summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-13 03:02:58 +0000
committerNorbert Preining <norbert@preining.info>2021-12-13 03:02:58 +0000
commit8164c2be3b4849a9c77e44b9659a3de8af010bd7 (patch)
tree4414d792306f426cccf2f370b64dee20cd239244 /macros
parent9ed1a61f45b05f58016912a6bd6c13daab6db9eb (diff)
CTAN sync 202112130302
Diffstat (limited to 'macros')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx53
-rw-r--r--macros/latex/contrib/easybook/easybook.pdfbin594601 -> 594571 bytes
-rw-r--r--macros/latex/contrib/easybook/easybook.tex52
-rw-r--r--macros/latex/contrib/numerica-plus/README.txt31
-rw-r--r--macros/latex/contrib/numerica-plus/numerica-plus.pdf7174
-rw-r--r--macros/latex/contrib/numerica-plus/numerica-plus.sty (renamed from macros/latex/contrib/numerica/numerica-plus.def)242
-rw-r--r--macros/latex/contrib/numerica-plus/numerica-plus.tex (renamed from macros/latex/contrib/numerica/numerica-plus.tex)1083
-rw-r--r--macros/latex/contrib/numerica-tables/README.txt27
-rw-r--r--macros/latex/contrib/numerica-tables/numerica-tables.pdf8014
-rw-r--r--macros/latex/contrib/numerica-tables/numerica-tables.sty (renamed from macros/latex/contrib/numerica/numerica-tables.def)337
-rw-r--r--macros/latex/contrib/numerica-tables/numerica-tables.tex2270
-rw-r--r--macros/latex/contrib/numerica/README.txt30
-rw-r--r--macros/latex/contrib/numerica/numerica-basics.pdf13442
-rw-r--r--macros/latex/contrib/numerica/numerica-lyx.def44
-rw-r--r--macros/latex/contrib/numerica/numerica-plus.pdf6722
-rw-r--r--macros/latex/contrib/numerica/numerica-tables.pdf6031
-rw-r--r--macros/latex/contrib/numerica/numerica-tables.tex1801
-rw-r--r--macros/latex/contrib/numerica/numerica.pdf18226
-rw-r--r--macros/latex/contrib/numerica/numerica.sty2024
-rw-r--r--macros/latex/contrib/numerica/numerica.tex (renamed from macros/latex/contrib/numerica/numerica-basics.tex)4085
-rw-r--r--macros/xetex/latex/xecjk/xeCJK.dtx16
-rw-r--r--macros/xetex/latex/xecjk/xeCJK.pdfbin1309004 -> 1309721 bytes
-rw-r--r--macros/xetex/latex/xecjk/xunicode-symbols.pdfbin290784 -> 290790 bytes
23 files changed, 40715 insertions, 30989 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 5d3b335dee..86168e7329 100644
--- a/macros/latex/contrib/easybook/easybook.dtx
+++ b/macros/latex/contrib/easybook/easybook.dtx
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/12/11}{1.41P}
+\ProvidesExplClass{easybook}{2021/12/12}{1.41Q}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -309,7 +309,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/12/11}{1.41P}
+\ProvidesExplPackage{easybase}{2021/12/12}{1.41Q}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1197,7 +1197,7 @@
\ctex_define:n { list/#1 .meta:nn = { ctex/#1 } {##1} }
\cs_new_protected:Npn \eb_titletoc_if_hang_fix:n #1
{
- \bool_if:NT \eb@titletoc@hang@fix@bool
+ \bool_if:NT \l__eb_titletoc_hang_fix_bool
{
\contentspush
{
@@ -1233,7 +1233,7 @@
\ctex_define:n
{
#1/between .tl_set:c = l__eb_toc_#1_between_hook_tl,
- #1/tocline .cs_set:cp = { eb@toc@label@#1 } ##1,
+ #1/tocline .cs_set:cp = { eb@tocline@#1 } ##1##2,
}
}
\eb_seq_map_inline:nn
@@ -1282,7 +1282,7 @@
dotalign .bool_set:N = \l__eb_toc_dot_align_bool,
dotalign .default:n = true,
dotalign .initial:n = true,
- hang .bool_set:N = \eb@titletoc@hang@fix@bool,
+ hang .bool_set:N = \l__eb_titletoc_hang_fix_bool,
hang .default:n = true,
hang .initial:n = false,
pagenumwd .code:n = \contentsmargin{#1},
@@ -1312,7 +1312,7 @@
{
\CTEXifname
{
- \bool_if:NTF \eb@titletoc@hang@fix@bool
+ \bool_if:NTF \l__eb_titletoc_hang_fix_bool
{ \p@numberline{\use:c { CTEXthe#1 }} }
{
\use:c { CTEXthe#1 }
@@ -1322,9 +1322,12 @@
}
\cs_new:Npn \listnumberline #1
{
- \use:c { #1name }~\use:c { the#1 }
- \bool_if:NF \eb@titletoc@hang@fix@bool
- { \tl_use:c { l__eb_toc_#1_after_tl } }
+ \bool_if:NTF \l__eb_titletoc_hang_fix_bool
+ { \p@numberline{\use:c { #1name }~\use:c { the#1 }} }
+ {
+ \use:c { #1name }~\use:c { the#1 }
+ \tl_use:c { l__eb_toc_#1_after_tl }
+ }
}
\ctex_set:n
{
@@ -1357,28 +1360,22 @@
list/tocindent = 0em,
list/tocrule = \tocrule{$\cdot$},
list/between = \vspace*{-0.2pc\bool_if:NT \l__eb_class_mode_book_bool { - 10pt }},
- table/tocline = \listnumberline{table},
- figure/tocline = \listnumberline{figure},
- lstlisting/tocline = \listnumberline{lstlisting}
+ table/tocline = \listnumberline{table}#2,
+ figure/tocline = \listnumberline{figure}#2,
+ lstlisting/tocline = \listnumberline{lstlisting}#2
}
\ctex_set:nn { tocset } { tocafter-every = \hspace{1em} }
\prop_new:N \l__eb_list_label_entry_prop
\prop_set_from_keyval:Nn \l__eb_list_label_entry_prop
{
- figure = \eb@toc@label@figure,
- table = \eb@toc@label@table
+ figure = \eb@tocline@figure,
+ table = \eb@tocline@table
}
\cs_gset:Npn \caption@@@addcontentsline #1#2#3#4
{
\addcontentsline{#1}{#2}
- {
- \bool_if:NT \eb@titletoc@hang@fix@bool { \p@numberline }
- \bgroup
- \prop_item:Nn \l__eb_list_label_entry_prop {#2}{#3}
- \egroup #4
- }
+ {\prop_item:Nn \l__eb_list_label_entry_prop {#2}{#3}{#4}}
}
-\cs_set_eq:NN \eb@if@boolT \bool_if:NT
\ctex_patch_cmd:Nnn \lst@MakeCaption
{
\addcontentsline{lol}{lstlisting}
@@ -1386,13 +1383,7 @@
}
{
\addcontentsline{lol}{lstlisting}
- {
- \eb@if@boolT\eb@titletoc@hang@fix@bool{\p@numberline}
- \bgroup
- \eb@toc@label@lstlisting{\thelstlisting}
- \egroup
- \lst@@caption
- }
+ {\eb@tocline@lstlisting{\thelstlisting}{\lst@@caption}}
}
\newcounter{bichapter}
@@ -1863,8 +1854,8 @@
\setlist[itemize,2]{label = endash}
\setlist[itemize,3]{label = asterisk}
\setlist[enumerate,1]{label = arabic,ref = \arabic*}
-\setlist[enumerate,2]{label = alph,ref = enumii,labelwidth = *}
-\setlist[enumerate,3]{label = roman,ref = enumiii,labelwidth = *}
+\setlist[enumerate,2]{label = alph,ref = enumii}
+\setlist[enumerate,3]{label = roman,ref = enumiii}
\setlist[description]{font = sf,labelwidth = *,leftmargin = 2em}
\newlist{eb@outline@list}{itemize}{1}
\newlist{eb@exercise@list}{enumerate}{2}
@@ -2439,7 +2430,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/11}{1.41P}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/12}{1.41Q}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \setexercise #1
diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf
index 5e44f4860a..9dd7f78c37 100644
--- a/macros/latex/contrib/easybook/easybook.pdf
+++ b/macros/latex/contrib/easybook/easybook.pdf
Binary files differ
diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex
index f625f1edf2..1d20eef952 100644
--- a/macros/latex/contrib/easybook/easybook.tex
+++ b/macros/latex/contrib/easybook/easybook.tex
@@ -20,8 +20,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK 使用手册,
- version = v1.41P,
- date = 2021/12/11,
+ version = v1.41Q,
+ date = 2021/12/12,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
@@ -130,6 +130,10 @@
}
}
\makeatother\ExplSyntaxOff
+\labelformat{section}{节 #1}
+\labelformat{subsection}{小节 #1}
+\labelformat{subsubsection}{小节 #1}
+\labelformat{ctexexam}{例 #1}
\begin{document}
@@ -157,7 +161,7 @@
\end{document}
\end{frameverb}
-或者直接使用 \pkg*{easybase} 宏包,目前适用于 \cls*{ctexbook}、\cls*{ctexrep}、\cls*{ctexart} 以及标准文档类,包含了节 \ref{sec:interface options} 所示各个模块接口命令的功能。它的宏包选项共享文档类选项的一部分,支持的选项见节 \ref{sec:document class options}。当在\textbf{标准文档类}后载入时还可以使用 \pkg*{ctex} 宏包的选项,将会传递给 \pkg*{ctex} 宏包。
+或者直接使用 \pkg*{easybase} 宏包,目前适用于 \cls*{ctexbook}、\cls*{ctexrep}、\cls*{ctexart} 以及标准文档类,包含了\ref{sec:interface options} 所示各个模块接口命令的功能。它的宏包选项共享文档类选项的一部分,支持的选项见\ref{sec:document class options}。当在\textbf{标准文档类}后载入时还可以使用 \pkg*{ctex} 宏包的选项,将会传递给 \pkg*{ctex} 宏包。
\begin{frameverb}
\documentclass[文档类选项]{ctexbook}
@@ -208,10 +212,10 @@
\section{文档类选项}
\label{sec:document class options}
-文档类选项应当在使用 \cls*{easybook} 文档类或 \pkg*{easybase} 宏包(部分支持)时载入,可见小节 \ref{subsec:basic usage} 的例子。目前 \pkg*{easybase} 宏包可用的选项有 \option{class}、\option{draft}、\option{paper} 和 \option{floatpage}。除了下面列举的选项以外,还支持标准和 C\TeX 文档类的选项。
+文档类选项应当在使用 \cls*{easybook} 文档类或 \pkg*{easybase} 宏包(部分支持)时载入,可见\ref{subsec:basic usage} 的例子。目前 \pkg*{easybase} 宏包可用的选项有 \option{class}、\option{draft}、\option{paper} 和 \option{floatpage}。除了下面列举的选项以外,还支持标准和 C\TeX 文档类的选项。
\begin{options}
\opt{draft}\Default!
- 开启草稿模式会加快编译速度,表现有显示页面边框、行溢出的地方显示黑色方块、图片变成占位方框、显示当前日期和关闭超链接渲染。不使用绘图宏包及依赖于 \pkg*{tcolorbox} 宏包的盒子环境也会增快编译速度,详情见小节 \ref{subsec:box}。
+ 开启草稿模式会加快编译速度,表现有显示页面边框、行溢出的地方显示黑色方块、图片变成占位方框、显示当前日期和关闭超链接渲染。不使用绘图宏包及依赖于 \pkg*{tcolorbox} 宏包的盒子环境也会增快编译速度,详情见\ref{subsec:box}。
\opt{newline}\Default!
部分和章标题的样式为另起一行,符合一般英文书籍的习惯。
\keychoice{scheme}{chinese,plain}\Default{chinese}
@@ -270,7 +274,7 @@
\subsection{article 模式}
\begin{options}
\keychoice{class}{book,article}\Default{book}
- 使用 \cls*{easybook} 文档类可以有两种模式,默认为 \cls*{book} 模式。选用 \code{article} 会变为 \code{oneside} 单面排版,同时使文档编号、结构等与标准 \cls*{article} 文档类的特性相似,可用于短篇幅的文章,不需要再使用 \cs*{chapter} 命令。此时节 \ref{sec:document command} 中目录命令的 \option{chapter} 选项会失效,将以 \code{section} 标题级别输出目录。如果使用 \cls*{ctexart} 配合 \pkg*{easybase} 宏包,则选项值 \code{book} 会失效。
+ 使用 \cls*{easybook} 文档类可以有两种模式,默认为 \cls*{book} 模式。选用 \code{article} 会变为 \code{oneside} 单面排版,同时使文档编号、结构等与标准 \cls*{article} 文档类的特性相似,可用于短篇幅的文章,不需要再使用 \cs*{chapter} 命令。此时\ref{sec:document command} 中目录命令的 \option{chapter} 选项会失效,将以 \code{section} 标题级别输出目录。如果使用 \cls*{ctexart} 配合 \pkg*{easybase} 宏包,则选项值 \code{book} 会失效。
\opt{book}\Default!
开启 \cls*{book} 书籍模式,与 \keyis*-{class}{book} 等效。
\opt{article}\Default!
@@ -352,7 +356,7 @@
\end{commands}
\subsection{上标和下标}
-上标和下标的功能来自 \pkg*{spbmark} 宏包,下面三个命令可以用于输出上标和下标。它们根据当前处于文本还是数学模式来匹配相应的模式,或者可以使用它们的星号变体命令来强制使用数学模式。也可以使用键值列表对偏移量进行全局设置,详情见小节 \ref{subsubsec:super-sub-script}。
+上标和下标的功能来自 \pkg*{spbmark} 宏包,下面三个命令可以用于输出上标和下标。它们根据当前处于文本还是数学模式来匹配相应的模式,或者可以使用它们的星号变体命令来强制使用数学模式。也可以使用键值列表对偏移量进行全局设置,详情见\ref{subsubsec:super-sub-script}。
\begin{commands}
\command{super}[\sarg\oarg{垂直偏移}\splitoarg{高度,深度}\darg{格式代码}\marg{内容}\oarg{水平偏移}]
上标命令,与简短命令 \cs{sp} 等效。水平和垂直偏移进行距离微调,可以为带有长度单位的正值或负值,为正值时代表向上或向右移动,否则相反,默认均为 \code{0pt}。\meta{格式代码} 可以插入字体或颜色等命令,代码中的最后一个命令可以接受一个为上标或下标的参数。
@@ -380,7 +384,7 @@
thmset & geoset & hdrset & tocset &
}
- 例如使用下面小节 \ref{subsec:style} 介绍的风格 \module*{style} 模块,路径名与所属下级选项之间可以 \code{/} 或 \code{=} 号分开,斜线 \code{/} 后不能有空格或者换行:
+ 例如使用下面\ref{subsec:style} 介绍的风格 \module*{style} 模块,路径名与所属下级选项之间可以 \code{/} 或 \code{=} 号分开,斜线 \code{/} 后不能有空格或者换行:
\begin{ctexexam}
\ctexset
{
@@ -404,12 +408,12 @@
预置了四种颜色主题,默认主题 \code{none} 为黑白页面,颜色主题不包括超链接。
\begin{commands}
\command{DeclareThemeColor}[\splitmarg{风格名称,ctex@frame,ctex@emph,ctex@verb}]
- 可以使用 \cs{DeclareThemeColor} 命令声明新的颜色主题,它的参数以英文逗号分隔,第一部分为颜色风格名称,后面三部分为 \code{HTML} 颜色代码,构成颜色主题。类似地更改超链接颜色见小节 \ref{subsec:hyperlinks}。
+ 可以使用 \cs{DeclareThemeColor} 命令声明新的颜色主题,它的参数以英文逗号分隔,第一部分为颜色风格名称,后面三部分为 \code{HTML} 颜色代码,构成颜色主题。类似地更改超链接颜色见\ref{subsec:hyperlinks}。
\end{commands}
\keyval-{color-every}{HTML颜色代码}\Default
统一设置主题的各部分颜色,参数是 6 个十六进制数字组成的 \code{HTML} 颜色代码,任意颜色的代码可以在常见的图片处理工具拾色器中查看。
\keyval-{multoc}{整数}\Default{2}
- 使目录多栏排版,与节 \ref{sec:document command} 中目录命令的同名选项有相同效果。
+ 使目录多栏排版,与\ref{sec:document command} 中目录命令的同名选项有相同效果。
\keybool{withpart}\Default{false}
使章标题跟随每一部分编号,开启新的一部分时章编号从 1 开始,默认不跟随。
\keychoice{footwith}{part,chapter,page}\Default{chapter}
@@ -563,7 +567,7 @@
\subsubsection{配置参考文献}
\begin{commands}
\command{printbibliography}[\oarg{键值列表}]
- 两种方式\textbf{均使用}此命令打印参考文献,不同处理后端此命令的 \meta{键值列表} 不同。使用 \hologo{BibTeX} 处理时选项与节 \ref{sec:document command} 目录的选项相同,使用 \hologo{biber} 处理时常用的选项如下:
+ 两种方式\textbf{均使用}此命令打印参考文献,不同处理后端此命令的 \meta{键值列表} 不同。使用 \hologo{BibTeX} 处理时选项与\ref{sec:document command} 目录的选项相同,使用 \hologo{biber} 处理时常用的选项如下:
\begin{options}
\keychoice*{heading}{bibliography,subbibliography,bibintoc,subbibintoc}\Default{bibintoc}
参考文献通常有一个章标题或者节标题,该选项选择由 \cs*{defbibheading} 定义的标题名。
@@ -590,7 +594,7 @@
\subsection{定理样式}
\label{subsec:theorem of style}
-文档类已预置 12 个定理环境,环境名及对应的定理名见小节 \ref{subsec:theorem},它们均使用预置的定理样式 \code{eb-theorem}。下面 \module*{thmset} 模块选项的用法名称与 \pkg*{thmtools} 宏包基本一致,且仅对预置定理样式生效。如果下面的选项不满足需求,可使用支持完整选项的相关命令创建定理环境。
+文档类已预置 12 个定理环境,环境名及对应的定理名见\ref{subsec:theorem},它们均使用预置的定理样式 \code{eb-theorem}。下面 \module*{thmset} 模块选项的用法名称与 \pkg*{thmtools} 宏包基本一致,且仅对预置定理样式生效。如果下面的选项不满足需求,可使用支持完整选项的相关命令创建定理环境。
\begin{options}
\keybool{thmframe}\Module{thmset}\Default{false}
给定理环境使用彩色盒子。这个特殊选项在本模块中使用 \pkg*{tcolorbox} 宏包来支持,\meta{盒子风格} 默认为 \code{tc-theorem}。注意它应当在定理声明命令前使用。\pkg*{thmtools} 具有类似的选项 \option*{thmbox}。
@@ -633,7 +637,7 @@
选项的值为使用 \cs{declaretheoremstyle} 命令新定义的定理样式。
\end{options}
- 使用 \cs{declaretheorem} 命令以例 \ref{exam:new theorem sty} 中的定理样式 \code{mythm} 新建一个定理环境猜想,这个命令新建的环境如果需要盒子边框可以手动添加:
+ 使用 \cs{declaretheorem} 命令以\ref{exam:new theorem sty} 中的定理样式 \code{mythm} 新建一个定理环境猜想,这个命令新建的环境如果需要盒子边框可以手动添加:
\begin{ctexexam}[labelref = exam:new theorem env]
\declaretheorem[style = mythm,name = 猜想]{caixiang}
\tcolorboxenvironment{caixiang}{tc-theorem}
@@ -648,7 +652,7 @@
\item 新建定理环境默认使用的 \meta{定理样式} 为 \code{eb-theorem},而不是 \pkg*{thmtools} 的默认样式。
\end{itemize}
- 下面新建一个与例 \ref{exam:new theorem env} 相同的定理环境猜想,并使用 \cs{addtotcbstyle} 命令调整 \option{thmframe} 开启时默认的盒子风格。它的第一个参数为 \code{tc-theorem},关于命令的介绍在小节 \ref{subsec:box}。
+ 下面新建一个与\ref{exam:new theorem env} 相同的定理环境猜想,并使用 \cs{addtotcbstyle} 命令调整 \option{thmframe} 开启时默认的盒子风格。它的第一个参数为 \code{tc-theorem},关于命令的介绍在\ref{subsec:box}。
\begin{ctexexam}
\deftheorem{caixiang}{猜想}[style = mythm]
\addtotcbstyle{tc-theorem}{colback = GreenYellow}
@@ -795,7 +799,7 @@
}
\end{ctexexam}
\keychoice{fncust-form}{format code,match}\Default
- 单独设定自定义脚注标记的格式,\code{match} 可以匹配 \option*{super-format} 全局的值。自定义脚注的命令与用法见小节 \ref{subsubsec:custom footnotes}。
+ 单独设定自定义脚注标记的格式,\code{match} 可以匹配 \option*{super-format} 全局的值。自定义脚注的命令与用法见\ref{subsubsec:custom footnotes}。
\keychoice{fnboth-form}{format code,match}\Default
同时设定默认脚注标记 \option{fnmate-form} 和自定义脚注标记 \option{fncust-form} 的格式。两种脚注标记匹配上标格式 \option*{super-format} 的值是独立的,使用 \code{match} 则可以同时匹配。标记格式选项含有字体命令会覆盖 \option{footnote} 的设置,最后一个格式命令可以带有一个参数接受脚注标记。
\keyval-{fnpara-form}{格式代码}\Default
@@ -826,12 +830,12 @@
\keyval-{tocafter}{距离命令}\Default{\cs*{hspace}\Carg{1em}}
在各级别目录中标签与标题间的代码,默认为插入 \code{1em} 横向距离。
\keyval-{tocline}{目录标签}
- 这个选项扩展了图片、表格或代码的目录标签。选项中参数 \code{\#1} 代表相应题注编号 \cs*{the}\meta{计数器} 的值。选项还可包含标签名称,默认标签名称与对应题注名称一致。
- \begin{ctexexam}
+ 这个选项扩展了图片、表格或代码加入目录的题注。选项中参数 \code{\#1} 代表相应题注编号 \cs*{the}\meta{计数器} 的值,参数 \code{\#2} 代表相应题注内容。
+ \begin{ctexexam}[labelref = exam:list command usage]
\ctexset
{
- figure/tocline = 图 #1\hspace{1em},
- lstlisting/tocline = 代码 #1\hspace{1em}
+ figure/tocline = \listnumberline{figure}#2,
+ lstlisting/tocline = \protect\numberline{代码 #1\hspace{1em}}#2
}
\end{ctexexam}
\end{options}
@@ -840,7 +844,9 @@
\command{tocrule}[\sarg\harg\oarg{引导点间距}\darg{放大因子}\marg{引导点}\oarg{页码格式}]
目录命令 \cs{tocrule} 生成目录引导线,需要在引导线选项 \option{tocrule} 中使用。带有星号的命令会使当前级别的目录引导线右端与页码相连而不是对齐。带有 \harg{} 号的命令不添加引导线后的目录页码。\meta{引导点间距} 需带有长度单位,\meta{放大因子} 不带单位,为 \meta{引导点} 的放大倍数,\meta{引导点} 一般为英文句号或 \cs*{cdot} 中心点符号。\meta{页码格式} 的代码位于页码前面,可以设置页码字体和距离等,最后一个命令可以带有一个参数,这个参数为页码编号。
\command*{CTEXnumberline}[\marg{编号级别}]
- 目录命令 \cs*{CTEXnumberline} 用于在 C\TeX 文档类的 \option*{tocline} 选项中设置目录的标签,它已经被重新定义,使得目录标签后代码选项 \option{tocafter} 仍然有效。\meta{编号级别} 为 \code{chapter} 和 \code{section} 等,也可用参数 \code{\#1} 代替当前级别类型,标题名用参数 \code{\#2} 代替一般不变。
+ 目录命令 \cs*{CTEXnumberline} 用于在 C\TeX 文档类的 \option*{tocline} 选项中设置章节的目录标签,它已经被重新定义,使得目录标签后代码选项 \option{tocafter} 仍然有效。\meta{编号级别} 为 \code{chapter} 和 \code{section} 等,也可用参数 \code{\#1} 代替当前级别类型,标题名用参数 \code{\#2} 代替一般不变。
+ \command{listnumberline}[\marg{编号级别}]
+ 这个命令用于设置图片、表格或代码的目录标签,默认包含与题注名相同的目录标签名。其中 \meta{编号级别} 需要显示指定,即为 \code{figure}、\code{table} 或 \code{lstlisting}。关于命令的用法可见\ref{exam:list command usage}。
\begin{ctexexam}
\ctexset
{
@@ -954,7 +960,7 @@
\environment{remark}\default{}
\environment{conjecture}\default{}
\environment{problem}
- 这些是预置的定理环境,可使用选项 \option{thmframe} 为它们添加盒子边框,其中注与证明环境不编号,证明末尾会自动添加证明结束符,声明新的定理环境或更改定理盒子样式见小节 \ref{subsec:theorem of style}。环境名与之对应的定理名如下:
+ 这些是预置的定理环境,可使用选项 \option{thmframe} 为它们添加盒子边框,其中注与证明环境不编号,证明末尾会自动添加证明结束符,声明新的定理环境或更改定理盒子样式见\ref{subsec:theorem of style}。环境名与之对应的定理名如下:
\insertblr
{
colspec = @{}*{6}{c}@{},
@@ -1060,7 +1066,7 @@
\subsection{盒子}
\label{subsec:box}
-使用盒子以及小节 \ref{subsec:exercise} 中的 \env{exercise} 环境需要在导言区\textbf{手动载入} \pkg*{tcolorbox} 宏包,它们 \meta{配置选项} 的键值列表同样由 \pkg*{tcolorbox} 提供支持,具体选项可见宏包文档的 Option Keys 一节,可以进行边距、字体及背景颜色等各种个性化设置,一些配置会覆盖预设。
+使用盒子以及\ref{subsec:exercise} 中的 \env{exercise} 环境需要在导言区\textbf{手动载入} \pkg*{tcolorbox} 宏包,它们 \meta{配置选项} 的键值列表同样由 \pkg*{tcolorbox} 提供支持,具体选项可见宏包文档的 Option Keys 一节,可以进行边距、字体及背景颜色等各种个性化设置,一些配置会覆盖预设。
\begin{commands}
\command{deftcbstyle}[\marg{盒子风格}\marg{键值列表}]
新建或重置一个名称为 \meta{盒子风格} 的 \pkg*{tcolorbox} 宏包盒子风格,可以与 \cs{addtotcbstyle} 命令联用。
@@ -1242,7 +1248,7 @@
\command*{makeindex}[\oarg{键值列表}]
使用 \cs*{makeindex} 命令开启索引收集。这个命令可以重复使用打印多个索引表,以不同的 \meta{索引名} 作为区分,如果仅打印一个索引表就没必要再使用。
\command{printindex}[\sarg\parg\oarg{键值列表}\darg{索引名}]
- 现在索引表生成命令 \cs{printindex} 被重新定义,\meta{键值列表} 中的选项与节 \ref{sec:document command} 其它目录命令相同,但是原本接口命令 \cs*{indexsetup} 的部分选项失效。
+ 现在索引表生成命令 \cs{printindex} 被重新定义,\meta{键值列表} 中的选项与\ref{sec:document command} 其它目录命令相同,但是原本接口命令 \cs*{indexsetup} 的部分选项失效。
\end{commands}
\subsubsection{自定义脚注}
diff --git a/macros/latex/contrib/numerica-plus/README.txt b/macros/latex/contrib/numerica-plus/README.txt
new file mode 100644
index 0000000000..e0ee344ea4
--- /dev/null
+++ b/macros/latex/contrib/numerica-plus/README.txt
@@ -0,0 +1,31 @@
+numerica-plus: a package to iterate and find fixed points of
+functions, to find zeros and extrema of functions and to
+calculate recurrence relations.
+
+Andrew Parsloe (ajparsloe@gmail.com)
+
+This work may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3c of this
+license or any later version; see
+http://www.latex-project.org/lppl.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+This is version 2.0.0 of numerica-plus, the first stand-alone
+version. (Version 1 of numerica-plus was invoked from the
+numerica package by means of a package option.) The packages
+numerica, l3kernel, l3packages, amsmath and mathtools are
+required. numerica-plus defines three commands: \nmcIterate to
+iterate and find fixed points of functions, \nmcSolve to find
+zeros and extrema of functions, and \nmcRecur to calculate the
+terms of recurrence relations. See numerica-plus.pdf for
+details on how to use the package.
+
+Manifest
+%%%%%%%%
+README.txt this document
+
+numerica-plus.sty LaTeX .sty file
+numerica-plus.pdf documentation for numerica-plus.sty
+numerica-plus.tex documentation source file
+
diff --git a/macros/latex/contrib/numerica-plus/numerica-plus.pdf b/macros/latex/contrib/numerica-plus/numerica-plus.pdf
new file mode 100644
index 0000000000..325537a64b
--- /dev/null
+++ b/macros/latex/contrib/numerica-plus/numerica-plus.pdf
@@ -0,0 +1,7174 @@
+%PDF-1.5
+%
+1 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+4 0 obj
+(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+8 0 obj
+(\376\377\0001\000.\0001\000\040\000E\000x\000a\000m\000p\000l\000e\000\040\000o\000f\000\040\000u\000s\000e\000:\000\040\000t\000h\000e\000\040\000r\000o\000t\000a\000t\000i\000n\000g\000\040\000d\000i\000s\000k)
+endobj
+9 0 obj
+<< /S /GoTo /D (subsection.1.1.1) >>
+endobj
+12 0 obj
+(\376\377\0001\000.\0001\000.\0001\000\040\000C\000i\000r\000c\000u\000i\000t\000s)
+endobj
+13 0 obj
+<< /S /GoTo /D (section.1.2) >>
+endobj
+16 0 obj
+(\376\377\0001\000.\0002\000\040\000S\000h\000a\000r\000e\000d\000\040\000s\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000t\000h\000e\000\040\000n\000e\000w\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsection.1.2.1) >>
+endobj
+20 0 obj
+(\376\377\0001\000.\0002\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.1.2.2) >>
+endobj
+24 0 obj
+(\376\377\0001\000.\0002\000.\0002\000\040\000N\000e\000s\000t\000i\000n\000g)
+endobj
+25 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+28 0 obj
+(\376\377\0002\000\040\000I\000t\000e\000r\000a\000t\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000:\000\040\000\134\000n\000m\000c\000I\000t\000e\000r\000a\000t\000e)
+endobj
+29 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+32 0 obj
+(\376\377\0002\000.\0001\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n\000:\000\040\000f\000i\000x\000e\000d\000\040\000p\000o\000i\000n\000t\000s)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.2.1.1) >>
+endobj
+36 0 obj
+(\376\377\0002\000.\0001\000.\0001\000\040\000U\000s\000e\000\040\000w\000i\000t\000h\000\040\000\134\000n\000m\000c\000I\000n\000f\000o)
+endobj
+37 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+40 0 obj
+(\376\377\0002\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.2.2.1) >>
+endobj
+44 0 obj
+(\376\377\0002\000.\0002\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsection.2.2.2) >>
+endobj
+48 0 obj
+(\376\377\0002\000.\0002\000.\0002\000\040\000\134\000n\000m\000c\000I\000t\000e\000r\000a\000t\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.2.2.3) >>
+endobj
+52 0 obj
+(\376\377\0002\000.\0002\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+53 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+56 0 obj
+(\376\377\0002\000.\0003\000\040\000E\000r\000r\000o\000r\000s)
+endobj
+57 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+60 0 obj
+(\376\377\0003\000\040\000F\000i\000n\000d\000i\000n\000g\000\040\000z\000e\000r\000o\000s\000\040\000a\000n\000d\000\040\000e\000x\000t\000r\000e\000m\000a\000:\000\040\000\134\000n\000m\000c\000S\000o\000l\000v\000e)
+endobj
+61 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+64 0 obj
+(\376\377\0003\000.\0001\000\040\000E\000x\000t\000r\000e\000m\000a)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.3.1.1) >>
+endobj
+68 0 obj
+(\376\377\0003\000.\0001\000.\0001\000\040\000T\000h\000e\000\040\000s\000e\000a\000r\000c\000h\000\040\000s\000t\000r\000a\000t\000e\000g\000y)
+endobj
+69 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+72 0 obj
+(\376\377\0003\000.\0002\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+73 0 obj
+<< /S /GoTo /D (section.3.3) >>
+endobj
+76 0 obj
+(\376\377\0003\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.3.3.1) >>
+endobj
+80 0 obj
+(\376\377\0003\000.\0003\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsection.3.3.2) >>
+endobj
+84 0 obj
+(\376\377\0003\000.\0003\000.\0002\000\040\000\134\000n\000m\000c\000S\000o\000l\000v\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsection.3.3.3) >>
+endobj
+88 0 obj
+(\376\377\0003\000.\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+89 0 obj
+<< /S /GoTo /D (chapter.4) >>
+endobj
+92 0 obj
+(\376\377\0004\000\040\000R\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000r\000e\000l\000a\000t\000i\000o\000n\000s\000:\000\040\000\134\000n\000m\000c\000R\000e\000c\000u\000r)
+endobj
+93 0 obj
+<< /S /GoTo /D (section.4.1) >>
+endobj
+96 0 obj
+(\376\377\0004\000.\0001\000\040\000N\000o\000t\000a\000t\000i\000o\000n\000a\000l\000\040\000n\000i\000c\000e\000t\000i\000e\000s)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.4.1.1) >>
+endobj
+100 0 obj
+(\376\377\0004\000.\0001\000.\0001\000\040\000V\000v\000-\000l\000i\000s\000t\000\040\000a\000n\000d\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000v\000a\000r\000i\000a\000b\000l\000e)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsection.4.1.2) >>
+endobj
+104 0 obj
+(\376\377\0004\000.\0001\000.\0002\000\040\000F\000o\000r\000m\000\040\000o\000f\000\040\000t\000h\000e\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000r\000e\000l\000a\000t\000i\000o\000n)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsection.4.1.3) >>
+endobj
+108 0 obj
+(\376\377\0004\000.\0001\000.\0003\000\040\000F\000i\000r\000s\000t\000\040\000o\000r\000d\000e\000r\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000s\000\040\000\050\000i\000t\000e\000r\000a\000t\000i\000o\000n\000\051)
+endobj
+109 0 obj
+<< /S /GoTo /D (section.4.2) >>
+endobj
+112 0 obj
+(\376\377\0004\000.\0002\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+113 0 obj
+<< /S /GoTo /D (section.4.3) >>
+endobj
+116 0 obj
+(\376\377\0004\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsection.4.3.1) >>
+endobj
+120 0 obj
+(\376\377\0004\000.\0003\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsection.4.3.2) >>
+endobj
+124 0 obj
+(\376\377\0004\000.\0003\000.\0002\000\040\000\134\000n\000m\000c\000R\000e\000c\000u\000r\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.4.3.3) >>
+endobj
+128 0 obj
+(\376\377\0004\000.\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsection.4.3.4) >>
+endobj
+132 0 obj
+(\376\377\0004\000.\0003\000.\0004\000\040\000O\000r\000t\000h\000o\000g\000o\000n\000a\000l\000\040\000p\000o\000l\000y\000n\000o\000m\000i\000a\000l\000s)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsection.4.3.5) >>
+endobj
+136 0 obj
+(\376\377\0004\000.\0003\000.\0005\000\040\000N\000e\000s\000t\000i\000n\000g)
+endobj
+137 0 obj
+<< /S /GoTo /D (chapter.5) >>
+endobj
+140 0 obj
+(\376\377\0005\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
+endobj
+141 0 obj
+<< /S /GoTo /D (section.5.1) >>
+endobj
+144 0 obj
+(\376\377\0005\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000-\000p\000l\000u\000s)
+endobj
+145 0 obj
+<< /S /GoTo /D (section.5.2) >>
+endobj
+148 0 obj
+(\376\377\0005\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000t\000h\000e\000\040\000t\000h\000r\000e\000e\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsection.5.2.1) >>
+endobj
+152 0 obj
+(\376\377\0005\000.\0002\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000I\000t\000e\000r\000a\000t\000e)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsection.5.2.2) >>
+endobj
+156 0 obj
+(\376\377\0005\000.\0002\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000S\000o\000l\000v\000e)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsection.5.2.3) >>
+endobj
+160 0 obj
+(\376\377\0005\000.\0002\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000R\000e\000c\000u\000r)
+endobj
+161 0 obj
+<< /S /GoTo /D [162 0 R /Fit] >>
+endobj
+165 0 obj
+<<
+/Length 236
+/Filter /FlateDecode
+>>
+stream
+xuN0y=&^vv(G ߠ%iT]7BqڑF  Apր
+_R/4e7}
+(4$Xc;WFD0 OAkutn{87mQ9B;WX)̑ϡ9wcZLyUM)$nY
+endstream
+endobj
+162 0 obj
+<<
+/Type /Page
+/Contents 165 0 R
+/Resources 164 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+/Annots [ 163 0 R ]
+>>
+endobj
+163 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [246.184 396.506 365.064 412.446]
+/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
+>>
+endobj
+166 0 obj
+<<
+/D [162 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+167 0 obj
+<<
+/D [162 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+164 0 obj
+<<
+/Font << /F30 168 0 R /F31 169 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+173 0 obj
+<<
+/Length 1284
+/Filter /FlateDecode
+>>
+stream
+xڵWo6_G~K\2i3ÀuD'ZJrߑ')v*IALx_hty8"2h6 ՑҌp͢u_nY{OWLFъ3bX[RMzWu37'06[47n,s
+YYSU}Ԣw 8Ȇӯ~MQ{U}0*ZF(4ZlA@vWg}nlbۮoJ뇥Rm )r#y4ہkϛIKߺvKChIg|:prg]a`pDܺl׶ܸ9xe JN6Q_ ;,Wŧ)$<:%j
+#28lR雦R)\aP⭉I`.``<]Υhkb (^MthfWlDSAJqڕs6Avv&v0E0 $N Ÿ!
+:׏W5ED[qXM@ eWJ@C_T66e!зB}Q,$a$2~ Ѓ?%VxAڮIOw&w#]/,a:~[o6~imEiKKͮTD<Иъ+h:>lZP`ks5t۫ pL 3DL@:1)΢}+'JJШ<&$XI\|%eز¿ڮw=ze˦NP
+ݗD8% GnB8ϙQbdeV?= ޒUv={gZPY
+endstream
+endobj
+172 0 obj
+<<
+/Type /Page
+/Contents 173 0 R
+/Resources 171 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+>>
+endobj
+177 0 obj
+<<
+/D [172 0 R /XYZ 133.768 487.547 null]
+>>
+endobj
+171 0 obj
+<<
+/Font << /F43 174 0 R /F28 175 0 R /F44 176 0 R /F45 178 0 R /F56 179 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+215 0 obj
+<<
+/Length 1201
+/Filter /FlateDecode
+>>
+stream
+xZM6ϯ` =Eғ@dٜ8']dqIX9aI}3x|Ѯ4I+1Y8tݻ P(BL@a s3!< n)MSxN#:v1|c1p"4BaHB<?cPTvITGr4l?Tt! E9>!( VRe=1˸L5K9hzc!\'R!256DOCMڬg'z ʹװ(:^>0P~+93)~fn?FfOa$zgqgC11LqCf87Б   T_dQ+L/<tXF=Pʅ!\$hЦhR,ol.M-$@:w,['&Ro
+s
+q}S+N9F B\Y .[|($
+endstream
+endobj
+214 0 obj
+<<
+/Type /Page
+/Contents 215 0 R
+/Resources 213 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+/Annots [ 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R ]
+>>
+endobj
+181 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 514.77 212.874 523.727]
+/A << /S /GoTo /D (chapter.1) >>
+>>
+endobj
+182 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 500.877 319.295 511.67]
+/A << /S /GoTo /D (section.1.1) >>
+>>
+endobj
+183 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 490.859 238.902 499.715]
+/A << /S /GoTo /D (subsection.1.1.1) >>
+>>
+endobj
+184 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 476.967 332.716 487.76]
+/A << /S /GoTo /D (section.1.2) >>
+>>
+endobj
+185 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 465.012 239.428 475.804]
+/A << /S /GoTo /D (subsection.1.2.1) >>
+>>
+endobj
+186 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 453.057 237.491 463.849]
+/A << /S /GoTo /D (subsection.1.2.2) >>
+>>
+endobj
+187 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 431.139 308.98 442.033]
+/A << /S /GoTo /D (chapter.2) >>
+>>
+endobj
+188 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 418.63 296.104 430.585]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+189 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 408.339 288.261 418.077]
+/A << /S /GoTo /D (subsection.2.1.1) >>
+>>
+endobj
+190 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 395.273 238.542 406.066]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+191 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 383.318 280.745 394.111]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+192 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 371.363 330.918 382.211]
+/A << /S /GoTo /D (subsection.2.2.2) >>
+>>
+endobj
+193 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 359.408 309.166 370.2]
+/A << /S /GoTo /D (subsection.2.2.3) >>
+>>
+endobj
+194 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 349.39 200.02 358.245]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+195 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 325.535 339.359 336.429]
+/A << /S /GoTo /D (chapter.3) >>
+>>
+endobj
+196 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 315.517 210.149 324.372]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+197 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 301.624 290.459 312.417]
+/A << /S /GoTo /D (subsection.3.1.1) >>
+>>
+endobj
+198 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 289.116 238.21 301.071]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+199 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 277.714 238.542 288.507]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+200 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 265.759 280.745 276.552]
+/A << /S /GoTo /D (subsection.3.3.1) >>
+>>
+endobj
+201 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 253.804 322.865 264.652]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+202 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 241.849 309.166 252.641]
+/A << /S /GoTo /D (subsection.3.3.3) >>
+>>
+endobj
+203 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 221.061 308.545 230.825]
+/A << /S /GoTo /D (chapter.4) >>
+>>
+endobj
+204 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 209.913 254.317 218.768]
+/A << /S /GoTo /D (section.4.1) >>
+>>
+endobj
+205 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 197.958 338.058 206.813]
+/A << /S /GoTo /D (subsection.4.1.1) >>
+>>
+endobj
+206 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 186.002 340.659 194.858]
+/A << /S /GoTo /D (subsection.4.1.2) >>
+>>
+endobj
+207 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 171.557 351.896 183.512]
+/A << /S /GoTo /D (subsection.4.1.3) >>
+>>
+endobj
+208 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 159.601 238.21 171.557]
+/A << /S /GoTo /D (section.4.2) >>
+>>
+endobj
+209 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 148.2 207.547 158.993]
+/A << /S /GoTo /D (section.4.3) >>
+>>
+endobj
+210 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 136.245 280.745 147.037]
+/A << /S /GoTo /D (subsection.4.3.1) >>
+>>
+endobj
+211 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 124.289 322.865 135.138]
+/A << /S /GoTo /D (subsection.4.3.2) >>
+>>
+endobj
+216 0 obj
+<<
+/D [214 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+213 0 obj
+<<
+/Font << /F59 217 0 R /F43 174 0 R /F28 175 0 R /F60 218 0 R /F44 176 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+229 0 obj
+<<
+/Length 511
+/Filter /FlateDecode
+>>
+stream
+xݕ;o0w
+@<M-hK:2-#
+@"z>rhUT8O<V__'?e@\Ҝ=p+Fs:>_NЗ2(y"|(>qӶ1n"R ~
+endstream
+endobj
+228 0 obj
+<<
+/Type /Page
+/Contents 229 0 R
+/Resources 227 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+/Annots [ 212 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R ]
+>>
+endobj
+212 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 654.302 309.166 665.095]
+/A << /S /GoTo /D (subsection.4.3.3) >>
+>>
+endobj
+219 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 642.347 309.194 653.139]
+/A << /S /GoTo /D (subsection.4.3.4) >>
+>>
+endobj
+220 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 630.392 237.491 641.184]
+/A << /S /GoTo /D (subsection.4.3.5) >>
+>>
+endobj
+221 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 608.474 249.115 619.368]
+/A << /S /GoTo /D (chapter.5) >>
+>>
+endobj
+222 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 596.242 338.71 607.311]
+/A << /S /GoTo /D (section.5.1) >>
+>>
+endobj
+223 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 584.563 314.756 595.356]
+/A << /S /GoTo /D (section.5.2) >>
+>>
+endobj
+224 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 572.608 315.532 583.457]
+/A << /S /GoTo /D (subsection.5.2.1) >>
+>>
+endobj
+225 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 560.653 305.072 571.501]
+/A << /S /GoTo /D (subsection.5.2.2) >>
+>>
+endobj
+226 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 548.698 305.072 559.546]
+/A << /S /GoTo /D (subsection.5.2.3) >>
+>>
+endobj
+230 0 obj
+<<
+/D [228 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+227 0 obj
+<<
+/Font << /F28 175 0 R /F43 174 0 R /F44 176 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+233 0 obj
+<<
+/Length 2023
+/Filter /FlateDecode
+>>
+stream
+xڭXKܶWLNTi FKTK-JU(wڵ+h5 ,;' twKw߿Hl'RfлYv wLޞPv:@r<*c+:K ] Gxrj:'.c&ӜTӱw^n;= :+:.Sƥ@~8ȥf<"?\_DCIՀR&é\<6TRcG[hU"8+{:~uWu> ʤh95Jt. 9wL`g09@PF-pVW
+o4ؐ=cr4vūiL9tJ5e 
+Ċ0Y}%:vwYƵ{]Oy\2PāgL?Ο>MeYlFkt+ReH$03ڞֽ;ikOӉX:&t_ S71!W[H]'>VU`@:Ex*|oŗ/?r#Rڤ^-̔:ռ}:納 4fᐥD:%@?? dg-(:
+0y]5[$
+j~HpPlgەpGQf 0
+EDk޶cs|RrR3fWhc`3  e
+ Wmj}XCO0EeZ !AN¬
+z?Cv8/xBS61D
+C{͍9WL*#B-3PM4$(_@Zty7x/ >c KMxF$j8sXXXkKo<mDt!IVtw/U$axU)
+іJOɧau'bNB6YPNZ^/@! XH+J-!+#eLٹ8Ѷ
+wvO?AFݬ>
+, rm܄g\ʱ."\@]E{XtֈjDR5Gz=M8P˥.L<#(S}$2H{S ;2+SO*t n㩎1ݼ SD*~ƝwVAԦ?6<l6ݛ#P=_--9Aks#J%oO!},\AfiLì'A#i( K-Ǿj9!CPDU!4D Ǻ@G}$-qnvSO?v.9D[͋_l2
+endstream
+endobj
+232 0 obj
+<<
+/Type /Page
+/Contents 233 0 R
+/Resources 231 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+>>
+endobj
+234 0 obj
+<<
+/D [232 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+2 0 obj
+<<
+/D [232 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+6 0 obj
+<<
+/D [232 0 R /XYZ 133.768 206.827 null]
+>>
+endobj
+231 0 obj
+<<
+/Font << /F59 217 0 R /F28 175 0 R /F44 176 0 R /F45 178 0 R /F50 235 0 R /F47 236 0 R /F43 174 0 R /F51 237 0 R /F48 238 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+242 0 obj
+<<
+/Length 3203
+/Filter /FlateDecode
+>>
+stream
+xrܸ]_1y
+k8 [zVS޷Ԫ*49CO7<%Ohݍ .N~y%MXƛ BnbcTfs߼.V4mq*OAuyWT״5EV]Z-}o1TwmRK* ;:"61KJD1V0j*>)̡ }ϛ+^>lZKʛӭR*j]~R:^q] p]M7YUSJ沰1boH #CɄq| H
+l<]҂A̋
+yBnXb9*o!=r)ֆN]1TÀ&ޓ=T ^ia_ +܈I's!{DbOEy_+P8&χ Y.F@
+ <R}Eeq}8pNZZǾMY~=MTt>#Ƿ`<KL}FYE|vDEueBG4eg9Q5lTCDXM /OK̖i
+H p3Y,? C- i#u{d栩,\,
+l%wJʣcUKP'%=i)ID")N{.(.dk0Y6}LMQ>sb1|1ix/$z;Y̜w
+J3гY?Nz8@ RW υ"I7|V>?Bۃn.yamɘ
+ Dp& >aDZ
+fqq"w1p<'`eH3/"~k4cV|5{˭ Ex#Zw(躾;]AC.aP+egXN炟G;;:GmM^; *z ޟ<I2t<
+3e$M!fCE9
+:4GaY0^j
+xUu PWCĎzͯe]UI)`y0R__f}m\Yٶ}֍"a{KHi,| !?s4!U=h͑}ʿ,Pe֦Y`RT{^hD MFSPCϛ0RViYQcaeƎ"?`>[\bc̭.|ʐ55Xt[g-B0b`8|
+ W逧,2!tBfD㠥|W\}%s IClXPEDOy퀅~v)leJzI!Gϰ/6F pd1VSP$zS/^9݄m(
+6 &C;w[O'a͗Hm#>M1Sى34:ӸOa[0-0Ci Iaud  I¹}2ywu}5\{
+9)CC=yo
+endstream
+endobj
+241 0 obj
+<<
+/Type /Page
+/Contents 242 0 R
+/Resources 240 0 R
+/MediaBox [0 0 612 792]
+/Parent 170 0 R
+>>
+endobj
+243 0 obj
+<<
+/D [241 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+240 0 obj
+<<
+/Font << /F28 175 0 R /F50 235 0 R /F51 237 0 R /F43 174 0 R /F47 236 0 R /F54 244 0 R /F48 238 0 R /F41 245 0 R /F53 246 0 R /F57 180 0 R /F44 176 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+249 0 obj
+<<
+/Length 2597
+/Filter /FlateDecode
+>>
+stream
+xZKs8WpOKO,
+IٕIo7
+g ӤN_@CDuF iO?3mt2(<7Lu[ԯ\4EJH9a8_3UxepT_V~ĦEռ3W:Zx_/\0%3z^H)<H6׌8TYAι_h&fQ°PeSyɑc%9vv8
+b=&9 -z).cJaCF2L 1yFdIN-^lHn+θk# ί~ qFӤv  Dt
+%q.@Zpɷ,Р srp$r8
+w]^,uLȢnrWnϹYUu;+m!~A]B0zљ֦mOk]HS~
+وa-pX8|J#px"@1hX>4'Nax8,pl7CNBq<[,ce(@=bpayA}41m-$8qUxG>)BS_>̜/4^OQI!O)$8C2~D;gpڇ}$D!q9NEE{JU6{A!aʊ3~y><swZӒ0AZ,eN28\6lxaƳ@Bv K&BzyaGQW3lYGǎO
+elY rѪ&8Fm
++Fzʁ>菂6J
+e,}l *}2[>3 1M޴Aƍ{.?=٭}ط~PVe`y
+o.)iQrT צ^xoS ȍwP"FVz/
+˄~3Rp-Z.Lwf}|Rm3~h{9n"*K?fqJnجKs,\߹m ŧ}Co-:buvuJ!VaD`2]}0v_سX*
+2;]|f-rJzyc97V!~i4>dgn}
+ ٌEi1O5sVf^|TiF`MJ#x͐CSuS=.t rG p;qx i"wdR_u'EUUǒԠPܮj5Υuݵ"J/;_nq%t+5#]cf0GvDb
+M (h(*SXBUQL؀9!OM:o]] \`C/`ށມJ/Cp UD(ܣb"D ٵ*FDx!Dj7"c|
+endstream
+endobj
+248 0 obj
+<<
+/Type /Page
+/Contents 249 0 R
+/Resources 247 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+/Annots [ 239 0 R ]
+>>
+endobj
+239 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [221.489 642.347 227.951 654.283]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>>
+endobj
+250 0 obj
+<<
+/D [248 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+252 0 obj
+<<
+/D [248 0 R /XYZ 149.011 141.237 null]
+>>
+endobj
+247 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F56 179 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F54 244 0 R /F48 238 0 R /F41 245 0 R /F51 237 0 R /F66 251 0 R /F65 253 0 R /F67 254 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+260 0 obj
+<<
+/Length 3697
+/Filter /FlateDecode
+>>
+stream
+xڽ[ݓ۶_>WX|`=$&tҙ/qOb,gzw ~(ɍݹ, [Vl*D$*NUM,^mW?F/TMuxZ m~]PO_b-Ow[q֜ǩ͸L3l~O]]F3;Ha?vk -}hOn`q*$9e[|͋1Əmf6B'iIl
+5`4Fر d,XĦfͥ*|)UԴCsãvb&<a4p
+ˁDN"R{F~JKLͼ3EЄE{i|ʢٻ[KbXV;eu* #h)@mHVFK5PBgu 5 ܪȫn'Øu廪``yQzSMH-8z95͌ ܼG$ y `I
+dO`bx.%7mL@2:#|fetK<;MVvz6x a+{(/#P
+cF52= LڕET3=Iςɲ~+-}oY a&F*YBs.T&91L|e9(<Mt
+L˫Ьt\l\`TW h:ʺzBM0H/4#469!:Za!*-0+%ɰ/uOy 2D@[9tRB+*?
+Sަغz!'tϢ B,`zeJϳtbYlfCkX³PJ [Hb Kp% 0P !DmAuRQ6joQwR!oYc3aKm}!!kdzjZj ;*1i0j !
+T7f䣋ƝA5AɭT`8 *2 #u#4eO mߗLʼ
+r]Z$>7rG,O/{W9<*N({S=9fݱ,N`=|],#R%/<ʻ(֋°8**cop م389'p5Ny9O?c~xzj.H\Wޙ!k" 1,~4hTtXp+~6KU/&ڙ6jx9F4 5;J4T}tOGe(SsN 8;<ܗ3L'[;AvzcU޷I mW_ҏmJP"1{T3%rϑ62q{jk)"󜪯 N"gUrA_,՚^m,͚=0C^sA_vGJja';ۂs.X;Q*#H2(h5x)YtxQKd8Qp`ot`s;A62
+]
+33Nƍ<9[2vlҳP3(羠|TC/I褊࡜P Q6-fIAg=OΛRVߺw9zQ\cz%Y
+endstream
+endobj
+259 0 obj
+<<
+/Type /Page
+/Contents 260 0 R
+/Resources 258 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+/Annots [ 256 0 R 257 0 R ]
+>>
+endobj
+256 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.868 490.915 217.842 501.707]
+/A << /S /GoTo /D (chapter.3) >>
+>>
+endobj
+257 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [242.866 490.915 273.086 501.707]
+/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
+>>
+endobj
+261 0 obj
+<<
+/D [259 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+10 0 obj
+<<
+/D [259 0 R /XYZ 133.768 477.97 null]
+>>
+endobj
+258 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F28 175 0 R /F50 235 0 R /F48 238 0 R /F59 217 0 R /F43 174 0 R /F51 237 0 R /F54 244 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+265 0 obj
+<<
+/Length 1831
+/Filter /FlateDecode
+>>
+stream
+xX]o6}ϯɍTcXvXl $T[Iڒ+I }%+1M_{yxypt#?_|YTR\D1P2,Ә o"p{޴Ey9IfZrLO޽|KuөsK-ob-xr
+?L㪽ryI#uCbX0$R qO$
+!( @@"血jq-7g+ 39_8ä('ѺbM9o ,# '
+OBmQ/35UrS<$:v6#c ).C9h
+
+wixjx5\M&AAv
+*M!$KL : Vu$cV q-FWYt`z"d-7@Mt3wk X(\sĕ lmʏd <$$bDI\TR~k mg]#Q^.ЁPSpͫżvs
+;j'/t`;
+endstream
+endobj
+264 0 obj
+<<
+/Type /Page
+/Contents 265 0 R
+/Resources 263 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+>>
+endobj
+266 0 obj
+<<
+/D [264 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+267 0 obj
+<<
+/D [264 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+263 0 obj
+<<
+/Font << /F43 174 0 R /F28 175 0 R /F50 235 0 R /F48 238 0 R /F54 244 0 R /F41 245 0 R /F47 236 0 R /F53 246 0 R /F44 176 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+270 0 obj
+<<
+/Length 2923
+/Filter /FlateDecode
+>>
+stream
+xYoܸbCQe7u"Ek8(Ѯ;CRObp8C~tOdnE$Tҕ0.WM˵d2+Z??5$v_8 6yU~_n?UgňVb7U>aC~o=/~qZXIϗ99ұAoOnx:{EK_lRB_W"#K=5l 1z$)4l Exqb48QTxJa *eV8=MA2C{"P['\km.׌SMR!eJEN)1}DLsA?*w {Dg
+y,~io-8`q%ֲyP8ݙc|Sg :/km=QD ;"WtaY<7GE
+V]`H) خL
+hY=>v]OuWx
+̝ 8$2ts7y ݱbჳnA;Ŗ|V1C'tBe_/1"2P.nn^Z2GGz
+/s⼀8p֝IuH*2$yAPwaP~ ŒI<e
+bT %=tuX2&
+IU=" {a}1ѥ
+~].=OJkσ@/{X $;7+Fgg͋#zf<s5|#2i^g cD iM&P.l{s~ 2^w\-kڢh)bٙ Q<En]C΄":(NǮMP9@!~ km뿇O7A#>P6+liU͈13D,<ajtxH%OTK pu/Ih1`w0c+bLd Zc.360
+endstream
+endobj
+269 0 obj
+<<
+/Type /Page
+/Contents 270 0 R
+/Resources 268 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+>>
+endobj
+271 0 obj
+<<
+/D [269 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+14 0 obj
+<<
+/D [269 0 R /XYZ 133.768 323.331 null]
+>>
+endobj
+272 0 obj
+<<
+/D [269 0 R /XYZ 133.768 158.018 null]
+>>
+endobj
+268 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F28 175 0 R /F48 238 0 R /F51 237 0 R /F54 244 0 R /F41 245 0 R /F56 179 0 R /F59 217 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+277 0 obj
+<<
+/Length 2332
+/Filter /FlateDecode
+>>
+stream
+xڵYKW(O6`C2@>RĘ"OUW") Q_=Fn\w?l<quy<6o-<Gk[".}Yeqs"S#is˦.8uRE4Y]Os~l
+WOEu +W[/ tcҠ?촓)%rb
+$7X*)*$}?Sc͗K^{]
+۝ L#蛖?x=zLzt.`=*g
+=2S\o|%a`bqOIR mJKRC^u é9pG06|*ڲPg=$ͅU1yهs*#
+\]
+-܀V,/ZN:`SPw©,yں4aqDҟISKjיgSx?l%hؗ#q<;i쾨 }i׳
+S
+g10.KJtRIabeI F2}Ge*i\Zc;b<mBO({
+Y ! ٨TE|.@jo[|D:FNXvƿl1-Gт/ : fĽ59Esjh0B d
+`=A
+Gt58;(j m; 9"jW}eߡY
+fV pM+Ml40VUMQԑS.,k+H(sv/>5K7
+sm@
+endstream
+endobj
+276 0 obj
+<<
+/Type /Page
+/Contents 277 0 R
+/Resources 275 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+/Annots [ 273 0 R ]
+>>
+endobj
+273 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.753 177.638 478.476 188.431]
+/A << /S /GoTo /D (table.1.1) >>
+>>
+endobj
+278 0 obj
+<<
+/D [276 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+279 0 obj
+<<
+/D [276 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+280 0 obj
+<<
+/D [276 0 R /XYZ 133.768 639.358 null]
+>>
+endobj
+281 0 obj
+<<
+/D [276 0 R /XYZ 133.768 607.27 null]
+>>
+endobj
+282 0 obj
+<<
+/D [276 0 R /XYZ 133.768 563.642 null]
+>>
+endobj
+18 0 obj
+<<
+/D [276 0 R /XYZ 133.768 222.927 null]
+>>
+endobj
+275 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F57 180 0 R /F56 179 0 R /F45 178 0 R /F43 174 0 R /F53 246 0 R /F59 217 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+286 0 obj
+<<
+/Length 1862
+/Filter /FlateDecode
+>>
+stream
+xXKDO.$$w֊_qۓg<e7 a5WU_V@/=_^<QAƳXuTuq$W5ܤWlLrf!{ܘ̎[Pݼ^
+3X NuR 9f?c5B($=z&U(2)gl#Fj::ߗW8PnW7=ݸ|;<Jt-V)ɓ4آtQDK?@87y@Imcn{EQU|iDGʦ51Tuv99i(3)i+}#"!I %Q"dvh4$a%,K2p~(&
+=䗺 _BvlP`wf@JAQn)2W~?ř3[b>XN{cbfWkwy#p|!7RV&Q̤WLݙ/ᰭJ뗋*j$p T݃0w@m:خ]P9x;{OB] "1ꑾj
+겙vd<&?[gP>^nzK
+IpkE`yV
+AWcz0G"
+@+GDawɣ)='[%MVq1@LBlInEAw2_h黠(񤱝&WɼȘk&ħ
+|h:Kq#i?
+8,44{58h
+>ktZ9 C`KCGE
+vI*? ISJ4(_>~}~"\/x#b_-c}5ڣ AY @¹?YH d6˕] S
+S᲌iȣN2z%ώщ}9 7TDdʫ[ hTvlWOV^{9v#֓HC0FҚ'w4]E( ECV)ؘ#Ko'ߦPqi_&rn
+endstream
+endobj
+285 0 obj
+<<
+/Type /Page
+/Contents 286 0 R
+/Resources 284 0 R
+/MediaBox [0 0 612 792]
+/Parent 255 0 R
+/Annots [ 274 0 R ]
+>>
+endobj
+274 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.398 164.65 312.121 175.442]
+/A << /S /GoTo /D (section.1.1) >>
+>>
+endobj
+287 0 obj
+<<
+/D [285 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+283 0 obj
+<<
+/D [285 0 R /XYZ 273.702 662.328 null]
+>>
+endobj
+22 0 obj
+<<
+/D [285 0 R /XYZ 133.768 279.621 null]
+>>
+endobj
+284 0 obj
+<<
+/Font << /F28 175 0 R /F46 288 0 R /F69 289 0 R /F72 290 0 R /F70 291 0 R /F59 217 0 R /F44 176 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+294 0 obj
+<<
+/Length 1411
+/Filter /FlateDecode
+>>
+stream
+xWKs6W7iX/47EmN$#I
+0{3Rи"90(Q3kG(l͏UF=,8f\Ă'D"#Xf(dKx:Rs2.Yk,B#r Kk|2. A(}↓1()gp|ug@$
+uh4=h
+endstream
+endobj
+293 0 obj
+<<
+/Type /Page
+/Contents 294 0 R
+/Resources 292 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+>>
+endobj
+295 0 obj
+<<
+/D [293 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+26 0 obj
+<<
+/D [293 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+292 0 obj
+<<
+/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F47 236 0 R /F53 246 0 R /F48 238 0 R /F49 296 0 R /F50 235 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+300 0 obj
+<<
+/Length 2282
+/Filter /FlateDecode
+>>
+stream
+xYKoHWpBNl3Y/$2mDI6nc&عTwuwUu=*2?Nh|t~5#Ns_dLbʹ2 /7;k)Gf,i2!ldOAz)\RgJzWte0#x\Ex@'ApM&v'^>?&#4 z&qJssM$cU|՞":3FR
+^ dz_)v#WEW $_ᓦQdUD!܌{ \tE,ndvqW]Ѧ\mBI
+u=+0xe)E{'E}·o)WOmP=Z#rgua
+
+˗U{i#<kBi.qwe]s kѯp~4 D\<ԡU@ ]#曼8.FNG*X2Ѩ#!&3&aP(Q?v~&=CCP3Tp 0XE-\]5.[`adE@1y@Se*^ES^,CÞ)wzz&_̐pr\#w=o}?k  #Be{m-?e8\N]VhaGp$ LV>Sz~Laf{U_Ħu`WmT&WeZ(1ݗ3[s%œ)J 4dOFoNhv)oVP`?%4Uu zd!/|ܴabYF7.corЄʸ8 }ܟȎCmkoM߼l[뫤X.?8 !8D-=fT:I=/IBEix/<ksq5\ Y(;>xQQ7g
+endstream
+endobj
+299 0 obj
+<<
+/Type /Page
+/Contents 300 0 R
+/Resources 298 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+>>
+endobj
+301 0 obj
+<<
+/D [299 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+298 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F47 236 0 R /F50 235 0 R /F53 246 0 R /F54 244 0 R /F48 238 0 R /F51 237 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+306 0 obj
+<<
+/Length 2781
+/Filter /FlateDecode
+>>
+stream
+xZKܸWOQ{i>1] l  ݚneRGR{fbO=(ԣ!6`RdX,+b?۟uDxquPƈ$NK6nqY\G,Wڥ]g'G.΀#Q2MF4\$ 'w34 &'Hs'[4Yma'<ɦQh<~Xȗݮ>nw-myW{]QW-X%VZ+Dj;Tſrvy[Ї^4Q*eK ^/WNtRQ<4B]_~Ӿ5p|fD @_Jt`#{Yl S1jfgɉHʙgz335K/6$qsvoEf&hLU0ƀ-04(,էT߭`g)yNAh)VjX@j42"#4%{FMfem/XX2|BŊJbdKpi'sTY;8
+^$7<sQqU
+pLbֿT.piva:agř͹[@ VS )@莾,Q^mHr a30́8K"XkS;:t7s^RqT010LjWOG}aJEgl*Bt:"eLSҽʙTfS20$Հ؉ڹ&r*p $ w[Tۉ"[ #) " v3x?ݜsN~Oނ CKoVl0M“!}fc@HcΣ0XfpPd̺y];XTNx5ߑ@%N9`5]FM} |^z|N4d7_8{v/+w{Q]"VsHZ%`<H^: QR;t|rV6o@]5w! % Ac '(
+E]p篨wl0Ĥ|jX#9sİn5z5G)6XPu'B6%(Rf_2S``.־!r' PJE{īz*!m9"
+@!0A? 8βd B a
+jIjtgjaw.-q
+5I_:e[7EMG^ N[p7E{(hYuO竾OZ!R gD|ýșp84XSR0g+=g|M'bo ɖ?HC|FpnϹ؆@ >t5'j2>9O=ofΠ +:!) !zE0
+IL#8n՚Չ_4Аph*s3!844FgՏ6ϹCwaG[C>sEk: <!;52A1d40'SZtž0s:6 >/1K! /FvZh
+ Qq
+󐻃U/yϓXY.IV2~7~w{`z\\A|3ŸAaQQA80*pCSO%gQ՚~
+}.gxL.̾?rn/tQmrVG7D-N$njA/UTqDKe`xu'fgkDb[3c!Qv)}vbO
+Yu<=pH,82N]
+An޿(/\(aů_ 96I[7e:d *Q2JPrRV}/,ttU/\j
+ms8T?\7baOAO,`uZfAPz-D*rkğ \s7.h
+endstream
+endobj
+305 0 obj
+<<
+/Type /Page
+/Contents 306 0 R
+/Resources 304 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+/Annots [ 302 0 R 303 0 R ]
+>>
+endobj
+302 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.336 409.502 303.798 421.993]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>>
+endobj
+303 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [240.929 157.448 271.149 169.403]
+/A << /S /GoTo /D (subsubsection.2.2.2.2) >>
+>>
+endobj
+307 0 obj
+<<
+/D [305 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+30 0 obj
+<<
+/D [305 0 R /XYZ 133.768 524.275 null]
+>>
+endobj
+308 0 obj
+<<
+/D [305 0 R /XYZ 149.011 128.96 null]
+>>
+endobj
+304 0 obj
+<<
+/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F44 176 0 R /F53 246 0 R /F59 217 0 R /F60 218 0 R /F57 180 0 R /F56 179 0 R /F66 251 0 R /F65 253 0 R /F36 309 0 R /F33 310 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+317 0 obj
+<<
+/Length 2448
+/Filter /FlateDecode
+>>
+stream
+xrί@N^FNٗTlD= aw
+JV`phҊ+!*.f''߿\|LeVfmXMbcRfܮ|yx*]Wm9ZiKjNwU~8WvmM8Wr=;&H7z>,Nj
+UdUmw%a&88UybS[FȠI6nOF9bTAM{ă\u
+ƝUN=6wܨ/#ChϘ󞞛j@Gvw΂LFO-B(]eq1)?Es<ЌpA<]♗HjRVV] q$iI`pyg@'.-QSVtb78q.1,I21"𧖄d Aұ98`hI\gV~Og-RhX|_o=x-R.~ LSv]t7``\}$T9ڧ9F>S)n{:.ZLx X}r2Dw۾*Nu۠)6&
+>o 1P$;]I[ׅ5ծ! ڝņ
+XؗfLptRlzMyUA.-wb
+6XRc)A=h z@@l ?±cܞ OЂk)FJ3-=T
+bf %ΈIJ̩
+;*?c JjQ]SC@L
+}OXE&0ԟ sh}A4bB+A0HWCMMR~n L7|drX?\չf2r-t:%.08
+)_
+ r+`
+[E~ssb&|{~1bol9=|wyUaݺǯ0|y{BzFQik&)n
+endstream
+endobj
+316 0 obj
+<<
+/Type /Page
+/Contents 317 0 R
+/Resources 315 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+/Annots [ 312 0 R 313 0 R 314 0 R ]
+>>
+endobj
+312 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.761 590.646 425.483 601.494]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+313 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.594 578.691 167.814 589.483]
+/A << /S /GoTo /D (subsubsection.2.2.2.3) >>
+>>
+endobj
+314 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.423 449.625 164.145 460.418]
+/A << /S /GoTo /D (section.1.1) >>
+>>
+endobj
+318 0 obj
+<<
+/D [316 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+319 0 obj
+<<
+/D [316 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+320 0 obj
+<<
+/D [316 0 R /XYZ 133.768 639.375 null]
+>>
+endobj
+34 0 obj
+<<
+/D [316 0 R /XYZ 133.768 565.761 null]
+>>
+endobj
+315 0 obj
+<<
+/Font << /F28 175 0 R /F47 236 0 R /F44 176 0 R /F59 217 0 R /F60 218 0 R /F50 235 0 R /F51 237 0 R /F54 244 0 R /F48 238 0 R /F41 245 0 R /F53 246 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+326 0 obj
+<<
+/Length 1840
+/Filter /FlateDecode
+>>
+stream
+xXKo6W!@bD0PHEޜQvk!A鼐C"p,_W|?u}7W9SֻPq%Vi1zljLWlG|-m>].q|&_ޓ ܘU#~b׿lTJ<K:ّqcx"Ť!oF $aY:TMBʙ8R#ԲsU]p&| DzoH$j޶]Kn/!M%g:UeLt2k8e:ʘU=I@o\z=sp?Vta,W\}Xrf$Xx/Uީx?*SWewSVXz]\Պ"@@46]HLOGD֋~2:F3KPKoOkicLkNre.2D.Y*Iޞ!OJf
+yqPT,b?, h=9<]Wc,*C( GTK?x#Ve}a2t
+0!\C"X (j
+$
+endstream
+endobj
+325 0 obj
+<<
+/Type /Page
+/Contents 326 0 R
+/Resources 324 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+/Annots [ 322 0 R 323 0 R ]
+>>
+endobj
+322 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [283.26 474.553 297.982 485.401]
+/A << /S /GoTo /D (table.1.1) >>
+>>
+endobj
+323 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [243.883 173.177 258.605 182.032]
+/A << /S /GoTo /D (table.2.1) >>
+>>
+endobj
+327 0 obj
+<<
+/D [325 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+38 0 obj
+<<
+/D [325 0 R /XYZ 133.768 575.473 null]
+>>
+endobj
+42 0 obj
+<<
+/D [325 0 R /XYZ 133.768 519.841 null]
+>>
+endobj
+46 0 obj
+<<
+/D [325 0 R /XYZ 133.768 216.528 null]
+>>
+endobj
+324 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F28 175 0 R /F59 217 0 R /F57 180 0 R /F60 218 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+331 0 obj
+<<
+/Length 2267
+/Filter /FlateDecode
+>>
+stream
+xYmo_m:Z.| (]٫VrWڵ 3kL3 ,X{aٛEiaH("Y".U|r2n|R"oWkTk޶Eum}X]_R#qyZT~Y{wy3Sp##m„6kmOKlju 4׳_HJe"<y*a6Љ2AO+jev%\tZ
+BxfDz2,n漪}W.\9z:R꘵mMUf  }QW5%J8;^u<I&߾zzQjuG&ceq=dϡ>V[D9/k- wj>{ri`0
+<> <gZN(`
+<;O4'.&c/󆞚p3k#烏Mϓ'6{
+nվn|򜏬xJSڏLY|:ˢii5ƕ|155zh&8MW8߂5?
+;ZL MblgMD=k ! 9&"`[ g߀'L<㩷ڗ7YOn=8B{)]
+8zflYmI<v>$@CQ9T5Ra}6b @kQG(( O?D IGz@H\79EAy+]}
+_;H0M=$}|[_(vڅ
+b#M"{cγ s}R(4Y%i8T|M
+dI%$`
+hM{z6q&[ߗfXEr6X/*ߵ+|e8ɍkA6jR僾WbyQz}W]&[LEe~5I`mmGɸ9n6y`}
+,~0
+@Qͮv`ɫ8O&Զ^xEeVis$zrKze}V
+
+endstream
+endobj
+330 0 obj
+<<
+/Type /Page
+/Contents 331 0 R
+/Resources 329 0 R
+/MediaBox [0 0 612 792]
+/Parent 297 0 R
+>>
+endobj
+332 0 obj
+<<
+/D [330 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+328 0 obj
+<<
+/D [330 0 R /XYZ 273.77 662.272 null]
+>>
+endobj
+335 0 obj
+<<
+/D [330 0 R /XYZ 133.768 512.747 null]
+>>
+endobj
+311 0 obj
+<<
+/D [330 0 R /XYZ 133.768 199.082 null]
+>>
+endobj
+329 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F46 288 0 R /F69 289 0 R /F78 333 0 R /F71 334 0 R /F43 174 0 R /F77 336 0 R /F57 180 0 R /F50 235 0 R /F47 236 0 R /F53 246 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+339 0 obj
+<<
+/Length 2065
+/Filter /FlateDecode
+>>
+stream
+xڵYKiL
+hfu^'< ͫ7Z'93%D2kX&InmfkI_ϟfϛ?z#bVjs lRPNHaP lwD^V|ƽuŮ=7%p7"Pi_ D9ߪk*
+dݿ6NFW 0@ن^6[ijvP mN).^®%#Sę3.'.Pt75X1,ךq&)^
+d,)'R@oosD$* DJvǛyRTGOzDF=$RJ2dD;=f;Dk*ӣCo> 13W3z@~aRm˙v.UЮJ~4"-"d
+- R5 LY% EESj-20\9,LSAK2 0D%e/_&nY21a^XBLLUS(6[L6Jk$ c'3WH
+!xrh~AەYʳ7 vdlo `
+XƪN Y_i\W:r $\ { R_A:G3AS"1^W;"/%7uer]߄6H _
+sUYN$#~P-.!e&&9_BKwL:8#%DBW:/O.<X𱤄]m`(
+endstream
+endobj
+338 0 obj
+<<
+/Type /Page
+/Contents 339 0 R
+/Resources 337 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+>>
+endobj
+340 0 obj
+<<
+/D [338 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+321 0 obj
+<<
+/D [338 0 R /XYZ 133.768 526.732 null]
+>>
+endobj
+342 0 obj
+<<
+/D [338 0 R /XYZ 133.768 412.764 null]
+>>
+endobj
+343 0 obj
+<<
+/D [338 0 R /XYZ 133.768 288.224 null]
+>>
+endobj
+344 0 obj
+<<
+/D [338 0 R /XYZ 133.768 176.747 null]
+>>
+endobj
+337 0 obj
+<<
+/Font << /F44 176 0 R /F28 175 0 R /F47 236 0 R /F50 235 0 R /F48 238 0 R /F53 246 0 R /F43 174 0 R /F83 341 0 R /F57 180 0 R /F60 218 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+349 0 obj
+<<
+/Length 2475
+/Filter /FlateDecode
+>>
+stream
+xYKpN˷^t<vCl|,w cK݃TԳqO6bU_~EW?]QY$\$ڬJjݭnZǂQPDmueuߺcW֕һ߾Q)u. vEVxEU;G6qsشmk
+y힭.`*/fBѾn*f& I)ӡCB
+ 2<ְ;p$S z
+iB("A^L\"~1Y6{O> \#q>dkUg
+a9TIІE\P5)S~x;7z.A71"ꅘܳ.$(Xr*;kQ:|g
+Ot,2SakN9t+䋕 ^0R88Z:fQW*S˽{</v:
++6Dd.U [/eWĢA$#&JF+\=h,2+<$ە)\OC{J& h?y& Ql(ӧS8 8SlrB J8XكOz`+C6h@{> x65f5gBeSNZ1dZcSt]πLN?f) / Ff[cԊc‹r(΍l,w dM;]!FpPvYiC z~f+p*zbt=ĥ _jXCU<\?\oW
+m JaQ]l̀>)xnV8gycaH;nBq.E1OgM JmGoBR!E(R5,=ș~Y],1ݜX"v a]}DwV5ޥf Ŀ:fw_n?6/7|Ÿ#vχ ̿2P)I93et+^}#*NЪX%3R9Ͱ,-ɸ8\3"zCc0 }Hr@b:@IT$rD å ES*QJ\&(D %3Wmy2oV:cy!;];CDM'>HVC}ٶ6 &IcΈ2DZ0' .r;+J!͠ PZy(MCFxO1KŧB-eѼ!JJo cٞr-G+/)?YBnj'NU,Jr;O2`>K~9QHki^!Iպ3L RX=h,*۴lG@ŏe?*sJ2֯p &pQSL]i)XKx^
+K%/f41ʌmx,nS<Gc/EKēqFHR]$'!rŇ.g3/ A1Pbvw5x'LFs>q O=
+CeĬ)_Zv> 4&=\/t^HzxTp/r,,/aOoKy%xv!@!atr/Nj%pp5P/3é%>SN* 1ri|9ckAcjO;B䨟CWYLZyQ=.TC" {=b% - -kߦ8T= *' rDqlQm6q ~jukCΛ媾YD^7Mo-k
+endstream
+endobj
+348 0 obj
+<<
+/Type /Page
+/Contents 349 0 R
+/Resources 347 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+/Annots [ 346 0 R ]
+>>
+endobj
+346 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [279.168 152.185 293.89 162.978]
+/A << /S /GoTo /D (table.2.2) >>
+>>
+endobj
+350 0 obj
+<<
+/D [348 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+50 0 obj
+<<
+/D [348 0 R /XYZ 133.768 268.651 null]
+>>
+endobj
+352 0 obj
+<<
+/D [348 0 R /XYZ 359.076 239.51 null]
+>>
+endobj
+347 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F45 178 0 R /F53 246 0 R /F47 236 0 R /F81 351 0 R /F50 235 0 R /F59 217 0 R /F46 288 0 R /F69 289 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+355 0 obj
+<<
+/Length 2185
+/Filter /FlateDecode
+>>
+stream
+xn_}Z&s ?db@Q-5DJ䆤bAR<lE3˹/n|3wWg}~J.RY1jfRewR')ifr[v=ueW-lVxZ/ۢV~ZmU|ޕldWwEO
+)2 &څeS>3|!8'hp 3JQu,{*PyWh`cfFa%`(iصey$K30
+M!@@c6+3j:h{Z +d0N
+" p(CU!b#!Bu";HBK[ ]G] H%MƂ!$JCܧQ,hb G#bB ~W~ӘA(&:r!J[θ>N2쭋n8[ 3dDBq7'a }3!bTD!t_v]>e\`T }ߝ(_wmX1XxqHi'$c,5O ej@S2?ReB >Wo諩 p54n'>+"ӛc'z}`$D"sv9阃6΄$@U
+B+CN* PpI e*op 9a7~RDn
+Bُg(B,fFzv}Oa*ptB~-y*rgFP
+/*O7LXലHpC |Dfi<&$g9IY+U!A 4Z0kFr.X$n8` ZbI§SY2OU 'J riU؆KYB9b,(ڮ* 黣C4>qzڼ_Rt965 Dp=7U_a偋<-ԺgS
+ Uʥdc )rm}lʽ`3Z9ơ׊-?Y&y3](QT𧸚"|ε=y$c OOPYū=A&Q^SE2wesL>$+3H%Le'
+'Earrs1c7&6XH%
+ݯ%\Ǯ(=Q!L耤 mH ';VM "Evb 0uRF Fs8=F^0FhFP$)V9`[ww0Z;Yɡáܪ+cnuǹUuhkgc?~Mvz򇏱Ӄ ] uQPۨzc'
+a
+3<upd!Oߕ_t_B?d36' },}dwAACOr!w
+,ZɣM 4!eC|xP
+ d:
+endstream
+endobj
+354 0 obj
+<<
+/Type /Page
+/Contents 355 0 R
+/Resources 353 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+>>
+endobj
+356 0 obj
+<<
+/D [354 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+54 0 obj
+<<
+/D [354 0 R /XYZ 133.768 627.777 null]
+>>
+endobj
+353 0 obj
+<<
+/Font << /F28 175 0 R /F59 217 0 R /F44 176 0 R /F56 179 0 R /F47 236 0 R /F53 246 0 R /F48 238 0 R /F50 235 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+359 0 obj
+<<
+/Length 2400
+/Filter /FlateDecode
+>>
+stream
+xYo _G~ETrxwv%D+\pWwf4"9$b?ݾ;Dnť$[LĚ'd5Y5Tg\ z[{z76 M==D+ag2 >lT+<߭y1MDձ"mOEXoms%C Rrmg(,_ ,.Xx*fYW4m`ۮi6S\ ,$e&g,{I,]Eǹ*n`)a$ѥT\vGPG˦~C+p\4-{_TgIS75 hT3§Q{2ʺ#:.p@pa1U8ݯ_ktwU>o/7D:c"D 7@ζ$
+]J$ÍB5jXhA/8gw$$J3uhm>ڡ.AyK`h*ccjLB{ěubq!ɡݞK3wr̕# `DshC11^N3/)Ca
+ ӈg\l+TnUGXӀJ/sry]=+\/=G3t'3
+U[] wk7=/=KRG&-^'`Jz^;#ΓuËʼny^ArOAT^9&Y^?dX#Dq5f(4^=fޘ:I`I*` iovK}kMA?6^ :Vnoc%KfU;[{'}2B4xʻB굹)I:PjʶW#,ؠ*47`$]ɣ֩Ǎ?ccC6eHyIv^c<iUcsò>votnvp?TprGT@
+!YB EW8ܕxiy#,uZڴ`}58HwL0
+qBI;+'@!+y-sj
+?4"
+endstream
+endobj
+358 0 obj
+<<
+/Type /Page
+/Contents 359 0 R
+/Resources 357 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+>>
+endobj
+360 0 obj
+<<
+/D [358 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+58 0 obj
+<<
+/D [358 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+357 0 obj
+<<
+/Font << /F59 217 0 R /F60 218 0 R /F44 176 0 R /F28 175 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+364 0 obj
+<<
+/Length 3143
+/Filter /FlateDecode
+>>
+stream
+xZo#BAF"%
+/2 9=`<See:e%KYsjs㌥I]3@rʅJe7N-]yR^j&re 7π"{1>kW]K+>^lYe;àL1܌sx⮨K 2^:ZVGRzCuUKھ!]ѕan90r: f<,PQQ:;_;B1q _~wH H &/ I/zU z)%|(ꦣ{x-ݲ_Ų<4o5c客kjVuU.L:P6" r'ۮ|<Y.gaSp[5n{OD HWhX
+|
+3 .ՑtJ?iOǕpO >[hjg3'`nM[
+@ٔlxse4TR!TpNb oﺮ@p3gb!
+ #7MR-t Bʈ,P U msLέ
+]OpG7D txB4S>BhDG!!AEߐ4<I!3jޕŁFFc`vjMh<a-9 moy:%C3ai
+tPA-7:<@Q>c>cA|. bd9H}hwS!
+i[`l 9ht4YIaz
+endstream
+endobj
+363 0 obj
+<<
+/Type /Page
+/Contents 364 0 R
+/Resources 362 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+/Annots [ 361 0 R ]
+>>
+endobj
+361 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.609 156.154 168.331 168.109]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+365 0 obj
+<<
+/D [363 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+62 0 obj
+<<
+/D [363 0 R /XYZ 133.768 597.391 null]
+>>
+endobj
+66 0 obj
+<<
+/D [363 0 R /XYZ 133.768 246.976 null]
+>>
+endobj
+362 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R /F48 238 0 R /F51 237 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+368 0 obj
+<<
+/Length 4014
+/Filter /FlateDecode
+>>
+stream
+x[[o~_j2KHMP (bImD33j(k.
+p8Μ|B[7oN#Ns]0 B-7pF~{>ĉpg/St8 Y Bk|؅&g`0qF1ot);b`ϿnD8xC8v+Rbn*Alx!O[5L&;bQEIj% %k|Z\n3HW2X3bhZ ma1kۑɝ6-q]<.yō
+CS .7IOY|reZ"6/Aƹq d7/TC!`猊%ڳbY%
+~瑋E?jƓ~0I@$n!0Z_ 2#,5QqS)CGy]E-~؅,J"
+0H8^*1˃M
+­bguT2;z}R8(3ۄ9&
+=ZѩB֊<#x9V%uX5_#ťgV;0 uLyt~sʫStD]T>7Dv`D=5a燢ކefqJU@~/p#t־zjʎ
+=X:o.ho
+nen>6we9i6je.epkIURb){M u"T`)̼bViPcjfggT5;x6CixwPm{<rWe֢YBC;Sw1 i|F|Jj}rE|$~#m}O}biHMQ8W
+v"Lnԥ9
+{siTOi:xHFJs(Idv:l6mv5@`FM$(ib`cc!"]8фcHp7sqr:DJBvs4MA)
+=x"%F,c:|~ 3XP}/
+) 1X&f[lP@$<H1}s |9l
+N1z[]ϱ{7P;5_2p+pХ侐IXE(/2·Pϥƾʔ{i (]QnGlev}of{!O] /Qb7"۲<I`).? c:^+ n5oPPJ1tz4O ozRrE!-.Ǐ"Vԟq[悗/:pbO9+.@Vc^baV_N$a~3KOAz/9fxY # (cʚUc L|rw(J,7ph{Č*TCEQݡ
+z5x0CN^*ÌSIpcMWԴUMl)(MLߵϪ֡نvp@ pLIC,/,r72ϼyϚ-Ig.
+I˪' ͐>Ɠx]0^ɨ6U5MƤ}ވCib7*h\4@1Qto2yH.FM B|F;!`f&
+?M
+9 %º,o5˾&Gm}tY*?鋌CfIF9Ie0"YS1x`3.?Zi
+0fg.fs'HjnΆ? ǚoߏ \{m
+v6An&:>k8q#YVC(7_ <fM\l=K=4'LO@@xc@3tbyR|Md2>7-O͐FFX{Oͬ,QYه3"|(RIcS'Å <ڞ <E"'<?w3* ^jQ\|-$ :lBGN|&|um؆neMH o?a[.';^Ev?Vэ"h7j_ΌƘ)-$@BK~eHX^@["P=|8᢮39ıVAz7;HTMOIvh<D@ pQ≵mĔ}{m
+endstream
+endobj
+367 0 obj
+<<
+/Type /Page
+/Contents 368 0 R
+/Resources 366 0 R
+/MediaBox [0 0 612 792]
+/Parent 345 0 R
+>>
+endobj
+369 0 obj
+<<
+/D [367 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+370 0 obj
+<<
+/D [367 0 R /XYZ 133.768 231.346 null]
+>>
+endobj
+366 0 obj
+<<
+/Font << /F45 178 0 R /F28 175 0 R /F50 235 0 R /F47 236 0 R /F48 238 0 R /F51 237 0 R /F57 180 0 R /F53 246 0 R /F44 176 0 R /F43 174 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+374 0 obj
+<<
+/Length 2991
+/Filter /FlateDecode
+>>
+stream
+xZo
+^2?ER0wԉTH,ޙgɱB/݊~<W?tJ\ Ǥ2Poe\ز2|-Iƅ=ؤhrGEE
+=Ϳ/Fṅfi+˺ܟKV7o_1oZO~)ǓWE[PxX+%glM4ӣ./oɸ^3=Gf3^Q.CGasO2,zyJa w}31@Vh7_{oMKݸ.ld4yK8&Lz(8˜J"6jfNz-12wtR']h#$-^K>>BLZ9=cNpCw4rdiXw iwudk &,:"M ܢb3ξ8 +10ѕV6_&{taYޜف^H(y2jYɅ.*l&tk0]3lW
+ L]PS?-+ |)<̾HV^)x2LX;-О cG  dJͳ'>Ko-4q.6EmY AB@
+hJ)1ͳ1ږ2
+D2c餴¡):B_
+].Xt7[qW^`lmncOZЖN
+a[JLy/^*cnˏxowf&c|&Rf. \ErA6ΧڤRc[v,zA_*-nzsyHʚ!=FcrEmMLQ$7U)ܠ+'d
+HKp 0=tmN,;^DY=tzy-$lw+j3TD 7%ln K50(2&y!>iTڌv3^-eS
+^# E7 gsM]k_Kz+y_zVv9
+Q
+dn{tn</hG(\G]`fʺ]
+endstream
+endobj
+373 0 obj
+<<
+/Type /Page
+/Contents 374 0 R
+/Resources 372 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+/Annots [ 371 0 R ]
+>>
+endobj
+371 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [231.271 510.409 261.491 521.202]
+/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
+>>
+endobj
+375 0 obj
+<<
+/D [373 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+376 0 obj
+<<
+/D [373 0 R /XYZ 133.768 497.465 null]
+>>
+endobj
+70 0 obj
+<<
+/D [373 0 R /XYZ 133.768 349.492 null]
+>>
+endobj
+372 0 obj
+<<
+/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F48 238 0 R /F53 246 0 R /F54 244 0 R /F44 176 0 R /F43 174 0 R /F59 217 0 R /F60 218 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+380 0 obj
+<<
+/Length 2260
+/Filter /FlateDecode
+>>
+stream
+xXYoF~y2fO&,.A%J&F4$eaoKn'}VUutUn!?|06ыB#$[$.ڸfqaREʮ]M㩫?E.D'HE.bDyC Unij[x8q[ ;~WWFJ=6̥t.1$$>ϰhşb'Ks9)
+7 2h2
+`t[0V=֋FoAu`iAϤqSSeC`pف:;4+ߖ~y\Ғ?pURrn_]^:ӣ j \Y`kJ<(.'pܖ<H&J6 89h'Yc=ȵ^3
+#B"k"ap1cȘ K3^[0sn`U}.$dȏ=\~RaCc95M9˖Xg[}U4\ !Yk_[ m1 əcZܐ} TR(mFw} QStF)P 9\@ qXnb`≖'XYC{t?,F^2HNP& Y҅@"M|P_f
+.@`W#.8F9-Ƭmz`y;
+,b!\"D0 hGr[p>岞
+ bI0a߂?pQCQ]p-_=HD3DWfSv2l@ηAs*:ͣuQsNB){d*Y ipe TKe:,A([ȸ}c<p:o`C,T(Uܤ*t4 O.R
+’ޣ!IG) j@:'8yVZoޡ-pSpoaTK_\nOKH:Z>AT3V;O(j MƂFG_eETm6 >ҕXiC)q,it(]Uw<د
+@_%NNB<e;',BuR"3n6IÒjYW
+@u"h&fr)߹T乛xMrz. ;_"#$3|v*%1χ %Zc Af]r<x0㠒&|c}q5Tb!po{H]H˂4MqgxWQjo2L7˳<@$ Au 5
+>-͏RJ\j7Q&P } mg[>\p|5"
+endstream
+endobj
+379 0 obj
+<<
+/Type /Page
+/Contents 380 0 R
+/Resources 378 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+>>
+endobj
+381 0 obj
+<<
+/D [379 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+74 0 obj
+<<
+/D [379 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+78 0 obj
+<<
+/D [379 0 R /XYZ 133.768 619.537 null]
+>>
+endobj
+382 0 obj
+<<
+/D [379 0 R /XYZ 133.768 294.688 null]
+>>
+endobj
+378 0 obj
+<<
+/Font << /F59 217 0 R /F28 175 0 R /F57 180 0 R /F44 176 0 R /F50 235 0 R /F53 246 0 R /F41 245 0 R /F48 238 0 R /F47 236 0 R /F43 174 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+388 0 obj
+<<
+/Length 2305
+/Filter /FlateDecode
+>>
+stream
+xX[s~ϯ0ob-t (j*8SBinx:nZ}ir+zW?r\'w HD<'iy{w"}ˤz~vW?J(%8QuÄlջp-E\_q`H0 U,"':^&{9$/ɑICWԉt"R;EZe\J;nҏ035.[.cBt2P[Yea>-.bRC\Nz^Je
+>yB Ut Lrl.%yzީ<-=ycP
+Y_r~_$ypRH1iOAWt*_4r/QMی 0;>IgVLi"l̒$FwmZJ/Q}wj^
+la#U{ h5׃NcCi}vNf|# 
+x^*a0D |6b)"MiFKDI1‹Q¸XيȎGJ{$!o)V%bt E@#ᅗP@ c Z'.k{<З6tP}^+6r$<yY+旎ye
+N!"`<` 2g,/XD,9 90Q,&9]F4F}Uh9/j6S/~uMY 9!m
+,N2]4wOU%RM)M;h?EP{ұ}8jx<@ˁs\Dc%aYB
+"C#]a˵I2ޝ
+d2I<
+:à0Q"};z=J\[刣bT^7քCmҾb5GħgmҲ4#mPSQ m]\ɹ!i?C< ^顩Ep Eii#Cj2RͼyG(5۽eUsMbOD1(URVߠ/o@Opߟ քDs[zbU$x Hwq;f.5,e݄\]7+'U]5֪**u[\@&ob Vg\ptՒݘLab6 c6T!sB
+jक़;4Pq ڂbХǟ:COn&boyi']^bܙq<4>䶞[q?@;
+HXnn@l0t@%=?u>gl^&Pl"Ëh'{nN(,M6M@&{kvOz#~ 9e9q34mkcH2mP"սDR*Ϭ_b7,./17Ղ@gz:l/<łϻ[:IqeI]0)=-/ut`5 *%Ps6]Dy6WVХ&m^a!Ln8t>uU<{p6뀒޴{S@i- 0Ox7j<gSB4TUH]InVZUUDT[A
+Ybm9 XVTMZ{_q]b-MU]AmKI +NƩh\;I2)N('s{`ӏp,b9@8t,vq[EKU-j/:-w2.)anE5.! [`ڔ;Sl=o3H?j6g{Xi@겟!3\A?XwѴ.,@e0@e1o `B&/!c
+\_0
+endstream
+endobj
+387 0 obj
+<<
+/Type /Page
+/Contents 388 0 R
+/Resources 386 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+/Annots [ 383 0 R 384 0 R 385 0 R ]
+>>
+endobj
+383 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.947 375.252 207.167 386.045]
+/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
+>>
+endobj
+384 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [160.169 319.192 174.892 328.047]
+/A << /S /GoTo /D (table.3.1) >>
+>>
+endobj
+385 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [417.615 116.319 440.087 127.112]
+/A << /S /GoTo /D (subsection.3.1.1) >>
+>>
+endobj
+389 0 obj
+<<
+/D [387 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+390 0 obj
+<<
+/D [387 0 R /XYZ 279.001 662.272 null]
+>>
+endobj
+82 0 obj
+<<
+/D [387 0 R /XYZ 133.768 362.543 null]
+>>
+endobj
+391 0 obj
+<<
+/D [387 0 R /XYZ 133.768 306.483 null]
+>>
+endobj
+392 0 obj
+<<
+/D [387 0 R /XYZ 133.768 159.062 null]
+>>
+endobj
+386 0 obj
+<<
+/Font << /F28 175 0 R /F44 176 0 R /F46 288 0 R /F69 289 0 R /F72 290 0 R /F70 291 0 R /F78 333 0 R /F71 334 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F41 245 0 R /F48 238 0 R /F59 217 0 R /F60 218 0 R /F43 174 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+395 0 obj
+<<
+/Length 3393
+/Filter /FlateDecode
+>>
+stream
+xڽZYs~ׯ%;0N\g]WyMURIEo\f( )n4k ivml4}| _\/'?=;L,ήB)ftˤ2|mqRJ/NY}q*-}˶kfhjX_վZwe]Qt%eQV/SߝJtuuv:]~H6UvO/ {Z 23+u7e%`3 mlW '*IAS&2K"LMW \e9G>ہAt6l0t(_ GV@o1amϕ︇F L 4  pfE:ar& 
+
+葀< @cgџ"dIfzQ+uS4ڝ61L Kp:PGjNs]o[or]'lRv 5˸<%^6wys2,oU]h=تˢ&"UxkP&UպxE?*, y_%,( 6PA(}[Fjk;K`#Ci[Nn{Kg.Ѣh[z圜qّHC[V[ˬWR#U_
+bG)xOAvln-w! hk{D
+D>
+kCc( v:q:k|/]17q8PVÌni ~s>sKcEqş hkkJ.Yp=ɢ8%f_LگEFz#La&Si پ(_ o]LoɔW̘x;[v{c
+AwTA|q@aGJGI=0L_ Oa㈍
+qFOL z/"^0T2o#8,.
+FJhuL&vE}*{hŔ yzMhNFOUG5cD 9CA/W-x57`ajP=Lo*\0W/]N8.GwEx]UD*{UpKҋkjGQY}Eb[zA.kא[B~4B>>̰̀]c_." bP MTJE\:YAN<`nқzlhve$/I-\`8/O^q&T@QQ)rR;`+
+*UA&'D$t<ᶭzGfW60k
+(md6ѫ_ t:]dta'w0N,{Suna߻ ^ &/יh_Yq
+.n4Ř@
+^_ߗ*Ms~ݔ]v1S33)/fohr2
+5y|3pfb!A-"zU3%4H
+8ыL
+endstream
+endobj
+394 0 obj
+<<
+/Type /Page
+/Contents 395 0 R
+/Resources 393 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+>>
+endobj
+396 0 obj
+<<
+/D [394 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+262 0 obj
+<<
+/D [394 0 R /XYZ 133.768 231.346 null]
+>>
+endobj
+393 0 obj
+<<
+/Font << /F28 175 0 R /F47 236 0 R /F50 235 0 R /F44 176 0 R /F57 180 0 R /F48 238 0 R /F51 237 0 R /F53 246 0 R /F43 174 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+400 0 obj
+<<
+/Length 3012
+/Filter /FlateDecode
+>>
+stream
+xZݏBo~.mU y){ҞnaI{Ѯ;~u&u-P|<<}qsfR^̄R̦nˤ26n2]l6K.uۼIR@:o/_7B
+g2pD8S]\]&JKlaC̋{on;~e4LXbjj-tL%U3Vb_vriPDSjO/|V7nYxwKU1XD5P| DZ7_Cpq7]֨ 2>0vRTLtho*v/ C>P˲Ք< tIa[P9n9?.OTH$7/Θѭjs_/}}i$oūbVYDjdܹN<^&2_ "放3E%WHX29191d#Y):lgAl3(MNQ*ۜVgsܯ4K-3 %љ! }B}^!󢹔-BsrYuI^;;)3U1R&W8OkcatdhuRv&(\i_C Da~}"n6>Wm<DXk)B/L3!:Ȏq17z2h oC#Сq>~ljT'IGҍc#И>BpBT!MjdNlǨr7xo670cK1p bSy \Ma$2 b_Qk[C
+h@MO+ZF;TLL>w-DAu[mV-fJt;<uR `Ev.VEk7lU|%md{.rsHmfy oi"N }׳E<ҦUWH6*.:r_AqVЌ+A-u<k?-ux8r,)T\
+}*N ;*nGTW#)J6祵$im/lSt]4zP1;ĨՂY;#2Q N gV0/#'f@Ha|A`<vH2'8ޏCChx+崕c?1z>njc>S=2o,ȵYIbBDr~ ~8 =5d8=DkNݍvڊaلI] &_6b .Vr+;-KS;-wP:b+f8ˀxj` u3u h.
+jھ\1QMYEQL7p#iCz
+|OH dSsKn/p
+?BꑌZ1!SODDG!W˶b-Tag&-&ۧC)t'?*?Oǡ';X'R"6U,mbxA.ix\óg r|uLK`i<\YF,^ @^QBsVMz<i'E?5!| XN!psqqAYT4}(ApO$I1/,4HTq]zF@~0#' րm6 7a_D!tQF2d|;0-aۚ F2,fK/o gWp6 djw@(7`OI47
+xlR!yuZz?p"A*,į˾y|&2eU{KuϰQmuN_S7((_~u]b!5X];т9vw'J&q&x[n1Cv݋_3a62r{XS^- E7\~:^RJ3G~ hLSκ?d)d0Y_uLjB^S/Vm
+endstream
+endobj
+399 0 obj
+<<
+/Type /Page
+/Contents 400 0 R
+/Resources 398 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+/Annots [ 397 0 R ]
+>>
+endobj
+397 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [298.506 247.527 328.726 259.482]
+/A << /S /GoTo /D (subsubsection.3.3.1.1) >>
+>>
+endobj
+401 0 obj
+<<
+/D [399 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+398 0 obj
+<<
+/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F51 237 0 R /F48 238 0 R /F53 246 0 R /F44 176 0 R /F41 245 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+405 0 obj
+<<
+/Length 2633
+/Filter /FlateDecode
+>>
+stream
+xڥYY۸~_!?0n8UJ;o‘ 5#tA3/"
+yNZ5iEJ06~@薄ci4˄DggTuG5;G\TT4D3a=LrS9Ä0eYR$̪lߧ$:T <~vnJVw]S79XJ&yr.+53nA5~@|2>q=YT`*H**$//:ZOJ)9Pf)>R? A*
+' 9<?mc#Mm?-]YkMP ws]P_2$U;
+,b x)opˆ&kakZUx3rٟ W|Wv& :\$>hT#!4?{p!7i;͏a@t"Ν/*HO`O+HK—>W2k<zLm6!a,a OaePθk^"R)j'~[9q'[o1$2D6$˾R&`C~{rD n`tfbng n3M
+BxLXXwV>Y77@k"4Ζ830 Wr<R#+®{ŎsDSĶр|É Vj$fLU[;\Qk ia&+:·Nп./HpW۶^`Wþ{jfRXI}kv
+^a1iJtFs`
+endstream
+endobj
+404 0 obj
+<<
+/Type /Page
+/Contents 405 0 R
+/Resources 403 0 R
+/MediaBox [0 0 612 792]
+/Parent 377 0 R
+/Annots [ 402 0 R ]
+>>
+endobj
+402 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [279.168 176.095 293.89 186.888]
+/A << /S /GoTo /D (table.3.2) >>
+>>
+endobj
+406 0 obj
+<<
+/D [404 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+407 0 obj
+<<
+/D [404 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+408 0 obj
+<<
+/D [404 0 R /XYZ 133.768 475.881 null]
+>>
+endobj
+86 0 obj
+<<
+/D [404 0 R /XYZ 133.768 292.561 null]
+>>
+endobj
+409 0 obj
+<<
+/D [404 0 R /XYZ 364.306 251.839 null]
+>>
+endobj
+403 0 obj
+<<
+/Font << /F43 174 0 R /F28 175 0 R /F57 180 0 R /F50 235 0 R /F51 237 0 R /F44 176 0 R /F47 236 0 R /F53 246 0 R /F60 218 0 R /F45 178 0 R /F59 217 0 R /F46 288 0 R /F69 289 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+412 0 obj
+<<
+/Length 2049
+/Filter /FlateDecode
+>>
+stream
+xYMoܼW.OrC[4E1
+e%BFZ; p(jMvgg>̓':a&O$gY&Mr~\bdFdy\)_5^\if'+3'4mg]WbWwpJ3~YfhGtY{D.]<Y69no-!J+u C6հY ̓H4ø)†7u[#H+?lڵz]Z.ݬPfR %Re?HfLq[<UIrRhLaKTͨr $1)lr,"PL9<<.&`?%s R\/5\,ECҢLfF#?3
+>:n)2dfgj [ѹM߭bgL"MLgX> <%蜢i:|_:g]4[Z@lch(pgiA`>"
+GVUa'u5/JϤ&clpsG&!HBc!nԘվ৉/iKP}N^ö)[,٬\51u6)0X{ZKkdUX o4K9"
+Z fcms~rdLomWcOь3~;oi^|z@.)S[#y?Nyug5ɰ,Ӛ>Y<Vb)
+<>Ik#kgYkBB^eK̭_fncP!5}ďxlTM
+0#~>eٝ Av<˻8ݝܰRD% 0dmP϶@_Y8
+endstream
+endobj
+411 0 obj
+<<
+/Type /Page
+/Contents 412 0 R
+/Resources 410 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+>>
+endobj
+413 0 obj
+<<
+/D [411 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+90 0 obj
+<<
+/D [411 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+410 0 obj
+<<
+/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F47 236 0 R /F44 176 0 R /F53 246 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+417 0 obj
+<<
+/Length 2715
+/Filter /FlateDecode
+>>
+stream
+xڽZoܸBxY>%
+g1F,b JNpLj:3 @EU/gq9JRӅbkF_̜CY&#AGNv
+LG<BzpMDipSV*Ҿ @IE1"=儻}ax^sagk9
+U^fܸ~0eT,EĨ˻61Xr0hmQ/ZÂې5D*@V*1
+5x v%vت躲/X@o)=w$ ze5
+plw4T& #Qt%D[3IaRCQpl z86:^Q&weo85ad} y0NELÁrзEw3Б{v}e@LO@E‡pKNJj+3WQ!#Ǧ6F.Kv_#t6Z_MYVu}Y GM> b3zF-ŀU?zp==LBDw, 
+$F!!DEO5I,0pe+wT;eQ+Z 8߻jVn 7 i/O2`w-3ئ--P#
+8s! 1%jDxmy d&\.Y!J=ny{ׁ GtHs/ws.w7ܙ)1= z4o_Qq5vrg@2fij\YfYߴd0'K\N<}xȑWx ]֋|  l_-£Pڜ ps%bxV]ц> 4tgG/uE/jlg!v%ap7z–uM sn lZ4Cym>HrhTTDWKLL0"=kx-FL6&^+ǡ̮ *&B Еmlq6CA}-jW=TCP>ϱj5VsxS<E‰ɁvrmmmusP,
+|}}##g%,J[~,bkţ6ěf:k^XPb'ÂwG\g]+p֞{PE;ZJ\֓#>Bo~m̈́O+VP2mA9 XŃpg0 s3ٝSFbzZf7?stoNʉ"6O8nhMlcc>lj
+l_bNACv:Et 3lUDU\ж3tp~IS0w_By(6E(":Y }ojtP_
+ǺnŐ.;
+endstream
+endobj
+416 0 obj
+<<
+/Type /Page
+/Contents 417 0 R
+/Resources 415 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+>>
+endobj
+418 0 obj
+<<
+/D [416 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+94 0 obj
+<<
+/D [416 0 R /XYZ 133.768 440.604 null]
+>>
+endobj
+98 0 obj
+<<
+/D [416 0 R /XYZ 133.768 215.83 null]
+>>
+endobj
+415 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 245 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R /F45 178 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+421 0 obj
+<<
+/Length 2650
+/Filter /FlateDecode
+>>
+stream
+xn#7=MkGb:"A=ne5v[~`0U$%Sc9Y`dXoYU@#w RF<
+.6SDipu!7֫}z~szjؼњ-%6|ar4*zsODF,X0FRv
+, حG`**OT
+OSL}^sz-I"J`JٛX{fv()@rJ({=}
+ ;魏&8&~~Saڤ<G"\6*d,z*QT|#uJ<BctA,ONth}".cV<2<a/@goU*E<ٞ4M} }?IBa
+.y'G-K<xga}K^lݚonE޴v4o젾(̊}굝N,'a;T޴Z
+ N²j]Ga,ȥS;ӟ?$lbL]F{8quYc7KYZlw]h8J7Ym;Te#5B\wdwȑ1i-ˬYa Ҙ4ܹUv덩e3=c! n LD^"hMA[*ΥteJX$:oͪίQeqo{٠SŮj*BC+8"vV|YwN̍s.q9|yd
+V5BlхP֋`cZ֬ ,ʵkPUb
+'NyvYh/Oc3%FBpSΦpE
+R|l0u%R[鋨.6|o|JҥxXBs{uэٝs;St0;CC=y?3hj߽O@2Gdqoj@ۈ e[K[fj#N d&C++ 1RA;vXUKb;% J(tA
+W\(/B[ڙC'F|K̮U:Ԏvn`Z79<^bPX+/gtN>y::n-ҺsmsxcT%T?B|S~@ȐL>g&s%2tYUbj"":>+lQ ś8tfu0\!0Xlbpq?l&)
+endstream
+endobj
+420 0 obj
+<<
+/Type /Page
+/Contents 421 0 R
+/Resources 419 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+>>
+endobj
+422 0 obj
+<<
+/D [420 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+102 0 obj
+<<
+/D [420 0 R /XYZ 133.768 207.779 null]
+>>
+endobj
+419 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 245 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+426 0 obj
+<<
+/Length 2716
+/Filter /FlateDecode
+>>
+stream
+xZo7_躖X~.zڢEr{pu'ܕd+ '{%|f(\'4?\}%6Yr9O$I4B%*}DŽ,WӷtW]ݎfmACyׄQ"3#Vy_Wˇ  C;?
+Ʊ AKu
+"±%c 0"AYz"~ٕ&g#BxXt).6iT 3,ѥ-TK%焉F#2+@ְv1V/ Vkċ)\"jt2 HFʌ{l7|op|,}o^ϹI8F(, ]ou'@s[cp c6@=M|3ߕb]<%Q%z?1_G"r^"썹îp#\ĤP3X["Z74B
+[s>7(n]׾ם<xGE6]0<:n<arg׽ F;2A/9Bv!X4kHqQAф ,b" lql{F߾ zp==ΜyO/C
+^L0 bKo\ :DA`.6q5zЭݏ
+/7 VDe~*1Q
+s>RFxqO
+
+>f;
+@6 >_)N*R3FX|
+p_ y<aw,_ԏqYߓ>R3TyWknw B^‹F7E+o]Gu w󘌹<z<z͏?:ePOM8Dq"'SC%oW
+vbsֶ/#Lc$M߼mA
+xtl6&! ,S2@; M"cpZ;)-S^zFqYkBfܗ2
+
+endstream
+endobj
+425 0 obj
+<<
+/Type /Page
+/Contents 426 0 R
+/Resources 424 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+/Annots [ 423 0 R ]
+>>
+endobj
+423 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [401.071 208.814 408.045 220.769]
+/A << /S /GoTo /D (chapter.2) >>
+>>
+endobj
+427 0 obj
+<<
+/D [425 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+106 0 obj
+<<
+/D [425 0 R /XYZ 133.768 378.193 null]
+>>
+endobj
+110 0 obj
+<<
+/D [425 0 R /XYZ 133.768 182.842 null]
+>>
+endobj
+424 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F54 244 0 R /F48 238 0 R /F28 175 0 R /F57 180 0 R /F41 245 0 R /F59 217 0 R /F60 218 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+430 0 obj
+<<
+/Length 2212
+/Filter /FlateDecode
+>>
+stream
+xڍXIoW0Ga- @n#)*4ERl+Ǖ|{cVHBn+&0vJm<Owpn} j+Hwy~_&;'qgXIW "ő޶vr;`CpU޶*=-E-m%o6)G{=
+?N@|/*\ aJ%$Ywux\oLS_u}ٺ9!/
+^'_*ҖiaY &uc]gvC< V^
+E\' Ei D[,]pSSj}<h5ڒaeXmZb)de pa%V?~=<ݠ|KeD쫕ѾH"\С!;:p`/\|!WDv7yI]k2 9#br˧>1"Ғ3 *#?F=Po`6- \sLԫ[c!x|<P6FlE(J՝KP96&f%(UAs*c=Hՙ:ʔI 6F+isVU={}=PtCB3A8J[P
+khKtWr ƴAP
+~=r~ JCQ.]>3S88Ԑu`N)vj"[G`I[^~+|ʱ@ӳ&AcII䌆#ədVYprUܛڄ>&A_ 
+4wGh^Xg96XH럖W
+)<AxH,pu0P>gY05NMΔY {PAQ=} Iȳi
+w}:ʍ hApۭ+G)(4"J⩚#/JTcdd@JP
+yb\
+c%f5TyWQ恵3>āmR1m%%jC-\yr պz)V0#+byV`ui@g2୭
+D+鯰ر&_K;κ8&g͐O?4)k`RS ((+IO-wӦyZ
+\xOm
+endstream
+endobj
+429 0 obj
+<<
+/Type /Page
+/Contents 430 0 R
+/Resources 428 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+>>
+endobj
+431 0 obj
+<<
+/D [429 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+114 0 obj
+<<
+/D [429 0 R /XYZ 133.768 415.96 null]
+>>
+endobj
+118 0 obj
+<<
+/D [429 0 R /XYZ 133.768 367.457 null]
+>>
+endobj
+432 0 obj
+<<
+/D [429 0 R /XYZ 133.768 310.334 null]
+>>
+endobj
+428 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R /F43 174 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+436 0 obj
+<<
+/Length 2162
+/Filter /FlateDecode
+>>
+stream
+xYKs6WpoTe 0Y琪T64ܥ(O7
+L9,HfdIo ,AY}{$ŵ;]Q(JByEsH
+$r ĄidrOLPs4v27.wu
+YÃQN{n.!,3K & ˛Ss1_¾龸9->YWdtZ.2r; )dH.OWBrMB͔.)$|pȏaEhV
+![o:\e~2>^ $}6t}lZ'sp=n`y$%P(E5"Y`/Fp!"?p!0MU[ѡt +2%p2)V6#VG^q8ߛ!U~uͲx
+Y9<U=ʗwOQKJR{,u@~pB /+ jnWSxh\K(:_.hfq+
+;w[{>MBuܠ
+pæ&&;0=en Eq¹aQ؃W{>*Cp Y,  ֨q<ktoV:xrBc㵒TSlX-\wyE O*)Aә[J}r{yhHe< ΟoO?
+m5" 2v_( ? A
+U\a; Cۺx(1h#aڳ t $OwGh?n8E!ky@A%nᾭFXcI`e? #_[[:-l=|\ }_`.1K̥zF|k`ڨ6ƘrXXVxF$ %5 U2DJ69R_%ˣY|eYM'{D,:yK(] [Ŗ}n;8mŽ(}ΐ=Gy
+1plQ(Ҙ؆6 )caF`rk'wx&hi~hma0)VEk)>:@֏l>@V 5 *}NJ
+, +~-0^xIˢM!6Z,$f݉}e<lP۸n<j|#ϔ?>SRr}lC*zҒ,m*z
+\.e Ҿ[$4)U)AD˫rb._9՟rѥ"إT<j&
+Bc.$Me$JKS%\^3U S?PrJOSv!>×2B|T ]0Y:W6_ s8:6p<DŽ aekg
+J61T@C2F'
+lW#^ OV|+!\ OOm*Y~lnY q@xZzq3q8?[eS;RDCV&<Ms93"Nh/2g؂CB6!B={T$,6újz:tR5`❃*!8/@=/fJ4uEbޅ\uLׄF
+endstream
+endobj
+435 0 obj
+<<
+/Type /Page
+/Contents 436 0 R
+/Resources 434 0 R
+/MediaBox [0 0 612 792]
+/Parent 414 0 R
+/Annots [ 433 0 R ]
+>>
+endobj
+433 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [215.047 558.216 229.769 567.072]
+/A << /S /GoTo /D (table.4.1) >>
+>>
+endobj
+437 0 obj
+<<
+/D [435 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+122 0 obj
+<<
+/D [435 0 R /XYZ 133.768 599.918 null]
+>>
+endobj
+438 0 obj
+<<
+/D [435 0 R /XYZ 133.768 545.281 null]
+>>
+endobj
+439 0 obj
+<<
+/D [435 0 R /XYZ 133.768 407.515 null]
+>>
+endobj
+440 0 obj
+<<
+/D [435 0 R /XYZ 279.001 236.898 null]
+>>
+endobj
+434 0 obj
+<<
+/Font << /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F43 174 0 R /F57 180 0 R /F46 288 0 R /F69 289 0 R /F72 290 0 R /F70 291 0 R /F78 333 0 R /F71 334 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+443 0 obj
+<<
+/Length 2296
+/Filter /FlateDecode
+>>
+stream
+xڽYKsW(7*#b$(U;U;䐚$y\)D٪I-)v\ٚ=f_?
+endstream
+endobj
+442 0 obj
+<<
+/Type /Page
+/Contents 443 0 R
+/Resources 441 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+>>
+endobj
+444 0 obj
+<<
+/D [442 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+445 0 obj
+<<
+/D [442 0 R /XYZ 133.768 606.04 null]
+>>
+endobj
+446 0 obj
+<<
+/D [442 0 R /XYZ 133.768 500.924 null]
+>>
+endobj
+441 0 obj
+<<
+/Font << /F44 176 0 R /F28 175 0 R /F47 236 0 R /F43 174 0 R /F60 218 0 R /F45 178 0 R /F53 246 0 R /F81 351 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 245 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+451 0 obj
+<<
+/Length 2759
+/Filter /FlateDecode
+>>
+stream
+xZ[6~_;]`+m; $}PlXYJr&}!)YЗKhwE&^׿_^)d*Tm!\r} YE/\
+BVyZٶ{bUdh̀H؊#F^&`Eje$8c'b7myWm7l%ȕ2 #
+.Ůb9OUN*J w ܛdFX"Ӱ6YRu &Ok8)":HD@%n<*7M#)9U~Yq fE畟q,/wa\,0 sjY|Z2d+_S;~#T 4Eۮkʗ#ٯ=nhkYlʻ -uD7vݮv79H(0ɍ nvW.Dk0gSThfs+<]ߴX^#ŇwM'$9
+b a~\&hC1fMWh(awvɫ dT0!wLPaN8j)8d3{v£]fq/eRJ|o. 8pGˈ0s
+QY03Is*?5[WlǹiPP2J4(!`?zJ)g7~j[M95^m?]dw 4a<O<Lm\&Kx VJLf[7uiHo2
+ z;yV1!┲#xQHXMk*2Nd7%Y :Z),a-
+5٦1n
+2sBuO؀u0O+AhafXQ4j ^Y=@w?࿭0#KWXܰBr&(fQ5'j\Q
+bMXbԃ3HB%/MQV=O\BM.VPћyBg
+uҤ |yz1I4Va25s'nkS4jQ=jNt}Py܀{f.vu4-
+DYy^*5_B6 e 󥐱LF 8ɣ4xUg 'y
+>2byoVɑH*Ɔ^NzʲSl᣹Tˑs$STS1y ,4@#q
+Ш0!g}Vy}T?BN֣)PW
+endstream
+endobj
+450 0 obj
+<<
+/Type /Page
+/Contents 451 0 R
+/Resources 449 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+/Annots [ 448 0 R ]
+>>
+endobj
+448 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [279.168 421.104 293.89 431.897]
+/A << /S /GoTo /D (table.4.2) >>
+>>
+endobj
+452 0 obj
+<<
+/D [450 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+126 0 obj
+<<
+/D [450 0 R /XYZ 133.768 537.57 null]
+>>
+endobj
+453 0 obj
+<<
+/D [450 0 R /XYZ 364.306 496.848 null]
+>>
+endobj
+130 0 obj
+<<
+/D [450 0 R /XYZ 133.768 374.524 null]
+>>
+endobj
+449 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F28 175 0 R /F48 238 0 R /F59 217 0 R /F46 288 0 R /F69 289 0 R /F57 180 0 R /F51 237 0 R /F54 244 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+456 0 obj
+<<
+/Length 2320
+/Filter /FlateDecode
+>>
+stream
+xZ[o~ϯPyPvcW"/vYLXl޲A8rF-e%ٓAͦ'lb$")\>O
+n#樓R&<.S$i(MPMtƄΙ8kKs~ܜ?=$Kl/FξzOD&,1FR{8}QgG{g sfrxl6SK%˟ݟSPO7)!A0q/MTb41!ԤW AQ<o)?T Di J7$i})QHxZ$mƵqf!,JUx` NBX~; 4a І%&:c4b,ER)"ў2N.ht7(>۩H*[ѯ',ũ"K%$2}zr'!4B>",#SI.
+e& t1
+*ޫjr|P;xCi[lG6F *yPA2 3i˱> (4}B*%vZFۙSpaQ␀ hNN ucol
+C(,+
+AIE$M%qFH1TMl8XBi^&(nܶU[7ĨB4@7]M\Sl/,A"Z@rӸr4>D/')!X҇]gdlEYtt ^5n^V:/ʵrrK0OAnn]SIP,)¼
+[Wh#Yzi4Z0k&S ŵC2 7
+Ҵq6v 4_WW,>U,]{Yag6 Ɵd*66ٲD )2¼ru#(Q)_p.{G&kOYxuTEv yfEnښ:DpX|kY. aͼ{N2т ̻ڳgX|&eЃ]K
+Bng P~wY/с=[<gCneo\ӻgUպsTJu:܄Fvm9J(]p4k{*%|e‚h9k3yg[3!R?&ak#߹+
+ 1SEO
+endstream
+endobj
+455 0 obj
+<<
+/Type /Page
+/Contents 456 0 R
+/Resources 454 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+>>
+endobj
+457 0 obj
+<<
+/D [455 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+134 0 obj
+<<
+/D [455 0 R /XYZ 133.768 341.622 null]
+>>
+endobj
+454 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F54 244 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+460 0 obj
+<<
+/Length 1748
+/Filter /FlateDecode
+>>
+stream
+xXKoFWZ}qLK4MK ݜLD"bYR$0Lrgvv̚GGo<<[/~](c&Zo#&$eR%z_D&_~~x¿qN(m⫄՗gOF3j~g$9ˤVB, Byj$\ δӭ;ξ%>^zO]ypg/+$+'J0e/N] #QFEaM;bLԈ0n3p'YIz&f^͈,5iϐ2%g=oja{?r%S lNe"WKUgȌYk'rɢHo>]U<׋O ÷Y.#q3ae3
+!,re
+2 ,jY*KcV,R!?b"咳rw9Ji]R%<R>=2flNљƊ-Է*޻-f@*/̸[J#U3y-bB]W757QTeRއ2]b*an><, KWm2E]%Y<%P2(ͅ<+3J;,2NE}oH{[*0 v .M60b̿4Cu"p>U@</yiXHl;h;Zfdz~j@Z5O
+៰gT?B+Ӹ9@N{ePG"VC>#<d
+ CÞ̄}6N54$ws$us fz op-*ZÆ22l+=t#sCBKZ#ΡSo1ЕGі `L!C<–Ue&ZcGMAXǕC8STyQ-9*$QȈ34[/&
+ԩ/*xols 
+4c 52!kLr>)VaGJ$Sf!t;LiA_e-
+
+0P\4l87y+no砲;m
+endstream
+endobj
+459 0 obj
+<<
+/Type /Page
+/Contents 460 0 R
+/Resources 458 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+>>
+endobj
+461 0 obj
+<<
+/D [459 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+458 0 obj
+<<
+/Font << /F44 176 0 R /F47 236 0 R /F53 246 0 R /F50 235 0 R /F28 175 0 R /F51 237 0 R /F48 238 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+464 0 obj
+<<
+/Length 1061
+/Filter /FlateDecode
+>>
+stream
+xڵWKo8W(cKov Ʒզ<}Jl(zD37OSt(oAeDkj$)Éb6&ZW/HU_W$IKK QۺڕkE}Qd $RNPFDAE3UrULiBnyui:Ŭ"R3*uv~d\{9̌ *5sF gQ)G2Tn`+uoXcY;i9 >y2~j8f,Ҡ.R=E!cl Xq}=P\141@JGwQvmw]ԷUs_j׽0b곊 H!WZ2<chk QjdIzh޷3JI_mF _7 ^w!@H@кX|h(Imq# Ć^|mkі|n }M^K)֟^X
+e%
+Z/O gk
+9\k m8:q:kވH=BvB?|jD ϣƠ$݀Մn;5;?dCpv&z ͧ!z D1FGZ;+tL
+eM?.YK<97Drybqa`0~@gFhy| P`f,o@I ;q0(-hwW&UCkǣ6qNyכ_'T
+H!4P˚ZyQG;GNa '?&E!(Nj@
+endstream
+endobj
+463 0 obj
+<<
+/Type /Page
+/Contents 464 0 R
+/Resources 462 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+>>
+endobj
+465 0 obj
+<<
+/D [463 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+138 0 obj
+<<
+/D [463 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+142 0 obj
+<<
+/D [463 0 R /XYZ 133.768 488.032 null]
+>>
+endobj
+466 0 obj
+<<
+/D [463 0 R /XYZ 133.768 465.932 null]
+>>
+endobj
+467 0 obj
+<<
+/D [463 0 R /XYZ 133.768 447.728 null]
+>>
+endobj
+468 0 obj
+<<
+/D [463 0 R /XYZ 133.768 427.803 null]
+>>
+endobj
+146 0 obj
+<<
+/D [463 0 R /XYZ 133.768 395.744 null]
+>>
+endobj
+150 0 obj
+<<
+/D [463 0 R /XYZ 133.768 367.647 null]
+>>
+endobj
+462 0 obj
+<<
+/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F46 288 0 R /F69 289 0 R /F78 333 0 R /F71 334 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+471 0 obj
+<<
+/Length 1253
+/Filter /FlateDecode
+>>
+stream
+xXMs6WHMLzhLn}s`$".Pe'm&D2}a0ǂ_o)G8N) ׷ AD+CA(r&E2Trw]QݵT74xjg17\j<%: [y-օ"D#'Qëͅgo'zy+fF֔9 96YQ yڙnG$W?Rسc
+.+0#BfmXF\i*eʽ IAGvOg,*qL% '2Vk_5/
+=CKׇpƂ
+:c
+`w=;x}G(Ij%CVPٯIM_Evnνd
+MW\m'SLlceLރSbRF_i|= F2c3Cg]0kxM,S.Ԭo(-g#N bM
+endstream
+endobj
+470 0 obj
+<<
+/Type /Page
+/Contents 471 0 R
+/Resources 469 0 R
+/MediaBox [0 0 612 792]
+/Parent 447 0 R
+>>
+endobj
+472 0 obj
+<<
+/D [470 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+154 0 obj
+<<
+/D [470 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+158 0 obj
+<<
+/D [470 0 R /XYZ 133.768 427.529 null]
+>>
+endobj
+469 0 obj
+<<
+/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F46 288 0 R /F69 289 0 R /F72 290 0 R /F70 291 0 R /F78 333 0 R /F71 334 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+474 0 obj
+[525 525]
+endobj
+476 0 obj
+[657.4 657.4 986.1 986.1 591.7 360.2 498.7 986.1 591.7 986.1 920.3 328.7 460.2 460.2 591.7 920.3 328.7 394.4 328.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 328.7 328.7 894.4 920.3 894.4 558.8 920.3 892.9 840.9 854.6 906.6 776.6 743.7 929.9 924.3 446.3 610.8 925.8 710.8 1121.6 924.3 888.9 808 888.9 886.7 657.4 823.1 908.7 892.9 1221.6 892.9 892.9 723.1 328.7 575 328.7 555.6 892.9 328.7 575.2 657.4 525.9 657.4 543 361.6 591.7 657.4 328.7 361.6 624.6 328.7 986.1 657.4 591.7 657.4 624.6 488.1 466.7 460.2 657.4 624.6 854.6 624.6]
+endobj
+478 0 obj
+[525]
+endobj
+480 0 obj
+[513.9]
+endobj
+481 0 obj
+[525 525 525]
+endobj
+483 0 obj
+[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4]
+endobj
+484 0 obj
+[295.1 295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7]
+endobj
+485 0 obj
+[1027.8 402.8 472.2 402.8 680.6 680.6 680.6]
+endobj
+486 0 obj
+[513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 285.5 799.4]
+endobj
+488 0 obj
+[799.4 799.4 799.4 799.4 799.4 799.4 799.4 1027.8 1027.8 799.4 799.4 1027.8 1027.8 513.9 513.9 1027.8 1027.8 1027.8 799.4 1027.8 1027.8 628.1 628.1 1027.8 1027.8 1027.8 799.4 279.3 1027.8 685.2 685.2 913.6 913.6 0]
+endobj
+489 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+490 0 obj
+[599.6 571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8]
+endobj
+491 0 obj
+[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
+endobj
+492 0 obj
+[295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7]
+endobj
+493 0 obj
+[611.1]
+endobj
+494 0 obj
+[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8]
+endobj
+496 0 obj
+[597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.5 472.2 833.3 833.3 833.3 833.3 833.3 1444.5 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.5 1277.8 555.6 1000 1444.5 555.6 1000 1444.5 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000]
+endobj
+497 0 obj
+[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.7 646.5 782.2 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5]
+endobj
+498 0 obj
+[938.5 877 781.7 754 843.3 815.5 877 815.5 877 815.5 677.6 646.9 646.9 970.3 970.3 323.4 354.2 569.4 569.4 569.4 569.4 569.4 843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 323.4 538.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 323.4 877]
+endobj
+499 0 obj
+[668 592.7 662 526.8 632.9 686.9 713.8 756 719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8]
+endobj
+500 0 obj
+[388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9]
+endobj
+501 0 obj
+[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3]
+endobj
+502 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+503 0 obj
+[625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500]
+endobj
+504 0 obj
+[562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6]
+endobj
+505 0 obj
+[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3]
+endobj
+506 0 obj
+[500 0 277.8 333.3 277.8 551.1 500 500 500 500 500 500 500 500 500 500 0 0 388.9 777.8 388.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722.2 0 683.3 0 777.8 0 0 0 0 0 722.2 0 0 0 402.7 0 402.7 500 500 500 0 500 500 500 0 0 0 0 0 0 0 1000 500 611.1 0 0 500 0 305.6 0 0 0 0 0 0 0 0 0 0 555.6 166.7 611.1 611.1 500 500 444.5 444.5 397.8 1140 777.8]
+endobj
+507 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+508 0 obj
+[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
+endobj
+509 0 obj
+[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1]
+endobj
+510 0 obj
+[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2]
+endobj
+511 0 obj
+[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
+endobj
+512 0 obj
+<<
+/Length1 2328
+/Length2 27032
+/Length3 0
+/Length 28444
+/Filter /FlateDecode
+>>
+stream
+xڴeT]5 ݂;݂&w%~=szܿw0`35Z (HTL Ff^= 3B h r3y\ K)- Oޜf
+wNpi&[қ_boB~״; OKcr唔
+aw+D*G;L
+djۥAoC/loa |ۑLϑ]:V,
+i"8>$FRPkHq=J]/tw,aPL&//j*cNꆐ
+<+7N
+ig\Zdԩ@ph gOErz^7ߘ>B\+
+iZ4d93A8dIGo76& ҕ
+(vx#,wL!ڴzx&Ea>;84rTWW&I-I>H.&ѻdׁ,j"ju#@3*x HMDԎu'kDžfpl{),?q=ձU&xXtO(d.a
+fmA*?: ŏ$ń)}ՈkrU2\ ] aPq PZ x]GTzqvFREq1B
+a!UxtGHuR_!a?pM /c}H%F1M>{9C Hl~.z~,Pj)γ6pl Q<(}Ȏs
+H 4bSXFmEV8")@7ӎ/{ '?Kr]5A-05ZyoZ/|bC<ӏ@c[eA՛9̟D'= |jܬzdb!-eIn+P{&F;!w4 Y_BHi +CRsO=iE%!Fi8w9w)Svi]yS{QL x4QmQxg{ m!"=gY.<IyI. 0e9FC@$xP+pf0v>'O$x+o&vڵݗFzu^7CM27EI$z>7Z>ZŵbeB]XB˞Soai=qI&HM:
+|Jaˏ^*rnij1T^f}P #^"nAWYVb.[Bt;z[E/gֿO8t՜>$r+ GG ;:#u I:Л$?49JG)y]ׇw<:ď臒\pSt
+@NX"r++[-HM927D8=1)/pQ3l*s'aC?OViurGԍBыl失dbjV+J/}1S5sRޅ]%Ѹa8cCSz!p-!Qt?{vs 8(Q8R0+A?WC5m')k+.u[byWԘe*"ox5s EI09b\&P}9qy0zMC|LPuW>w ]۩ĵxM`7Z m.8JtS
+sljj lʡL˚ms_%ZcudNB3ݱ3VOx}jo UiDy5i+W>5Aڥ[.J݆$(zPSS#19ieV dv3K3r5GmE][_eA{oyrQ$4"2ėb`|| by
+Hz|VWMJ~
+! uFM>Up"_f<P"ԣ>LcAdixSz istǒ~u_Naڒ͐﯍dhEso/M>hƢy,g\qDAw󆘴rFH8e zٜӌTI%X9Zam
+XN}8b (.LSVqe&$5iׄ+wCV$#@*ZtD K\
+]LSz\li Fx67v h9U-ת+?x#䠊̒*qX:u(8B/01X0uC|[&y*6\[s &BKNV-Sw26@m?2YpPc)( 0UP#z=Ŋ3]cׂS3)!Nϡ e 4\>q$U?]O=sz({peKNΏX͂M3iLբoWMa U& 8^ Pp.%l@|(vf9 y~F)aoD!"IߑT4ؐockmM4;B:$XEbEroQB̭U4g&1|dc-u7>sS'q%q;hԆ`Ɔ+}zoj:8ͥi
+ڊ ٔbQqM}]ll DH;:ŒtTc)W%"ߟzz|('7e ވɣ M!SM1f~5g)8`0 n,aq&ʳrYl}Vna
+R! |h|!QJ#=,Q܂G F<leyHJDfFQ2iEo%}fiO9di
+#4NCǘ%ϥl5Zj 'ˬ/Z4z\ם/2i2+R_S sJ2ʊ}uUFQ4Bu<S}ĉ봀( g])+]),nl#St۝
+ˏ) ,^NČ⹸nSfhP$-F5BOysTww{3X1g$f,#Fo^}M_?"!n2<U6ڳkZ-d#t1^cf(Ǎ%>Y)!D$TA1|i7#KR{3.
+Om\3YXSR!ؖyIՐdvae.UsۉeU3J;GzXZ ^T'2ĽWKgڀr d{HO_FDq'x·֙d}ΰ>}3z  aЉ7 Řt3<̌h :#.\ &Mڍ=1 oa""qy٨ AtE?QyE7?3!U6YWo#7nPxV}o걖|ǮZMz34GOVDѨ3Z¬^Χa;]FKc>_8 /utq^ޕIU8XNbP^mȘHƿ-4Qo}W
+BE_tPU
+8 mC4lkӈ@v6ǼU#2U|x /ɑ.;쐜&_D_C7!f ]UZ1?謹Hu{RݑZs6q\<w}ˉ~T(r%C}+W"cM3b~jneɦُBJ'D/"~sР'<d@82(3TmB=7N}{S(^;qIIٚP=M gڏNx;alEtҮзP;Zi/";WvEXFw~
+}*1*fMkY|S9֌`obq΋1\q/e%eSٹ:nf$`˥=K7&)c*u+f0/*_ Le͵euk/Dd׮haU;R5R'"/Ԃ8XUtCa|S5ZH-ZI +fOƀk]WBB)phw?5k& +6gHz`uPڶt^EI֖z"s
+kǜj"&J.yaR6KLlE>#ǮѨu(n{UMŝw %VQO/ùNJ'_hz@r<$,Qs<3?8KۉT] .M'.AO̅bӃ:kBzr{~X×޸ӋW"8Mr7MZxau,hsgD"/`QaMfyɯ
+]mWGOynD0g?16^SHZ8}ЮrHFMܟ4 ED"zZQb@VpdAe LKVҮH#ɵ2=Jǘvg_(B U/_F %2D]+OVZؘS"Ԑ<O9 z]NlA`̻OdU-#F(~/OcAM' I_gY9E~
+0M%!\SȽ2M3o7t{E-Ŧ_1:܀3ӤO^IלpkSocgR:ʂ9|6|r\"P!ҽUkͱn$y(ɪG% ;&}sO,SV4Ҩ]f68<ACg0rFʹS7'W{;Hv羀yk!fIܩ7v,2;3t;sQ|VyiWn4ޥqmk2UK<|0 ^1[Mb zԔB'~h6
+ZDj}mAOL>"=ײ J!ë_:(b2 nCw%DwGFtzJ}%=7Hr)L23NP 067@!|?FR2`b<vK
+T3{5~)jx&̣bwc%||ͫζ(rBZqV:2 F}7NzxŮ`2j(s~*m.6 9hOK
+V~CK728
+I2ò2Cj]m ɉfmm(;XW8dV2,Mt I?Jie&юH
+ #P$2]|Ti6sUklg<w"Od@TE-^vUE ShN)pP869oBn_/Â53צ8eκ@D_$WO8!`NVmC\{Ο3+#W4ף^"([XsGϋzXu ! =4'oi&g'~pXYTJ]u:de7_fͦc_Qێnդ9j?ġ*",wYQ#Z6m ,`¾0 )+J[@!2E{wpAG!2Tm##;ɾS|s+C\C
+C0kdÐԀbXZ$MLQr/;b!I KK˷[NSө
+ά^OC啅"݃U<a~]GwGq}+RTQ "=rxXXntA m:K
+~0CIv|_, ;慰FD5Vp xkNVt쒦-Y7t `-lT7 6)t^6R]<mܟhcGOE& @'+ iF7ʯ:oy05^MΙo? "KQ\'vܷ*Z(2RO;2!i7O"Eh6 r|C}-6Q|!>>EmCnWK3ڏf #Rr?V~8C10O)DKyӈͨ.JfYaxw'xk|\.8IVEtvzs1AV5T7<eVD[yGT+g.S$ i3CmvHt"/%dP)a'Ǖ R$j2Z(bf.;3F]̊fM$"gVcfXJ :sc&6pDopKqYNs
+\r-s~h)CIr6kg˾|'I0X[
+g> ʑ{ ua =q$c8.?=XJl"zO>csjT>`irh8g*#6r_fE/I7g{-NqɁ-GJc@.[+y
+Ӯ">^}ի਍d>EM;%`v|rD]1@~h$=y=/dJ:KwPd&0"$$;Do/ФI7z yB1$u3N(8~) E"i^f]z02^I{_]0fccr[zBiqD>4FI[t;_f0)p+<&q-S{Ia[N851yɘ*M.C&A>9i?]/B`;+<Ҟ%ԓaLi$yuWxɱ]yvXUGgOXސ>Rb"1Eɺ;)2Jqk\{Y6s ]*lv)zL:Zn`d{F!A) f(1^E1B Uu(ߧZE`9xQwZ&z} +SOBq;w,nٵG5
+mׯ~?6v` Ab8T}D WH)ȹp!4{21Xu$`;sW3顙(kV[hEXC=AV:_Yo_NL?؆
+'$=4rjNLl nt=ع?o;-HBq=@Y, M7whM^F0 } |h{NoŮ`> sNX.ø<J?`NDQ&L-]xl5sv|?g,n;h[%cnM:84 t*$rqCV?v8ә,"}^jȡh0{!fZ)(PՌj~dHt|0:_UْGoTUqFn&g
+u5Hb; cX?vD$l<7! ]|^)u)G$(EḢ_B(iUw%6[g˕=#FJؾ]fET
+pteS彦hqEQ2LP'+",F*edTMTF?w>0H͙r?lB5o]ӽkS8IM%75$g,$6K6l̏:5]f"> &XM..]VT˽yDENoDs<)#N.8$[P<BwD~شϴ WXhp^̝㓴(
+~? c5}2[AxhN ś>h4Д0yiuҘNў} tξk⻬}5M{2WX\5 ˷H(S*ӳ',yA0׋O L}Ai51Ld\t# Swόd=2L}#} Lbo@XY?({)9G5:L-|dә8IP<.%;V` ES᱾UһJѨ}&q#B !+Ҥ]oth%m#bfX`GPCCyp엧\ ʾ%Hgϲ\iiP[
+oL )i F̝!Ch]}t+WV V_ނdCd6iSf\ Cv:|'5•ez?yc+;æsȽDpmSK8ѱ>U7c!BkyjT*TJ^PF`X©Wː%
+]#Ik/F}G8Y"du
+O,e^wY>Yn,
+\\Ov3)';&Z%T-Mo1U6F3|dz 湹-˭O$Y|dlAQ.G[8I
+jof-u]ݐrVEiwp٤6ui, Z0Ƭ-} qоffS٠듹s |N8ZPrHbv_rnvfd(W
+h,Bhb.U':>πcRYko?vucX;:uh\e,B!er+8 ZAݱ`l -ʀ(lcc`h~<D%qܕC3
+']11dӃ测ysMuOCNe5f(H8}Fkxަ?.{c[Cφ>*cYdǚM`PP*3uBvL0
+ܾp+\(ߪ=2%M91Qwпe OOs<+)̣\O|LbyGodo%K4Ň׵h>%A=}H_߇L9]4쬡F<U:?a,(%
+G+ŊWp)hnV,.*ȪB[3v4dx$l.h
+80 b`N <uygvBxzmQݙ%I3PC;S(Y_!6g@ruFM}| $Ȕs'.^aԮV+[O{M*{P{Yh)a4`ge8jVur˜ߏgM4| 1<aoCo#mt<@=ɯ
+30NZs<~]Rіp9Z1~ QwkuTP&
+stLQgn TR<rH2ዂxn?MԢj RvmdHF<Tt_a8DǢ'2,x>h S8l-`Z8C@sͰfFn- }SԜnt$Q=G_U[vqNnX0YQVp܈6:7 us%߲Hk#oྡkӥ:ry]cZ4-pt?obqcm?h@iP~!_<X}(OW]G]SHLP!Jz,Q_ 3^J5g (zH&hifg y׊ ,<uhQ!^1[mսab~fL&Y]W_ ]󿡂"KXWo88m2= 4s!nQ.k̋~1]O~B"ז<gR
+2 9^=
+0yC
+?[E 7;|}pru_dẌ́4<)'*zvݸG5S"3ۋ]کߍZDpm|)q\X}D;V=+rnfi%Z8lR(qZ5Lj|v7LBNj.
+__ew&;wE2V3mޑoV//ȩ_xhT^n 퓂m >{̨[&^;>8߷jrB)pbyzDhF<K ?p]Y.k湦?9v4p)F[ rV^AB**d`&B
+h$[@9o`iw#u2G[(aIW]CHE?~!+p9krF & su*Zc^҅rqa[ ??paT` BRVYطd5a=.˰ǢD{| k91 }iyqfdP
+
+ L.2=\b8Z .x竮J x75kK)԰|C/g_H.Z8coB}H
+2ny C}zH5]MZ?JH *~٦) B9dž}$cKf~w|}l{Mr$Pn%GfqJ׍[q] @`}Bx*Q
+F_e@ekyyšBf5@'r/QP:B`Ns,Niny]El2q҄hprZMpk&
+'"G h!cr
+c6ELU$:6qZNZ)M\j| ۂܰόA '<(}[Wjkr=aTh5O?^9Z(q5ģџIj 2 ͘7|.IYxr+GGhBI}愳ta_N'JiΔKzU!
+QwrmW,nr~ǸƼ٤8ni1
+sտ<f9n"L$/d/vzvE lX0=H쀎~?:27kQi-:U7*)7#j&X{O̯n3bVV`=Zp!~?*~>AS䄮IBA&?֓`x `1\Qp$/s< Q
+?/؊2J켅'7~rH;͚匹cri C>{ D()rݫ =|xpk|.Bi@0.N?=uRL`ͼ:+_x܆8,] Sz?o824);F%;-oc~25nk;pٳ޵Dp%~vkO(Qe3z18"v1+W([Lwn6\iod_)$msuN!Щ_P^fq|aQkSP<3@ tRt멿P,@F@qχXYfQkOOF&Gę|RDQ1:)7TTސ)u^j 1x{iCDԜ`[[V)$'P ’3rp֗ЉrinېMad0_E9Rij'=긧!e^L~~њ
+a 8$Á萗u.𮛊F9zaTJsvױo6`|XC<_<Sm9Tݕ+$K>"(Hj% j7bQ$ԛctd}Rx
+MP883*J ¸)&}QiQ+pCEUͱ<lNIG#3!?BE ts @vR^.J҉Xb~<MloY>e;WY`l ,`2u ?!JG3cMRG5s$ ' ?vEw|ӼUğ?kS[fTM.ofO,WCRY$b҄
+k\*+LpAR5z4ٳ\M<|!H{Ăv(hn,}mLZז姜d6WY$t*̢aS <|8sz҉F`
+BHBz/
+cf5h!_rRIof5y{,HEsof4Tw)D. #jfEFsmxd"noCl
+ŗ|^w:yoD>n?fJϚj.y#ڣDûv,eoœg\<?MX@hZ`8or RT=ǽXDaC ;d}ԩ zТXuF@<&ғqCԬؚzj-6]^AͿJ %zΪ48qݟL1Fޡ:s
+r(EHbXXUC-r܎eǪ7o~!r N9lj{"j4}qĵno(EP.q":?FMZU^;נ@dĦN޳ ŌD6vty!3C6=P~yaQ[nNEa.ȆqCn
+FD&.-=xpWnA:9<Ba܍<F
+[W ~ MrKʧ'@$t 'c~Cu^2Q0{ 8xVhc $b5R|]/[觶 ۢ2{|k6
+T"nCJ
+K<L@1XcؚJ,GqV\?{~@_!*\ ɨMzow
+Y Bp؆k%gF$E[ =Kì+^G&]#iHK|+"nRj(O.`;_޾kO{"+U@b{a?h
+e|]312=SYV{Kp,~Y7r(gQO?[rG`ZZ
+3趐2
+I {`c&Zlʬ"EK,6?b'Txn9Zu:qo>kdWM4%WԿ09ʑfq(ϐgӻԩnxyHykjMNĴ@Pldo&z* {G6 ӭu&.Ŷ 'p]=gaDƞP7mg!2`{e姫.
+?i&mb]$ۙB]u.}KLi=Ck0f1>-
+,I썧k?`D4៍L\? n2=}٦+HNAEhv+t?b%O
+zV)N%mWۮ@\*F0j>{XWc΍׃uD`ח'mLfw:Ru Ve36z:Kn=|ܑt4 !Jp^y_1cNuAf(ւ۴)^ތA_ ELePd
+ٿgIEn<S8
+\-(38> og[
+F9=!q1@^,=
+JgFٷ=!& %[#"v^V3C=}Xp
+ZsMuZ 9a~:Bm
+
+WN 5(o[o k$\cAc5f׼}&Xgj$f{O|[
+^rM?G55A=ߓ &b
+LJ6ė^VY"b@APm< yə~t_o^M8Xj` 6</mYK.wG]U"Իq#
+3iWfI޷&|{n f0D gVuC4dďydNU Pk|^VWV$o2i+>L&VKFNu,?F{(|)UfE
+X pꔧ%nZ{'S[鯚 
+NԈW}}3g¥n
+@lhaX"ffdi>iyUxEӍE_ɉ4YfNt 7Rܔag߫~V/mEH> 񕒺\y{|g%w~=kf3z@Pt=bQ"0wh(Z G9 GoGt@<}yAYoҠu|;IJ`%kI'-p?`qI
+endstream
+endobj
+513 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KTYRPF+LMRoman10-Bold
+/Flags 4
+/FontBBox [-486 -295 1607 1133]
+/Ascent 699
+/CapHeight 699
+/Descent -194
+/ItalicAngle 0
+/StemV 114
+/XHeight 444
+/CharSet (/A/E/F/I/M/N/R/a/b/c/colon/d/e/endash/f/ff/fi/five/four/g/h/hyphen/i/j/l/m/n/nine/o/one/p/parenleft/period/q/r/s/six/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 512 0 R
+>>
+endobj
+514 0 obj
+<<
+/Length1 2322
+/Length2 25996
+/Length3 0
+/Length 27372
+/Filter /FlateDecode
+>>
+stream
+xڴeT[5%P .!%sUOͥs5H^Fhh"
+uaH(m li
+`` 惵# [| N?Sme t_韮;ѩZ;Ho`b0q32I#f#h`j`heajp4p1898xyS `la1@
+Ӛc
+^@Ká L;%):y 2"]f[r?{Fޘ5Diaqɶx Ő. H
+.Ђ_?VL@sTpdp9tX"Xss1g)62 䅲bmo]T0WׇT $"OwuS/pvy |niVYr_!S*xz!Ӓ
+ќTYBh뀤3=- ѧApՠO%⠤C
+3 4L2"߼XΡqe[#eۯ$zy*Re@:]4 Z;5 ʷ3NւTeV!>OEZ2#K\DZb+R#
+ -U748w#QZ1 w:]VwcE )oY/_2,7f,|ʼ$Roz~e0ڲrBzwy[>S*ig49 b{\d ޷t688&Yިŋak#h cPd^A
+gEYiJ7 {[D4Y=mVorX4<h7/_5`ĉA(SblOm㌧7. a ldynO"Xs=
+tcpR'lz{d)p)'
+J9%<9$vƣU[4M\
+$8a[V\{C8e
+
+)` 5kx|Fq
+im6l-wa0=ϯzH.D: CR,2z@wdD;&z2ģ&c,!
+G cBX,{@N&KOR mq4;.H,+XX,ǥ8~82q r^a6*l;Lg. `rB-k7cWqΠ2'CiϥC04̩nh
+f]6Fm"?!834uDi TU6:ض,gN֟ʤݴdm B58Q1
+:Hw;69 <KiSt} T>+x(ݰB'> r^JƯ>Q[F-NsË
+Dњ2(_M27&&pa0oA7uVec߀1
+/LM֞f5J~<T٤ +?<ms!1n7#
+;'e= 3r^G; 0 Tܾ3Rd>X*5!!4]~Y}^z#M~t 2Db;&
+B7)Y]%rL5lkEElsU--$W>x(jua,ZIR
+QNyϔ4STBnWs鸥U#69K7Rt|'aUq ؝
+A&Ù7H#Vg[i"51ڸH@)(OԪ\p-36bdt1r(2<kQiloQ 44,ыi?w[jG5f7t`hȑ[WOކJ)z3#M5ط[FA;j}Z A1OUtC0 ukk:ݑxܳP>$F7E$S}S^hz6m,E5 3>JQI 9y%9^-wWBX
+D3~sfv8UYsҏF'AKG PtMYP.-P4sf%y74_hoiD0Pl0+]oFqZBiY9($ՠTQ
++nԢ5iNS.h_Iy>-ԣ<i0[]ga26icEȭ?潗J'v%ɭN?3$˅&L!l Wo7aJХo;[oDŽ:a1;2`wRi]מf7aGkݏ(ӽg޷oky1D1Q=M#g:P0
+Z){u7+lȪ}m%hVyimpFD##_Rx9OrE)U8
+Jgƻm^x-*jZ>(a/5=X.b/M{SZpr=roV7nʠ`i$|t:0EPa53FU; H:tXV!0ʫlW<٧n8ú/?<pIdƟc^Z5Yp_3Be_2!4U,zea,LdEib*b2TZ /IϝWe(Ʋ_\^>4T~3PzӀ< qJg k 3e"u
+23(X"j
+F)1`nE/8,^.D<`&f.olʙb8irdGFomu YV#GPu
+]ؗgt_n2aV_F10b0τc[?}9JOd}bfΫLsyBv%kM Nв?zRFœ7uOc{wKק9J
+댯#N+FS}mgmUV%r7-6E5
+s`ʑ'KSSEڷkb:VuXuq^ \<3g M2/z+4g4wL*g[~u[ /mĞ78a(a j 3ʖT u]Ch:'{1=Z@1Y9A(f3S_kWH~Q` U"tWQ07yXCVX:9^sDKKlfҗNOT H.jS;@rA Fu\z(6m֐>j"~hH SVyY՛t#IYESn6n|Y]mVPt}dہ
+ma<it=+Wns$vMݾ2G/`)&Ƙ>J, _-[7M*?$R{c!2lE:hfrEųt^F,(]4
+q>ZhE_:K؜2ڳ
+ ]Vqc
+rAp}2o5>ckia!]_BUC^(,Ё@%xZ,HjT2G>ׁD egQ~Fi0 >ZV`@
+=̶ec|C"Kh!Z5eDTOnpHYd[18d]D;Q=#
+vJ[p{w:UԉwAS/:9[R7 n4R׶un-19%EЋUs_ӺHeuKCk?ce&Vj,)]EsTzW/=l߼7gķ
+4s/ͱ)ςU^\H)rmGjU"/;T
+JYyP&`FF !tg*Q/NCRp_ٳZrL̀.lLrDbk)٫KSZ=˶~bFǾ2|ҀOSV:*DFrkgs{%nΖhPuPYLuyڠH[rcش{XGG㏅l-GeJciIY34chwre'b:$*
+^G`
+)7YEҒ`O@1דC<N* ˮ!oCu3"ۢAӰ=^M~T<]>-OOc4Q*;᳅Rۆk=[ۇ"^<emr 0]:]-)
+(NP>@v6hh!dʐO3$} FB-jai ve[|刽In
+< fQ$[{Y Ѯ=gobmLT޷82;
++_.2 d"J`Q<;F_Oil\J)6έ;zG#tp2!{S }}&wHx04Ʊu_Zijp-rcLzD^Yf0ӚmG<^Grɖp1׬dW`AgԵA wȍ$~n>-
+P^۪p \ T
+=N]l3 Ymoү)0:UU%ȴxrś{h;Cb-/s
+\
+z(
+l'Yt>[6Yk~cY2ATS
+̮@7J^ĊD{DHOQ@ T
+{w10 [lEV9 8g\;Yuиm$s䠋ﰊZB.ks`9*7Wz{ze?KWl`u+
+ hʚ2s>^'(*@Y)Uf18ϾkCCDd vxf=^.X.uXx6EMF.`؁ MDǏіV)?m dvpCy ]EEg6l_2W |&luMۿ*uⶊv=fí q8Ƚ}+b'뾖z?;meC1@~fl?ZwA3=&ӆ# Ӷo=8 l,R;8&
+(Of?ɚ+deFJ8Ng!>?Ī9\0e9@B76:8pkgQܔwnL+Oj5|.3ZDFhѾv=V"IV]jɔ >U.[ʪBޫ:FDkYMOzV.ꗩutVƯn+= ʚ_U, g'D6J"-z)¨iJUbpklJI`bpI@@
+L_sk|G
+*]0⿓h ԛVR.kғ/ы9H؁77Ŏ'3ǽ䳹za~McNH |ȑԛSe4xJ+wd<~ODcj%fw$ҐbI4]e:7G`(CH ]n4jXw` HOTjwSua_]ES$ X zW߷o `o>yrã7mhs^;klk{pJ)˼F_mH~VCA:%ݾw&F@Vu[_ z]YWU[lXMe>Qցw qՊު$i!c̪&:k2"<ai.!L{`=1I- yjc
+k;t8y&!qpʧ_a=t\)6/=s-UV0 LS#yeFvsImMm㯦1U9/\њE;AI=Hpۗ;xüJd*!v%?p  V^Y~=DvL;8J5 !l?<BN:ZeH5赇`ue(,]6R ɖtdQӜirLnJGV'T\=nZJl_K/uG?m`T2^q9̘@nLXIO)&o`)Ihc9*7s4y|%Z3crr&jwi-Ҕ:Cs}B@(OZЃsv0>,n*Z 6d}_)I&S}oM_ X ꂌ(HZ@i|!mת7'όN;T4 [D*aޡ}R! 1YKsU`πeʋ޸ P`Lʔ!XL23YЃxA+UۮՑDj=z4S)<2gT 9oEyaIM?>[ʃ.eLgQ-|Ҙi?!mfFBr,*YYa{BЮZ§K`%a꜃kʧ`)Y'+3,Fa'_Q08uyR|FA
+oC#K.:
+< aZҝ r|RDlm
+Iqbyl\ԕ'.Y?28j|SA32/p;_I_P(:Pl.`h4ŀ^W׍vjqb0jhE75|U~
+%<R_,qvu&gњ'۾9 X@h_t{-C?(1 T
+V#~Yp!!JSfKh(ain09I͔\j'WnI)Y'Յ>FUv @$BpM|0O8t6|gfG<?|ɉi. cݓұ\g(4okSs#%aWf4ds ;w*S0<**VƖzf=
+A*qdUp73]0E+>E|T=nNscE8==XӈoP4D#;h>OvĿ5'N&I(=b%%βķP{\KDUaARe ?mHo|JQ/^!K9 m!mtO@gJ*Lhr:xɯ7N<}7o7sdG|ܯBPuUN 7EBݢ]j|5(҅C$/ kӜ}\9w0*;(}v '&S'FVÓqog篧;H?z瞬SBP*cx"uM>4l5VK9: ^nLkLconT J"} yr"qYwA'!vH+w0LpbO ;ٛ'E-VBFb eG.䠉v
+i։s-VVGar͍+) <=AMx~Gvs)TAAgz1^I
+ \FM+
+/pr9д5ZHDU(4Q vz(`ͧp䂽S˜M~||~o]lmbn5M`|w>9_  nB5Zq1K:9>)'h5n=QY80J'Z
+<vP")!(#\`|aK=V^[$/g@W~\#0Oi{\n jh;|^ֱe?z-l=y\L&
+C7[><"F8tǾ7iVж9 '{(9Jv7y"8 6lFR>1SYFQ_{c2:avz);7GB9
+um{o17Sf>9,2 `x<v"JAǡ*߯G)caz. TԵ!э*~/
+(xā8VW욗lR;|,ʞD]Vғc,iqPyb@gU1;o5S BRYfkżeJ yivc'
+l tA'`ʆԠ }@ ebMԭ~yi0o_Ԫ8s1G/='#n7).;r[>i"ў3ېc}L *GȂW2$,]x\Дd=Td%kưth?ܐpN>My~Qm4`ѡ2 ztcyY?4_} =t
+>(Lv/,0ID@3C0 2SA^[;~]jҞ"mDvZJf=^ Qg=6 ]Y/w`.lJ '$ݛ\6BH "~{;J`g8w
+6|KWCCau3hyva0xU]7 LhSj6P4JfhgԘ72hrvä5v.uYhY#IRQ $<JQ67w|VAŮmU tDMs!^d])g9μs]V>+69/o\_#^r_AO ;\iC,oRVf0 ePˆ(^T ``˰K6qB,[yMf746`MY<yՓ=fC\`wpHR B4̆rT7 Mbx:ރ"ʧKů^WVһx.HN&L 2(Yfڠhe@EQzK9%c$HG|-C>%6؎х;Z
+؁KO$H*,BS~%P
+=;r7
+Ǣ}[
+/l" H[ɲtDUuLIԅAp9zKXp 68:փ7/pVGnMݲD㩗X$8űՆ°*8g2z9[s^Zw0hTüj5o3oʸ
+^7u3
+#hy mUYAgx#޿'cGܒsŪ->x40GP3@,P+ѧ63 X#[^?ĬM1Nd:]զ6]ȧҼ]A1iЊ8*ɢ3X Kp!*eõtuV鄂KF}J̈́Zə8^X؍rR°[0!!%_
+"y[QFZwc7.it
+åGĭ2K!b[% Vc Z9\"[Snkڗ~6;6Umz^Cʹ rs01cm`6~|)űj,&^+Ama4Rٸ {&^| -ï+w+$_b\tMQbN-L/xm< Q3r
+eUX1R%W #pe96^sΛd
+e<o[q=Ȗ~ͭ[4D߾R;ll׮\}
+6l݃]R\'(wd _eS~(V;+YT=gn
+d=` H!q!SZH@Z-#>nc>xc9kt@։Ye -Tr\ܙ jΐ7 e=)+Ls T̰a\4?M?1pUx`1Ų"DzsjtW-v"y7Q+ H4}1'řan֐'D~pz^ͪ9(hW`x8
+%L
+Jи~[/7~4ܷga!5)Ru+}M:tˇ'F&!IqД Ps!Þog|(k*L' u#boߨ. @qh:lW*CF𚄸HsʣN7ui`Ng%@*
+q#ZN"nRjޛ[q#%Za:~0cbRݣPNSs}N*›PZ;`G|фR+RdM;/Rd/
+ d+!Ѕ TwjA)ի}<Kaۈ4Ʈf=>>%;FnɍE~^l䳕QdlyVEn%&:/-Ȫ!F={:0z}޵|+l+xx7H{"p>_0䜆7
+s5Pu-w2 7zV =L%ZVιw
+DnmEjDR=^ =(;⯑{fq > [$i8demv1Cs_\L$-[2̍YQxy$R塖L
+.!!TGl$
+x)TBZYk}OO@F7tÒI93tn2)H[!H<*{
+=j-0h(!UQc̲tNjW7PJCiMzp&Ґ2(8bE!PNQ
+f
+2b# Q^m#XoCL4tYHzJ1snĒ50':%VEx"}bsbdå}+Y0$C%m9js
+hC"erZSf0\|a&z4b!6ŃE$T= e)߅C<$"[m&)튓"[zP6t=9.mK!B#`?z@vq.Ӕ[;.<]_mk&W4WUGVy,dN`W:FmT/GVݙR[Dl\5pc7~_6WW6s1m?%]=ZW_4<GH <A%[Qk,&!9 (sV=_slNtW'>
+UVt]Yn
+e/iQLpYuyQEߎ!N$ھ:s)ZۢL+j^-**-7W
+ B2
+\q~*= 9ØR6z
+3 H\~jV 0㊮FI:-sV?<?I H_-}VȏqB ݘ& L
+bZ
+
+gSJA֝Ac}>Uó^1
++#g1HS¡'qVMѰgifb+gJ?[ ēNA
+r|Vrg垮
+Bk?F7&L:f2_jي{bMb&Jf\yirR>^`ֵEN֒[|NJ%Z? !a)q_[з{Y!))QzHB9'8["AUkLknhga,J{VJ$D`^(2"Eezd5Uc!JԠ2^Yw ;)$91V6z.OIR `dO$ށjB &]gvL\LLڙMG%͎<V0Vƾq.Ɉ$3IgH^?L{8ncwIcDY)& szXi6j[I{EC
+L::X5]8].]^}ͷHԨ57Zߧ8_ ~S10?lp|@(&er,C~fg |{؏[ x_:Q h{~Ķ:{L
+#`W#KHe%(2 GQJN*ܴM4Id3$)fD`R#]%yUMq,% GUd7$*.(]\Pw^m/L] z,Ռbct
+L4{{-K ^oi>vc*=
+ b]若PMyJpL2uY@WώQDξ̹ lތN^nka<+o+*BIjU^(X!zELxk uWPaa)4q8,h\mӟo޵8
+ NBM`7Ґw=(#~W(^c%'JP죓.B˒
+t%2|-l{E0ȥ*s<'Q>U8*Ma̕T.FaLpJB
+zV=y]`"*(Td;hWڻR ۸_fB/-/~C[27=ӧ&y4icRC^}A`䠴| =ŀݤXa'G6z)+Od'FM'jZ39he\˅-MkW։`P Xr {m.,BQ,T걊 ~g.߶C:Oڢhr|D+b#'0lYK1u%CML+зEa,Z/].vW^d=iNls%6cHQCI!
+
+΅jDgi][
+zS/SQ* MB kH,Qݾ:&RUu lχVpF? n :JylKw-;^2h kch62w+e<ےqο;JuW,%LR!mr2ႀ>$<]v薒"Bm\I!]c'B:"~ū^ GאI=¨]BB0Zdnq˧frުY~dx0e *('c"ܴs>3_]f WIOss /6|ʄ_ȶe~M0/+}m!8<1M퇝*\!1 K/=6꒤ԓ_:U%+ c^.E} oLi{"᫗& 9bX`ag7UEsOE&ɵbE9Ž@Q!#~sd4⥟">Dh9$J}}1j'++T
+{ځۅAOseTp܅J1f@_ &W{yUX﫴62=1`r. {kG\ 5%W)دP[&rrE=_v'\_:me6WpBpyrU$nhyΕ  [ʟNU P|v[^&Nկ?Q:JV?\ }~\>ر]#}>ݴw׫ 1]c>I
+qsa!ȍԊlwP3Fe֌f(=+r5G?c}ٳMվL`G^M, ̕8f"D)r8a
+ }r#=Ի20N{&hR> ?LzmHyvGy~.6[H]Z-u+tt*G64 Ejd<чv
+J>#qpl7ܓqJm#ÒuwQ7;@y$Z7 3zŵAH{̄g3An͗_-7 y
+9U'淕O#YeHN68V$ߙz#ӜwM?؝yz~qQz Wjt>ğZ& .>muQR?Z:[@ќuqy,3 3VA;欐-pG
+-^W u)YUBqły6Tx\ Wv_}鑩qb#`B;+vt2rv.L2w"0̔VS*qҰ 4G@"XG;GdzE D-‹H
+j+ws^,9[IhB#=_?rP#)yւ^2^Wxӥa3l5?AS2:cX̺/ 643R >l%M8TߴȍRi vs nM[n3\whfd(D̤ך'KN+WuF >0OpJ^nXrl($m&uב&D\#d\vQZQRťuS+*!IH
+W52߭
+Rg?*:|-/. ;Jmۡ}Š;VS<c)$mSw7Rsuj C{q41Z Ҡ=2KD&ZaxŒl?'CX)HpŹD[&<K;Imᮀ(_eȃu9kd/u![IJSEǍ ?]"6Y-Kjm#.\5#:AIΌ"?_Lb=htMJ7:ZH>A;%lB\:8%N$7$n|;n*66qߧĤ[v*uhCq\`zv/Kq,85Yz.@cTefRJCSK$۲N-}XUB{蘌yq(u+4l\\c5B׭Q4{g2H^Xd<eC"csh|Ժ$*'7! UҎoIs QP
+endstream
+endobj
+515 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ETYTLP+LMRoman12-Bold
+/Flags 4
+/FontBBox [-476 -289 1577 1137]
+/Ascent 684
+/CapHeight 684
+/Descent -194
+/ItalicAngle 0
+/StemV 109
+/XHeight 444
+/CharSet (/C/E/F/I/N/O/R/S/T/U/V/a/b/c/colon/d/e/f/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/r/s/t/three/two/u/v/w/x/y/z)
+/FontFile 514 0 R
+>>
+endobj
+516 0 obj
+<<
+/Length1 1862
+/Length2 23008
+/Length3 0
+/Length 24154
+/Filter /FlateDecode
+>>
+stream
+xڴyeT۶6X wwww
+ŭ{qK;>=s3}=kΕ 
+1PDD S51032“8@vF 7dP09
+ۻ -v
+)
+`|oR1;S{['jɃ?뿄fvf87uq`PttJ2s 
+Nb RJ"J4+وٙ؛ZڙFNNF bzbS_`
+[rN=թDy\ܠlyp>%yQft }wnj'mnL@<.ggi~q]n1Y, ̲\奐L[atz|Ri ՠPM:.}yHĠo<S|3 3~AcWx7Y_CUf A3?P#(E^)?%+cJ;~E՚F-ׇz)'"FC#8"ՃPc`Ԧ)
+
+l ;xݷKpʐSahU%QNM( gp}z9/~}^z){<wzT|2F/^~qʂ u~+E?>QH$\uPoHsG:{Gų/ܾ$& zЇ]B o$!-X1aaz>H\A9#)jQ{Zv]>yāg{i@W(Eu}}_q\_X' B0  K [E,V :Nq7}XX勓`(&NpgUv4og,e3DK"k1 M[f[&/'0§vf{K @$=CmɒJP͠Lh- 0 jstf=JYϦ(h41aҏk7q.ֵVY
+̅;s}
+7~mK*4|4LyچףH9MNK-*`4#J} a&:ӕNؒULe%@%12G-k? @ˈJXrnaE$Qb|wQ=WD+-D:up&eU&M[A"ʎZ1TX@*\P4Qmȍ7r > jSApYJ{4fUmh@>`4Mh0ˆ p.|0=+d\@aYG8bˁԤeU܈H4׋*l2Iw{RCb Uc]}lA>_*b,78U\U>h8ܞheLK
+U :)?X\]0gݚ2y?T r}1t>d|Y%Jjy'z97 lC6L.Ρ
+"}` (Jfjvjʘ5<B'OJ+z|Hu}?͙a"".C;fgUH 8'qYq]DJwr2C?U[t5EyLGY ÁȾ/Y 䏲7Q@6xA#P];<1:<S7 0+ɮ1SAJ:ҧ >݅[|S qpfyT#?GTX7w#TIɶݡ@ ޽x> _>T/Qn=&KW J0=U-i '>*t}+};`R-(BeκeUf6dZD)ʁ*SY$Z+ p{tw&n;?jce;ioSKFZyN/mQWۋ/w\.]oY%p ?sX<C,n
+'gKm[wFESk$%iYZ7f$UO<Kc I`qG-]XjQ+ZTJьz@ro{L
+PSbQަ!_>dԍjSAʕs҄'t4tdp\3RqaŬT z0;li
+)4;sM8Ԍ(+5gHb9_K`g?֡ɿ_)wѝ t9Z/٪2'}C"_5';V{)S)n?eNڌ:&"In8 '[@r 9xn ka;~B72TBۂxTZ<\*<a6^!Ԅjccd.uE'^I6D'+$bSWkS̰TjC5EHێbwTf+Z|A_r,QՅtsl@s :Â6K\׷b
+>&eeTseU|FUM0WLoSDnh,$w[2 z#Tp5hiƶy. bcaڗ
+$o V7iI+F~"8pd#zpB߰agҶu*)LΊp#ϒ_~!A'
+?&7sh¦XxsIk\ÊEg o >.@A &k'+9!.K4GOuԣ]:@=yU8#uӱ4.SMN\CH(j7SѝtzŰOk=2-gZOL>iɆ|l[k8BvCgyp͡V#xh>2s&CjOHđ$ݝj T/W6΃0ϯ7bXs' ł־pz;UevE@ö̱&|\>N +rM3kwWvuЖon8;"mS\/%6!vHR/Vj%8!iDhCtFE{d"έ? q~& X9'짚[iJ]e !6ĥ`e} kPM{Iw*$u.wD
+dqHhI -*#/h(0nQ?#:r2?C7\ tU$ˏYv2eWCސd%88 8>?PCId/pFVj`RnҖŸ
+LF}Vvp XTs%mMq 76p5`bWdB{F+} YQu2a5:_
+e=HQ(&̝T=hAv\cFR^\=B\us AU憂KOu5, cn߉;o~r`EJ[QcV{S JCTy
+L'z1.pm
+OXP!v1%K/csşw""0|&Sd_ 2D[}J,߄/Rc3d~^9M1\v4xr>@
+ sd4\P
+VgJ$1M˦E$<=9ciA'r%}+@ }2l+/K0W/dĄI7v93_s+߼GBJRG.[S/tdrԿ2wTbe=H<t!͍>A\ 1G)Ob4idve4蝴#Uwv.[o3dP:F—Ru18ZOfW4YU5Y}a}N/j$3ieÓ5NL+SK`H/u"֡,wD J;[FL 5)Q]Zxf vi,mmL3(6ˇTk!6:`^镃p&{At/F(F`og 036:ߑ(l;:*î]eu}B3D-jBI~&o]-|w̮Puʦ#k͂ /Ԇ*B82[k%+rNTG|tD<Ufe2)=aR:0)h+ZnzKt5OOIz+d/ǓdISw1ǧDj΅ƤW&[k6~P;'NJ }~+snBzg
+MqAgci̩*s2g-Κ!9y6-4MΧPiؽkxGPD 4ǻrT='=KCu;\hwBU^Soq:
+1&NT{$|d!ZuYecueQ]d fx#|x|tYZltPtUζ
+1A$xyQ`4@ ́Wscc'!xusח)v=g>X/]d6:NQpQO:IK4aa:lzfR$z#hk02KaMi[*&o]AnThF|8D8)1H3Gj^zW<xpz[3~ޞۢb'9o`gh\c5jD qV($o솟"sEnyZNJC qLBT #]iϨh9"&bDE1P,3&/%Pz.Iku*d(ܬHMV`. =KI<[>PMy7l_汈Nʸ^]5u@Д~UC05|5'dn) ZnEf- S6ImΙK?ԇB^/XYy =g#yr%;Rw~@q22H<KA?ws[["jNBhBq;N
+r>\l+IAr[ؼnBH$ߐ+o6-6
+DWrsō0Y>鲒O)\]Q%
+̉BwK.Js[0ݦ=I ބlJ 7^xj. #M^/,]KRkA&PRIma~RCM`uԁ!Yl?@S
+ jP`yjrzC,2Eu ?ͽF&rBI?/Ίn+nO| ųe1%
+M\x1~Voqx:E*ԭұ _]jl&?Izb'0$[ /`c=&t+ FG|!Q~l 2ˊ)Yx1V<muHvL~ 3x?-Gd\IvqR/#@xԃ*XH͋ADlj9*Mi;4̟}t\)_CBq|Pn%L0~QB{֧P4NG~!|Ԥ
+PjemiDwҖ
+lU<="uW$e'R|vs;<5O5^h'A 
+ee7 ޣG-@ 0pD9Ʃ:,lnk1
+hZ(nuoQD[E 40dB3pA&wv]~N)K{J1L7Ζulxe`g&*3sv1|bC!CRñ~z9Cion0|?sZ(,5Q2W[aLN!(DD9&ӥ8Kcmh}4/H$ٵ8/Q)8}ƴ%cm;8gr£cuxX`c)< {MwKvX
+ޣU {*#k/(2P3p{g0ZԷU_UXpq}$YzL>WY#UZ`I?wtaCco/еGp9in>m odE~ Y;z7Pm|Iw#nlz5bTWZ/["35ſfH;^$ٹDa;E<舌jZtG$YW4oS| Ӷ֡xŦ'zeEH0+RL8IWxˌծ*T܁416q 8ʿ x8?+;pU`#eu
+Xtg'zل?h(x;%tFPAj~kl?|vl7O"HF(TEDWz^:][JIPi7NdwjC 1H'ޙ$8@sq}1PMH'չ$F{حw2yj:}Eeqx7ڋ=F SuiO ؐl̡7],7)_r5ðJ!UB׌e*Exg%fkkUcAz'Ł0cѝj͉f7\0]t%t:\>]PCThO$uBV϶Pڥ5ՏP
+`n"7N\' -Q** б>s2ߌEKb=p 8_m!i7cE#b&8˃4R6ߜg2㞢z;|HE=tҝ"kIRB-OۓDI;vf
+lYAtPH3nf>D;56FRHthPȆ{ 4(ݙXR ߨj3ޣ.g X\Ae,.U 'ѧ9j,6hb)cul=bʻSXŀ>"%$@
+hn0ցx-
+"L ἍfT՝Y@kݐhJmO!&wa4G41 Q jPgTT$dl4W1oQo{6
+X>&g_ fm#v$S
+)p~+g܅j~?P'xĬ3L8T$F[Y&lTxAgtMO )\~WD zT41T
+ 37?3rJM 0,_S_T%-Nc>_+oVq+zn6zvyv&{lJuUw6cNTIAtX9޿gz77<{FBvpt7662aS i<oEW;-"yB]i6tokEE﯇kq?*[Mb[^/a?Ǝo|&J;kP7á>,>V|TR:'O ~Q{xHk$MgEc{C9B8qvl {TI[)U!P?]EĶIBwEsGABۖ0+XGz" 4C*ۅ"2 _{ČŊ =G|@kt(t7R/b=UiHCo:oB_0d)._r]#{Y/ݴtZl X3
+v7EԶ:I/*gڽ`'Ǚ?@5E B7}B7!ufOF~ָcjndZVtO=PKpdwu0Cn$oHHh3C8ɩVűn;H*Ss€ZSr(R*1ۡw{ nyNC7NA*qįSG1~֌ψ,(H][SӀkg!ouWBi{-ypǟO5S7)eڋԜ.s}QvM%1Z!SǕCc|'])[]:2/v$18~e˽ЁꗏC>(v팇ʲsAx3HV?NCB_@Xek/C^y|\̾Q*0
+r| G3Ԑ9xJc,@`Ա'ЗE0|\F1ֺjpabi.SP#jze72>/-_PE- &%[ۚx|<zGX1r`9R'Gtmɧqza/J0L;n"DJr*\W32AړZpw"%u9fQd6(~v<c~qkBbvmŦpwv=h%,a
+{hp 0E[Z-5\Foxߘ͇ڂV!iTp8NQ9tR:)˒w!%
+xjh$c 2grz[MH-(T-ی ]Uԇz^j ܾMQC
+Й+ @5,!
+4(#kd=M(Գb#XY'Ӱ݌0|E۴ܪ^jw!p"G0*&w0쉤q&;8/CW ȪgSOoڱ2 SG_eu!Ses7 #0Go C?Ady<Oƾ44zCB`tYKVɦd*uT 4qB2i7=\W?qQT@%" ^AAqDmF!ʈHt@"8CJÇ;-ahD"$T$j Ň<*{"p_|͋+1ݨqXi1+?tGm,{ʓt.Oke'R~ZF:%Mo(UE6+n^9Ur^:l@Ңtid*LKV  7D)|(qd2PnR_,ߌFN34.ww1NwXfgՃ
+ԜUl[9Ri򟟉0,\ݏ0Wm8rWKw|XiW!!DZ0bl; Tz*,' %kk2E}lT՞^{L]M43(/;l~Taq * Z E_56pe""'LAɐ#Q0[mkQ.ao{IcO'KO5(Ȋ-~O!⯝MB]z21raf)S~$iZI S[p*U! #^-ڂZ,+OQD]<xLh&8fZ݁Y_NSzu&uSI!X͂DϿ%!4hZɛ:^'xě+ķ !Ki}j'Rq7atK{⛭!O Q)\+@:^
+ /d$% 9R%@:U _x$M3N1.l/C  AvqGnZ|C[4&1[q
+IMsgh51@<c^gM@Vys4#lgG_ސZaXw%Eģ#slGǤQʅ[[b$pєܡ<P!-M4(9l}gCIl"V^  ko,tfpg M ɟ1W%;=*T1GrMNeܤ;X)jDVΥy1( [XK-MꀔH(hCN ҊumuPMW56MORG@W9uB>d0Q(C:)\]\HM2/N OA4B=.]l;RʀN'/
+I>ŠFY/+
+;:ZJ&#M 'xR6|
+Yi3F:wPB9?P"CMBW.iގ6Lj:ʄ">x[Y OT~dOfM}A,2e'^o+Lz;f,%V >ڲk{a1mB4<,0J,Wavh^)3Z <م?V=`\GCNI٠2sQirDB(AL>J od7'f8egE|2|zh]TJ"T뙦EʒׄVzt k,5ltE9N.`KdD\?(pU3E@|
+Lz&uj#g#tnegj8xyA\AQ(eu 4DoO kҿxwh?8תM&J}rsY7@GE8o22W t L= N̍'D4\ }eThB-ѵEb *xK5U*<Qz^65;9`Jz®tx'TyӬJv
+0?1fk&&u(efDB<)XVֱ3GP
+|u,ɱn =DFGXUO (lC;VQ,s[Tig:]\c>
+ 8*H#B{"W.HXnrT'9BrYؤBW2~S<1f)lL\18 :&eS]VrmWq43F {v:אѱByVbrw_s(7=uǿҬc`e5egԐ랹
+CS]>:{?ʺMt'P 4ͳPGI)-V B{ũ2cOvԹt]I%uq;tCw?͞zhF% q*LKl{i*ՍpGN
+8-ߵ> ZzwafaJIۣ
+"ȁ=v40L>Iؾf0w%3ReU`3\j9תE_0>[dIto\c
+NGlv|7/XZ35!nќ45)/[hI(nx#ku<BÚlZY_R<q. Tm=%{xl>,g_i?6!WրCNWi~R$K^t%q eQ/ `!#-FxF:i 9c`$}Qwyo:Qi7.$vw^mK7{P'RUǥ4)uNzL@”R w)pd6_Pk3seo*"M `]y[~c5r]C*<;Sw&~LQ1+`}OƮ[p9$G9m3Ugzn?7N ُoЂf([F7z!7XmlRwe:"wVC`
+FS<,KzL*~ Ǿʲ'dٻjYSo/-9rs>K@?n%Hʼz%Yq'kbV,.q}ʫx1&# *}hH7i!wyk M+5V49Gs$ɣxꇲާM.)DxQYGI8;z0Ŗµ$dq'\r
+'|hFSb#oHD.7\٪>aPJE~HHY1¦
+Tѵ<J+Evn%> EI]Sk>_()'CnFXDױRS|Jo抅_8i
+J{[#0~S GD׾_;L~H,WݚS8]Mg9+KPU"Nö| ӳl׵hȰn4=bnۍ'J,ބ LiV3E|zaddFIT%߫ݙt5ǰd&qD)m
+/g[x~~tOWt
+pgZpk04 R 8HYAd<3ă\B_ 8R"g4y-aDhJo/ p$S)%!`PICR?c^l`1Ÿ1P)-@\ʿ-6GXoR_BqMD5;d*G"=bklXxG[)?z˨gzwQ_;4-rne<!@{Etrq[a<ѷqpY#aߔ Ԋ>=>(Љ?|ڼ9D|Lhz+W^fo"$n;8kaUEԱH!^m4aG fFS/ԇ|]";'ڍ\{ Ђ%y}>e메T56ܬ?vfA +Y 0 wKYW^Mzy٭{M1]&j1TTU^g-Sԗɗ߾g ꖐ`jawJX{su_
+~a`fpdYH://DHI$7kS4mB{2R%Z"mfU 
+u,W.7y3 ]i ~4_s
+2@&I &7Gjaq$Nݦ5@t+@p䗙^j#R;ԶDc~Q,|eKbċ/MoJ cgG26AmCʳ+HESƱ5 
+}\𭨌:~$T=cnm ;c&
+S~pm]>QaoF g% T_=k"c#u*G־uo,bED5|E{WY\.]nEt:k#"5W͊zWy<C@4Ƿb% THL^I8\S^q[Gxf#6DM$K}Q7Z<Y0*(ۻ.#xGI`*}:?/VI&Ea:{=|M &3B(w8]o?cȎ~ ;h
+aob; /
+endstream
+endobj
+517 0 obj
+<<
+/Type /FontDescriptor
+/FontName /DIQCQR+LMRoman9-Bold
+/Flags 4
+/FontBBox [-501 -299 1649 1136]
+/Ascent 700
+/CapHeight 700
+/Descent -194
+/ItalicAngle 0
+/StemV 117
+/XHeight 444
+/CharSet (/a/c/d/e/f/fi/h/hyphen/i/n/o/p/r/s/t/u/x)
+/FontFile 516 0 R
+>>
+endobj
+518 0 obj
+<<
+/Length1 1776
+/Length2 1705
+/Length3 0
+/Length 2778
+/Filter /FlateDecode
+>>
+stream
+xڵUiXj4DG1,(&,QdB0@"Ub"jQ\@(ƦVJAELк>y&m=~'!"0`rY7 
+!B0F0a΅c5J\á>8 "`7u&@8>Jq/1@8Ys/B05ԤFc%S|0U2 IUY ($*,! cI 1R
+L=)HvP%T=/_pvu\tG>X|<ZMEH Of(
+ST:D/ZJk`]ǎOW4t E$)}r|h Cf{;Q0x,rlѕb2HaDl/?R Ì(Q&Ba
+=#!g>DhaiBHCT/4V mқBS&'
+"wY0a{#3gi6t1x̎Uz+{\;nr6uͭYwuF4!{WI8յHQcPnY/nF6C-ʂ15fFxG;참-v[Dk
+Fe&[nR]_,.s6xuHA-Ms>]85xQKFug;kO:SP[zOf~wڱu ΛnJ~[zovOyNY~c[sfU ,3 X]}4{y Q7Sj7`ϕO;+\Vxņ{8p2yLͫ96ŏ~yru%;YAv1Ѳ#A|~%/Aòw2+.*xU-'h^>/̊$ߊSOC$4y;򜆞r\]hf1lAݰqژ"3bmsV^|Xq81Gd/k5қ5囯x>'k_q} ]yOaz+bwG1eȋ??Ѽ4r`sO)S[LbmN%}]#3wwYPΰT|*U]ttzy[^X5P^2w;XJQ,i8keEsiu_+()u2~x_Vp(VrJ>\:JatS/1.ް9zz ٠2;5}߻
+|eŸ|n?os;>qaB:dTWf {on}́l[Rk;+ vi_㖉
+xg2\[On6#qƍymENtβ'%6ϧ޺yc{`iqUŏӿ*uj;unῐp$4usQ>c'~>7ک.1zIܖTdVٰ-"n}c9!`0,/[*l]医9_u}/ϐ7cjWFy{yd<C36{Uǯn}"DMeL.s7q
+endstream
+endobj
+519 0 obj
+<<
+/Type /FontDescriptor
+/FontName /IPDUEZ+LMMathExtension10-Regular
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/parenleftBig/parenrightBig/radicalBig/radicalbig)
+/FontFile 518 0 R
+>>
+endobj
+520 0 obj
+<<
+/Length1 2141
+/Length2 7005
+/Length3 0
+/Length 8319
+/Filter /FlateDecode
+>>
+stream
+xڵvuX[6)RJ;twww7 00tw)ttwK(J |}s?kgW{FZ}NY; H Epr445GUlérps\|<<8pAW @4a( 8Roh@// \6@Wu
+
+" @+ "Ȼ94`ȕ;{=c@?je `W_A
+`d0hp'(`.عpBO@
+Ap~@
+稪1
+WJ6ȓT{
+wONݜEUٟ=bEJȦauMJPp\fת[p21}F ;/2vtJ$پRxl1:;bbh[;?v.<f<c0fwCz$3CAsplnJ1W7MӮyZW~򐤤i,Hqx^4QF)uslV ad[tѓ%/
+e[J
+gLv>x>-lҜܙvmh,[7 W₪r$I"NK6tqO:-}_5D1rY3$>O Ip:*`mHcǷ'VnrZT{0(1z\yEŭ{T"Gtq@s<r2{Ly/4tN
+*ɳ6]>9(%B~uiMK_/J DX+o̩HJ261iĖgW](4fq%~O=-)bQgXI2 Sv%3w*ZF?|?XJ2L|FiLHͮE&
+3;{FB/J':߰JVʼn~9>)p)og!
+u͂[5/[2ΕyrkbfgZ`TP(g<F*!XV#.!~rRxbŪ%Z 1{xAQTKKi)OZ] fSP\NvѩtN7L-BS2袖\}kΘeZf\r\J6(gꖴ!|pߍ~Q<4 u $j>/?fIcyW~#jǮba%q!3oryQxwQ6 IŰ-k" B@:Č5ԞLv [4e/|
+Z=ߎuB_=$@gv1#iWZi>GY@g,Ufs`)f}h_OQm
+y]9DՏF,h/BJԷhs8uEr} dV=gTSHԡSiGxpt!c$vSVi}mvrԙl׫$V>]^C,d}tƌBArܮ3SUg+\bxR-GboB.TK"ga~kʎVRUB=RHWVYH|ƅuhH(E/߷Nau;GE</bB[ ^7(q$VSj*rǠzSnZYóBynX\;E 3 _2MGXmx M3Va HnfskZw䶼.0z=}4YX*Ƞ"s4Ute~W{Lޣ3䆨zVV6fFc
+ʎSXw"A @8':PuĄ@xpҬCiJMEZcʗ4#˙l ?B0W#,v5| ޣw⣣ݖGo9 _!A2*^~jhZ;D?|z_g[~Qܥ0w!gѷ怡9fZjY]<~t):2$^_6+AC2W ) 6ꑌPpQRlv/_ s^*;*)8A5jm;ϒhb/p:x⚌܏HG?uZ9PvKK=ncf5JEWSRbqy/T4Xh
+ch DzAcaŘ=d݂P/2u WecXqR5[d?/đ8[N i3W8+m }-U1W]@(
+@4tש|zef]E
+{!K2!p{Sj;e!?˪z!߯j}@VM;p iǐ')z/ZU3~ש)T0pK*X;IgHLzh$@2TROW^?OtWrtZcu= 8iL}Zw %Y\"<^kXY$W͑\C3Ӝ[^$߭^Uk顯EiF>{uD[$cۊ]nWK-D&Yͨf&x!"JʯD<DHy'5[aL<Z\]EgDEs?9Lb\$mϩLV+k\Ƹ|k8G}c8e ʢ.8H/25sۉzQgəXZsf3#PsW᝶:V顖&ɲ:SNX'=bN8 E[CEF^!kUD``˓_ gVI0p焪NX34ʞQy<K{q8!xE& >9k2*h11?? k%!w'G3 #;RC hHJMmRE.ZyGA./`@OwkQ{(S>ufШ8NUGB.S fl
+endstream
+endobj
+521 0 obj
+<<
+/Type /FontDescriptor
+/FontName /XOGLTI+LMMathItalic10-Regular
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 60
+/XHeight 431
+/CharSet (/A/B/L/P/a/alpha/arrowhookleft/b/beta/c/comma/d/e/f/greater/i/j/k/lambda/n/omega/period/pi/r/slash/t/theta/x/y)
+/FontFile 520 0 R
+>>
+endobj
+522 0 obj
+<<
+/Length1 1795
+/Length2 3389
+/Length3 0
+/Length 4510
+/Filter /FlateDecode
+>>
+stream
+xڵUy<TNY"T$'d1%-[vJ3L9̜ k6)%m
+QTDYKRPJ<O{|?9ݯ>[\(?h Cn
+ rvtsrنEBB`X,\\ݬT+
+APhCu 
+Jޥ?|~ Rmn#6^jGVH^i؜k
+ yč=mӸ{Jm$- \{F2lgm]O|^tm-%L4{u?c[X)m6Ugg0 jX?}JvwaN=Q]ݳnSTO{cA4ƬW$񧶼!Տ6+{knu+vb߶lCA\[$\S5mOSe<.ej%վ*@'*'O$-cmĨ"[Gop#<#0
+*k|U"?{Vm?WzՇKwY[:"S% M6
+| TEta&f95}P{v6pd&{d
+{&tF# mM*<9??$4AQyۃ1G%tP̿hOz+!ƚfmSq+Wv\j"&9/gBˍF7[e6t^mbK%6ytRQ?5?a`ֱl_]H`X%{-<x+1=;SVػ +*«tG1|N(7E޷vE,\SQMU|^+
+~2ݘ#aaZy'?aE|bbS:d6Nexl.VT: reWR"x8
+UFX"C㧷?7N&<hMH<ELk;ퟜzڑL^u,Xi3R|7pu}܈Gfe.xvđ'Id='f+%ӯח}d`dU(IrͧLbkPcbnoqviO.ۭ/+_qQj~}T-9؊'?SZ#\y);po|r$g^qfWv]СֲVn@PmG Ys*[WX% /3£2Erfj{s3zI4hqPUL;T?Da;>,bx*z%`$kS`+i}> 06\OTK~i['U EDrfL"D_xdEUvQu>+1ֺز`]9"[R3
+o4 P qi^:zJy1x~Wӯ*8ҖBK Ǩ[)'ow^FZ LV鎒'^.~+2t|x@Ѵhmٯwq
+ Wڲr_ ˽NLd˅޼ 4THW5VVMvn~`[=+8v}VHijŮi-gW9n?[h~|!M”Gbyh겪:D_n8] Y"Lyz]N67
+]s"v~g
+<UzC i`T^ r|Ce=rOc3 |.r}<sgU{ɲŅD0JY1{Zu''6-Ўj'抨~=MZ`TbAV37%a,= iF,lTjs|^9l,paݓZc\O.d"Ւ4k뾕p֑kPKa2JQ>?#AW :7%E~a>KbbOb׵8J<vĔE5_ Γ a/uɘbIds]uu/ݧK;6Y"Rg<wih]sxZ 2jTnj_ʶ[Py,HB4476̋V=8ইUL ɛ&غ^jŏ_u4Ԇ1^˪4I\5SXɣx* lZGEM _bM은 jgyq IQ@VfkHnQQM\zƢqF h`􏮹ŒT<;tTȬĎءA{匢vGY=9aKfq&O)ٞxj` AP߉+]WjLN10jWdG^B]H^?0԰vgf]E׋gW~%OUNBno6;^`%=]
+S]wwf,3lϤFUuڰEw]a-Z垸OykK}f^טom~qEos M5t{$[N4?/"*]NFL_N;])a kEXł(Il TfA~(Aypm> p\_V Y#gA5
+Lor =+ar+׍FTfU$1Q(.byv%.{ΰ|4baQh 5w_Jgo9:w'Wo8v&P31R`l*¸ﱍ&T1]7&l% zs;edm:T**/{m;1媷u}m 
+endstream
+endobj
+523 0 obj
+<<
+/Type /FontDescriptor
+/FontName /TWGOGR+LMMathItalic7-Regular
+/Flags 4
+/FontBBox [-1 -250 1171 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/a/c/i/j/n/pi/slash/t/x)
+/FontFile 522 0 R
+>>
+endobj
+524 0 obj
+<<
+/Length1 1711
+/Length2 2041
+/Length3 0
+/Length 3104
+/Filter /FlateDecode
+>>
+stream
+xڵTy<Tk'v-=)35,Ce(4f9̜1궈J] n͖f+JuӢ{DBu[~s~=9^${. 9F)dcW-9KI>_"d
+2||
+?/߅d$<}s1N,/Kς?xpHg2X
+břƴtufHAXVԳw4B 눆}N0M]ߡ*Eb#\ p?@N_Rpᛍa
+F(-(c#J_՜L10)&MK`ņ< E Y(]OP@&< raLqE"v4ÔF1T\\(J`BFP OLx8css`V*L$(Wib|CrS}1
+]+ׯ?4 ~Ш9 *
+7[O2՟Q'ɝlWx} /Bv/e?z,\790U8z%-^{Y;7a_Og1Δ]}4 ~VbWƑ^z?g?.=H#Nj8LLIžnxуGNqvuJ{:d SF8Z/jzbjEǁ ui/h͵?άJ*幈qݤ4vaӖfǭiev+9 5㾓d4MX%X, 35Y"bmw[z4dNAۍf.g 9ƆߺjmFLI9#O~7+ؗvԡq u.;EV<'h6 ;{H~O<-xNҲ׵]^
+vxEܤb:E>27{huUС)LFfDʳRoijϵqUJ޾@SuI)Erګ!0HShf_MU)^@JjO׶=:fݣߺGg~&f%8bۼZsH#ܱ5Fz1az:!Nfo/zTBg{) ?3Iz*+ fqgJE:^Y\USt .{ \nocVhW `Etii\]w_ yy-*F=tBAz?Ko1:0ƻyv cMP_鼺EuOa)j?oH#ѵ:kwboBﲷs[Z9-JקD>j]xR̼W*g'iݨeީoo2^:HDi?ܧWv)n7 Tq9ݦjH"~CLvs YΞ70Y摿B; éri~B6H>[׸=K)b+Mۢy+_O)3F,lK<bfwu
+W;nPфm㏖ҟmc~ņK$L^ްt;2AsΙI«n{<;+\i'ެbcFvΎwk9K;iF"8`9BlgeY[0,yr;r `Ff[~s7wV _.b2Ykn|qNT XGNF 8mȴإn#~jD5}dzfWIl7a}iN^? /vl26=<=!i+:Z7˷06ҐU5YSZl$ /R $3j|3 }-oL`}/$!P4!uO<oz,s
+lrgh]o^K';OmՠaYQl0Ifazt#tNN~Wݞ+ox0/0ag՜5Yi*IH|v8h]
+z`['zEqt.U,h!7D]٪,7GVI\d$ߘNʯU~Z!iXǂZ'!sVG_WKg&iW p%70 8NVjnsҵ h[զ/{m;}[3:&Va kWCѓm>YExB;gڲm蕝5DQw촹ǘb,Q nlȍ7I܊W>vguv7}nV6m8>:9Hã^68%o_\fGCRknsK^1Myq鈋) E$2JVS펿(.YƟUpcmiP.\gqr#G tU=ORX{ô]oKNgn-
+endstream
+endobj
+525 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LYXDLJ+LMMathItalic8-Regular
+/Flags 4
+/FontBBox [-24 -250 1110 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/comma/n/period)
+/FontFile 524 0 R
+>>
+endobj
+526 0 obj
+<<
+/Length1 1677
+/Length2 1235
+/Length3 0
+/Length 2254
+/Filter /FlateDecode
+>>
+stream
+xڵTy\WW`"^x!'-9PH$U!y!C830֊*UEQUz (^x`ԅoVa?3NR$2 "2cta f0l( ⋅Bk01' )
++ARȯq 22EYQ$0!d
+1l /fA8֓H>Ȉ.I8 Z@jF"df~RxQad"WXJH%re<LPo%$xO W"?!JrNTH"H8۶67 Ri6
+gԺ^{$Dh
+_#I3 Ik g/6!iguAK?0X@ U[IBMjp"}
+0T%){S|6`5sˆb'*9\.ZP5~+aB}[AAd'<7ډ͠0O*z00 97O'|]bwZظ 'nK+O[Nv]>;E3cz+6>DRu_QټtIG[)XTWP>?~3[\3y{*o$*:@F&5w<1@!w5vFr+ Snk:}jԃw}P$|8hn^nOU,G8:^kؠgCA26ܳ slFIk>8b(63Rtvaǜl8'U[r{{:?8:|ypdx
+3~I)9gmdb[mH_}I-oq9;/c n2wm/ZREB'7]]z6q-[czF2^[1S?h_Wp[YO
+wIZ݀QrQ ;rҳ;sόg~2fvM?qRz rW:čdǾ[1)C&sGߝqe4awcWUU&C=7kX{ͱQ,f2bՏ\ɫMzVT!,f:J횕VhMGu'6V,ҍt([F 89'RW+lwQ}ֶV3qҶbp{cv`^TtJ-^ɳ~dӊ\|E4&>ܘT~6sXٌqv|C{47;om?op;,
+ MY;2g98v ^
+VLfh3Uuvz˩.LElL%yaʗz, u߯!6^sn]q\=S[Xlʲ]XICIܗ㚛?yK'6*yӰ3A#,.g飹}\\<^tlaMG˯1j.4ߝxއ.&~lOVns6w֭}::$pɡ2e,f_ڰ*tSW)GT,~"s݋ ){n-( K{ʡ
+/>(m-d|!q^kAʫu^IO__~g඄e#9\gݒ@H2·rM8eCFybmɖns0Rg7HaSOge6x;͖
+endstream
+endobj
+527 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GLFSGS+LMMathItalic9-Regular
+/Flags 4
+/FontBBox [-29 -250 1075 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 28
+/XHeight 431
+/CharSet (/slash)
+/FontFile 526 0 R
+>>
+endobj
+528 0 obj
+<<
+/Length1 3070
+/Length2 35066
+/Length3 0
+/Length 36686
+/Filter /FlateDecode
+>>
+stream
+xڴuX>Lw7H " ̀0tH4HHw7)%% %{uwqx{=Y1JK"fdvY8XJNf vu VhuI
+
+pr@>]
+l;U(Z
+os+46f**lA` d1\q?@Kn..r(w4.{N W[W
+7g 7
+Kmx[/U0YO+z\AZW>kd "-*HaPS`&] P.m(Zsrĕ趙 )ڬZJTJ3[ZZGmw1)T-+yEx.8X$/'ۡwxqf=b_fL#8ww@G<D1d
+J1ܽY[:D4pmG%" !-'xd*}7P/7)ArD\=x/u'*usjO#(㭞ֺUSC= >3|ͽX&ۍǚ}GQ-Ho0oOQSkU6^ܰYcb+ ~8>-%bG(#dϽ3HQtZA߅ڧ(= LA;\A(旐F|&T%*l-#N7OYyNser-<|Z2 I V;z^E|;aJxf>͍1}]\m
+#_ckh1?Gi|IZ{s*;E DT~VN!|CS&b᭨,ٚv񛟽j$^g"LEeG >u|yV+.oV
+00"[~ 5UX1r
+A (~.
+ސ" y"ڻ:P빀|r,  v\/Y A܏\W4 ڣưO>}Ր0'SE=>D"g=oo~hŠԳB1a/^J#KH|}c<=
+yj2X|zjn1 E}4b_WyHhR4Ch~=IՈq&̖<$ŐԴ5[#
+%3y<w(
+Ku+=m44,{t7t]-£dy~;}9<ly3:{\' >@!h%t-|\XX:vJA#j[.G6<"H><x2@ZXZ"|t:!-3/m:T5k !疢#)iR0bhcgwv8UgP~qS4)Aj}-Rpl
+!qq](x=8A׮ ېdYS?P@If Y.
+*ш+њpOgӖFZ߁a3% V0p4uH5r3l<kDoUz)MG#%CfG
+ȴ=]KB#<Y<%=}W VSz3dIw/<|GdZ;C4D/)_| ~: `>3<O6Q"Pf2Ϫl6~bǒ/UN\z)Z~~P`SIޜ!~xT!-,z)<SR0P}Au"0HҚ) Aa2,P2G"WEE\iCn=e-hEɱAY=o õyMޚȭ[Tz{x~) j]$~V: U;~SEOO PR"c(?rEW_yZJE/I@i!t5|ٱ M9qKsmUȑ lÆGқ{V
+]fjݯmƠ/^EjJ;zB@3A;L|uprsTB&UQD H 1nzIF ³Thí1vJh TՇX8{I<!g KLf.<Q %_H)su6]IΈa!aɽ8w`MXh @1oOXi$ӬAX~wţ`pq
+,Zo/4$HXl]dvӳI]:H].-}1z
+X,E!6_JY=4lf^XC=dg,I8K*n2c|mE=paCD53(CܺbF-;^r)y81qàn]P"GIAvXWaמgjsr~]y^k֮G.dFaI9^Ct/ohI6)+zҶ&]c4/Tc.t&?)\Uy݄Ў @T<dw_๎7X¹W4OclX_8jפ*VG (`%{
+N,ьn2)bLW᧋K50tSm6&#*ć,8fr>sd_xBw(S 'IcG|(pKv**F ^Cu#Z8ҧ/6Q3q[[3u|Pvc;RX(NdMkg{)Asg"3_%ͻMGbʪލ10>TD7e.x=&Ԟ1x?)^;C{VpAD UȏJ|V-L̬Qc j8]_0T3|ųtˋD(&uʐ)X".W{ fk"eBrukzS d顏{9UPp ׭swa~ ^cŮٲw\LMhZ-L ͧ,ѷ2ۺH.[UETO<M3,NfĽq
+rWȹnO$70y#IINn)>לF4قƼܮ4uɒέ˕!#*hvNJ}kY޹%R:,ăgZ
+Fralk'`2+A\q-јU o{&SaͳՖĚR&:#_K
+h8| ӴkO!J(RJQvBz%-LWӞg*{9g%Q^<|Ip#9摕+ካ_)_ ki;2r|Ju]):0gH2"/YINH)ߪ٨U4{H[-zՕ^̈‡k_N)yC 13߄v^ ʋp^N~|y(n!H䮠w~ Ӧ6{xoIړD8gj_qV\^-E Ec}:/Ig$DH#WD30af(Ki BJEF]l.h3ك~E}S4{\mN i4sƖ/Xo#AH{"hGNiƊ.eD֍0 = ^g;rcąI6R7KR]vg~['t/"{;[# &cPz̆|
+6L: oS:몭<#CE)@LVAX샂T+,^8Uw6Ӳs&N/]R*wU~|XCNFiDXqʒ׭?Ɍ@0jNȡ
+KVfFqpEe#E
+H㖻zA&bҷ}?]ө'w-]kF R+(Rd[`i/ qler6OudV>FjOݣq[տBi]MI^b+YN/.ݔ
+!W*'0SMʒZu=¶!T%.<x
+#Xճ2MwibGgߧp#yBI<6'OGc"}>[Y3B&]l-|Af)aqn
+$⹖} P]s8K&g]//CSgN/$9.,B`0u*]dC>vҽD\mӥTݜ^|\|?*xntk,˺M?fUykpE _ZQ\.T 8 ]@uapQ߹.f4YɖcA2:-?J cڴVLFluRe02u>Uouٗ ?w1oݙ&kS3q.4t6G֓jC?$-c̏eS(A
+KUc/VUiL{6W}9 /x TjG։Qpe2do.v×Q-8BD^<|l#4uD3 +}|??mkxpAivլ}8 Gxm4¹e kSًzC E`[3Năm!~rg)j6zX
+XS&YWWZ:xFbK?X{NNkzmsl#ޘ~m* 72R>~3RWϮ
+xhQtR傫'Yѭ8?#6gsY7
+v("-8vLvʐ2ʥSG5+f[Na8 ^ \P`/R &C,b24}1>.Lx(6ŽT o(uiCP\{@Z;K@f_kl5ƌɊ6lA'TRX2V0ROŒ4<ɜBaP,^V-XN3%
+um`51aeS["[,B:}*U5--& N}(?xԳ{T>ؖ6K` y$y+}K\$%3!"P _?ȺH9&RĦ\Lj+K\@D1^׏!H,EYXee|_Ya{|Jg'Z'?=61tNPͶnA"c&FF#fhP5Ҡ: :Y$ބB:_Uc0&6.
+GnK0ql`\r E6)=EL)wa{]Idtkur\Zz+kC*#5Hm|]'(c?>m:Ns7)#]nU~zt=vk!>wDj ؚS?m[ +AgQK6Pqb)F[_C\HW6&=8#Ĩ2C| 7^sE/raL[UH Ӿ@DOW UuL}G[(I㏦"T}˵~%-߾,H#N#F,f,}be]=X)-^heb<:৐"f LJ;;z:FU^6׬}r'9NCf!`z<A
+Yzu尮GFiIxF}h~1IbdJ>{l3V˦滒)U->?̦~diCeFsB K8KY*(Kt0nq8/ ǘKIVwQL7Or0J"^NayYZ 2~A ɋD7H #ޟd{,4u5ت3x'~O<y UXUe\Ja%BC%uH_(|9G-QRf}42+zوp׾L0>w^.PaEP-;A-JN)z)L>Vό0hKְLc\[ c^ _K;Z]V]<=
+1 )geR*1Ҍol"()F¼c]t{#]Im#M1~/C骅J?pp \Wk꜔^$*K)a۞IXntRۘɾ|몘\?Hrg}QEsf1˄"l{bp WSRЏC=df)1Kx-knSo>H㵾8+u&ɅiIWn\don~T |) E*ƇqtBa&ƝEmDz*Ɲ /Co>q1{V rض'Df7#!8ۺ0E4ŞK{>k̷~^c8\:N<PûůmZ@)фFXQ\}+gB (H45S烝Orq QtSh"/
+6#c"إw6&k)f 9\̕1V.PxHqL~;-_vY<")4kz~;=O> maj@ &"./nTO92qQ7{z$<ZpX[?V&(]:rҶk9„a̼j9y>+ $]>xܥSHi}`ZªH.֮P)4o2䠲ֽOޥ|g!3\fbvDŸs|jV?/K!c֬"o~q_u!0rJi7x|;#p>{&4SS0pf^q[
+~p$l]M/!yQz 땖BoDJ wꦟf(38>5E{IhXM`>vyt7IwpABIƆ6䴤
+#lÏxUUc^;p4Y#XӺ7xZz5ďS0PR+I
+Dff':gUnja-S+<ɴ47&Y1Pz#ʁw#*@2U1`ϒXhBm0=Y`PhO3Ty\KojKK—!" CvqF߽KÓNf'&yi)tijK$gppҵe@5a/g[EydcևWfޡaaB 
+)wA16c/ ]+ #G7S`x.|v]u ȍ[Y}J\`@Y|k'Ǟi!Ϙ
+k3qo@Il#jǝe0j'ߝ|YPUt?YBgdNROZ=]X\Ȗk'<׳UQu]4xz6Ae E^Pu/&٪k ]Sz6(X ,<3U@Qx Bq/~jÏlT
+ ⰷFf.Nj4ج4V]L.wRYv]Ǟ1UjX}R"ɰ|۲u~3]?Y ䷩ʔ˜Ok#0l>WfpW>]abG|ȩHF`
+ Bg1X^}RONr#^eٞxiWٷu.ө" ,/zz#mVQ2{=lbR^&S/i;לTuAF4` uAƭZC;|'GoM$E_h9!$3g6hK_^%[$Wba^;|
+j)߼v
+XvC*F;ɼgW;mvp=.V3
+!_F`9 ~0a̰:k :AEא[{-gX*stRNk4Tp>RTd<5<\<N*q+juRs8½c|@s2ReףGRXs*bՒSN\|f
+(d
+ԧAa-(}ٵY洗Klk$?ʶؖk_ij{v s+U6 ~w2,ܘ/ $s;\yL$X:NU=
+_GXpb O\bl7+esjO"= *Fʹ lAk*Dxo0}7U~/sMޤt u:v'fxKAVZ"A)|DrN 6٢Mk #:p?ZRSiڀ sl{eMV'並Ȏ:qntRC%Y-ogU^mph@묌$P>[$)AI@CkU4ЈBj{?-uz[yۅ 90
+$PnxSp #5'Y%
+hgh!#;
+ *S-'Dr[\ZYSBk[D'(#ϲgucj6ǒ
+JgśJ_(
+a Gdi3 284+GB1Y\a&f?&j\atgfk&no(!O桸
+?8߱T=P?.cVŹ
+"KW[z_
+& &(yɈˆG` S3쉒c"Nk;T7^Ga90ӓVX6FEåw,BO(4C?mCRٽ˘tT[9j]dk
+V:b/%
+CQE2(vϱk6yVo{0e ]EaxLJZ@3PEZ ,d*Pԥ܂lAT\e&OR8.Vd;\iZO&|ŵ\\ P6ވXz&2%H}j;d|y=:Z& ;`>dn"fgs!X;;{bwikAH9D'0
+EY
+_^/,
+l_d,A=nt<
+򭧱^5 IP;q(u9Tx8 C-">^16:SZxd5Jу
+B h 'gMgz@͌|
+/raSIdʄp9e1zP(z^aS ׼y9s$%
+u<ruXvTq: 1{cƨv蹎c:>0祗e3( X{f!<ik
+^)ڄ]-
+rr1niWCR:" FU {62S-GF^bO0+7ez
+!)7W&h0hUN;|pV9;D3S*xva..cX yXiqgB]lPav̫(ʼn>權vP d}<6Hgm= /H6?`|o ōORb49\Uk)=wخ3M
+_<⭇
+ %~!,2m dԙlYZ
+MR88TeiC*S1>erMfMk%ӟۄmvN`YSG˧yb[ȠM"zʈܝ
+/;>(NO=PB @$Kzfn-Tm:y`Xҙhs}ˣ9ٛx ds֞O 0B1V
+$Uxcx6@}gO ZfHs%Dޟi9
+o)/!X
+
+7vВ ?LUxsbtNFO0.R(A7zc&oR~EǬu;C`_14S;Brc\uWvK%`:#bKRӓ"+ ;T=q)>i0fYNVsc@tosR#[0 Ħ[ &
+lJjX@ !Ԩ5e!2 )D"L`pEn@
+@(7}-&r])i߸.3V>8~Wo{Gqt!ms9! O/̤6ӺlU'
+v%wh'&NދBmۧ<:
+hy+1<^x ¼0yٶcN_y}mwNjf]KW~3YA2#zKהZN`vLu]hmO+ |cW߬Tү^杲aKm4VâD[W'jvJ2`e5@uڒ:O٢(,f]-$I̧`7w:TY > ζ<lƪE927${$?aS|#X|栩8ԁz5R,ZB9ǜhī*0JmiAda 0Z]qG'E,$e'DȓwPѴ ҊqSP%;nXM}}L
+r55ӱal"OgMavDi)|]m6k 2roo9&wM'EUnB턄L$;Ⱥ\Cb4e)Vk=p K<8l"ytlөGfEhlEkp\T)yb1:WI|9AprO_p#0WH#Xy ncHа~IPrֲ=h/eNe_mJ n⮅⼍ TmL,tD~ -:h
+)g0%ShƃmW@#i1,/Fw
+#!2W%N*
+U9~aHϢD.=..GT
+2N!ZKu\Df'dML
+;;!WؽٿP2[>1@@eHО@`3ߞ
+d'4l>w, Wu$HkxxW>ZM1_p=pM|TH&v+rM7HA&=X\=_CݺJ/5/К21#5Md,"5l0 +TJuTHƮRT}=A[K&+Qj/ݫ|vל/^6o). ա
+&.Sʶ}Rk$(z|(|_;{ @_}R;2AJT *?W<Qt b7-%i_Fnq۵nfZ^<Q&vn&tHR
+3]7{SĀOC5rBRlzT+@Ue,_pk(Q`4bUYey
+hxls6F@I$G$B!F[ވp=O21ѩ׌M){h]B"2~ ͑ȓCW]PXl M/R h?l&E^Lt\AArg74X~싀)l-[LЈF@aF<g">>ӹ'JNgRc $iLeQi|EzL
+Ha%ۀSAo%XuʧkǎJ_Y`)K`sT|9fE-}UG;1bi`^}Fw|LJʊ'(1ς86Dk=?̗+G?bFl?{A2x"B(54*$rd/Ro0J1_3/#fD09+[v$ hK;bRJE:($zuD4:È&Otʄ+<i9m
+""S+a C^ŝ@C6P`jb!ۧjx[ ɖaWsi"YuМYG06wt؄޸SXxMWq,U`F~.b%_ jN
+f(lMrC_ؕ
+nRB3SH7Kng"Do.,nȵ0zu`J:($ɀ8j9,
+;jKHo *Kc3A`ͨ?ӰZA
+
+e^'#RDyjLЎUk]awG
+ 1=ϛj}ޚ2
+={#d(hHj{g&䱤ܒDt#nGJae-}`ܥZPr> :)Ŗhj)}M DXal kWWk<Hɥ,Q"eCb^ސ |!U<D,!n  LgɪrcuxqZM8~Uo:P';ϒ91z\SE՞s5hrmKmT7wIV8>2}џP".;rUov)5JUK3'lR ~Rzߴg)'g~A.STz"x'CbU%\Q%|֤Bvg<yQeB#ȏT0Ǔ2Gw7"ZxVw;,v\lN~~'þ(0{YC*"(H^+~kܝmM 
+|/L= (sb6)Ď3Mt\Y0<o+ UI<1(OIjSZk:g8UD~~eOqXDxIsj^~t8ڍC߶0 }&>YbG8Ȅ5B$R_$9|T2֥!тo{*3[
+ |9gku*&N*SPBH`X<QX2s[ Q˿ޕVsRל`bb+[UGS&Է>Fq}oUn!E♕@ A7WoR)`.<iLj=aQfi-qOջRLH ;#0ȴ֯]ŤX$dGe@<y¬"励@y6U۾`L(7W?1tb;IF;Dյ~Sਓ@5<?nK.]u L;cTf4ZBx3V\rj$>5 ZCh Ӄl;XPQ2.r|Du=rPCP4:5})1"I^vI䨴]=[Έ:[$
+$7M`\)R(KXõ_(Q;n"#$?im٬҇S/sS3Ah }*
+BKV+,T'a7Qs0uY Id9*9#Bbxex|5p&
+&7k3XQnE>(za(
+`pS\?ȡMJsSvs1C\n]h$㢾Z RT23[kj*ۉͥݷϚwP$ݟW)G8+8.HZ3w<LN1Wu!Qx)/2YMsۋlqLp$j5\yy]қ"A Q}4iVQ3T VS+2H[=VP 5RExq]\ W l_y %
+PE?jE9ݓW3&rZ՜ܳ&$K8Fuu3tCZ"ߝH
+j],"^6 H`#NvdvbI=%G 3~60!MH*߾#תhQٺfu<
+B(we9 `AATuw1{RH oΜtX֗L9XiAVٻ%)&/s. 햽XFE8C*dsDp g5$JKP*A}e[9Xqƾli$;22htehOg_@;'zjzFEe,NS,[ĞD3ѫ`Bqcdyy6&jx&{.8iJ@ )F9*G!jt݈\fS[z6^S WA;TjGtLksUEU$$+ry_16nO
+
+2jdGMw>uUe?% G tdCn%MՎ05;_}T5t23)|Tȓ:pk/]m#,\vf-8;\<%* IpZ⭛oqǨQ5|I@ sv$һ6
+<یQA 9ɶEZ@bQJے 0:K` ^#_ns.9*GSZ2H!?%8W]JIwgP׶n5xānP`N<h2U\|bv-k47D
+O9 + S$3ئ;onG;<yR{pƠL$p}we>y~H%VnSj .L"SӃ)!2E<tY`RF8k)He (ic9m6#k?sKRS
+~i,r
+MU3KOPؖ>Zm邏cn,Fn);WSiǁʿDb2 pEȎlW yKvMk3OAGq,M1(s^nXC
+:'7G3
+unYw/zbZm =zO eKk;]ܮ߽~+[Xnգ3fq̈T9͙8
+/Ȋedd};~}O]ω~PR/>T*
+`iiA)e|:bj
+w_L I4pNFƦ] s嬎vI7ˬIAF }Q}9b|K<jRt)pF7&0h@n=ʽR^-p4b
+rjhL @qTkR"Anf \y^}Q^T (6246L52a
+eʣ`6u;p)1BVgqبW& @yt\!
+Ze7KW[N RߖON#W+/1fBWۂK'ʑja Rw{(cN'HnnR0?xF@[8ZG'Fx\gDPɊ4ҡč#՘R[}{SHDž=DsN5 tǢmEU?'{~-al_d94Y}?8Ħ6v&G24QvX)-qh]'2"$Wcנ\"TMX Ƕ>
+NVoE0U
+ y4q兹c5C>+.Rru _j磛8 3*腚P 6n=7JL}3eoAZ9>&CgIϥ:,"DyBB,hQrJ̪VɅ7$]y0(}B1<!mfr.9|~ݳȀQnCY?ڼj?~Wi =hϷ:_Rh\]rG*K7!&rk]I鐍9-\m.DO>?tm^CneM1P٧mbH Xu zMA&xER`!T؞YK"^6@.aw"ydH3r~⩧kУs1
+*"Br +aS۫="Yo`^Q# il<3&Ȥޔ`^|j·+5C0l*@Ŀ8;ؗ;Y͈zbAJv;pش4 <q{U? B{TAȤ"̽  V>FE| Lg$|n$L %v~u2໮ 2%rmĎe7-{OUC,#=ٲF#
+8++ZfA{m*'qf~a '$mr >,:#bqsa[K̈hy"+Ja}!j>g8ퟦ]kfFzԢI$J7}ҠMsz"P)3hQ=$|ٗf~p.nL' <Ky2R0~Ik?5_7zw[%]/Fϟ>y+
+\D#tj,}g!QA.7Ž4ɼq2fkF½z:?©`('<C5-jGd\h9i}fGQTy:d/d -c@%Gd|*+]pD#_{ޫjPX~$jiߐ64a/FiEhO Z^J:v(hC`ؙ5>StZbM Xowp'%SfdsAPE*I,TdVGIDTXPUsSN)]uM`D3M
+4Î䰢xklfw8'N^bN6+;/SAJkiXw3 9ԜerB#fP'^<]0FJ) XAqH<4o8Jj_r1**3J A/t$^فQ"wF|faJb#8HQ" sB" A<Y/CǔZ
+Ql3|;R8 +ȻEMGtZa5w PAl"$^ReZ%͡ȗgK]kp^R
+;k7f(_E*x@nB,jFRN<w&jز6#"Up˂k
+ݣ+ 4*"[H{Ư]Յa2;;}JbqM~t$q#qV&w"#n$l jd|o rDۏa^eBQ7T^B;ܼpG, !˼}1y{أrklZJ}>M9Tsdy
+wJQpfU⛔46wBs{}I7*F_N*Q񟯯|E ءgZ<,f|SFh`ǀqI2U}Gw07xށfѺ#yԴ]ȓَgdۙ; )Y=θ6Do>Ƣgkðmfb0Oa\z.
+>Ae4pNRI~ۗǺ &C}hKj\Jge0y
+ I?FólDbS#
+LI'D6{hЙw&zM.МK(/d<W+eC
+6|o|`9v9V/Da!~s;HٮӫGT+L+#
+n*R`9`-˅: UYIͷc[x9_8d@\WuZQSJ;֟VuJ%-&׺ h$|.ֳm6[=Ϳ^)f4{鰎<RLL ӷvZC=!F$*&pԘ4O qlnIn2q">`7b(GHFoܯƋ=B2ksL XjdgMbʾf uATAͯ=EaHK"J$OQ/X(_5nga:ë!pSYn( GouQEb+<qkTuڀWsQT/w183Ud /ꝵq#x$.,vܙy%J n-ͫ:cѬ7*Yy2,iܩ|
+s}\gDmKGXUn OLt5Uy#WB*EG(@{sik~wa gE5 6 HA|%/(K_ĉ׳
+u.}Foi5.{}]mڏIBP+==͡95xwe{<{&<AAA-'. Zf
+PsL^V1ssdU(
+ 23vQ|t{PRq}ECM0,ye^(6:,(Df bv
+a8-At "ґiz m k{P
+endstream
+endobj
+529 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LKUQAB+LMRoman10-Regular
+/Flags 4
+/FontBBox [-430 -290 1417 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/asciicircum/asterisk/asteriskmath/b/backslash/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/four/g/greater/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 528 0 R
+>>
+endobj
+530 0 obj
+<<
+/Length1 1958
+/Length2 21219
+/Length3 0
+/Length 22454
+/Filter /FlateDecode
+>>
+stream
+xڴeX\۲5wwwwF4-Cp  ޳9=tc֬EI(j2JYX
+ [c;V6FU#Rhl0v-J,,
+p::YI_ܨޙj+͍ٞə hdo?uK+'t
+2
+,jduXsolM=O>nJL6>Q޽d.}^щoq;؜bhPWI§w=Y,0>W7v6i[D$ 1zTZ֓)pĆ5%d?+:Wnhp"f
+jD䏸G)B2~s9lT"׏~x`lx7 Ku%n|dkR
+!$ t<í
+$j|ids)#y,-5m8}錙e*6;F)U&?̽hMVA(aǻ.
+'kO5P-`|ڨ|}K'&E ]_Une5yNݢm5BknޝWN"""{Y,AvT.Y+4?q%[JuX9lY&LYzE'Q<Kjݧez'KF<lakN;Ώ=_3kz>hn:߆3MzcPC_z|'<D,iİۈmRzujb7)Fba>g^y^/Kp¯;SFZ MoAN'duQ T=Lb QzS'*A]3pce&-kbtaI ᩗGYGꧯsQ o"5ӦMx(ĩ|hk'=HSn8h0K+O3ahqGA"=bItdoN%,^L?v?IY`e( 0C 8zku&R q<ϔs,6;ҁCbSMwMh"|_9:>+%@$+L<" BNN䃫=t~ti"ux`
+nkM/F S
+%6& -%
+u.<ќEkUc$8"+;=̢y
+MOzmGh'R73#ia8'F{1g>{_oѯÈBf$w\H'FFK}݊|-pʃ*z FZHgmaho|FV|*zyx9U I_h͋>?`- NS@ eb=28xLQ^Up dqO9PC$nL,/h7qlGS"*iLkͅhi \
+.z_9E9'ʋJǐWZTf2pd8sՌ-iHF lW[g\QN+~x8,-&,k+D.[hasǮ" ٕKa2^BMv"7kq N(/-h1aOʶzsNĩRǃ?ԇR|WbcECr=
+N+OS62 ĭ]WPgQTM&%r&9SW7z-SΪ\Q{K*_HgQpR\@Ըv9n4xj%H̀)~
+*Oic6憨+BG}rp =E[t@F}.ۊ_ݩPtE9.I\xtkJ<%?68a8B)]N\m9Aլ?qnҬ*ڋ*oJi109dBZ$[/\|oekC̖6ߪcЗwVW?1P & }gU`MwPq^U+rhrv`2^v)A]krqt#x
+9\0)mBv:E
+>31/h&K~U dO'=a OU(l\Ȭ<UkK Y+"t
+:ybxǪC3JtkZ5cc]n2g+Qda#ַj[:w=|PTYtOvxED@ @߾͊ql.dE7!0^ o1Kx^uu:Vi]@/JwjT 3aN
+%^@B_\r9Dk,~s
+M#Ύjxad붏z6kLGhbJ:ȶ|*~= 0ʳ*ɩШB̻BBJVZ<?GxfPc8tu8={kIzH}JXR",Z1IG(҈>
+ b߀Cm+2-Dp}C7){y1IY3rzmD@3r ,ZÀ`83m"?E*Ղd9'A~#̨w$
+WV%]x̓m&iH|^O&1MFERW`Ċ)]9|p fnN$P*q<L#HhTRu5՟YiE]ʢN:4M/!gʷ-Wt_9~m丝d,M+ʆp `SyلF(0pSS%zS^bF
+ B4tT<8Dzqq̟]"P\4JUW; Nw]U/M!`U
+4cv O,g|fEKIi;:ne|DzL"+uE/luBrga 70ÓKOEÚ%"=6L]
+N<D>hY]=kBe><k@6Pmbyh53zk#6p%h,r;0K dqC:~ h/ܕ$fxER=13?*=hpWӦvsuqGSFWЛ:N.YD.ihna`F V#ҵw,E8{qZ3\ ODRڬMX73_3 ٪I ʷ&G<h rY%5F ĚkeH "_/f\Y.2t9*WnYwV n$ }9.TSƛoLT5dޮ3];PԈUv$YWkagDߦ zx9앖 hku(e$_v?ç2O)%ɰ)+)x9*gŠ X"4}-k!enA
+X ~VFo]M$Ƈ2YO:QМ>/cۙx·]u601K! O*"胀 Uure{BUllQ}>X@RHJ7~}LzOÒZM
+dU2kP#I#C|C!4|  ]@9BHM42f0 Q*%a_D%Mz``,(= NPosL[C$ڀl/=a޳ 36_oi: /25'6siKR &R/
+"2kwy=,E,ѕjt z?VexHQ;$3EX
+L$S;ߑuWm |AQr=ݹ|5T:@g8V:.O?+*k3wc X*>!AAͧ#ړ|C*{`Eut.`iJ:
+1۠sROnok-N@bqN^|SN_2y?1yajBa>]qkbڤ/%._J5' "!lB33Ez0ɋܒuEã+Ϧe},.; |I_T<O~?U@-NF{Zw)侻I .qJ_6,ӹ?+)BJLT#Kv!)*O^-֧L!,PO+7ʕU8g&We}O 5
+V^oF6?{D@ .gVTIg"l[I?=FuWā\ l.:*BZ3^\ߝX4 }fK3LUk' Dc$8ڕaOc{YX 5a0sG^ثϦgFj;9U*nh}pob^^Tw|2WJ=3Cº=? уJ\e `hߛ$z/~Olj[цl汛N<gJ(11[v胛$<.DJh7?A@-C9R:ž$xjl57wjltal+$R߲@}go{3h.;A׵liXR73mPm&[i'$B|t*okf,?9O4
+||*m,2B{Xn@`7M(gn x$-/Q7Q @
+t{(ԑK- ep,ص Ç>h? N͉V!4ԛx냹^(;;Bne?IzQ2`(Fߐ^:_
+'ӓ1Y\HYYMčNcd1pUe&SU#fmew9M{I/
+ %8a(5q VxZ1A
+k?
+8$BUU>/" Ga/#0=m;H".Fׯ3ll^3 %7I rUm\/.]=g9/)KQ#cC,ԭpzOJ'2֕][/M}3G+@s\c/,2G. ZO} jtjkb;"6TYi?/yby3q(/*
+eh|aJ55ӆ 5S| \Kf[މpp5DOeKHo2u),j$pȫHJ;h
+Ϸ ЦoR2;̽rp XS:`rt8Dx|ىIc uӇF{nsje}V=qt/5Q ~𰐛,:̈m瓧 hw9y;2J\ ")UݣAI=G祢ܽ,#6:?k+F!š%!ޘ8Vb+ge*LC䷐2ڡ& UqDr4ROт~t_dj}|I6zy+C0ӡrGXmb;~p1kq;C)n~ӫ5YpTۥŸ%vRC*^Zݷ9qENs$|IʥrIjP~J&h} J}pUA?lPAIF֙ 4i5%h ٚhb<ht(x˓Y=6zm&6Ě4o{9|u8p[N`G&ِ[SFta_<au+p+aC=giC{ɼ&1*,.tO}&M-"(ܘy?UQu-h$XY2ZWvcY I^O{Թ Ih1!caЯ
+7ת*p֟jk"+V=D # ]
+facs'bzdU^.ޟ[H%-4 XG[x-lჸĭYha5m6H&\ 쳟n<bu UOE'+#X/1ٗؑӞ4"l0ہ´Ͼ|~R7<Y-~"4i
+qPxV5__QaiJnj3pI|J*
+zLC#\(Xm \t_$< 6H4Ȓ)1n)0!vw"`W* J&bYE=ړ $42X)\_ n g<I5W2x'F8F<[Ƌ&V`a0`qo9'h$KWȭMM"<p/T*5UNJ9N6;I rٴvMCctVJNN+5Às'Hf=..R?=XEB[wo۽C脥̪"a;6j8S1"6= 񩪌op1^r/4,vy@#@sUmH&\ڦCMj;DW01BkR\ASOaF|mfloD< 3)~s 굩dvl
+q:i Ÿe1N
+4 uS8gDFVLwG. rmYd(Uf lRL8B5{
+7 X
+Sj[&.d2yM qB(A_RZ-tʜUWN{z'g!_fJs%XU}G6 wd4^XµBI1i%CI/<'sNt/~k1p\}olhc{<n'6ڙQPi~H{)ֹkdQysOBr(h\Ia}VccUgvZĪڳ 129#K&, P:p|g$|Coݕ0{n ¾S(v LH˳H/mh9%+گBd5V炎 h2䠐h6#L p$6[jv'`̓Q~k$m"3)
+rIZ$_C- P(hZZ ͥz7
+r
+ IwEwے ՛{cv\q=4']kiw}E h}~r:lgZjn\ _*NES o S h0(' p!p + Bj{7-Iʗx _bC9B]+Ac Þ#Na[ Ι܏ѩ)=mzY^A[Gqe?:g[
+<U1k1w[CSQ\=432Q*_ⴸ<U`(dqpb:QAo@JlK1x|FmokH#x!Nz+a,0A޸l9{2oC]}d[X.ܳBM3G\VOSfm
+#K4(KGdIx۾y Rjp~.shB_Ik(%OY8,bP s0`bmA KKemC:@_6y/yn
+~44'^HmԇӧtFզ#9oZi"/W̸Jvt>!j^9J)fx#~x<k197lsڡPoix7Rwz5BNe]t}TlJ[ϔ
+η:qw֘Ur聁<'~ҽ᭘&o) e rFi/l8)Qi!Z?XZgۜB}᎓ګ~*
+vH́oYXg^NBʁC* %I} Z^ԣΐq"Ŷ:|R=a-w@+mkenk}\Mp~P\n/T&yEO
+=cDCZi⃸G{?S6Qx-a("Z%a_eMBg.g6ƿ=|'N`7&QǦ ma':m<AtSuʰZ!0s7YۋlW|xLhG%xP#}0D㊈"SEFL%j hA
+,2=93>H
+[/g|jYfaV &'(>ckҸ!m[0
+Y3Gor&Q*~]cɔХw
+g8\~;,UʅS(XdIe H݉|7Oo|>Yjp͑? RI E 1U0jT؆3sFb <-Q4(B$MCFjswn;%k,A{%2H 9P, Rl(?Io Gdk|!I5p`oHx0$׹!VN`|4 :dUzbtZW = 9nj} NLFX2?k>Y='O۴A\mX<w IU~wtҺr7~@(mrJ75)
+vǞehRy> ;K\o @bmtkNf–EN4R [Al?m =X/>GzT;Jq5#9"
+/k*YuXxlY;Dv5vNe#"2ݖȧZ[Jq';M+œM|ۆ (Őh.`ž~Sz˛\-Z/YNDtqh{~7;qŋ <]< X޻=8CN>>UWj=@h޶8/6}]Fu3&U\!-a"xwibZ%p2\W" scJ tMw~`Y.hSBn
+1>{pf-|=ΐnHw\n6Uq6*
+$"bjVZ4tx鼴 #$>Nw$ݜSc&ԅM
+k!|ŘC+ J G7F_N ыhK(?apҠNxR
+>JX %Ee̜
+wBnWDkoٛ׫a:r# ?sd&Q& ۯ6BGpǚv1V091h4B#7^(N\|1t+XON.|&!n{
+OR4
+&_62KOc+߄uxBC F^ KO6?o_/vCb.7MA0[v{s=W]: G+_#o+\C9'r5,~3Nׁ yH;
+en{D|?q1W̷} D 'E:Gr&l7aʫ>촻9r[l2 CXBċ%TqB1vUZNY}iE7Q2b<ȷ
+uc`l8kC#zUBʿA0͓<g
+xM6l֍]ֈ8\ ՓEoz!}}C\;QN=3G B KLފ ȼ ETԓ
+aְO R9k`!s]S͛}jуcM4r~$
+O@-sPyBÁ8@7"7dE]ߋQZ}d(; 9V-z/Ǔm[^=Y I ōC2Mpk`gI4e7N,شu˛?\0ǿ 9@i/+d9[)/͗b9:F'g= LfK^]ϙ0˷6VF(~pN<rg~9,DcJ\3KM_v03Ri_\XFOSYr~|
+endstream
+endobj
+531 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GYUSWK+LMRoman12-Regular
+/Flags 4
+/FontBBox [-422 -280 1394 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/A/D/P/a/b/c/comma/d/e/l/m/n/o/one/parenleft/parenright/r/s/two/w/zero)
+/FontFile 530 0 R
+>>
+endobj
+532 0 obj
+<<
+/Length1 1653
+/Length2 13161
+/Length3 0
+/Length 14234
+/Filter /FlateDecode
+>>
+stream
+xڵeP\ݺ-; n &;wwȻϹ}߯WGs<W59*(wgf`ɫU.Ǝ
+88 $@LXAM
+wM
+O(
+g?;ڢ//N;?}4^1 q,|Myz~ݩ
+{X2R oέwSSkU>~Ou
+Ge`瞽=|s/yLxy#x`0t[r3eGw׉GԧDZ٬MaF7p:2.jGT]cۄ+~Ry k&ȐtZ^5n^$ HrE.tm){$./NxLqCg.#BbݷKhuˑ.2\ȱ|ʈAe#(MjEa=vsf< LUfVR;y,>Dge!_`ǵ9cD"@NvD&BľfG;4} BXBKqDA1숄/h,Ls1ڮ<=v"1 ]a,X<]NG\i^S؇8a}NDc,bUkJ˟!Kȧ6F~zbܬ{4 67>EAҲ<|$ axG14F!Y%V^AE &CꤒdTIW&
+6Dvߊlޤ}@ؙ>1:l=Z$2WP%SI­xu<q^y MXl6V2 yO}-[H$Y'tuǦ+ě'gE׻ m`S?
+@'1dSj}J4M^[4g TCkt\ReFD_5xklWkJ_'+
+X:/hdItC/<w&ъN1Di
+ CtoXY1fw,0NFo}•q:ar<>[E(r
+_Pt_«?s<[+vٹg`JժY2$,t4MxUtoZ+8<?R9tT[2x&ڄې1G` D&Z[.:;?86_jJCNJnV4 $ѕBQghKOշj\5RC ^ds+RNp']m@Hpf2Oh-[yI<(br_PieUy!BiJJ*w:mܤ^aYf{nP*+{?wQa? %0nTэ) p?s"1s@_
+_M6a_@c%eYxCԉ
+ Z9a{2a=rygթĵ{*PB]/+7^B
+oxPG] WOLs
+!E,@hrh Z8{],gQ6Q~-IM ,o:F=[uq6 sSW|-bްIw`M:9]ng9Eet 4a{,f;CղP4_QP!dT tEAA41HLXyN9=o=T
+q3:)ysQ,<
+X7i6lK(lz,q>iJ̿cbkW>JTY0WjxAh}!\QfQFSN0xȎ
+~(vC+a
+YN]qu7-C>t@r/Hτ$Ti j<ޖ/9}R)BXI@ $/`Yo {h/N F5lk8ҾJ`By=k[8G6k$2/,Z2P[n#ZؿL)I+53Zw -ơ-t?c LҟaCHCVܻybjQ$?Aa(CiYo>EDk!MŻp/
+
+ߑRI4Me"Ì8R?Q{آ"Γ$'_ٲ\sb-Ul%o?))}y#$ /IZ4D*Zw9E"1v'cwBav,Mr IDm"ji ㇈IH؇w Ƈqq-vOL-q-
+,W4=guV]_'XB&"lV30
+j͓2.xjAɳ0#33ά#o\c% W"To&V X~_uZc~[h@0:K5|V\#S0r/7!f+g^Q~(`0:q.HQ@֖<$7y gXF?Z߮RcF: Z8)  m@0ܺMUjBphږ9/V0
+gdOP}In9c+@B <[N%smJa?fqgd['ɠ Ldg#rel{L0? {0xT:.'a]XRrp*MEe2Vȏ&Hq4ym?PU H>DZ&Z k6z !?} /pؚsQ>2 ? !,2i 4sIGD- C{G+ܥ2j- ի'j+8o);|aq=4{kmsPîM?ԱɊ~R,Jh'oe2lG<Kmk&'|z5d(ork
+K$|\YCySd}Txl-7t*Qt~T;,ۙ`m!@.B`N;5Gq'V wFn+9 B3[pRvk ݍ R0GF*Z|>?q7(*k:/Xh;s"Ft;aoh]Ed( eq ml[CCD tmq9P#,sիczwKf&'|2_Ђ>('+V6;n->T>o޺쟊X
+o{D)1nF[<0kKAn<V s Jw',)}HOOKmBTb".&? 3ߌ!GeV$WT9SQO'9qR0a'hB(e9gC7)Iv肬' m~#m/FĜrR$%qwБF1 Rx0ے6K&ݞN l\DLLSq~.PL7Tk\e2uP>jt_q@=7&Ŷ4?qQ^"IxvEd?"sc;؁i`2X{u_'}w^ p4kpx} wWGwgCšp$35iHX*to-vˠXלdim"a{lxQiW͵C 4:TS2#&3glp`^e=8Mwr78H狿uEgӺB2 vFXaD;-c
+!^d*W<0$r̠ êuiTfdF0.' ǹm,5MI^tT\w#HK \j )Jl *GoE׊wyle/hJv˟M!{ڌ9.9)ژ<MW!c
+_O =s} .{D*qŒq?t:Ŵ5@\}q#lTRtm1sR~8gF/ࢳ˙w/
+U۲2U%ok;A]L%2ad\1RvʘYE_@B)-(s F Xyb`A PFAi GWJ$ь@./G]pOlS]ߚ;,W-~K սi3|̄`MZͤ7Bre :P Ihn6L'{ŋIt~שs53A-k޾E"?c.p#ď#Urj.;"~?x?]ƓI
+~>j DWḱ[8+Fvq8q4,8ʎGlDEvՑV $Z//\Z:Q_T}ش1-X5411%^D{ ֙vIF<:vk=6 z&nFFC^Xm^ >RY1ŨmrN$5 .F!,--mδr`+}DRx@Mg݂|&6>z5 ժ侬u`:@ִ*~0N p.CZsUyOkʜ*;k; Eq uwWQ
+
+\}XbhDVW82jc$pH]>162K4jb&od0KFڕb4%dn@^Z)WI).X T 9s&1 GULJyHo76wG^=_1,47Qkq }LD~d4{FԺ<#&JIˠH[9>%2gE6S]TfKxʐlhPGe~^`駁#UR̀+t4w4f}xa;A<:LEH}~"H'0M-rvmfmWh.>6t"7r"̓\7+HON^{XQѯ)T~@Lgwd|=rN$S2:ID d# I)01
+Sψ/h5؞vmUy$(C@_ޥ ``'bK tF&F[o*B։i9@|V[x|u0M&`\<"C;eExxAaL|XA
+iw!sJ!TQϜ
+.m4d#Mܨt7}!bȌM{Vt꩕ Ǒlڞ;2(kqQR΍#R,xsFрN
+յdC ;u2؟pF~Jm'mLhrC:ʥxho#0?P+rb x;ו+sAKaIx<.1rE0~Ǡ':ܼ{Z'oHLUeb/Wݮi' Otv0(N2ps!3m ds#ձܺu4/9Sb߸݀pj}W6(iSRe"ZU\q-%6kӛ~uT+W,ayhxo&)mĉ5bm22(vy0Te
+lKԝW7ϒ1N[G^wJ9 
+5Yl , U1=
+SPȚ
+8, JPu FPތ ZݶIգF l.-V{c&oE1i/P2vSsKNyvF:*Ǔ竔[Sh@MMƩ'(G~$i[uuink"
+bE"+طay7Yf("5-^K+Lo*¶oz 3d\igYq5R#' >~MO,R.) ܰL+Jsna'X]@i_2֢Ƨb6;,jYY B -$'g-F{gVE[&s:/;؎B`uXsܚ6%j/E:r Mely5ky zc# $]e*o[Dw},-P$Oo'nb=/{*19>Oם  3BZ]l(LՁ25O]Wa^:&crG,zS1"6@55ƹCM\*{E-[^ɣS/|^ll#4c%0\CW
+  S)T5aN  YxAGVp ``ģ
+ Q ahW$(vK벮u<gꛩʤ&a*x`LDi)Py!O76 NL֢s2\2`ćCZp3+mRBA}Mo} E*5al $̋PC
+r*΅jrlP#\Nsiu쭗Q3<Bx sdRk Dee[a.3b ݟ/*֐͕Kf,^1!J҆Eڞ7Zo*5'ڬ_i4oђۿgYpwh( `w i] `&П?uf14qmd*1[5,
+ۧSͪn?Pϵ'-K+Cgm?yxZ8]p}{5s럽`qqsː4r6l%2/F`t~H <ZGr!c,W_p%ÅAqGEy0# ,CxW
+Q+#@\cG&zOF,9?!/zSm [z ytWd
+mPb㙨ދtY_s ia2a>چ8Vxqb5ޗ('Egǖ|@Yxgrēf塆;&G:S),\d+>E%en,öD_y$RGtV/?Ï&;Q>%J`DΓ FLũGRlS~nE)ʣX:iԐ?O^ˇXfƩ'~;&UHp&= (tTWhEkCf2T!.W&ŧ(b7aF3ҏkU`$ar&A|:_ P'[,ov[o ٵ8b(0Gܧ7沀޹cRU7YM1u/dd\xȬM>UR/"}/.@х4Y¶+СxgAe:\8*h6t_!w 8+O?ug+*n }|~<ks.f%O,n.J}21|y _,>VHDL7xȶ^
+-h_-Zi)9z62{G5Wޣ;Tb)pؘp6k)zނ ve
+{>ni8UY,9Ά9A԰f(P9SD {YK
+endstream
+endobj
+533 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GDEXXT+LMRoman5-Regular
+/Flags 4
+/FontBBox [-566 -303 1772 1126]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 106
+/XHeight 431
+/CharSet (/one/plus)
+/FontFile 532 0 R
+>>
+endobj
+534 0 obj
+<<
+/Length1 1636
+/Length2 13651
+/Length3 0
+/Length 14672
+/Filter /FlateDecode
+>>
+stream
+xڵeTݖ5Cp`;www)*ܝ,w ,t}Qd/{g: (21 n&53JhjI<
+ŕ Yـt)`G/g+k׿58V- 35{
+
+`
+2A8R-TEvL Q%E5+
+uK9I
+pz1sgq^t#D̻GVM%4`q y<?@ GCO)`N*2LȎ7R<&/_cYVokrs:S^D5\i#6j
+ ;@ɨBz )^u##}g*yuw;Gx:h˖`X'l'*nI
+'U[xY@=5r FfIxBr *I
+4tð*p)!R |q
+Z:qm~Z`J]g})VOos"c!O]j/=yJ +ud;O
+ N&w ϣ,J'z/ LH\4nWBBM-56YĜ (Gg@"'bKȞs4h"=/9U61z+XT ݀V3Ͻ
+@Q4F!j9Fs?VG5…I?ltQ )ǵǗDzQ'Иq-\|H69QNq/M kd A9҃oΗJq 8`tq51;pkDu6q#:2փ6TYǧ6k2O/"8sno MG
+[ GߧT]s1_X}E
++w `_Sa t)my陯E0AАN1A0}7HnN[ÔEJԵXL9\@FZ^ %@q Q‰hPJw0S
+p
+ƩJucHOn-j@Ct{ME݋q2 
+lK iD~ -}!yPun +v$Dr
+MRJf@UepPiv""}2TΪ}iĽ';~
+4" u5wPZOoˋo
+
+5"f?_fU(kQF;Y$+mM]́h0Q /ܢ3UˑeϮ_. =)y0p(6o=*%V͟~O`-$ ńR[t#j&nXQڹѿވolmR>2JA=XJÁα{:{xnN)GfG weW칲_Y.1*ѱ1W/<^M,} Ws̋J[T]:9&S4](7Xc#qJ EY7;n<ΐ@c罏͸V`yHSzWoo\
+wxnUi/=u#2
+#oO[jֹ L3_D-/| <% 7\R.ĴO6#i™ѥ;i"Nc[ACuk^SaWl%Ҋ%=^2hҁ_Z'6 ^S0 g,??P -j NF8V|\8u![W"̼eCǂ |p6r0qJ\hu'%"㸆6~쀛 &K[W9S+q`e+6N*;Ȉtgّ-N|46RBwQ/zK 7NlnQ{8!t]_?֨ZoeHǾ)6AM-7m= ᑊ[칰LaaLT'J,jF{,[SС(1$և5%z~6U|+Ua'9ACEǪQRc_Qa^O 6YS%ziR[2%4naRTBE Enj[!yǎB]+=͉H~P+$!
+1&͈ڣ^})"՝41'W Nf?i%QYTx;E}*k5FUJa_~/7,W;)?f<?;fEw;sڕ1UHz^v&9
+=&yDdo2>(@"pҮM.FM༚Q0Aq8n;_g.<Ch;:jH%0<%WLߕRzȮ IIx+SU)knƉ-qʢо^W,A0lL竘ޢ Xsf,*v B6!Nd(MD~~GK_L8zήMh2d:ǡ7?@n}?'e¿0,'4>5jQ&MvY\ofe ^l.۳(Zگ\6 ?}*3?ʍITx :Vt\^q8 Tlډŷ (k_Lx:W(CC&/ζ{g,}K\׹
+ӗ!;*O IF"06|FgwE3lj]MM,yBB
+ y/J9th*IB8~jE@ӿL@ry r0<LV@<i>੉ufX}%Ce8&f=Xg?R٣m]B @n0:on f&0[9.4P'Ϝ~m9Z(pg1IV]+D۵.fEЗ<RhA܏zV%hk[U%9lPefOc5!>w#r6ܚ^Ŀ*nb(=; Q ڵ%>1^)er;4KDP s-7#4aA)IWi EpwMfv?/KzFÊZ[nl}Ud/</PXt魃4PꭡzeA^2'a!19 Yk9_2Mvp&P\18!gL'~,5gfb&pM)`xR;XBmXOG/N4yAW^~7XOHTwa<WyәlLnP#%@[6hH9%SS$<D*n[NTX rjyheCyw8~ .nON~ΞJj AK!|Nd3;4)Ѡ=|g)2!ڝxv[>}xf!zנхdkq+Zf?Fi[e`m$,Yof+Gwsk$IՌNhz}2}nFEIPJS>&q?T3>%(׻ qj~.K'a)%?T
+uIŇ쉗D9@\9+^'V/R2e 6!jyu/D*2sb:Ѩ$5n?0p[*sΠ,97=|fHNB:\{iq+ kbS|sCJX$v 5ƒ6~ ΫQe'YTVɛw:'biǓ$w/-<g-b=l5bG徑G@D3J`cs 2/cc<1_ضuQ4ePTi8JjrܭAsCaO [3g'nGP 0<?PL퓯gx> #Àˋ|ID* 72_.eOP,skӔsw\3{rL~ (V"t[{Ch5q>=II)Ƅѐ?UyE>h2(0% [gA#&M _]|nzn{fR;" R x,<Zפ%&`J`s~cZ KỳS?ǃO38=ޛA6}g (.řOQ>6gvƾ$'=5{qW\B)z7R
+ܴ̬1vR`ebi+W3?1)Y'Z]F̢j Er
+ @ϙAFvLnZteWb-}`k,/&5k_' |D{&*,zHGSےdtzهd ET,u|B[<t=Jup-<ǵ6[W.-c Nfx2;1IsǽʤfoGReS/a::gE8
+^TOղ{S$v=!/Kq*>o@`hqi;!#O]6'TE³>Kn}M 9;F1qxy/%P!ADdZ!-vq2$!u)ᄰDGh']j
+NױޤPCDOa;>|W!8qŞ\eb"쥺Mx8Ţí2<ǚK4ȼ8'X6Z"Kh18!i|j/F
+ؠhmm2?! eU~(5 u{3K8c{fL3=we7o>2s=阈)Lfg :ɿޮڟJ׳|]^tAOsy#Eߝ"%TS~UٗoxN{dE(_ sFw+ 'f6wA//&Oj=`jLs)~ͭGF3*]E7-*6nn%C9mT!7jn0pw?r\C#낯)p@1J⽿eW5BMhz
+-}Byﻙ?Ntz-<@-W;ɾUE a{w@5q^ &_gk8~/-0)}5HLaF:%DnL|'"d'5H8x jj0wjY-GY)LxWgkGdTǟ!njnPkS[fA Sqq"g~?:z\aE:֘Kb!Ax/=٘u.
+s-zZ.|yc k¤vi <F6N/l ,qbDY-tk""t%];)E$(B8 9oDcP|á^\<)JG,W\45;~$s l2U[{ .dwJCΐ,;YXci>bjRs͎{2tA|60XбKgQ*ve8ՈWáwXm7Xgan$ha>ސWK״b0!F,YPu~O6D <6{m'Yٔ7^BiO9[]ٰmhh /姴V#vv i)a$"*czeDj"_x6EɎn0F&RfYߌ6
+*JVw
+-OL,Ïh P#dW`?uG
+xiDH*t;p(
+
+M>KEɛSU~ uGFLvgm7P
+@UQʂ]M$
+/!ѶK|e'ɋ7'*^8±wc"%F(D3J)vI#R{Ӕ'e2sNse
+ӳJw+^"M=.P϶f'DVEo ~֝SGW=^aU wrڀ_?p3s{i00,7"n<y@gP7q2?4\&V5.DžT
+,ۉʝ&rpLBW!qv
+$S3uĴ0' 6Sk>]"t=pގoQF'TRr_jSUG29qTXn*lDBl뿌Gf%=pAl_K 3#L14UH8[޵nzDL̻seZ.*)C/.yodo~lWc݆or IeGqqǺd#7-6D_m{Ct YʑO;gmWmɥɿNLYkbv^/Y>FX̲3ˤrkFZ~}`J7P.
+r_#9jCtwq?g!1کdWgyYJ
+q6FNaCeE9,ycq?WQe
+v +*
+l;l FD~skܛ[b}N&ILdwRT|1<`֋(S2,*15T<bf[i^ckZs:F@i5O߭5BݮqeƬJYp:2?c'`j(KykEp~s
+&-cL @’c\ZY/]OU׬Ұr-Ew"L2V^'rW_b'LԧR/e| G!;ֽ"і/RR`PcB;dmOB-ݨTeYq3UiA */RLra`i&BxT%IGc2M}=\bO
+,)ܭiJ.h!l·'#K fruXn*q:^UЅ!!n/C\}+m:޲ȚuZW:m~L;Z1ri uٲ<|5P7ox- Mny`5`ǰ=j'XTB#.T tђm*v]'ZVz-]g\-3@OF3zynLo|r{x-Wy;"=fu3Yb曍NV@UJUr?RKz5G͙1寞nlDXmswS.SgGWVmJl %(ߊ\Un(7
+^9\[0{t"\@?0W4F&qIL{S&O3ӢyhC&
+5cU֒
+endstream
+endobj
+535 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CKLDUR+LMRoman6-Regular
+/Flags 4
+/FontBBox [-515 -298 1647 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/one)
+/FontFile 534 0 R
+>>
+endobj
+536 0 obj
+<<
+/Length1 1788
+/Length2 18668
+/Length3 0
+/Length 19818
+/Filter /FlateDecode
+>>
+stream
+xڴeT[5kqBp(P܋wEw-^y<od$;k^"SQc53JفYX
+l܌.6Ǝ
+ S 7H_Fw*߃qj9mpWKcbTT
+u2]._)xVw`1iq se4%|>`w(a~zݢI`wRڻ͑p:;n9(SI!t08R=[Wď@hΆk|qyeBƴ)Id/% o wb3WY^z4 \4ω YZS±|&^ 予4".mBq@~>ߚFv8wq bK
+ftq,!}URLɯL0
+휹
+<&!́>'}QŖۖab5oXZr67r=+]7f0VkFHI>w.a.1_Ko"40$VGM;\LЯb h5
+b]VTE$`Lj4>~FX,MQ 3R$;Uuzen( zCTw"dd7Ցz"icNHKV&p T<Q}='JcxѼ(Wic[XP :&ܱ[>|qfƎ7ڔY !E@&T}%c쎢1S
+w7&5\`Rh[1_lfV1 JіOnoԙJ-v*з)4Jfd)B/O~RfoE}IHbK2ZsIR|u~-h6hAt-F:ƛS/78m@ڶtb
+ Ha @į>!h=3`E'Yq=\gY4rІPfO˘ל_a&3{1
+e `}}YBJ\Ɣó7iCz6B&d[V%@Ha1hGۺ}Hl}ϛ{x9>++Xᴘe F,"w'^d
+Nio?_LhAorT$M8y>Gk%&'OX?Ratxq&\[гj" k"Җ&Y|vF֮
+X @Nw3;0M9K{A:ҷ]sw 3 `v`,v A#AB|b)z P}`7W"0o\GO4Ŀ94*Ef+ )FI*6QQl8Lxy
+x C>JZD ex5_ hNe.sˇ[f)1ʷ@0[,Pk>V+^uk3Tn/wن+ m&Buk,C
+IU޲){ Uur\xզ BSJM'OD(xx\ˤ`.z|3 Rr]
+֐+j egvq')Ŷ~pDLL]X<9f\=/v su6T D!R\ zH9;y  bCj:^}[dR+BGWCܘA
+׸}Xv
+ 'jiET"?t{V LF3G!87#S\/-̙g 0Zh8}ƥG ge޷-:o؉g}.힚lܥE<R~_z+>{[PK@1TQ^xDhњ;0yC>K~5@av8Fr}N!wV]*w2Йw@qˮNoez[B mp<~Ӄc #9M7W-l]g܈j?ׯQP"nsр;`/"Ldݜ ^G:57ooۜ>˂'-5+,A!|gXO% lB%NBĞ` I|~۱u""F0K^5f׭BWx+ۄ/9 :U&!$,V?GVW:0S9Mz ORVɱ2*Q=CxJ,k_:Mjidinхڏs:)t<8Շc:h4:!xF6W/4P (_N'%+IuJ]uRYh<u4*.%_46&6,%8}Z3X_ :6vW! 2O__f*8t^RB%z`
+:+Xҭx;+|+(foDrHD/
+n3E%8Wڼn̴=5"߃%5ǢFy][5}Z 1s+YՒ2+$b7
+ )7b3'tOkMmBr^*\"U1E]{SǑ]-pᇑd/Vл@p q3Q'yIQ'tIbyt68BFD H<Gh2"힘32 .¸U_xPL&˵Dž#"cJ 8(ZZ]Qyӆԭxutw!eCܳAƼ.x*NCraDp 5Efm8tI6H3zݐد͚KMY GhtE\5tgduI~aEjDtHZ$6ѼU{|!_ 󝇫Xn>Xi6j|"^W*̜{b*1yF\:R'G@fYC/jSӱG!4bYNvف+ :\nE
+!@˨]SO;d4/r'/_tqTxچ?V
+?6Qjxnୣx,Jmb orUwR&֑檂CF0q|lP97MX(l |)]:< U\Ÿ[P-۵% Ts~pXvj wL<dW0Slu@H+s#5Ѵ9j8˔S2yK, +y r4`%k5KIy"9eOv D<k6^Bפ\XWT_xOF܄ch
+\o%^C<yτ] DV簫k{2ӹaTZn 5lG) ii 9bk% *՟9rKQ'P;{F,$Ɛ;=6L`Ж^5
+֩-mag-t0F.j핱z&kZ[I׳dA~+G Β '#"Ud4~:lvdO,aFOAfDE^"CR..ۯs_I׌@Hwl81R8/NV)ղGu!TY7Y+ڊ' e%^;X!83El6LNV!ou[?[*n
+30׵X?^;{d:>h* 0qpucJ,==Np/
+.׶92GLBU> m2:A2H72|&CF_ҋO/e(\OwR-8m]\uH `~gEݝ\iWM/MC 9]L⢎<\Dß]FڑSپ^nLo$ 8}&v`1e7M3]qpbD Xl6]51#kdKfdMmЕDF{zgklxQ[xz[N־Å
+r>Ķ#| n]=Ԟzv9v/PdXҏWؖ<t)5
+i|:uCxM;7t>U>eec 7Ό7 ˳}c{`ʪ0Z>2MYũ6)ۺP*
+Nu`4+j .b (#,)oiAYk.,ރ}Rqh཰Ig/ !~KTo[
+9.x}wj`Gm৫z%QW$g!L=|GݥDG(h)d>d.Q'G*S;H1kK\p"zPOQ@Q>j*[2nf2}PmDiodM:
+BY~ocG0s\ۺ0k=/z0&$zg\DMpq?EI![,͘T/ !NRsT:Zwt4acoPQڙ7ȹ{)ocr}4qY,L fVs ~EQ P T@yIW~l! ,W  D>p2ta\ )_Ls5.<SeJiBUۆ{l- H<c)d8V'5wn%La %J;,̦j k?*QQg"!BPnSaa 8@A̠xe*pi*]۸~A+DIP!dN
+T)E&(z ^觹Sל|^t`km
+UbB0M4-6\81@|; g-DKf(*1X;JD\ @}qAj-'aE93 ʧ>6A(g23?]Q W MpU䙭ie})1]왅q&1T`!dJ
+a'1 '_iUoC ,94DNz,5dV;==PºMb}g,;(Uz~q9  =14I7=|k4B3NbZ$-RܗV* <.|+PU6<~ʏ0 <=UcEe`9kS)%Wk*Ghcn4!Qf14m7jlYn ;YNVZΗ!9)c87\_2GL-C*g1D59]ت#Qޯ锿p6T'F}((
+6$4Fǽ]xNot?':֐_2p,`AxDxR<aFm4 0VgnTovxpŷY J Ӯ;(rp)eo20Q
+3KUc]qgH2a'Y#~QA3X1r)ٕܰ,i?T#o_y>FԷM>YQ^QZ-y@: C
+dY s#KoI]g_ `+VA3xpwqpY(ϟ;\]&Э&.G'1߿̴\qGc`pēt&㡥jطB+Dˉy~˃ ,I4VۺsY)Zxk~rGQν2W] ؄;fr}3SHcUgz.69Tp մ'F~9*\E,\<Ia}3X#9X-D7`V=2UT!* C[.>l{NQ@; %DTߪٺS$BчtT?{c#&T]R` OYnbN5DfE8H_Y d
+H|}?9yMl)VaQ-&@I_&6&A.s7X7d5fuvL]vUaʞQ,{'mXԒRl!mwkb_{\hH`<y&&dF] gPz+T#!C
+
+q 4keDsD?_RƑ%Ϟv(05<b&(K!e3g8g~Bibu4%9;NhLnK ar'.9^fCbe>ʝN,2_*>ު̙t6 =?i
+jp0q~ ajK. NSd#GYA觥A>(B.^'S
+CqWC;$-PU˨LU/uv36Gqgv}1vOCӝ=bmĕY;fD 0#ԌKb$)kdEt swMP~JlsSc
+|-&lAYd);+-QqFT*a* ^Pv_T m mULJHXpX$Q cH?.7"L5D_ Geg ,Xܨ|꧴/D* A *T xi?y[o/nZ Mf`=x)JH>
+x@.
+O*ra3]/V/ >%IT35':(EX*lY O;m4†,uwBHiV&&Ĕ©%cL1n?Ds6'eͦɏ*OvoGN)2Cjw`J$ G{JPJ҃>K}9.>QgCծ@Pyxe1FV"7/l;
+߁Ӧ۟
+gy%퓣c?Ie|oC Ew5Z Cx) HD^h{!ußǀ&)Q؆q޿Lj%fwչsTyx:< ;WA?1jd?i;l]l>]& $ei,}\&-%ńrP'GEJ54C <Yi}VVv>*фfUm&UM
+b^2
+'}g"*|gƈ/cQ4LÍXz2ዬ=\A۱irm&l/%;q/9P:KQdcG$X=\"Dw )]^DЫͳ&6> ɾ 9;6`.ѥ;J+#B8ǖB2XW`LܬV~|llZwd!:jXG?\(ϒk4y3T C-M˹]eFnөU A`/HcKT'O鋂{UnŅPN^ ̋­2i?-PV2@̇V|yx3)wn_oՍA#<䂐b4賺I:N5il 9 ZP {%Xa5/)%~\:K^ao5 E!‘XDOk%IS˨CFԷJ:;ڕKS$C*U
+2N]dyT'uߊ?!p]
+zEAnj(ӝ#{/F*]Bftny^ҒrrO/}+?dCdȉsh1s;9 vO1L"
+]ǵ!*?M̋ dl&^s,mgѽ8Q![Ïʃ?_™
+7%w`aP&rArU_\?>iBu8XՊe{oӻ~\l \ۖu\q x*
+Lb!
+m;#[;^@`_kEF>yd.̿QРK:6Q(ph%^JQ"l#4׸p_?
+l>"^=a|:4-mkɤW(M$&Ih/m s{u:Xo1a?aYW<\-I p=
+Ä-Agfmᔇꢫrpv=̩v(xaTMDVL4H۔p(h($W:'b[vɪoOO+4/L:cuI~SW$U 54rqz 9y]}ůũ
+ a01{qDjzIKrlinܚPzvez|1c8
+f-7D
+2j"7t&.2sJ8 #kIɸ [y~RahѩɥimLp`?MU˹\!&=!L؎B_<N 'J]~S}gUpw~/;#.Y%XTTz#?m]t'+D\N2 ljBzAK E'(=h($-\ɀeꁍ󜪠T~ް2!G^NdVa$l9F|8K Sk̸Mf6:Wө.P(< L)b(X`UNjIǏHQR[r!nkxDE͛16Od @ɀwT@tGy9VJ~_YpJDy6w=i5OV sfb_hbBJ' Otk5BM"GS,*99pFN+?t!k׵iC6ϧU jzoO`=!2e;ݟ<NѾPk]2T`,j8RBZo3ю uR`<o:O\xrɛƞt/>Cպ6$JrL٢!Li]j6 A#xġϟh*Rq R͛|+M>S]fI~9CV2LT&3bo .m?̡]2wNA:De`֨m_:O׍j[vjKC
+y7&U"(zÉHheMmcbQ3Wy|tA.EyxcN)e ]}BEzZ&Gs_
+O1
+ٌ|B8޶qCqdNAŏ:2z%5h>Mxšי~_ؘ.IlAn(G'b*4{iDu dXU#nŃW)x$75J^)Ys.'9>=ij.XŕO^b~B߄,a|1+ڰ @ƕ<7CjܛB%][k)9ٞ*⃯uۛL&I [#@ؔW+&zH&xB1hy4~unU#r5ҏ5A*ȺkݨC%Ľ-(nsdTJRݞƃK6\9ÝmuV:0
+P- YLsUĴ"&\we؅ 2Qbp^_z[I.C\ϧJb IJCKA:&pi\, -јm ZT7"r\cQ-zVgN2F$IK}V⓾W)
+vѐte2 mw$Kf)8"Gs nNl
+풞*LI0S#>VqXÄxl,B`]QaOfDC3tenNk1TVL۠xkCPHgI)۔ܘK¤rS,I_)q.&6B]:V+W)客@ߴ'ա2 h6]FگZ|qXGպ*n$0JPiykJ;  "@uXM?FZ:2}|
+W/֩F468Ov$tdRhbAF<UŇ#G!]F
+?EL&ruj#{kf`݄}
+sxm̡J{<2W:#3"'}wOKC *T1MO Kƙ)`?Gi2ZAI J[S/p5I26CoE
+HÆ<OxPͱB.p~.{0Ҕ%W30>P焗/I#]YW-_< j#V{+Hv8f!B:;8U}cAm>M"/F̨* Gm4(#,S /Ili#$Z 6DG>}'jzF)w1dwdTUYLܒ t e"s"@\JgêWzÕOާ
+endstream
+endobj
+537 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UQAWNN+LMRoman7-Regular
+/Flags 4
+/FontBBox [-483 -292 1562 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 79
+/XHeight 431
+/CharSet (/A/Delta/equal/five/four/nine/one/plus/three/two/zero)
+/FontFile 536 0 R
+>>
+endobj
+538 0 obj
+<<
+/Length1 2087
+/Length2 25193
+/Length3 0
+/Length 26451
+/Filter /FlateDecode
+>>
+stream
+xڴeXۺ5{@qE
+j ;c{&5J hl0v-ʦooHT
+db ~s-to) '+ K?58T- 36m
+,e4Sr6`eu6~Ӿ-mS2i9No}{\]
+2
+`c pu7x,FoMXJX GcX ?od,:Zݟ y8Xf!䲽qه7tcylotA7-ﵽwt=nl6k7ooo= ?7_ߒG_X dԲ2{{#D]d^ߧh@l11g&7528d6O.5-׭X
+ĵ}Ym+2S2V&BȬ韢8[FA/S9D
+>mid{żH/nZ΂u˛fqr l%ht~a%@(;oXΡ{療%p$. NX(i F,^; vnwOshwhB
+Y`q\I_u)Xf7@;a)P ŖH [ehӢXpUN鎢h 8
+Ы/C
+sU5@ LVK2swd$
+uܳv:;`ՙŸ#Fqp^ lF9u_9NmE>mj6Y
+~^` &lw'Sª_d[c,LtfU-⡜bJB6*(x۱lCW,ʮ#9CŪCXkL@)=NJ7.lL+BNkÑ ι&s>㲞؈Y_߃ [R#0Y@Es{(DƟPܔ9PӼc\E
+TZv"Krl|]^`Ňү7ߌQ nKa!8F IX49p*:C3uu
+q/-a
+'<η+Dpp4Uդ!y;# 9=zPN g=(̓ ɣ:Y+N%J`BFZ{D`ڭ6%<
+SVp9I0
+dx1<ϵs왹t5i3J~L8YC.:PntXl%|jl_1%(ge|?ߏ#D j$ٍ[ R76#sCGD^ƘQka/aԪ;וuF!W*\pso<)
+ ['#4AdbV!zU6ĽMc6(A 5Cط~VW
+>
+9o{~
+ ?d(
+5p9H */G\JA4yԬ4:`V=!pFW6-^B1m;Xf*TkqOe(r M UUД^҇DJgj
+$j=FF+,NbbRوWZAK'_n.Q;Hr5bQk/eV8}ev9IsKGU }yX뭍/0T"佱]ҺiI*QCxg;k^&V4ӝ$MΤO]&ܓ s:}z1RQ,nOTٿ7z/k3 a!iu;nb4eie|Ry=/?Ų-2ww8J6c_;]ĵX cT8¤שVVkOA_G嚪ft@d k;jv_'~;ϿZO)@WS Iz 9yJ{ZX+s*7wh*PqV3R5m>@;5]g)KjR$ksFyqVAF(FK9<oIG8A(D ̭Wg[K3իi׳" YѕWFd58-s
+?G@C@cqIknOwjv 0;q1ÃVw}:V!qbnw{g+wʺq(ŏS>h?8$WW UD2"4ӏɟpHɺ}:GEztm,>U0~yGJDZCAs,=Z-;+׬ӠN@9G>u:ȱu8m]fOri9JDU}[NWl1D`_ 3"z]sOf9!UߘaH&J,K?{"G(E$t[hrm˙4Fbj^
+ 5}( I3vF5ș4,'T, sViHݦJSa{/xOО0ƘE9:-7%a@|IyAqpk+9vf-
+ %ތZ%ٍ!u
+@\4U${\@fSx
+FΔ֠Qo&iB+X8_?ѩrb9'R(Gon-bD[ї %%=~LC8^ŠQմ(ۆ,m]r9)<¾Aj.7F^FM/y^=/+1<\SSQd!v`7z=3ׅeТ n޶ ( L٤УMW6H*Y(Pً7$Hu\<4
+1^;@9>n{.(C NT{[=ssL[g $L%E2eĈ_ZI$*GzkzV y>nr$+nAb' N~+~w["# yruѤ ,.Ǣd@S@@W4JOu׭sH]on!'5Tqqq ui"C_AC
+qSoDP&hqzca%:ZYI=®_>ҧ
+|D]I?Z-Z+kǧ8"O3c!5+%g5pf*y;`Z: ۋ[M/Os
+\SUl2K
+o"6}k#}!0qZL39Cv=\y!JSlS~1)eNj( DPF Ŵz1OCȍr xĚjc|QI `/{F<-L-M9)s^ :^ab MK
+'**N"ǩ!2vyLoİw؆\"xC\<ZW
+r{Pp
+{>?X\l~<$Aɗz;M4zKUgV.n>y;4Ak਷0⓰1U54Ag@u6lF<-X8釃O|i5-؄J)tĠoUF^6OKou_
+v}@gEiNVx.svw>l:4K鬽6!UBYҬE!E(Q4@Y7o;s i8L|3BX$fr}{wL]wZ̓\ZeF`XH_ AP\Qc##׸.@>o_RRdx.pgcIW&OS0SʭeQIt%'p݋9p=<9 2(;YVZ0Ɵs2ŕE֊)gZ9j dQf!P #
+M{(Ԇlk%/k©8II5jY EC-㟞&޿W~>[L`#9&ŋ&X&bq'5V1
+r=H/AţٶEw3Y_Y#Ģm룯P5}%.\0sDkCL4|+>Bl
+gk><ߟQD h0~LC&G&
+WI .>NѢ@0Mg6)L٥2tdsKH)׃)F:zNpc'
+;cK-}^ʡUbEʮ_>St7X(RzD箪8gSNyKfEF~@&icfRHǭur_9|P4nmLMA;ȸ^eل@9AV tvD\gEP oP^0xҏ7%696!mI6G a.vC/6Xv %
+_:K+ˈAb.Vq}qyy{^ё/r
+{JE){jL[ȭPsn^CX|O9CNq 8,:1<+Mca9Ep!PKk7\P&۬jƆ%W~mz4#;"k͇GzL k1[IE@aPj7Vp[9&vLn!Y0d>)1Fl023n߉Ϋa
+UO
+{ w!O,!
+7]O,@M.õĄ}Ԩw')ާɲOFDe\8*O;#gnF*n?&1exZk!X:
+?8d' gnS+sG;npk
+JI2bj!%дK;n<@dgb7ZOܘj?#CwcJLB)s92cGN'u!Iμ3v7"!A7V.m(mOUr@ V|ұ-G"̮;$2`;}C6KM
+1njKďۓxEf^|`ٱ?,@OW\ zj+ldu2'1>3cYuUh'e}T3#\Mlu #rPnwH!#*-%`>q@רDpe e%9gl*
+C7,opD bxp'Э|FS腸AFME(GXյJ4dW._@~.$ yLāt$}g`>qrh@JwЀN5gp.KG]߃ШE+Oe-v88_Zin e ԵLVj<.*)# [BҐogxr
+hGq^9r<|+H"
+$aWa@%!؝c4'#7m;SWo$|Aifc-ԀJ~fe6FN럸z4ooׇC+H/9CcǺdX!2*'Ha0zs sE'HUhlyP#^L+) qNZzJAޭ1-@q(Zl)&9SHđm(?UW؏3;@<I+ ~g~FqdjKw9H ђ$a
+ݼk}
+)g`%."-B5z}ސ#{ }rcرЗRuOK$Ou4Rg+O"-!d[3ME3+2$ol3j*rQa_DrƫZDα酲&O䃩\d U7 `֝1PEMw返FK\¢Tኧ6[6=U/<[J"Yͮ$wq7}v'^h GJ2j6C Dq(7vZ\išD52(G> NJGidIJN~Բ86ꐱC{O7ĩSA;e ?`i. ,|!V4l:XB͝iଐ2K
+- n?TdxWveLC<|YcK~HCzlUs8!;ő|EѾ%k$xz]pЊ;ejC4z}
+B)]:Lt4o*uv%B>ȭvA,g<"{`Hkokܦc2Wcl/վ[ſ}$?
+HGdU }6[x`Giw'C[<'DCDG?gQ7rC hW gfw5Wȇ2Vqb*wB^%]Pqm(oXW%E%{\\Ck
+
+=^K[LX+~4vfhWR9m
+ik zdXhVBz'>6He໼YtǗSsqVK)7up58?g~$^?0"6~B<D33qZzQ
+"ݜ1ޫlh? j=JN=3iB|FUeM~we cN WV]!=jn<mvăAe3MMM&|%)+"7MdHOn\psvtOheSLq~8'w>?YG'
+bW y),~ +1AKl;P)Н )ܜ_Kݦ:$Qu>W=Gqhnh2]7(oеQx
+5y: MkZ?k3FHgޱmaQ&W!)ؑoGhg&<$C2=˃R-j"yַ=#~&r D*"СmnQš/A4ڏC/7sCb"=vIN@Hl=FLq N .P*_OEQ$P%%GNt!FpYƽ,J0Mˀ%k۔;Uv Uan#04&XVr⤙;,]lrAB-hZ:2?"иFxv=h=ڨTfA7;ۓ19Trr"Z-f^UiTcvϏ_ Ÿ)Kmj=3eVTQ'*a#3g;iKw|4Z:*$FGCeA#nO8Uݫj9rU3m匣'^7l|Kr
+I 2t}Gi mW/*w\o88aǠ@w1箁H C4E-^}e:+%MfUilo/6&X۠W\*[EexAqҕjc{w؆0nP4IN+t_hotgA}C^y wn\&H1h*7~l
+?_XYz+IԸ3l;\:ڼT:+Okxsq#6ewCܳ#WLc4ӕ2Ge$U
+ *DnCY[T+3XN\ta?'٦Q݇6zB'lh&"q#xoP4룸Fz
+Ѕ>]ASd;0i"9e}vCq֢"񡹻bgj%{9~#!"gҌU2@1_Vj[r^WZ C"L?^>1"FW OoX>y3"](<I~X|3
+C&ü`wcיf;;Q!xIGzZ;6?qml.zNXcjJap4P%:*J;W;Ɯ<\fT`)5ө5q#?(߄ t:J:d')7  {1vW5cwٸ 5\}8v6*~o#h":;
+n]j-gEKZngc. 5%/?m$g:XIËjc' @zxbΈ vG.D+4TX(ß z1w(I[L7蜨8_Y[0&B[lw®7Šp[8p&J̍UWsBƻɅO™Rƭt4U,Z>##wnxf A|Tms)>kM-|$kRQ*tcSa Os>?Xɱb)<uYd}A~m"2QqOHd mѯDs)y}k(fl=Wg
+=wd$W{i\y#-p3P
+5QB6"䕎įRA]Փ}GZ¿OPOH%cȎH f!98PV(G[ӪWgxZZ]"`xG' =FBک+es32ŋUգɔft2/ =dwmuߐ/+$j~%-m4[di˦ j w1p,KQ8*j (4z ?DV;CNͥU.zi
+%&~M3?\H}Z^goզG- Npׇ|V
+ }X. Jkimz
+;0MzΛybOVέd<<yt17H]^[?ڏdkb?k}̂peA0X\`;YMb՞)mmox׃)EL@MSjC m?oh:zT1^S5#5{|Y)#b9Gx:i:{'.,R ?HiAE\ZzIGtP79S#m#9#y@ieWz5N7&u̱5C
+S\5I\ix?b2dQ/ }WԦ
+װ.p`ʾL#ЦaASO*ukGOa! fJ;tmOİWf!e.;i;Y<#G3^x]fЯ r޻_zWvLO}ŗ,$.ϣܾlk C2툃љ tDF$(p";dY! + ƫ鑤fBR uh[q#4f n1 NM127`t`h7V=sFU5#^RXty|顾Sl8ǮJ
+5c=} Dr<s[8a&;+-v2_99tkU ~K#ha$CCÝ6-]IE<)Ծ)oQ# PlZD\M GhK{hZbٺW*57=Ox`pEov@tRAxbEЋ"1];3FW
+4wDڠ=kkc`'hsOW gQqk^,MTʴmDz U`78DoZ6s57hŴǖv?ٲ9.ܠX|dL>h,c,T ؙuDHNB3&VY$;,n77LuZ'م. b雘rb!MLf$\J~o}ˉӥ|^Mޕ5xR4h 7U܂0}A,hQ9U+Lmw"Ohb\j$X4#2v-`mz\) AW(4·OmO6 K-CBD#k{CV'7{xuEe~|4\檩@vqt&2<Az+eH8g()vw~ Ȋ\inoh/hA~J\WQ f~MVn Sּ @nۆԁQQ^j(wM/}BԚmr.?o3-Y֔>Jf7O +#,kuc9P, f QL`8pPr}kg1)O$& qR'6yaxs _.K8wvP+.7>)yAw@NPɭ:yt$+uǢ9Vˁ9qu[
+M1U䋨C*;z"tvɓ5CPuxOig !o6ԹSܦU)b4RbJ*'{EpYkC``I? ژ7~` 粺)Ki`WtvySr1svVp ޘ[*ϱKV_ OܮdzvJ WTJ 
+r}!K9'`D%_(s >Y#חs,)bR
+yj&o[ꑋ}
+]hyB
+^?G]{1lSJhd@&(v׈]DS@_Т#+,ŗ <w.ퟣȽ6G5KVQ~K@ۊ4TÊs坿QW}/7^3Qd{"F 24R>}I 80f,_uȞ8=4e`$^`3afb"u柒w)&cE,
+#Q 9<OiӘlKS݋vУM\")49QP—۪ݙwXHe7\lhe vPb0ϡI5_SYYT6Lzjyƒ bi ^>JweӠr_fY9Dl@)ԾHKR%4fvk6616C'9"a,~6tQK1ejϖi8n-0OȅGDP*B gAZP~b[DPXsSϪ]u/ދ oEn \fݣ~ٿDZXWIHM2XprMIz RӐIoPG cMmAŌk;&1P>C-,9&huum7$D~g>GDNL? A|SLo^$C@xoMޫQ.%f!WAY)ꐦQ| Bxy=Ф4u%jca!yzܕ*M +ЪG+\6; =X3~vP+;7Ժ<QÐcpsߣ.zwzA i K/Qk;\Y3W]p(Mo O`gV7?^g$>Ǫ@2."A<ݳBsl^b4O-_cavl6DB&=;l=xaѦ+[PMZ"nn,1Y˟Ћ= ݸF܆Tؒ G6 F{L跨O$eh\W@ĺ/Z8rNV H}G_I)?GjP5hO5C2_u54IPEl)c,p%L+j'"!VP
+ziEw؏M\]oQ8;9g! muN~+E!D)2Ԑ;g/iL+V;:)%3E<.q'PMa>Fd=vAύFT^!O"g4
+\EQaYm/Yg8cbP0HK[9*gC6^Jq1%j45Y *Vy콅 g g.t#qc'wz(KNMRlrabVOu&[R^K
+P W{P=,NflyjrD3>FʊL',=$ FmE(o>2"s!KD+$GQyQN0oX к/q^ޡ0WV:&. >3xdaGEK!Df$Of 6{ԒuxǏP
+>vl[7IWtgNrѣTmzo';%AS@KN(Ih';2/Zą,bEUs]xѮ9'X3mta)1 Chxݕ·6A+@ '
+o3 0J~@U@L-gǁ$3ߌM3+1m'lT w,X/@b WKNt)cE Il1=ne!DӬ/Ox&XaTu5AVA
+ܡ.흙S5Șz]O(rF0+U7s^|[yw}+/0k )G]/8_T#4w5s 7N%WS{{p·ዅnɦ˽j7H$=yFI9<#J9?<elc_#ǵQp)׼&bK bg8P KNvYRy#⺵U"Pp~lZq%ulo@fxy$c8@еVgzF WpmHvH
+-'7_BL @< tL.'YklFfXjQA9#f-dbk_o
+ypW(<eS4G 1TaOtM&$Yb7 u=PO]phNUV<IR<$ڂQݽ1S*0W<O/v,pULYl}Ot?3v;..ͤCD>pS?pqSr^*#XDI3͍#
+If2-;sx#'Luz6Q N $~re},k#R-6"*z0Y60h  3>,K\8E1pzFy˴YhTHnKʺ.@! ڕGTH6//[pƄOfq#;]*a|@,$l7ͽ؅k^0g t&Rh0gK?~c ?
+It)DJSqyil+RG/]1B#Bxϐ7ܚƾvuG 14xkTSxCXS8]fi@9Bkݖ:#F!aʚPnF2X\'Lࢱ#wv2XUYzᕜ2/c&f|=3Qym/o!U1V a;zU`|Hiܱ,2B[&TC׋<c&6˶/!c8CdSyYLLчۯ;F x<-P0Yq%WM>d'~rKB.MhHԹd+SՃ͛& 6$*܍z6Ǽ
+|2=iC_@cԻ]pX
+{2=΂y{9٣=eN,+L?/;)R/LՅi&%kQ٢'0R}ZimM Z3P.F޵}ӕOK[ @( ejJM3Ji5 ["m1[$OmKk?JA5,w=YNg`c$zυ|HώOhp$kJEj9LQveY!CG/Q4vTj){Ϧ^oÙOE/(L޽$| .quKUt^n*-uŢ;쇫Ü3bľVI-Zn
+R^'9oUբMR R( +Yυnߟ
+5Ɛ*e EXٸ>xY#<A3A\ l
+WhMA8a%D)dc.no;Unx~*ʛ>-}c~MbbzF(R,{/Ӌ(75wZTGL&7?^j0ٯ;7; z(aNx KMCU
+h/T\_#F6T.IHȯ mY#aR9RٽmL=d5iJ řs }!H\E X+1-Zk 2g 0];6g lZUK@?)u_#8g5Oypk\f&f,=Hܠ!Z4B%6X~XI/U|)djey2r8/Rj-{Ld|״Y[V%UnBRHWhE W/}&ʼnŪ]7>hB4+M }džMhpzoMnj\˸Ggd ѸH0K8LЦm93_~z \4X{]\;f˸'yP˳X> ,L?xR_F98*;WY9dEߊwH1@XxxnzQgVh=Q6.Ofq@;iM2*;һz$:.,{j[yEe­}</6pks1KEhNFU表_OhZmD`(K?LUEU}_.҃?WF(tOM!3=D^72/3n
+/<Waȴzud޴%ջU$isc&cjr
+5E1ʹ/ѢiT
+W1 U';]FzTǹhdIJWfsE"4Ϥɣ5Gb.f^lW>4 27㊛\pET,aڒR@;5hA-ŀo.DNBQ(pu37.L,y_V,v!Q:"Ȍ3{yz`M7wɗl'7&6KZjW,e^[f5:Y5 Wҍw,NvNK'>.qwSL\>M9 iFKC[sT ,fJ:*%{57ZcKV,w^3L6
+,:~brvEN[FfmLƕ
+7sAhabiU HPS\RW K{ti 7+5Fq"NUٌ
+2;
+LY܅,a A>燾c1ik4lُ߫ۋ+jY4d4kX44tA_MO;93j(+`,1ՃLBkFp8c~x `{xN8`WFd;tؤ֒z=
+endstream
+endobj
+539 0 obj
+<<
+/Type /FontDescriptor
+/FontName /SEGWWN+LMRoman8-Regular
+/Flags 4
+/FontBBox [-456 -292 1497 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/F/S/a/c/comma/d/e/equal/f/four/g/h/hyphen/i/l/m/n/o/p/period/r/s/t/three/two/u/v/w/x/y)
+/FontFile 538 0 R
+>>
+endobj
+540 0 obj
+<<
+/Length1 2244
+/Length2 25958
+/Length3 0
+/Length 27351
+/Filter /FlateDecode
+>>
+stream
+xڴeXk5R,Hqwwn[BV(^XqwwiΡkzr0q{>[J5M Kgs]t`
+,.rP_o/9xĀNqm[8;Al!PA
+R@  ??0_og|zCn
+?%T>e_. _/FrK-< +T6Ug@s+*Dߔ?,BVzUg#tY[-obٗpv
+؀%~
+COCZb-hJ[0>b 6
+Co˚" S#,ڇ8]); VNO}@DH$wуrO[ZcG5ld3k֬ɳ;Wd7 K;Ct=[9ƅ
+uhSJY}w<`d&mV0DD~JXukذT<3@Dլ1h yXmZ]85]YZ1^IjTnXh>ZMU5=?v-~<C!Īx𷤐w8τBG L&Jخ}BKmS
+GW$j's!E# O\k L4
+-N0{вuN-dk,H-\ЕzaSpm C|B&z)҆rk2=p}v ~Csc'N u&:< ^M[gOv!\{W$D CR*g/MD;(7Zi>}e,\]:0'Cl]Xa
+qd]d? L֥,=AON|egiM/~wb=D}Zoz%4fCKzL˗7iHh1 o`93PR?TBsݖd=h<%, kA$;:.[{95A$58
+Jӏ IY5K)}A CxXF)5U6
+- 9R>|~u}&$?tn}D}7*f7 >~nN2Q'J^+h,Jo5]9e٭֞peJ=~Ey_jud1vv>5`hHY޿RZ+/^neA4]3e'c>]c3E)
+-+Y; ;>T1>h@cE11~I8j'h04hj&SSQⱶogoZ>NgZl}D6Wn$IW)ՌnI/)
+7>:yuGR  NT2M`+6p^aeF&\OwգijƠ ]{j%8itrWCSV\uRCCuu*{o+F2UnL0͘muSwO'u$`vxc<!ўR>+zdGϗY(
+UxeJZ4[
+QQ|Z⏪E5@\ͩϞ -ztdGj2=cҸJhKі<%,!HoFkэ]M@Ov$uͬ0\J\Qv?k5e{Ǭ{ ]O-5.Y&s< |gBЎ%ɗbbsɎ=䟲=_*<c*]Q(; O v%u<ύ
+^O^<hfk/5HJ>)GdI>jJl ">I`}1'𫧙5ҥ ߳&/fl/Ut&:vzE[?۩&^an~skߴ>OIudF0X Ӣ
+,%F`|7bs˟_Rc)ȡcE>3%vtb>(gLk䊻pmB^/-mR\p#NyH6&9,&TV(5OѨ-aoǪwxkG+mS6Tʗ۝YaitQz7owd`6|K-ۻ)@]Ͱ9n%GU+],NNrWsMceS/vpPwdMHj[c؁<sz`:¢:)VA"y[mg:ǗBB<;?2L7ےwDdy|[#D|
+XYS3dӝ_bVz(<Izi螸^g:;zO8!69j䛑Cj枀oԯkݱ;wG`+ap>'ū}C̴t g3C+Cha?g< _lR,JK֧]V.#;=勪j6hNx=VTڗi=Jm6gwH;S
+mM_"<nG5y|eamPdqA,sEfnϘfX̊)Hp|,Se*)ƌ9KNȪ}p.R(ud7RG .SPK0祉Jw {u%sISE`xcKr(5sW̬Z;x<xB5|X&J1Te"VQ&\8gk
+%+[½b}zٺ/V) ~oiQ^-] \VM>+: iU @G~&(pOW? 1>׭S~ 村/Q=ߎ܃AS{0"_{UO"<TjJ$C'X(x XCX *3s[ӁsYGj_gwtӏx?)~T_ɴ?;oіB?oz49*E<fqQ/#ړok+6³uiV3?4}nxZ="H09xSp]0xi4=HA{dž$w̤V"Bh,/~Fh^h{^3&us_dz먖)RRY{IytŅ3My /#χ 87<
+[2-ikhERy_ jj^5C-rT|]z;oQ &VZC5\mĠPfUdg T8Os$VAR* 8 'TT$hCQ*#Do K&Z{^ok-/$tP];.\!Bt]:G@bEҭ'nMٜ&ZG<ϴ<Lga=cW
+3*_4ZZٱ|8`d{MCF x\a^D75@c*$F--!>tZa|}
+Gt|h= VbdX'{YہXnKìd'sQlwFᕢ#'
+C'H<n)3cBaHfK:&
+=bܾ I|Jn,~v‚N.q-I)7=S"dM|,?T(4-2l05<~M|E:F
+"摧5@CGV{zNǫΩI
+l?D[HirSJni
+:V(=Pukqפp.Qз}D? \&$
+&:'%"-zLթzc!lm#5VHXܖ<"LڜbRc +8xV,HI*m%ۋ ="LjO6X5ז~":'Cǽ*^qh+u|M s'%qqcS0c JV7{9.iH)ҽ--磖UyvxrJK|ôH/\+6vķ(`43@b,.Ú GaNTG 1ta+nZ%}^>f! oDv4RvЌmCU&(K7[Z6.G :0"%Q
+";~9t;*K45Es|3ǞIX{+"?z7GTl^g?DYct0y2˜Be m>4quQJyW,l~ԵbB"w 詄h͚" !}@%$)c&b"*(
+3j;v5ëdDn^'3N5KQn))YXjj!Y:s^{
+liWV(4>4\欜gi!v@Ko뢀g^:XvmCe/oЅxvBh.Y5Wvl\iHـ?mBG=y3vi`Ӗ[=?=,!;W5*SҰ`_pRC%5 );j9dRQv
+.3uv:asVd?+QdmYlQm6
+6BT$eԇ:;ҳc;=cV[E[YZ 1H!afJI0
+ya瞦 ϟDj0&+o|fH'^-8u NW|~YT?- 2ЀD$c|ɏW Z0#xﺆޒ[&/Si=^K_IJ &Bk{5ɼS{3J'|O
+'U7[z '~+>⨩_հW"ڵ8}k[Z'!6%1m}p޴w8eg=.{mJ2FFL;e
+' 5vbwRKbyETj| $ar]D؋zG-W3(vR-_VLhh:2${{wU-#k!&lrӐ Jt4CV 6Z x)Y9 9\ڧXr3nhQ0>
+4h5+\T>ZSHZXIo'cgoWYU<a$S 5l_yݮGֶ_o2e{7WJ<+d pszGMx%Do EnN{mkg:fWi\SM{(r*@7`;m'A߼Vn!hs"сC}-g4Q3AOӛ_xXY-ogzwqd}-/='~?z}]nIƀh9|Et
+ѯB)LGHa%s^<.bEvfvaZ[:';Di7mB,"FG 1%hOD6aM!/3 ">50Uwy<ro;I+ N]$'(a[k,nkYFPD6MRƵgByjg=KEnh2HPEmIl[l&Z\ԹyW ˰h6fd sCg
+ !nvG, [y=x/eٟi[MLM+_@
+w[M ;psVG_YȚZ8dZ)Gda!QK: 5* [nA<ݼ>#۪hx6r12mH/xIP=p_ }"V=W?^lsusx}<*7o<(| fδVtO8*LYea d쪐h3Y7ee\ëU1Ad+]L6ULiV'(H oI*K/mFSqĜ&*Dqz@> wR2P;Q*rbmzOhszD_E#cJfa[aG[H_Tq~,<Q:_aXud|%/1N o.e
+jr
+|M?mSR7jriõ3>*iKt:,u 皼 ;ߛIx5݅|
+IdF#midOx7lpuC&`:LޭKw$*lj7pm
+GJVᬍ"Pb&+j5R<t|3 {oCJg\6}(q-S?G/K;w"sEߪ>uꔚSpa&7;>1-.PmO/)g])XCO_yJ^Nl>u(sY|Y0 L:@FyYƔ}UW32!m=5)ˏAn): cq^?|HX^TkU.rgj|NBG i׻Fh0894hb0>8c*`MDy]cCYSNI:Y Bݑ]+#giHwt}b.&?Mbu
+:ί/tVz経?r'.v{xK2;q 뱥8^ݲ狆pFO#;tʿr9&}@-NNcNeҷ:|so4k*>.T* 3Zj$v}Dl)ƄS5Ha!Zt2Ŵf$6f{сYB̔C~N _*QlCDqHWf>bwmlj#VLq#_zʯ>4d|Fu3$Y >(;xxoלgR/@_v-Y)濲}$B#>kBa%ڹJaᏂ1o?N^_>;N&ko%Y4_׷JtNրgoBH6'nXCUmiڎF ZӡǬ⥖-M8;,y}m<L&nTC5%-ia/t- Y2HPVm.iBε)N&WojW h7+ ~K"7| !Ö:
+##t)jӫgzh4C Scb
+vdAWb*;BO Q 9x%Gt;'
+&x(kK]7^^<TY[qtb :}saA`T%gY/fvj+_q[vS4a׷G)L#v׻حOv:%~i{ft@]6 a}Ck4hn]=Iw]hQh)+geaQI%[@1|oGd$p}d9Uπ, Y};Y])K圹g2CGlUv 1HȾqIV3\6
+桙9Ǒ7sD_<ʈN?`0I \ݖ!
+\1DzgNpr m+jylrLql+&<<WnSc+9y+XYkK9<.Hb
+qe@Z.)Gz2́EWcwY]
+oA?l ˡ3vf,󟻥sݑ>p|3beۨ-O}qkϹJwsD 0ꁅ༜j|('^Y6&22 ?a[(A2E˩4cE
+ǵ}!>@"!&-X䎻SJT-BY̋9QlBkiĞVJF)ÁT|dHJ. )Y<VG{>y+f̽_
+ZZ CJ&y|;f(t旯"e!}{5aK:t_}@t>=5J!LIT?]@?]m΄&DR]]k`ձ3?F]?'SJ]hJlg5,ZKN>&[` ^ҙgն\|,r aQr?r̥
+?SDfkECdi-حG*p u@^5س%z;;~)2m#_WHZfTciG-x,exbgќ}'9)W_ rj
+O>v l"I Q$.77] 33%Y&j~?v$~82QF-N`;ӸtBߢT$/BN)G><dq߻a/.5GQ3aLO}b.t s)%25/[H-F[X54P];1%g Js?3,e}dj2ʒ,S"h#ոu4[!;=|AVKY$c5hEGz֍Ό<) |D`(7 UaG `]!Dvo9u+γa)kC_,s>rB%lR/(k =KdW߄e݈ ⧼%/ 'rH jt Yȅtj`$~]B1P4)Hrfa
+҂p%clj}5Kss! X(AĂ+t2<[uRh1QKAYv%@l`vH/qf`N"CǓ
++U>dN6BhtQI%Qy{a9;`HjoZ%v?jiÙi]&3|Xkm$ ItYJ㬰٘ˉ[*(J
+:H -$"NܙUaO;:@O }_NA:HqlwX%<z d&rx:f UU1'Yʷ᜶8?ϙyjdbϨ9KfءwdoeJ厺w[:rRY ,]MzvYxfӫu KG }r#=Ի20ԯπ0ci=j mC&tbI4K-_x_5BO [O"Ht(v5&U)F;A%Fu l$ +mIwͯ6udslwS+Gۻ-/t`0#fhfIx`o"9~ °hB]XO)!RC&}`4_N^鞊R m3i-Jו#._'g-ǥ]yY0:ZP f?Lv==@x;nMLP0Dw;蠁hLH8;3A47ibz©4$ar"7yT F8PY0j4hE1fE
+02枾I :ee 1ߪ>׿ʰݛ6^W4w 0suw&{Q*`Bqv) J9!qZACܜ06\G
+*(*fͤ ONg
+ooT2Ԯ*{6Y4 03ߜ٣.,e[1˓vX\W8#%2vh-m\7J/{h|+R؉Hj>]{CC MNiT?Z+yP&=Tfs%k|-2 8ėp#o2mEJ8۝*
+J?5׫2)Z}BZAJ";/xӊstWf7440uOcXYIw<銩`V=c|oqKY-~/h.ANѹVPf:B$`kXv[rnDCÂcV֞T01 
+3-m+a) YeR̔Lьs[FTR25؆;@J"DP|;
+Y// \5!d$hRhFևb2ZN.S,7HY>LE<au 7EcSs9;)kSй5
+*nz.6{ljyʶG @-r^!ԣgH9^RC{هi s 7M-]G%l6pNU
+cFdb]i,0TL[+xt؜C_i>șno5x %+F,نBlf{O`j!|} !6;
+Qr@׌¥Ky/ SOt%0c1#3SKw}8ģ%@:
+f4;ЍN"e
+mFOö\f/q;SLa7B`v4|dsx#l Ʉ(^S0;Wxw3 T1CNgMخ@;W5^0^b7 $f|hg( kvA:+tN3>[Ctn$v jK4,~PRQyM|3@qay#&kΤnbp#ij])5&BE 沸m4Ze~?+2iAl#C2Y:6f&DmتRKk\%(x^%\q,Tq ۖRx]W0Kn%/
+Q+&
+endstream
+endobj
+541 0 obj
+<<
+/Type /FontDescriptor
+/FontName /EHDBAU+LMRoman9-Regular
+/Flags 4
+/FontBBox [-443 -292 1454 1128]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 90
+/XHeight 431
+/CharSet (/a/b/c/d/e/equal/f/ff/fi/g/greater/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/slash/t/two/u/v/w/x/y/z/zero)
+/FontFile 540 0 R
+>>
+endobj
+542 0 obj
+<<
+/Length1 2183
+/Length2 17396
+/Length3 0
+/Length 18721
+/Filter /FlateDecode
+>>
+stream
+xڴeT۲5 %k<8Kp ]wNp;޳9 4tVZt QVc1 9302TlA, 26&
+
+1GH r
+P
+F
+^Yj>[K3 
+^TF\qOYPQYh.]"(L_`uIXbZ_/eu4(Ahw5Bfyv[8n
+8>!@DMU;`>p\ѹG]
+cᑢpcnp('@(ŵ
+9 $ 2)%bVog{L8u!%QJ|R*0pz˸"zTR߅Y\H <X@Ԙ)
+%kle8^7
+Xй t Psȫd{XqS6GdƯDsw=Fu
+2d8 X3HwpMǘSx!Y0)a548x&#6`*5;F򉢺 P]F MF/xg8**40p}(( Wwi>mԼ>/eO  ෎8ªBαo.>̘H_8oݥAU 9VIf«'Tǥz胒'N@BKOUgbFfqs]aR VIKAt)q{DIMaS׹::`(,-!c ,ʼn]~s<%HJ7H>"> @_ +LQ-]oԩ
+KAH8W(rO\sJ&Ϙ0m7?
+Smf> 5!`K7C͈#~а8rBݴO7Y2@ҳmU(?{(FsGeB[
+&dci~ m]wFPU{OŖ!cp׵P1~u@H  ]d-cder#̓ ⡈/KܜΛoN-fk
+_!|Hi+u ưj720vQk;В;Gf5f!PyiqH.U 2.r 3NG+{U ;zI6jbٽ+.-w|d[2O7̖W&;[ҕi:3OՖ{ISEK3KwD $0]sBfNw:ţ;4if2۶ȇ.KXȎ<CZBu@(/Av7#WãX+95ިGs HϫspC 0 6vv5hDFXY.CBh)) U^&wBu,p+L&_Zt:v_?GS)wP#VsH W.tNt<!,鲑-#\ptf@$2+}V? &0}M =BQ/=.ۯW4)⁆$E\!f$ ,z O|~_%Me$XI̢B!j0kE'?cҊPgI*xHG]-'={F*4ٔ;î&nBTl
+ϣǤRvìD>⚇?fX֐xtm=9z9GU{}Z46 Fi3YGqq:򶇈Lv9-sQĒ˼.W4(tU5G2 b'L a6+f)-
+5gTd˰: %GH
+C:'BNߺ_;p_x)'C)1A/6jډU|ՠ"*هK4~/9AAr&S;2~ϫ|ۮ"KRLN,m\i wN{gs0kŶaEsN`ݿOZYח +aYyZa9g X>ZFs8ƉTX('{Հ_J~tGX,,8X 9n=z@{ FU-
+ʧDVJԳltʞ&S
++Tg*jIdw>yN3rfgʀ4`3X } ZU»y뷐l_>XB3p
+/'i <p2@7DVZLW Jgj*ugC_s$3#mw+/GD*RYt&3)>JKiFZLY,/zـ'}6iZX>{Vvӥ5>3FǢ1~Z(\{P6J/(/dm]pXKuCC0;MRNUȈeֹ6@d4g~J/IB5-G]O ͪKë5gon hX YW|Pɞ&͙{?K^ǾJ1(՛-qJ 08K!*C&GO]v HI!X3>1QM@j;_FS (%Ϳlrr[^Osv?q5u6}&":X&$qҰ$4P5
+*Gla2_US
+ꈙU×аiG, zΥx5?_|a4];C4ӥ+X,߫ $ٙ*| v "TwFd"etMĬ
+".fQlǬ9.p޶7D @(-xsD M|F,/+"=D M<7x4!|N>_$zA:Z ņQ`!Ҫ[Q
+ώ}:abiLv?gw~{:ۇ)#vHRk]1x:,ԺJP~`3TOŊW?`DAjRzϼI?2]Ez~ iҕx C{Oֆsݫ lh2Q,D"h"4O"_o>O;ɀǷ$-?zi<:qaĻG(W19J]gb
+4dwȯ
+1KIV?b;R:V0Aha ^:.zIDƭCk*b u>P+FG᷇]CD]勅Prx>X/qR>p㳡tUmF6] IfUq82xS(BnmeEI=I7g. >{KC=1dW%R<6E@ȴ?sێya
+ctfiOKLA`%|^ѐ5IӿPuXaeEl)Н]ɔ-:IhZ֓K?Z"&$F+x,!Ӿ|l@Hb=HX!Hx(%?Ms) X^% c<`(*{|ƁSSFSL#ɓ/lqްHΡE˾p՜O{s_,jQ}
+ѵߵ,zuZ"ƖqEQϸ4c~0M6f33s-1 `*[]*Gp
+ZbJθ l%pw͕
+-fo9IgZeA $t31lIcv E],no׷*uQIύ.A:
+ Nks-CBQ_idʂG}m%CLJz̙@PT2\ޢR.Ɲ[7ŒGU..W:<pjƙ$>Z_GǼCUx7YU\,k.hD4h^bM^iy-j32o! QsmvdwCR"9N{Eb&[>㍄g{)_zh=V\(QP WgǶA#59cb5_x.GzSRyF?=faB3=v|9 칸aEmL4,:*8xtIBΊSiWuuMK^X~`9Cs֑l0qEM`Uݜ:ҋIfv5  NSs/st(kf6VI~D!tKKo(4%H) ^KD3ٳ8RpMlsŏcxе
+&N7el47ƝoD M'Q_`Aceo8t6 }i|}C4«+~
+# b(J'aՐ[+69q;:R\cnO=`*FDT*D"`8M5lD eb:ii aIiLONָƾ7a@Vbv}E:Ŧ~cGN!V.!)Y$=FDĽn~=H's:ofC6%I)tA~\[cw@ [6c4i|^e~LZjmGL 7 ډAH@Nl=ExՉ[b&11|]ߣvc"~N>CBtf{(Gy
+UbzZbˮL#q"T8v84;Dɶl\iEF/1mLR1pkɁs`#h_Eb<u#%j(J^khouN5bcjіmh f_vׇ&W7-HO!Cs'oa2lֆ+ZPG$k/hdBZ+"3֑AF(?skGd$r^.v4^jiM ;|PP<j :Lv HR6K=ԏY
+ >bgDgK\c`H*#{._my'M3U%`b,݄
+EoecT?F ZXx>KumGq+Aq&dևǰ@[+zӐ-IcsMp(<+\efIߘ-d\IQ
++$Č1$2L
+ '-b cŢbKxTbLn͟="is[q鍲N?A I}3cP7W\FD&j7oB?NL;3̧z<|u.[gVMúJ"kǺʙG٠"R2}Q~ L0&zjٺQA?4$h2\kvo3 Tk D alܬy93x1-"ƃؕcڌn¡$b=D|EnE'N
+ZЕzK)NP.|:ONnΰXoFt<ǐK9wg|GPmMmz EdXع|^dV]lq/;%vO# P6$٬</f3pg,j~w;g!4OecxUkKFsr*~)MSb$~=zGBݟr{N&=C:GC\[!6n%:ڜcȲ)5~ z;y$nsm{6΀&8hhI,xIjɕYuCM?ܚѿ>Pg>IFFAB4պ- 5wt EucfRp(u } -7]
+aRlFRgCUޱ6# \ʮO~*|) XNu!Nk5~T`)
+,`/y7s2~o) T%Lw }u£gՕԤHx4ᮼ6hL<̓+8u<mz+B} gלPZ
+{#̚/[`(m>;3{c#1ZuO+%&pcČ_8-j7s\OD.?HmY"cR] `K 51?`‡oq\) ƚ? .yH=NH$aߍpp̎Te9₃L/DMōjށPPa
+3pb7 gm@F`Wr&%~Ueu7 SW$aNk I9mºKNQ Lqb!p0_ty4'}["
+NT]cty,wpLM]箇E&Ð) ,`am2W#J*ڀٷ )':ƺoAq%GǏFPY2"OµfYqdY#tD'0.ñ=0{j,&t롅H+Qj^ʼns" /uwqR$~RK6*UOlKv<LXB`Nʉ4YK u@ud.9?|*CubpVS
+!먍")f^d?dq?oEڪdaSXNL8.OL=:dͦEQ${. U&4;49s<{;oC.kCTB鹐$) ;~+2ǻϚ,~#6ԫN
+Ӊ_.*fᩓ[sb4${s
+;7(n1wr2J|%L'1BѥX>$l&KmZ]XG[}Za #iLNu/( ʢ%5eRO!E*D,MR 4GheiyUew,.%ЎI4VpɘnJ |jiTY+[7~T8i dߏD2 T>l9?1nWdq?zJ\V4FpߒO~DVa?EޗEP{g .# `Z0 ݕhBPC:N9L0Lc5(IÑSk, +osQ0W-4Gvehz,'9
+@14D|gF3<+e{4Vj4#z·RIJ\t.\FϤ6gEZ u}Fu2mOIüRm8W1oaҊ"~(e:#cv1SLOq@YHPҒdxc:h鄹RN.˅"$cf7lQV`Z$;U Y&dqtފ7^v}EsyvkV5'\NzևkB&gm[ϴNBE[Ern/ $co.7&[+QȲZ?pCX#>N4U"yVmfqݼiʉz[r,꺠EB[Sa{?K
+Ѓ2IOD5n1H۷J`WK3IpsBEť!
+z: g5ʮ#X+e]nܿYSy׳_JZ^ |5QJاx԰"A.c $XʡeNC vx6+@{Ͼްԥ؝az5ۨ\B5|3pijG,ŶˁmBk9u 0KX_܌˔
+k;yj%wqK;KxDlБZWñll۽?
+8•$q8Yj=Gca߁R0|v\T_y(Se*o>X@/_sP}g u4LfSԟ-wHJi;M
+Yvռ*9_'nי.8AX͠,+~bn))&YK:;u_&}E;߃ӱͅ㳓ڵf.ol61.C[0K3Vch^4rsWezr< pդuU%OGP[ʴDj 5Q_=vhT{j^lIkutK0G,Wnnaqi8q
+Vۏ@V/m#ZՑj=L>AQKeE#xD/HcƝA/d֊rx+@Wsc\whoi%D5|!;c>o9WQkJM1O@^G*L٣07v6=Us&Aײ29n|h4Cq ޮكmMl\ϊ+ٕiu#BciswRy/%^,@F}]>SgZʄ.n7ޔBT# sou8AL)#0Z=>5NAL>xdeC3!E yE< څi+#7MX~-RSSd6>WA̭t-˼] vX|%E9'րSюGRݞr}]>#Bb˥6=2zZ,|2!!>v_jּOPegBcy!9td
+endstream
+endobj
+543 0 obj
+<<
+/Type /FontDescriptor
+/FontName /RPADRO+LMRoman10-Italic
+/Flags 4
+/FontBBox [-458 -290 1386 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 56
+/XHeight 431
+/CharSet (/F/H/M/T/a/asterisk/b/c/comma/d/e/equal/f/fi/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/r/s/t/u/v/w/x/y)
+/FontFile 542 0 R
+>>
+endobj
+544 0 obj
+<<
+/Length1 1901
+/Length2 2890
+/Length3 0
+/Length 4060
+/Filter /FlateDecode
+>>
+stream
+xڵUy<T")Kc_gD}슮saKCE*BM$Z6.Q($Q6gۭ{ky9jJ8/$@{DQfI( >$(x:F#l Ivx&haHc&5t'X dci į I3`TP vht2)ɍaDr#qmP3>$b3"
+k0u 4 PFikKX"!&<?[S.{⎏5?#ɔ'C?\G)?qd=9$̐2NL<*HJ`nmx"s8.oOmHd0
+k|!\fӪ5T`X><$۶hx`z(*Ą]
+Q,r4rOC@/
+1O?z)*[Z@Mv''A+R? :%吏WK]ͫz +| nV֚q.- 8kWt-3kkԲip˦wʁFN +@_B ܐzpc– |fX?,EYvElr.}ҷMT^{<=;d~^1~*8gE"%#S9Ti6XOڅ:[#6q~KI)&J; 2ocW8Typ}?36RSGyW*{伌AbZErmu<(JP7PݤpeBgdb-w6ivZF*L n?e˫ش&MvK?ݠeN|yfT(Qksj&2?>”0l]cHjTiQ#35v
+V]\e|է&U[
+#},θ]^@ IlH
+Jhvi3}hnpOqYJOMµ{^g6DKƱyhD$HxU,tF?9-gVg~穴8ii`8Keo-*%=vo
+4m3ɕu/@"ӈl{-J֔V@qrj]g*dVA^Ft>33렚0.U7~P1ł'J\Z2JϼYunF ^kM3O?RtU㘗6ڣv5_%:oH q9X0#;
+dQސ:Ӑl!i}l<P9d-9NU[QS<ʧk\tN1'vg%U &-&kzޭIwg6kT>LA0L;r%gW~X>4*X:'u+ƵD,;lyIS.XĿ:` N<#BZ^"h8FΩu*"<mk{3JdiEHv]}@ɯiqäb=nz 5`N3mv~i/>zBqҙgH4{q$Vf@u}dŷV;\Q=VWr:G<6L;VtPT_Ei7Q(9oDQ! ~A<x .XRI>]6L`Тg/+]Ȝ6Z/),-wJHKX䧈f>;8uwk/'.蔮ܣ7y\rs_݅ՇG~K@KvYo.=/6-i<!~IG'S\VOAt"Ev?iN? 5ZO;\RQMqx?MLj#jA_?np>HUJ2M%LJx3}IY4{.̡i7p=˶ m2P"yV-C}[ck8"k6>.m6m޾Fwg#%},^+ ?eew<uz証dT0UĘ\uSԹrg,WLpWwҷ/'{ѹum)CcvOkRDŵ} Iݦ]Ɖh;%Ħ'O(Xx?ϋX j'%>,qssQ#A׭{鳑Yb&BmGL#G\OqkLvՊ~l* 8famDpǶ>%'R[4<NFtXpʜ6h$zJ9^pxNy>H78/0
+Fk΢719+<4|sk7;e؏|<2e]r~}<KK 2- Kѧ\_=^)kjZa4m;mXVmtbb$yO ߽y+%]"MnNreǬWՍCZ
+endstream
+endobj
+545 0 obj
+<<
+/Type /FontDescriptor
+/FontName /AZKDRV+LMMathSymbols10-Regular
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/approxequal/arrowdblright/arrowright/bar/element/equivalence/minus/multiply/negationslash/plusminus)
+/FontFile 544 0 R
+>>
+endobj
+546 0 obj
+<<
+/Length1 1724
+/Length2 1737
+/Length3 0
+/Length 2807
+/Filter /FlateDecode
+>>
+stream
+xڵTiX.D
+!^2QDEd4K~Di2@yt4
+O@hO' JLP$8|AӁX(""%GM|a'd8+-pY ra!fC0_*L+
+B}1U"_.C1 7k$J#S)b}9bqp,$ N9$"a%IZ%\ '!0hP< pUrRD'Fbm
+! p Do yɓe.:Z0W.ĮTHBo
+PWsb Z hnl`9Lo"%7ND?q0
+7;q
+^m1oK' m[ºRr?PY`K'~aD@2>- 7 *7$?^3I(?ӭjopt#?Zn*)Tonnl ha[{&WLk74?c2Vpd[Mh?S7`:&zP6u,m8R) |z/x>sc^7fR5bBA sFNf>~<˪w5mvw?԰fw39frN{w!M= 4zc̽6zM9N^ܹ]xK.ڦ7r{Q~jo!Y2Y#Rr7QTRJ7n1٥CC/5>ls`V5,M#mӊ \x+k.t5*-'&[[&y55iZNUD-cձ9Y|0lSkuTҗjƊ><1r"ހZyH͓o-sރ 쟵!㮇5m
+5}CڎԬStk<{gZLcm{h㔇˦xp we[o}|T
+endstream
+endobj
+547 0 obj
+<<
+/Type /FontDescriptor
+/FontName /SGGDRH+LMMathSymbols7-Regular
+/Flags 4
+/FontBBox [-15 -951 1252 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/minus/prime/radical)
+/FontFile 546 0 R
+>>
+endobj
+548 0 obj
+<<
+/Length1 1718
+/Length2 1751
+/Length3 0
+/Length 2823
+/Filter /FlateDecode
+>>
+stream
+xڵT{<T'P鲤^t1>vU! f*aΌ9Ӝ3dDzԪtSR-VI
+FɭP~J]˞|fμ|~/D!;$*,E!aTI
+"`K"kۓ6p8!zbpU=
+h#fg,<#"B9<m+'aQܥB$-!@(Q~+`%oKT"0.~<4l#vO"f0 Qm{6!!kb5 ˍm0BaQDgF'CX1Y CL*grXH"B!vv J G$!@,J׬Թ_a ^
+
+RUkBX
+rU¤|iũ WĂʅx '
+**a'>ŗ*"P
+v],eQ!Nj_D_5
+*=1۟JlxZ"M:dJjZ!AR;` N+..hF;?iХk@RSڵu;'u>pgZm,Kͽ ɬzѰ\وi{OЏ8<ffpGF?6yۼxKxً|,=:7e<m:3joC͢{tvo}Yd]*r<cVD ?@i}˒=rCQ^T5/^FzwY
+gzoy"Ö=W[U8bִM3f}s"- S)\VŝVS<^lB7q3]1wopJx3/ֶn;gazQE8O6ힸi#Է&ҢUE6ލnx\?5V]5E{$ߴNÊ';2O.5=xloRNG$uא_W3Cz6C7j̎iT%K<i_Z=Eo~:)jiІԤv`PFR&aeifϤdf$Yyr
+:]\µPtbJl r*w?H3e.3)|_(K;uhɎ\1lXidmI64b4׬aAantv,]?:l}<e{yÄ'W߮ ,-˺x<ewM:cu/ߗm "Dls2CThy^G^:sw}a`v<mF"yNfj·ΪfwN|ZѩAS)B$XwɻkSwqʸY
+>y4Ib]Z4"3Iׄ
+VO(ʺ!j3cD䵿p{$/im@봹j+xi%j|n2
+endstream
+endobj
+549 0 obj
+<<
+/Type /FontDescriptor
+/FontName /EYMYEV+LMMathSymbols9-Regular
+/Flags 4
+/FontBBox [-30 -958 1146 777]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 43
+/XHeight 431
+/CharSet (/greaterequal/negationslash)
+/FontFile 548 0 R
+>>
+endobj
+550 0 obj
+<<
+/Length1 1935
+/Length2 23647
+/Length3 0
+/Length 24789
+/Filter /FlateDecode
+>>
+stream
+xڴuT۶>bwP,8wHqwww+Vܽ}νgyk9WƛXANd813rddeA6 G&F:!1Lhh1pr9
+dc 8n
+^BjJ2جqUg<d+¿j2@
+
+c -<ۂc5rC\XeEן^.F+U[S|W5GuGb4ki78EDI#G%'*ul+O&VxLG9>lsɥLQ8PIGvmAJb7%l
+Z-Ĺ⏹տؾI~t`gIjH ͺ!})"-9Ոv =#w1?0{>IKA‰%BL󙹍@lΤ)E?\oNvUχɠY.
+BNʚ(:%!C>V8Ղ Ą"[CS3xfD{ 4Rl!?W>wHTbtT-U_OolW`dkЖQO_. I.htR bf;Ac+<5hIt@&m/UU
+Jfn(w/ #zg$z `q1W_dUVVQ]KV
+4.B vS1m
+¿^zۈ=7G42/Iޖ2/KF\ۧA Y2ԅ?18WvP|HhݱL,/ ,zktDV0$mITUR[oYV5*_t% Ȓ
+AQ;}lXEۤ."TgzhmRD
+
+$ F.x,BI,uVB!#K`HW
+%VJ "%Vym+H3CSC %
+LDv_*b 7D5oCa"rn Qdԣrճ"9a+T|-&f
+C W/IRѼ,TqV:+%NԶw͑j9S !8b.|NjM/`! зzrk-|6ȋ^kYJC>W~Ӗ8#thR,MyD4K^bJ߿
+A@i7Ssf2`m~(@SZ^M(w'1Št2{[4g$S2Lg8%Q]2q\5s7~?Q% ne(GdT+m(
+qv(*!X"pmrez^wj:\%²OD=Gp ɷsMmzCqqJaqk6V6{ AW_irh,裊$4)KQ?ʚ}B~PE>1FRď/-#`JxE)y6KE[01%/2:Id1P־GêDӖ̀Şȓ(E(9YQLRJ8b .ImWws5 )h%Cw$/\凄f"Ś%N2ia(<܉DWHF|4`PgjB)D1
+ Lx^xqo$VNاW?^ѯF\(0 No6@b-հ*-NncejJ[VI Lc+29{oSlw+/>Te% G=p/9.oC&ZBX)V8%es."R B:>[[CB&fnXb{bk艹of8KR i Z QCBG/˱o 2HpY# R{?PS=qXn+^> X*}["xO^Z=nc84Yf>AD_-WD:y0+FMk)MOȼz.2F'c c E:ܯS<=oȃy!N~}γG+qzuBAnMm#q TW/Ôu>WL6Ȟ% cwB7~G5ߴozj 4xI0BZZ%/~WtpOy،sL^T -+p3 񜬑*zs-GaCG"q?h)r>{;+A8.k*N]PuD0pM=~9 P|5I%%fϺՉZC L:MvQ;J GZql+YlP16:EQ[Yd܌ s504r (V# ɇq-q{9
+kKL!p"
+F֩rb%_z1tbbS1A/ss A/
+&'8Z
+>yUYN!N;?bԆ GOGybK&/drhF]OT_{R{rɬ<K Kt/G(SUO1"G֏ g6)מgQAui%;Tc:]+[xʤj'4JH?qՆ9rb*%/ wPl.1IG#<֋feٻt` ] %KMAb}&Ј ˧YlWФ7DxNug'&N[H.L7>>ɹ3fsμTĞgO*vmC\ާI'tB1U1MZf~|Uh`;o5ޗ R‹vu!Ou9HRcAAous*ن޿4mՇrjK%nI[+w6 2
+{m'O4Lue-vDj2BD/RDY: .:yĆ1?iCd1XHJ nKUO(
+Ly'kfπXa{<x 'ĈRoV,A(V ۻyŶSp wwr4lUj}}-/tdi:&S>y3;[ly~P&yLX )Dr4ܥ Tګir>i]aۇǶ0ij# J8p;u\@VcŭtB(lxѦ;:8D g)IȽ}5h#UaL9^ ;}^;|=-c5l'MƩ#N8C2Վ&h\
+ >31u&^|URt4.V4"
+:. zk+J2T,fH.8crfP0]r G8]ham.՘Y=C{C7FY8Oԑy~0M }C -bLHD!\2X]IN/L.s-25xł=0و@ZK"6d;8tlc :j_zΊo 9jfF eCCIkyVk\Zk L2ON聬MVrWB)Jڔ;^-I@4HҖ\~'K\2N ! p!ObYXN>^ tC(O}#8h(%(6A+mvf=&d3;߲* ϟ[Ygx?Qh-yGɋX[@Sq&/seM^/vh8݃f+= ,_~xc=uf<Y
+>MH,^Bg;DW0{^{y63XF fuTm
+OK-߾dd}>/Ie2
+f˙_T5‡nOb) ƧZ4GeHgyEx\DG[s=i"$r/@ƷDf.l'9_Nߖ|Wrlأ)җEVr݆Ql[h >*]hZO!4{S~c`+@0ˇrI*J mۯPGifO
+j@L ijgL(-yXDDΒScs1m [%m*&|3Et-X?>|@,љiC{b>ўSICO|$_Ṛed%J-ςR*fsjj\ڲbU;WH沓ؑ
+09b`(=QBn/- "W'Ʋs<h4N<6@@wFC͔~[%YeU5ɪY}!]xMi4YxlpAsG*/C5qec--,sy9r,:ںinw'uLJ,M\i\Ϭ?$ZG.sf UGS
+OfЃA\2蹎d-/f a )^HUa¿bwp<g/ ;j kn`T bf&?bww|s͏%q*fyaTz6 `Fgfsz Ȓ3Ǐ
+  lFj[oxogt֧KRfH,0魕lo0|S 6(xt$tuU鵒i!<(W#s$' tmhf|I%`z(/&;FL¶ZĈi}6
+ihq2Ԕ8IFxi}ի55`[.D62(#@ʞ1T dgKacո<*K':ksJKvt鼃[3UZT)F~*Ev(Gu^ 1
+ jM-2l8OX|vdH;4G>~D4?o>{x[6n*r\6~ /'H
+QcP'pT[Xʓ'eaatV?z_} V`<,$Vw㫡:}_Q8
+P⨜莅Kz.)|TےgHgaSCؾcW0X=Q5֭S}]7ΎjKr왲1J"Ø4,]V
+($҇Ą$Gu6dLC.`DA 'k
+; 앉j1
+)Ool\Fr<wTE<ގ_0%U}%Ԝ)`T5{E D^k҄꿉~}ݰ/Id
+X I.ٚ'D4;.IH"yf^1~ ;AOL)M_S!Ќ
+/qɔ'3~K"F VkAhۺ4Qi.U?`l
+iĪH\ j>6%YF=ΣBXٻ6^ږ=W*&f}BQ)>H"09>+$[T ):G.><#<HHzbs o5ƃh['<*+sK]#|kc{u;DOeRQv:̮ō^ҴLX!dBΠ>c5r%L?+a/wgǃ
+QM<DͭyӠ>*tUFv>RD!c36mr5r?g3u<rBd$և|zhOE9C c/;7R Zu)iok5e޹͆;o׽s(Y=N(eq<7T:6۝u R-;mΝXQXou֯oZ
+qӷg7.$)R(\OYf%~}N)Z)a\%°40p}R!b``2z/_.ͰG95.hzj,;\?
+xW:UPM$k&.XDDQϽ¥VzeP u\mqW˳l+4(1z>ˣOܨw< hqe<6}Ha\C,~ܙd4b, 0)2.?Q;XAv9v=Ndhz(cAe!t:ftW8_"&r%"=>t`ET2,R&G@%K7FL|
+Ug,k1H<gQI7ᅤ9-D Qw?p?eb'l
+ EKˎ.X0ӹg[DN- 2\;}&(\ fv@PFoͣbYaOk/1c%I Y*p 8u8"R ұIWL
+v -]|WcQu\%:"̕EY,6l5F YEe-.Fm^5}W@PI<k--~Пf`LG70+0Qk -RbcaE$Jr4ie ?4H,*?XSTebs9q)3(v%iPI~ό18pv)
+ +6$I5X$9Dr0~aiqNlXDZ!P<2[HrYe oNϙVT]V"d/Lg峝g#<3Ր[=`D ~|_]Q:+)DG5aJ`ܲsB>Ar4a!. uO)8A | j#;^Sr]g's|U%f;oںh!xC7* r 0a_|U6 u. } aV76>LnjF)a+O(|pauGt|c/xV82zq/k% k;'|D)h7_oaK8?%IM$ tcEGQS('h6x )֟)uWYHB1ݔ:<}[bJV/jCj~3((KQQ&~9j$2a "fms-af,B{1ͥmNi=r%Bw
+O,B63t20YࠐʛH2$SKVG%99kB/ڹr\7;M #'^R=!xGdEAhļǾ馯BjěοMczq}X{&m~:mA<<+Df#'ssX yXm9\IƖ0%B`Jv P޳֐~1eu/_CT >eo|:+eZew\C6$4*o㱩^^`ɻ|rc pDgim-oV0p*tP-8U_Y,!6=;:k!2PRlwT0d\$m25mT<<6Eݝ%*KVh>bٛYpb 9<@ =<$t) :< qLL
+
+-eZV|'D̢igEؤAeMkEUWM9||rKY!p59|I=x'"fƏ,ORI^DoY[W).Oh8!
+x)f]1Uޝ|QGTTS8ocOVOtoj-NdƋC ɉk G$pD96 &+ ;e#a)o
+dp$-]$"ꕣdVdQz9G-cqaƗӂ;Щpq#∔xI*sA8+pl1zBE6*瓙ZʞxD['ۦ1Q{^;5oO݌ϦN,&. (D.,?&H?FyH`ja5"to1BS <@32aV <K-y{?]9o"$O3kBtJJү\[Ҳ~jM
+ 10~Y}Dc2!i8J@ gM:ɚI'ۚɶd۶O]ާ߿~6툽 I8}֢!إCւid.Xscb^#VqY$T`e&Sj,o>57JuLU>~./ߐ50kT+TyJ.$W63+#Euo(.׼euUK L$;̩=$xt=u2趓5";ĢZVX^KB7D⺛Z36GIHź'!8q](\K(EХ:FCvӊ\ p CAsaqRmp';Ntz]20dQUCfCbϰ J]{̡跅]>չ;q<l%<X]l}n[$m %GѭT.>hyi+T<Ū*G}~6ba@|?nUp£<KԊcʽT Y@x;?ogb&g]'K2O yеCiqnLj~p|3OWw@0/TW^e45~X0 d-xD԰eINk9N;Yt]B2B~`Tb R컴t._B4XhӚ4Y %9?ݘ-}&rjN1*1dGmU\s)AV<Xdޢm,~[K 9ĴEǎo.V kfFzʅq,4W<݋pWֿeS}*Ejri>oR0oZJX2?>d7Xc .gp\" 7D^P2K:bxmٔ@بBbT| `6zgKAndXcG&46`2 ־0pBΞ3#}'"-*? ij:Ek,:cާJ\,Ùlp
+]j$W$Le} ~3RYFE|:fth{ц(3Ug&s;.xFOxv-4lAڳD8%$[i?q瞪eᕂc3)Q1KoXN+,)pg388r?x\Bak|-:P_Z7ᄛ=>_Op*r\U
+Ra);E>);F HSz-f9~#A!gR< ?{j!C*7ytlAI}\7"V!JQi4Jl)w<KaaC\-{AGTHNcD})7Cr=ľP?alRJ]kHm?/8-/mLK43]
+K +Oe ia@7;GkYUb7
+HAsg B k?`f2R `m y|Pdf}[kmb0E:V`F]y M6g E'뗶/~33ÿ52m^5-& \^ G0vAKIu~B+!q_Ozڦ;) v1n|gmX86iqv1f8&'ɦG܀&SgHA:kk># P& վ+r&ꅰC^zZ)j~C[ܟ':es cw*Q;Mp4~kS3<}Q%!)UN0I3?;Nc<`5S#G<"om;yXGU'Falt)7xKbR~oyk{U0
+Q P hSIDsBH'Blz!G MZq &
+QŢ,d;=RK߄6y#z4ŢjJc-$(jЯ
+ꋣ"6w۬KQj("XCYF`X$|s:0 D8 os:_nQ|t-b=pZuTUom=^JtFR=sRĎ:mBtPlpyc>O=^*%hPM7LB9O"8
+e0Ò.ýR~53:I; x^ cj] Rt>9y4əvwPφaT]|Wl=
+\B^ 1oz6/8G+3غ%K5_ř83yה K6<ԷKQ!o/LbC
+DBrg{'KFJROI֮t๘j\X=73N{҂FEK&7mwp7d^%}/a}{ezř}uWdxH/VTNupklYo&x2Z7Vdt{AGKdYtF16ͲF:3T
+GZ8{ܠ&f$*+ K-2ghݙG%>/&<Ƅa/U Y(S&,/Be@&5 BG;SQ;
+h"齐kBHyNG!hK&<gLM씔v3$8B4
+#7ݮrh;s_pqY& mZ:iМg;/Rm%wHIaPPxxmˍ eemێfe/
+)s9W̙)"푣ůgy ?T"[uﱊtb\(I⽬8MxoNr\NbhpDg =?Xr:?Qա$GKP8hdZ럎/d&U|*@{ISi<w/tADO#iB3_Q}ßa7
+QFt~0Zӌ
+\y褗m?[ )-EXǐJ.^@To]kIt6HU^FYGq@pn`=lUޱ:{h)
+V
+&mXݾ3ogEǤn}p+ÉyQ"9dU+F4ƢMjQ-]m*/!.ţ1u\
+u]HJ#xs5BSmr{3F%?DAF>_k})m4BL*|W>\̖jO"fӎX;NJ wbrnVqo__877͒ra=늟z
+{]v7&6u>QkJC4F:$S[RBg- sAM+w]Xٵ]kqƞޝv
+HYͤ(D$E}֕t$L(6|- kL<1r'+/Yvfb}I؈ DiNߟ?lP!u_FYry
+1$͖QpXj{kR/!#HSoJvEiy{"e7Cza.V7 N$D_;x䢂uY+H:7!&N2pԆ䖲@l0C#nq-3bIzL{Z 68[<sT5b
+8
+f6gֶ#"w̍j9)R݉+5g8661^t%ul\$އŽk>l7H=v҄#9[ 瘄lSyevsO _pȻM]pV́^
+5cn4zc(΄148ұXo`MSa/-f8F\nmo2^JqEYŒcK*|ћݧI1ռVgr&Rktf˪ikѧ"L55n|7kWB.M!]F齠yl?\k7?f'kKUi[:{E$xn(AIo8$ᠰ11ڎZ
+ ܀шDfP)g,O@C2]X7fV>r8
+/[Ӯ1kj&3(a<Rl4?bXF[v~pI{l
+S(-8z+\Ѥ6 D15{z,5'(9/J@1 ,;
+" X.EFBqIXP,x C8Ee,6yǾ̧pM?:?EO]~f&qqUIJ\csNj %l6DBd6yhX@{Zg<a>+.n7+i rp,N@..s#@+;s;hUnH\f
+[z'ץ*#Q37Wdze'gcGq/{Cw@~?0֠8-Oa 2IrNȻށ{r+I"kT!i<]:f^N!u~.\V "Oo<|Dx#Z> ݟ:'DNfQIuz 'L_TƋSQ>Zvsc&8Rwx )Aجz4ʫ]-ߦU%>ISr@L)Ҡ@j/6N"ɬnWHrbJjN] x hD]oLօ/(d\‡_x<)TR^NAQء|d,yvs4}DWXǮܺdXD9=$#-A1dRQ]]6o%0=o%jɇuY{3҂@Vt,! DrGBcU@GU4_/ h(![;ć6KWYy[*ʱ%O]'w5;}s٭e: &IL`Iz}j bgwE
+endstream
+endobj
+551 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KSXMOW+LMMonoLt10-Bold
+/Flags 4
+/FontBBox [-454 -308 734 1039]
+/Ascent 600
+/CapHeight 600
+/Descent -217
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/I/R/S/a/asterisk/backslash/c/e/f/hyphen/i/l/m/n/o/p/r/s/t/u/v)
+/FontFile 550 0 R
+>>
+endobj
+552 0 obj
+<<
+/Length1 2760
+/Length2 28509
+/Length3 0
+/Length 30108
+/Filter /FlateDecode
+>>
+stream
+xڴuT>t4
+9I6AA
+dfy3{fu PZ!*?: 3
+8K/:Y!dq-]&'O~]V?8!-j3dn@rMHͿN`sv$DHb=z.߇;ϩdUgG P 1dG@VoUϵh#Fv]쬿 ڃ
+hϤ.I&JqmWے/͔?l `R̔_LA/[]1@]4 y
+^EJ>[ kkG[lL.ⅉW/wc{駍
+B.@M+r5,v9*&e9
+"lm&j a*TTHnUߠ@7 !Y1>aכΉO[%Џ#cG9Kvww%KQQn07g)V<(FʰyT/J3
+9A$%ZɌI퍛>!q!Ptaq(hߜ1Ƒ"W%}q_,0W!ћok o`t_tU %>kA+#ڿ'}TJ>]yOA?GrbTE15 v{p9Z?OcOZK9&GޕUĶ{T[PΕZ-+SlD^FN0F$.lS㲖P,򉥍{!aGOEWc8C3$Q헚h*FlL|}""q|ByS+ĸ2Nf]h6AXɘɅ)SAGnG<>Rh0^0[Y(YDk`jg m$䝧<rE.Lzh :-4D$yj$HKI+mRڦ> @sy;BfTBj?< K&?hM}R6(eX.@$3i{*QVI0NGwa&l!kHMKi0tu%з1h\L_tz:{@5g·;։isKgRdB@ɌkCyGݰ`m#Yx-+l,UgE
+tQIS sdǐ/>'GNn ȗ(<ǯtYg3*>pts3#\q ;\[p1MO0S1=@!j|0!XvmB?!<~<+JM(rXG&AbE+<3smI5iӛh#ݷ8Z{gcnԊ{On\Aq*GȄ-*k}13|ot~_,r$8 j=W
+&#i)O7Yz`4_<{6Ǩ}:(tce|_,?ôcA
+3{n4u\*eH@I˄GȼZF4_"X\M!q6qXD9w̭F82ozj d׏\1aB5;~&nL
+Lv & ״kQ5 ŎVٌSQ0.C)bD ^[YQpZF㳢EP!2-*:ǑTRsFz(yH Ϥ#4:<.Pdm~k(DpH_
+-{QW*WroƴQ_gO^X =2!91/&3iW d} <C/6TDOZWWlSYe孛Cmŝ0/cc˯-cnb6S\K.O=vP (Aq׏;V`;7LPOyZA q`9|I2.1u;w~6_
+X}7އHTZM"QO3/װ]/НI,{g!dJ@rᄑ8iiy%6)=) 3yE\b,?I'E>}ݍX,L7FAR2=KM_sӦs'Bbf)-[ *KiХlsS(5{*<H\<,+.c r,)Rx78}qR`2N?֨Ԉ{_tkeb֎.(! v~ؙ"jin]iX_^&W.=:/J|NK} ;ߧѤ5j~KV"(CAlA;p{8"/Ra}yaշ5iZ+4>\MT#gv<iƺHISĩjdv?*W {85!
+׽%I_:w)H+?'mJFk|Tm_&z>r)Z\%lIe) pj6gԋ֚#բ:[\fy|PutR7J"JrqMNEKK&@|x4y;-FIH㫙QNz:{v!Fw;j]46a(T˚x
+gAH#Ȯ|o){a,^H_#r<C8
+d=1޼4J^qGrXhM[xճ,ȴGȕz PSEy֛r9mb@ aLKkkP T~KH(}3ʆyR(wHZõѹ> /яӬ\܏'7lP/}ׯ4r6ػ~Km#9ڣ! !c x*b%yى~beMfg!=5cZʶ$?CP9l Ә?_r̠p1Di[
+Ef
+km=jhΛ۝{ yeJ{p-8.vƆ>ަ
+\7a؇Ҷ{(6t Cr^u:Z)⡍i.+f91؞ҫ7+";V:ū*4sQD6nOM?LrzLRo~"1knt>G'y.H
+F̸v%a
+'`Y[wJtW@wGd3BI~ya3wo
+L|z<D(E^.-yonr,ҟ|ױD4pj T_83kIM1ώ2Hmq}/e}F-rz`IJ4qMSp%U;`9G?2>$72| 5RUKtT#KҤx)*u
+]Jֲ$<Y6 eX9S9GJ&{"#o;良Zc?ߥ ^&ShL1uLJob!nWg,9g xԧ}ؕEZceM6M7tW7['<(Q'$IVlh~x 1moR~KX SD,QuE7aZ4iw?E؅"D+K&rѬCk-.u{œ((;.vw#UJ]Y%"
+fΕZH)ЃX̜ޠM,>̇j<]2i~Gz%[?401g\6-.d
+=um-8\'E$TwRdQTv| B5T #ke~k4Uz_K m(,gTmޥ L*-є\;@Lܖד07EO~ItG)V{C7RTykuq8IejUSrZ'[괞%k1Zzň"N3oP\,.'G7xS..6[D
+ђ[g_`,eDWOZE"#!\1!ԈP@e 1wnڰa^D $⮿xIF3 kW+2T;ChJ7}R̛#3Tmob{VbmV[$<WZUz%>VNS)6ٜٓ 8Ӏ# 4W0Yh8 "PH뿩֣*ߎLqTm(حw{X /@Z{KX{+BiII~NUa$>H{z ln*eCYY Z1t/bR"{](~qЏx ҡaTF g7D; O)-dbDLu;2b ID)ά~z'lMjm|!k_{,<"lʡz=cpAܟ7<ZS9Q>
+^ӻ\t2[ T KˀKm rܳS~OvSz9 쐥yRf?bFU1gءcXHFC
+Caο('oAkk&kKi0so[2գJV}v]")eC!xwM._;9pyւPhNCl]}1J u8ay9#LQ<p=og_L >t}s;}i{d'N`S-8[ O*"cq9ːsCdglkWũnaJh
+?=b72|IZ>"Z?-`pZa66X]|0w{c"B
+lV_0iLjSO(wn U&gSMhf
+(6K{F:%$uL^g^xRWrD N*z,fs8dq҇F
+PS[38ybn-$̙V]h#6mWD5&鸕x(!/dÁI;<iLRkcO_Ⱥ+?iڠX/UۼSnc+PmoM۾;Ln໎!nD܋A+A) ?B`x]ҪifMFz16-0Х,~+[}ZnL^ř $B k=Vy$Mʙj`١Jnbܑ8G?h+}TXupUfH*|aeoJ;&͎OW X?2L$
+AHTn_<;Aσvp {C[ y}iEvM9og*P4S/WY
+1T}#K2ZIo/jJN<ܳ\X<sX {#`CRVBv-G\d0TS s\H21}
+סD WȫpLKJ賎bc3j@p~1p
+gF_EV<=V^8j]
+X:$Y4D1MeK>7r<z6Eͽ#B"e[hKCďE"cޜ)Ɯ~~K0K=F\+5yZtg&Vm+#>yO@-)MDA˧,׬@ַV[P?𝫌Ge}*P-bVb!/I1$!I2'Qp{h
+f!]z':_3F=y|ۘEd/{ߩn}(:K$]?98А?eh`^*$[H&¤G_J;%s;=x O0q ] !1(pi |9!.6tq!ף,c^?ǝ3#( _gkA?t%|/JhMN lUcts=޵:=2Q|[-eGk!3aGNBцQF~{R@{Ĥ42SF @dK#ja$6<RŸB72mvI0Ro?P 0mCc6.bN
+ *TtW8&L
+c?מʚ9=xxh͸?8.S
+j E<w躄}in*v Y.P9IWBe5c[E}&b.!WCѶ/)>qsJR$3G8*R*_PE OI ԄЀBmrO-`ktꩫ %{/Seʬuah)4Up)` TDH;K_b:*bOngJF6Tvk}6EΑǤ9qyugzhĐYI"yU5t|+}W&d+SQJe^W R=|,(tQ |EЦi NUM_wbwVB(m+#Qhi(Ӻ-l1uE+
+򧽆,mfN#2C6Y
+TiȥO[F&YrU,׬x>xOUJ@>ڙ-&dY[n]EwZ|(f9+l7ibuDŽ𧻓ܓi {
+F"Y$?Rq]lf)nb;d^)KKΓĢz*(ȥ2rBɼ7rz=]++5\]Nj+TbA{JDÿLhN98 iʲ6 {xvUu˸l☣oGҠKEfvV%J9 f*aQia\y2ۺOEgtcFvTy NFB8Qݞļ·.N c#p*
+t@HǭJ7Sߠ74!9ObWP?Ai=\E2[;$]*s=)%N Ymlf bw=/Q. Zݻ<&|e@kn@\lʹiY}, 32W<\
+&Ò~֨@ʖV
+n42# %5ɩ+¢gtV=PoDoԱco:Oe*Zi` $sHOhi8ʸH',ТL˽TSj .]foċ jeטfGrV[dF09/!ǐ` œZsm}nP0\*0y\@baxJNAKmxj7 |=-?NhBdă$^ġ̚+XF( wVW؀ĉ YGloX͛iEmSnΉ ;-`Ò
+QKoP;|?IsgbyOBmC?kEڇs7HVi9,%7̬Vܸ myYL
+U.ݕ(~a<nթWP"fРRכj1$3gTk,c$I'wVżiTrvW~EVN
+m6z!֐]r#ꬨ B T2Kh``.ޯNG #ji BU;es48oVA׾+ZS.n4L4f: n!c쳜Ny[ 鴹(7)JYpݸ"fTVFc/MMǓ,.DBPQI*:x3E%Cgk$/%xp==勵)>]#ʴ͒^Κ2I/7>6Dt{cMH o17S ~>!6o~yx3'-)>P-ecUuG,bI\92?^"(WUJ+Wg#֣xݏ>t^*\ TQVd0#2b#K$\.G߆}]Q'1'O-usszb*ᎂGERl Ku!8-сJ
+(NbFh.#*+*Z5 }ݬg[̴ҝ5ZS
+Xr7E%ڷ~ I;grmrIY '砩f2vۿ\b/9kCQxU5B+iZ x˾yZ+Et¦U`*3*tKL6h0Kr>Ydpϻg z'4Jw~@*R*7Me
+5lF&S ޤ9s
+ZM(x47!ֺ*RQp6N/<v&gD_ߗ(r-2! ߌoE63{ hw f* ^JuO\"bA+W;(yڣH=1 A;+{UEYv`qoO?,1=K;OL"jfNȸO҄E?f,%+sby둴(u=
+`ace2=@Aܨ=:lp(i~Q YvQј+Ď%rn*y97;:P`_<ml^ݛ-$+ؕq'F-(/譊Q3dilgRov?7lB5%I3XCMC{uR1oS@oVL Cгps__x*Gxuғ|7U5Z,D8WvNxהK~1(A&`.R)O,1яV~+!ni?&mTj-mƷ=ЋG'P^ĝ$zAevoYf
+Bߐmv$ 255>*RZi-r+HAH<33&_y0uu@IjWɏY"of?~}KXa1!qvqGБi@+ٍMxXS㱮&O?8~KEf~9,Ζ|[ 9s` mW!sBgY1gu"j쳈 dG*:Nwg0=Kkŧ .{cIo}i)Uq>SEwaS4RQA:9%.2SX-|hɮsSF0Z zpPbۅ pLCOmq
+n lD]F~}дxhao
+V0|/>Hg@j+E#@YNߪG`4\@cZb䎽EuAcף9NY8Hh[[b4UƼ8L-/P|>)a'sI]ב#'pqFT%bܧkcc^ ~X;7[u- xfڀw.\3Ė S>6^MBGL4ĽI I!PQqp&b#|]4!++cERU~JdwLaZLS W#hQvF|wOH#vq#PqB o󪫕z;}:b v'Cmf\/
+ =Q S?mb|bBrwK5fց y$A4\X5]Ă|N=ӡֆTئ~c^mOuHr /zm9x\Þ=_a'0%YBNJ>TtЍVOIQ9úЂ&cnQIE("N&86sW$M/h}H&`rS >v +e:tllc*t0K:9'<`@K~,)^O?oL:q=Ft6^,.9': (w0R}ml=_uP
+]
+nC8 $"fNJy\3StJ5q vtlB G݊˜.
+ޟs: < =dX裡G S/c |M<SEUa˘זX~ELe$ۺO
+bPI!'ifO4J,V}铙 <b bʷ%cY J-U U{ L9
+oMu͋15B <z^D fY;Z>fUȀd:RJDbyYO.A}}n;tWŷ%OºaGT%A2Kdw%'P%(&s'j(awrBv\V&EӉ˪:(yq<LEwRlb~lӃZ9i"WM-ۍd50.>.sxK;;7P|Bò-)uY$ŭ/ɺmL$;Dw*,n>j|wfL"n *R??M}==ft(hgh|8Qw6淫.5=1=77%Jbb%6#I _ Ͱa1#fD+,~LVylZQ$s.|b#ӅJ":)ܝ|Z)]B700oP.S$;RmA%-'["LUܱB
+Nu*}m0& ׍7}UI77zp%t_A XMeO}
+o|ci: f#Z'e]U=
+o=EԪ[7\iod_935BKy*)uZ}cXO>jaɘ`Kh=
+ >М*#PkR:a´
+Oa<VY$|Z. +&Rw$(?B]
+(қ,+/,ӈPm~5r٨&0
+H\'y{oʠ mS T<xv*[[Y7Ed{)RFٔ${P6P45)A6hNa0sj:Soq0Yt >x#H,K[V{^; ,o#[ d~kM HC0vwwG0t-4t MVtϦϘo$l U ͍[Ol{GIo~MrE"4ѲhT8w۰3ZXcKIy
+^.H,qSi+b9O
+@GG
+1.fm|*BY~xdXT9 'r`{R4"
+o6"th~MKtG!ŴI`LN5ٜBa9N Λ%]YPPĵ@V ]vjn \v~o+eo-@.^ɀ nBmO@?Q]͆WvJig-tCCҹ*CL)Ըmic@ܖ<YaVв#ٹq=ꗤ?('=e 8a
+$lö[Yu-Ul.:1usW~VoIbjGS_pmUs p arkPY"ہ1#ˊ=Pа*[J;ޤ*7A[u;DϦd;QVQdVwIJ'mMyKeό.t6$hP3GE4JCx "-fW5¨]d>N\,ڽy}i]*6j`H$r ylZG肚/EVC{n1X8
+I)4$Cu탢ށ,;y"NҔ2gX4xRXo ڼ_JsALCH}xW!-gb
+*ʼP֜‹%Re
+o@z3(FhF!559/cc2&euwR Ļ,;]Ɉ<%v=JGF+\~+wY)+ɾb@YN!Vxj=J+=G2H5VPZ;`G|фR+Q䎾MU(E][$͸FB/¹m :4:O$E'
+JSvÖKZv7hAJ;
+#ԅya4<ѹj+#89FCv8ū<Xjh||w-9f m7o#!P\~^-
+vD)I
+v햯ܽ !X4]ufONUEy . t. ="Mzӳߒ,Pי3j}\g^
+5:SFY? +6GN3-z#bNw€1(^Sܿj(ΖKߣJj J8~Q.uT]v/YM)gPأ AAkS67e&|AtQG\@!@`7fCK+NUXmM&l8+A^l!G
+]|T7wN bZ+b X{ g]0悓 c$bHƻy&-2-GHxJܙ=dx]yޯ%d{ז#/0m֬? pxi@@1 ʜ5Nԅ6iP ⮓-,D1qÙSg`BɑlfQ
+քCn5` ݟR# `Djvk"rH/:oWh/UcB)VUP\'V4׏.T5@l2  S_0֎GwUޱsz'sbFc0|pW'ou(<S]mMB}YnSΒ"x<(GoBu'%ZNӫQ{O4!76z&BڲSv8O#0xC],㞖p)cؔ%|MZϰ,5by|}߸͛CE7o mk3d,,$%^‹5)A:|6NtzAOUO޷i^Ism@a1Yz3UQ=nH=:?}~k_&.?[jJ箳f Ba?HR9%1z ?j6Gm۪N"8TAܰ0sʩ0ee~mpˆ&  ,H/B^P/Ub,Ҟ!jk6eyFp +!D4]ndCkeqd<;}u?KR`Kfw > zq\3f`8H
+>4q4y={_EXbgR
+)*h٘1tZ_^1}WwxBt
+yH7Z4zDtjx0!^Gu& d/%S:d"߇WLa+qx2d*76R;#yNW
+i˜~ⱥz
+\d
+TbD "#M|aOC$3zZ y z' KYf~@hw?.L]탵p{ET9ض$dGG15U|jS(`E-l&o[f⊢Yg
+w'$lN$$`%. f
+&F} 6IG'ހArG ~+@W9?RNK2ns֚+bhƘnD-QPCNRȿz~}Di9KMlE9,|7 D7VD4ܻTG3 iy%K S%^'%4>Uk|̶B<jR'bCwcMb k|
+> lKU(τR(]ktYВ;"'oZ{й?5YAb{nZdaL`BP^t5bgAv$N=ƞBrv,J˳3 8_z+NIjs&haFϼF(S:o1x[)*怰>-_! ؇i!F(XO"a#$(wrWƾ\Qp܂+j-S>& M1 4gda'RݸoS<y?6jySeA7VYҁ1.) ,~kq8{k w.BeL&~)!Ԟ{b=՗o
+F[oP-_Hn&u~ w?(c;y~%7%WA_aXω0'/P`н5FF$N+5P6ɒwZFQ!d N#)({!ZqJ}<{鋂 { !//o&d{CǨ|"?bvl4oj}(3c"IjMߔ9bL_Czύy`w!of='y9{?p`T^Iʓk8c‚K˓ѰAtjZ =yÆ#E9%.yފp!&˴zpۖqa:a΋Vg+[m%p皩kЬlƭs+ Wjph^Gwº??璊\9de(?9W}k3HLvi*ٗ辎Or7)?fI^m,}RWc億 .`v|XvanNjc%->elh?hT€%hZ
+cR jg=l9sޅq 3&̈́$7
+34 >5{D('x~ =Ś |tK,l~`ѾU+#g{@v,H_çg4Et=X?P_zD`pa˾~#77k&Il(ecJFl4ZK
+I`Hc륨p?Sq8Ɠ L['2Hhx::yLޯ &zgž\m0wQ6UoX(d˺m{5Rg
+r˭ݎݼ(H_ye_n<CVmV$Z+e`ApCa
+>`އ0䵉@_<fr|n{+yv!
+=j"re-Egxa[4O "N2K|$~y~і
+pw˞#xN-ƻ"47+{\/iΔT@!aEcO6s
+2&eKV-T
+X󚺠ӯ÷?`R 5oNt
+#hfM\lUUjI
+~U{
+D_n (Q:Q."J ۜV}rl SNmSZˉkJQ_#,H8u90Nl
+E1!7xtiU0s!qs(tޏɳDZ8-*'arx5ot? ^(,jX*D$0@F7㎝eSGeE#u$;mSA$~B.m{C]7R*WdO=kE,!V
+.Eb2GblYEУ vˠ5`UO#U k']E?>WӐa
+At]|N@ڱX.hUgs(r+xB$vV<ܡe3UlԒwN?O~{I[ż݂9 
+R"L.@g Y\:޵g|c'DFPs0ZГcO*E`V8
+9-!) `^qȷ5`@Z>EXk|?u 4Nwn}‘Z>T4\>&T LA&5 P >ul2wIʵImlp_pDa`p {
+}'~>-V*[eP"\rv}2da|}Z0cK)\ōgO=fM#bV￯L]쁰zr#b{gYAUk q[(H#Be:C9i$Wc]$}Z5_Q8Amb02KX~<Paw
+O#Wa61uF\?Q>(b=N<KLo,x=7 fZVctk(`*CXwf%KUHU
+iS0 MtK^1m}A:8eANnG'#kǢjhuH)+7mY(շᧆϐ Et.vL|vUM@# AT3KcBTvdfu .v\Ɏ'/s}"4Xq
+,jf^e7ouqn<x(k"L*z{מ^Aș
+Q (D! jxQ]Ļn>/pI A*ᐸO*HNC~e_d[uhCBgt_~V_9dL[*ОP1ڲ^<OtbRhl/A?Bg5W͜wD";{
+F&Bcm:~x~
+endstream
+endobj
+553 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QNBTBM+LMMono10-Regular
+/Flags 4
+/FontBBox [-451 -316 731 1016]
+/Ascent 599
+/CapHeight 599
+/Descent -222
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/E/F/I/L/M/P/R/S/T/a/asciicircum/asterisk/at/b/backslash/braceleft/braceright/bracketleft/bracketright/c/comma/d/dollar/e/eight/equal/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/quotesingle.ts1/r/s/seven/six/slash/t/three/two/u/underscore/v/x/y/z/zero)
+/FontFile 552 0 R
+>>
+endobj
+554 0 obj
+<<
+/Length1 1880
+/Length2 18802
+/Length3 0
+/Length 19995
+/Filter /FlateDecode
+>>
+stream
+xڴyeT[-Np'8ww Zh {pw;<rvs->(
+%aS;c3 #3@N^֎3d`edffu9[ي9y
+$4{
+* rije{-_ ɽS
+`~'{N'f'g;Gkk[;7[-755yS{&5[KX-3:@
+4gQIؖjRc^Z&M|}ŅG;Iid
+ئZZ
+c
+07sY:DGTC]Sʭdݛ3;t lHaxvY97dSeh.(7cOo$qeO\&^O]zR,
+PL`GCDg/w .W!^O ot3?m8J<VSbXA$ DoaZ~`Ӣ|K!YF"ܐaJ%cTW@oZ2CU)Z$2CL.uلQtDEjn-1(/<NH
+ ؍IT\5{X_) 'B \L`mX)?; Mw1*t]k%Y^r5_ПfrS&Z.JgG)ޣgs#BZ*Hub]Lg`/;NL!tQ'dzyٱ}Iuȕ+'o'`oC~x4KhMm x;j^,_MjYc-"g,vI%lI)L*ӵHxW[r&vD;"~ȴ(!n,nۉfݷ>sN2)mK"WE C3[ʺKJd/0ѯY]Mw'2Tqg4mVbF̼ݖvCKM1CAGO0y09}aK4(~SNVDd`tv*ֲMc6c/3ϸ@'3&ǒEn~VVKIAQ[Cz[N ?%Z1=s逍W"*6䒱b"-7rcxD3IF=# 3BOH;?H6o{]ϧN(CV{堰<,|WU'ø6_
+E u
+g;zlosxC<Sx7k4.gکRFhy!QFF7嘖þIS9uNG@NGU@46VϺ4K#3:vfWe(dKW# }(<d4u;(z5=
+9xroqp*4i*re
+}Hpm-)5/?_OD&9ltX[|vˆ7Gc{惏*v߸>{єCw?/PRh+
+ ݸgOFE~8z/WV.1Y9XwS
+"M:^L$NF&˻Pn&BGJ _ Pe`o[
+ԶYWfHZ5Pb+}G1b&
+XTitn+r7[z$.VOd|tk f1}A\vl'"QBȩenJAʡU<ܒHjPnj"\n#;iK-HvsaTԉ(OC+ɔ›ȹշvp/B5VfMgS4FG{eg8x+{R!EJ:ɬ+K!7f0АcUC% FH)|9R)ɱjO~#OwMNNl rUf沷8  RZ6j-Ɣ${
+>>_{{}|ҜŤ)";_(KSZ~f <jďmh7*qoFey%^V}x7t;^(ɟs2 FՖcԕN@I=P2rM^S1$s]ϲb]]^i
+"l=<Oʣδy/w$`Q\\>+aG:_"^,m. Tt"5;ZI/Vd %c^bpV}^qRE~A,9r<ޟYx)zZi(_<1`SFP1
+2x0Pîv3̃>tb2a;hL:hC\~
+pGS?A9VKMח?AR{-rSh܏9ѓ zQ(Յ:wO讅`UCJFQD[P"ȗ_Lo9"j/[Zܼy $k^b%Q&;}'m2Ykp8եF!vJ&.S_;}A4srSa``&+aJOPV\ąi8 ;HcpQ]k3.ꌕ ?G}#4myf- aPlX,q 
+rdO*E
+󯮾~\-]SŘt,a\kST7hi zD]jhGFN8RL]OnLDt5w+ m3<DȳnhiEƌ
+0_.Zu̻$%FV=R]₰{<2SpzG{>ieHz_,k$YCg|0TdhϨ `1ܴv⌌xpz2 :8pkՒ2:dxE 55k"OMyW6ۻI"R5Zfur" ^Q5K~ 7v]Z
+w8Zo⏳m4C:up7yK}1f)8asMP%ţ&f_GF
+j6vrrnOs.[N U| o~E"|fGå*:b6+Ǭ'Dd܇(aA
+!7a/;,<|vi(ZB3?1Zי
+ OVYϘS+Z%[9r`E@j{d0*26_EDE @):ya 9mt ͱWyhW`Q@}[Du.@Kd5E- 'ca w~&ÔgH@ȎJgJE*۰?朲!&/[[ht-}vs\*`=*6`#Bi-'<n
+ɾbԓ߉+OE(ܽd-UV~> C]"f-s| 3 *b+dŅ8d۬؟DGvS~½
+X5:l#G0$
+
+}7.TPy54`nǩ*͂כyosmq}#[m52zC{3]eHfX.S4t\7 XmSpI7# C>Xd#[)CGBOjaЎQЌw|(ԻJܲ?0HSDQQf]U<HrK
+ٿl->YsfŔ5-jm`!PAi [=2.bi9*?oK}R#ѧ(Gu~s5Ђ+RWVȀ[,{Ftt5 &T\0x$`p{z[B_M
+/16 7,!nn
+Ce]'y?G&luGc\#5Z; |xwZU|9?r՗j/5 ^;YŠB%ƓBP@~Ja3x<j |||i$P,#ԗE8eSpKJ;|wȁ؄&bpu2Hx5qhÔ:ѩJOkkbg@볇fF8L,FH2OF!8k W%|jB(/Ǜ6þBpBdbwA$e)lMڭ^WPakߣnmSuPڈ `x~uq},D%Uo>齴OX%vцlfl* Z$Y)n֧;+WlvwZs<px?k0!]XB/l !٤XMD(*Xy;Ϯp[\*Oz 񎷥\"Fi`j#l؂OۜH"TA$}TEY2dPM/M4r? boqb<O*<OEQ%fz6!|4=m(R}`gNugYAg3ǒUK9XeW[e}~>Mc̗lɽ8ToUS3fF! #dzn
+L:]r50ePRR|g=EMrUAXwCn8U
+ޚm*3:Qך 7FgzGVuw' Y.vnb i@9 \q4K}H쵐,CV0Df0>NEY
+ Dt׽ȩM%{wڣ
+xlG ­FQI|Ƌ@"E{"NX8/GzA
+,0;rkfYVJs+Ur  :Rva+xlܼdb=nTS]LNG3k NJ7sqt:./W'xZO`
+6,k6qR\E;AX
+02Bxf.Y׏6$ZyTɒ/kM1Ait*i<]hn%UWѫq*39"y2f a/|DFA𲧥Q%6{DN^Ja#RhaO%lr/!ݼS\5j9aM٪ GVjռh8Xu䘫sCTٳ^a9`hzv=@]jT VmRdG ‰h`кۓR4AY)~VsH%Ubgw]LEBx_!h`EQb@32Fɜ'/NA-QӸjKX*(JP&UpPxֿcga݇Dž=7| wM*et*SxV% `0ki/ʺQC6zX/s8'YX:s}[+r$o2vANn4 exڍ#Gr{zT"yWsԹ`7qB/,يIPysAQH^s+#\w=<fJ/T|koZӎ0
+܅QW
+iݏt
+bR_‹pᙢdzN .ZFfdKu.N/cMv%X2ۊiWͦ zt@/bbFLu"ygLJvX+T!?n~-%8r/~jTi74
+(`#A7FˑDc'Z8lQ eJCE[{23%هO]
+#MLL:8C%T4&:)p _ev;XA N O)BV3g\{ F/P{8жg9Tj?D^d(]C&P?zemDuPH c0q!@y%ci-0o =n R?ٓ zzsx3C[Œ7KtJB,ϊ'h'B=(n)Ob'mI;ˡc:4ބݧsR^-1'eZI:C!hrC68jgG"/|̇p^JPpq޶ ,uU jU:E~yT|Q);4+6xlI\X`;L`cyźGz
+:f
+\
+KϨ*et]U!/{-H PxfX6aȞ05k ))_maؙYrbYK1
+ɊiU*Q<b
+sBpi:<!Svl[&Rk9݂#C?X'%N㯏lmr~e{Q+E38Ș߇c? |ʼKK|] ST!+=?QaV ] HWihLW~K-c~chTWY1oo<ȶDh8 Űr!dK .f(b6
+ji
+E=6Ch}@viReMѦ~!^[[E{:M?9x՛L6Rn/>r}4(W:Y
+6Y4c@mCGQQL4ppNXŀ,↧}e*QYTB,}gGXs):'$$pJvDbŒ&Vi^O⊼
+_@4<?ӭBF#g
+F-`k"ųP_Ay乕Qb{+ ߍ^U1XBf\xचDV"GyBX!?3Y<x 97xPUY]£`Ë
+ns~iEidhb-x0pad}d!
+nK?QOFz^'DH8kC*fn"tPJxnjxV|,a 3Mh?dE:E_zn̡!zBIM<{Bsy* zMej{0~۽ rd<śﱱwN]9+u1 [&q\ѥ"&ukv}{EWئ8"::Hqq+$D}:C
+ nj]#r/ozU?T-N~mU*9WeD޻JYּaZo߳dʬYϥ`QX?e4G<bJ!lj,o\S'x w~4BMRl 287Gkc6WDyAezA ِ1 |c+^A#76A|OnFr۪Nl@דG>իC M(^Wd]VO~}aTHdKwz9ԙ T8H0POyN'ګ.o' _~ƞFsg~z3۪,.
+s!}L@3g8r^I"nL +\ewO||uϙi\} $~d ]UI\fO.nul mJQ9qY(Kԛm/%v?|Dj7$lєu~mU#$FִiT.Gg^<,8hkpJ+>>?.Vw D40fOfNһc憧,k ݍ
+i3dF7f=B0`1#5M}Y$!YtL!nl.ducLQKLoJ,. 16L5n+0zy%j/H5:2ʈZpM["ɶ"VSR۸Z5͟
+cj^Iǒ
+EEԠ9(XrֈpW ЫLH8~ Gi>u<MwIa4`}[BrTg'fK.,xv8f*ؚqƓ,,-;baJyJ4Ƹ{uvu̇IrO(ƴzF3/B|LL4EbD`z9DN'׿I+XB-aցh
+KקU!V~c1#f
+-f]9¬!Y*y4u6xn[ 2=;fV+`|fN!2{[ LHw8>7ףiR"r> QTN<'5Vv$9$:N5>d
+!#@X
+moB͵ؽDb뾁U }ܲTLäzvE ز#^!,'GwN}z-DjnP++5D:b{/3#ť`-k0e6xE6[z3 ! #&y f@:5MaҴ³ /RԆ߶Y[I|D" KDck$h;ۏ/;2|Q8hVH2%}M[þTN #XVЭf
+/ m$ahvk`;#3zH¬!YUɰx<C԰.Y}dcadjCfo/$%,pdTJ] T_}2hɁA ӿ6l /4,383=|7.QzM'5H8sǷX"
+_-aFT_
+/? {P zD"?߿?6=Ao|͉-\tKf@uݑin]q"3~|
+b!G uO7;+ҬaUFڭɸ`@:V0+̥=dW<r Ɂb̫ylMȀ}7{yqH(ݜF'=B9x%7~ x[\ /54i:A
+ssjoFaq7jl"5<͉_єYQR=
+p~ =36k;cd&./!ygr#݋OeCV+bG7={8Y\uRk۲A{a
+9f
+Q˅C+>pEMhXӫU7R
+ 9=f;$]S!~~_^,Z]&]*o뎏eH J3_t:$sVv#HYB\)RC$dOEMc`6\u;4qex 1%VvqZv |r`J#'xa֪=mWzw$mޢnskOŸ 6WވFDmP@;ǿ.S֐c
+CˡFY׿d_[GSF#EwuURc6 m2)׷g-d8lp| ͮO:cdȫ:$FQ #[%S/B2%-1\A|8XHΫM1% ~tߡ'.eBQ/3SVtV7N9,_YڸlRYEvPֵĆd+M˓j!pH,JJv<vŶlSOW@{f:#e"݆rNg|g99_8-q
+i^D*n&8&/ ]L(r|z3OՅ6;_71H$T~YN?%)KrÓ2l 
+/3h/%HcG٩?:?UoS{'i.]93}xH13D2^ EO}mjA>2
+
+4z
+ DIP?-.'6<;
+*kDQ~b(XɁ!)Mc,mUI%5ʼ,W| E= ) ؝#^77oIH,S-*f2ti#~d֯98C/H/ jH~̂Y{'ѹ~=Y.p
+a*(#9]9 :*v# L~?DC<Q`Oi.B6 ܶbll5odycHk@hhxbvUjx
+endstream
+endobj
+555 0 obj
+<<
+/Type /FontDescriptor
+/FontName /PGSNOV+LMMono12-Regular
+/Flags 4
+/FontBBox [-444 -311 715 1019]
+/Ascent 618
+/CapHeight 618
+/Descent -222
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/a/at/c/e/g/hyphen/i/j/l/m/n/o/p/period/r/s/u)
+/FontFile 554 0 R
+>>
+endobj
+556 0 obj
+<<
+/Length1 1795
+/Length2 19071
+/Length3 0
+/Length 20219
+/Filter /FlateDecode
+>>
+stream
+xڴeP=-P\ܥŽ(s˹{L&>~$3"SRe63J؁Xy
+0
+vr.^.66
+F@`?Ìl-m<=?4'Qs5;Tev60"$~;O-
+<Ax_2BSΦ¯6;'`$OqsX!%\?p2b ΡM6bb8IX)]
+=S+zWLVAin#ӈ*DԮ.q9s97/߆A2{=k`iLb؍^^jQ-3EHjS]"T{DS_dlE3<"8}߅6dlThFOb$'il$PfنP*yHৼˠl+z9%\hUWalҍ,`k&f[g!X <Zp5mEf֦t61gа'9rٕ\V$p»-S[tW~0 m7aBQ/SajPK͇Wb=QbuY>iEFL`n"dm;M<<!h~F1@fz5P
+e=Ka^kW-MODC{1
+<IzHo`xc[\+dt2ʘ90 +y+O|Elku˜.;fgpDԃ^2tž>j8ohj`j˾g۳b< DY%viLnaɣ<k=0%2d*߀4b_ukj&0^~vПЦ"3, {~es'(.aH<+AЮ1tR_l%0K,\#e<4\!Ux!/x ;Qf H޻$S8g1vuOVvhp7yȮMfTStj'%z7F sN/96 #/2ODioPT^xXkɇGZxmaƭFq:ch3 fT7 TZ_ ^=eKlqP5O#8"իr>d8P z` m n55u8X'yU~dFOd>Ln͓2n/iF:=XS˫}>㬃C;ؒKkΤD+J8oNTdoD(2byAŽqFX<qICکkR%} WA|a`BX!9`,60(.G`1Bp~U!R< х/7C@vjJOI?G^mVs$3k2<7yzBIU^٥F_HԠ6=Jm1>O1|G"v0@Z4G؏(oוydm61[=H]'k$+Չ69xS2fYѤ%qAey| ~dn:SJWTsqs/ɘJd}hUșȥLt[nZu9 |!:Wg~#2{I]csah*S&:q'{US3s견v'Ys?4Ga bK3+ɕZ>|u
+.&@ Z-"ز. WN?O]H>EWBS?nS;srF@3\skt@s&zt鶖iڥ{{&Ӄ~886`]nSWO~_I|%ߔgwpwnȲI>KX 8ע
+6MǛ3 J@fwb2e[0 Pf{SqDx:N~1٧ޙ
+x{A3oA7f__gδ%O#dRݐhE
+tףY֤9]=ݠ&
++ǫg᧛+HR);$"_?tgy \Ŏ<;_TXy%fVomCd# LoXEo<l@ bV&:jhE
+&>F)@!*&dȊm1Z',YNP@am2FNu}i͎Bd'k>
+Q$'Wp87Tg 3i5ɰK^Չ)5j|uS\gͻZd^@+e{kX5Kx%VQ?]*iC&[b^^bd-,\ ec6VsgX\:;'3fUݘs`A) ~Nꂔ[&g!#aP 0Z~YQ*; ACZkbCurb:f>|4=&ѬWζ}s9u2.5bt哕@G
+M"۬c6zq1S/Ɠ6}t3qL2,`缾m̻҃O)JG&;Oξ%qFQYF5[
+Xt+r[pxFn> ֭sywg_+ӗ6$? :=K $§t_'LUm`}u zN:G6HZc-9 {~SdJi>۝#ྴ[}*v.P)Rog ׶va3Z-ȿ5ŴAmy0="z~Հڂɋ|=D:ם_Jk
+n}93Q"   Xwpӻ
+z`59[/p[
+
+#W3[A5\h|WuL޺8x@iZnC=-ͬo+
+)rq C.`W7nBv]e&;Kq2,sy*OOs#ĵ$茵'(R+ڑƌ%X=&ٕT UaFӭ\:qwD&㑍Jr˷->ckʍ KD,/c~K.TPo1])lB IJD֠Gt3|Z%" #q#NXطZe#!G;GQӿP{'>KQJ Fܦ,*[1V\gΌe8]B ?lk-_GoSUͩ% 1{0eL@K#7)䵩mr'Yz2׏A-MyK^7W2N{B&7 IC9F1{%QZ8b: XW>7#;Ԉ?ѹx03ɏrUK$6/~Mf^#gA +|7_"H b8 [s7-Y&t5*X},ވ >T('Ig}>㔇}4|뺚7L.~@9)ro0<Ip9X܏QFFlh!"U}0Nrp{eϱhYR-RG].U(l'#x`w2(|ҭ RX9%kH$ -KTPt6^R1dԂ;ΕZ*g_-~OP)t
+ 84ωQO$h_#1`cZAjkSfP)\=KTmҨyqcVxIE%-l0CruO^<Ujݣzdnp
+:K:lKCR/a AyIK4CN:8J
+ݡ wqV|>qw9,%jl6;WmG+k+DgJ-FHS,}J'e$Z_"3M5n*@A+H_A'47#s=(gxU}dm~ɞ4{E{Tqx
+X!ptޞ
+*YXDH/|B18Eyôge56%ex؜+m:%e霍 pa:_S&Y6&# F[a[gӜt4x?~PT͓[#iU7}̓M@`~,Ef1 Z<8@g x)7J<>sX`Ujc?fT6OYηиs2dI';FJG) :^L ǝةWL[wW"N uy M~m 0._9Tf>D𷷫w#7cLPcH\LfO3.=$Ƹ"
+}
+{m'9܊\*xB_eq'gTݗN+td5puw!6u/+yGР6 K)VQfdG38WluohD|UVWh<H)h? 2Na0RwuUbF2 "!< @G;];)V?(!Lrdڂ=4 l^ņ&aD_mF*eIjP<`"vkJQͮ"f)syݿ(|Ml,3)KR #J{$L.ïj -rQ8:?/̼Zɀ dD0%2T|:@J򔈋W++;lOSQ#GhVt^+
+Sl;N?/:Z30D1aގqYO`?J;X҄;$T Byg)fTg(h!9:Q7D{bcbN :A #zi
+FޕAv'x( +fZ@L=V_GC 67q::S˸[itd@3=V)1@3"Nrr@mbDa."~S,+l$;,ɓsK?!TH;"J%7SO6qM +g_GЌi`^#R\b@DW]ej$|b{_ } ҋ GyXszH6@8`P1} v}34R0j]oۆ:~<9ξih1 ɊY-PT4MƉ$&ۻ[SX =rxhhHDOsyh~koS~PSqdA9K؃j?ybʸj$PtlݠᘥgBHE>TO2{r
+.x]BZPO
+ aaтayߋso V2;.9_J,ۭڅJQf{;hC$lIy5z/=G?Rs\yXV6_NY9>(U*djZp[cjڇ1|ԖwbVOjknסQߚ!8hwPdn*㴒0SpDU:d
+a$~sq`FX\"J*fEN t0i,ѻ6[huLmPV:)-nE(d7 ^UQH*#!ͲRkDEkW}Iv$.goo~sBTsCr"uPk)jϣƏ~H&eFv>Ǫ?.R(-~GUnsp4DĤy'(XUNmLrSU?>@ښ% ad~q-j5Z
+f{|?./V7rd0s1Ll1x`D`<L[of;E_|# h: Ýs5r~gtW)siFMIE{aB #5$1‡`
+A3ؕUɠtoْ֞L&r/^u-<'rs`Uu^zЅbG^3*+2~/{`}m
+x .]ԋZju^#-lQ%)o7@K>[󰠛;U~iԜ/XZ*`Z R}dw %pD X{u2,:UXx `yM^L驎yD Qr0vﵽ]SAbΜZKs<WcA -`ݨYKrTcȱ<bgK_ٗ wJhQ* sn-!lFQ<aޜ9џ/[s8S^y$yp )İk5(}
+w $%:Et?>!k7]žR8źeҽy
+k$'5S?ۛѕcuZ&,o7R0b/ϙI, 6,nx!.w0imެdАTEtjZ3+ɮ}]cEoGSOy"dܰqqXן=K1wg) nm"p0<
+[XA9s߻W1H4 \cpuKdpj znc3hB6N5?;m\y򭽋tV7ĒK^*zwX:sxK4.ʂIL W3/^7ڏw8,)_/<=r
+^NRn~߬ՖK{4tGo_Y=Y,XXB5
+1Kv'+LT}EOuc{x<IO%B Բ|"5-jC]wC̐%D| HX
+z;Ө9C@}WډtjwrhCnbX'UW=+h
+4en͚})y(
+-m+YTÃߦ].CtX~]L@lK`}D\1i^K#aj6H&^(JD1UTž<:W?lHX\@&Z: .8@cFf;z~Q އƺm㏬ց<Y%-o ~"f@O!?r$ [g&C<O7vSO { z#t | 2wko/6F8ťlײQ B9$T%5*'&:~ù#'d9iHܿr`+C[%
+mA &4ə6,)LA$l8a-,[[@I}Gu)]+ݻeoӞxFUȧdQcS<X*[XC@<h_Ҹr"#^R5^_ds~SH6"K!eB)porq̍mQ}ηG~f2+ӵjSJP;k~ڕ:aAS:!9 B.$!ӄdeJGVCi'ӢW{2( Rל%hh׫˗[*ۊ zW|{
+3/^>h?/[sK[omtsY*G[cs1 ?&Vtq?~&n"ΉU. ~c,(q!@ٌ є#$ #*ݹBS קo+VֹzM@csڑ!;pΑJɜDB^(tBw5{pc}x]+LF]9spثDRi&oݙS/j/T.l L ^2Zfx '[Y~p;4VlaҘ=+va7gU,J#K=Yx:ar5< k:qQۜRlQ~Tki.?_?(MdRdo%KlJz[!{\(jWWe߲&$Dٽ;ҳaBx/n+G"UT4ٻoSЪ?}FlV & %O`s[Vr/[S^o
+9ˊ23IdrJy_Mq6}޻Xcu7{u  IsM&Xz/R'e|¼l {#AtW)5ON8MBFɉw3xCN,*g<543vOpzZ
+JTOlJ^h|O4fĄ K&CcD{Ar2|9;
+vd0"sAcooX$Wa&=I~_TL5| K5(&_c.xX2|Yg/u@/5lwD[jn "8Py{w@sg;mq(ޢ6ɿR"8ǝ%|qVΒ@cA^*2_
+)nmFMݚD7*:y>T;|D_?>RF$ZƎԢ4uLi=Sb$=(
+ޒw[e"e:臑/#IZP)?$NrX5wYm=
+ d]ܘ5G8&e'
+Hw(LV!Wnyו"U|cǸi/:T[}p ̻Є4 Z JWiUֿ&q&w7}:'&f_"lZ陔~4 TxMO'605)MIQ~1{
+9}upŹZ&ˑ|"\괐7p &R'vHh}XFdOkP
+d.dKkSN͵Qۨ¥e? oj1yJ{WBC*iHdSpӴH RSCzn]y|hQ)ZNd@Iݳ(͎=5|*sOԴf'cK_6
+*bi}lR)ZwP lk}J>l51Tx?/8Sm,PZun>HDEA[3q
+h3)X.Jzk |ZxYdͤ_S RڛpK{xXPRğtFӣ&%o^9Hx3,ҕ)8tdh8s6T_e<EA+؄Ҧ
+1j*/h`SH^le}$JB iܐ) BRLz&,$Xܩ[+Jx7{o8rQAG!= NV³b]4FQf+,\Jc6WWuۊDE Ȱ)C0.uc !y9TɲZ>w'=;ŏ CC4Ltzk**[U|znTЏr9}9!{_hGÙ?}5_$g1
+yTC€(: "
+
+K❐lM=N2B٣fA4@E9O"qW$ͳ4u@,}ƁqɃhZ !Chj5ȁ<Rf.u[[{8^Q ‡yF [|;Z{dA%\߭nO B$58BY
+ QJV|ߟ}ŷ~X-4 0¬[Q{O4 鴄;v)\bt<nd & m-p=7iSBu+z>Mxšי~ 4W{Ld6H/.HVCZKWLۦ/Ŋڿ;%rhP1+kaIFy~51gDפ>2L=~t
+'T9q[HCwHШk( J̓)4"|ۭ7g؈WqG7/Td4Ap'&t)LoصÅ^BZ FdM2_ 83$Zu`wp9+ijIQ &?;>jiPXf#קye{x~4F!ï6+cWgj,ʣg
+$rK1EJ
+A޺z}pU1Ѱ<A'ۘveP)r U7}hO; _pnݗ 7#{ҒXƔf i ,5XM!K4Jy=*{#
+
+vpy,'˅1y0ߡ߸[ :-0NƯv"51,I2]oǘ
+(;p#
+E-i9ЇłCU)d` (u« OAL]V+tXVVqϮt6>n{9kMr|f*gۦ|M'#Mz$Xݳ1S%ݍWt$#MɌ9iz}3/*y,:1}@M{@TO+K?gaZyy掠\0dmHm. 'fjƎY*m!:Q9=9'.@/*8$ES-YQrJ'P[''UVanr6DTWt?Ԕ9 ĩx9Vn[^@43nFn  EXg*f`/*.W/fBuY\AK,N&\&,mƳL騅2O?F:=&a{6XXC[Wur$P6p{6
+4wY#2᪃F4ĦN5R7O69b'vCK΍xpq
+_}eis
+endstream
+endobj
+557 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ITYZJE+LMMono8-Regular
+/Flags 4
+/FontBBox [-456 -320 743 1014]
+/Ascent 601
+/CapHeight 601
+/Descent -222
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/a/c/d/e/f/i/m/n/p/period/r/u)
+/FontFile 556 0 R
+>>
+endobj
+558 0 obj
+<<
+/Length1 2273
+/Length2 22386
+/Length3 0
+/Length 23670
+/Filter /FlateDecode
+>>
+stream
+xڴeT۲5 Nݵ=hp K
+L]mƹL&K:;[/}ۘ_#Ax
+/ TۍAr ?p#){s;'M4gSK䍙K _~ '3iH`wQR͌g]J-߈!hV3{GcNk843MSG;qѧZz*l'}.m4׌75xsqQS x"1]--ҝu7xM ʋ"I_~ M{׺Z4,L8&:pT2>ή@ذQHwTG<}pf*ꙕ0k-%5G8MpJҧw#7=n~ ,:PGhؘECyh5. r;Rc{YnVZnȽ:g 8>66k͞ɼ[
+U~$(q:]Z6<<WMkڔY!g6O] Sv񬘰ӝI,.Y˘$۪.]ϛ;wE>F&T!sK,n[~,SN^ƄnV}X.pNkOD GR^Áiȃ@h a+o
+ȆJD$4(i P{Xg .DX|nF j]mmG1QCj{c 7)D)zj-~. 7+W_$gؘ9pv9OINy؛p339 c%!ZjF:e\C;G n(&mcX+Lѕ,7atlBWVA"&h^Awі5vв! Dd"]DNQt"zuX#Lޔr˨EȰAhfW<>B7+*ϽOg֎$g~Vqd<r{d_]iX?: LXh&omoMc:&WҒa?
+h[I|Huï*k>=w//$_D[4f o i^"LKΫ,"`Qe=0k܆<;b䛧6YyٍoG%N[y,!
+'ty󂄾r{ D 1'h*<gQ߯d 5trHJ0})"}1sXիv u4O.w<ϗc(D bXMZu'܊sQJ[٪L7 {FW&T'KJ8TXGmK=5LT< uu\Rj&f `z`}yta+.C<H_c<#<Gy/szgnQ_4\(g"jٽ w Fھӌ77x\eK: Ed6 uYƿ$K%ޤNߣHIv?ʴV{͡ՏBcٵz*eTH&'YMBvVp"tM̴,HN=JVc? G4@I9L.~;%BmS%ɱTclIn/Bb {ZN}~Yʼ }hro<V2\Q|2wcc^ly29Smgsq+)_@`pHlx'@ TySeˉc>11G&J+u**NpJҖZr{l[?m档
+noߒʮI}#i SQȄv8|'w?E.s6binFV[84؅\苃`%D UA ђb 0&dG<A3q(a{iGprGrLb&/lR%xsHokȬICx7l
+b̕#a .zV㌸Jok)"w\CY8ν  4l9<) ]#V־Ásٶ2WAR\' v9l-ck30et#-Z|s1Urj*Յ #kc~1&E˔~f(šXuFE^iqдJgS6CNjM
+'EE3 ?ExY%\vUy>q#p; =iO-q
+Ccb=<m6yX[JLbɊ5K&פxA
+h-&y",Q4syY*eޝX@IV2xqq}܊}L(q*RfBCJ E3 Qs=3<A<*!9)%[?DۖV " B6uբ8=3Yya5֊vgYj/=M?A<ِ0Dcۇ5-]?bxڸoz#x3>?NEiW.6NhWM"R.?J(~{BwT}qVoJD1zov~ &1>{2N.PMf2)B}A_oeYYHW`qSh:xim<5\ 3 ⁕J,eb=Ak.Y聯qȕpY X|Z|s`l!
+Nߕjk@
+;5,%!1#*hۏ6(9jv՟ِfae
+;"LmbED)`<8|;8aG6 GƄ@9l<pX .)h(yg(;-\
+`=Qn>AdPUC3=C'Fe#NMw)D$M+M!
+NvpTVE]uمm#\^u
+498lݣg-(=24:K
+ÍbV ĵ➺^_6$VZe
+{
+
+22=%(,̶"5Ue|c)$׳0~T:Ӌm)-݄T%UBEAh~,{ICW+jښ>L\*E]O/ R- 0Xp"Kh:+z6<36ӣH&rwؙw FMEt!g
++/Fp Ԓn5稡?`BX|&B/h{ O81`Gj(6 |ٳ[c.Xi(X~wђJ#ʋcƟNg6t&?/.đ|?s
+Xo-Ɂ,ڕ껥 ď4 Tb^?o#^ZcZ㷎0aSI@x!؆H*0
+[ԖOi?yb3ﲳZ;Vi$bW8Eut"U(&FĚ48-<~STEߐxL 1&vF 0I1ٻ]϶_#C+hnwIX
+Ⱦ^o],Ց&9MG7*jEzE/&r&D 흀y4CmG5*5@jK,2ҥwНJxb
+5lSS娧ʱY__'MMj$޶8|@5[2R3WEQN?]}SsZDHVS> ۷JAy­>-x&N^f^^;DFԙnB=QD޸ Bαz.ةY̤x\&okܳ&
+r⧴Ԅ]W)P;0?]+~nz\~^O_'Sn#m4^k1yX3y̥WpŇRtHy^tX!-(͊˝*xiVtҢ l@l$Dv&Ka,u)0MJ1zA&H|;zrkkB|_e3(y8g*5.v(!ߚ~~UH֟F #{2ɠu{ᅸz%@ )F[ZquDAo:Aj]J*TBRŕ+r?'&%$K<ӆY~A,ʤ6h}p
+l¬rvhxfɚWuLZ!U(f2Oaja8HʡT5X}A= HN6'V:y fqU
+wY2a)=0_vpva-?X~ѓ-'~YOQ^@ ʇoqO.Q
+"6fL@5 {gq6mþO-D t&?<=gIN࢟k֦o*
+@7+s{u ML: i39Zjh`ğV&,ǃX
+LOț;-A\vOŢ|HX{VAk*k9I\֡UnT+C*AԜe_sSk?+ `?n*Fd~mC
+!-`1GU~yu'Jr6*HA9|+lWPԝ-4DqaҀ%`mOsJ~5ktN8V NCU1!pnMTRq)m!#Ģ";q
+b0\7H
+'e'K!=;ko*+c毿|\>e!w3&\4Y> M<ZM!/@zތatJ[owisUhoHphIP::Zdy9^lB?0
+Rɗc<e1CԌǯz8?a|ҥ> eἲ`-nE &+3dNO
+ e($q3x}1Yf-bOӚ?b'>ۤ8UڧpFjW(.K#^B4=q*i}emz~%:_M<ЌѷL~==Z8QLe,c0:\K/5yt@KbEڨ:Ǥ`7..I v S9q\bߟ?z
+ G?4ɷ[>'\`qhH;2P0,:@)ymYt =r'`&Q͌9W${c3`-9{J 2!y>8;+lK#knn79(4BB
+(UGȟ
+4)I3nK$W\'5 {u't!%>
+G. /ёF#O֑ɾ"iQK^El9ވQ)&7vm_뮝rvS;tLCT#7EY5K.yhE2 mu4+ǧ6r3#MB#z#_>8vzRBV;" )~KI2)bh{Xa_֭A;qҘL޾[%baKLNL7f@svʞ1) o8hZyJ"FBʎR2ε*_-&1N+s&g<!gVVlMz±Bӿ =Ȇs:ɆQa` ghw
+DcJ0F/Ƅ5X5E7ogxpdŜuȶnYUCg'$L_#A곇EDOC8aTܓ٤/m$kP4kL
+ES DA|\FY9&;ָ>y|ZoZ%yzPN*8Zi;(~<GJt-' iO| [ 3[!h(x, #?ѳR3S?O$~q%-lP!(g'P֝IME=#>hNQAC:j,|c3C~
+6AmJw s-+8:y=f1LȬ)>$c P<g>]4`4غ&o
+lkm?Tuጶ9I&{+ l(fXaB&{TOrrzE;`Z],l OĮ'Q1S$(6"^KQmCt䶷neoMF UOx=ħ4پ7Cæ
+aKkΪ43 o*z\r-v:! 4~nrV H|| 0^knR^@”|x̊ )ϥe!%:NHE.|>
+1*lɘ^bYCSѭ-"E6ԇ7#Iudx)Ek^L#
+`$w:q1V4AEKQڂE_4|'-/2{, Jze5ٍ9sh R9Lk䗇}rm&!|yb"WM~r5sg xd1"aJhX͏,e:ˀazUgE): I0& x<^ =pP/W:n䣋mUaD=\1̐ҙZb?x둕B/En!. N⁔%A;
+EνP]ЍjI_nҮb3?|WEoV? J"X|bc.5jYLKw1M9X,gSrBB^_:5xvFYrTU=&όj52b,"XCpNQ?@>zqnV)4[<wuU[ߡx=15ݸS_AF$9X۳>20QxJ<BaI\,XurE *j:oL#^([5V%"$ %Ě_"h(g,[pwȿ iƤ
+ R\W
+7`ax }Yo]~IT*OD,~ܗ&m"MĵߚG<s 1眺V>X҂#ú8t>{ܼGtu&Mi)v&gs.UZ4u3wE%MT=\m)4~͉msPYCB&5-PDn/a
+2Cv9iŠϏoP($M?`cy3_z"5_ѫNכ8zgit%'h Ó~Ʃu
+Ym ̬(_LcгC-q2@A,nrƄ0FߩF3K7恢"^g"OxH%)M 9-ׯo>g[ARuD
+|{xKvN LY6 6ɫ5'BrSĜ{z(6w&1IBgV{h%OA?Y=TL on#10wە, ɉb R|"&_>I 5|
+!2$0$
+d:S$GO)5fXgnV2Z:Evpg9r}rRއI[$vZd<QvO'N|foVEʂrnVQuJȪ;Bg =0Q⍳ANhKZ NB$nV5 /<IYːMɑCͰ=]% Xz| |7b89SWs$ɪ>'W*3ry_מ)ԠmR+E?QI݉,b n_hBh0k<Z31] (iT^Zf`u \H S?HSjMg蛬m2&(~k'gC& v<W9M=}e9 2ϤC8eWg7 d^RFi]I&Exxwj$P%[!LEy
+o&7nxxW^я+j4qD$Kw򎁰8PZLS#dאĥ!&[HqܧoQHJɱ:W~ YTj[,r:K
+h^h_KE#@v36Hzt+vCmfy˜y:Z)k# rl {ޥU"v %96 X:ߴƱkf\ Ϗ㬻́`'OċLij))sA)$f: :NBëZ4~@-O,`KC@mzzRs@."Y lV?:RՎgpܝ2 %S h44azJ88$uܟ m
+#6 Yo| 22"s8U[t1иJL4~m~UxaMjgKP8 bA2z DR3zϖh4ο6
+?C73hB" g=D'(</&IVClg>l58VjT"o^v 
+
+J*ez+2>pNSSa?+&{
+衈WNEx)3F%t*TXU(8aQ6™ElSeOlFiriB%X3a^, 2(|܉"l$ z:R3ʂ:cY 0S,7iI# Is;Rɡ<hj]Ywȿ駚Bs5erISP9~'^mW_9#S^ j3jYT7<2oGkETN."^#N|{2
+ZvwX$j VX^w[h OնC&m$%VQAS߾WS4w>BV
+D rdt?Xc7,#!-65@YGǒGÜ%,幎h19M}DϣULj֋e6s o ?9uWr~aQvdk !oN`]?Ϧ-4!gw1Tyw~~VTQ:#ϟ'f9
+ڞr.\ S+*sxO ΃]`M"po UBg| DP($ʱ"vi4SR3f]#|:sYd8N<Y-,Dqz]]:"$IO}x49VM\pUaOՐ|uU%NHmhmKbt!->=7"3}V bы ''+T$|s|a3®EEvTkk
+'
+bcb~@8wrSNv0!Oqs|3Fer"W_縥K[8g1zSD<
+V$1—s?Jr ӹHs%X$dt PƤ2 rDeg]PАg)E$@a۠無M4ʛue ox є>2!Hj]V>K+z&r}X\%KNʞ~Djy''6pBl"vδQQvRfh#]H7C^cT7ZÅ- &>n!d5 . [ M8N$GIW3L
+??"ۿon2uflZٚqo$O iju$#}Lc^D{[&^b>2UH ̄A)Z;5$A<YǽqOFp1!m0&OhփUMv/a/<0&Q:>֓Iwe9r,"eU˓k[k|3с-r5e]n7;=.Ο$Vy#FT*Lt "5*RBqF]ڑ
+d2i ZȎTm
+~BW %f/ZA)wew9q&܃NAa4
+]>pԉ>S$;0t<݂w(&=y6Tb,D d&X:4PS cdȎln7"L}['m8p=;BSƾV8sBv5ZٌT~yDr'5ll!vڹF5Þ2Y&ӎ/GTDYWC6~X
+٦SZ 5$f9K(ނzj7Kҳ]͈th9t=~f Urc%Z2[J 3監 ذY:&a>r` :oL`6"B+*vގyH[UZWOբޢyH
+*Cɑǘ؄_6(Ϭ*EGEެ5&"PE#Nz'5W5\JϵAS<p8l_LINx(C2@sӺPQ+=DQ)BTRf<7=,E"wh t8
+GBcҁu-Zcs^F_-!E{u b0신rNI}68 e
+9s,VG'
+L(h`%@6YZH RZINSMjWq^i. BVt|@C.P8mOnh<d_znªdyC6
+n.
+ Es%ݗĸJ:N1vF_gh ]'=%P|dix IKүU2*B ,gmJm%3s&MlT_@{x-(X^Y3E7U8rj6l֐5*jϯi%5bߋ'lvSN2lJR`@BŴ_vLVŜ%ɰc+)AL[\gMV
+6)Sxg~ֲ6.wrs4 2ak%=SDWߚ!FJ:Gs
+G}W ~SVT'Zg^KKx 4)
+u}R6ſ*` v&1 w% ꚇ_[sP*umve1Q=diNIwjR =34S汎=:BZ_[S2y[vA6xN\pkж%rԘ[ؠ;$MO
+I_e 3%4Q!ex~\>=9wˁn_<$/:wwaf voTQL%?,<Sϒ=nUtN{]VBB~U94il(0z3ʘ&ƛʶؕ (_:!x֝'`6 &Gi#~L>_jRS9IVmp=lλ=MEmŇ$`LamJnݗP~1O؟ W|>:Us#Jg!1$GOmkcT^hRӑ2m:S9KDc(b(rTWMo7b7E$WP!xBN%LUX8)w
+b3Hd0F?@ᅝ!:) z2Z> +TцhSXӻT]9P2/E9RãgR
+endstream
+endobj
+559 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UVWJYZ+LMMono9-Regular
+/Flags 4
+/FontBBox [-451 -318 734 1016]
+/Ascent 600
+/CapHeight 600
+/Descent -222
+/ItalicAngle 0
+/StemV 74
+/XHeight 431
+/CharSet (/P/S/a/asciicircum/b/backslash/braceleft/braceright/c/comma/d/e/five/four/g/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/question/r/s/seven/six/three/two/u/v/x/zero)
+/FontFile 558 0 R
+>>
+endobj
+475 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi 30/ffi 33/exclam 36/dollar/percent 39/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F 72/H/I/J 76/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 91/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 159/section]
+>>
+endobj
+495 0 obj
+<<
+/Type /Encoding
+/Differences [16/parenleftBig/parenrightBig 112/radicalbig/radicalBig]
+>>
+endobj
+479 0 obj
+<<
+/Type /Encoding
+/Differences [11/alpha/beta 18/theta 21/lambda 25/pi 33/omega 44/arrowhookleft 58/period/comma 61/slash/greater 65/A/B 76/L 80/P 97/a/b/c/d/e/f 105/i/j/k 110/n 114/r 116/t 120/x/y]
+>>
+endobj
+487 0 obj
+<<
+/Type /Encoding
+/Differences [0/minus 2/multiply 6/plusminus 17/equivalence 21/greaterequal 25/approxequal 33/arrowright 41/arrowdblright 48/prime 50/element 54/negationslash 106/bar 112/radical]
+>>
+endobj
+482 0 obj
+<<
+/Type /Encoding
+/Differences [1/Delta 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 91/bracketleft 93/bracketright 97/a 99/c 110/n/o 114/r/s/t]
+>>
+endobj
+473 0 obj
+<<
+/Type /Encoding
+/Differences [48/zero/one/two]
+>>
+endobj
+477 0 obj
+<<
+/Type /Encoding
+/Differences [39/quotesingle.ts1 42/asteriskmath 136/bullet]
+>>
+endobj
+560 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qhe9xSTQO7}̽][GLrFMG}}"Im!00jEV%H^/v}0<_7RyL U~C`PރSӯ|'
+imXYӷ|4nt.kP^k?IFsuB`nlB
+=@ )U 9yI(ѥ
+S*043``ÍSqf|kiCc, pDˆzF:x0)ljsn l9u}Sr
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H8x?0.t<wtOȢ\: r
+endstream
+endobj
+174 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KTYRPF+LMRoman10-Bold
+/FontDescriptor 513 0 R
+/FirstChar 21
+/LastChar 122
+/Widths 509 0 R
+/Encoding 475 0 R
+/ToUnicode 560 0 R
+>>
+endobj
+561 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qDŽ r Gէn8A{,쏘LEvDB``B9zK~;_q`>Wgy o.>ݫﭯAbZ%?6G_Nzy;9ڰoiܰ^]0zu\~3ݍܥ: ل0%1 " 0Z{q́0R0r0QK5<T`,if,1gT Hӆp1X:,p8}u
+8alSM3?r>x\i"EܰpJMkl4\?ǚc:#?^YHwuprQF^odž1BЖEQ?1^׆ƨАԗ039+ãbLi~jЙ}s~zrCOe fYJ|֟uМ8gΈrY׆}ŊϘъ1LҊkgigϘ݊og3f3|3ߊY[3 =L3f/gd ,' f)Rx jb&'W *.MGZN(:p~7a?}]TyԟE}Ư%Vu'e%
+endstream
+endobj
+217 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ETYTLP+LMRoman12-Bold
+/FontDescriptor 515 0 R
+/FirstChar 28
+/LastChar 122
+/Widths 503 0 R
+/Encoding 475 0 R
+/ToUnicode 561 0 R
+>>
+endobj
+562 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo@+H.Ȳ|hQի Ԓ w̐4Uof<`ضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5q'w` r/AEI?p݃2ZkXvm195];7Yѽ9z?~;_q`>Wgy o.>ݫ,oAbZ?6G_yy;9ڰoiܰ^]0zu\g$eKյ: ل0%1 " 0Z{q́0R0r0QK5<T`,if,1gT Hӆp1X:,p8}u
+8alSM3?r>x\i"EܰpJMkl4\?ǚc:#/w,': fyRy(#c^g!ch"ƨ/kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H8x?0-t<wsOȢ[: $S
+endstream
+endobj
+341 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DIQCQR+LMRoman9-Bold
+/FontDescriptor 517 0 R
+/FirstChar 28
+/LastChar 120
+/Widths 476 0 R
+/Encoding 475 0 R
+/ToUnicode 562 0 R
+>>
+endobj
+563 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3FXҝA5(O)suߖcHQIܮQW Lڮ9ˊ6nK5NoغWi~r<d(Vu;_=85vѩֆu5CNmm悥+U=#)\][|, MHS"#p
+endstream
+endobj
+175 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LKUQAB+LMRoman10-Regular
+/FontDescriptor 529 0 R
+/FirstChar 21
+/LastChar 159
+/Widths 508 0 R
+/Encoding 475 0 R
+/ToUnicode 563 0 R
+>>
+endobj
+564 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3F;;=}kPQ/7SVk-8s擸]׷QPP]sݛ麟;l,j7O4uc׿x;P:XTv~{pjS! j֝ƍKWjY׫{FR^wwPG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+9LsQ.(ulgYˊx/V|V|&٭ V|N+>cv+>7+>S} ~!>_Sϔ+>cB|&LOr`B,&+jwRP{x${y儢 1~g|sGӿNu]>~?,5(z
+endstream
+endobj
+169 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GYUSWK+LMRoman12-Regular
+/FontDescriptor 531 0 R
+/FirstChar 40
+/LastChar 119
+/Widths 510 0 R
+/Encoding 475 0 R
+/ToUnicode 564 0 R
+>>
+endobj
+565 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC| <
+endstream
+endobj
+251 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CKLDUR+LMRoman6-Regular
+/FontDescriptor 535 0 R
+/FirstChar 49
+/LastChar 49
+/Widths 493 0 R
+/Encoding 475 0 R
+/ToUnicode 565 0 R
+>>
+endobj
+566 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdECiA
+endstream
+endobj
+179 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UQAWNN+LMRoman7-Regular
+/FontDescriptor 537 0 R
+/FirstChar 49
+/LastChar 65
+/Widths 505 0 R
+/Encoding 475 0 R
+/ToUnicode 566 0 R
+>>
+endobj
+567 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7RIU70W?'^$Is}=}exǡ}'u]U=ow_XߓJ?)裮_o'h P=mbKLQ/?C̭:}W {pCM/6۾EzĪ۶'Yѽ3~< |OaxIM4};?n7uEYy>;JG& ߯^M~*aUaqݿhB͛foH]n-I&H8@l: ld`TYg``&Bkk0jNXXр0#` w]jG1 F60q'kgqScsnl9Ns`qKK%pNI8qJ9q4Ϯ%p 2\XWkz,_8x1g1=ia4c̓˳G6ڀ cxmcfƨog!/lmΘ8+^P_-C#[34IN؆1t?E߂ޡSrY ֟gg9433.XgB3\iafq3fts
+,>G|F/'>t3:~:83fw3;:ٝ ߜLgw3t33 ~)>CO)>SK3- ,YJa)SMV襤:?85JC4I^ E'b4><? 8Ϸ袿CF
+endstream
+endobj
+253 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SEGWWN+LMRoman8-Regular
+/FontDescriptor 539 0 R
+/FirstChar 44
+/LastChar 121
+/Widths 492 0 R
+/Encoding 475 0 R
+/ToUnicode 567 0 R
+>>
+endobj
+568 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC%K
+endstream
+endobj
+288 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EHDBAU+LMRoman9-Regular
+/FontDescriptor 541 0 R
+/FirstChar 27
+/LastChar 122
+/Widths 490 0 R
+/Encoding 475 0 R
+/ToUnicode 568 0 R
+>>
+endobj
+569 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$ݪ70W?g^,ɝظYs{ \wu{S<.7զ7u{R޺>f? Kw{KTQ/7SVk-&9sQ擾]׷HRP]s6o Ogw!X.o; cƮS_wСtZ|I1?H/GBZV ; ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:qw
+endstream
+endobj
+180 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /RPADRO+LMRoman10-Italic
+/FontDescriptor 543 0 R
+/FirstChar 28
+/LastChar 121
+/Widths 504 0 R
+/Encoding 475 0 R
+/ToUnicode 569 0 R
+>>
+endobj
+570 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@+H.Ȳ|h%Qի ۇ6웙7X=<l;Ytգ; q\]UCs9ùֵN=CT;xoMI{
+gkpcBܝ5AUӍnZoIN\Ԩo( &TmלeE[䧷6nK5F*oغ_'m~r<t(Vu;_{c{pj緣S! +k֝ƍKWjY׫=#)/\]PG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+a!SM~W,:?8C8…I^U E'b|82 8ϻ޽YtїkZbu_G4
+endstream
+endobj
+218 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KSXMOW+LMMonoLt10-Bold
+/FontDescriptor 551 0 R
+/FirstChar 42
+/LastChar 118
+/Widths 502 0 R
+/Encoding 475 0 R
+/ToUnicode 570 0 R
+>>
+endobj
+571 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;he?<{Q%(SVk-#&9sQ擾ݾk^!00j(+m$?Gwt>X.oTuþ{S_tpСtZ|I1?H/'BZV;ݛ ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCa
+endstream
+endobj
+176 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QNBTBM+LMMono10-Regular
+/FontDescriptor 553 0 R
+/FirstChar 36
+/LastChar 125
+/Widths 507 0 R
+/Encoding 475 0 R
+/ToUnicode 571 0 R
+>>
+endobj
+572 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;ф ~<xKTQ/7}w̭][GLrF'}}"IB``BQV%H~~?v}\<; C}h{ϗC`Rރѩc~^ON6[w>m7l7,^e]׵_&suB`ilB
+=@ )U 9yI(ѥ
+S*043``MSiv|kiCX
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H880.t<wtOȢ\: k
+endstream
+endobj
+168 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PGSNOV+LMMono12-Regular
+/FontDescriptor 555 0 R
+/FirstChar 45
+/LastChar 117
+/Widths 511 0 R
+/Encoding 475 0 R
+/ToUnicode 572 0 R
+>>
+endobj
+573 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7R!L̛O3 /~\kil9DО|w=ިqh.MW|۷oΟYߓJ?).ogoiA~Mo
+A5(QZk뾫=8Fsgq]ߍG@]dbIVto$?'C\c<N;ic].J [OCj: wWog<imXW;txش~>ZjR˦YE3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?Q  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=c8B:]?~?,uQbuDה
+endstream
+endobj
+254 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ITYZJE+LMMono8-Regular
+/FontDescriptor 557 0 R
+/FirstChar 46
+/LastChar 117
+/Widths 491 0 R
+/Encoding 475 0 R
+/ToUnicode 573 0 R
+>>
+endobj
+574 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!̛3njehܬ=WWU\k];7nTtƓ7]snb}O*۾~qg;e?<}kPQ/7}w̭][Gq"E'q}GB]`BQVto$?Gwt>X.o4uþ{S_tptZ|E??8/'BZ;ݛ ZԲW&suoU4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+a!SMV,鸞:?8C8…I^U E'b6>2  8י
+endstream
+endobj
+289 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UVWJYZ+LMMono9-Regular
+/FontDescriptor 559 0 R
+/FirstChar 40
+/LastChar 125
+/Widths 489 0 R
+/Encoding 475 0 R
+/ToUnicode 574 0 R
+>>
+endobj
+575 0 obj
+<<
+/Length 430
+/Filter /FlateDecode
+>>
+stream
+xun0~HbM+ e5Q-')RyzlH]
+a+|GVZ=Bt90- Cfp{Ȣd%aޢ]ިfi
+M9;7,|1M06g۾iNHF,OۇF8E;7[GޛۦhJuDrAZC%rW~i#Ɨ, Kg'29.c_|8̉{vw^_x9"~/<ψ^xyE~/ I ă+g4ˍ{Yn P+qitCUqs67^
+ ^
+endstream
+endobj
+245 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IPDUEZ+LMMathExtension10-Regular
+/FontDescriptor 519 0 R
+/FirstChar 16
+/LastChar 113
+/Widths 496 0 R
+/Encoding 495 0 R
+/ToUnicode 575 0 R
+>>
+endobj
+576 0 obj
+<<
+/Length 600
+/Filter /FlateDecode
+>>
+stream
+xuTn@+fH@!BHMV{5@,lsw m6n냝g)>mW_NiFq]J[o6nWbmmUON%О[:b',t_2~"!~PGGZPvE]
+,tĦʣD37ⱨJSZENJ7]omuRL?e׷WMܶEuGsrwi!Jr9:
+Mg޲:]fMR2IV;e8p<_9"*G(dS>sQ  DDr "qX+&Gha:$r5PHi@S91jU|s(V8>l;JۈYDI aoykrA)ς1R;JS΄U!ar .Qsy4M纑9Ҍi~h7!cD<`1 ySMgg>2 cs(>ZC@ f fP7Fo?],}/Kۺ=/mS7m'{L:
+endstream
+endobj
+235 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XOGLTI+LMMathItalic10-Regular
+/FontDescriptor 521 0 R
+/FirstChar 11
+/LastChar 121
+/Widths 501 0 R
+/Encoding 479 0 R
+/ToUnicode 576 0 R
+>>
+endobj
+577 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+) }"g0CcE
+Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?Kh
+endstream
+endobj
+237 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /TWGOGR+LMMathItalic7-Regular
+/FontDescriptor 523 0 R
+/FirstChar 25
+/LastChar 120
+/Widths 499 0 R
+/Encoding 479 0 R
+/ToUnicode 577 0 R
+>>
+endobj
+578 0 obj
+<<
+/Length 599
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DtbL$3l:$~Ulb<H^~UO6y}*ŗkI;m(kim&>:^]ʼnwUvvP=\T%#wr)bន2~">ũ c+(mބzR:b[Q]Λ݈TTy{$0)-"'zf :j%_|mnۢ:7w6‡z-r{r) Ҋ6D[cbgYۮI3ۦz+)b$kVÝ2r< i׎D
+ٔB1% *f€H֊zIl@e R3TE`̇G=O3ξ>"i0'DoR3
+endstream
+endobj
+309 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LYXDLJ+LMMathItalic8-Regular
+/FontDescriptor 525 0 R
+/FirstChar 58
+/LastChar 110
+/Widths 484 0 R
+/Encoding 479 0 R
+/ToUnicode 578 0 R
+>>
+endobj
+579 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+ٔB15*f€H֊zAl@e R3TE`̇G=O3~6"i0'DoR3l3`\aʳ`LԎҔ3!>teHkK1z\7FunƤAN4cAox*Mc7p|aGSYOF~4J2P-m-YYG_v_ҶnchiEe+ G>|_pLKr
+endstream
+endobj
+334 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GLFSGS+LMMathItalic9-Regular
+/FontDescriptor 527 0 R
+/FirstChar 61
+/LastChar 61
+/Widths 480 0 R
+/Encoding 479 0 R
+/ToUnicode 579 0 R
+>>
+endobj
+580 0 obj
+<<
+/Length 790
+/Filter /FlateDecode
+>>
+stream
+xuUMo0Wx B
+HJ+ML ~fVyyfln~=&iټwͥ-d{nn|?z_r|=)vm.uq~T_U%AqNdGwH_d?(DwZ?~^JM]6EU]+Ң~xŻkӶ>4b!/e׷WyMҷU.n /waDh?vz[є; w-\E/#_iKvr'ht1 b 6aA8iHAxx*%) BSDjn@P˄AȘʠ0a8F
+
+8An)  +4bX*^cH`&f P;6 <9Bi2)LeTV.>HEW0*50^ s غ~${S$2ˀQ lC]j{Q\8jFجA`Z1Fcf1ur=#1SƤx- 907O`aaeVrLӔhVje y Q( a0<x?hkSIc/ -ur^vҁ7#!}BzUaQRZa~JÃy1KNqHC4cmӹy 7]t"jy3Vч.OOy/
+endstream
+endobj
+246 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /AZKDRV+LMMathSymbols10-Regular
+/FontDescriptor 545 0 R
+/FirstChar 0
+/LastChar 106
+/Widths 494 0 R
+/Encoding 487 0 R
+/ToUnicode 580 0 R
+>>
+endobj
+581 0 obj
+<<
+/Length 788
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]]xNNN$U XozRbS愝ttp#CU`I|`(YBIxwzև&Z,-|J.K[?or>=|-2ybz{ߢ MMBʥX2u㛖0jgA+<YF VH1 HD
+bK4S/IAl@D8 VsX&GTA 1RU rKpHHXâV؜F‡01z99.8|tHHa2ݦ.z,wohE*rQ gpL|N[֥#ٛB$YjdʜRsC XQ3f <g
+%7[Պ1hk5{3I2&}kMoρy
+ k c0-õ+`dE08T+cH{fx<E)nx%Sijg1@^c>H{Ixgl_>c o:ķCĴ sb sjL7
+V\Yr<Wt
+݌@zȏ/nØEX'&7nۭmZ YUܜ~tex{ɣ]
+endstream
+endobj
+244 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SGGDRH+LMMathSymbols7-Regular
+/FontDescriptor 547 0 R
+/FirstChar 0
+/LastChar 112
+/Widths 497 0 R
+/Encoding 487 0 R
+/ToUnicode 581 0 R
+>>
+endobj
+582 0 obj
+<<
+/Length 789
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]99:PW1n D`Vв?~QJM]vEU]%Ң~xgq
+%ݵi[hӷ+|/m۪?o|!d\BPɋm~ޯg/4+vV4·G )boZè\d-X"fD "! ,"Ms)/ Oe$@hJZ J`p (S1 H#V'-e""aF BXK`bsr l a '@!Z"ɔv>׾:
+F&+19an[do
+5Bf0 z(sKa14kcG55(lU+ƈ5c!Nθg3&}ʘ7a<)x3W53QWS JiJ˜P!=Q›=JػA8 OϞ\MzqJ i%~91Yqr^:f7OHϵ7<8Ujp2P+̏Zixp13f\)t3W<c#?֒&c c:9c9
+endstream
+endobj
+290 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EYMYEV+LMMathSymbols9-Regular
+/FontDescriptor 549 0 R
+/FirstChar 21
+/LastChar 54
+/Widths 488 0 R
+/Encoding 487 0 R
+/ToUnicode 582 0 R
+>>
+endobj
+583 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+h ɨ%X8Zێ
+'U[:th鹥CK["OntZB~kul:e\ow:gLsJԋ84sy3ݾ_7~_9x<xe. 0y!Vz) ou/ Ϟṯֵ*跖` )<3'jIC&s2pBCֳ/5h~s
+I{8g 0F2|2F0Ƴ(gĉ1q#9~IȣAήa}t-c/9c]:K֟aݒggSzY%/sKY)YgJ3^i૔K%g|Lkyπ#9ûK%gx3r3͗KYKX%gkzjəz%gx%gK',S/9GZ6h-C S#ܚ_* jp@L[06e~_g!}/\XN8Jν,HN:q).~~:
+endstream
+endobj
+236 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LKUQAB+LMRoman10-Regular
+/FontDescriptor 529 0 R
+/FirstChar 40
+/LastChar 116
+/Widths 500 0 R
+/Encoding 482 0 R
+/ToUnicode 583 0 R
+>>
+endobj
+584 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+296 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GDEXXT+LMRoman5-Regular
+/FontDescriptor 533 0 R
+/FirstChar 43
+/LastChar 49
+/Widths 485 0 R
+/Encoding 482 0 R
+/ToUnicode 584 0 R
+>>
+endobj
+585 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+238 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UQAWNN+LMRoman7-Regular
+/FontDescriptor 537 0 R
+/FirstChar 1
+/LastChar 61
+/Widths 498 0 R
+/Encoding 482 0 R
+/ToUnicode 585 0 R
+>>
+endobj
+586 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+310 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SEGWWN+LMRoman8-Regular
+/FontDescriptor 539 0 R
+/FirstChar 50
+/LastChar 61
+/Widths 483 0 R
+/Encoding 482 0 R
+/ToUnicode 586 0 R
+>>
+endobj
+587 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+291 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EHDBAU+LMRoman9-Regular
+/FontDescriptor 541 0 R
+/FirstChar 48
+/LastChar 61
+/Widths 486 0 R
+/Encoding 482 0 R
+/ToUnicode 587 0 R
+>>
+endobj
+588 0 obj
+<<
+/Length 894
+/Filter /FlateDecode
+>>
+stream
+xuKo:"@pMRDd֑@,ȿ/8v:C(7ޯ0=UAo<]>OSrsLsCwyânn<,n_.CTۂuCŋeYiK͢c\Q0QZ8ЎC=9YK&|:,#b&ƪ/rE1Ay ǻiJ[oO_!̇Y.޽N/INv;58idy jfl,]NOC8}sHZԶvI3Rtѫ~R풭5Q:8Y.p<QQ059XIN MKQ'%-(iQqI%D]m?i:M YC[GH7[a Y<%kX"]Y_!؞<*PNb )2]d0)7ДBC9m<9yq<%&go*ʐ!/9M=ӺƢb] v3k9'j3gX7AmfuDc-gXwgYcNF۰9bb zw9k`M̑C6llЗYkX{:Yr 떜?%ϐ9r ?9 d.9ggl)9S" [^ؒGb~/lw^b-/l [[-2{aE^؂4E~/lXWJ"O%lVآJؒ_ؒߗ|K%K%UTVl[%̱V-&r6I;cSF_.X;9o_9-ttq04PEt,^d\}_"i
+endstream
+endobj
+351 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QNBTBM+LMMono10-Regular
+/FontDescriptor 553 0 R
+/FirstChar 49
+/LastChar 50
+/Widths 474 0 R
+/Encoding 473 0 R
+/ToUnicode 588 0 R
+>>
+endobj
+589 0 obj
+<<
+/Length 893
+/Filter /FlateDecode
+>>
+stream
+xuKo:"@pMRDd֑\d"̌va:C(7߯0=UI<]>/SrsLkCwϟyânn<,n_.CTۂuC㲔?eYiKšz?gχi'uhǡh本%Z_#>aTcp4%ۭZ7J9?&on߇7/K@N )9|Z7)(K׆Χ};]=#%OWo/.Z15<@G9%eSQ#@#8U4dݴ4umQrI%(PqIhڅV~:-X!shSu 1 9kdMsKsVK5k 2dۓ#]iR6X &erZBh(m0'Os<גdME2d65%?ӲBs~Z"XZknf-Dm =-!h k,kR֨u;GLA.gMs9r:~h 1 r5k0w k_`\9KΟaݒg𗜟?ZΟ99g%, -%?g3v
+[}ya [[- [-zaKa~Ef/lї [–-rVVJ_ [䩄-
+[^ [ [ґz9z9ߑ
+ܪmp9֪DΦ`?iG~}eks~G0g~|q&eB8(cx;N UCz[
+endstream
+endobj
+333 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UVWJYZ+LMMono9-Regular
+/FontDescriptor 559 0 R
+/FirstChar 48
+/LastChar 50
+/Widths 481 0 R
+/Encoding 473 0 R
+/ToUnicode 589 0 R
+>>
+endobj
+590 0 obj
+<<
+/Length 700
+/Filter /FlateDecode
+>>
+stream
+xuTMo0+J!m0U !mTto4j{z<?xҺ{s^7tr]u>v|tv ںQf|6'op݅uM{}ugfci"Amƃ}>,%rtPRJ(:X'Ab~oںT7h uSӌ]Acq`sy̟M.n? D`އщ7+d~4Wj7vw VRŪ,ׁk/bxO0+,F )1<c8PÆ\ 6>!Pp #]QxQTv)#ZBYLt/X^r<1u%pr_d9٢PSi0@WQ_Uh֩h諵"qFM]RrCpt39Âж~j3Fezp888Q:1bc7~}Hq('bĄ>^m# &zd}4)`
+"H,4%!%AQ߄B[B~)ҙ́ _)M?DM;豬;kyoQnNRd\Ӎ;WA}
+zoZZgbT$Z|U
+endstream
+endobj
+178 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LKUQAB+LMRoman10-Regular
+/FontDescriptor 529 0 R
+/FirstChar 42
+/LastChar 136
+/Widths 506 0 R
+/Encoding 477 0 R
+/ToUnicode 590 0 R
+>>
+endobj
+591 0 obj
+<<
+/Length 701
+/Filter /FlateDecode
+>>
+stream
+xuTn0+Cl
+ m8(zu$:`K$Q4pufn}f)ɻ|tùA<]u6m;O޴\+$ޚv}qff8*h$iƃ}E>.>ttPRJ(:X/rߴu&^!3PZM5^F$o߇7 V+1ؿһ`׮o7qIݞO!Znz/~N̿Z䄦buUWᴫ\k\r-Ve\[3sB A `ehHiJ }*>`!
+endstream
+endobj
+336 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QNBTBM+LMMono10-Regular
+/FontDescriptor 553 0 R
+/FirstChar 39
+/LastChar 39
+/Widths 478 0 R
+/Encoding 477 0 R
+/ToUnicode 591 0 R
+>>
+endobj
+170 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [162 0 R 172 0 R 214 0 R 228 0 R 232 0 R 241 0 R]
+>>
+endobj
+255 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [248 0 R 259 0 R 264 0 R 269 0 R 276 0 R 285 0 R]
+>>
+endobj
+297 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [293 0 R 299 0 R 305 0 R 316 0 R 325 0 R 330 0 R]
+>>
+endobj
+345 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [338 0 R 348 0 R 354 0 R 358 0 R 363 0 R 367 0 R]
+>>
+endobj
+377 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [373 0 R 379 0 R 387 0 R 394 0 R 399 0 R 404 0 R]
+>>
+endobj
+414 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 592 0 R
+/Kids [411 0 R 416 0 R 420 0 R 425 0 R 429 0 R 435 0 R]
+>>
+endobj
+447 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 593 0 R
+/Kids [442 0 R 450 0 R 455 0 R 459 0 R 463 0 R 470 0 R]
+>>
+endobj
+592 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 594 0 R
+/Kids [170 0 R 255 0 R 297 0 R 345 0 R 377 0 R 414 0 R]
+>>
+endobj
+593 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 594 0 R
+/Kids [447 0 R]
+>>
+endobj
+594 0 obj
+<<
+/Type /Pages
+/Count 42
+/Kids [592 0 R 593 0 R]
+>>
+endobj
+595 0 obj
+<<
+/Type /Outlines
+/First 3 0 R
+/Last 139 0 R
+/Count 40
+>>
+endobj
+159 0 obj
+<<
+/Title 160 0 R
+/A 157 0 R
+/Parent 147 0 R
+/Prev 155 0 R
+>>
+endobj
+155 0 obj
+<<
+/Title 156 0 R
+/A 153 0 R
+/Parent 147 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>>
+endobj
+151 0 obj
+<<
+/Title 152 0 R
+/A 149 0 R
+/Parent 147 0 R
+/Next 155 0 R
+>>
+endobj
+147 0 obj
+<<
+/Title 148 0 R
+/A 145 0 R
+/Parent 139 0 R
+/Prev 143 0 R
+/First 151 0 R
+/Last 159 0 R
+/Count 3
+>>
+endobj
+143 0 obj
+<<
+/Title 144 0 R
+/A 141 0 R
+/Parent 139 0 R
+/Next 147 0 R
+>>
+endobj
+139 0 obj
+<<
+/Title 140 0 R
+/A 137 0 R
+/Parent 595 0 R
+/Prev 91 0 R
+/First 143 0 R
+/Last 147 0 R
+/Count 5
+>>
+endobj
+135 0 obj
+<<
+/Title 136 0 R
+/A 133 0 R
+/Parent 115 0 R
+/Prev 131 0 R
+>>
+endobj
+131 0 obj
+<<
+/Title 132 0 R
+/A 129 0 R
+/Parent 115 0 R
+/Prev 127 0 R
+/Next 135 0 R
+>>
+endobj
+127 0 obj
+<<
+/Title 128 0 R
+/A 125 0 R
+/Parent 115 0 R
+/Prev 123 0 R
+/Next 131 0 R
+>>
+endobj
+123 0 obj
+<<
+/Title 124 0 R
+/A 121 0 R
+/Parent 115 0 R
+/Prev 119 0 R
+/Next 127 0 R
+>>
+endobj
+119 0 obj
+<<
+/Title 120 0 R
+/A 117 0 R
+/Parent 115 0 R
+/Next 123 0 R
+>>
+endobj
+115 0 obj
+<<
+/Title 116 0 R
+/A 113 0 R
+/Parent 91 0 R
+/Prev 111 0 R
+/First 119 0 R
+/Last 135 0 R
+/Count 5
+>>
+endobj
+111 0 obj
+<<
+/Title 112 0 R
+/A 109 0 R
+/Parent 91 0 R
+/Prev 95 0 R
+/Next 115 0 R
+>>
+endobj
+107 0 obj
+<<
+/Title 108 0 R
+/A 105 0 R
+/Parent 95 0 R
+/Prev 103 0 R
+>>
+endobj
+103 0 obj
+<<
+/Title 104 0 R
+/A 101 0 R
+/Parent 95 0 R
+/Prev 99 0 R
+/Next 107 0 R
+>>
+endobj
+99 0 obj
+<<
+/Title 100 0 R
+/A 97 0 R
+/Parent 95 0 R
+/Next 103 0 R
+>>
+endobj
+95 0 obj
+<<
+/Title 96 0 R
+/A 93 0 R
+/Parent 91 0 R
+/Next 111 0 R
+/First 99 0 R
+/Last 107 0 R
+/Count 3
+>>
+endobj
+91 0 obj
+<<
+/Title 92 0 R
+/A 89 0 R
+/Parent 595 0 R
+/Prev 59 0 R
+/Next 139 0 R
+/First 95 0 R
+/Last 115 0 R
+/Count 11
+>>
+endobj
+87 0 obj
+<<
+/Title 88 0 R
+/A 85 0 R
+/Parent 75 0 R
+/Prev 83 0 R
+>>
+endobj
+83 0 obj
+<<
+/Title 84 0 R
+/A 81 0 R
+/Parent 75 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>>
+endobj
+79 0 obj
+<<
+/Title 80 0 R
+/A 77 0 R
+/Parent 75 0 R
+/Next 83 0 R
+>>
+endobj
+75 0 obj
+<<
+/Title 76 0 R
+/A 73 0 R
+/Parent 59 0 R
+/Prev 71 0 R
+/First 79 0 R
+/Last 87 0 R
+/Count 3
+>>
+endobj
+71 0 obj
+<<
+/Title 72 0 R
+/A 69 0 R
+/Parent 59 0 R
+/Prev 63 0 R
+/Next 75 0 R
+>>
+endobj
+67 0 obj
+<<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+>>
+endobj
+63 0 obj
+<<
+/Title 64 0 R
+/A 61 0 R
+/Parent 59 0 R
+/Next 71 0 R
+/First 67 0 R
+/Last 67 0 R
+/Count 1
+>>
+endobj
+59 0 obj
+<<
+/Title 60 0 R
+/A 57 0 R
+/Parent 595 0 R
+/Prev 27 0 R
+/Next 91 0 R
+/First 63 0 R
+/Last 75 0 R
+/Count 7
+>>
+endobj
+55 0 obj
+<<
+/Title 56 0 R
+/A 53 0 R
+/Parent 27 0 R
+/Prev 39 0 R
+>>
+endobj
+51 0 obj
+<<
+/Title 52 0 R
+/A 49 0 R
+/Parent 39 0 R
+/Prev 47 0 R
+>>
+endobj
+47 0 obj
+<<
+/Title 48 0 R
+/A 45 0 R
+/Parent 39 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>>
+endobj
+43 0 obj
+<<
+/Title 44 0 R
+/A 41 0 R
+/Parent 39 0 R
+/Next 47 0 R
+>>
+endobj
+39 0 obj
+<<
+/Title 40 0 R
+/A 37 0 R
+/Parent 27 0 R
+/Prev 31 0 R
+/Next 55 0 R
+/First 43 0 R
+/Last 51 0 R
+/Count 3
+>>
+endobj
+35 0 obj
+<<
+/Title 36 0 R
+/A 33 0 R
+/Parent 31 0 R
+>>
+endobj
+31 0 obj
+<<
+/Title 32 0 R
+/A 29 0 R
+/Parent 27 0 R
+/Next 39 0 R
+/First 35 0 R
+/Last 35 0 R
+/Count 1
+>>
+endobj
+27 0 obj
+<<
+/Title 28 0 R
+/A 25 0 R
+/Parent 595 0 R
+/Prev 3 0 R
+/Next 59 0 R
+/First 31 0 R
+/Last 55 0 R
+/Count 7
+>>
+endobj
+23 0 obj
+<<
+/Title 24 0 R
+/A 21 0 R
+/Parent 15 0 R
+/Prev 19 0 R
+>>
+endobj
+19 0 obj
+<<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+/Next 23 0 R
+>>
+endobj
+15 0 obj
+<<
+/Title 16 0 R
+/A 13 0 R
+/Parent 3 0 R
+/Prev 7 0 R
+/First 19 0 R
+/Last 23 0 R
+/Count 2
+>>
+endobj
+11 0 obj
+<<
+/Title 12 0 R
+/A 9 0 R
+/Parent 7 0 R
+>>
+endobj
+7 0 obj
+<<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/Next 15 0 R
+/First 11 0 R
+/Last 11 0 R
+/Count 1
+>>
+endobj
+3 0 obj
+<<
+/Title 4 0 R
+/A 1 0 R
+/Parent 595 0 R
+/Next 27 0 R
+/First 7 0 R
+/Last 15 0 R
+/Count 5
+>>
+endobj
+596 0 obj
+<<
+/Names [(Doc-Start) 167 0 R (Hfootnote.1) 252 0 R (Hfootnote.2) 308 0 R (Item.1) 272 0 R (Item.10) 468 0 R (Item.2) 279 0 R]
+/Limits [(Doc-Start) (Item.2)]
+>>
+endobj
+597 0 obj
+<<
+/Names [(Item.3) 280 0 R (Item.4) 281 0 R (Item.5) 282 0 R (Item.6) 319 0 R (Item.7) 320 0 R (Item.8) 466 0 R]
+/Limits [(Item.3) (Item.8)]
+>>
+endobj
+598 0 obj
+<<
+/Names [(Item.9) 467 0 R (chapter*.2) 216 0 R (chapter.1) 2 0 R (chapter.2) 26 0 R (chapter.3) 58 0 R (chapter.4) 90 0 R]
+/Limits [(Item.9) (chapter.4)]
+>>
+endobj
+599 0 obj
+<<
+/Names [(chapter.5) 138 0 R (page.1) 166 0 R (page.10) 287 0 R (page.11) 295 0 R (page.12) 301 0 R (page.13) 307 0 R]
+/Limits [(chapter.5) (page.13)]
+>>
+endobj
+600 0 obj
+<<
+/Names [(page.14) 318 0 R (page.15) 327 0 R (page.16) 332 0 R (page.17) 340 0 R (page.18) 350 0 R (page.19) 356 0 R]
+/Limits [(page.14) (page.19)]
+>>
+endobj
+601 0 obj
+<<
+/Names [(page.2) 230 0 R (page.20) 360 0 R (page.21) 365 0 R (page.22) 369 0 R (page.23) 375 0 R (page.24) 381 0 R]
+/Limits [(page.2) (page.24)]
+>>
+endobj
+602 0 obj
+<<
+/Names [(page.25) 389 0 R (page.26) 396 0 R (page.27) 401 0 R (page.28) 406 0 R (page.29) 413 0 R (page.3) 234 0 R]
+/Limits [(page.25) (page.3)]
+>>
+endobj
+603 0 obj
+<<
+/Names [(page.30) 418 0 R (page.31) 422 0 R (page.32) 427 0 R (page.33) 431 0 R (page.34) 437 0 R (page.35) 444 0 R]
+/Limits [(page.30) (page.35)]
+>>
+endobj
+604 0 obj
+<<
+/Names [(page.36) 452 0 R (page.37) 457 0 R (page.38) 461 0 R (page.39) 465 0 R (page.4) 243 0 R (page.40) 472 0 R]
+/Limits [(page.36) (page.40)]
+>>
+endobj
+605 0 obj
+<<
+/Names [(page.5) 250 0 R (page.6) 261 0 R (page.7) 266 0 R (page.8) 271 0 R (page.9) 278 0 R (section*.1) 177 0 R]
+/Limits [(page.5) (section*.1)]
+>>
+endobj
+606 0 obj
+<<
+/Names [(section.1.1) 6 0 R (section.1.2) 14 0 R (section.2.1) 30 0 R (section.2.2) 38 0 R (section.2.3) 54 0 R (section.3.1) 62 0 R]
+/Limits [(section.1.1) (section.3.1)]
+>>
+endobj
+607 0 obj
+<<
+/Names [(section.3.2) 70 0 R (section.3.3) 74 0 R (section.4.1) 94 0 R (section.4.2) 110 0 R (section.4.3) 114 0 R (section.5.1) 142 0 R]
+/Limits [(section.3.2) (section.5.1)]
+>>
+endobj
+608 0 obj
+<<
+/Names [(section.5.2) 146 0 R (subsection.1.1.1) 10 0 R (subsection.1.2.1) 18 0 R (subsection.1.2.2) 22 0 R (subsection.2.1.1) 34 0 R (subsection.2.2.1) 42 0 R]
+/Limits [(section.5.2) (subsection.2.2.1)]
+>>
+endobj
+609 0 obj
+<<
+/Names [(subsection.2.2.2) 46 0 R (subsection.2.2.3) 50 0 R (subsection.3.1.1) 66 0 R (subsection.3.3.1) 78 0 R (subsection.3.3.2) 82 0 R (subsection.3.3.3) 86 0 R]
+/Limits [(subsection.2.2.2) (subsection.3.3.3)]
+>>
+endobj
+610 0 obj
+<<
+/Names [(subsection.4.1.1) 98 0 R (subsection.4.1.2) 102 0 R (subsection.4.1.3) 106 0 R (subsection.4.3.1) 118 0 R (subsection.4.3.2) 122 0 R (subsection.4.3.3) 126 0 R]
+/Limits [(subsection.4.1.1) (subsection.4.3.3)]
+>>
+endobj
+611 0 obj
+<<
+/Names [(subsection.4.3.4) 130 0 R (subsection.4.3.5) 134 0 R (subsection.5.2.1) 150 0 R (subsection.5.2.2) 154 0 R (subsection.5.2.3) 158 0 R (subsubsection.1.1.1.1) 267 0 R]
+/Limits [(subsection.4.3.4) (subsubsection.1.1.1.1)]
+>>
+endobj
+612 0 obj
+<<
+/Names [(subsubsection.2.2.2.1) 335 0 R (subsubsection.2.2.2.2) 311 0 R (subsubsection.2.2.2.3) 321 0 R (subsubsection.2.2.2.4) 342 0 R (subsubsection.2.2.2.5) 343 0 R (subsubsection.2.2.2.6) 344 0 R]
+/Limits [(subsubsection.2.2.2.1) (subsubsection.2.2.2.6)]
+>>
+endobj
+613 0 obj
+<<
+/Names [(subsubsection.3.1.1.1) 370 0 R (subsubsection.3.1.1.2) 376 0 R (subsubsection.3.3.1.1) 382 0 R (subsubsection.3.3.2.1) 391 0 R (subsubsection.3.3.2.2) 392 0 R (subsubsection.3.3.2.3) 262 0 R]
+/Limits [(subsubsection.3.1.1.1) (subsubsection.3.3.2.3)]
+>>
+endobj
+614 0 obj
+<<
+/Names [(subsubsection.3.3.2.4) 407 0 R (subsubsection.3.3.2.5) 408 0 R (subsubsection.4.3.1.1) 432 0 R (subsubsection.4.3.2.1) 438 0 R (subsubsection.4.3.2.2) 439 0 R (subsubsection.4.3.2.3) 445 0 R]
+/Limits [(subsubsection.3.3.2.4) (subsubsection.4.3.2.3)]
+>>
+endobj
+615 0 obj
+<<
+/Names [(subsubsection.4.3.2.4) 446 0 R (table.1.1) 283 0 R (table.2.1) 328 0 R (table.2.2) 352 0 R (table.3.1) 390 0 R (table.3.2) 409 0 R]
+/Limits [(subsubsection.4.3.2.4) (table.3.2)]
+>>
+endobj
+616 0 obj
+<<
+/Names [(table.4.1) 440 0 R (table.4.2) 453 0 R]
+/Limits [(table.4.1) (table.4.2)]
+>>
+endobj
+617 0 obj
+<<
+/Kids [596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R]
+/Limits [(Doc-Start) (page.24)]
+>>
+endobj
+618 0 obj
+<<
+/Kids [602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R]
+/Limits [(page.25) (section.5.1)]
+>>
+endobj
+619 0 obj
+<<
+/Kids [608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R]
+/Limits [(section.5.2) (subsubsection.3.3.2.3)]
+>>
+endobj
+620 0 obj
+<<
+/Kids [614 0 R 615 0 R 616 0 R]
+/Limits [(subsubsection.3.3.2.4) (table.4.2)]
+>>
+endobj
+621 0 obj
+<<
+/Kids [617 0 R 618 0 R 619 0 R 620 0 R]
+/Limits [(Doc-Start) (table.4.2)]
+>>
+endobj
+622 0 obj
+<<
+/Dests 621 0 R
+>>
+endobj
+623 0 obj
+<<
+/Type /Catalog
+/Pages 594 0 R
+/Outlines 595 0 R
+/Names 622 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>2<</S/D>>]>>
+/OpenAction 161 0 R
+>>
+endobj
+624 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.24)
+/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a\000-\000p\000l\000u\000s\000\040\000\040)/Subject()/Creator(LaTeX with hyperref)/Keywords()
+/CreationDate (D:20211211120842+13'00')
+/ModDate (D:20211211120842+13'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.10.0 (1.40.24))
+>>
+endobj
+xref
+0 625
+0000000000 65535 f
+0000000015 00000 n
+0000022563 00000 n
+0000611393 00000 n
+0000000060 00000 n
+0000000159 00000 n
+0000022623 00000 n
+0000611287 00000 n
+0000000206 00000 n
+0000000435 00000 n
+0000034128 00000 n
+0000611228 00000 n
+0000000487 00000 n
+0000000587 00000 n
+0000039890 00000 n
+0000611120 00000 n
+0000000635 00000 n
+0000000865 00000 n
+0000043220 00000 n
+0000611046 00000 n
+0000000918 00000 n
+0000001018 00000 n
+0000045795 00000 n
+0000610972 00000 n
+0000001071 00000 n
+0000001166 00000 n
+0000047671 00000 n
+0000610849 00000 n
+0000001212 00000 n
+0000001421 00000 n
+0000053988 00000 n
+0000610739 00000 n
+0000001469 00000 n
+0000001682 00000 n
+0000057672 00000 n
+0000610678 00000 n
+0000001735 00000 n
+0000001889 00000 n
+0000060360 00000 n
+0000610555 00000 n
+0000001937 00000 n
+0000002065 00000 n
+0000060421 00000 n
+0000610481 00000 n
+0000002118 00000 n
+0000002271 00000 n
+0000060482 00000 n
+0000610394 00000 n
+0000002324 00000 n
+0000002535 00000 n
+0000069283 00000 n
+0000610320 00000 n
+0000002588 00000 n
+0000002769 00000 n
+0000072033 00000 n
+0000610246 00000 n
+0000002817 00000 n
+0000002897 00000 n
+0000074911 00000 n
+0000610122 00000 n
+0000002943 00000 n
+0000003178 00000 n
+0000078732 00000 n
+0000610012 00000 n
+0000003226 00000 n
+0000003311 00000 n
+0000078793 00000 n
+0000609951 00000 n
+0000003364 00000 n
+0000003525 00000 n
+0000087040 00000 n
+0000609864 00000 n
+0000003573 00000 n
+0000003710 00000 n
+0000089817 00000 n
+0000609754 00000 n
+0000003758 00000 n
+0000003886 00000 n
+0000089878 00000 n
+0000609680 00000 n
+0000003939 00000 n
+0000004092 00000 n
+0000093322 00000 n
+0000609593 00000 n
+0000004145 00000 n
+0000004346 00000 n
+0000104467 00000 n
+0000609519 00000 n
+0000004399 00000 n
+0000004580 00000 n
+0000107121 00000 n
+0000609392 00000 n
+0000004626 00000 n
+0000004830 00000 n
+0000110327 00000 n
+0000609280 00000 n
+0000004878 00000 n
+0000005026 00000 n
+0000110388 00000 n
+0000609204 00000 n
+0000005079 00000 n
+0000005304 00000 n
+0000113554 00000 n
+0000609113 00000 n
+0000005358 00000 n
+0000005586 00000 n
+0000116947 00000 n
+0000609035 00000 n
+0000005640 00000 n
+0000005891 00000 n
+0000117009 00000 n
+0000608944 00000 n
+0000005940 00000 n
+0000006078 00000 n
+0000119752 00000 n
+0000608828 00000 n
+0000006127 00000 n
+0000006218 00000 n
+0000119813 00000 n
+0000608749 00000 n
+0000006272 00000 n
+0000006426 00000 n
+0000122675 00000 n
+0000608656 00000 n
+0000006480 00000 n
+0000006682 00000 n
+0000129275 00000 n
+0000608563 00000 n
+0000006736 00000 n
+0000006918 00000 n
+0000129398 00000 n
+0000608470 00000 n
+0000006972 00000 n
+0000007146 00000 n
+0000132249 00000 n
+0000608391 00000 n
+0000007200 00000 n
+0000007296 00000 n
+0000135980 00000 n
+0000608275 00000 n
+0000007343 00000 n
+0000007472 00000 n
+0000136042 00000 n
+0000608196 00000 n
+0000007521 00000 n
+0000007746 00000 n
+0000136290 00000 n
+0000608079 00000 n
+0000007795 00000 n
+0000008013 00000 n
+0000136352 00000 n
+0000608000 00000 n
+0000008067 00000 n
+0000008257 00000 n
+0000138084 00000 n
+0000607907 00000 n
+0000008311 00000 n
+0000008491 00000 n
+0000138146 00000 n
+0000607828 00000 n
+0000008545 00000 n
+0000008725 00000 n
+0000009092 00000 n
+0000009224 00000 n
+0000009514 00000 n
+0000008775 00000 n
+0000009391 00000 n
+0000009452 00000 n
+0000586399 00000 n
+0000577488 00000 n
+0000606668 00000 n
+0000011138 00000 n
+0000010964 00000 n
+0000009599 00000 n
+0000573037 00000 n
+0000576374 00000 n
+0000585284 00000 n
+0000011076 00000 n
+0000605504 00000 n
+0000579714 00000 n
+0000583054 00000 n
+0000012929 00000 n
+0000013080 00000 n
+0000013233 00000 n
+0000013391 00000 n
+0000013544 00000 n
+0000013702 00000 n
+0000013860 00000 n
+0000014011 00000 n
+0000014164 00000 n
+0000014322 00000 n
+0000014476 00000 n
+0000014634 00000 n
+0000014792 00000 n
+0000014948 00000 n
+0000015100 00000 n
+0000015252 00000 n
+0000015406 00000 n
+0000015564 00000 n
+0000015717 00000 n
+0000015871 00000 n
+0000016029 00000 n
+0000016187 00000 n
+0000016345 00000 n
+0000016497 00000 n
+0000016651 00000 n
+0000016809 00000 n
+0000016967 00000 n
+0000017125 00000 n
+0000017278 00000 n
+0000017430 00000 n
+0000017588 00000 n
+0000018720 00000 n
+0000017808 00000 n
+0000012557 00000 n
+0000011275 00000 n
+0000017746 00000 n
+0000574151 00000 n
+0000584170 00000 n
+0000018878 00000 n
+0000019036 00000 n
+0000019194 00000 n
+0000019346 00000 n
+0000019499 00000 n
+0000019653 00000 n
+0000019811 00000 n
+0000019969 00000 n
+0000020188 00000 n
+0000018524 00000 n
+0000017932 00000 n
+0000020127 00000 n
+0000022683 00000 n
+0000022390 00000 n
+0000020286 00000 n
+0000022502 00000 n
+0000590208 00000 n
+0000597272 00000 n
+0000591084 00000 n
+0000599740 00000 n
+0000029328 00000 n
+0000026316 00000 n
+0000026143 00000 n
+0000022859 00000 n
+0000026255 00000 n
+0000594967 00000 n
+0000589327 00000 n
+0000593901 00000 n
+0000029605 00000 n
+0000029196 00000 n
+0000026518 00000 n
+0000029482 00000 n
+0000578602 00000 n
+0000029543 00000 n
+0000580826 00000 n
+0000587513 00000 n
+0000606785 00000 n
+0000033751 00000 n
+0000033903 00000 n
+0000034188 00000 n
+0000033611 00000 n
+0000029833 00000 n
+0000034067 00000 n
+0000097434 00000 n
+0000036524 00000 n
+0000036289 00000 n
+0000034377 00000 n
+0000036401 00000 n
+0000036462 00000 n
+0000040013 00000 n
+0000039717 00000 n
+0000036713 00000 n
+0000039829 00000 n
+0000039951 00000 n
+0000042760 00000 n
+0000045519 00000 n
+0000043281 00000 n
+0000042628 00000 n
+0000040215 00000 n
+0000042912 00000 n
+0000042973 00000 n
+0000043035 00000 n
+0000043097 00000 n
+0000043158 00000 n
+0000045733 00000 n
+0000045856 00000 n
+0000045387 00000 n
+0000043444 00000 n
+0000045672 00000 n
+0000581939 00000 n
+0000588626 00000 n
+0000596033 00000 n
+0000602205 00000 n
+0000047732 00000 n
+0000047498 00000 n
+0000046006 00000 n
+0000047610 00000 n
+0000598507 00000 n
+0000606902 00000 n
+0000050444 00000 n
+0000050271 00000 n
+0000047908 00000 n
+0000050383 00000 n
+0000053609 00000 n
+0000053763 00000 n
+0000054110 00000 n
+0000053469 00000 n
+0000050607 00000 n
+0000053927 00000 n
+0000054049 00000 n
+0000591960 00000 n
+0000600972 00000 n
+0000063350 00000 n
+0000057015 00000 n
+0000057169 00000 n
+0000057333 00000 n
+0000057733 00000 n
+0000056867 00000 n
+0000054338 00000 n
+0000057487 00000 n
+0000057548 00000 n
+0000057610 00000 n
+0000065946 00000 n
+0000059996 00000 n
+0000060147 00000 n
+0000060543 00000 n
+0000059856 00000 n
+0000057935 00000 n
+0000060299 00000 n
+0000063227 00000 n
+0000063412 00000 n
+0000063054 00000 n
+0000060706 00000 n
+0000063166 00000 n
+0000604534 00000 n
+0000592835 00000 n
+0000063288 00000 n
+0000606478 00000 n
+0000066194 00000 n
+0000065773 00000 n
+0000063627 00000 n
+0000065885 00000 n
+0000575264 00000 n
+0000066008 00000 n
+0000066070 00000 n
+0000066132 00000 n
+0000607019 00000 n
+0000069071 00000 n
+0000069405 00000 n
+0000068939 00000 n
+0000066383 00000 n
+0000069222 00000 n
+0000603370 00000 n
+0000069344 00000 n
+0000072094 00000 n
+0000071860 00000 n
+0000069594 00000 n
+0000071972 00000 n
+0000074972 00000 n
+0000074738 00000 n
+0000072257 00000 n
+0000074850 00000 n
+0000078517 00000 n
+0000078854 00000 n
+0000078385 00000 n
+0000075161 00000 n
+0000078671 00000 n
+0000083360 00000 n
+0000083125 00000 n
+0000079030 00000 n
+0000083237 00000 n
+0000083298 00000 n
+0000086753 00000 n
+0000087101 00000 n
+0000086621 00000 n
+0000083549 00000 n
+0000086917 00000 n
+0000086978 00000 n
+0000607136 00000 n
+0000090001 00000 n
+0000089644 00000 n
+0000087303 00000 n
+0000089756 00000 n
+0000089939 00000 n
+0000092724 00000 n
+0000092888 00000 n
+0000093040 00000 n
+0000093507 00000 n
+0000092576 00000 n
+0000090190 00000 n
+0000093199 00000 n
+0000093260 00000 n
+0000093383 00000 n
+0000093445 00000 n
+0000097496 00000 n
+0000097261 00000 n
+0000093787 00000 n
+0000097373 00000 n
+0000100897 00000 n
+0000101122 00000 n
+0000100765 00000 n
+0000097672 00000 n
+0000101061 00000 n
+0000104131 00000 n
+0000104590 00000 n
+0000103999 00000 n
+0000101285 00000 n
+0000104282 00000 n
+0000104343 00000 n
+0000104405 00000 n
+0000104528 00000 n
+0000107182 00000 n
+0000106948 00000 n
+0000104818 00000 n
+0000107060 00000 n
+0000607253 00000 n
+0000110448 00000 n
+0000110154 00000 n
+0000107358 00000 n
+0000110266 00000 n
+0000113616 00000 n
+0000113381 00000 n
+0000110650 00000 n
+0000113493 00000 n
+0000116734 00000 n
+0000117071 00000 n
+0000116602 00000 n
+0000113805 00000 n
+0000116886 00000 n
+0000119937 00000 n
+0000119579 00000 n
+0000117286 00000 n
+0000119691 00000 n
+0000119875 00000 n
+0000122462 00000 n
+0000122923 00000 n
+0000122330 00000 n
+0000120087 00000 n
+0000122614 00000 n
+0000122737 00000 n
+0000122799 00000 n
+0000122861 00000 n
+0000125876 00000 n
+0000125580 00000 n
+0000123203 00000 n
+0000125692 00000 n
+0000125753 00000 n
+0000125814 00000 n
+0000607370 00000 n
+0000129063 00000 n
+0000129460 00000 n
+0000128931 00000 n
+0000126091 00000 n
+0000129214 00000 n
+0000129336 00000 n
+0000132311 00000 n
+0000132076 00000 n
+0000129675 00000 n
+0000132188 00000 n
+0000134502 00000 n
+0000134329 00000 n
+0000132500 00000 n
+0000134441 00000 n
+0000136414 00000 n
+0000135807 00000 n
+0000134665 00000 n
+0000135919 00000 n
+0000136104 00000 n
+0000136166 00000 n
+0000136228 00000 n
+0000138208 00000 n
+0000137911 00000 n
+0000136577 00000 n
+0000138023 00000 n
+0000571942 00000 n
+0000138397 00000 n
+0000570686 00000 n
+0000138424 00000 n
+0000572012 00000 n
+0000138997 00000 n
+0000571288 00000 n
+0000139020 00000 n
+0000139045 00000 n
+0000571727 00000 n
+0000139076 00000 n
+0000139167 00000 n
+0000139502 00000 n
+0000139564 00000 n
+0000571508 00000 n
+0000139667 00000 n
+0000139899 00000 n
+0000140262 00000 n
+0000140828 00000 n
+0000141275 00000 n
+0000141761 00000 n
+0000141786 00000 n
+0000571178 00000 n
+0000142404 00000 n
+0000143009 00000 n
+0000143714 00000 n
+0000144083 00000 n
+0000144675 00000 n
+0000145107 00000 n
+0000145742 00000 n
+0000146069 00000 n
+0000146620 00000 n
+0000147181 00000 n
+0000147298 00000 n
+0000147647 00000 n
+0000148026 00000 n
+0000148791 00000 n
+0000149363 00000 n
+0000149805 00000 n
+0000150258 00000 n
+0000178823 00000 n
+0000179197 00000 n
+0000206690 00000 n
+0000207057 00000 n
+0000231332 00000 n
+0000231600 00000 n
+0000234498 00000 n
+0000234782 00000 n
+0000243221 00000 n
+0000243567 00000 n
+0000248197 00000 n
+0000248454 00000 n
+0000251678 00000 n
+0000251928 00000 n
+0000254302 00000 n
+0000254543 00000 n
+0000291350 00000 n
+0000291981 00000 n
+0000314556 00000 n
+0000314857 00000 n
+0000329212 00000 n
+0000329452 00000 n
+0000344245 00000 n
+0000344479 00000 n
+0000364418 00000 n
+0000364701 00000 n
+0000391273 00000 n
+0000391590 00000 n
+0000419062 00000 n
+0000419437 00000 n
+0000438279 00000 n
+0000438624 00000 n
+0000442804 00000 n
+0000443141 00000 n
+0000446068 00000 n
+0000446324 00000 n
+0000449267 00000 n
+0000449530 00000 n
+0000474440 00000 n
+0000474730 00000 n
+0000504959 00000 n
+0000505505 00000 n
+0000525621 00000 n
+0000525895 00000 n
+0000546235 00000 n
+0000546492 00000 n
+0000570283 00000 n
+0000572112 00000 n
+0000573226 00000 n
+0000574340 00000 n
+0000575452 00000 n
+0000576566 00000 n
+0000577680 00000 n
+0000578792 00000 n
+0000579904 00000 n
+0000581017 00000 n
+0000582130 00000 n
+0000583245 00000 n
+0000584360 00000 n
+0000585475 00000 n
+0000586590 00000 n
+0000587703 00000 n
+0000588816 00000 n
+0000589527 00000 n
+0000590405 00000 n
+0000591280 00000 n
+0000592156 00000 n
+0000593030 00000 n
+0000594098 00000 n
+0000595163 00000 n
+0000596229 00000 n
+0000597464 00000 n
+0000598697 00000 n
+0000599929 00000 n
+0000601162 00000 n
+0000602395 00000 n
+0000603560 00000 n
+0000604723 00000 n
+0000605696 00000 n
+0000607487 00000 n
+0000607605 00000 n
+0000607682 00000 n
+0000607752 00000 n
+0000611500 00000 n
+0000611679 00000 n
+0000611841 00000 n
+0000612017 00000 n
+0000612190 00000 n
+0000612360 00000 n
+0000612528 00000 n
+0000612696 00000 n
+0000612866 00000 n
+0000613035 00000 n
+0000613205 00000 n
+0000613400 00000 n
+0000613599 00000 n
+0000613826 00000 n
+0000614062 00000 n
+0000614303 00000 n
+0000614555 00000 n
+0000614837 00000 n
+0000615119 00000 n
+0000615401 00000 n
+0000615611 00000 n
+0000615717 00000 n
+0000615828 00000 n
+0000615941 00000 n
+0000616068 00000 n
+0000616169 00000 n
+0000616266 00000 n
+0000616304 00000 n
+0000616481 00000 n
+trailer
+<< /Size 625
+/Root 623 0 R
+/Info 624 0 R
+/ID [<AD3952ABC52668614D441150B1446405> <AD3952ABC52668614D441150B1446405>] >>
+startxref
+617070
+%%EOF
diff --git a/macros/latex/contrib/numerica/numerica-plus.def b/macros/latex/contrib/numerica-plus/numerica-plus.sty
index 6301dc9643..445c2b9ec6 100644
--- a/macros/latex/contrib/numerica/numerica-plus.def
+++ b/macros/latex/contrib/numerica-plus/numerica-plus.sty
@@ -1,5 +1,4 @@
-% This is file `numerica-plus.def',
-% part of the `numerica' package.
+% This is file `numerica-plus.sty'.
%
% This work may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.3c of this
@@ -8,12 +7,54 @@
%
% Andrew Parsloe (ajparsloe@gmail.com)
%
+\RequirePackage{numerica}[2021/12/07]
+\@ifpackagelater{numerica}{2021/12/07}
+ {}
+ {%
+ \PackageError{numerica-plus}{Package numerica too old.}
+ {Please update the package.}
+ \endinput
+ }
\ProvidesExplFile
- {numerica-plus.def}
- {2021/02/15}
- {1.0.0}
- { Iterate functions, find fixed points, zeros, extrema and recurrence terms }
+ {numerica-plus.sty}
+ {2021/12/10}
+ {2.0.0}
+ {Iterate functions, find zeros/extrema of functions, evaluate recurrences }
%----------------------------------------------------------
+\cs_generate_variant:Nn \tl_if_novalue:nTF { o }
+
+\clist_map_inline:nn { iter,solve }
+ {
+ \tl_new:c { g__nmc_info_#1_tl }
+ \tl_gset:cn { g__nmc_info_#1_tl } { 0 }
+ }
+\clist_gput_right:Nn \g__nmc_info_proc_clist { iter, solve }
+
+\cs_new_protected:Npn \__nmc_plus_get_var:NNn #1#2#3
+ {
+ \tl_if_empty:NT #1
+ {
+ \tl_set:Nx \l_tmpa_tl
+ { \seq_item:Nn \l__nmc_vv_all_seq { \g__nmc_consts_vv_int } }
+ \quark_if_no_value:NTF \l_tmpa_tl
+ {
+ \__nmc_error_where:n { \__nmc_verb:n { #2 } }
+ \__nmc_error_what:n { No~#3~variable~specified~in } }
+ {
+ \__nmc_vv_split_item:V \l_tmpa_tl
+ \tl_set_eq:NN #1 \l__nmc_eq_var_tl
+ }
+ }
+ }
+%#1 vv-list reversed #2 var_tl #3 \nmc<cmd> #4 {adjective}
+\cs_new_protected:Npn \__nmc_plus_vv_digest:NNNn #1#2#3#4
+ {
+ \clist_push:NV \l_nmc_formula_tl #2
+ \__nmc_vv_digest:N #1
+ \tl_if_empty:NTF #2
+ { \__nmc_plus_get_var:NNn #2 #3 { #4 } }
+ { \clist_pop:NN \l_nmc_formula_tl #2 }
+ }
\cs_new_protected:Npn \__nmc_plus_reuse:nNN #1#2#3
{
\int_case:nnF { #1 }
@@ -22,7 +63,8 @@
{
\seq_pop:NN #2 \l_tmpa_tl
\seq_pop:NN #3 \l_tmpb_tl
- \tl_gset:Nx \g__nmc_reuse_tl { { \l_tmpa_tl , \l_tmpb_tl } }
+ \tl_gset:Nx \g__nmc_reuse_tl
+ { { \l_tmpa_tl , \l_tmpb_tl } }
\seq_mapthread_function:NNN #2 #3 \__nmc_plus_reuse_display:nn
}
{ 2 }
@@ -34,9 +76,9 @@
{ \tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl }
}
\cs_new_protected:Npn \__nmc_plus_reuse_display:nn #1#2
- { \tl_gput_right:Nx \g__nmc_reuse_tl { , { #1 , #2 } } }
-%--------------------------------------
-% \nmcIterate
+ { \clist_gput_right:Nx \g__nmc_reuse_tl { { #1 , #2 } } }
+
+% \nmcIterate %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\int_new:N \l__nmc_iter_total_int
\int_new:N \l__nmc_iter_view_int
\int_new:N \l__nmc_iter_round_int
@@ -50,11 +92,15 @@
\tl_new:N \l__nmc_iter_begin_tl
\tl_new:N \l__nmc_iter_end_tl
-\tl_new:N \g__nmc_iter_info_tl
-\nmc_define:nnN { \nmcIterate } { iter } \iter
+\nmc_define:NnN \nmcIterate { iter } \iter
-\cs_new_protected:Npn \__nmc_iter_settings_digest:
+\cs_gset_protected:Npn \__nmc_iter_initialize:
+ {
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { function }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { stored }
+ }
+\cs_gset_protected:Npn \__nmc_iter_settings_digest:
{
\bool_set_false:N \l__nmc_allow_TF_out_bool
\int_set:Nn \l__nmc_iter_total_int
@@ -63,36 +109,25 @@
{ \int_min:nn { \int_max:nn { \l__nmc_iter_view_int }
{ 1 } } { \l__nmc_iter_total_int } }
}
-\cs_new_protected:Npn \__nmc_iter_vv_digest:N #1
- {
- \tl_if_empty:NTF \l__nmc_iter_var_tl
- { \__nmc_vv_digest:N #1 }
- {
- \clist_push:NV \l__nmc_formula_tl \l__nmc_iter_var_tl
- \__nmc_vv_digest:N #1
- \clist_pop:NN \l__nmc_formula_tl \l__nmc_iter_var_tl
- }
+\cs_gset_protected:Npn \__nmc_iter_vv_digest:N #1
+ {
+ \__nmc_plus_vv_digest:NNNn #1
+ \l__nmc_iter_var_tl \nmcIterate {iteration}
}
-\cs_new_protected:Npn \__nmc_iter_process:
+\cs_gset_protected:Npn \__nmc_iter_process:
{
\int_set:Nn \l__nmc_iter_round_int
{ \l__nmc_round_int + \l__nmc_iter_extra_int }
% first iterate
\__nmc_error_where:n { formula }
\tl_clear:N \l__nmc_fp_expr_tl
- \__nmc_fpify:VN \l__nmc_formula_tl \l__nmc_fp_expr_tl
+ \__nmc_fpify:VN \l_nmc_formula_tl \l__nmc_fp_expr_tl
\fp_set:Nn \l__nmc_result_fp { \l__nmc_fp_expr_tl }
\__nmc_error_fpflag:
-
+ \bool_if:NF \g__nmc_error_bool
+ { \fp_set_eq:NN \l__nmc_iter_first_fp \l__nmc_result_fp }
\bool_if:NF \g__nmc_error_bool
{
- \fp_set_eq:NN \l__nmc_iter_first_fp \l__nmc_result_fp
- \tl_if_empty:NT \l__nmc_iter_var_tl
- { % get iter. var if unspecified
- \seq_get:NN \l__nmc_vv_all_seq \l_tmpa_tl
- \__nmc_vv_split_item:V \l_tmpa_tl
- \tl_set_eq:NN \l__nmc_iter_var_tl \l__nmc_eq_var_tl
- }
\__nmc_iter_do:
\tl_set_eq:NN \l__nmc_fp_expr_tl \l__nmc_fp_exprn_tl
}
@@ -101,6 +136,8 @@
\__nmc_iter_environ:
\__nmc_iter_write:
}
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_get_data: }
}
%--------------------------------------
\cs_new_protected:Npn \__nmc_iter_do:
@@ -114,7 +151,7 @@
\l_nmc_result_tl { \l__nmc_round_int }
\l__nmc_sci_num_out_bool
\int_decr:N \l__nmc_iter_total_int
- \tl_gset:Nx \g__nmc_iter_info_tl
+ \tl_gset:Nx \g__nmc_info_iter_tl
{ \int_use:N \l__nmc_iter_total_int }
}
}
@@ -135,13 +172,13 @@
{ % stepping function
\bool_if:NF \g__nmc_error_bool
{
- \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l_nmc_formula_tl
{ \l__nmc_result_fp } \l__nmc_result_fp
}
}
\cs_new_protected:Npn \__nmc_iter_current_store:n #1
{ % stepping function
- \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l_nmc_formula_tl
{ \l__nmc_result_fp } \l__nmc_result_fp
\bool_if:NF \g__nmc_error_bool
{
@@ -168,7 +205,7 @@
{
\int_incr:N \l__nmc_iter_total_int
\fp_set_eq:NN \l__nmc_iter_fixedptii_fp \l__nmc_iter_fixedpti_fp
- \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_iter_var_tl \l_nmc_formula_tl
{ \l__nmc_result_fp } \l__nmc_result_fp
\fp_set_eq:NN \l__nmc_iter_fixedpti_fp \l__nmc_result_fp
\int_compare:nNnF { \l__nmc_iter_total_int } <
@@ -203,20 +240,21 @@
{
\__nmc_num_format:nNnN { \l__nmc_iter_first_fp } \l_tmpa_tl
{ \l__nmc_round_int } \l__nmc_sci_num_out_bool
- \tl_gset:Nx \g__nmc_iter_info_tl { \int_use:N \l__nmc_iter_total_int }
- \__nmc_if_mod_zero:nnTF { \l__nmc_debug_int } { 7 }
+ \tl_gset:Nx \g__nmc_info_iter_tl { \int_use:N \l__nmc_iter_total_int }
+ \__nmc_if_mod_zero:nnTF { \l__nmc_dbg_int } { 7 }
{ \seq_get_right:NN \l__nmc_iter_result_seq \l_nmc_result_tl }
{
\tl_set:Nx \l_nmc_result_tl
{
\exp_not:o \l__nmc_iter_begin_tl
- \l_tmpa_tl \l__nmc_vv_display_tl
+ \l_tmpa_tl
+ \exp_not:o \l__nmc_vv_display_tl
\int_compare:nNnT
{ \l__nmc_iter_total_int } > { \l__nmc_iter_view_int + 1 }
{
\\ & \exp_not:N \ldots
\ \exp_not:N\mbox{final\
- \int_use:N \l__nmc_iter_view_int\ of\ \g__nmc_iter_info_tl :}
+ \int_use:N \l__nmc_iter_view_int\ of\ \g__nmc_info_iter_tl :}
}
\int_compare:nNnT { \l__nmc_iter_total_int } > { 1 }
{ \\ & \exp_not:N \hookrightarrow }
@@ -225,7 +263,7 @@
}
}
}
-\cs_new_protected:Npn \__nmc_iter_display:
+\cs_gset_protected:Npn \__nmc_iter_display:
{
\bool_if:NTF \l__nmc_num_only_bool
{ \tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl }
@@ -251,41 +289,33 @@
\fp_new:N \l__nmc_solvefb_fp
\fp_new:N \l__nmc_solvefc_fp
\bool_new:N \l__nmc_solve_stop_bool
-\tl_new:N \g__nmc_sove_info_tl
-\nmc_define:nnN { \nmcSolve } { solve } \solve
+\nmc_define:NnN \nmcSolve { solve } \solve
-\cs_new_protected:Npn \__nmc_solve_settings_digest:
+\cs_gset_protected:Npn \__nmc_solve_initialize:
+ {
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { function }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { stored }
+ }
+\cs_gset_protected:Npn \__nmc_solve_settings_digest:
{
\bool_set_false:N \l__nmc_allow_TF_out_bool
\tl_if_empty:NF \l__nmc_solve_step_tl
{
- \__nmc_fpify_set:NN \l__nmc_solve_step_fp \l__nmc_solve_step_tl
+ \__nmc_fpify_set:NV \l__nmc_solve_step_fp \l__nmc_solve_step_tl
\fp_compare:nNnT \l__nmc_solve_step_fp = { 0 }
{ \__nmc_error_what:n { Non-zero~initial~step~required~in } }
}
}
-\cs_new_protected:Npn \__nmc_solve_vv_digest:N #1
- {
- \tl_if_empty:NTF \l__nmc_solve_var_tl
- { \__nmc_vv_digest:N #1 }
- {
- \clist_push:NV \l__nmc_formula_tl \l__nmc_solve_var_tl
- \__nmc_vv_digest:N #1
- \clist_pop:NN \l__nmc_formula_tl \l__nmc_solve_var_tl
- }
+\cs_gset_protected:Npn \__nmc_solve_vv_digest:N #1
+ {
+ \__nmc_plus_vv_digest:NNNn #1
+ \l__nmc_solve_var_tl \nmcSolve {equation}
}
-\cs_new_protected:Npn \__nmc_solve_process:
+\cs_gset_protected:Npn \__nmc_solve_process:
{
\int_set:Nn \l__nmc_solve_round_int
{ \l__nmc_round_int + \l__nmc_solve_extra_int }
- % get equation var if unspecified
- \tl_if_empty:NT \l__nmc_solve_var_tl
- {
- \seq_get:NN \l__nmc_vv_all_seq \l_tmpa_tl
- \__nmc_vv_split_item:V \l_tmpa_tl
- \tl_set_eq:NN \l__nmc_solve_var_tl \l__nmc_eq_var_tl
- }
\bool_if:NF \g__nmc_error_bool
{ \__nmc_solve_get_trial_vals: }
\bool_if:NF \g__nmc_error_bool
@@ -297,14 +327,16 @@
{
\__nmc_num_format:nNnN { \l__nmc_solvea_fp } \l_nmc_result_tl
{ \l__nmc_round_int } \l__nmc_sci_num_out_bool
- \tl_gset:Nx \g__nmc_solve_info_tl
- { \clist_use:Nn \g__nmc_solve_info_tl { + } }
+ \tl_gset:Nx \g__nmc_info_solve_tl
+ { \clist_use:Nn \g__nmc_info_solve_tl { + } }
\tl_set_eq:NN \l__nmc_fp_expr_tl \l__nmc_fp_exprn_tl
}
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_get_data: }
}
\cs_new_protected:Npn \__nmc_solve_get_trial_vals:
{
- \prop_get:NVN \g__nmc_subst_var_prop
+ \prop_get:NVN \l__nmc_subst_var_prop
\l__nmc_solve_var_tl \l__nmc_subst_tl
% ensure a < b
\int_case:nn { \fp_sign:n { \l__nmc_solve_step_fp } }
@@ -329,7 +361,7 @@
{
\__nmc_solve_calc_values:
\int_zero:N \l__nmc_solve_steps_int
- \tl_gclear:N \g__nmc_solve_info_tl
+ \tl_gclear:N \g__nmc_info_solve_tl
\bool_do_until:nn
{
\g__nmc_error_bool || \l__nmc_solve_stop_bool
@@ -350,7 +382,7 @@
}
\bool_if:nF { \g__nmc_error_bool || \l__nmc_solve_stop_bool }
{
- \__nmc_error_where:n { $\l__nmc_formula_tl$ }
+ \__nmc_error_where:n { $\l_nmc_formula_tl$ }
\__nmc_error_what:n
{
No~zero/extremum~found~after~$\int_use:N
@@ -373,10 +405,10 @@
}
\cs_new_protected:Npn \__nmc_solve_do_bisect:
{
- \tl_gset:Nx \g__nmc_solve_info_tl { \int_use:N \l__nmc_solve_steps_int }
+ \tl_gset:Nx \g__nmc_info_solve_tl { \int_use:N \l__nmc_solve_steps_int }
\int_zero:N \l__nmc_solve_steps_int
\fp_set:Nn \l__nmc_solvec_fp { ( \l__nmc_solvea_fp + \l__nmc_solveb_fp ) / 2 }
- \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l_nmc_formula_tl
{ \l__nmc_solvec_fp } \l__nmc_solvefc_fp
\fp_set:Nn \l__nmc_solved_fp { \l__nmc_solvec_fp + 1 }
\bool_until_do:nn
@@ -408,11 +440,11 @@
\fp_set:Nn \l__nmc_solvec_fp
{ ( \l__nmc_solvea_fp + \l__nmc_solveb_fp ) / 2 }
\__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl
- \l__nmc_formula_tl { \l__nmc_solvec_fp } \l__nmc_solvefc_fp
+ \l_nmc_formula_tl { \l__nmc_solvec_fp } \l__nmc_solvefc_fp
}
}
\bool_set_true:N \l__nmc_solve_stop_bool
- \clist_gput_right:Nx \g__nmc_solve_info_tl { \int_use:N \l__nmc_solve_steps_int }
+ \clist_gput_right:Nx \g__nmc_info_solve_tl { \int_use:N \l__nmc_solve_steps_int }
}
\cs_new_protected:Npn \__nmc_solve_do_slope:
{
@@ -468,11 +500,11 @@
}
\cs_new_protected:Npn \__nmc_solve_calc_values:
{
- \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l_nmc_formula_tl
{ \l__nmc_solvea_fp } \l__nmc_solvefa_fp
\bool_if:NF \g__nmc_error_bool
{
- \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l__nmc_formula_tl
+ \__nmc_calc_fn_val:VNnN \l__nmc_solve_var_tl \l_nmc_formula_tl
{ \l__nmc_solveb_fp } \l__nmc_solvefb_fp
}
\bool_if:NF \g__nmc_error_bool
@@ -483,7 +515,7 @@
{ \fp_eval:n { sign(\l__nmc_solvefa_fp) sign(\l__nmc_solvefb_fp) } }
}
}
-\cs_new_protected:Npn \__nmc_solve_display:
+\cs_gset_protected:Npn \__nmc_solve_display:
{
\tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl
\bool_if:NF \l__nmc_num_only_bool
@@ -495,7 +527,7 @@
\exp_not:o \l__nmc_math_delimi_tl
\bool_if:NTF \l__nmc_wraps_math_bool
{
- \exp_not:o \l__nmc_formula_tl = \l_tmpa_tl
+ \exp_not:o \l_nmc_formula_tl = \l_tmpa_tl
\bool_if:NTF \l__nmc_vv_multline_bool
{ \exp_not:o \l__nmc_vv_display_tl }
{
@@ -534,12 +566,16 @@
\tl_new:N \l__nmc_recur_subscr_var_tl
\seq_new:N \l__nmc_recur_result_seq
-\seq_new:N \l__nmc_recur_index_seq
\seq_new:N \l__nmc_recur_vars_seq
-\nmc_define:nnN { \nmcRecur } { recur } \recur
+\nmc_define:NnN \nmcRecur { recur } \recur
-\cs_new_protected:Npn \__nmc_recur_settings_digest:
+\cs_gset_protected:Npn \__nmc_recur_initialize:
+ {
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { relation }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { stored }
+ }
+\cs_gset_protected:Npn \__nmc_recur_settings_digest:
{
\bool_set_false:N \l__nmc_allow_TF_out_bool
\int_set:Nn \l__nmc_recur_total_int
@@ -553,14 +589,16 @@
\int_if_zero:nT { \l__nmc_recur_first_int }
{ \int_decr:N \l__nmc_recur_first_int }
}
-\cs_new_protected:Npn \__nmc_recur_vv_digest:N #1
+\cs_gset_protected:Npn \__nmc_recur_vv_digest:N #1
{ % #1 = reversed vv clist
\bool_set_true:N \l__nmc_multitok_bool
\__nmc_recur_elements:
\__nmc_recur_vars_change:N #1
\__nmc_vv_digest:N #1
\__nmc_recur_vv_post:
- \tl_set_eq:NN \l__nmc_formula_tl \l__nmc_recurrence_tl
+ \tl_set_eq:NN \l_nmc_formula_tl \l__nmc_recurrence_tl
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_get_data: }
}
% \l__nmc_recurrence_tl, \l__nmc_recur_base_var_tl,
% \l__nmc_recur_subscr_var_tl, \l__nmc_recur_subscr_val_int
@@ -568,7 +606,7 @@
{
\tl_clear:N \l_tmpa_tl
\bool_set_false:N \l_tmpa_bool
- \tl_map_inline:Nn \l__nmc_formula_tl
+ \tl_map_inline:Nn \l_nmc_formula_tl
{
\bool_if:NTF \l_tmpa_bool
{
@@ -585,7 +623,7 @@
}
}
\__nmc_recur_parse_subscr:N \l_tmpa_tl
- \exp_last_unbraced:NV\__nmc_split_eq:w \l__nmc_formula_tl \q_stop
+ \exp_last_unbraced:NV\__nmc_split_eq:w \l_nmc_formula_tl \q_stop
\tl_set:NV \l__nmc_recurrence_tl \l__nmc_eq_val_tl
\tl_set_rescan:Nno \l__nmc_recurrence_tl { \ExplSyntaxOn } \l__nmc_recurrence_tl
}
@@ -665,21 +703,21 @@
- \l__nmc_recur_subscr_val_int }
\clist_set_eq:NN #1 \l_tmpb_clist
\clist_put_left:NV \l_tmpa_clist \l__nmc_recur_subscr_var_tl
- \clist_concat:NNN \l__nmc_formula_tl \l__nmc_recurrence_tl \l_tmpa_clist
+ \clist_concat:NNN \l_nmc_formula_tl \l__nmc_recurrence_tl \l_tmpa_clist
}
\cs_new_protected:Npn \__nmc_recur_vv_post:
{
- \clist_pop:NN \l__nmc_formula_tl \l__nmc_recurrence_tl
- \clist_pop:NN \l__nmc_formula_tl \l__nmc_recur_subscr_var_tl
+ \clist_pop:NN \l_nmc_formula_tl \l__nmc_recurrence_tl
+ \clist_pop:NN \l_nmc_formula_tl \l__nmc_recur_subscr_var_tl
\tl_set:Nx \l_tmpa_tl { \int_use:N \l__nmc_recur_var_int }
\__nmc_vv_record:NVN \l__nmc_recur_subscr_var_tl \l_tmpa_tl \c_empty_prop
\tl_set_eq:NN \l_tmpa_tl \l__nmc_recur_subscr_var_tl
\tl_put_right:Nn \l_tmpa_tl { =0 } % formal value
\seq_put_left:NV \l__nmc_calc_fn_seq \l_tmpa_tl
- \seq_set_from_clist:NN \l__nmc_recur_vars_seq \l__nmc_formula_tl
+ \seq_set_from_clist:NN \l__nmc_recur_vars_seq \l_nmc_formula_tl
}
%%%%%%%%%%%%%%%%%%%
-\cs_new_protected:Npn \__nmc_recur_process:
+\cs_gset_protected:Npn \__nmc_recur_process:
{ % store initial vals; generate later vals
\__nmc_recur_store_ini:
\__nmc_error_where:n { recurrence~formula }
@@ -693,24 +731,23 @@
\int_step_inline:nnnn { 1 } { 1 } { \l__nmc_recur_order_int }
{
\seq_pop:NN \l_tmpa_seq \l_tmpa_tl
- \prop_get:NVN \g__nmc_subst_var_prop \l_tmpa_tl \l__nmc_subst_tl
+ \prop_get:NVN \l__nmc_subst_var_prop \l_tmpa_tl \l__nmc_subst_tl
\__nmc_num_format:nNnN { \l__nmc_subst_tl } \l_tmpa_tl
{ \l__nmc_round_int } \l__nmc_sci_num_out_bool
\seq_put_right:NV \l__nmc_recur_result_seq \l_tmpa_tl
\tl_set:Nx \l_tmpb_tl { \int_eval:n
{ \l__nmc_recur_subscr_ini_int + ##1 -1 } }
- \seq_put_right:NV \l__nmc_recur_index_seq \l_tmpb_tl
}
}
\cs_new_protected:Npn \__nmc_recur_generate:
{
- \prop_get:NVN \g__nmc_subst_var_prop
+ \prop_get:NVN \l__nmc_subst_var_prop
\l__nmc_recur_subscr_var_tl \l__nmc_subst_tl
\int_set:Nn \l__nmc_recur_var_int { \l__nmc_subst_tl }
\int_set:Nn \l_tmpa_int { \l__nmc_recur_var_int +
\l__nmc_recur_total_int - \l__nmc_recur_order_int - 1 }
\__nmc_error_where:n { recurrence~relation }
- \__nmc_if_mod_zero:nnT { \l__nmc_debug_int } { 7 }
+ \__nmc_if_mod_zero:nnT { \l__nmc_dbg_int } { 7 }
{ \__nmc_fpify:VN \l__nmc_recurrence_tl \l__nmc_fp_expr_tl }
\int_step_function:nnnN { \l__nmc_recur_var_int } { 1 }
{\l_tmpa_int } \__nmc_recur_generate_loop:n
@@ -728,26 +765,25 @@
\__nmc_num_format:nNnN { \l__nmc_recur_result_fp }
\l_tmpa_tl { \l__nmc_round_int } \l__nmc_sci_num_out_bool
\seq_put_right:NV \l__nmc_recur_result_seq \l_tmpa_tl
- \seq_put_right:Nn \l__nmc_recur_index_seq { #1 }
% shift vals "down variable"; tmpa above, tmpb below
\seq_set_eq:NN \l_tmpa_seq \l__nmc_recur_vars_seq
\seq_pop:NN \l_tmpa_seq \l_tmpb_tl % low var
\int_step_inline:nnnn {2} { 1 } { \l__nmc_recur_order_int }
{
\seq_pop:NN \l_tmpa_seq \l_tmpa_tl % hi var
- \prop_get:NVN \g__nmc_subst_var_prop \l_tmpa_tl \l__nmc_subst_tl
- \prop_put:NVV \g__nmc_subst_var_prop \l_tmpb_tl \l__nmc_subst_tl
+ \prop_get:NVN \l__nmc_subst_var_prop \l_tmpa_tl \l__nmc_subst_tl
+ \prop_put:NVV \l__nmc_subst_var_prop \l_tmpb_tl \l__nmc_subst_tl
\prop_put:NVV \l__nmc_vv_change_prop \l_tmpb_tl \l__nmc_subst_tl
\tl_set_eq:NN \l_tmpb_tl \l_tmpa_tl
}
% use tmpb, not tmpa, in case order = 1
- \prop_put:NVx \g__nmc_subst_var_prop \l_tmpb_tl
+ \prop_put:NVx \l__nmc_subst_var_prop \l_tmpb_tl
{ \fp_use:N \l__nmc_recur_result_fp }
\prop_put:NVx \l__nmc_vv_change_prop \l_tmpb_tl
{ \fp_use:N \l__nmc_recur_result_fp }
}
}
-\cs_new_protected:Npn \__nmc_recur_display:
+\cs_gset_protected:Npn \__nmc_recur_display:
{
\bool_if:NTF \l__nmc_num_only_bool
{ \tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl }
@@ -783,7 +819,6 @@
\int_zero:N \l_tmpa_int
\seq_map_inline:Nn \l__nmc_recur_result_seq
{
- \seq_pop:NN \l__nmc_recur_index_seq \l__nmc_toss_tl
\int_compare:nNnTF { \l_tmpa_int } < { \l__nmc_recur_first_int }
{ \seq_put_right:Nn #1 { ##1 } }
{
@@ -796,7 +831,7 @@
{
\seq_put_right:Nn #1 { ##1 }
\seq_put_right:Nn #2 { ##1 }
- \seq_put_right:Nx \l_tmpc_seq { \int_eval:n { \l_tmpa_int + \l__nmc_recur_subscr_val_int } }
+ \seq_put_right:Nx \l_tmpc_seq { \int_eval:n { \l_tmpa_int + \l__nmc_recur_subscr_ini_int } }
}
}
}
@@ -806,7 +841,7 @@
{ \seq_put_right:Nn #1{ \ldots } }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\keys_define:nn { numerica }
+\keys_define:nn { numerica-plus }
{
iter-do .int_set:N = \l__nmc_iter_total_int,
iter-see-last .int_set:N = \l__nmc_iter_view_int,
@@ -840,7 +875,7 @@
recur-see-last .default:n = 2,
recur-reuse .default:n = 0
}
-\keys_set_known:nn { numerica }
+\keys_set_known:nn { numerica-plus }
{
iter-do,iter-see-last,iter-max-iterations,
iter-extra-rounding,iter-reuse,
@@ -873,4 +908,9 @@
... .code:n = \bool_set_true:N \l__nmc_recur_ellipsis_bool,
reuse .int_set:N = \l__nmc_recur_reuse_int
}
-% end of `numerica-plus.def' \ No newline at end of file
+\file_if_exist:nT { numerica-plus.cfg }
+ {
+ \file_get:nnN { numerica-plus.cfg } {} \l_tmpa_tl
+ \exp_args:NnV \keys_set_known:nn { numerica-plus } \l_tmpa_tl
+ }
+% end of `numerica-plus.sty'.
diff --git a/macros/latex/contrib/numerica/numerica-plus.tex b/macros/latex/contrib/numerica-plus/numerica-plus.tex
index 049418f1a1..c3568474be 100644
--- a/macros/latex/contrib/numerica/numerica-plus.tex
+++ b/macros/latex/contrib/numerica-plus/numerica-plus.tex
@@ -1,4 +1,4 @@
-%% LyX 2.4.0-alpha1 created this file. For more info, see https://www.lyx.org/.
+%% LyX 2.4.0-alpha3 created this file. For more info, see https://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english,tableposition=top]{report}
\usepackage{lmodern}
@@ -43,15 +43,14 @@
{\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
-\usepackage[plus]{numerica}
-
+\usepackage{numerica-plus}
+\usepackage{upquote}
\newcommand\rel{\,\varrho\;}
\DeclareMathOperator{\erf}{erf}
\DeclareMathOperator{\gd}{gd}
-\reuse
-
-\usepackage{upquote}
+\reuse{}
+\constants{ c=30,\omega=0.2 }
\makeatother
@@ -62,22 +61,35 @@
(\url{ajparsloe@gmail.com})}
\maketitle
\begin{abstract}
-In this module of the \verb`numerica` package, commands are defined
-which iterate and find fixed points of functions of a single variable,
-which find the zeros or extrema of such functions, and which calculate
-the terms of recurrence relations.\\
+The \verb`numerica-plus` package defines commands to iterate and
+find fixed points of functions of a single variable, to find the zeros
+or extrema of such functions, and to calculate the terms of recurrence
+relations.\\
\\
\noindent\begin{minipage}[t]{1\columnwidth}%
\begin{shaded}%
\paragraph*{Note:}
\begin{itemize}
-\item {\normalsize This document applies to version 1.0.0 of }{\normalsize\texttt{numerica-plus}}{\normalsize .def.}{\small\par}
-\item {\normalsize Reasonably recent versions of the \LaTeX 3 bundles }{\normalsize\texttt{l3kernel}}{\normalsize{}
-and }{\normalsize\texttt{l3packages}}{\normalsize{} are required.}{\small\par}
+\item {\normalsize This document applies to version 2.0.0 of }{\normalsize\texttt{numerica-plus}}{\normalsize .def.}{\small\par}
+\item {\normalsize A version of }{\normalsize\texttt{numerica}}{\normalsize{}
+from or later than 2021/12/07 is required; (}{\normalsize\texttt{numerica}}{\normalsize{}
+requires }{\normalsize\texttt{amsmath}}{\normalsize , }{\normalsize\texttt{mathtools}}{\normalsize{}
+and the \LaTeX 3 bundles }{\normalsize\texttt{l3kernel}}{\normalsize{}
+and }{\normalsize\texttt{l3packages}}{\normalsize ).}{\small\par}
\item {\normalsize I refer a number of times in this document to }{\normalsize\emph{Handbook
of Mathematical Functions}}{\normalsize , edited by Milton Abramowitz
and Irene A. Segun, Dover, 1965. This is abbreviated to }{\normalsize\emph{HMF}}{\normalsize .}{\small\par}
+\item {\normalsize Version 2 of }{\normalsize\texttt{numerica-plus}}{\small\par}
+\begin{itemize}
+\item {\normalsize is the first stand-alone version; (in v.1 of }{\normalsize\texttt{numerica}}{\normalsize{}
+the commands }{\normalsize\texttt{\textbackslash nmcIterate}}{\normalsize ,
+}{\normalsize\texttt{\textbackslash nmcSolve}}{\normalsize{} and }{\normalsize\texttt{\textbackslash nmcRecur}}{\normalsize{}
+were loaded with the }{\normalsize\texttt{plus}}{\normalsize{} package
+option);}{\small\par}
+\item {\normalsize makes some small code adjustements;}{\small\par}
+\item {\normalsize amends documentation.}{\small\par}
+\end{itemize}
\end{itemize}
\end{shaded}%
\end{minipage}
@@ -86,12 +98,11 @@ and Irene A. Segun, Dover, 1965. This is abbreviated to }{\normalsize\emph{HMF}}
\chapter{Introduction}
-By calling \texttt{numerica} with the \texttt{plus} package option
-in the preamble,
+Entering
\begin{lyxcode}
-\textbackslash usepackage{[}plus{]}\{numerica\}
+~\textbackslash usepackage\{numerica-plus\}
\end{lyxcode}
-a number of additional commands are loaded:
+in the preamble of your document makes available the commands
\begin{itemize}
\item \verb`\nmcIterate`, a command to iterate a function (apply it repeatedly
to itself), including finding fixed points (values $x$ where $f(x)=x$);
@@ -102,12 +113,16 @@ maxima or minima of such functions;
relations in a single (recurrence) variable (like the terms of the
Fibonacci sequence or Legendre polynomials).
\end{itemize}
-These commands are defined in the package \texttt{numerica-plus.def}
-which is loaded with \texttt{numerica.sty} when the \texttt{plus}
-option is used. The new commands all share the syntax of the \verb`\nmcEvaluate`
-command. I will discuss them individually in later chapters but turn
-first to an example that illustrates their use and gives a sense of
-`what they are about'.
+\verb`numerica-plus` requires a version of \verb`numerica` from
+or later than 2021/11/26. If found, \verb`numerica` is loaded automatically,
+making available the \verb`\nmcEvaluate`, \verb`\nmcInfo`, \verb`\nmcMacros`,
+\verb`\nmcConstants`, and \verb`\nmcReuse` commands; see the \verb`numerica`
+documentation for details on the use of these commands.
+
+The commands of the present package all share the syntax of \verb`\nmcEvaluate`.
+I will discuss them individually in later chapters but turn first
+to something more than a `toy' example that illustrates their use
+and gives a sense of `what they are about'.
\section{Example of use: the rotating disk}
@@ -138,85 +153,85 @@ as with the \verb`\eval` command, suppress all elements from the
display save for the numerical result.
First, though, values need to be assigned to the various parameters.
-Suppose we use units in which $c=30,$ $r_{1}=10$ and $r_{3}=20$;
-also $\omega=0.2$ radians per second and $\theta_{13}\equiv\theta_{3}-\theta_{1}=0.2$
-radians. We shall give $t$ an initial value $1$ (plucked from the
-air). Its position as the rightmost item in the vv-list tells \verb`\iter`
-that $t$ is the iteration variable:
+Suppose we use units in which $c=30,$ and $\omega=0.2$ radians per
+second. To avoid having to write these values in the vv-list every
+time, I have put in the preamble to this document the statement
+\begin{verbatim}
+ \constants{ c=30,\omega=0.2 }
+\end{verbatim}
+For the polar coordinates of \textbf{1 }and \textbf{3 }I have chosen
+$r_{1}=10$, $r_{3}=20$ and $\theta_{3}=0.2$ radians (remember $\theta_{1}=0$).
+To find a fixed point $t_{13}$ I give $t$ an initial trial value
+$1$ (plucked from the air). Its position as the rightmost item in
+the vv-list tells \verb`\iter` that $t$ is the iteration variable:
\begin{verbatim}
\iter*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)}
- }[ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=1 ], \quad\info{iter}.
+ \cos(\theta_3+\omega t)}
+ }[ r_1=10,r_3=20,\theta_3=0.2,t=1 ],
+ \quad\info{iter}.
\end{verbatim}
-$\Longrightarrow$ \iter*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)}
- }[ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=1 ],
-\quad\info{iter}. The \verb`\nmcInfo` command or, more briefly \verb`\info`, can
-be used to display the number of iterations required to attain the
-fixed-point value.
+$\Longrightarrow$ \iter*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
+ \cos(\theta_3+\omega t)}
+ }[ r_1=10,r_3=20,\theta_3=0.2,t=1 ],
+ \quad\info{iter}. The short-name form of the \verb`\nmcInfo` command from \verb`numerica`
+ has been used to display the number of iterations required to attain
+the fixed-point value.
To six figures, only five iterations are needed, which seems rapid
but we can check this by substituting $t=0.356899$ back into the
formula and \verb`\eval`-uating it:
\begin{verbatim}
\eval*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)}
- }[ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=0.356899 ]
+ \cos(\theta_3+\omega t)}
+ }[ r_1=10,r_3=20,\theta_3=0.2,t=0.356899 ]
\end{verbatim}
-$\Longrightarrow$ \eval*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)}
- }[ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=0.356899 ], confirming that we have indeed calculated a fixed point. That it
-took only $5$ iterations can be checked by omitting the asterisk
-from the \verb`\iter` command and specifying the total number of
-iterations to perform. I choose \texttt{do=}7 to show not just the
-$5$th iteration but also the next two just to confirm that the result
-is stable. We shall view all $7$: \texttt{see=7}. I have also suppressed
-display of the vv-list by giving the key \texttt{vvd}\emph{ }an empty
-value,\footnote{See the associated document \texttt{numerica-basics.pdf}, the chapter
-on settings.} since there are too many variables to display on a line:
+$\Longrightarrow$ \eval*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
+ \cos(\theta_3+\omega t)}
+ }[ r_1=10,r_3=20,\theta_3=0.2,t=0.356899 ], confirming that we have indeed calculated a fixed point. That it
+did indeed take only $5$ iterations can be checked by omitting the
+asterisk from the \verb`\iter` command and specifying the total number
+of iterations to perform. I choose \texttt{do=}7 to show not just
+the $5$th iteration but also the next two just to confirm that the
+result is stable. We shall view all $7$: \texttt{see=7}. Because
+of the length of the formula I have suppressed display of the vv-list
+by giving the key \texttt{vvd}\emph{ }an empty value:\footnote{See the associated document \texttt{numerica.pdf}, the chapter on
+settings.}
\begin{verbatim}
\iter[do=7,see=7,vvd=]
{\[ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)} \]}
- [ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=1 ]
+ \cos(\theta_3+\omega t)} \]}
+ [ r_1=10,r_3=20,\theta_3=0.2,t=1 ]
\end{verbatim}
-$\Longrightarrow$ \iter[do=7,see=7,vvd=]
+$\Longrightarrow$ \iter[do=7,see=7,vvd=]
{\[ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)} \]}
- [ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=1 ]
+ \cos(\theta_3+\omega t)} \]}
+ [ r_1=10,r_3=20,\theta_3=0.2,t=1 ]
\noindent \begin{flushleft}
-This display makes clear that on the $5$th iteration, the $6$-figure
+The display makes clear that on the $5$th iteration, the $6$-figure
value has been attained.
\par\end{flushleft}
Alternatively, we could use the \verb`\nmcRecur` command, or its
-short-name form \verb`\recur`, to view the successive iterations
+short-name form \verb`\recur`, to view the successive iterations,
since an iteration is a first-order recurrence: $f_{n+1}=f(f_{n})$:
\begin{verbatim}
\recur[do=8,see1=0,see2=5,vvd={,\\(vv)\\},*]
{\[ f_{n+1}=c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega f_{n})} \]}
- [ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2, f_{0}=1 ]
+ \cos(\theta_3+\omega f_{n})} \]}
+ [ r_1=10,r_3=20,\theta_3=0.2,f_{0}=1 ]
\end{verbatim}
-$\Longrightarrow$ \recur[do=8,see1=0,see2=5,vvd={\\(vv)\\},*]
+$\Longrightarrow$ \recur[do=8,see1=0,see2=5,vvd={,\\(vv)\\},*]
{\[ f_{n+1}=c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega f_{n})} \]}
- [ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2, f_{0}=1 ]
+ \cos(\theta_3+\omega f_{n})} \]}
+ [ r_1=10,r_3=20,\theta_3=0.2,f_{0}=1 ]
\noindent I have specified \texttt{do=8} terms rather than $7$ since
the zero-th term ($f_{0}=1$) is included in the count. I've chosen
to view the last $5$ of them but none prior to those by writing \texttt{see1=0,see2=5}.
-The vv-list has been suppressed from the display (\texttt{vvd=} )
-and the numerical results forced onto a new line (without an equation
-number \textendash{} the \texttt{{*}} in the vv-list).
+Notice the \texttt{vvd} setting, pushing display of the vv-list and
+result to new lines and suppressing equation numbering with the \texttt{{*}}
+setting (which turns the \verb`multline` environment into a \verb`multline*`
+environment).
Another and perhaps more obvious way to find the value of $t_{13}$,
is to look for a zero of the function $f(t)-t$. That means using
@@ -226,169 +241,169 @@ display of all but the numerical result. A trial value for $t$ is
required. I have chosen \texttt{t=0}:
\begin{verbatim}
\solve*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)} - t }
- [ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=0 ], \quad\nmcInfo{solve}.
+ \cos(\theta_3+\omega t)} - t }
+ [ r_1=10,r_3=20,\theta_3=0.2,t=0 ],
+ \quad\nmcInfo{solve}.
\end{verbatim}
-$\Longrightarrow$ \solve*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
- \cos(\theta_{13}+\omega t)}-t
- }[ c=30,r_1=10,r_3=20,\theta_{13}=0.2,
- \omega=0.2,t=0],
-\quad\nmcInfo{solve}.
+$\Longrightarrow$ \solve*{ c^{-1}\sqrt{r_1^2+r_3^2-2r_1 r_3
+ \cos(\theta_3+\omega t)} - t }
+ [ r_1=10,r_3=20,\theta_3=0.2,t=0 ],
+ \quad\nmcInfo{solve}.
Nearly the same answer as before is attained but this time many more
steps have been required. This is to be expected. The \verb`\solve`
-command uses the bisection method. Since $1/2^{10}\approx1/10^{3}$
-or $10$ bisections for $3$ decimal places, we can expect about $20$
-bisections being needed for a $6$-decimal-place answer. The particular
-form of the \verb`\nmcInfo` command display, `$1+20$ steps', indicates
-that it took $1$ search step to find an interval in which the function
-vanished and, having found that interval, $20$ bisections to narrow
-the position of the zero to $6$-figures.
+command uses the bisection method. Since $1/2^{10}\approx1/10^{3}$,
+about $10$ bisections are needed to determine $3$ decimal places.
+Hence we can expect about $20$ bisections for a $6$-decimal-place
+answer. The particular form of the \verb`\nmcInfo` command display,
+`$1+20$ steps', indicates that it took $1$ search step to find
+an interval in which the function vanished and, having found that
+interval, $20$ bisections to narrow the position of the zero to $6$-figures.
+I will discuss the discrepancy in the final figure in Chapter~\ref{chap:solveSolve};
+see \ref{subsec:solveExtraRounding}.
\subsection{Circuits}
Okay, so we can calculate the time taken in the underlying inertial
system for a signal to pass from one point of the rotating disk to
another. How long does it take to traverse the circuit \textbf{1}
-to \textbf{2} to \textbf{3} back to \textbf{1}? That means forming
+to \textbf{2} to \textbf{3} and back to \textbf{1}? That means forming
the sum $t_{12}+t_{23}+t_{31}$, hence calculating the separate $t_{ij}$
and then using \verb`\eval` to calculate their sum.
-To make things neater and easier to read, I assume a little symmetry.
-Let the coordinates of \textbf{1} be $(a,0),$ of \textbf{2} be $(r,-\theta)$,
-and of \textbf{3} be $(r,\theta)$: \textbf{2} and \textbf{3} are
-at the same radial distance from the centre \textbf{0} and at the
-same angular distance but on opposite sides of the line \textbf{01},
-\textbf{3} an angle $\theta$ ahead of \textbf{1}, \textbf{2} an angle
-$\theta$ behind \textbf{1}. The rotation is in the direction of positive
-$\theta$. Rather than just calculate $t_{12}+t_{23}+t_{31}$ for
-the circuit \textbf{1231}, I also calculate the time $t_{13}+t_{32}+t_{21}$
-for a signal to traverse the opposite circuit \textbf{1321} and compare
-them (form the difference).
+To simplify things, I assume a little symmetry. Let the (polar) coordinates
+of \textbf{1} be $(a,0),$ of \textbf{2} be $(r,-\theta)$, and of
+\textbf{3} be $(r,\theta)$: \textbf{2} and \textbf{3} are at the
+same radial distance from the centre \textbf{0} and at the same angular
+distance from the line \textbf{01} but on opposite sides of it, \textbf{3}
+ahead of the line, \textbf{2} behind it. The rotation is in the direction
+of positive $\theta$. Rather than just calculate $t_{12}+t_{23}+t_{31}$
+for the circuit \textbf{1231}, I also calculate the time $t_{13}+t_{32}+t_{21}$
+for a signal to traverse the same circuit but in the opposite sense,
+\textbf{1321}, and compare them (form the difference).
Note that with \textbf{2} and \textbf{3} positioned as they are relative
-to \textbf{1},
-\[
-t_{31}=c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta-\omega t_{31})}
-\]
-and
-\[
-t_{12}=c^{-1}\sqrt{a^{2}+r^{2}-2ar\cos(\theta-\omega t_{12})}.
-\]
-Both $t_{12}$ and $t_{31}$ are fixed points of the same function
-\[
-F_{-1}(t)=c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta-\omega t).}
-\]
-Similarly, both $t_{13}$ and $t_{21}$ are fixed points of
-\[
-F_{+1}(t)=c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta+\omega t)}.
-\]
- Geometrically one can show that $t_{31}=t_{12}$ and $t_{13}=t_{21}$.
-Analytically, with the values $c=30,a=10,r=20$,
+to \textbf{1}, a signal against the rotation from \textbf{3} to \textbf{1}
+takes the same time as a signal from \textbf{1} to \textbf{2} and,
+in the sense of rotation, a signal from \textbf{2} to \textbf{1} takes
+the same time as a signal from \textbf{1} to \textbf{3}. To see this,
+suppose the signal from \textbf{2} to \textbf{1} starts at time $t=0$;
+it reaches \textbf{1} at a later time $t=t'$ when the disk has rotated
+an angle $\omega t'$. Viewed from the underlying inertial system,
+the signal path is a straight line from a point on a circle of radius
+$r$ to a point on a concentric circle of radius $a$, the points
+subtending an angle at the centre \textbf{0} of $\theta+\omega t'$.
+But \textbf{3} at time $t'$ and \textbf{1} at time $t=0$ also subtend
+an angle $\theta+\omega t'$ at \textbf{0}, and also lie on circles
+of radii $r$ and $a$ respectively. In the underlying inertial system
+the line segments \textbf{1}$(0)$\textbf{3}$(t')$ and \textbf{2}$(0)$\textbf{1(}$t')$
+are of equal length. Similarly, if a signal from \textbf{3} at time
+$t=0$ reaches \textbf{1} at time $t=t''$ then \textbf{3}$(0)$\textbf{1}$(t'')$
+and \textbf{1}$(0)$\textbf{2}$(t'')$ are of equal length. Hence
+the round trip times are $2t_{12}+t_{23}$ and $2t_{13}+t_{32}$.
+
+\subsubsection{Nesting commands}
+
+Analytically, both $t_{21}$ and $t_{13}$ are the same fixed point
+of the function
\[
-0<F_{\pm1}(t)\le c^{-1}\sqrt{r^{2}+a^{2}+2ar}=c^{-1}(r+a)=1,
+c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta+\omega t)}
\]
-so that we need look for fixed points only in the interval $[0,1]$.
-Differentiating $F_{-1}(t)$ shows the derivative is negative on $[0,1]$,
-hence that $F_{-1}$ is strictly decreasing there and can intersect
-the identity mapping at most once on the interval. Similarly, differentiating
-$F_{+1}(t)$ shows the derivative
+ and $t_{31}$ and $t_{12}$ are the same fixed point of the function
\[
-\frac{ar\omega\sin(\theta+\omega t)}{c\sqrt{r^{2}+a^{2}-2ar\cos(\theta+\omega t)}}
+c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta-\omega t).}
\]
-is positive on $[0,1]$, but with the given values for $c,a$ and
-$r$, and with $\theta=0.2,\omega=0.2$, $F'_{+1}(t)<0.1$ on $[0,1]$:
-hence $F_{+1}$ increases sufficiently slowly on the interval that
-the identity mapping can intersect it at most once there. In both
-cases, there can be at most one fixed point.
-
-It follows that $t_{12}=t_{31}$ and $t_{13}=t_{21}$ and the round
-trip times are $2t_{12}+t_{23}$ and $2t_{13}+t_{32}$.
-
-\subsubsection{Nesting commands}
-
-The calculation to compare the round trip times can be done `in one
-go' by nesting the \verb`\iter*` commands to calculate the $t_{ij}$
-inside an \verb`\eval*` command to form the sum of their results
-and then take the difference.
+To calculate $2t_{12}+t_{23}$ therefore means calculating
\begin{verbatim}
- $
- \eval*{ % circuit 1231
- 2\iter*{ c^{-1}\sqrt{a^2+r^2-2ar
+ 2\iter*{ c^{-1}\sqrt{a^2+r^2-2ar
\cos(\theta-\omega t)} }
+ \iter*{ c^{-1}\sqrt{2r^2-2r^2
\cos(2\theta+\omega t)} }
- % circuit 1321
- - 2\iter*{ c^{-1}\sqrt{a^2+r^2-2ar
- \cos(\theta+\omega t)} }
- - \iter*{ c^{-1}\sqrt{2r^2-2r^2
- \cos(2\theta-\omega t)} }
- }[ c=30,a=10,r=20,\theta=0.2,\omega=0.2, t=1 ]
- $
\end{verbatim}
-$\Longrightarrow$ $
+with the analogous expression for $2t_{13}+t_{32}$. But we can do
+the comparison of round trip times `in one go' by nesting the \verb`\iter*`
+commands inside an \verb`\eval*` command:
+\begin{verbatim}
+
\eval*{ % circuit 1231
- 2\iter*{ c^{-1}\sqrt{a^2+r^2-2ar
- \cos(\theta-\omega t)} }
- + \iter*{ c^{-1}\sqrt{2r^2-2r^2
- \cos(2\theta+\omega t)} }
+ 2\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
+ \cos(\theta-\omega t)} }[8]
+ + \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
+ \cos(2\theta+\omega t)} }[8]
% circuit 1321
- - 2\iter*{ c^{-1}\sqrt{a^2+r^2-2ar
- \cos(\theta+\omega t)} }
- - \iter*{ c^{-1}\sqrt{2r^2-2r^2
- \cos(2\theta-\omega t)} }
- }[ c=30,a=10,r=20,\theta=0.2,\omega=0.2, t=1 ]
- $.
-
-By itself this result is of little interest beyond seeing that \texttt{numerica}
-can handle it. What \emph{is} interesting is to find values of $\theta$,
-say, given the other parameters and especially the value of $r$,
-such that the time difference vanishes. Is there a circuit, despite
-the rotation of the disk, such that it takes a signal the same time
-to travel in opposite directions around the circuit? That is a job
-for \verb`\nmcSolve` (or \verb`\solve`):
-\begin{verbatim}
- \solve[p=.,var=\theta,vvi=]{$ % circuit 1231
+ - 2\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
+ \cos(\theta+\omega t)} }[8]
+ - \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
+ \cos(2\theta-\omega t)} }[8]
+ }[ a=10,r=20,\theta=0.2,t=1 ]
+\end{verbatim}
+$\Longrightarrow$ \eval*{ % circuit 1231
2\times\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
- \cos(\theta-\omega t)} }
+ \cos(\theta-\omega t)} }[8]
+ \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
- \cos(2\theta+\omega t)} }
+ \cos(2\theta+\omega t)} }[8]
% circuit 1321
- 2\times\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
- \cos(\theta+\omega t)} }
+ \cos(\theta+\omega t)} }[8]
- \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
+ \cos(2\theta-\omega t)} }[8]
+ }[ a=10,r=20,\theta=0.2,{t}=1 ] .
+
+By itself this result is of little interest beyond seeing that \verb`numerica-plus`
+can handle the calculation. What \emph{is} interesting is to find
+values of our parameters for which the time difference vanishes \textendash{}
+say values of $\theta$, given the other parameters, especially the
+value of $r$. Is there a circuit such that it takes a signal the
+same time to travel in opposite senses around the circuit, despite
+the rotation of the disk? Rather than nesting the \verb`\iter*` commands
+inside an \verb`\eval`, we need to nest them in a \verb`\solve`
+command:
+\begin{verbatim}
+ \solve[p=.,var=\theta,+=1,vvd=\\,*,+=1]
+ {\[ % circuit 1231
+ 2\times\iter*[var=t,+=1]{ c^{-1}\sqrt{a^2+r^2-2ar
+ \cos(\theta-\omega t)} }
+ + \iter*[var=t,+=1]{ c^{-1}\sqrt{2r^2-2r^2
+ \cos(2\theta+\omega t)} }
+ % circuit 1321
+ - 2\times\iter*[var=t,+=1]{ c^{-1}\sqrt{a^2+r^2-2ar
+ \cos(\theta+\omega t)} }
+ - \iter*[var=t,+=1]{ c^{-1}\sqrt{2r^2-2r^2
\cos(2\theta-\omega t)} }
- $}[ c=30,a=10,r=20,\theta=0.1,\omega=0.2, {t}=1 ]
+ \]}[ a=10,r=20,\theta=0.1,t=1 ]
\end{verbatim}
-$\Longrightarrow$ \solve[p=.,var=\theta,vvi=]{$ % circuit 1231
- 2\times\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
+$\Longrightarrow$ \solve[p=.,var=\theta,+=1,vvd=\\,*]
+ {\[ % circuit 1231
+ 2\times\iter*[var=t,+=1]{ c^{-1}\sqrt{a^2+r^2-2ar
\cos(\theta-\omega t)} }
- + \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
+ + \iter*[var=t,+=1]{ c^{-1}\sqrt{2r^2-2r^2
\cos(2\theta+\omega t)} }
- % circuit 1321
- - 2\times\iter*[var=t]{ c^{-1}\sqrt{a^2+r^2-2ar
+ % circuit 1321
+ - 2\times\iter*[var=t,+=1]{ c^{-1}\sqrt{a^2+r^2-2ar
\cos(\theta+\omega t)} }
- - \iter*[var=t]{ c^{-1}\sqrt{2r^2-2r^2
+ - \iter*[var=t,+=1]{ c^{-1}\sqrt{2r^2-2r^2
\cos(2\theta-\omega t)} }
- $}[ c=30,a=10,r=20,\theta=0.1,\omega=0.2, {t}=1 ]
-
-One point to note here is the use of \verb`\times` (in \verb`2\times\iter*`)
-as against the previous example with \verb`\eval*` where \verb`\times`
-was not used. In the present case the formula is displayed (\verb`\solve`
-wraps around math delimiters); the star on the \verb`\eval` command
-in the previous example suppressed display of the formula. Without
-the \verb`\times` the `$2$'s would be juxtaposed against the following
-decimals, making it look as if the signal travel times were $20.537778$
-and $20.614419$ and no doubt causing perplexity. Also note the \texttt{vvi=}
-to suppress display of the vv-list.
-
-But this is not a research paper on the rotating disk. I wished to
-show how the different commands of \texttt{numerica-plus} can be used
-to explore a meaningful problem. And although it looks as if a lot
-of typing is involved, once $c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta-\omega t)}$
+ \]}[ a=10,r=20,\theta=0.1,t=1 ]
+
+One point to note here is the use of \verb`\times` (in \verb`2\times\iter*`).
+In this example the formula is displayed (\verb`\solve` wraps around
+math delimiters). Without the \verb`\times` the result would have
+been the same but the display of the formula would have juxtaposed
+the `$2$'s against the following decimals, making it look as if
+signal travel times were $20.537778$ and $20.61442$ (and no doubt
+causing perplexity). Also note the \texttt{vvd=\textbackslash\textbackslash}
+to place the result on a new line and suppress display of the vv-list.
+
+So this expression gives a value of $\theta_{\Delta t=0}$ for one
+value of $r$. The obvious next step is to create a table of such
+values. I show how that is done in the document \verb`numerica-tables.pdf`
+using the command \verb`\nmcTabulate` defined in the associated package
+\verb`numerica-tables`. But this is not a research paper on the rotating
+disk. I wished to show how the different commands of \verb`numerica-plus`
+can be used to explore a meaningful problem. And although it looks
+as if a lot of typing is involved, once $c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta-\omega t)}$
has been formed in \LaTeX{} and values specified in the vv-list, much
-of the rest is copy-and-paste followed by minor editing.
+of the rest is copy-and-paste with minor editing.
\section{Shared syntax of the new commands}
@@ -400,8 +415,8 @@ finding the zeros or (local) extrema of functions, and \verb`\nmcRecur`
relations.
All three commands share the syntax of the \verb`\nmcEvaluate` (or
-\verb`\eval`) command detailed in the associated document \texttt{numerica-basics.pdf}.
-When all options are used then the command looks like
+\verb`\eval`) command detailed in the associated document \texttt{numerica.pdf}.
+When all options are used the command looks like, for instance,
\begin{centred}
\noindent \verb`\nmcIterate*[settings]{expr.}[vv-list][num. format]`
\end{centred}
@@ -422,29 +437,34 @@ in \LaTeX{} form that is the object of interest;
of the numerical result (rounding, padding with zeros, scientific
notation); boolean output is suppressed for these commands.
\end{enumerate}
-Boolean output makes little sense for these three commands and is
-turned \emph{off}. Entering a question mark in the trailing number-format
-option of each command has no effect \textendash{} see .
-
-All commands also share with \verb`\nmcEvaluate` changes in the way
-the result is displayed depending on whether they wrap around math
-delimiters, or are wrapped within math delimiters, or are employed
-in the absence of math delimiters. These distinctions are relevant\emph{
-only if the optional star {*} is absent.}
+Like \verb`\nmcEvaluate`, for all three commands the way the result
+is displayed depends on whether the command wraps around math delimiters,
+or is used between math delimiters or in the absence of math delimiters.
+These distinctions are relevant\emph{ only if the optional star {*}
+is absent.}
\begin{itemize}
-\item When the star option is used, the \emph{result} is a number only without
-any formatting or vv-list display, or an error message is displayed.
+\item When the star option is used, the \emph{result} is a number only,
+without any formatting or vv-list display, or an error message is
+displayed.
\item When the star option is not used and one of the following is the case
\begin{itemize}
\item the command wraps around math delimiters, e.g. \verb`\iter{$ expr. $}`,
-then the result is displayed in the form \emph{expression~=~result}
-or the form \emph{expression~$\rightarrow$~result} as appropriate,
-where \emph{result} may be multi-line and may include the vv-list,
+then
+\begin{itemize}
+\item the result is displayed in the form \emph{formula~=~result, (vv-list)}
+or the form \emph{formula~$\rightarrow$~result, (vv-list)} as appropriate;
+\end{itemize}
\item the command is used within math delimiters, e.g. \verb`\[\iter...\]`,
-then only the \emph{result} is presented, where \emph{result} may
-be multi-line and may include the vv-list,
-\item the command is used in the absence of delimiters, then the result
-is presented as if it had been used between \verb`\[` and \verb`\]`.
+then
+\begin{itemize}
+\item the result is displayed in the form \emph{result, (vv-list)} (without
+reference to the formula);
+\end{itemize}
+\item the command is used in the absence of delimiters, then
+\begin{itemize}
+\item the result is presented as if it had been used between \verb`\[`
+and \verb`\]`.
+\end{itemize}
\end{itemize}
\end{itemize}
Looking at the various examples in the preceding section on the rotating
@@ -452,6 +472,31 @@ disk you will see illustrations of all these situations.
\subsection{Settings}
+Nearly all the settings available to the \verb`\eval` command are
+available to these other commands. To save switching between documents
+I reproduce in Table~\ref{tab:introSettingsInherited} the options
+found in \texttt{numerica.pdf}, although for discussion of the options
+you will need to refer to that document. In addition, each of the
+present commands also has settings of its own, discussed at the relevant
+parts of the following chapters.
+
+\subsection{Nesting}
+
+In v.1 of \verb`numerica`, for commands to be nested one within an
+another, it was necessary for the inner command to be starred (and
+thus produce a purely numerical result). With v.2 of \verb`numerica`
+this is no longer the case. A nested command is detected as such and
+the star automatically set, whether the user has explicitly starred
+the command or not. Provided the starred form of a command actually
+does produce a numerical result and not an error message then it can
+be nested within the main argument of any one of the other commands,
+including itself. The example of use, \ref{sec:introExampleOfUse}
+above, shows several examples of this. The starred form can also be
+used in the vv-list of any one of the commands, including itself.
+The associated document \texttt{numerica.pdf} shows examples of an
+\verb`\eval*` command being used in the vv-list of an \verb`\eval`
+command.
+
\begin{table}
\noindent \centering{}\caption{\protect\label{tab:introSettingsInherited}Inherited settings options}
\noindent \begin{center}
@@ -479,38 +524,31 @@ in }{\small\texttt{vvd}} & \tabularnewline
\end{tabular}
\par\end{center}
\end{table}
-Nearly all the settings available to the \verb`\eval` command are
-available to these other commands. To save switching between documents
-I reproduce in Table~\ref{tab:introSettingsInherited} the options
-found in \texttt{numerica-basics.pdf}, although for discussion of
-the options you will need to refer to that document. In addition,
-each of the present commands also has settings of its own, discussed
-at the relevant parts of the following chapters.
-\subsection{Nesting}
-
-Provided the starred form of a command actually does produce a numerical
-result and not an error message then it can be nested within the main
-argument of any one of the commands, including itself. The example
-of use, \ref{sec:introExampleOfUse} above, shows several examples
-of this. The starred form can also be used in the vv-list of any one
-of the commands, including itself. The associated document \texttt{numerica-basics.pdf}
-shows examples of an \verb`\eval*` command being used in the vv-list
-of an \verb`\eval` command.
\chapter{Iterating functions: \texttt{\textbackslash nmcIterate}}
\label{chap:Iterating-functions}Only in desperation would one try
to evaluate a continued fraction by stacking fraction upon fraction
upon fraction like so:
-\[
-1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1}}}}}}}}}}}}
-\]
-\texttt{numerica-plus} provides a command for tackling problems like
-this sensibly. In such problems a function is repeatedly applied to
-itself (\emph{iterated}). This can be achieved in \texttt{numerica}
-through the command \verb`\nmcIterate` or (short-name form) \verb`\iter`.
-Thus to evaluate this continued fraction we write
+\begin{verbatim}
+ \eval{\[ 1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1}}}}}}}}}}}} \]}
+\end{verbatim}
+$\Longrightarrow$ \eval{\[ 1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1+\frac{1}
+ {1+\frac{1}{1}}}}}}}}}}}} \]}
+
+\noindent \verb`numerica-plus` provides a command for tackling problems
+like this sensibly. In such problems a function is repeatedly applied
+to itself (iterated). This is done through the command \verb`\nmcIterate`
+or (short-name form) \verb`\iter`. Thus to evaluate this continued
+fraction write (for instance),
\begin{centred}
\verb`\iter[do=15,see=5]{\[ 1+1/x \]}[x=1]` $\Longrightarrow$ \iter[do=15,see=5]{\[ 1+1/x \]}[x=1]
\end{centred}
@@ -518,22 +556,17 @@ The \verb`\iter` command evaluates $1+1/x$ when $x=1$ and then
uses this value as a new $x$-value to substitue into $1+1/x$, to
once again evaluate and use as a new $x$-value, and so on. It looks
as if the repeated iterations are approaching \verb`\eval{$ \tfrac{\sqrt{5}+1}2 $}`
-$\Longrightarrow$ \eval{$ \tfrac{\sqrt{5}+1}2 $}.
-
-Increasing the number of iterations in the example from \texttt{do=15}
-to, say, \texttt{do=18}, shows that this is indeed the case. I've
-taken the opportunity to also put a question mark in the number-format
-option to get boolean output in order to show that it has \emph{no}
-effect:
+$\Longrightarrow$ \eval{$ \tfrac{\sqrt{5}+1}2 $}. Increasing the
+number of iterations in the example from \texttt{do=15} to, say, \texttt{do=18},
+shows that this is indeed the case.
\begin{centred}
-\verb`\iter[do=18,see=5]{\[ 1+1/x \]}[x=1][?]` $\Longrightarrow$
-\iter[do=18,see=5]{\[ 1+1/x \]}[x=1][?]
+\verb`\iter[do=18,see=5]{\[ 1+1/x \]}[x=1]` $\Longrightarrow$ \iter[do=18,see=5]{\[ 1+1/x \]}[x=1]
\end{centred}
But iteration of functions is not limited to continued fractions.
Particularly since the emergence of chaos theory, iteration has become
-an important study in its own right. Any function whose range lies
-within its domain can be iterated \textendash{} repeatedly applied
-to itself. The cosine, for instance,
+an important study in its own right. Any function with range within
+its domain can be iterated \textendash{} repeatedly applied to itself
+\textendash{} like the cosine:
\begin{centred}
\verb`\iter[do=20,see=4]{\[ \cos x \]}[x=\pi/2]` $\Longrightarrow$
\iter[do=20,see=4]{\[ \cos x \]}[x=\pi/2]
@@ -554,22 +587,22 @@ a period-4 cycle:
and with $k=3.1$ we get a period-2 cycle, although it takes many
more iterations to stabilize there:
\begin{centred}
-\verb`\iter[do=44,see=8]{\[ kx(1-x) \]}[k=3.1,x=0.5]` $\Longrightarrow$
-\iter[do=44,see=8]{\[ kx(1-x) \]}[k=3.1,x=0.5]
+\verb`\iter[do=42,see=4]{\[ kx(1-x) \]}[k=3.1,x=0.5]` $\Longrightarrow$
+\iter[do=42,see=4]{\[ kx(1-x) \]}[k=3.1,x=0.5]
\end{centred}
\section{Star (\texttt{{*}}) option: fixed points}
In the first two of these examples, iteration eventually ended at
-a \emph{fixed point}. This is a point $x$ where $f(x)=x$ and, by
-induction, $f^{n}(x)=x$. Appending a star (asterisk) to the \verb`\iter`
-command is the signal for iteration to continue until a fixed point
-has been reached at the specified rounding value:
+a \emph{fixed point}. This is a point $x$ where $f(x)=x$. Appending
+a star (asterisk) to the \verb`\iter` command is the signal for iteration
+to continue until a fixed point has been reached at the specified
+rounding value:
\begin{centred}
-\verb`\iter*{ 1+a/x }[a=n(n+1),n=1,x=1]` $\Longrightarrow$ \iter*{ 1+a/x }[a=k(k+1),k=1,x=1]
+\verb`\iter*{ 1+a/x }[a=n(n+1),n=1,x=1]` $\Longrightarrow$ \iter*{ 1+a/x }[a=n(n+1),n=1,x=1]
\end{centred}
-(with the default rounding value $6$).\footnote{For your own interest try also putting $n=2,3,4,\ldots$ .}
-The star overrides any value for the number of iterations to perform
+(with the default rounding value $6$).\footnote{For your own interest try also putting $n=2,3,4,\ldots$ in the vv-list
+of this expression.} The star overrides any value for the number of iterations to perform
(the \texttt{do} key) that may have been entered in the settings option.
It also overrides any elements of the display other than the numerical
result. With the star option math delimiters are irrelevant \textendash{}
@@ -586,13 +619,15 @@ is displayed:
\verb`\iter*{kx(1-x)}[k=3.5,x=0.5]` $\Longrightarrow$ \iter*{kx(1-x)}[k=3.5,x=0.5]
\end{centred}
In this case we \emph{know} that a fixed point does not exist, but
-that may not always be the case. One response is to change parameter
-values or starting value of the iteration variable. For instance,
-changing the parameter value to $k=1.5$,
+that may not always be the case. One response to a message like this
+is to change parameter values or starting value of the iteration variable.
+For instance, changing the parameter value to $k=1.5$,
\begin{centred}
\verb`\iter*{kx(1-x)}[k=1.5,x=0.5]` $\Longrightarrow$ \iter*{kx(1-x)}[k=1.5,x=0.5],
\end{centred}
-and a fixed point is now attained.
+means a fixed point is now attained. It is easy to check that $1/3$
+is indeed a fixed point (but that makes the $4$ in the last decimal
+place a concern; see the extra rounding setting, \ref{subsec:iterExtra-rounding}).
But should a fixed point still not eventuate after `fiddling' with
parameter and start values, there are two general adjustments one
@@ -602,8 +637,9 @@ might try: either
to a smaller value, or
\item increase the cut-off figure from the default 100 to some higher value.
\end{enumerate}
-The former is done via the trailing \verb`[num format]` optional
-argument; the latter is done via the settings option, see \ref{sec:iterSettings-option}.
+The former is done via the trailing number format optional argument
+of the \verb`\iter` command; the latter is done via the settings
+option, see \ref{sec:iterSettings-option}, specifically \ref{subsec:iterMaximum-iteration-count}.
\subsection{Use with \texttt{\textbackslash nmcInfo}}
@@ -625,23 +661,34 @@ result. So, if $5$ iterations achieve $6$-figure accuracy, presumably
something like $10$ iterations will achieve $12$-figure accuracy:
\begin{verbatim}
\iter*{ c^{-1}\sqrt{r_i^2+r_j^2-2r_i r_j
- \cos(\theta_{ij}+\omega t)}
- }[ c=30,r_i=10,r_j=20,\theta_{ij}=0.2,
- \omega=0.2,t=1 ][12],
- \quad\info{iter}.
+ \cos(\theta_{ij}+\omega t)}
+ }[ r_i=10,r_j=20,\theta_{ij}=0.2,t=1 ][12]
+ ,\quad\info{iter}.
\end{verbatim}
-$\Longrightarrow$ \iter*{ c^{-1}\sqrt{r_i^2+r_j^2-2r_i r_j
- \cos(\theta_{ij}+\omega t)}
- }[ c=30,r_i=10,r_j=20,\theta_{ij}=0.2,
- \omega=0.2,t=1 ][12],
-\quad\info{iter}. Only $9$ iterations suffice to achieve $12$-figure accuracy. Or
-again, with another earlier example,
+$\Longrightarrow$ \iter*{ c^{-1}\sqrt{r_i^2+r_j^2-2r_i r_j
+ \cos(\theta_{ij}+\omega t)}
+ }[ r_i=10,r_j=20,\theta_{ij}=0.2,t=1 ][12]
+ ,\quad\info{iter}. (Remember, \verb`numerica-plus` knows the values of $c$ and $\omega$
+from a \verb`\constants` statement in the preamble.) And indeed only
+$9$ iterations suffice to achieve $12$-figure accuracy:
+\begin{verbatim}
+ \iter[do =11,see=4]
+ { c^{-1}\sqrt{r_i^2+r_j^2-2r_i r_j
+ \cos(\theta_{ij}+\omega t)}
+ }[ r_i=10,r_j=20,\theta_{ij}=0.2,t=1 ][12]
+\end{verbatim}
+$\Longrightarrow$ \iter[do =11,see=4]
+ { c^{-1}\sqrt{r_i^2+r_j^2-2r_i r_j
+ \cos(\theta_{ij}+\omega t)}
+ }[ r_i=10,r_j=20,\theta_{ij}=0.2,t=1 ][12]
+
+Or again, with another example from earlier,
\begin{centred}
\verb`$ \iter*{\cos x}[x=\pi/2] $,\ \info{iter}.` $\Longrightarrow$
$\iter*{\cos x}[x=\pi/2] $,\ \info{iter}.
\end{centred}
-That suggests that around $74$ iterations will give $12$-figure
-accuracy, well within the cut-off figure of $100$:
+That suggests that around $2\times37=74$ iterations will give a $2\times6=12$-figure
+answer, well within the cut-off figure of $100$:
\begin{centred}
\verb`$ \iter*{\cos x}[x=\pi/2][12] $,\ \info{iter}.` $\Longrightarrow$
$\iter*{\cos x}[x=\pi/2][12] $,\ \info{iter}.
@@ -656,28 +703,28 @@ list of items of the form \emph{key~=~value}.
Nearly all of the keys discussed in the settings\emph{ }option for
\verb`\nmcEvaluate` are available for \verb`\nmcIterate`. Table~\ref{tab:introSettingsInherited}
-above lists these, repeating a table from \texttt{numerica-basics.pdf}.
-Thus should a quantity in the vv-list depend on the iteration variable,
-forcing an implicit mode calculation, simply enter (as with \verb`\eval`)
-\texttt{vvmode=1} in the settings option:
+above lists these, repeating a table from \texttt{numerica.pdf}. Thus
+should a quantity in the vv-list depend on the iteration variable,
+forcing an implicit mode calculation, simply enter, as with \verb`\eval`,
+\verb`vv@=1` (alternatively, \verb`vvmode=1`) in the settings option:
\begin{centred}
-\verb`\iter*[vvmode=1]{$ 1+f(x) $}[f(x)=a/x,a=12,x=1]` $\Longrightarrow$
-\iter*[vvmode=1]{$ 1+f(x) $}[f(x)=a/x,a=12,x=1].
+\verb`\iter*[vv@=1]{$ f(x) $}[f(x)=1+a/x,a=12,x=1]` $\Longrightarrow$
+\iter*[vv@=1]{$ f(x) $}[f(x)=1+a/x,a=12,x=1].
\end{centred}
-Implicit in this example is the default multi-token setting \texttt{xx=1}
+Implicit in the example is the default multi-token setting \texttt{xx=1}
inherited from \verb`\eval` and ensuring that the multi-token variable
$f(x)$ is treated correctly.
Let's add \verb`dbg=1` to the example:
\begin{centred}
-\verb`\iter*[dbg=1,vvmode=1]{$ 1+f(x) $}[f(x)=a/x,a=12,x=1]` $\Longrightarrow$
-\iter*[dbg=1,vvmode=1]{$ 1+f(x) $}[f(x)=a/x,a=12,x=1]
+\verb`\iter*[dbg=1,vv@=1]{$ f(x) $}[f(x)=1+a/x,a=12,x=1]` $\Longrightarrow$
+\iter*[dbg=1,vv@=1]{$ f(x) $} [f(x)=1+a/x,a=12,x=1]
\end{centred}
-The multi-token variable \verb`f(x)` has been changed to the single-token
-\verb`\_nmcu`. The values of \verb`x` and \verb`\_nmcu` shown are
-those of the \emph{final} iteration.
+The multi-token variable \verb`f(x)` has been changed to a single-token.
+The values shown under `stored' and `fp-form' are those of the
+\emph{final} iteration.
-\subsection{\texttt{\textbackslash iter}-specific settings}
+\subsection{\texttt{\textbackslash nmcIter}ate-specific settings}
In addition to the inherited settings there are some specific to \verb`\nmcIterate`.
These are listed in Table~\ref{tab:iterSettings}.
@@ -704,12 +751,13 @@ be the rightmost variable.
In the following example the rightmost variable is $a$ which is clearly
\emph{not} the iteration variable:
\begin{centred}
-\verb`\iter[var=x'',do=40,see=5]{$ 1+a/x'' $}[x''=a/6,a=6][*]` $\Longrightarrow$
-\iter[var=x'',do=40,see=5]{$ 1+a/x'' $}[x''=a/6,a=6][*]
+\verb`\iter[var=x,do=40,see=5]{$ 1+a/x $}[x=a/6,a=6][*]` $\Longrightarrow$
+\iter[var=x,do=40,see=5]{$ 1+a/x $}[x=a/6,a=6][*]
\end{centred}
\subsubsection{Extra rounding for fixed-point calculations}
+\label{subsec:iterExtra-rounding}
\begin{table}
\centering{}\caption{\protect\label{tab:iterSettings}Settings for \texttt{\textbackslash nmcIterate}}
\begin{center}
@@ -722,13 +770,13 @@ In the following example the rightmost variable is $a$ which is clearly
{\small\texttt{max}} & {\small int > 0} & {\small max. iteration count (fixed points)} & {\small\texttt{100}}\tabularnewline
{\small\texttt{do}} & {\small int > 0} & {\small number of iterations to perform} & {\small\texttt{5}}\tabularnewline
{\small\texttt{see}} & {\small int > 0} & {\small number of final iterations to view} & {\small\texttt{4}}\tabularnewline
-{\small\texttt{reuse}} & {\small int ($\mathtt{0}/\mathtt{1}/\mathtt{2}$)} & {\small form of result saved with }{\small{\small\verb`\reuse`}} & {\small\texttt{0}}\tabularnewline
+ & {\small int ($\mathtt{0}/\mathtt{1}/\mathtt{2}$)} & {\small form of result saved with }{\small{\small\verb`\`}} & {\small\texttt{0}}\tabularnewline
\bottomrule
\end{tabular}
\par\end{center}
\end{table}
-\texttt{numerica} determines that a fixed point has been reached when
-the difference between successive iterations vanishes when rounded
+\verb`numerica-plus` determines that a fixed point has been reached
+when the difference between successive iterations vanishes when rounded
to the current rounding value. One might want reassurance that this
really is the correct value by seeking a fixed point at a higher rounding
value than that displayed. This extra rounding is achieved by entering
@@ -748,12 +796,13 @@ is displayed remains unchanged:
$ \iter*[+=1]{\cos x}[x=\pi/2] $,\ \info{iter}.
\end{centred}
-\subsubsection{Maximum {\small iteration count for fixed point searches}}
+\subsubsection{Maximum {\small iteration count for fixed-point searches}}
-To prevent a fixed-point search from continuing indefinitely when
-no fixed point exists, there needs to be a maximum number of iterations
-specified after which point the search is called off. By default this
-number is $100$. To change it enter
+\label{subsec:iterMaximum-iteration-count}To prevent a fixed-point
+search from continuing indefinitely when no fixed point exists, there
+needs to be a maximum number of iterations specified after which point
+the search is called off. By default this number is $100$. To change
+it enter
\begin{lyxcode}
max~=~<positive~integer>
\end{lyxcode}
@@ -771,9 +820,9 @@ a fixed point or the maximum iteration count is reached. By default
\texttt{do} is set to $5$. (Note that \texttt{do} can be set to a
greater number than \texttt{max}; \texttt{max} applies only to \verb`\iter*`.)
-\subsubsection{Number of iterations to view}
+\subsubsection{Number of iterations to show}
-To specify the number of final iteations to view enter
+To specify the number of final iterations to show enter
\begin{lyxcode}
see~=~<positive~integer>
\end{lyxcode}
@@ -782,7 +831,7 @@ it is the \emph{last} \texttt{see} iterations that are displayed.
If \texttt{see} is set to a greater value than \texttt{do}, all iterations
are shown. If the star option is used the \texttt{see} value is ignored.
-\subsubsection{Form of result saved by \texttt{\textbackslash reuse}}
+\subsubsection{Form of result saved by \texttt{\textbackslash nmcReuse}}
By entering
\begin{lyxcode}
@@ -797,7 +846,8 @@ are:
\begin{itemize}
\item \texttt{int=0} (or any integer $\mathtt{\ne1,2}$) saves the display
resulting from the \verb`\iter` command (the default);
-\item \texttt{int=1} saves a comma-separated list of pairs of the form:\texttt{ }~\\
+\item \texttt{int=1} saves a comma-separated list of braced pairs of the
+form:\texttt{ }~\\
\texttt{\{$k$, value-of-$k$-th-iterate\}};
\item \texttt{int=2} saves a comma-separated list of iterate values.
\end{itemize}
@@ -807,24 +857,25 @@ to view).
\begin{verbatim}
\iter[reuse=1,do=12,see=4]
{\[ kx(1-x) \]}[k=3.5,x=0.5]
- \reuse[logistic]
+ \reuse{logistic}
\end{verbatim}
-$\Longrightarrow$ \iter[reuse=1,do=12,see=4]{\[ kx(1-x) \]}[k=3.5,x=0.5] \reuse[logistic]
+$\Longrightarrow$ \iter[reuse=1,do=12,see=4]{\[ kx(1-x) \]}[k=3.5,x=0.5] \reuse[renew]{logistic}
-\noindent whence \verb`\logistic` $\Longrightarrow$ \logistic.
+\noindent whence \verb`\logistic` $\Longrightarrow$ \logistic{}.
As you can see the control sequence \verb`\logistic` displays as
-a comma-separated list of numbers, alternating between the ordinal
-of the iterate, and the iterate value. In fact these values are grouped
-as braced pairs separated by commas in \verb`\logistic`, as can be
-seen by using \TeX 's \verb`\meaning` command:
-\begin{centred}
-\verb`\meaning\logistic` $\Longrightarrow$ \meaning\logistic
-\end{centred}
+a comma-separated list of numbers, alternating between the iterate
+ordinal and the iterate value. That these are stored as braced pairs
+can be seen by using \TeX 's \verb`\meaning` command:
+\begin{verbatim}
+ \meaning \logistic
+\end{verbatim}
+$\Longrightarrow$ \meaning \logistic
\subsection{Changing default values}
-\begin{wraptable}[12]{o}{0.5\columnwidth}%
-\centering{}\caption{\protect\label{tab:iterSettingsDefaults}Defaults for \texttt{\textbackslash nmcIterate}}
+\begin{wraptable}[11]{o}{0.5\columnwidth}%
+\centering{}\vspace{-2.7ex}
+\caption{\protect\label{tab:iterSettingsDefaults}Defaults for \texttt{\textbackslash nmcIterate}}
\begin{center}
\begin{tabular}{ll}
\toprule
@@ -840,9 +891,9 @@ seen by using \TeX 's \verb`\meaning` command:
\par\end{center}\end{wraptable}%
If you wish to change the default values of the various settings for
\verb`\nmcIterate` this can be done by entering new values in a configuration
-file \texttt{numerica.cfg} as described in the chapter on settings
-in the associated document \texttt{numerica-basics.pdf}. The relevant
-keys are listed in Table~\ref{tab:iterSettingsDefaults}, corresponding
+file \texttt{numerica-plus.cfg} as described in the chapter on settings
+in the associated document \texttt{numerica.pdf}. The relevant keys
+are listed in Table~\ref{tab:iterSettingsDefaults}, corresponding
to the \verb`+`, \verb`max`, \verb`do`, \verb`see` and \verb`reuse`
settings of the \verb`\iter` command. (Obviously it makes no sense
to have a default setting for the iteration variable. That will change
@@ -850,7 +901,7 @@ from case to case.)
\section{Errors}
-By errors I refer to \texttt{numerica} errors rather than \LaTeX{}
+By errors I refer to \verb`numerica-plus` errors rather than \LaTeX{}
errors. We have already met one in the discussion of fixed points:
\begin{centred}
\verb`\iter*{kx(1-x)}[k=3.5,x=0.5]` $\Longrightarrow$ \iter*{kx(1-x)}[k=3.5,x=0.5]
@@ -882,9 +933,9 @@ greater than $1$.
\chapter{Finding zeros and extrema: \texttt{\textbackslash nmcSolve}}
-\texttt{numerica} provides a command\textbf{ }\verb`\nmcSolve` (short-name
-form \verb`\solve`) for finding a zero of a function, should it have
-one. In the following example,
+\label{chap:solveSolve}\verb`numerica-plus` provides a command,\textbf{
+}\verb`\nmcSolve` (short-name form \verb`\solve`), for finding a
+zero of a function, should it have one. In the following example,
\begin{centred}
\verb`\solve[p]{\[ e^{ax}-bx^2 \]}[a=2,b=3,{x}=0]` $\Longrightarrow$
\solve[p]{\[ e^{ax}-bx^2 \]}[a=2,b=3,{x}=0]
@@ -899,7 +950,7 @@ check:
\begin{centred}
\verb`\eval{$ bx^2 $}[b=3,x=x=-0.390647]` $\Longrightarrow$ \eval{$ bx^2 $}[b=3,x=-0.390647],
-\verb`\eval{$ e^{ax} $}[a=2,x=-0.390646]` $\Longrightarrow$ \eval{$ e^{ax} $}[a=2,x=-0.390647];
+\verb`\eval{$ e^{ax} $}[a=2,x=-0.390647]` $\Longrightarrow$ \eval{$ e^{ax} $}[a=2,x=-0.390647];
\end{centred}
the values agree save in the final digit.
@@ -911,23 +962,26 @@ then the $x$ value (the zero) may be located to a higher precision
than the function value. Conversely, if the graph of a function crosses
the $x$-axis gently (at a shallow angle) then the function value
will vanish to a greater number of decimal places than the zero (the
-$x$ value) is located.
+$x$ value) is found to.
-A second example, which we can check with values tabulated in \emph{HMF},
-is
+A second example, which we can check against values tabulated in \emph{HMF},
+is to find a value of $x$ that satisfies $\tan x=\lambda x$. In
+other words, find a zero of $\tan x-\lambda x$. In the example $\lambda$
+is negative, so a trial value for $x$ greater than $\pi/2$ seems
+like a good idea. I've chosen $x=2$.
\begin{centred}
-\verb`\solve{$ \tan x - \lambda x $}[\lambda=-1/0.8,{x}=1][5]` $\Longrightarrow$
-\solve{$ \tan x - \lambda x $}[\lambda=-1/0.8,{x}=1][5].
+\verb`\solve{$ \tan x - \lambda x $}[\lambda=-1/0.8,{x}=2][5]` $\Longrightarrow$
+\solve{$ \tan x - \lambda x $}[\lambda=-1/0.8,{x}=2][5].
\end{centred}
Table 4.19 of \emph{HMF }lists values of $x$ against $\lambda$ and
this is the value tabulated there.
\section{Extrema}
-A function may not have a zero or for the given initial trial value
-and initial step in the search for a zero there may be a local extremum
-in the way. In that case \texttt{numerica} may well locate the local
-extremum (maximum or minimum but not a saddle point). For example
+A function may not have a zero; or, for the given initial trial value
+and initial step in the search for a zero, there may be a local extremum
+in the way. In that case \verb`numerica-plus` may well locate the
+local extremum (maximum or minimum but not a saddle point). For example
for the quadratic $(2x-1)^{2}+3x+1$ the \verb`\solve` command gives
the result
\begin{centred}
@@ -1041,21 +1095,41 @@ Checking, \verb`\eval{$\tfrac1{\surd 3}$}` $\Longrightarrow$ \eval{$\tfrac1{\sur
There is a discrepancy in the $6$th decimal place which can be eliminated
by using the extra rounding setting; see \ref{subsec:solveExtraRounding}.
+\subsubsection{False extrema}
+
+A function which `has an infinity' at a particular value can result
+in a false extremum being found:
+\begin{centred}
+\verb`\solve{$ 1/x $}[x=-1/3]` $\Longrightarrow$ \solve{$ 1/x $}[x=-1/3].
+\end{centred}
+One needs to look for extrema with some awareness, a general sense
+of how the function behaves. `Searching blind' may lead to nonsense
+results. In this particular example, changing the rounding value will
+show the supposed extremum jumping from one large value to another
+and not settling at a particular value.
+
\section{Star (\texttt{{*}}) option}
A starred form of the\textbf{ }\verb`\nmcSolve` command suppresses
all elements of display of the result apart from the numerical value.
-When nesting a \verb`\solve` command within another command this
-is the form to use. Thus with the `elusive' extremum example above,
-we can find the actual value of the minimum by nesting the starred
-\verb`\solve` command within the vv-list of an \verb`\eval` command:
+In v.1 of \verb`numerica`, when the commands of \verb`numerica-plus`
+were invoked with a package option, nesting a \verb`\solve*` command
+within another command was the form to use. Now that \verb`numerica-plus`
+is a separate package (but labelled v.2), the star is no longer necessary.
+\verb`numerica` and associated packages understand a nested command
+to be the starred form, whether the star is explicitly present or
+not.
+
+With the `elusive' extremum example above, we can find the actual
+value of the minimum by nesting \verb`\solve*` or \verb`\solve`
+within the vv-list of an \verb`\eval` command:
\begin{centred}
-\verb`\eval{$ x^3-x $}[x={\solve*{y^3-y+k}[k=5,y=0.5]}]` $\Longrightarrow$
-\eval{$ x^3-x $}[x={\solve*{y^3-y+k}[k=5,y=0.5]}].
+\verb`\eval{$ x^3-x $}[x={\solve{y^3-y+k}[k=5,y=0.5]}]` $\Longrightarrow$
+\eval{$ x^3-x $}[x={\solve{y^3-y+k}[k=5,y=0.5]}].
\end{centred}
-(Note the braces around the \verb`\solve*` and arguments to hide
-\emph{its} square-bracketed vv-list from the parsing of the vv-list
-of the \verb`\eval` command.) The result is to be compared with \verb`$\eval*{x^3-x}[x=\tfrac1{\surd3}]$`
+(Note the braces around the \verb`\solve` and its vv-list to hide
+\emph{its} square-brackets from the parsing of the vv-list of the
+\verb`\eval` command.) The result is to be compared with \verb`$\eval*{x^3-x}[x=\tfrac1{\surd3}]$`
$\Longrightarrow$ $\eval*{x^3-x}[x=\tfrac1{\surd3}]$.
\section{Settings option}
@@ -1080,13 +1154,13 @@ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
\]
from the rotating disk problem,
\begin{verbatim}
- \solve[dbg=1,var=t,p=.,vvd={,}\\(vv)\\,*]
+ \solve[dbg=1,var=t]
{$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4]
+ $}[a=10,b=20,\beta=1,{t}=0][4]
\end{verbatim}
-$\Longrightarrow$ \solve[dbg=1,var=t,p=.,vvd={,}\\(vv)\\,*]
+$\Longrightarrow$ \solve[dbg=1,var=t]
{$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=1][4]
+ $}[a=10,b=20,\beta=1,{t}=0][4]
\subsubsection{Multi-line display of the result}
@@ -1106,34 +1180,26 @@ so that no equation number is used:
\begin{verbatim}
\solve[p=.,vvd={,}\\(vv),*]
{$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4]
+ $}[a=10,b=20,\beta=1,{t}=0][4]
\end{verbatim}
$\Longrightarrow$ \solve[p=.,vvd={,}\\(vv),*]
{$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4]
+ $}[a=10,b=20,\beta=1,{t}=0][4]
\begin{verbatim}
\end{verbatim}
You could introduce a third line if you wished to display the result
-on a line of its own by using the spec. \texttt{vvd=\{,\}\textbackslash\textbackslash (vv)\textbackslash\textbackslash}:
-\begin{verbatim}
- \solve[p=.,vvd={,}\\(vv)\\,*]
- {$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4]
-\end{verbatim}
-$\Longrightarrow$ \solve[p=.,vvd={,}\\(vv)\\,*]
- {$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4]
+on a line of its own by using the spec. \texttt{vvd=\{,\}\textbackslash\textbackslash (vv)\textbackslash\textbackslash}.
-The function evaluates to $-0.0015$. Is this a zero that has been
+The function evaluates to $-0.0007$. Is this a zero that has been
found or an extremum? To find out, the calculation needs to be carried
out to a higher rounding value which is the reason why \verb`\nmcSolve`
has an extra rounding setting; see \ref{subsec:solveExtraRounding}
below.
-\subsection{\texttt{\textbackslash solve}-specific settings}
+\subsection{\texttt{\textbackslash nmcSolve}-specific settings}
-In addition there are some settings peculiar to \verb`\nmcSolve`.
+In addition there are some settings specific to \verb`\nmcSolve`.
These are listed in Table~\ref{tab:solveSettings}.
\begin{table}
@@ -1158,32 +1224,33 @@ These are listed in Table~\ref{tab:solveSettings}.
By default the equation variable is the \emph{rightmost} variable
in the vv-list. This may not always be convenient. A different equation
-variable can be specified by entereing
+variable can be specified by entering
\begin{lyxcode}
var~=~<variable~name>
\end{lyxcode}
in the vv-list. \texttt{<variable name>} will generally be a single
character or token \textendash{} $x$, $t$, $\alpha$, $\omega$
\textendash{} but is not necessarily of this kind. Multi-token names
-are perfectly acceptable (with the default \texttt{xx=1} multi-token
-setting).
+are perfectly acceptable (with the default multi-token setting; see
+the associated document \verb`numerica.pdf` about this).
\subsubsection{Initial step size}
-The vv-list must contain the equation variable set to some trial value.
-But \verb`\solve` needs \emph{two} initial values to begin its search
-for a zero or extremum; see \ref{subsec:solveSearch-strategy}. If
-the equation variable is set to a trial value $a$ then by default
-the second value is $a+1$. The `$+1$' here can be changed by entering
+The vv-list contains the equation variable set to a trial value. But
+\verb`\solve` needs \emph{two} initial values to begin its search
+for a zero or extremum; see \ref{subsec:solveSearch-strategy}. Ideally,
+these values will straddle a zero of the function being investigated.
+By default, the second trial value is $1$ more than the first: if
+the equation variable is set to a trial value $a$ then the second
+value defaults to $a+1$. The `$+1$' here can be changed by entering
in the settings option
\begin{lyxcode}
dvar~=~<non-zero~real~number>
\end{lyxcode}
For instance, \texttt{dvar=-1}, or \texttt{dvar=\textbackslash pi}
-are two valid specifications of initial step size.
-
-The notation is prompted by the use of expressions like $x+dx$ in
-calculus.
+are two valid specifications of initial step size. The notation is
+prompted by the use of expressions like $x$ and $x+dx$ for two nearby
+points in calculus.
An example where the default step value is too big and a smaller one
needs to be specified is provided by Planck's radiation function (\emph{HMF
@@ -1195,12 +1262,15 @@ From the (somewhat coarse-grained) table in \emph{HMF }it is clear
that there is a maximum of about 21.2 when $x$ is a little more than
$0.2$. This is a maximum above the $x$-axis and hence `elusive'.
To find it, substract $100$ (say) from the formula and again use
-the ability to nest commands to display the result. Note the \verb`dvar=0.1`
-in the settings option of the \verb`\solve*` command:
+the ability to nest commands to display the result. In the example,
+I find in the vv-list of the \verb`\eval` command the value of $x$
+which maximizes the Planck radiation function, then calculate the
+maximum in the main argument of the \verb`\eval` command. Note the
+\verb`dvar=0.1` in the settings option of the \verb`\solve*` command:
\begin{verbatim}
\eval[p=.]{\[ \frac1{x^5(e^{1/x}-1)} \]}
[ x={ \solve*[dvar=0.1]
- { \frac1{y^5(e^{1/y}-1)}-100 }[y=0.1]
+ { \frac1{y^5(e^{1/y}-1)}-100 }[y=0.1]
} ]
\end{verbatim}
$\Longrightarrow$ \eval[p=.]{\[ \frac1{x^5(e^{1/x}-1)} \]}
@@ -1212,47 +1282,48 @@ $\Longrightarrow$ \eval[p=.]{\[ \frac1{x^5(e^{1/x}-1)} \]}
value a little more than $0.2$.
The default \verb`dvar=1` is too big for this problem. From the table
-in \emph{HMF},\emph{ }$f(0.1)=4.540$ and $f(1.1)=0.419$. By subtracting
-$100$ from $f(x)$ the `towards the $x$-axis' search strategy
-leads to negative values of $x$, an artifact of the subtraction.
+in \emph{HMF},\emph{ }$f(0.1)=4.540$ and $f(1.1)=0.419$. Thus for
+$f(x)-100$ the `towards the $x$-axis' search strategy would lead
+to negative values of $x$ with the default \verb`dvar` setting.
\subsubsection{Extra rounding}
\label{subsec:solveExtraRounding}\verb`\solve` determines that a
zero or an extremum has been reached when the difference between two
-successive bisection values or step values vanishes at the specified
-rounding value (the value in the final trailing optional argument
-of the \verb`\solve` command; $6$ by default). If our function is
-$f(x)$ then $\abs{x_{n+1}-x_{n}}=0$ to the specified rounding value
-and (assuming $x_{n+1}>x_{n}$) there is a critical value $x_{c}\in[x_{n},x_{n+1}]$
-such that $f(x_{c})=0$ (to all 16 places of decimals that \texttt{l3fp}
-works to). But in general the critical value $x_{c}$ will not coincide
-with $x_{n}$ or $x_{n+1}$. If $f(x)$ crosses the $x$-axis at a
-steep angle it may well be that although $f(x_{c})$ vanishes to all
-$16$ places of decimals, $f(x_{n}),f(x_{n+1})$ may well not vanish
-at the (generally smaller) specified rounding value. For instance,
-suppose $f(x)=1000x-3000$.
+successive bisection values vanishes at the specified rounding value
+(the value in the final trailing optional argument of the \verb`\solve`
+command; $6$ by default). If our function is $f(x)$ then $\abs{x_{n+1}-x_{n}}=0$
+to the specified rounding value and $f(x_{n})$, $f(x_{n+1})$ have
+opposite signs or at least one vanishes. Then (assuming $x_{n+1}>x_{n}$
+and continuity) there must be a critical value $x_{c}\in[x_{n},x_{n+1}]$
+such that $f(x_{c})=0$ exactly. But in general the critical value
+$x_{c}$ will not coincide with $x_{n}$ or $x_{n+1}$. If $f(x)$
+crosses the $x$-axis at a steep angle it may well be that although
+$f(x_{c})$ vanishes to all $16$ figures, $f(x_{n})$ and $f(x_{n+1})$
+do not, not even at the (generally smaller) specified rounding value.
+For instance, suppose $f(x)=1000x-3000$ and that our trial value
+is $x=e$:
\begin{centred}
\verb`\solve[vvi=]{$ 1000x-3000 $}[x=e][4*]` $\Longrightarrow$ \solve[vvi=]{$ 1000x-3000 $}[x=e][4*].
\end{centred}
-In this example, although the difference between successive $x$ values
-vanishes to $4$ places of decimals, $f(x)$ does not, not even to
-$2$ places.
-
-This suggests it would be helpful to be able to use two rounding values,
-one to determine when a zero has been found and one for the visible
-display. This is done through the extra rounding key in the settings
-option. Enter
+Although the difference between successive $x$ values vanishes to
+$4$ places of decimals, $f(x)$ does not, not even to $2$ places.
+If we want the function to vanish at the specified rounding value
+\textendash{} $4$ in the example \textendash{} then we will need
+to locate the zero more precisely than that.
+
+This is the purpose of the extra rounding key in the settings option.
+Enter
\begin{lyxcode}
+~=~<integer>
\end{lyxcode}
in the settings option of the \verb`\solve` command to add \texttt{<integer>}
to the rounding value determining the conclusion of the calculation.
-By default the setting is \texttt{+=}0. The extra rounding setting
-leaves the display rounding unaffected.
+By default, \texttt{+=}0.
With this option available it is easy to check that \verb`+=3` suffices
-to ensure that both $x$ and $f(x)$ vanish to $4$ places of decimals,
+in the example to ensure that both $x$ and $f(x)$ vanish to $4$
+places of decimals,
\begin{centred}
\verb`\solve[+=3]{$ 1000x-3000 $}[x=e][4*]` $\Longrightarrow$ \solve[+=3]{$ 1000x-3000 $}[x=e][4*],
\end{centred}
@@ -1261,9 +1332,9 @@ $4+3=7$ figures to ensure the function vanishes to $4$ figures.
There is no need for the \texttt{<integer>} to be positive. In fact
negative values can illuminate what is going on. In the first of the
-following, the display is to $10$ places but the calculation is only
-to $10-4=6$ places. In the second, the display is again to $10$
-places, but the calculation is to $10-3=7$ places.
+following, the display is to $10$ places but (\verb`+=-4`) the calculation
+is only to $10-4=6$ places. In the second, the display is again to
+$10$ places, but (\verb`+=-3`) the calculation is to $10-3=7$ places.
\begin{centred}
\verb`\solve[+=-4]{$ 1000x-3000 $}[x=e][10*]` $\Longrightarrow$
\solve[+=-4]{$ 1000x-3000 $}[x=e][10*],
@@ -1281,24 +1352,21 @@ setting (and pad with zeros to emphasize the $4$-figure display by
adding an asterisk in the trailing optional argument):
\begin{verbatim}
\solve[+=2,vvd={,}\\(vv),*]
- {$
- ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4*]
+ {$ ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
+ $}[a=10,b=20,\beta=1,{t}=0][4*]
\end{verbatim}
-$\Longrightarrow$ \solve[+=2,vvd={,}\\(vv),*]
- {$
- ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
- $}[c=30,a=10,b=20,\beta=1,\omega=0.1,{t}=0][4*]
+$\Longrightarrow$ \solve[+=2,vvd={,}\\(vv),*]
+ {$ct-\sqrt{a^{2}+b^{2}-2ab\cos(\beta+\omega t)}
+ $}[a=10,b=20,\beta=1,{t}=0][4*]
\subsubsection{Maximum number of steps before cut-off}
-Once two function values have been found of opposite sign, bisection
+Once two function values have been found of different sign, bisection
is guaranteed to arrive at a result. The problem is the \emph{search}
for two such values. This may not terminate \textendash{} think of
-functions like $e^{x}$or $1/x$ which lack both zeros and extrema.
-To prevent an infinite loop, \verb`\solve` cuts off the search after
-$100$ steps. This cut-off value can be changed for a calculation
-by entering
+a function like $e^{x}$ which lacks both zeros and extrema. To prevent
+an infinite loop, \verb`\solve` cuts off the search after $100$
+steps. This cut-off value can be changed for a calculation by entering
\begin{lyxcode}
max~=~<positive~integer>
\end{lyxcode}
@@ -1311,7 +1379,7 @@ attempt to `solve' $1/x$:
\verb`\solve{ 1/x }[x=1]` $\Longrightarrow$ \solve{ 1/x }[x=1]
\end{centred}
-\subsubsection{Form of result saved by \texttt{\textbackslash reuse}}
+\subsubsection{Form of result saved by \texttt{\textbackslash nmcReuse}}
As wth \verb`\eval` and \verb`\iter` it is possible to specify to
some extent what is saved to file when using \verb`\reuse` after
@@ -1349,9 +1417,9 @@ result.
\par\end{center}\end{wraptable}%
If you wish to change the default values of the various settings for
\verb`\nmcSolve` this can be done by entering new values in a configuration
-file \texttt{numerica.cfg} as described in the chapter on settings
-in the associated document \texttt{numeric-basics.pdf}. The relevant
-keys are listed in Table~\ref{tab:solveSettingsDefaults}, corresponding
+file \texttt{numerica-plus.cfg} as described in the chapter on settings
+in the associated document \texttt{numeric.pdf}. The relevant keys
+are listed in Table~\ref{tab:solveSettingsDefaults}, corresponding
to the \verb`dvar`, \verb`+`, \verb`max` and \verb`reuse` settings
of the \verb`\solve` command. (Obviously it makes no sense to have
a default setting for the solution variable. That will change from
@@ -1377,8 +1445,8 @@ the initial values in the vv-list trailing the main argument, and
the display specification is placed in the settings option: \texttt{do=8}
terms to be calculated, all $8$ to be viewed (\texttt{see1=8}), and
the display to be concluded by an ellipsis to indicate that the sequence
-continues (but those are three dots/periods/full stops in the settings
-option).
+continues (those are three dots/periods/full stops in the settings
+option, not an ellipsis glyph).
A more complicated recurrence relation determines the Legendre polynomials:
\[
@@ -1391,7 +1459,7 @@ P_{n+2}(x)=\frac{1}{n+2}\left((2n+3)xP_{n+1}(x)-(n+1)P_{n}(x)\right).
\]
It is this standard form \textendash{} the term to be calculated
on the left, equated to an expression involving a fixed number of
-lower-order terms on the right \textendash{} that \texttt{numerica}
+lower-order terms on the right \textendash{} that \verb`numerica-plus`
works with. For $P_{0}(x)=1,~P_{1}(x)=x$ and $x=0.5$, the terms
are calculated thus:
\begin{verbatim}
@@ -1409,17 +1477,19 @@ $\Longrightarrow$ \recur[p,do=11,see1=4,see2=2,vvd={,}\\(vv)\\,*]
displayed values (and to $6$-figures are the values listed in \emph{HMF
}Table 8.1).
-These examples also illustrate a common behaviour of the \texttt{numerica}
-commands: when wrapped around math delimiters: the display is of the
-\emph{expression=result} form, and when placed between math delimiters
-the display is simply of the \emph{result}. When used without math
-delimiters, \texttt{numerica} treats the command as if it had been
-placed between \texttt{\textbackslash{[} \textbackslash}{]}.
+These examples also illustrate a common behaviour of the commands
+in \verb`numerica` and associated packages: when wrapped around math
+delimiters: the display is of the \emph{expression=result} form, and
+when placed between math delimiters the display is simply of the \emph{result}.
+When used without math delimiters, \verb`numerica-plus` treats the
+command as if it had been placed between \texttt{\textbackslash{[}
+\textbackslash{]}}.
\section{Notational niceties}
-More than the other commands in \texttt{numerica}, \verb`\nmcRecur`
-depends on getting the notation into a standard form.
+More than the other commands in {\ttfamily\verb`numerica`}
+and associated packages, \verb`\nmcRecur` depends on getting the
+notation into a standard form.
\begin{itemize}
\item The terms of the recurrence must be \emph{subscripted}: $f_{n}$,
$P_{n}(x)$ are examples.
@@ -1443,7 +1513,8 @@ mode calculation is undertaken. Suppose we write $A$ and $B$ for
the coefficients $2n+3$ and $n+1$ respectively in the Legendre recurrence.
$A$ and $B$ will now need entries in the vv-list which means the
recurrence variable will need a value assigned to it there too, and
-we will need to add \texttt{vvmode=1} to the settings option.
+we will need to add \verb`vv@=1` (or \verb`vvmode=1`) to the settings
+option.
\begin{verbatim}
\recur[p,vvmode=1,do=11,see1=4,see2=2,vvd={,}\\(vv)\\,*]
{\[ P_{n+2}(x)=\frac{1}{n+2}
@@ -1457,14 +1528,14 @@ $\Longrightarrow$ \recur[p,vvmode=1,do=11,see1=4,see2=2,vvd={,}\\(vv)\\,*]
Since the vv-list is evaluated from the right, the left-to-right high-to-low
ordering of the initial-value terms means the value of the lowest
-order term is read first. Although \texttt{numerica} depends on this
-order of occurrence of the terms, they do not need to be \emph{consecutive}
+order term is read first. Although \verb`numerica-plus` depends on
+this order of occurrence of the terms, they do not need to be \emph{consecutive}
as in the examples so far (although it is natural to enter them in
-this way). \texttt{numerica} reads the value of the subscript of only
-the right-most term (the lowest order term), increments it by $1$
-when reading the next recurrence term to the left, and so on. The
-reading of the subscript of the lowest order term in the vv-list provides
-the initial value of the recurrence variable.
+this way). \verb`numerica-plus` reads the value of the subscript
+of only the right-most term (the lowest order term), increments it
+by $1$ when reading the next recurrence term to the left, and so
+on. The reading of the subscript of the lowest order term in the vv-list
+provides the initial value of the recurrence variable.
In the following example I have placed other items between $P_{1}(x)$
and $P_{0}(x)$ in the vv-list (but maintained their left-to-right
@@ -1564,6 +1635,18 @@ also have been ignored with the exception of the \verb`do` key which
is required to know exactly which term to calculate. The star option
produces a purely numerical answer without any trimmings.
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+This seems something of a waste of the star option since it gives
+much the same result as choosing \texttt{do=10,see1=0,see2=1}. Not
+\emph{exactly} the same, since math delimiters are involved now, but
+sufficiently similar to make me wonder if I should change the starred
+form to apply only to those recurrences which approach a limit. The
+starred form would then produce the limiting value as its result (like
+\verb`\iter*`). This is a possible change for future versions of
+\verb`numerica-plus` and should be borne in mind if using \verb`\recur*`.\end{shaded}%
+\end{minipage}
+
\section{Settings}
The settings option is a comma-separated list of items of the form
@@ -1596,9 +1679,11 @@ $\Longrightarrow$ \nmcRecur[do=8,see1=8,...,vvd={,}\qquad(vv)\\,*]
{$ f_{n+2}=f_{n+1}+f_{n} $}
[f_{1}=1,f_{0}=1]
-\subsection{\texttt{\textbackslash recur}-specific settings}
+\subsection{\texttt{\textbackslash nmcRecur}-specific settings}
-\label{subsec:recurSpecific-settings}
+\label{subsec:recurSpecific-settings}In addition to the inherited
+settings there are some specific to \verb`\nmcRecur`. These are listed
+in Table~\ref{tab:recurSettings} below.
\subsubsection{Number of terms to calculate}
@@ -1609,14 +1694,14 @@ do~=~<integer>
in the settings option you can specify how many terms of a recurrence
to calculate. The default is set to $7$ (largely to show a sufficient
number of terms of the Fibonacci series to begin to be interesting).
-Note that \texttt{<integer>} will generally not correspond to the
-subscript on the last term calculated since that also depends on the
-value of the subscript of the lowest order term in the vv-list.
+Note that \texttt{<integer>} will generally \emph{not} correspond
+to the subscript on the last term calculated since that also depends
+on the value of the subscript of the lowest order term in the vv-list.
\subsubsection{Number of terms to display}
-\begin{table}
-\centering{}\caption{\protect\label{tab:solveSettings-1}Settings for \texttt{\textbackslash nmcRecur}}
+\begin{table}[b]
+\centering{}\caption{\protect\label{tab:recurSettings}Settings for \texttt{\textbackslash nmcRecur}}
\begin{center}
\begin{tabular}{llll}
\toprule
@@ -1649,7 +1734,7 @@ but \texttt{see1} is reduced to \texttt{7-4=3}. If, say, \texttt{do=}7,
\texttt{see1=5}, \texttt{see2=8}, then \texttt{see2} is reduced to
\texttt{7} and \texttt{see1} to \texttt{-1} (rather than zero, for
technical reasons). The reason for preserving \texttt{see2} over \texttt{see1}
-is for the functioning of the \texttt{reuse} setting (see above).
+is for the functioning of the \texttt{reuse} setting (see below).
The default value for \texttt{see1} is $3$; the default value for
\texttt{see2} is $2$.
@@ -1665,7 +1750,7 @@ is displayed. An example is provided by the display of the Fibonacci
sequence at the start of this chapter. By default this option is turned
off.
-\subsubsection{Form of result saved by \texttt{\textbackslash reuse}}
+\subsubsection{Form of result saved by \texttt{\textbackslash nmcReuse}}
By entering
\begin{lyxcode}
@@ -1691,29 +1776,30 @@ As an example, using \texttt{reuse=1},
vvd={,}\\(vv)\\,*]
{\[ P_{n+2}(x)=\frac{1}{n+2}
\Bigl(kxP_{n+1}(x)-(n+1)P_{n}(x)\Bigr)
- \]}[k=2n+3,n=123,P_{1}(x)=x,P_{0}(x)=1,x=0.5]
+ \]}[k=2n+3,n=1,P_{1}(x)=x,P_{0}(x)=1,x=0.5]
\reuse[legendre]
\end{verbatim}
$\Longrightarrow$ \recur[reuse=1,p=.,vvmode=1,do=11,see1=4,see2=2,
vvd={,}\\(vv)\\,*]
{\[ P_{n+2}(x)=\frac{1}{n+2}
\Bigl(kxP_{n+1}(x)-(n+1)P_{n}(x)\Bigr)
- \]}[k=2n+3,n=123,P_{1}(x)=x,P_{0}(x)=1,x=0.5]
- \reuse[legendre]
+ \]}[k=2n+3,n=0,P_{1}(x)=x,P_{0}(x)=1,x=0.5]
+ \reuse[renew]{ legendre}
\noindent Now check to see what has been saved:
\begin{centred}
-\verb`$\legendre$` $\Longrightarrow$ $ \legendre$.
+\verb`$\legendre$` $\Longrightarrow$ $ \legendre $.
\end{centred}
As you can see, the final two (because of \texttt{see2=2}) of the
-$12$ Legendre polynomials calculated have been saved, each value
-preceded by its index value. If the setting had been \texttt{reuse=2},
-only the two values would have been saved. The \verb`\legendre` control
-sequence contains the values as comma-separated braced pairs, as can
-be seen by using \TeX 's \verb`\meaning` command:
-\begin{centred}
-\verb`\meaning\legendre` $\Longrightarrow$ \meaning\legendre
-\end{centred}
+$11$ Legendre polynomials calculated ($P_{0}(x)$ is the first) have
+been saved, each value preceded by its index value. If the setting
+had been \texttt{reuse=2}, only the two values without the index values
+would have been saved. To see that they are saved as braced pairs,
+use \TeX 's \verb`\meaning` command:
+\begin{verbatim}
+ \meaning \legendre
+\end{verbatim}
+$\Longrightarrow$ \meaning \legendre
\subsection{Changing default values}
@@ -1733,9 +1819,9 @@ be seen by using \TeX 's \verb`\meaning` command:
\par\end{center}\end{wraptable}%
If you wish to change the default values of the various settings for
\verb`\nmcRecur` this can be done by entering new values in a configuration
-file \texttt{numerica.cfg} as described in the chapter on settings
-in the associated document \texttt{numerica-basics.pdf}. The relevant
-keys are listed in Table~\ref{tab:recurSettingsDefaults}, corresponding
+file \texttt{numerica-plus.cfg} as described in the chapter on settings
+in the associated document \texttt{numerica.pdf}. The relevant keys
+are listed in Table~\ref{tab:recurSettingsDefaults}, corresponding
to the \verb`do`, \verb`see1`, \verb`see2` and \verb`reuse` settings
of the \verb`\recur` command.
@@ -1790,43 +1876,17 @@ in \emph{HMF }Table 22.11.
\subsection{Nesting}
-It is possible to use the \verb`\recur*` command (but only the starred
-form) in the \verb`\eval`, \verb`\iter`, and \verb`\solve` commands,
-and indeed in \verb`\recur` itself, but with this caveat: if \verb`\recur*`
+It is possible to use the \verb`\recur` command (with star in v.1
+of \verb`numerica`, with or without star in v.2 of \verb`numerica-plus`)
+within an \verb`\eval`, \verb`\iter`, or \verb`\solve` command,
+and indeed in \verb`\recur` itself, but with this caveat: if \verb`\recur`
is nested within another command, the initial terms of the recurrence
\textendash{} e.g., $f_{1}=1,f_{0}=1$, for the Fibonacci series,
or $L_{1}(x)=1-x,L_{0}(x)=1$ for the Laguerre polynomials \textendash{}
-\emph{must be located in the vv-list of that inner }\verb`\recur*`\emph{
+\emph{must be located in the vv-list of that inner }\verb`\recur`\emph{
command}. Other shared variables can often be shifted to the vv-list
of the outer command, but not these initial terms.
-\noindent\begin{minipage}[t]{1\columnwidth}%
-\begin{shaded}%
-The terms of a recurrence relation are multi-token variables but \texttt{numerica}
-requires single tokens for its calculations. The problem for \verb`\recur`
-is that the terms in the recurrence relation in the main (mandatory)
-argument differ from the terms in the vv-list: for instance $f_{n}$
-in the main argument, $f_{0}$ in the vv-list. If left like that,
-when \texttt{numerica} does its conversion from multi-token to single
-token variables, $f_{n}$ would not be found since it differs from
-$f_{0}$. Hence a crucial first step for \verb`\recur` is to reconcile
-the different forms, which it does by converting the forms in the
-vv-list to the forms in the recurrence in the main argument. To be
-available for this form change, they must reside in the \emph{inner}
-vv-list. In the outer vv-list they would be inaccessible to the inner
-command.
-
-{*}{*}{*}
-
-This suggests an alternative way of proceeding: write the inital values
-of the recurrence terms in the \emph{same} form in which they occur
-in the recurrence relation, together with an initial value for the
-recurrence variable: $f_{n+1}=1,f_{n}=1,n=0$, say. This is not how
-mathematicians write the initial values in recurrence relations, which
-is why I did not pursue it, but it neatly sidesteps what is otherwise
-an initial awkwardness. \end{shaded}%
-\end{minipage}
-
In the following example I multiply together (rather futilely) the
third and fourth members of the sequence of Laguerre polynomials for
$x=5$ (the answer expected is \verb`$ \eval{3.5\times2.666667} $`
@@ -1859,6 +1919,33 @@ $\Longrightarrow$ \eval[p=.]{$
[L_{1}(x)=1-x,L_{0}(x)=1,x=5]
$}
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+The terms of a recurrence relation are multi-token variables but \texttt{numerica}
+requires single tokens for its calculations. The problem for \verb`\recur`
+is that the terms in the recurrence relation in the main (mandatory)
+argument differ from the terms in the vv-list: for instance $f_{n}$
+in the main argument, $f_{0}$ in the vv-list. If left like that,
+when \texttt{numerica} does its conversion from multi-token to single
+token variables, $f_{n}$ would not be found since it differs from
+$f_{0}$. Hence a crucial first step for \verb`\recur` is to reconcile
+the different forms, which it does by converting the forms in the
+vv-list to the forms in the recurrence in the main argument. To be
+available for this form change, they must reside in the \emph{inner}
+vv-list. In the outer vv-list they would be inaccessible to the inner
+command.
+
+{*}{*}{*}
+
+This suggests an alternative way of proceeding: write the inital values
+of the recurrence terms in the \emph{same} form in which they occur
+in the recurrence relation, together with an initial value for the
+recurrence variable, e.g., $f_{n+1}=1,f_{n}=1,n=0$. This is not how
+mathematicians write the initial values in recurrence relations, which
+is why I did not pursue it, but it neatly sidesteps what is otherwise
+an initial awkwardness. \end{shaded}%
+\end{minipage}
+
\chapter{Reference summary}
\section{Commands defined in \texttt{numerica-plus}}
diff --git a/macros/latex/contrib/numerica-tables/README.txt b/macros/latex/contrib/numerica-tables/README.txt
new file mode 100644
index 0000000000..8bf2fa1759
--- /dev/null
+++ b/macros/latex/contrib/numerica-tables/README.txt
@@ -0,0 +1,27 @@
+numerica-tables: a package to create tables of function values.
+
+Andrew Parsloe (ajparsloe@gmail.com)
+
+This work may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3c of this
+license or any later version; see
+http://www.latex-project.org/lppl.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+This is version 2.0.0 of numerica-tables (but the first stand-alone
+version). The packages numerica, booktabs, l3kernel, l3packages,
+amsmath and mathtools are required. numerica-tables allows the
+creation of possibly multi-column tables of mathematical function
+values in a wide variety of formats. See numerica-tables.pdf for
+details on how to use the package.
+
+Manifest
+%%%%%%%%
+README.txt this document
+
+numerica-tables.sty LaTeX .sty file
+numerica-tables.pdf documentation for numerica-tables.sty
+numerica-tables.tex documentation source file
+
+
diff --git a/macros/latex/contrib/numerica-tables/numerica-tables.pdf b/macros/latex/contrib/numerica-tables/numerica-tables.pdf
new file mode 100644
index 0000000000..a6c47b8e26
--- /dev/null
+++ b/macros/latex/contrib/numerica-tables/numerica-tables.pdf
@@ -0,0 +1,8014 @@
+%PDF-1.5
+%
+1 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+4 0 obj
+(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+8 0 obj
+(\376\377\0001\000.\0001\000\040\000T\000a\000b\000l\000e\000\040\000s\000t\000r\000u\000c\000t\000u\000r\000e)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.1.2) >>
+endobj
+12 0 obj
+(\376\377\0001\000.\0002\000\040\000S\000h\000a\000r\000e\000d\000\040\000s\000y\000n\000t\000a\000x)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsection.1.2.1) >>
+endobj
+16 0 obj
+(\376\377\0001\000.\0002\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000i\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000f\000r\000o\000m\000\040\000n\000u\000m\000e\000r\000i\000c\000a)
+endobj
+17 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+20 0 obj
+(\376\377\0002\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+21 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+24 0 obj
+(\376\377\0002\000.\0001\000\040\000R\000o\000w\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.2.1.1) >>
+endobj
+28 0 obj
+(\376\377\0002\000.\0001\000.\0001\000\040\000R\000o\000w\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000o\000l\000u\000m\000n\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.1) >>
+endobj
+32 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0001\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000:\000\040\000r\000r\000o\000u\000n\000d)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.2) >>
+endobj
+36 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0002\000\040\000A\000l\000i\000g\000n\000m\000e\000n\000t\000:\000\040\000r\000a\000l\000i\000g\000n)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.3) >>
+endobj
+40 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0003\000\040\000F\000o\000n\000t\000:\000\040\000r\000f\000o\000n\000t)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.4) >>
+endobj
+44 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0004\000\040\000R\000o\000w\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000h\000e\000a\000d\000e\000r\000:\000\040\000r\000h\000e\000a\000d)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.5) >>
+endobj
+48 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0005\000\040\000N\000u\000d\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000h\000e\000a\000d\000e\000r\000:\000\040\000r\000h\000n\000u\000d\000g\000e)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.6) >>
+endobj
+52 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0006\000\040\000P\000o\000s\000i\000t\000i\000o\000n\000\040\000i\000n\000\040\000t\000h\000e\000\040\000t\000a\000b\000l\000e\000:\000\040\000r\000p\000o\000s)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1.7) >>
+endobj
+56 0 obj
+(\376\377\0002\000.\0001\000.\0001\000.\0007\000\040\000r\000v\000a\000r\000'\000,\000\040\000r\000h\000e\000a\000d\000'\000,\000\040\000r\000h\000n\000u\000d\000g\000e\000')
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.2.1.2) >>
+endobj
+60 0 obj
+(\376\377\0002\000.\0001\000.\0002\000\040\000A\000d\000j\000o\000i\000n\000e\000d\000\040\000m\000u\000l\000t\000i\000-\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000t\000a\000b\000l\000e\000s)
+endobj
+61 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+64 0 obj
+(\376\377\0002\000.\0002\000\040\000C\000o\000l\000u\000m\000n\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.2.2.1) >>
+endobj
+68 0 obj
+(\376\377\0002\000.\0002\000.\0001\000\040\000C\000o\000l\000u\000m\000n\000\040\000h\000e\000a\000d\000e\000r\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.1) >>
+endobj
+72 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0001\000\040\000H\000e\000a\000d\000e\000r\000\040\000s\000t\000y\000l\000e\000:\000\040\000s\000i\000n\000g\000l\000e\000-\000c\000o\000l\000u\000m\000n\000\040\000c\000a\000s\000e)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.2) >>
+endobj
+76 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0002\000\040\000H\000e\000a\000d\000e\000r\000\040\000s\000t\000y\000l\000e\000:\000\040\000m\000u\000l\000t\000i\000-\000c\000o\000l\000u\000m\000n\000\040\000c\000a\000s\000e)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.3) >>
+endobj
+80 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0003\000\040\000U\000s\000e\000r\000-\000d\000e\000f\000i\000n\000e\000d\000\040\000h\000e\000a\000d\000e\000r\000:\000\040\000c\000h\000e\000a\000d)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.4) >>
+endobj
+84 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0004\000\040\000A\000l\000i\000g\000n\000m\000e\000n\000t\000:\000\040\000c\000a\000l\000i\000g\000n)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.5) >>
+endobj
+88 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0005\000\040\000N\000u\000d\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000h\000e\000a\000d\000e\000r\000s\000:\000\040\000c\000h\000n\000u\000d\000g\000e)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1.6) >>
+endobj
+92 0 obj
+(\376\377\0002\000.\0002\000.\0001\000.\0006\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000:\000\040\000c\000h\000r\000o\000u\000n\000d)
+endobj
+93 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+96 0 obj
+(\376\377\0002\000.\0003\000\040\000M\000u\000l\000t\000i\000p\000l\000e\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000i\000n\000\040\000a\000\040\000s\000i\000n\000g\000l\000e\000\040\000t\000a\000b\000l\000e)
+endobj
+97 0 obj
+<< /S /GoTo /D (section.2.4) >>
+endobj
+100 0 obj
+(\376\377\0002\000.\0004\000\040\000W\000h\000o\000l\000e\000-\000o\000f\000-\000t\000a\000b\000l\000e\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsection.2.4.1) >>
+endobj
+104 0 obj
+(\376\377\0002\000.\0004\000.\0001\000\040\000T\000i\000t\000l\000e\000\040\000f\000o\000r\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000-\000v\000a\000l\000u\000e\000\040\000c\000o\000l\000u\000m\000n\000s\000:\000\040\000c\000t\000i\000t\000l\000e)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsection.2.4.2) >>
+endobj
+108 0 obj
+(\376\377\0002\000.\0004\000.\0002\000\040\000I\000n\000t\000e\000r\000-\000h\000e\000a\000d\000e\000r\000/\000t\000i\000t\000l\000e\000\040\000r\000o\000w\000:\000\040\000c\000m\000i\000d\000r\000o\000w)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsection.2.4.3) >>
+endobj
+112 0 obj
+(\376\377\0002\000.\0004\000.\0003\000\040\000H\000o\000r\000i\000z\000o\000n\000t\000a\000l\000\040\000r\000u\000l\000e\000s\000:\000\040\000r\000u\000l\000e\000s)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsection.2.4.4) >>
+endobj
+116 0 obj
+(\376\377\0002\000.\0004\000.\0004\000\040\000F\000o\000o\000t\000e\000r\000\040\000r\000o\000w\000:\000\040\000f\000o\000o\000t\000\040\000s\000e\000t\000t\000i\000n\000g)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.2.4.4.1) >>
+endobj
+120 0 obj
+(\376\377\0002\000.\0004\000.\0004\000.\0001\000\040\000F\000o\000o\000t\000e\000r\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsection.2.4.5) >>
+endobj
+124 0 obj
+(\376\377\0002\000.\0004\000.\0005\000\040\000S\000e\000c\000o\000n\000d\000\040\000r\000o\000w\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000o\000l\000u\000m\000n\000:\000\040\000r\000p\000o\000s\000=\0004)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.2.4.6) >>
+endobj
+128 0 obj
+(\376\377\0002\000.\0004\000.\0006\000\040\000S\000e\000p\000a\000r\000a\000t\000i\000n\000g\000\040\000b\000l\000o\000c\000k\000s\000\040\000o\000f\000\040\000r\000o\000w\000s\000:\000\040\000r\000b\000l\000o\000c)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.2.4.6.1) >>
+endobj
+132 0 obj
+(\376\377\0002\000.\0004\000.\0006\000.\0001\000\040\000A\000d\000j\000u\000s\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000e\000x\000t\000r\000a\000\040\000s\000p\000a\000c\000e\000\040\000r\000b\000l\000o\000c\000s\000e\000p\000\040)
+endobj
+133 0 obj
+<< /S /GoTo /D (section.2.5) >>
+endobj
+136 0 obj
+(\376\377\0002\000.\0005\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsection.2.5.1) >>
+endobj
+140 0 obj
+(\376\377\0002\000.\0005\000.\0001\000\040\000T\000r\000a\000i\000l\000i\000n\000g\000\040\000o\000p\000t\000i\000o\000n\000a\000l\000\040\000a\000r\000g\000u\000m\000e\000n\000t)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsubsection.2.5.1.1) >>
+endobj
+144 0 obj
+(\376\377\0002\000.\0005\000.\0001\000.\0001\000\040\000T\000h\000e\000\040\000t\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsection.2.5.2) >>
+endobj
+148 0 obj
+(\376\377\0002\000.\0005\000.\0002\000\040\000P\000a\000d\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000e\000x\000p\000o\000n\000e\000n\000t\000:\000\040\000\050\000p\000a\000d\000\051)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsection.2.5.3) >>
+endobj
+152 0 obj
+(\376\377\0002\000.\0005\000.\0003\000\040\000A\000c\000c\000o\000m\000m\000o\000d\000a\000t\000i\000n\000g\000\040\000s\000i\000g\000n\000s\000:\000\040\000s\000i\000g\000n\000s)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsection.2.5.4) >>
+endobj
+156 0 obj
+(\376\377\0002\000.\0005\000.\0004\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000c\000e\000s\000:\000\040\000d\000i\000f\000f\000s)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsection.2.5.5) >>
+endobj
+160 0 obj
+(\376\377\0002\000.\0005\000.\0005\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000v\000a\000l\000u\000e\000s\000:\000\040\000Q\000?\000\040\000a\000n\000d\000\040\000A\000!)
+endobj
+161 0 obj
+<< /S /GoTo /D (section.2.6) >>
+endobj
+164 0 obj
+(\376\377\0002\000.\0006\000\040\000S\000t\000a\000r\000\040\000o\000p\000t\000i\000o\000n\000:\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e\000*)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsection.2.6.1) >>
+endobj
+168 0 obj
+(\376\377\0002\000.\0006\000.\0001\000\040\000E\000r\000r\000o\000r\000s)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsection.2.6.2) >>
+endobj
+172 0 obj
+(\376\377\0002\000.\0006\000.\0002\000\040\000S\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsection.2.6.3) >>
+endobj
+176 0 obj
+(\376\377\0002\000.\0006\000.\0003\000\040\000N\000e\000s\000t\000i\000n\000g)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsubsection.2.6.3.1) >>
+endobj
+180 0 obj
+(\376\377\0002\000.\0006\000.\0003\000.\0001\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000o\000f\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsubsection.2.6.3.2) >>
+endobj
+184 0 obj
+(\376\377\0002\000.\0006\000.\0003\000.\0002\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000w\000i\000t\000h\000i\000n\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e)
+endobj
+185 0 obj
+<< /S /GoTo /D (section.2.7) >>
+endobj
+188 0 obj
+(\376\377\0002\000.\0007\000\040\000T\000a\000b\000l\000e\000\040\000p\000l\000a\000c\000e\000m\000e\000n\000t)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsection.2.7.1) >>
+endobj
+192 0 obj
+(\376\377\0002\000.\0007\000.\0001\000\040\000V\000e\000r\000t\000i\000c\000a\000l\000\040\000a\000l\000i\000g\000n\000m\000e\000n\000t)
+endobj
+193 0 obj
+<< /S /GoTo /D (section.2.8) >>
+endobj
+196 0 obj
+(\376\377\0002\000.\0008\000\040\000T\000h\000e\000\040\000r\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g)
+endobj
+197 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+200 0 obj
+(\376\377\0003\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
+endobj
+201 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+204 0 obj
+(\376\377\0003\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000-\000t\000a\000b\000l\000e\000s)
+endobj
+205 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+208 0 obj
+(\376\377\0003\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e)
+endobj
+209 0 obj
+<< /S /GoTo /D [210 0 R /Fit] >>
+endobj
+213 0 obj
+<<
+/Length 237
+/Filter /FlateDecode
+>>
+stream
+xuKO@ >&kl# \8=lӥ*$-JA}6F$N47[ +y線k { 6hjh7T?8>ºj'36lӹ2vvߌRZ\XI]*8
+endstream
+endobj
+210 0 obj
+<<
+/Type /Page
+/Contents 213 0 R
+/Resources 212 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+/Annots [ 211 0 R ]
+>>
+endobj
+211 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [246.184 396.506 365.064 412.446]
+/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
+>>
+endobj
+214 0 obj
+<<
+/D [210 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+215 0 obj
+<<
+/D [210 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+212 0 obj
+<<
+/Font << /F30 216 0 R /F31 217 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+221 0 obj
+<<
+/Length 1655
+/Filter /FlateDecode
+>>
+stream
+xXmoD_o8e]wmN|(C"DpMc/9iU~=3;k)N@BHU;g[/΂_/g2(qtHG,r_ڮInۋk\&,1Xn J90HT4y.tUvBv l.b.5EEݦeVkHa!oik*2v[''kLu=`*Vۣ7&|W#KTl_t"}Y'_p ; ιҶҾʬp?{2hD0|<yLE?5]WI]Ez1а.uZ+Lۇ|m
+' P*P̗d;`\k,{H7OymR5TRggDNw"7)`8%A|1q
+%ѐ"LCnV\\dn}ޘk!@(f CFC50 RPh-<' ?\b."Hgږ 6pDS,)
+Ex8<X0"a+!u9hOC%6>o |É 7X6NuyI$VXYh=j POkT4~DmaS15UyڙsqzY8prg)C.d|;&Vf\ȋR<]w)2~Әѳrs8OTHRH{Z+MW))O9I(
+endstream
+endobj
+220 0 obj
+<<
+/Type /Page
+/Contents 221 0 R
+/Resources 219 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+>>
+endobj
+226 0 obj
+<<
+/D [220 0 R /XYZ 133.768 489.871 null]
+>>
+endobj
+219 0 obj
+<<
+/Font << /F43 222 0 R /F28 223 0 R /F44 224 0 R /F45 225 0 R /F46 227 0 R /F57 228 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+265 0 obj
+<<
+/Length 1541
+/Filter /FlateDecode
+>>
+stream
+xՙIoF3 C4KE,ipO7D#VmA#qǷ8y}˫gPVYRR;B)$w+2MET__,Ʃ?{ kqȗTIR-V-BO֠n 2,bX,>kwۇ>#s#B4!؎`JB37Fcn^deE-%|.vEDh0lwҼCp~dѪ-YP&L`)z"';QQMn0r7N6 FY\`ҝB] !pbR08xApho0( PQ#.
+D*ʞ[Dj(3O~DD ' =*cO4H~/W7ZD8*{"  CސX,4l@a47׎Ja\E!,w槈P;bGY̪>_ і'*l@e.T.ÄO?l #UFJ0r)S.bg.pÕˎ")}A`m}mzQ.#g"4׌53:ʚ>Ҧ>FŁ'iO9>/L|3
+endstream
+endobj
+264 0 obj
+<<
+/Type /Page
+/Contents 265 0 R
+/Resources 263 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+/Annots [ 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R ]
+>>
+endobj
+229 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 514.77 212.874 523.727]
+/A << /S /GoTo /D (chapter.1) >>
+>>
+endobj
+230 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 502.814 239.428 511.67]
+/A << /S /GoTo /D (section.1.1) >>
+>>
+endobj
+231 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 488.922 234.419 499.715]
+/A << /S /GoTo /D (section.1.2) >>
+>>
+endobj
+232 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 476.967 350.308 487.76]
+/A << /S /GoTo /D (subsection.1.2.1) >>
+>>
+endobj
+233 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 455.049 254.768 465.943]
+/A << /S /GoTo /D (chapter.2) >>
+>>
+endobj
+234 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 443.094 265.884 453.887]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+235 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 431.139 345.557 441.932]
+/A << /S /GoTo /D (subsection.2.1.1) >>
+>>
+endobj
+236 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 419.184 326.13 429.976]
+/A << /S /GoTo /D (subsubsection.2.1.1.1) >>
+>>
+endobj
+237 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 406.952 329.312 418.021]
+/A << /S /GoTo /D (subsubsection.2.1.1.2) >>
+>>
+endobj
+238 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 397.21 298.484 406.066]
+/A << /S /GoTo /D (subsubsection.2.1.1.3) >>
+>>
+endobj
+239 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 385.255 367.447 394.111]
+/A << /S /GoTo /D (subsubsection.2.1.1.4) >>
+>>
+endobj
+240 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 371.086 375.252 382.156]
+/A << /S /GoTo /D (subsubsection.2.1.1.5) >>
+>>
+endobj
+241 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 359.131 362.494 370.2]
+/A << /S /GoTo /D (subsubsection.2.1.1.6) >>
+>>
+endobj
+242 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 347.176 356.904 357.656]
+/A << /S /GoTo /D (subsubsection.2.1.1.7) >>
+>>
+endobj
+243 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 335.497 337.67 346.29]
+/A << /S /GoTo /D (subsection.2.1.2) >>
+>>
+endobj
+244 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 323.542 280.966 334.335]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+245 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 311.587 320.512 322.38]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+246 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 299.632 386.958 310.425]
+/A << /S /GoTo /D (subsubsection.2.2.1.1) >>
+>>
+endobj
+247 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 287.677 385.519 298.469]
+/A << /S /GoTo /D (subsubsection.2.2.1.2) >>
+>>
+endobj
+248 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 277.659 364.874 286.514]
+/A << /S /GoTo /D (subsubsection.2.2.1.3) >>
+>>
+endobj
+249 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 263.49 329.312 274.559]
+/A << /S /GoTo /D (subsubsection.2.2.1.4) >>
+>>
+endobj
+250 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 251.535 379.181 262.604]
+/A << /S /GoTo /D (subsubsection.2.2.1.5) >>
+>>
+endobj
+251 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 239.856 331.36 250.649]
+/A << /S /GoTo /D (subsubsection.2.2.1.6) >>
+>>
+endobj
+252 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 227.901 324.941 238.694]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+253 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 215.946 286.39 226.738]
+/A << /S /GoTo /D (section.2.4) >>
+>>
+endobj
+254 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 205.928 382.917 214.783]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>>
+endobj
+255 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 191.482 343.316 203.437]
+/A << /S /GoTo /D (subsection.2.4.2) >>
+>>
+endobj
+256 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 182.017 307.146 190.873]
+/A << /S /GoTo /D (subsection.2.4.3) >>
+>>
+endobj
+257 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 168.125 312.57 178.918]
+/A << /S /GoTo /D (subsection.2.4.4) >>
+>>
+endobj
+258 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 158.107 316.417 166.963]
+/A << /S /GoTo /D (subsubsection.2.4.4.1) >>
+>>
+endobj
+259 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 143.938 364.901 155.007]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+260 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 132.26 348.989 143.052]
+/A << /S /GoTo /D (subsection.2.4.6) >>
+>>
+endobj
+261 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 120.028 407.686 131.097]
+/A << /S /GoTo /D (subsubsection.2.4.6.1) >>
+>>
+endobj
+266 0 obj
+<<
+/D [264 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+267 0 obj
+<<
+/D [264 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+263 0 obj
+<<
+/Font << /F59 268 0 R /F43 222 0 R /F28 223 0 R /F44 224 0 R /F60 269 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+290 0 obj
+<<
+/Length 968
+/Filter /FlateDecode
+>>
+stream
+x՘KF+REoRNqUVecg%S%`
+P>c$3gFBj{6]H&|xw5ՁAFR)B)L,R$`JHmrŌp+6H0lm|v)6p)bn;0 T}<gP AL2"p:ɷ#IIp+lQ3L`iM<(0Tu7yu$A
+qC ÀtB>dg8Ps~N!I奓L'UebêtJaC0@3&@f7J.zB炔a# YUQTLY2/6mH8c-8ރ5-S%%b 8Ӏ<)ޥe = z>l-lӼsCQ`3)!0$)3} bj\7?Z2~4M{aEؔ9lǔ-P*@`n #HWɗ6i폧(z=~.N]ls4o뺪gNr)QM,qs`sLޕ]ig5e&(2 ~7.n}5L>(A^c|2ĕjsa!wSLjD{ t\̇柼>QJ(7@^ec#nq&_}cpMR[g^KH~]g6O l!P)qv؏GAvCmwQjWƶo L ^Km*0dtb14T@fWIhBu&MCO3̿@g B?.6N%捱Vl5ײ>˭]tJa]Hı9ǐ!tc kGCc8\2<vu?TU
+endstream
+endobj
+289 0 obj
+<<
+/Type /Page
+/Contents 290 0 R
+/Resources 288 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+/Annots [ 262 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R ]
+>>
+endobj
+262 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 654.302 290.182 665.095]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+270 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 642.347 321.896 653.139]
+/A << /S /GoTo /D (subsection.2.5.1) >>
+>>
+endobj
+271 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 630.392 302.054 641.184]
+/A << /S /GoTo /D (subsubsection.2.5.1.1) >>
+>>
+endobj
+272 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 618.16 333.741 629.285]
+/A << /S /GoTo /D (subsection.2.5.2) >>
+>>
+endobj
+273 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 606.205 332.882 617.274]
+/A << /S /GoTo /D (subsection.2.5.3) >>
+>>
+endobj
+274 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 596.463 285.117 605.319]
+/A << /S /GoTo /D (subsection.2.5.4) >>
+>>
+endobj
+275 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 582.571 366.285 593.364]
+/A << /S /GoTo /D (subsection.2.5.5) >>
+>>
+endobj
+276 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 570.616 297.1 581.464]
+/A << /S /GoTo /D (section.2.6) >>
+>>
+endobj
+277 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 560.598 231.9 569.453]
+/A << /S /GoTo /D (subsection.2.6.1) >>
+>>
+endobj
+278 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 548.643 283.374 557.498]
+/A << /S /GoTo /D (subsection.2.6.2) >>
+>>
+endobj
+279 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 534.75 237.491 545.543]
+/A << /S /GoTo /D (subsection.2.6.3) >>
+>>
+endobj
+280 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 522.795 356.558 533.643]
+/A << /S /GoTo /D (subsubsection.2.6.3.1) >>
+>>
+endobj
+281 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 510.84 375.489 521.688]
+/A << /S /GoTo /D (subsubsection.2.6.3.2) >>
+>>
+endobj
+282 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 498.885 244.021 509.677]
+/A << /S /GoTo /D (section.2.7) >>
+>>
+endobj
+283 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 486.93 284.508 497.722]
+/A << /S /GoTo /D (subsection.2.7.1) >>
+>>
+endobj
+284 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 474.974 251.964 485.767]
+/A << /S /GoTo /D (section.2.8) >>
+>>
+endobj
+285 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 453.057 249.115 463.951]
+/A << /S /GoTo /D (chapter.3) >>
+>>
+endobj
+286 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 443.039 349.17 451.894]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+287 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 429.146 288.882 439.995]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+291 0 obj
+<<
+/D [289 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+288 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F43 222 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+294 0 obj
+<<
+/Length 1915
+/Filter /FlateDecode
+>>
+stream
+xڍXK۸Wx72kħe:3
+aw/Ogw}Tn̦Ӽe.Bhf+S56}|ؕiilFEfn/nj^?jT|w"-Eg|JO;tat!a똦'Yr ]P<8#8AYXBVWO{'~C<_PjpyZL]:n*YJ+>ߋ P̊A&zh2aT8uJcoLiDqchy[9h$C?Hd&t2FY'owXi&襆 z&mV1I)\=! 2%ӵ-_!
+@ȳ(wWahv\8!M&K̮toM?!.n@E׶iR-ypmªgͱ sDh<Kn熶ӂa_McoB%FȹhILz0iasFgkg|DOH:UʈJ<DE
+BeaAp=px
+~
+ %GuV/mrlOg/jyRvxZp̾X/;C<
+vČ(JjDC̶
+3\&yDۊIE*K3_Ѧ 0XݐXO<Դ#B'?[3~cEN~ !IoZg: $?h &Jk7T!A ,Rr( W0Kn@:x Bu3z}7t?,:+6<lSY>nA.[foXr;#
+vЃȱG??j
+BReRqNbT~ ^ VTUذ@q 003)xpOj`:-p}<ϭ5i 38Ayx.%FCg69a|K_ɷ?ƴ45`V˹&lPb rqZ%3Ut+2
+
+_osemu!7,<Y<f0s3{Tg7{$ҖPe- M<ͭ Q5ԌuM 䗼!Pj:+&uy#,{ܻ(Iw)1w~17w>ܾ
+endstream
+endobj
+293 0 obj
+<<
+/Type /Page
+/Contents 294 0 R
+/Resources 292 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+>>
+endobj
+2 0 obj
+<<
+/D [293 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+6 0 obj
+<<
+/D [293 0 R /XYZ 133.768 362.272 null]
+>>
+endobj
+292 0 obj
+<<
+/Font << /F59 268 0 R /F28 223 0 R /F44 224 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+300 0 obj
+<<
+/Length 2646
+/Filter /FlateDecode
+>>
+stream
+xڕYIWX5 3HS
+k;dmv.9>pۿ3bq*M Jd7^#06x2d @zܰSh<_XBÍAV]inoXEnJ<9Gze]\x*v}6yVe>ds\y8(0ux0\Ͱp1A~&rϨGyν8Q:gϨ;g13VqFe@: s;ukX@BmB]A,R7Ԁ+-ßh^0cj+Y,0a2y|\0ZkY=Gz~}0#PDҀ(o:%Gz[5d OZeח/D:.Lm2! uŠ4ʋy+'?c%MEL7WahTd%x'h$H6
+=@'ײ,%}
+AJaOv]}y@ZKY2> -^J݊!y)[IJO]lZ*fKU}id=OAt\AZ yb7g@CKya~ȁ5
+o1 AnʺiL[qѥX>\ k1)Ӥ~;l7
+dp@=u!Z )'cc#Tkwǯo`QB0n90*FN1ވ:]Pe'ײ@a
+8K!-]:k
+1~S ;XB)'D]jV,]ޡ
+*l(65S1QT,%-yw.e7mPoтfS
+xq\m&[B g'lhw=ݚ
+9<~ q\k߽SϽifϑ+ 8
+2s15R$߼͆/p,d t_rP}4IC0WjHPC',
+endstream
+endobj
+299 0 obj
+<<
+/Type /Page
+/Contents 300 0 R
+/Resources 298 0 R
+/MediaBox [0 0 612 792]
+/Parent 218 0 R
+/Annots [ 295 0 R 296 0 R 297 0 R ]
+>>
+endobj
+295 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [224.85 397.376 239.573 408.169]
+/A << /S /GoTo /D (section.2.6) >>
+>>
+endobj
+296 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [366.784 367.162 373.758 377.955]
+/A << /S /GoTo /D (chapter.2) >>
+>>
+endobj
+297 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.501 252.609 184.972 263.402]
+/A << /S /GoTo /D (subsection.2.5.1) >>
+>>
+endobj
+10 0 obj
+<<
+/D [299 0 R /XYZ 133.768 521.451 null]
+>>
+endobj
+301 0 obj
+<<
+/D [299 0 R /XYZ 133.768 437.113 null]
+>>
+endobj
+302 0 obj
+<<
+/D [299 0 R /XYZ 133.768 395.221 null]
+>>
+endobj
+303 0 obj
+<<
+/D [299 0 R /XYZ 133.768 365.007 null]
+>>
+endobj
+304 0 obj
+<<
+/D [299 0 R /XYZ 133.768 334.585 null]
+>>
+endobj
+305 0 obj
+<<
+/D [299 0 R /XYZ 133.768 292.07 null]
+>>
+endobj
+298 0 obj
+<<
+/Font << /F28 223 0 R /F45 225 0 R /F59 268 0 R /F44 224 0 R /F57 228 0 R /F46 227 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+308 0 obj
+<<
+/Length 1778
+/Filter /FlateDecode
+>>
+stream
+xXn}W-{ A bqjأ!˘lJ[nrǒM!ٷSNUFqE߯^UiI>bBH+CPu}mqm
+>ضp66߽~lׄ$:We~*OkItNHUWa 6<6JYQf7e??욪c gi:7voϜ]51O$wi
+e$l=~An)dބ`:+@cH/nU"alT&pwpB8/fq_f5ί'b&9 =~YБ, 4v8 >a芦˾?h0&Y:i
+H6u@}z+s#["0Ըq|C !1/_WEG^c ܡo~ʾiv=L0
+}u/&K4k+Њ@_,R%X>|Q"D*"!ʖ.I(PPAQ1 *6)EG<}Ꝏ+Ճ3
+E%>K7ذUO\.4:VU&)],<$SbCĀAXBUv[_,{kCO0i(yS %o|REQ!ݙR _X|`RayxȰFb :7vJP
+ '6R!"k"H=nN(XB|]
+ژ2?Ǣ
+
+̉=%н^BM0`O൚ \$5>E> "}=lPT ,#Q΀'wcd6K{hYOYMBx3sy2s{~'GeUػplA<-*HMYby
+B!1jþ2u?d길g|u>۬aLlRJ OV Mxb,I{>0u/%^~k,`u| Y]Sӗ+xM.,yoA
+endstream
+endobj
+307 0 obj
+<<
+/Type /Page
+/Contents 308 0 R
+/Resources 306 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+>>
+endobj
+14 0 obj
+<<
+/D [307 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+309 0 obj
+<<
+/D [307 0 R /XYZ 228.459 535.788 null]
+>>
+endobj
+306 0 obj
+<<
+/Font << /F59 268 0 R /F60 269 0 R /F28 223 0 R /F44 224 0 R /F47 310 0 R /F67 311 0 R /F70 312 0 R /F68 313 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+321 0 obj
+<<
+/Length 1825
+/Filter /FlateDecode
+>>
+stream
+xڥXK Qq)Jķ=hdZJrvRJ$E@h<&<?~hl"9si1J"/SJfDOet.SIDjVc<ɴetP˵FG'P Fpbp؜*2wfVrCv8LNfl|\=xr0hqRh#d'D69tty'e1.L\:"(<ɤ(
+ ̚fdL+OE"shph: 86g}2׆~:@^e ,.ɔ-s룝*sp{
+C, ӊ7? &N$~,sypK39] AEO@jK؃ t2n]qV;hLy?79*OQs|jz_hjO!)@CԴWtqDb*_G!ivLͰ}0OP4*3eoR^zi6!qL
+Iը cB:çc;|jj-5C<W_dTk1ִS p50hYJqt8(gL
+g?5(f5
+}z&XZp6 K=c܀Z44}RaKfoVm\CwЬJƋ7[m%􆬸0&DY~u 634pؕҏ?n)pPn D :(,`m.;Vy|r+Q@8➦'MWR%9>X
+M2b'] 'Y
+1o_.-lkzsjy+yD/jg%^.?,lڡYX˪sq% XX7@slQk7P 8UZngϝbiJ|KSEq@_䯨0* .vڹkߤ_J}TJ#n`ןۗiUS]Y!f\r>oH1Sp{Eƒ2/Kbp)Ӑ( zrF,Zp$[nwo"XM6ۛ?oĴT̨nȁu.o'GYR
+
+1[8|`!cX_5{3q+&JJhxS#
+endstream
+endobj
+320 0 obj
+<<
+/Type /Page
+/Contents 321 0 R
+/Resources 319 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+/Annots [ 315 0 R 316 0 R 317 0 R 318 0 R ]
+>>
+endobj
+315 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [405.612 454.053 420.334 464.846]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+316 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [227.538 442.098 242.26 452.89]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+317 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [396.28 442.098 411.002 452.89]
+/A << /S /GoTo /D (section.2.4) >>
+>>
+endobj
+318 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.716 430.143 312.439 440.935]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+322 0 obj
+<<
+/D [320 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+18 0 obj
+<<
+/D [320 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+22 0 obj
+<<
+/D [320 0 R /XYZ 133.768 416.126 null]
+>>
+endobj
+325 0 obj
+<<
+/D [320 0 R /XYZ 272.581 243.98 null]
+>>
+endobj
+319 0 obj
+<<
+/Font << /F59 268 0 R /F60 269 0 R /F28 223 0 R /F44 224 0 R /F45 225 0 R /F48 323 0 R /F51 324 0 R /F47 310 0 R /F67 311 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+328 0 obj
+<<
+/Length 2471
+/Filter /FlateDecode
+>>
+stream
+xڽZKoW:8&]`6,3
+>h˅*,˅JmM¼aUyVy˅24]TEWd% / r51z⦾_bfMݖ2dm,\E姛nRF% k`7 ?
+t  ?Kp}|-HQ>]3+EGG,,jƷ4Ưr,Ts!>ZhSHLQvTU58L.k:&f(6<PLƦɉ]w8fƁX'2P) MD:qbDu7o# &MJ"`-ꊔc$jGzA
+&<6۱&>^I0ѱ$a_<Ȱ!{~9ۗ]KuSoV;vrnŅ$N/koSV 2@wk#
+]́|6mgaf[X(^G#q}Ԧ.o}4V
+OX:> |K%FBu2.5b
+NĐ:̟Kǰ]i^r\-"CBL1o .7w2cl8)?C\ξ5H#/=HݛXpx&D ކ$/E߶L7)iH!Q23BrQ=^`U`05
+endstream
+endobj
+327 0 obj
+<<
+/Type /Page
+/Contents 328 0 R
+/Resources 326 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+>>
+endobj
+329 0 obj
+<<
+/D [327 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+326 0 obj
+<<
+/Font << /F28 223 0 R /F57 228 0 R /F44 224 0 R /F45 225 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+334 0 obj
+<<
+/Length 2454
+/Filter /FlateDecode
+>>
+stream
+xڵZ[s~ׯN%MIgLi>yHPĘ
+H}h{.
+`UE@(IIBc)"WF,\`cv}|>1Nʹ6,!f#M%% `1l`+e"PHp(V_hLa8
+_'y5b8fH$0&Tc(/(+F֕`uY&8d;Hb2:k{F
+J\nE\3s:h)n%lX'zu}MٰN:7Vw dv/W?FR*M2Ȁ!;yW͉
+LC+{Ih X֖3$:C@T"rKu^]Մ^xެ'Lytg}ؕm,Ɋ6<tt7eG xw}"׻]q} xpؗŮ[@!!kX?߄GbiL@؈i<0نcu)qj]2M㳹@R]T܅QjICS^CUqEMo&ooI^v=x/}ZQ#G%1"8}vY99l;b/S1GaGf`#+BQk߲+;~ ms gvfUMf !?Os㰳+
+V 8,
+68'2Ir\9M)d^&``$ ;"jG-#˭d UJ
+?
+*&w sL $Lv{P &aC"%rsü5rق'q5v2"Ebcޓz
+3J;Pt/5^.>Gσ_=߸`6f(? ?
+w`|! J^@c2;1ޚ#oMᇐ[ Z~NDIͮAU
+`듣܁l86f`iP
+Qc}Ud!0T]YxL Ym5
+iOz’K/]UIJ!M=u~~ S?=XBh< ;4w•Дhئxz_[ǚ hRȞK+o%D|% 09q%Vv{1ˑ~)KNyݙnų,J0XY5ud'AM—8rMR^H {<)HaC9T 0B_蓌Rm@k*m{S3HvR ޽>F+|ApA;5h{as ,m<B>L| 'لGB&i6̂ʱΦI9m4ReώӅH~UӁSywrLC?#pCOKE
+endstream
+endobj
+333 0 obj
+<<
+/Type /Page
+/Contents 334 0 R
+/Resources 332 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+/Annots [ 331 0 R ]
+>>
+endobj
+331 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.878 361.425 393.6 372.218]
+/A << /S /GoTo /D (table.2.2) >>
+>>
+endobj
+335 0 obj
+<<
+/D [333 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+26 0 obj
+<<
+/D [333 0 R /XYZ 133.768 451.694 null]
+>>
+endobj
+337 0 obj
+<<
+/D [333 0 R /XYZ 250.58 344.6 null]
+>>
+endobj
+332 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F49 336 0 R /F28 223 0 R /F44 224 0 R /F59 268 0 R /F47 310 0 R /F67 311 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+340 0 obj
+<<
+/Length 2654
+/Filter /FlateDecode
+>>
+stream
+xZKs8W(MYAΖ+5l[-R'#} EʰT@h|h/n| o/~~"evq]Ǥ2|~)Z×C^nY},%~``_'Iq-fVR-ۮau
+wM64g7U^b,W2YnvnQ5/6eH]M,omW܅R 9?*`]mSiuz:4bPpY~](#Lr
+aaT~E*]}N,Cuw/E:ƕ=ZQ|@2eԳ ZJG%\{
+4hx|ΚKW#+ѫFp8b/iUW>.vo޼<.IW;|jkg`LU8SZ!4n-no\1 F1| 9p~NpZ_N# Oׄ!wvz
+3/(+
+w~yY;\|q0aF>pX$K?Mhk&9od/~1 mSzP0iw40*!&,)r"lG)2nO҈Qj(PD=SY?(WB)*掅[>\uOiVZ`.o}[4!%ӄ®r
+"SU6f'AnPNrp *I8N!<@GBTy[t[;J'CaHsH 3ΏOl=/l'Gx\A[-XǼ_"8KU*b,5ZO.<3GC,X#~Ry Nt;SNTlƦP^$9[j}nb+7x|8?:
+oI`2$!V - I8~wlGf#` rYx,G`3z~n)]fS<o߅C sJveRdN0ē
+|!P]uK¼jDY (g7qľȼNچH
+ypH!h p|@Ic؃iustbOqd26];- =Zpeh*޹ݟ,Az$ ,H;˃b3z̳q1ɼpfB>~^ġDhv`Z۾fz]
+U9)\KeYGY$4,7F!۫_??AGz rl4#nbm9ݖ
+endstream
+endobj
+339 0 obj
+<<
+/Type /Page
+/Contents 340 0 R
+/Resources 338 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+>>
+endobj
+341 0 obj
+<<
+/D [339 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+30 0 obj
+<<
+/D [339 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+34 0 obj
+<<
+/D [339 0 R /XYZ 133.768 424.033 null]
+>>
+endobj
+38 0 obj
+<<
+/D [339 0 R /XYZ 133.768 262.965 null]
+>>
+endobj
+42 0 obj
+<<
+/D [339 0 R /XYZ 133.768 159.615 null]
+>>
+endobj
+338 0 obj
+<<
+/Font << /F43 222 0 R /F60 269 0 R /F28 223 0 R /F48 323 0 R /F51 324 0 R /F44 224 0 R /F54 330 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+344 0 obj
+<<
+/Length 1890
+/Filter /FlateDecode
+>>
+stream
+xZMs6WjB "UL!U-+!)d*=H2eɱ!׍h,맫>(j A BW:,,' gwL|cwy(6{ ]yrs>K[i""ȜU/\D SE&Sx_hqZ6U6=WL"[Tk|c9شQL#V}1XNBFl95D)[Kwî's]r+u&}:y{2a5B^?BE/Eth?j.a^Ԯ!OhA-i>65b$KiQӯTy\EX/YߍjvmΈhY"mWi?*E
+ ƕHH:C\wE^n.AD}l`焀E37snIkB##lv 8A $b*/oh߀&xlzc!Gf/~uKbaV$|3ZnnbyϖێjPniWq0+(q%
+
+[VIpMb8 nw0+=DH/GTbf T [B#9-9L$6rPnV:!1 .qI1Nۉ9L'p? 6`R ~A]jE+
+&6hDD4b˼6koeWΆW.߾Lc&.mΟ.5t5 RqUH@Fr<.#jU=>RY6!cYmu,
+˙톫*ɐ5zRmZG HNN)Ϝ5jyZ9}Vj2}d
+ۈSR(Kxc:ET}Xle\5=)0i|śFuty33]h<W4^]Siڳ5Dk_Њ
+~Yվ/hUAܮ\GJ+ҋ@OM ||xd^PqVU,i0=խmo,\[t4;5MZ4:q\$SqNܫl< +xk˭׿Ay
+` df? AiܒI' j(q)5H:Kim@;JjqV#GX(%;cK'P\tsU8JIz)A=Rj:u8ϝ’"DY"R;?pR
+endstream
+endobj
+343 0 obj
+<<
+/Type /Page
+/Contents 344 0 R
+/Resources 342 0 R
+/MediaBox [0 0 612 792]
+/Parent 314 0 R
+>>
+endobj
+345 0 obj
+<<
+/D [343 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+342 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F77 346 0 R /F74 347 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+350 0 obj
+<<
+/Length 2262
+/Filter /FlateDecode
+>>
+stream
+xY[ۺ~_ŚG r=}(NbhbK..P$k4Y~0p. gp]?_ފx$aU H&^d]Ûe,jKOؖA5~%A/eQ.yv/n[c1 ,G2b$a$~]*Dr.nZTPҌb[ _Y)yY,
+%H\|il bikMo._MwK]ZV+'D.-nE%]m|1s?ZqoY2T;jMj^dݎ_lzZ*c,  q ̉/8a.ے~]fy3!4J+@>U?s~qBRy9s0 "XdW|$8۝3;~h[l QWQ6`n@v!a)ڢ*}/Yӯ;9΅1#5$RGAZh(!@"7Ѕc!*ME[;$2
+OQ_ȸq?
+G!6sŢdu2eXh HsM ?ZK< 컼') -@Mz
+ēyaMB˼N~aI||E}FmG F! Pgoiu2XEBZw<Qw3LHޚewb!{n}3@D40._QʸX&Nro6\S{{~ȦZCAYy7z1~}HK>@cp 82=epMw,U"Nump.Xk#uO
+I3O)±Qi>'
+B!|
+ͭ;h+FT*@9!e/I.Ȋb&h
+U P-?}~vN|u.z lTUΔoTtWt`Z9;:_-Y(\z}wWqC%TؗYlWw"13Y|3Ą}a|`4F,}x#0_&LD
+Ċ¦x~0G?\q~)?sG37,FG4;caĤo
+{Sm)Š2]e6|`# jc?.д$m0ޣƉ}M߰m͊}W<v'a5c||"اse5aWF
+( (F^a U7ku-W
+endstream
+endobj
+349 0 obj
+<<
+/Type /Page
+/Contents 350 0 R
+/Resources 348 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+>>
+endobj
+351 0 obj
+<<
+/D [349 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+46 0 obj
+<<
+/D [349 0 R /XYZ 133.768 617.218 null]
+>>
+endobj
+50 0 obj
+<<
+/D [349 0 R /XYZ 133.768 214.319 null]
+>>
+endobj
+348 0 obj
+<<
+/Font << /F28 223 0 R /F77 346 0 R /F43 222 0 R /F60 269 0 R /F44 224 0 R /F45 225 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F74 347 0 R /F57 228 0 R /F46 227 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+359 0 obj
+<<
+/Length 2095
+/Filter /FlateDecode
+>>
+stream
+xY[o6~ϯKQy`Pt^bw!ڕ$O{CɒLj?ȏ&&?\У_. uLs\&L*Ihe*Z'G9xH}/7I Fb)H?R!Ղkl9tU]վ;F00Ɠ%1a#<ka(bEnyT{b3sťEf&ˈpTy[oժ+
+{-^b;n2>MMpKp"l%KFb#A^ +­mp@kU]p:4
+c`/
+n+ާ*k/q:ccSYL,L'K͢ 9a7(H^
+lzfV S{:!yCu~~q_TOf(uCjNwvJ^î tx썔4Z!hf7Z[e j}f4 TB
+zpm呣DeL z ʉth
+<-ʬ̣<>e
+aɐy?'Wx  TwED%X#6y(Fo L:vw6tEZxY{&RlW3$r熳јaչűg@׶Qx/>);*KC&1f<~%&ʨ)~dB'ӝ*
+[^2x=:3wGoDBpSc>8j"D0!MظS `|&Moꈫ$dϼrq_ӎ0JfSM{V}_n\W~Iߑ</7_pē |#0ݫ7o)<d8ަ2-ù|qאxb.a2~Fjwq}C5d&HfXPlL9ڿ6\ܔaPD! g dp聞.%
+)9tv&^KSaxGOeV`kd`*-kO0#ٝ«yz=.y V_`*OB)Ů}J 9`z=_)@7<qGg٩]=js8q˕ L:"}qw䟣9/.f7,LΧl3qI؃Ԛ ᖃ3YVjb|}_~ 9CCa'ψUgtXj89V,<";Vɒ}N[ %00"> *V'|s|p+]݄/} =_I(_m
+Y3<C"\QQ5THqm/
+endstream
+endobj
+358 0 obj
+<<
+/Type /Page
+/Contents 359 0 R
+/Resources 357 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+/Annots [ 353 0 R 354 0 R 355 0 R 356 0 R ]
+>>
+endobj
+353 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [303.776 622.421 326.248 633.214]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+354 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [351.005 582.294 365.727 593.364]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+355 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [377.959 538.009 400.431 549.079]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+356 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [283.658 126.515 298.38 137.308]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+360 0 obj
+<<
+/D [358 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+54 0 obj
+<<
+/D [358 0 R /XYZ 133.768 569.35 null]
+>>
+endobj
+58 0 obj
+<<
+/D [358 0 R /XYZ 133.768 525.065 null]
+>>
+endobj
+357 0 obj
+<<
+/Font << /F46 227 0 R /F44 224 0 R /F28 223 0 R /F43 222 0 R /F60 269 0 R /F59 268 0 R /F45 225 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+363 0 obj
+<<
+/Length 2528
+/Filter /FlateDecode
+>>
+stream
+xZ[o~#UH۽_8A[s
+e5;K(́VAh1FY{@Ub8ܴ'yV%OӞʜZ}ӡU<4H\N
+E685D1ёH7TMFX){qfE4R%i5%shz.#$)61_ughڙS&˗B1b,.4 N= ShvUUt
+\#Q)E_#4%3I]b$P儃1
+gSo nO1IPPޫ}fNb՛"BwL6rф۲><jSf sE
+{H0?K9u{?D~M{ ] @"$/Zpz {|#
+PrUp"1ttqgb\QV}cy$;HN& ﺛ[P.6X i(𥃊B}5y(C,`׍.2hnNӯ<X,XWu4
+1.j25Twm1 BT
+a)an6#nJfF^
+M9)`ε%Bk#KRqa(y,5ç=b;* .mXFD0؄epEh?XP-է݇ 6L.7;pY>5}</rT:>D0N]V{!/sJqfa94k) =,o}!%@=q~v/e뇦&uCDc߫}2f1 ϼ>S4~?B]>]ӷx8TJ0
+w983[g  R߮w <}#Mbe1Ns`_0eP-k6Jj]SR8ksT`SHe!\.ryD+M+KMkoΣ0[V(
+"z*Eך:dKWF0:5n):źh,d{ī. St%
+}c0=661p?_]lOns-afy*;9ѩx|7W"fҵ]Tf`oR2[-_Вwp͌>Zœ4}nc̤MhNego:}c|~%ಭ'cF ѣ
+endstream
+endobj
+362 0 obj
+<<
+/Type /Page
+/Contents 363 0 R
+/Resources 361 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+>>
+endobj
+364 0 obj
+<<
+/D [362 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+365 0 obj
+<<
+/D [362 0 R /XYZ 265.04 662.328 null]
+>>
+endobj
+62 0 obj
+<<
+/D [362 0 R /XYZ 133.768 524.758 null]
+>>
+endobj
+361 0 obj
+<<
+/Font << /F28 223 0 R /F47 310 0 R /F67 311 0 R /F59 268 0 R /F45 225 0 R /F44 224 0 R /F57 228 0 R /F51 324 0 R /F48 323 0 R /F54 330 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+375 0 obj
+<<
+/Length 2506
+/Filter /FlateDecode
+>>
+stream
+xYIoW&kᒆ`z$c`&6Z*I)aQ^=߫WH3\Z^zRE"߿\_(EHE,e&"i(^\oRd@o/Wo˕Il髃uS剽gu%lxuoZÇJ > 7?H!d(,8zݕMz(a S#|Q ܛ"M8s9oqpuPeq[9c]ݴ̰ cA~(]0WjzUHMyE۔w1t_벫y틎 XiF*IΈΔ쁘2BK$ڳ0aeڒ2u3w 0"1@axSz~e8h済h3R[j3Q"< *A+0r>ap}.7 њݷ4 ,
+dMVz3"dJ`1ȉn|(*b|tPVEۛi`k.+gifή4LA+m8kW*j]Qo0L֩mS0{a,?Yl<(,=j4<A (H@N45wFwS[svƉSz", !ŹaTxs_5ϳ!SԴf/Wko2 뎏&`<
+ӅDM<'GaFV#K1kq ­ą^vj!ReӤx*Ƕ:L)
+RXX*qo[*%3BL-۽)6WOtX٪`-tpd,:L3JImWw+Twnz^et`?+|n>JơW@Jn)R:EK{V
+w㺯|Q,T0]DFŨ\OQQo(̒4&U<JePT P տ1ImP@q6C%jutC f+/u-PQD%EY R2 ;Ιyhؒ
+jjцju,|s^P!δ';SRQ<<(=K^S,J/a}dqjH%T$GtvʫJ?zmfP%zR;cj7.1~g]4g]e!Ōsw!Wq@C֋cەQHlTj^eWcgi;b`T<2`"F!ڳR\l\1 EZ8}!<IǖneխYyϕw?1cXqa~qczt;:r#ƕ+䧷
+wM:}3
+*O<3N &,7t 3O[roÛnB71ԭJ {H4X6nI PJ(2H)T|0J(SK@K$mn#]64ÃSʽt4hU{G˕49)qE1P >.CE
+]9ߏqY;غk9u"$,OFNnk~-z)͟Q2!d]X4/#9G|?oSӣD~k!Oi%CT"u/k\`E يKb!4ޘmq:X䌄AbsQq] /(|GL^Sv3vYpWsN"G" JHH+v@]R?ݛ##:!bJ½hvb*d BخĮlKQ<j dN2khL
+f=4rOIdEn+uӹHr,a]K}})#a,ݫy,&[(!8,Y^MA0"ON>m{:zO$"^wVEުoC ꉟ!Qj.H3S$qV)L 0l笓SqrUo}򞣗 U"6=JݖR4LV~{. Š^[j˅!eD[<!6)TGTJK-^=!>^m#W2ۖ}9x{\^u_\v 7D-} ףر@ mZ1]_?K1}|-6؃I!mgGy
+^\'
+endstream
+endobj
+374 0 obj
+<<
+/Type /Page
+/Contents 375 0 R
+/Resources 373 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+/Annots [ 366 0 R 367 0 R 369 0 R 370 0 R 371 0 R 368 0 R ]
+>>
+endobj
+366 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.217 605.928 179.437 617.883]
+/A << /S /GoTo /D (subsubsection.2.4.4.1) >>
+>>
+endobj
+367 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [278.268 570.339 284.73 582.552]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>>
+endobj
+369 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [205.055 196.561 227.526 208.516]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>>
+endobj
+370 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [374.327 172.65 396.798 184.606]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>>
+endobj
+371 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.761 148.74 187.981 160.695]
+/A << /S /GoTo /D (subsubsection.2.2.1.5) >>
+>>
+endobj
+368 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.286 130.309 451.099 141.766]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+376 0 obj
+<<
+/D [374 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+66 0 obj
+<<
+/D [374 0 R /XYZ 133.768 348.401 null]
+>>
+endobj
+70 0 obj
+<<
+/D [374 0 R /XYZ 133.768 252.365 null]
+>>
+endobj
+378 0 obj
+<<
+/D [374 0 R /XYZ 149.011 143.609 null]
+>>
+endobj
+373 0 obj
+<<
+/Font << /F28 223 0 R /F45 225 0 R /F44 224 0 R /F48 323 0 R /F57 228 0 R /F59 268 0 R /F43 222 0 R /F71 377 0 R /F83 379 0 R /F86 380 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+383 0 obj
+<<
+/Length 2489
+/Filter /FlateDecode
+>>
+stream
+xڕYKo8Wy-j> 0 oIJ::vod=}“߯^z-]J%",3&3vMoJuyUJ_Z5~hc1 UsO_CXk~6&-j,ew'ӕ!OD"223WodL8,yKuI?%0ie2K4HE}yZ~tnZz X\DzhK}yW.
+&fݡ8iM?tEՌ?&Q?H.Yh}YW
+b|_\r3p_ dv%RK(8`Pr$
+\ߝ^ OݢX4WaI+8[2S VlՌ#O֯ل UW_pF}OGGCX쪻/
+D#dxЪF: ̦_ӇS 1QCCs0SNU[1t2ajv="*!e [JAEؖk
+(&PRL;m .%wLWKih$W;E@X}掞eB c e'RϞ&$jg]Q8ӕ
+Wj}ðv
+ L)~FUĊ4Pz=HâGbe1-p̀sSX8 vY,rؠv8ά!{wnvXciHu /R;'<|~/0c2?py
+,~o4`t= cl5
+z7bnP;-eHG=1kGnT5&P1]3Âҋt,F^<GAtc(C^ =w>&
+{,{{   !o3.3pո x>l؄nXXǥ K&7iSt$Vz;6=eP(+*|A
+@(t=
+ZG3
+endstream
+endobj
+382 0 obj
+<<
+/Type /Page
+/Contents 383 0 R
+/Resources 381 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+/Annots [ 372 0 R ]
+>>
+endobj
+372 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [445.488 452.086 475.708 462.934]
+/A << /S /GoTo /D (subsubsection.2.2.1.3) >>
+>>
+endobj
+384 0 obj
+<<
+/D [382 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+385 0 obj
+<<
+/D [382 0 R /XYZ 244.077 662.328 null]
+>>
+endobj
+74 0 obj
+<<
+/D [382 0 R /XYZ 133.768 403.276 null]
+>>
+endobj
+381 0 obj
+<<
+/Font << /F28 223 0 R /F47 310 0 R /F67 311 0 R /F45 225 0 R /F44 224 0 R /F43 222 0 R /F51 324 0 R /F48 323 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+388 0 obj
+<<
+/Length 1667
+/Filter /FlateDecode
+>>
+stream
+x[Ko6W(6r)m@ [b+#r&EɶC zPÙoM>&4G_G XbS*)0.$9O.rYde޿O +Fy>>8 ׁo)V˱ox3`u0^]T C_|%魿y_o^*وhȁpÓxg ]j,c\o=4 B 6/h2wJCr3W$zx%l"AE0FizIbA7Lldؐ7 eȵThn
+0J-ö%G!RZ>ە|
+eA` WȔ!l WmI>6 Pri{<=LLbr<, e
+( h"i(MCdR.br<NXnR4,ry6}iyퟖymq~/ӻ[q4~fC_Je ~be/|/]xuE>xeL_OEd1'w-sd|AC/ueSbԪ]
+e%WUHh &vaYY ϖ!Rl=L›sfL ̽ϸK~N(߭Yu#+SgS?uN!<+X3v98[J&SJc
+RpO\`%۝}'<:=(G(%@@x{bvS!X+JisLcki*[꾲ک|6/:tނ8差%0Z}})~ }ɨ!J8֛أ%7U\@q?S8 aN$,O$,O$,O$,
+K
+._
+endstream
+endobj
+387 0 obj
+<<
+/Type /Page
+/Contents 388 0 R
+/Resources 386 0 R
+/MediaBox [0 0 612 792]
+/Parent 352 0 R
+>>
+endobj
+389 0 obj
+<<
+/D [387 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+386 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+393 0 obj
+<<
+/Length 2245
+/Filter /FlateDecode
+>>
+stream
+xZKoFW`,YbbZm” }iYd.Y]գ>Og4쇟84ד m'Z…\-&'0"3~lQ|Bt&|Q4?NoϚ*N45Ǖaen݌Y" ?݁xc mWWq^OYV*ߴxΗ*~4&+]t"6msb=J֩ȾږPOg\lj^L9c9٭:X%4dƭ Rkb]ruPBJćYѽrD H[ƒb` hP*--% JK0l'"|u fkۂLgR*|>Q<+:|XIMzUH,&<mp /2D0q*%F
+b .%{qiG?*0.W/9mW/PK1,v)8,RWdڠEO(:DW Մ+MWpg<'4 7OeUU&fE&\$|p݁d ־@eGC0NAujhܢep^*z(E }rp(1yHX!yM)nAdNy7MlsncΖyc层/5 Zꋩ;~=<)}850?NTSX~$aW
+(%Tl|yv}C' xHɯ\N(A00&"c*ݾqjl_%J$8!t佶*-Z-k ?|T0h%4Fl8 LA; 3b)T+0.~P`k/M҆l ]F>Y3JK=V20`qN|htԉQc/~ƀ;L20`4p6JEiaRW`d#ן`34Fc{ۯa9Ca0&l/ O 4'G(fS'A)/ƛȖ4؄eb 7KUX~-9(| y2uI}$`ʄ(ALXxVle2w8|g/&au LD}ƙp#?s2r?UD0`'e*$z~9FȐu5,U#'y_eMy"smIh)R}5!\(m 3Oզwe5qҌ:sB4I(-hH͎y
+~Nqy*KȵL=}{WP 0xj0
+
+endstream
+endobj
+392 0 obj
+<<
+/Type /Page
+/Contents 393 0 R
+/Resources 391 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+>>
+endobj
+394 0 obj
+<<
+/D [392 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+78 0 obj
+<<
+/D [392 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+82 0 obj
+<<
+/D [392 0 R /XYZ 133.768 334.883 null]
+>>
+endobj
+391 0 obj
+<<
+/Font << /F43 222 0 R /F60 269 0 R /F28 223 0 R /F51 324 0 R /F48 323 0 R /F44 224 0 R /F45 225 0 R /F54 330 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+398 0 obj
+<<
+/Length 2092
+/Filter /FlateDecode
+>>
+stream
+xZKo8W6-r,3= 0"3[HV'A-(Y(m_Y7YLۄ&_I,&aBLDpUr^R(~B6E5MbW>*εjS.ywq|nswHX-SnҮ=l7i]n[.-#VE0-\
+H_ȴ^Ӓӥ2g^6eukm2כS`Xϫ-u+^ ϑsE=a*M;D>FI'~E@LF)Ȯh[E9L/+'J-%P Ԋu.<per sЏ:ݸۦ]{5|J:!5gЪO?mzpjWcyíQH:
+ߣnKVeJj oA4ǩ{Bl]S?oc~y1ܗhW9R0dּl XׁL`P.Ջ
+D2v(6x_7^zaMtpsE DMT :nsPIuUk&b)3?|Ozzݔ%a%?hU#o-z;.ȡ 3Q<4%LiKask' fK *\<y@LEu'rtzŘܣ&RoCu C'u)qxFG~w$ 8L&zW
+X#-ud{C}~~T}]L2Q!vĔߍk˥
+˪uD[ gjC±@,#r>O!(KW]㰿[)ʦ(J˫lj:852 QV*k
+6fX
+/{Br2L:LDbc)9AtI5J69&;]>>'d ߷FTMX]8{5w V~S˛9́| )K֪z'uLPIH%B%
+endstream
+endobj
+397 0 obj
+<<
+/Type /Page
+/Contents 398 0 R
+/Resources 396 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+/Annots [ 390 0 R ]
+>>
+endobj
+390 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [434.785 642.347 457.256 653.139]
+/A << /S /GoTo /D (subsection.2.5.3) >>
+>>
+endobj
+399 0 obj
+<<
+/D [397 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+86 0 obj
+<<
+/D [397 0 R /XYZ 133.768 629.402 null]
+>>
+endobj
+396 0 obj
+<<
+/Font << /F28 223 0 R /F43 222 0 R /F60 269 0 R /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+403 0 obj
+<<
+/Length 2416
+/Filter /FlateDecode
+>>
+stream
+xZKsW)%a&8)VRC6ٮZDI%RKRlO7|c{w4 t
+bGerϕJO\i+^_6e {L
+tAXǂqdMT
+|(,.Rײf jlhҺ&R_OxSTh7CM9|%@b,B:p93d/
+8۷ NJ㞤O }-` ˱Hw|SgE^#ױL@Y{Nq8FL>Ҏf{"aPgT/`rp2"E5G:HLiы<J_ =)t˂xFfi(&<jŎNq<Y{SUQTo0vz޷E2t&Į>9xm3"7x
+im֢OpESw?V@".Uϓ㤡eV0xHA# ic.jDK-_ @Rq—cW=" Jb VqB rL:8xףA2툴*A82>+ DXã#pKMe>l|v{ڱHdF?%u?ӹL!(5e5_@ch);2cҲ`PeD5J-<}
+ATF\N3'] L\ *nzfptln ԪBI@eh3|.`1ち5TA UڲXRxͬ87Ezܱꠂo<SP[G_Zs4MƁI35nF:
+d|e{!47zti&Jܸ*)F}ϻ7q;f>%%q؜p[c>Z_ˏI:Yx+y/́^n(! o:K 7lH\Tk|Aw{-ݯzңKa=
+endstream
+endobj
+402 0 obj
+<<
+/Type /Page
+/Contents 403 0 R
+/Resources 401 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+/Annots [ 400 0 R ]
+>>
+endobj
+400 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [227.407 355.615 249.878 366.408]
+/A << /S /GoTo /D (subsection.2.1.2) >>
+>>
+endobj
+404 0 obj
+<<
+/D [402 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+90 0 obj
+<<
+/D [402 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+94 0 obj
+<<
+/D [402 0 R /XYZ 133.768 391.174 null]
+>>
+endobj
+401 0 obj
+<<
+/Font << /F43 222 0 R /F60 269 0 R /F28 223 0 R /F48 323 0 R /F51 324 0 R /F44 224 0 R /F54 330 0 R /F59 268 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+409 0 obj
+<<
+/Length 2030
+/Filter /FlateDecode
+>>
+stream
+xZ]oϯ&1om=`v+vKTX-yAɦB;M+MnLRG<<"'^axh%cBCJf q̓Ur.f7}I#Bp%Â\2NHBC'RJ%=NV#Ul l$ޡPH!J $i#kʃ18#=ѲncĘI\\#X \gN$͔gsB1&&lZ[{l<?OU2WQ%spY K_(&yv;g8;Nq{/vNcgb>3LJLEt%*g`ńؽɰ{].'m<vFQb5v'gSbw9m2>ĮՒwbCmkA9tY,4#Aol{PD) ۞?ɉf S`6n"F:#tS1 '~4'>QGϺ'jhŎŠ˩O{ ~QOU!.
+}n&'jfa. }^&l3ɴ OX ?O75J gHI-u9S*MѺqz*Mr6#._z6Q~.azrKٜfiݶC)L^#`
+)^%²'ɫU(; QF!)oFv|a$((pݦK7/
+Zve]nz`ҠnJ،Y:
+Ʉ+~P_*;f3r4}伊w5`I'o|fMOwwzR 3% {D@XTԪ}!A /Al0w Xi 烀ˬ=HjLPo6s%j≀m դܴlݯeO&#}K59wДPmCWBCy\y])M"ij! |G8}cĉ ;QFS~VN
+<bKlx*$Ϣ9C_qO9dP
+~챘h
+endstream
+endobj
+408 0 obj
+<<
+/Type /Page
+/Contents 409 0 R
+/Resources 407 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+/Annots [ 405 0 R ]
+>>
+endobj
+405 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [350.297 472.498 372.768 484.454]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+410 0 obj
+<<
+/D [408 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+407 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F44 224 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+413 0 obj
+<<
+/Length 1942
+/Filter /FlateDecode
+>>
+stream
+xڭXIoW6. #
++5l7C9T|ncDSzt e9ȶ/'Nz^ ^!u 
+G¢ 1ƦXi8S_to+jw+ɒxvuAU 쮕ȵ`Qi?㤣 |Lh
+ Ph6~Ns: bP4D
+fdJC`k\}ەniQZw<j%'7Ƣ9*AG/.[)H[3"
+BBX3&+5@"<< B3Dp ?TR+~W!h(ͭHdv)5K.J|ٙ;qZPžsOr0  Z'\TI*$ll:9,]'$L0W"Rk%%1߭ാ0)GdQՆ=]6ɾT1
+9E|1r5Ă4*GLGTh#q׶ ۛ$!C &p7FXfI3оo-ʶdLo%Pd*Sc0'Χ;
+Rfu ;B2Ų={%k ܜWF8ťIp>Dۺ.Uك1+:+(eliF3Pޕ#V&_& D(sun(xYw!a@5_DaHi& 1ԵJ"KZT
+Ņ횃#ճ<8T/k#++iDrJ3N!k
+JP; {hPwS4^V};dA#5<]Z/;Yv
+x#QY5ڎOŘl5&tqInUL _\*Umi-P#nt!s~ Ɣea'Yɩݧ&(P0~ ŢqTwo":-aQ,(J\_į;`yBF
+@שAHho h!RL?koj(]s+[suP9uCq?*pϞ/כo8?Q]r ۺxcþh*7J0OMn\ + HIb)7
+endstream
+endobj
+412 0 obj
+<<
+/Type /Page
+/Contents 413 0 R
+/Resources 411 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+/Annots [ 406 0 R ]
+>>
+endobj
+406 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [453.237 629.838 475.708 641.793]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>>
+endobj
+414 0 obj
+<<
+/D [412 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+98 0 obj
+<<
+/D [412 0 R /XYZ 133.768 615.821 null]
+>>
+endobj
+415 0 obj
+<<
+/D [412 0 R /XYZ 292.465 524.871 null]
+>>
+endobj
+102 0 obj
+<<
+/D [412 0 R /XYZ 133.768 325.54 null]
+>>
+endobj
+411 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F59 268 0 R /F47 310 0 R /F67 311 0 R /F60 269 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+418 0 obj
+<<
+/Length 1522
+/Filter /FlateDecode
+>>
+stream
+xXMo6Щ{)ȡ@=8>^]nw(JkIfdo->X5GX=ׁAFR\1Vۮupח 3kNOXkrς@7H@CRJk!H<5vp0/*)"RD9wVٶEɟQ/+A|82 ܁Q) cM#{:
+%ir<ˤt/Oi<|$^Iwu|:YaiOۯie;|uI1
+>/
+uxua3.MmǖeR^1L]::eQ#f-Y|M>ԭB 8B:
+|*6V,v -Ps0 W|U&MaEm+ӎn S8+[k
+Vl#'`V84ߩp
+J
+,djK k$*Rj&XFJ6;3%Hxkx5Xx8Fc6*19|,ɰ,D8dN ߴJ>(u⭵bbSzk6 jo+< m+hȶ
+\ujז-T':u_<}t}k{EYWKSUJ2&uO tn_ñdx
+(*f"QD4}ba
+endstream
+endobj
+417 0 obj
+<<
+/Type /Page
+/Contents 418 0 R
+/Resources 416 0 R
+/MediaBox [0 0 612 792]
+/Parent 395 0 R
+>>
+endobj
+419 0 obj
+<<
+/D [417 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+416 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F44 224 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+422 0 obj
+<<
+/Length 1984
+/Filter /FlateDecode
+>>
+stream
+xY[ܶ~_DS)-P A@#`]&&k!hԱ l؀!u|C-#oy)eLs>D(2 ]ʡ7_1!cټϫŇ"H*E0F28:*}ٸǰC~F۶&@]Bo_{` @1<qlSL$>\@}!ټqL`n˛Sa(Q* aH 5B5:ΟpZL;f/<חFSfXM7_<Et?`D` S8ӄ8κկW i"a2RZxl뫻4*D1d1)e~)\-f) UA/&amOPK6[FPb&盄棤9$Nq@ 0LR;$ ;KK_
+&Q@SR)NiƜa}b?N
+$cx όxQb2!!N]<T4}>-G<vN"әx>Br:/H"՚r|$<:I !Вt 'FBl'N $@"RJlzDv<Y2
+G5`!۷5'}
+endstream
+endobj
+421 0 obj
+<<
+/Type /Page
+/Contents 422 0 R
+/Resources 420 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+>>
+endobj
+423 0 obj
+<<
+/D [421 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+106 0 obj
+<<
+/D [421 0 R /XYZ 133.768 344.013 null]
+>>
+endobj
+420 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F59 268 0 R /F60 269 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+429 0 obj
+<<
+/Length 2422
+/Filter /FlateDecode
+>>
+stream
+xnHaVO?2f,;%BK-0EjH*N6ȿoUW"eI
+M}"b\ *ȧt 3k9] \ ()RLTƌ)J x,3`UGڧ/otuNU΁3): 6G"1 \6()RܠtŠ@!is%Z$9OpXd6>1'G/YٜIO q'"ӎAXx L<1#} &32᲌K|Lu'Ȅ&~>&2-I?^0KL$}/= 8} Xۘ:ė*,S^YΪT^f2*ݔݡ*.@ UJ澣y?}ɴ[X͎Zlqۿ/*n{<]/o"8|l]q}z,-ʻM 8mZ"T.JYQDA
+`(r|8VZP08+ Gyzk>N,8_ 85_ȁF9x}ce،6Gkyb$ϲ2EgۃlJx '.~XllfoC&P$e"JgQ(مi
++`㛸w.
+ܸwQ3 }cFs; (B'rlh:zK.ph6! 44+a9bL.כ\6{O 'i\ei|j_ 
+4vt1B۠>DXgP<! i6H4zcɦI`"cjyYAWe$zs$lnche mXf.hk=áS%W0!# Se3  ߆^?7',*3 npsWShW37`܉FSM_e:0i4HP_
+/]BnTq}Jܤ#X(w~ Tw,H>UXq>t
+T} eE tv3 rK%"a7:~-Lp xQPeAg+o2[&DŽ\PO+]slq^(
+endstream
+endobj
+428 0 obj
+<<
+/Type /Page
+/Contents 429 0 R
+/Resources 427 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+/Annots [ 425 0 R 426 0 R ]
+>>
+endobj
+425 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [219.833 273.858 226.295 286.348]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>>
+endobj
+426 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.332 214.083 453.055 226.038]
+/A << /S /GoTo /D (table.2.6) >>
+>>
+endobj
+430 0 obj
+<<
+/D [428 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+110 0 obj
+<<
+/D [428 0 R /XYZ 133.768 355.566 null]
+>>
+endobj
+431 0 obj
+<<
+/D [428 0 R /XYZ 149.011 161.131 null]
+>>
+endobj
+427 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F59 268 0 R /F60 269 0 R /F45 225 0 R /F57 228 0 R /F71 377 0 R /F83 379 0 R /F87 432 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+437 0 obj
+<<
+/Length 2415
+/Filter /FlateDecode
+>>
+stream
+xڭYKH-r`W*Iad l:ж~ _XN'LQ Yȯd<_v})K4>J$ќXyp^fbTJf~Ym6+CѱէAKJ"u5>r?԰a_JZSV!9$<zqFs~nu۬d>mGC{#K& >&(6_|qVE2e}^XP՞NB'=utVcү[d; vADͩ~}+"x"f<rxWY G;Ȱ$x^c82eO25<<o6]Ed$1Y^7/+}]tup!B֦ҡ(MYrH' Ӊm"Ȕ ЀkJP6ܡQ:o&7,PQYd*-IqS<uCޚDIHB=@|)u6+®  rU*C\=,R؄M؅As,3YLO:,bĘ\]Lh~&/TfUfƪX͐FVX0u:>XSC_=ɑIi9IX b-lPݕؿj!J`Q"4?j3成H2ȇZj ~NBX1\EŎAs\يbAXAExmcOCS%lVXDh{Tk{<4M礦><SjHXhjI#_Q9 bi2 nJO]ٜAqH- D袾][#|}7DThe#ҀHlMUߑIN{, 8s7Yv$.n ;k.jOa:t=|RdO=iP{( PpY'2ҏLFW
+endstream
+endobj
+436 0 obj
+<<
+/Type /Page
+/Contents 437 0 R
+/Resources 435 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+/Annots [ 434 0 R ]
+>>
+endobj
+434 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [294.279 326.501 309.002 337.294]
+/A << /S /GoTo /D (table.2.6) >>
+>>
+endobj
+438 0 obj
+<<
+/D [436 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+433 0 obj
+<<
+/D [436 0 R /XYZ 184.252 662.328 null]
+>>
+endobj
+435 0 obj
+<<
+/Font << /F28 223 0 R /F47 310 0 R /F69 439 0 R /F67 311 0 R /F68 313 0 R /F44 224 0 R /F51 324 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+443 0 obj
+<<
+/Length 3070
+/Filter /FlateDecode
+>>
+stream
+xZoWX}sRNRA8;aY;|6pyfN<G<.x]J]DB)XYY*Tt~_l~WFO-.M<;n\B
+fdrlN|E/|u+ #MlR~&Qq<pE@ƜKgSV*|:8:sV_Ui3S'4e_M935J%gN!8w*J?N;]4_wZ05<
+u`Ka*/
+A8|\F r,mK iWTTWmĸuz|+`wgUTU1L!|mQQNr ʹqpL
+3)duHlO :BMx֪5 i~'>uǶ =bZS{Cc7
+j3}D~}ZB3^0jb@FNZI a867/6T|Fi0vS%TQAiq9@?v@MBex [X
+=Q [ߛxjG+tr `
+(vяI KԚ부"Y\GF+7dxx;P1}mq, rdHb>C
+X>!KK(<1
+AҔֺkɸ.x`D
+|0.{2V4q|``u*u\|LJEH< aGD[f[Ksr1̺;MwpNWRv6Jף$nD́@K]BOptB#[O[۹_<N l&xkiJ*>I VWE>+|;;:r6ayVT3kCz
+ }gp)9 -=xOCOy>B(H ۳g4L}MO:@
+u(lr_5a7Ny߆UKXƿuBI]y)t2}n@jHt ,*m%%GaI+E{ɑBmQ+#mV=Kf?Hл`v& ! EP'H)ϨL|U}Ǿ
+u!*]߰~Dg]?4մǤWBy苯V(/g8O̜s3&(?V1o
+endstream
+endobj
+442 0 obj
+<<
+/Type /Page
+/Contents 443 0 R
+/Resources 441 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+/Annots [ 440 0 R ]
+>>
+endobj
+440 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [453.237 350.41 475.708 361.202]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+444 0 obj
+<<
+/D [442 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+114 0 obj
+<<
+/D [442 0 R /XYZ 133.768 553.873 null]
+>>
+endobj
+118 0 obj
+<<
+/D [442 0 R /XYZ 133.768 337.669 null]
+>>
+endobj
+441 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F59 268 0 R /F60 269 0 R /F28 223 0 R /F44 224 0 R /F45 225 0 R /F43 222 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+449 0 obj
+<<
+/Length 2151
+/Filter /FlateDecode
+>>
+stream
+xn_-R@Y Ȣ[-(0-$8 =3gx e% lm@Ϝ9 n|A<x!Fs\n$&*&\r\Mzs(&[\_0Jf1blQU*}<7+UasLX4F$whM^toopۿPdm}[n[b
+r}|owrK!VzP**`3+TCiB@ſ.LӀa2P /io8M|tWPn(6؎h91Яa%
+)b@-b)xjDS1`$U 3GQB萬K'!#Ki= HŒ!PMq4ĺ:$&qJ*+"P'ӚJ= nG`B Ê$c,
+aB< 5DI 2JIC c zaHbvJN(5P߬Ax߮>;h; Gb=z:zdh!=7}ϩuF93{nS=G0)9gW;GKzW1;,;΅`ziQ ĘS|G{l%cZeDA,$460v>q?h8vc)!$+HA.[-UX  -´ӛ"/8=Kwg]V=Jδpɀ1hn۽1d:P'
+Buo?_8s6'[\kYf|5M2"$}
+Hh=nwz52MQ}?ԣO[hB3qM X3l ߙ]V9}ӰR+=C̚ |fL7/e.lp>qz AF5#qDҸn7
+U
+'ad@glKri0c݇4nwӁR
+9GsI~$ScOux)Xy$1XRMik
+<)ycO8B*ٶ;BNZ盬FRĵ4vU}sF`Q̝z"+
+m&}։J{d:{h?,ž0
+endstream
+endobj
+448 0 obj
+<<
+/Type /Page
+/Contents 449 0 R
+/Resources 447 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+/Annots [ 445 0 R 446 0 R ]
+>>
+endobj
+445 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.05 413.267 180.27 424.337]
+/A << /S /GoTo /D (subsubsection.2.1.1.6) >>
+>>
+endobj
+446 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [377.12 413.267 391.843 424.337]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+450 0 obj
+<<
+/D [448 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+122 0 obj
+<<
+/D [448 0 R /XYZ 133.768 444.037 null]
+>>
+endobj
+447 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F59 268 0 R /F60 269 0 R /F89 451 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+454 0 obj
+<<
+/Length 2540
+/Filter /FlateDecode
+>>
+stream
+xڭZYo#~ׯ<
+v߇ob6Xo^#q$G Tu\TMwOOuUsyP<=E`J[B)/7KSܮ7~'->
+J("lZåWf\ --=Gu)MQ8HletWb" #" "貣9Ydz
+VmNFY4] Kz6uL-=ĹNzV&h}|
+]zө>M쀥BNB2[X͏RoYwhRJKջ
+1H!,_K<n}t79fi!+%ώ0/28J.{ZE.NTMʻK#StxEwT=tVCE &n> ղb-wInD/ fZcz|LA/mN\ɟ2@8ˬ>XdonE2X;S}ܴMwiܗ]@nMx": mЏXkBv.6ݺ9<
+ph<K m^BDBmhe-Ubsݭ:̵=??,f*1CF;86EEus GEZJL h]ޙWaTG
+}ij
+QX<@u-NƎGX&ush7/o0
+.3
+1OͯX|Ξotd9?E.0ܡT%_5ƅRMiz_F0{(b}:3PwODe~_6G)P2Ag
+6 :m )d&Sou
+X޲ L gΤQapON67˲EǛB:P|lJnEzk Ry\>s źo0m Yr1`-*(ϭ
+況׏q?] 7̕
+7z<uPc7f
+#l~ 2WIZ@
+D ].GEDLR-'P%D579žvv! _Rmr
+endstream
+endobj
+453 0 obj
+<<
+/Type /Page
+/Contents 454 0 R
+/Resources 452 0 R
+/MediaBox [0 0 612 792]
+/Parent 424 0 R
+>>
+endobj
+455 0 obj
+<<
+/D [453 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+126 0 obj
+<<
+/D [453 0 R /XYZ 133.768 234.477 null]
+>>
+endobj
+452 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F46 227 0 R /F44 224 0 R /F89 451 0 R /F45 225 0 R /F59 268 0 R /F60 269 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+458 0 obj
+<<
+/Length 2629
+/Filter /FlateDecode
+>>
+stream
+xڵ]s۸ݿBtk#&p;ӛ}SZm6#$n&X"iJvԌ'b߻_= ^AgJ_ XjʚIeVۤ/K>J=qݕqX5Muy/柴- {x*3"iði5E~luf4,_tB0o 6Ǣ-jD*Djz+a
+qܓ]^kϓ74*>Ն4L
+$h ) Eڕ)I5)'GW4lWN'BV㥱I8H.8ZEL"W@m" Z `
+-ɷ96&A'wD[3#݈b 绥㇈usqit4̚|̤KA(NҠWu8lK M
+pTٚff
+1,xyP DeW|DAXB q3kSoj%4b
+W(TBj怋;pz^Y<&__:
+V R}4 G%}YH\aP!TSM^*@&0C*@\G0v8O42: Ϫh?"%5 J?X@.ͻGE` 8 Nl ,W w)C@ڵВ)OtfyC89Uk5,l %AѠ*o|
+{,(<M<8g쬊ܑ˚.{YY`p^&D AK~tG1—]`yHsJÁݯ,i>ã2'2o s IM*aɃҐs+bGH,})r e7. gF;C~P}Lj9Ճ(1R"
+88pQSqN/]Qy<w,L wްԱMXӓ gۗ6&@ld|9N!s_c(`Z3t*?T2YsKqw[Y:F vWnBÇ#RH98>ut*~$V6usD㕊Y?Qs' (7HX
+dV> MVk oeQЅX*P#=6za
+:Bvj.d8͚4 mPaԕ}6#F3qT3kXaP]CniTƮ sGsݕ3=j!̰rN *x{^)Hf\H>/>[qXԈyF|C9_nBj:Tج?C}-x F?(vL Tm}մ|}%@.J7
+ggmBuï"h&7H\`v
+zZD.!2s$L*bgi&<+𔡻ֵ/fC n "fA!, Z}7u$djw7q@{@yFڕ$o*gӮHhwb0?J>#;Τ@3ڱgaz^h8w{FڣF9g"iu6ڣݝvig=ܣSig3شS7'-'
+f4LI;V%mGUECz5]nwHSzniWN.W[YM~n!*j͛b-UP;tk;P
+endstream
+endobj
+457 0 obj
+<<
+/Type /Page
+/Contents 458 0 R
+/Resources 456 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+459 0 obj
+<<
+/D [457 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+460 0 obj
+<<
+/D [457 0 R /XYZ 133.768 557.618 null]
+>>
+endobj
+130 0 obj
+<<
+/D [457 0 R /XYZ 133.768 169.513 null]
+>>
+endobj
+456 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F48 323 0 R /F51 324 0 R /F43 222 0 R /F45 225 0 R /F54 330 0 R /F60 269 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+464 0 obj
+<<
+/Length 1824
+/Filter /FlateDecode
+>>
+stream
+xڭXIP..1$1AF|݀=mSbU R#{b=ڪcK[hth}}Ux#aJDYJyt_DNؼ.BĜ%R[h Cٜm.McS]m{UA{`H#1 BGF}Q<zr' E0~<RO&Qs"2^]…Hg/0]\ǵ5ӈQh\أVSa[T΀UjiYȔE$M-MaF=ɉbhe K9$M;t#)sm#A WY0P! 8Lr
+ڜr6D1"m;9QJM$,Qٙ0^BغN,Q @ȳWY J
+#|`_ߨe!h~9CΔ+%+]/
+|Q˰18X?Y+ P|
+6)xEG_ h9E[=! AskU~R]a0񑗰 lV=c
+TZ<? rkc-3yxڐC
+endstream
+endobj
+463 0 obj
+<<
+/Type /Page
+/Contents 464 0 R
+/Resources 462 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+465 0 obj
+<<
+/D [463 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+466 0 obj
+<<
+/D [463 0 R /XYZ 270.505 662.328 null]
+>>
+endobj
+134 0 obj
+<<
+/D [463 0 R /XYZ 133.768 492.877 null]
+>>
+endobj
+138 0 obj
+<<
+/D [463 0 R /XYZ 133.768 421.306 null]
+>>
+endobj
+462 0 obj
+<<
+/Font << /F28 223 0 R /F47 310 0 R /F67 311 0 R /F59 268 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F44 224 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+469 0 obj
+<<
+/Length 1998
+/Filter /FlateDecode
+>>
+stream
+xZYF~_G*>L 6
+Baw/ Cr>Ű bn!IdK}P>n4lWBn A
+ӈj՚c/
+)ޙB1yb6%򻉣(8KFiՄkYNF- r 10`C3:(턢$#u"c"/x[`+v$_FMafd+<K87r2fGJK%B!8 I#dgqljIM5${891m9ԉjH%N`#F(:pI#攢ԟA5FDK5j@CꚻSuR. xF-/^؋]N5߅Kv 찗Gvrr$R/Olz}MJloצ$'?JE3f]"+$Ed/
+-' J#x]VM:oªخ?Yt'{; 98:)Vz8XlJ쮪75߰oUUn ީJ.ɸ8K`ٯϿ=$2xn.F.)8,Cs?AL(IDnd5q9NFOvZσ7rA I
+wci2p ݝHT^6梹[}\4wrwzpzrYr Oqs>"OqVstd: }4Q 5Ң1A 1L { Um밎#etv;dR;HCL㟶&8pAKIaYWiQ7-i]h/]?m݁ix-oc~Ђ.Eށ0B#osUMZǬj4j!
+PKjnaT6&|;;0X ])l ,Cޛt.s\A
+?Ui~1dttLL9 d+2H{`%P /#Xcm8IJ 5-PVJ*
+endstream
+endobj
+468 0 obj
+<<
+/Type /Page
+/Contents 469 0 R
+/Resources 467 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+470 0 obj
+<<
+/D [468 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+142 0 obj
+<<
+/D [468 0 R /XYZ 133.768 546.516 null]
+>>
+endobj
+146 0 obj
+<<
+/D [468 0 R /XYZ 133.768 298.032 null]
+>>
+endobj
+467 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F52 471 0 R /F55 472 0 R /F49 336 0 R /F43 222 0 R /F60 269 0 R /F45 225 0 R /F28 223 0 R /F44 224 0 R /F59 268 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+475 0 obj
+<<
+/Length 2154
+/Filter /FlateDecode
+>>
+stream
+xZYoF~#}8.0M <
+Q&uv%Ӯlus<wK/˦O/﮾͌AL /XV^R|>kxKΟ(F鑟"`?k[# F,+@Rp2lc$ڀA$\i!3Iְm2*73#'
+5
+2VTII(ݢF(d0P1$I,d1ȍ~ @Mt*VH^slQ Nhb |B*‰&,n"qEJ
+c8P<z|&3Q&K9DxQ0NiR#,ԓIa<)IїRDSMϓz9) <IJ5DX Ϣ
+-T!5-+#x+@8U8Cp>}7Gp3
+խu
+A ɣ kfa<˰HKK$JBǑqnp&M=KUM bT+p܅wGmsj2ţtlWex9cu.g6%yMR1$c8pz߾;u;8ۉ$pt .Zl3]{>lE~vr/[h͹{Σ
+endstream
+endobj
+474 0 obj
+<<
+/Type /Page
+/Contents 475 0 R
+/Resources 473 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+476 0 obj
+<<
+/D [474 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+150 0 obj
+<<
+/D [474 0 R /XYZ 133.768 439.252 null]
+>>
+endobj
+473 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F52 471 0 R /F28 223 0 R /F45 225 0 R /F59 268 0 R /F60 269 0 R /F46 227 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+479 0 obj
+<<
+/Length 1526
+/Filter /FlateDecode
+>>
+stream
+xZMs6WV*Q,ю/itN}sƢNiؙL{
+p P1:m8:t]ujwtn,̣^[jԃޢd-\0U>30Xؚ74' Ǒ='XcRߨ{[%윬w*Yjd= osCQ6G/|VK{G4G68҆oNuKt|Rk*[>|=o__o_nΖs($
+pb;P,@0MUʹDw]!3an\iKzhb~:bLqX-#gj1?1c煹
+W.pV Sʗk ʁUB}J9)Q7gQn?C[73gw|
+"h/?"D?{PqFa{45X<Y=LT&k Dݑw}b1>Xח.h%(n]ȉ F) 嚗=eY֋<*qo0
+tԙ[΃+P w`VeL7Nie(yv'.1!(JWڌb8' yhRV
+\E$pOWyԈE|q"ssy<ͪYQW½(ロ;>qEUQ`qv
+RgcLKCK4
+endstream
+endobj
+478 0 obj
+<<
+/Type /Page
+/Contents 479 0 R
+/Resources 477 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+480 0 obj
+<<
+/D [478 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+477 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F52 471 0 R /F28 223 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+483 0 obj
+<<
+/Length 2190
+/Filter /FlateDecode
+>>
+stream
+xZKoWHe5~?(E A9>ÞBX.y\~_=l/4=xZnm3g7e6|ӫJjBE;\? i2a2ZoӬ2J3][g84;eqTdZ)¥߼倊&F*qDǵh'N>ǡ͘r1ia #b8zߏ#.kc>|e#8qP'e3ƈSkZF|#qշe>e-#4ߖe$/q2/؂yJOLHk%`U$a/]t;+a//UX˱9KabOQ6&N`5%8,aq# (?E"p uEg^tEg^tE"N5ϿZ~(@>HTP9QO^B).Q*X} jL~fEgVtfEgV]pМIљߓ |>)Sca׿0C;L0o7tId  9V-.1Vrw+ߤW>.ơ")/v|[mKKwQr~m*OKnr߂C %a筅ys@+l*, aQV3XY6@#
+
+`vqg{T"HdXلX!oUh! #jI=XoPf2 tB%M d 5>SC}('PL WPMP?N|#z@, H*Nh
+hA,7r\Փ l
+,#EY@ZN.'cEϾt`7DfǪJc1~Hl59o=V#/*$o",s5h>j˯O^uLG䚴V,+AH?^>aȱXXA㽷(f"-M]G<{8mޛ|g^Q>sP^m PpG%ҽ4?_T
+endstream
+endobj
+482 0 obj
+<<
+/Type /Page
+/Contents 483 0 R
+/Resources 481 0 R
+/MediaBox [0 0 612 792]
+/Parent 461 0 R
+>>
+endobj
+484 0 obj
+<<
+/D [482 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+154 0 obj
+<<
+/D [482 0 R /XYZ 133.768 470.69 null]
+>>
+endobj
+481 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F45 225 0 R /F28 223 0 R /F44 224 0 R /F59 268 0 R /F60 269 0 R /F50 485 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+489 0 obj
+<<
+/Length 3225
+/Filter /FlateDecode
+>>
+stream
+xks~%|o
+5bj.%ԜRtj%9v
+J?j;k!f;qtK&FW*_챧݊F3:չL=;DF?T *nE80  RϮKX:7aZ]EFY fe%{rj/p|b@p0<lctn`[9wڵ% aM(Fn9-vux "N gZՑh l` MUA7S۪yd5rOhkb]ڋM:MjCu޴wo|~-ElUT<,Mz=gzgR嘢ggxB53P'yiޫOSTH#A:.@#pk٭
+GP="R)C
+#RD
+PK#RhԉZ~Ժ:4 0r'T1i=EڄIedG{;Gp@q~? /=#=ཀeVzG|DP`~qc<DsGaTsG\9\Saϩ}Np!pDO,J(3晎ax1 j$4Mϵ&)t.z6+ hzN=8 KE3' iOJpeDvRQ^Q^I3hb]`x#Vw2ʁa* 4VR&˰F]ٞh[Q
+D`X;åpR4vݺjkf1M_uޒ.V<{g>nE߼5mau PR$&mknY4Za]5-Ix˵qK>9<I*CxˣM(+;,+Hd}#FZo$3 /QB9]:&j)WlPsșoj-o2&si/:$L3> 1GjrW'*ڵDfȑ;6q%; *aEsSvgW6vۜFM64w?&QۋE[f>yHq%ID993,IOAj 8tŕ8 >Rd m2*u
+! 4X"L˒!?-P2
+f-5%38Q,V#&C NAFv"r(I$l{MkwkOw0)܆=$'&Rm]wA W1P
+ܝ̠ܱBEԩL&NMKLl,I H/ROqTQ12Zy̯M܅J0GWzbR[PL,"UtT3ܫ:o"e Vޯa(憶܍'G]Ѓ$8Q~™mC%. D; P(5Wc]%/6]0@iiIf$:p1muuÃe[LnvDkŁdE*~Z&l->α*.QRG?2*wk%X_S0 N7!SHclig%> [+7 ⿋RaS5C("mr 8ٶ( ĥSSns
+iy?ϮlBl9[BΙ:YҴB/@8'ebx^y4N^=0dh,!TSf 7o-#i'
+c nL{x,n"
+ljRV|l҂نoJb׳=u\OgDbѹ~U^R@;O!k<ljl>`^EISj
+endstream
+endobj
+488 0 obj
+<<
+/Type /Page
+/Contents 489 0 R
+/Resources 487 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+/Annots [ 486 0 R ]
+>>
+endobj
+486 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [252.556 214.242 259.018 226.456]
+/A << /S /GoTo /D (Hfootnote.3) >>
+>>
+endobj
+490 0 obj
+<<
+/D [488 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+158 0 obj
+<<
+/D [488 0 R /XYZ 133.768 307.628 null]
+>>
+endobj
+492 0 obj
+<<
+/D [488 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+487 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F45 225 0 R /F50 485 0 R /F59 268 0 R /F60 269 0 R /F90 491 0 R /F57 228 0 R /F71 377 0 R /F83 379 0 R /F86 380 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+496 0 obj
+<<
+/Length 2719
+/Filter /FlateDecode
+>>
+stream
+xێD}<plА *+v%Y )Dv-vvgS|ja0].^ WVWoE2D"ZW\JG*1RnvAwȋz#0Zmq̓*튺j/" 7[0Cx
+xY@O̪ax"u#wH *Hi:^E2%>JP"G$mn,ipfW@8,* SƝYv]Q"lt#[UZT'A\w?}Ēz1(e X.'5ٙ2Ač,i0 H׾cea}'.p1*>Яe:`F(\d*\hE9U)$1uwdNԈM17)ܣcgz8, f/1@Eo7RÅݐr1cbS91d>6Q8$v#grANu l` qT>#@")3 S [8yZ F`]z"C 샱0(pPq{;^C m6$%P%C'm/.:k_\ܝs50,5͡IYZb
+P7z(W~`5$_LĊ'俦阣b!\֢8D!~]Z{DiYbnzPE`YBP&K(8`[j+=/>Cyx':B;T 9S Br`L2T}dF!霥ꛛWhኯ|R
+hApP0 =Z"?;~:|[RxE>Uv,B5Km}bTɠV"3Hy6!<zP6fWWBQ2w(!uTs"C=U]z}Dj>بh.|R=
+ÂAz,#V*xgB{Ѵ<۾|?AepQݺdousۭX7gh7aM >A+hz#oCJG4ٮ틍Uo=b'rKQi fނ PgqSiec}EUr+^x^zV-B خSG,C1OBSR8y1>$QjfvB'J(㨿q$rfaȌJe9u@ųbKa_=rxx2qA(y ӠP`jUmMPҫsO!W'"aFfcϲ!8YUE-Gf? M0ЖG}tL94Dq4Ρ vز8GBD8yl<Fy,#Gux!eDY+!{$=bBh#ZE=OXxǣ> ?->]RK:Cc`DRPB:O4@p
+COGsUݸk?{h]0!? L̏"jy
+brOl{<m;ڪgcFN wB v~^h%Fʶx0oq6LѥQ,VfC%qS4wH]ўF'Uc*=W_TT4L U|1lHE7ۄbJA=Sv*f̥Ss(0*sa/
+endstream
+endobj
+495 0 obj
+<<
+/Type /Page
+/Contents 496 0 R
+/Resources 494 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+>>
+endobj
+497 0 obj
+<<
+/D [495 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+162 0 obj
+<<
+/D [495 0 R /XYZ 133.768 215.162 null]
+>>
+endobj
+494 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F57 228 0 R /F51 324 0 R /F48 323 0 R /F49 336 0 R /F54 330 0 R /F59 268 0 R /F60 269 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+500 0 obj
+<<
+/Length 1618
+/Filter /FlateDecode
+>>
+stream
+xXmo6_!f+Xf@6ti%Omx"rҡE/&EwϽQpD/O{~V*X8X RlKweޚW_1 eS5vkV#~tu`Vt(hDZ1z݋rró'WL8u"B;WEAoGݏgձ:Wgc6H6%g2քg}LzhEi$+
+8c r()Q
+n7u4uc'xGp<_{g_SPL$#/w. ],ma.] Mٙ_s:'/Lepй3'%j!x Ƶ(Z$ R?jr[ݍ9z(pzGAJn"]I|f309K^<J
+AGL1/Yn)w7bɕg@ -E
+emM[ j*ZSC;D>h=%U/"
+ɻ#UOŧBB
+*M\+Wh
+;
+r znw{\N9)Xtʑ,#S > @V3]gBmueB%l ͊jPE  +F
+{/]*P1K,0!7紹t<s%@x䆾lꪼ3;kBstuf/>D_kc6f
+؁ʥY PgD|GKt4˒z7 $Db{7-1DOȮ
+,Ye\ok&mZ ÅGi%"GD{,0wOg\WJ
+endstream
+endobj
+499 0 obj
+<<
+/Type /Page
+/Contents 500 0 R
+/Resources 498 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+>>
+endobj
+501 0 obj
+<<
+/D [499 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+166 0 obj
+<<
+/D [499 0 R /XYZ 133.768 549.701 null]
+>>
+endobj
+170 0 obj
+<<
+/D [499 0 R /XYZ 133.768 340.036 null]
+>>
+endobj
+498 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F28 223 0 R /F51 324 0 R /F59 268 0 R /F45 225 0 R /F57 228 0 R /F55 472 0 R /F49 336 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+504 0 obj
+<<
+/Length 1539
+/Filter /FlateDecode
+>>
+stream
+xXKo8WЃ ߢ]-vQT%$ r(r'1ǡ`9/h6{qAH&h.`6\ 9D&q5l:˗$\t0aw("l@_2!nԶG$pZl6I>M4ɱu4fha6H|Uze˰T[[ Ѭ}'L0RhS2K$TmοR + عkN7Mxwpmu'*'F~cM0]oM$sE8;D a/x#kz
+J5к|1Y۟iTY' P-rVlrqkCPyԌ~LW%8v=Rbr-\%
+G]=۸=v`Hؑg?+m9 w:bCRIpY7+[MIɈ}&@mVVApEàyC0z|[4:Ї:C=g}]#wƖ?
+2ݖŶtnD ѨgGgtO0LÎ>
+gE3};(Gv`FZT΢ko1f.oL^q'Se
+km'yُ:~qU<*,W!4G~ywQe*@sɈHv!2EAu&Miyu_;.FQ4+V`I"0
+LGC*|VeݣL
+g_މƇD{Vd}ذl6{'}R{TB
+^BգU#ЗD8ÊF7d_4yk-1q}@"TH>$Pa!÷K1Q ppx(yTo8iؾ)ESTrCf,v|J嶨|\^T%0c굝UU@#@}5`P: _ ه5c&;!BKȞz</̄Ȳqi3.L{ atƔpZn[&|nhÄ2}C(VIiL3)A=qpɖM2q
+?qS ?ʤ.[*<׾\W+Mi- $eoazWˠW1es~7NAs%\VUXFD#pn,#.O_-jR͍߭DbDE'1Ƅ"BwV1K
+endstream
+endobj
+503 0 obj
+<<
+/Type /Page
+/Contents 504 0 R
+/Resources 502 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+>>
+endobj
+505 0 obj
+<<
+/D [503 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+174 0 obj
+<<
+/D [503 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+178 0 obj
+<<
+/D [503 0 R /XYZ 133.768 601.676 null]
+>>
+endobj
+502 0 obj
+<<
+/Font << /F59 268 0 R /F28 223 0 R /F44 224 0 R /F43 222 0 R /F60 269 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+509 0 obj
+<<
+/Length 3067
+/Filter /FlateDecode
+>>
+stream
+xڵr]_1d*@][ypXo+@r2YYIӍnZJ^H}
+7'oo_l0-HXCj$Qs`BYyveYM{:K]㰩&Oh!٭L\Gc?!$ٔiM )KgDH>=vD0JD V9l#ywd!R#O߻3Cǖu]qyX(ZO*h:ysWgӸH\C'!_]O*#lX%r} L|C
+qJ
+pQEݦ~plw96'Y.W~PdĮ5
+
+rɊgnŒf-8 },co>f{RvqNP\Jh5ͽi%*kglPkW-SJ.<P@7(J7qC|yr&cZ;GDntHùs q(]\ؒ^īםkugDP46SD ~+@7:l1(V @d
+TZDkr*dAH+ |b|R!lRPj$`~ba= 0he_ـ|L)rX^/RQ,1ߎ6ׂ* -^@`q
+B
+.!!ĵ(5tjlZW
+@B6WN2ݕȝt3 !seF4+ )MNe2-R wY;ŴWjNМ%f@_U/Riv]ʔ4BCcU-3׮\T^f
+tV3@Bv111P&n bwPu#Dm: KtDX}tn_ \M^+̪D (+<(HBq0І]"DžϢSf*%Ebx
+˪ۡy_Aϒ^M珼
+endstream
+endobj
+508 0 obj
+<<
+/Type /Page
+/Contents 509 0 R
+/Resources 507 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+/Annots [ 506 0 R ]
+>>
+endobj
+506 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.644 418.181 312.366 430.136]
+/A << /S /GoTo /D (section.2.8) >>
+>>
+endobj
+510 0 obj
+<<
+/D [508 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+182 0 obj
+<<
+/D [508 0 R /XYZ 133.768 617.447 null]
+>>
+endobj
+507 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F28 223 0 R /F44 224 0 R /F43 222 0 R /F60 269 0 R /F51 324 0 R /F55 472 0 R /F49 336 0 R /F41 511 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+516 0 obj
+<<
+/Length 1829
+/Filter /FlateDecode
+>>
+stream
+xڵXKoFW~
+cɠY87iKRYƵIYLD
+8c Q/QGeaL1HɹC 3'"D_<*/Y,LyVMAQ 3i?/OإO~y_ϼ^KSҠ9eb?
+á/?\!hchdǤAcWU
+z˅1߮OW5M@$L
+݉S!SݯۙOn{¢^u}yo"`?(l[ݿn h HY
+wg/c,$ v}X CztThwUUX7 <n)3pP'aYmE6.VF8xp6M?h@a/CyHp =ޗhg&PW> Ӧu"K[ WyaW{˲mq]e/Zj@ʮxUu?UZ$
+A|2w<5vΰ"+KK =usfT
+
+RX  _PE6_|fsڅC5^yk
+u[Te{lGB[U.g@ WpiYڎ=
+M (a Oq,iy~؀8ℽyvFxo?`,6=Z;{.BDz"xTuV&xSvSFIA}>sFsW{/ۈ
+A^@>lNx_h
+endstream
+endobj
+515 0 obj
+<<
+/Type /Page
+/Contents 516 0 R
+/Resources 514 0 R
+/MediaBox [0 0 612 792]
+/Parent 493 0 R
+/Annots [ 512 0 R ]
+>>
+endobj
+512 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.285 293.112 390.756 304.113]
+/A << /S /GoTo /D (subsection.2.7.1) >>
+>>
+endobj
+517 0 obj
+<<
+/D [515 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+186 0 obj
+<<
+/D [515 0 R /XYZ 133.768 347.962 null]
+>>
+endobj
+190 0 obj
+<<
+/D [515 0 R /XYZ 133.768 208.091 null]
+>>
+endobj
+514 0 obj
+<<
+/Font << /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F49 336 0 R /F52 471 0 R /F59 268 0 R /F28 223 0 R /F57 228 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+521 0 obj
+<<
+/Length 2086
+/Filter /FlateDecode
+>>
+stream
+xڵYIsWH%X(U3SԼ[l()-(R5 @8pۋTEiAEtcH
+D"ʒb]7iyg;yo
+4ce`ن*vw
+A{Jr}3 vHS
+Rią_7U((0>i]}Ǵ^`#:f)z.d;7|[˟#>~|Hnc~;nnnYsS<S٦zox ڈ?'[Vʅ+CCAL1]@<nL!V:X^aU]zc=4cT Jr=:aG!edIbH0"/ҟL
+!<pnDF"tcyN:2D4Xڽ
+&DNOS*5;!V1V8qgaU+^!3 d5$#^z؁;#E6b@bN":hKRrRq"<W:\<#X Bos9ck$"МQ0>3&QNr
+ <vx: p܍9pƏ*Կ:
+0 $XdX7`a
+).KVP7NgeG<$%Vڤ
+Qq#*(½<O/4gudcl9CudMw6b p?R4ܣ$^Y1M !b!dU(۴}O^cǘ3 PT5 :w/Ƽ*W6~ͳky2MjkLYvjuF(%^Q ,v문'Ȧ*
+4XO@fv7(Cl x4G3ɝ# 5#1>\QwBy8 wh#
+ A~K ~/\Sklvz7̿Q!
+B2+w Y~#I7ly a $V{*aM\yUY!xȚa`ó;t$p0?<]
+endstream
+endobj
+520 0 obj
+<<
+/Type /Page
+/Contents 521 0 R
+/Resources 519 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+/Annots [ 513 0 R 518 0 R ]
+>>
+endobj
+513 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [317.998 629.838 332.72 641.793]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+518 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [225.073 300.655 247.544 311.447]
+/A << /S /GoTo /D (subsection.2.1.2) >>
+>>
+endobj
+522 0 obj
+<<
+/D [520 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+194 0 obj
+<<
+/D [520 0 R /XYZ 133.768 250.318 null]
+>>
+endobj
+519 0 obj
+<<
+/Font << /F28 223 0 R /F44 224 0 R /F48 323 0 R /F54 330 0 R /F51 324 0 R /F49 336 0 R /F59 268 0 R /F60 269 0 R /F46 227 0 R /F45 225 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+526 0 obj
+<<
+/Length 1688
+/Filter /FlateDecode
+>>
+stream
+xYo6_م
+?:eHLX"hw)RYխ}dx<ǻ7~9ã8 BJ*m@df
+Q&Mp1T̯w^xFF8QPˏ$4҄>/@ e0٩)KJ,˳q8_2ΒGe"Lo>h~GIQzLT#iCZ~$Nc#,H4XBuٺJr0NPa<;$#Uԁ'`Q"PȧQrXb's{c͠޼Y8rf*xx
+- 䖉TgveZfqBe4b9
+r< /;>`n/s86Q ;sAf'YBUAư1Y x"zܰ㍓JvQCii3` 
+G;"͗ X+,i@UD}aR\Y^&f_X#n4TMz:,[17ه6 wX 5ZmmvIvcn#j꠲?c9*X{U䩛l{
+[8tvƣ {1U'H#̺8yguhb]CB,
+q7: ܉4ºHH46zc@>-;['Fz YXaORkstlcci?z_lLקސq"D(BW
+&B傱WDg/D}B6}60 8!(W}=@ |-KJB2\k7SLN  cFoИ2!;Pteb5ǞoX_6TgIAjט>SʓMki*6[ܶb;\{FGz s47zw|^)NO OU =C>lKqo
+endstream
+endobj
+525 0 obj
+<<
+/Type /Page
+/Contents 526 0 R
+/Resources 524 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+>>
+endobj
+527 0 obj
+<<
+/D [525 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+524 0 obj
+<<
+/Font << /F43 222 0 R /F28 223 0 R /F44 224 0 R /F46 227 0 R /F51 324 0 R /F45 225 0 R /F48 323 0 R /F54 330 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+530 0 obj
+<<
+/Length 1548
+/Filter /FlateDecode
+>>
+stream
+xYMo8Wv`$]xb}X AXbgmqwHIeˉݨz"J nޢ]R
+@2bXA\{7Rl*BE'#ٴ[> D"&ܷi07Jb6_yPm9a*) "3ʃDF,q
+"ʻ]tBfDvN֘Å}ե:= Z=%Lցϕ>4R4+O\~s4ylr^֯< rnϭ*% 98#b>j°cf4dZW7 kПED!ͥ#bkv|hL
+
+X))
+cYsp
+cwS6NDg"ѾIvZ d'5N`B}NsAk`XKB!V}5p((cOy޳!h]+g0D3Htsv6qWhkyqed_gg/
++6aD#ךL$M+ ~iGt>F#HTeVu}mM8B|0MQ_z\Ic[K/@;Wasi4(Q2yr5rY)\n#^!_X ̼U&t oO)u߲\}~B{G#߇:*HĥQ2Gi<vBaD;3dG(7d{H40=k+,Yguǀ[:NJ(^oOa<vOx<T8 آjxHAR7lKwFHlj \iAնyq$-E7i| A4!]OLdt:=ޝh[tCi&mܳkKV5}};Ͳ/iq>Q nYO..4OY]R)"UE~]^E=ƽzHOwt.w8LyWg 'OF@3*(wbF<I=yۍy
++T}<.(2*kE%v9A1&;mMI}.:wXg uZ|SWK, :(FQHV8}Fg
+׈|m^KHq\NF
+WNR?Z2:ϙ"Jr44Dry*_aՃUp6~O_c5~O_fTٯ~k|/V:6$wxX~~DN*_N|%֩QryGA+d@
+endstream
+endobj
+529 0 obj
+<<
+/Type /Page
+/Contents 530 0 R
+/Resources 528 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+>>
+endobj
+531 0 obj
+<<
+/D [529 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+528 0 obj
+<<
+/Font << /F48 323 0 R /F54 330 0 R /F51 324 0 R /F28 223 0 R /F44 224 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+537 0 obj
+<<
+/Length 1327
+/Filter /FlateDecode
+>>
+stream
+xڵXMoFWwg? =4hVǷ8,"T\,wEJbJ$g웙'>a nfW,F,.5&U\'7 ("_o>y3I5ܙ$\zrYe]ޤn6y4rI A7
+)ȇmE=,[&d].ת4;3ERsUo7e[ywR&4hg,Rv#mn<UíTD $,6
+VAz@nc}%%q ^E
+Y}$ 0%}?\GquN]<qLRDXKEƓb3% |)ad&y^$c:X ϳ?=5I,fP"%60ZmOwߞ0QwsJ0)N0HC6.8j)`P̞Gcvu=$$(WַL`ci;ce3:wHBʶˇ2_#7 CXC
+3IA%` ءN4?Zx (&ٔӟXulﰢ$aBQł.jf[/"B|Z28Y=crSPQ꾾pWyyvOl"9a?uuUb|o0d 7ՏfL@tN$6.d(wƐ]6u<QI9]BhNmqLjiG_
+HHqrz@dcx"(vU旉2W8;bN.c9QJLR|@(zEPL .mqs ?4Lkp?$Oj[pBcE!ya?<ƑhVjG)/*cd/*Hw/g達
+b"BvxI`q$L/O7 ^GA.RU ݲ oJ'OZ+A8u3' N8;3jP@N7S|:v\< J7632wʤʂ1Qٌ
+bK)e4
+endstream
+endobj
+536 0 obj
+<<
+/Type /Page
+/Contents 537 0 R
+/Resources 535 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+/Annots [ 532 0 R 533 0 R ]
+>>
+endobj
+532 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [274.165 395.223 290.797 406.292]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+533 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [306.03 280.949 331.573 292.018]
+/A << /S /GoTo /D (subsection.2.1.1) >>
+>>
+endobj
+538 0 obj
+<<
+/D [536 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+198 0 obj
+<<
+/D [536 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+202 0 obj
+<<
+/D [536 0 R /XYZ 133.768 488.032 null]
+>>
+endobj
+206 0 obj
+<<
+/D [536 0 R /XYZ 133.768 436.7 null]
+>>
+endobj
+539 0 obj
+<<
+/D [536 0 R /XYZ 133.768 410.287 null]
+>>
+endobj
+540 0 obj
+<<
+/D [536 0 R /XYZ 133.768 296.012 null]
+>>
+endobj
+535 0 obj
+<<
+/Font << /F59 268 0 R /F60 269 0 R /F44 224 0 R /F43 222 0 R /F47 310 0 R /F67 311 0 R /F28 223 0 R /F92 541 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+546 0 obj
+<<
+/Length 1283
+/Filter /FlateDecode
+>>
+stream
+xڭXK6WB".ߏSM-"kzPdK&+3ǙfAWd|z{'8*QαV)1gS[S:~Z+%m|)u <Y"M=0ן?(8"}DW`5}oŹGQ)!)p@i >~@kaiXqK]#ܕ+Hq5_kfy3!dԯ5< 6.uL $M/K+'sUXs
+bcM=te`lX7R@$
+lQ:EY9ʃxS$|ws'%d`Qq_cM4lOŷ[|6}ziQ^ۼ `DcIdy 58&%+j~K Aj=fu\5!2QQ@֘onznm(L(l ,vyzlTU}EKAG|~s.+
+v(K!C x).vy[4K7A<
+h%P|
+5 }|HAչVa-e Z<| ]μ_~
+` N/uN(ј
+;vV#j C9RMNVb>ͦ/T @C%
+endstream
+endobj
+545 0 obj
+<<
+/Type /Page
+/Contents 546 0 R
+/Resources 544 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+/Annots [ 534 0 R 542 0 R 543 0 R ]
+>>
+endobj
+534 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [291.351 654.127 307.983 665.196]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+542 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [320.455 539.853 345.998 550.921]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+543 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [273.99 401.668 290.622 412.737]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+547 0 obj
+<<
+/D [545 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+548 0 obj
+<<
+/D [545 0 R /XYZ 133.768 669.191 null]
+>>
+endobj
+549 0 obj
+<<
+/D [545 0 R /XYZ 133.768 554.916 null]
+>>
+endobj
+550 0 obj
+<<
+/D [545 0 R /XYZ 133.768 416.731 null]
+>>
+endobj
+551 0 obj
+<<
+/D [545 0 R /XYZ 133.768 247.772 null]
+>>
+endobj
+544 0 obj
+<<
+/Font << /F43 222 0 R /F47 310 0 R /F67 311 0 R /F28 223 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+557 0 obj
+<<
+/Length 949
+/Filter /FlateDecode
+>>
+stream
+xڭVM6W(
+,)"* ֔!%5f\},ƕ~[q˒^l}V!n/O;~nicWQM0)Fm{D=ǩ-b0qa>,~L52TT+ *1dpKZ|]0RqaYR0mvY8"}Jmc"yD`Aej [QC /󄣰XQ-\H2ZbAľ)$c#0()ril,]c^!m7$LW @.9N~֛?8ח{Wm\p&ޏWcㆻH#}_
+n 5sm`e/'އIxV+L 6!ze Zܫ;՗ێX)~ZAbbMiciz[f<_hNZTH{*\}c°ݕPpF:fq^qliV۶J"7
+endstream
+endobj
+556 0 obj
+<<
+/Type /Page
+/Contents 557 0 R
+/Resources 555 0 R
+/MediaBox [0 0 612 792]
+/Parent 523 0 R
+/Annots [ 552 0 R 553 0 R 554 0 R ]
+>>
+endobj
+552 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [289.592 654.127 306.224 665.196]
+/A << /S /GoTo /D (section.2.4) >>
+>>
+endobj
+553 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [254.895 454.293 271.527 465.362]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+554 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [276.536 454.293 302.079 465.362]
+/A << /S /GoTo /D (subsection.2.7.1) >>
+>>
+endobj
+558 0 obj
+<<
+/D [556 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+559 0 obj
+<<
+/D [556 0 R /XYZ 133.768 469.357 null]
+>>
+endobj
+555 0 obj
+<<
+/Font << /F43 222 0 R /F47 310 0 R /F67 311 0 R /F28 223 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+561 0 obj
+[525]
+endobj
+563 0 obj
+[1000]
+endobj
+565 0 obj
+[865.9]
+endobj
+567 0 obj
+[680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6]
+endobj
+569 0 obj
+[892.9]
+endobj
+571 0 obj
+[431.6 675.4 571.4 826.4 647.8]
+endobj
+572 0 obj
+[525]
+endobj
+573 0 obj
+[799.4]
+endobj
+574 0 obj
+[700 830 796.5 412.5 562.9 824 672.6 961.1]
+endobj
+575 0 obj
+[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
+endobj
+576 0 obj
+[619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1]
+endobj
+577 0 obj
+[611.1 611.1 611.1]
+endobj
+578 0 obj
+[575 575 575 575 575 575 575 575]
+endobj
+579 0 obj
+[659]
+endobj
+580 0 obj
+[938.5 877 781.7 754 843.3 815.5 877 815.5 877 815.5 677.6 646.9 646.9 970.3 970.3 323.4 354.2 569.4 569.4 569.4 569.4 569.4 843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 323.4 538.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 323.4 877]
+endobj
+581 0 obj
+[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3]
+endobj
+582 0 obj
+[469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3]
+endobj
+583 0 obj
+[625 833.3 777.8 694.5 666.7 750 722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.5 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 472 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8]
+endobj
+584 0 obj
+[513.9 513.9 513.9]
+endobj
+585 0 obj
+[799.4]
+endobj
+586 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+587 0 obj
+[599.6 571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8]
+endobj
+588 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+589 0 obj
+[656.2 625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500]
+endobj
+590 0 obj
+[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.4 323.4 585.3 323.4 555.6 843.3 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4]
+endobj
+591 0 obj
+[777.8]
+endobj
+592 0 obj
+[511.1 1022.2 0 408.5 306.7 306.7 613.3 562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6 408.9]
+endobj
+593 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+594 0 obj
+[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
+endobj
+595 0 obj
+[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1 575 319.5 575 555.6 191.7 869.4 869.4 830.6 830.6 881.9 755.6 755.6 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695]
+endobj
+596 0 obj
+[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2]
+endobj
+597 0 obj
+[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
+endobj
+598 0 obj
+<<
+/Length1 2386
+/Length2 27729
+/Length3 0
+/Length 29127
+/Filter /FlateDecode
+>>
+stream
+xڴeP\]6$h,;]@!8{pww=L2S߯(8\K{ QTf23قXy
+Pj
+=@^M;ϛow91!ME15
+`
+fb|#'<[n@ۿ,dAN
+na򗉜!U(dy?J@[XՃRoy7}@W1¬1oeR]PXx47Q 6t,Bx > R@oOe$WmE
+Jg0T@7ŕ!`X0)1>DW2Nm\P藷aEHҟ+ahLiTf P]o?(|q1ژ)&PG<T_ɛ+
+:1oY44we^=d)m{"]9
+UL
+-ϋP8 Axo _c>$䦻,g6v/%q&W)ٿd`MLv(
+.tz RÁmwuV+<eQH]9^=]r$J#$*S
+Z-]AUG Onӡ5RѢՐOV-8Glë2_om%ԮEUt 1O3NMyj$9~9c-sQgIv<FA\8HXjNÉnYDdh2uOǶLǶQ%vu-EZ_w0 GT+ 6jO OBkKS0~,ۄ iSZԜ18bߗND_62=#YutsQhVCvW#ukS$$kg!otG֙?4V;+?0*yƽ-=&ZEPw~Q aꗣ%uZᚫ4
+~bu͟^.=7~Q !mB[Z{6a
+,Ct.uxYD8,׼֌j<a}Ir EA/#>'&GuBjGJi3N~ҦrОDU¯\p
+^pq [d9ׇa[OH,IsnJ];>QA5o`[ܦ]'GzTHK+ LwunX]+T6*C}L .SKltKb_TѦ~0/ M"y!9|HMЄQn=DV$sjn\<%?V!K!qPTm7Z؃QC|ס Ch3\OQ_l;TPv` 2
+bDJ>u[}G\<)y??%O!/㽛6iQ]v/FL v :NW:,WCwJ4N2caw^9;ob ^!]ލXѨTeKQ9m [
+l$F g^5[Ӱ\6U.%!F{ԛmyJxZO?fjsb[LR]K,\} 'S}`5f X5>=,ش~ s' \ t˧\l|#pIW#Uk{`!BRSEasu|:@8קZ {c>)-~X8pTHvU&B]/^}6p^.|Yڒu\ 3qlQ:\<W!#͚lnnƥh) bXAgxwn n{00C/p;η)q*[*)=N-yh\ヘq]=(09j0h%0֯gdSqjZ'LqVJ>V
+4o
+HnFb-p߫!z%^z`KvHzLhkznθ5V6Fw"ID;dvF$;kEquv9ޮ5PPpC(C? n7"Z)(]'1 5LQkI{aZMSy.nz*Ee!00b>haFXC &) &S+'~
+|q
+(a#᫇Tx H g45Q~6xA7Q;T1/a6H;n#0v=O2dT%<tnpyOI3ˇ;$h2pSVCYt%_̵>G?O44Z 腘ulyЬ]pg
+jՐymmso52~>x]mӂbVLrrg~sx>Չ͖Ȕ\c [3OC /`=@I&WfgAELOr'q(U0{u1> mVjwT-xアlgcTā6Դ"xyB;I V
+/ZL
+?7-;6D{⊜ȸ-'߳GBDbP~&aԇ<|2<U6xѥ{E4xPMu0UE-]I]Qy(Ê&2nEac
+$1h7p{xHJ-9T"!?ic*[@.Y_aw2Eٳ=#E-w SXxzR3} |Ok5ff=OX0( —;֙}%D8.
+? @HDց$اed1l˨-R*`}^FVYn2O&| `vXUT.<67J)~MK<&ܙa~(|CδHdͫ[㓑H_ˇj.0qԷtlxq)Z_䇿6\ӖPP#4DN6Q ڼk 0@?|2x䰌ÐEOٻEzԠ&E!k'rJ,Z}\qWR] :aءs7YܽL%iz/ew ?5FaŒ :L^
+Q?@_3[5:S8 /\݌h%^T;AiC I <m
+K0 Q+8
+HW  _QzPqn
+U'ٜ!xyF*xQgvOtMWӜfm` !H:rSYl>,B$LeIHv}Hܓ6(%;ҿl0 C2HL?D%zš=j,F|W[5VtテAK|$6hiF"Y^L:60NnEo'lp33k$qTy7e(59zRP\
+8V
+99*T.IVnU@D|  LZ(l{u1Dx^蔺5&͆a 5qQX gXZFň]>GERI-Ջ 3Jul<RHjC>Bxy#_^/
+e; \%/*q*50 x͓ܚxl|hK:6C2=olu/p g<Y؉=a'+;Kn,ql:^݆!bGԖ4*vxXQD'>7d@TsH* d
+_H#|Ra_aYB?SP=4(f1Ş].
+R y($G9ޒ4P׸|ߑkWpONZ>eѓ'I>$/g>[sYGhTNqFN<TV
+s:QQr6Y.q[* ,Q%|X|s$|Ezm9rzp%4Ѥ7{ Z ukCX^uc6zigr5qixfy"O#%7P5o &䬪K 7.:` -w6L66ϬuUEns GU 6˺ 3pV\y8ɻEcfzhN_WV!sz(RV8E}>+(k0 iel۷}۶6n% o!/<<c=)M x2VXE'[L4?%5I6ʪݹIo-oBe<8x,.t^X@oyO.`|n@\'TF!1(gzs&³<--O|2Y-`V5ɟ0Nb){Ivh飓rq aW7tddg^xT#vcNT^/+
+;!C/Wjzɜ mϯ7h*?4ɗ-iut bu_x+89uy*!fM7*h*R?^K03;Xm6Ztj rHR)&`LMb^8qAЄWcY[qї;}^m^vGE2qlp{bQOچcTH7Fc1X#Fh.]z@իmE$\~t=)g€RaixviXZHe`6N&EG UI|_äԄ@;4Db2) '^d n
+09-\i\WI<AGNZ~&P3U&E.3‡}ts~q/ }ؕ9IjL,}@m|DN@ l3w #`1fΟseƊMK+ s4>ʖTc
+0Oz(rf1
+Xb:|d}<M2ꡋs9a| n`!:L,HY>Nagp5Gv*%\? ^#>yP˦(
+O3\ APj3l9ѣ*xF8
+T
+jFLK琋ݛX!)8-UbQ>?H B8 !PPT.M{o<#Ob5, sڧiؽH"dr!**BGW 8 ׇ-m(QfS_Gqk9Vx$HcZ$Kk}qґ G9$˷; 3EIEئ՜.4UeFΧ:B7 ZX4-p-Γa<IA8w#P^zxaY&ndЗSocGpo#𲄝xwRgn/wܼ>ϔoϑux^TѱR y`)}0>8FRbjK<?<\Q;enίjzPt +ӮlBcbf-z޻#F(ƺfVaswq$WXT@?9@c`Vs(j;Q y*2S U(<=~l\j;[^ h@s/'5^VRO>H*m]/$*t$܏e2R1F NAKIkJlGrT}:A'Q /-$i+Q¬r~Ŋ-ڏJp_GmZ
+wT҂>_xq-,)PJc NjhPULk,+\ Mgj)d_vBuQv6HRjk-|t퉇lV{fn>r#<[!6%/(rOnna"ϳub냁O~e 'B$?IK~4z`5z75
+:SzGn/:A=1rH9~5]댩[e2`8:2\D"y(E8m
+U}YS;J17'z#+wGDt{LH5<ES_lvdI:@i.j,9P?0ॸ: <qf3}l.Ϗ?>V:N.>Ceѓ5=}
+T6^@#TVhuy ~Uz }x*O\`A)*fcnx_4͛Pkm4Q1@ alw 3KLA40FÒBkLB`46ZYTSrgqviۣ;dd-jz">n
+ܮ@i^v!R!l?* 7m}>3<!~448qz^!Zӯ,*~$d)+T811pNaL˽)/"y)DɕAǞ _HIlA ЅNabbrg/wCw
+%$ޱ^@BA) 6 LuE_x&B&IF&/6Eܐ K!Yg9͏GHD.R4(I?"kWL\<!0d0'~KD'|9_qQ'8#`ɱQEB$.ΏJY
+haY2D~K!'o_18hPd M8j`,0"XZLi hLy>f_ۀ J
+2bVKT=!j= Jý!49h 4mEOÄp=H/V.ེph3ڵdao*KFԥ51w yuW䅖SB+y__iK:ZLvfS\(qAkbc +LIcfٰ2vayb>W {j9I~MlpRB z'WjÍm<Cj$EFYn]{0R7(Gw6>~?G* vfʬ/?UwJl8H<w1y&(\Md ;Zd{MNVWpU/l澌8J [@-LGw`a1? 0/{C9Z.$0.‹N:F…n8K j._s#:k 6r[)b"
+H܃)hflk[L甫r+s
+S7V-o$̃L:Ct!7/5y>'ole[ۚNy**O
+ϷQ4U C Xoz
+C{S1bM/\IL(c k]i:7+?ar H#w}y䤒~1JQ?\ā3)$sFI\nsQ,~WZfY6*d0e<`G!o{t qRy:t6 9Mk`(+]֤vԯE\Ta
+-#A|h9 ^yQ| $/Rc~{+}Hfb80_!:]_xpc5-y?vZRo8Kd'q\O7B 8ϰnL&KTr ?4 Tny&"?,Qyq3f1բ,]Xi#F7$C"@0z Wguc I 7\\ ^!<:U:?w̭':@)iQ뤲:qI쟮^8z3u242ց (_JCmFQ%pє۹Rq-J ObD%=aeP/Eb_\'=@}'e Wƣ6"6pT2A~t .?`Ihj 9JH:Z'c#zfr|P1CU dwM7R+zWq%*xQ
+,G.d6*FBΟpƟOWִ! Kל+ \$]!BO$twH V4 tRw)z`:%_А&¼,7J#I[ ?6
+|@pE1RbKgxkh{-bB]06{l*D1\E^5r
+8 dGF]E@wn,V
+TP:9k}.w=$/^ NJn(fF[ O2Ƒ'ҽN%tKSW $X6syx"qx#l$Ư5i}=R `yߤ]z(G.R[r$ A0h|zfT;]DsXъp_-&6KLx䐛8~4d̃Ej*{gJkT0#"Ž77>*|&wCa0k}>mcv=˯%Q[͡)xwo?o?APB͍6dUf)4:~Vӱ줚y\!dܛm{tJEpwrѽ-i,\TxxC~\|JPCMFJQn/ԝe Q%`kH5\\|7r >dw;ՋעT` aMtz"jf
+zZ}jS3)z~sʙ`R>6=1x V9+>lPTAdZ1:w2+hROx[iA~<L{"yT3}q̔;UJeԤOReWiR}M
+<+Fg!h{5%~usOukFNo?kJ0?<@!C"+ }.cJ109K=tz/XB%$r[#P]$EIv[R{ƒq{M=N7!QDJ|=bb!ceqpicsH`c/
+r'D$e5 :39\LjWs0?EYbhξ!</xGcb‪ {ˆrhq?ܘ-1IVT6,CB}\` qHA ~B6%/c2 nt5Ů"GUKC zZ1cIT32<[&3
+wsdqW1%e[>-pmq&*Bvs>gv*@/QngG/|-^ X;ZΫdg`7q=$y,PUe\ޒmMm5"
+
+ Owy_&_w!6;J_"26qjj"S P`g-prXh+ltq4p\R]762y4`vZU0DE8U ٛ{)dwU xBډd[L@` sPlK\3,\(ͨ-&/)::QX&w6:@=Ҥ2
+w_aMTÞjd@doŌ>cnb.
+^" #1g"FeP&mYs
+ 0`
+yBQϠPd@~`Y1k,|_.)XS@4zt{ŮGf7dme,W+Ahʉkv
+ίIQcg[M;]]1Ǻ! A(}V 6gGp³`9; #35èGk(}
+z5`NRU`T2GrŠc;Ɨ94ia
+Ető_XW9]\z;l}MDN(: p^):
+ͮr10i&ާ&-KjYI3k [q ervzy9H@IKR{sߠx˙>KdS—6eǏ+>UpqY< ( *:ϱe6]ǁAJu TU ao9|`~dm+vȎc(LNn~RFN2ߵ'aw!W8B%r9eb>KfO)x[\Ȍ:E{J5m4I0$
+]T6f3҄틜ۅ~!YHDLJA2h-[*
+m2}i|A%$G>dQ鲬_7AfFUmHE5TҝɫNc׎ .AjZ4prӤV A i|B4 ]@1׮BȢ$3,Z^Pt;bKW1 {[N\馎]I,XcFh,I6;t#?Ohnߠށ2
+GPI,΀LxX4K.Oap3XBpW9涥OkI/2^[^'źL>+wü RY6{zХqqe&D]=
+="͊䠤7^dusޤ4vӯ\(OHh/n{#\+>?EOR)n= 84hVv08!V
+:7~AژDْr>B |,{Hėy+b楾g_5w)nlX3d{6y
+1&HXP$sw%i#jn Au[u#T{0Eȥ,\0Z#'΢%b `eJ8ʫȼ)m%a,fC?G
+^c=RM6 d٣vvgkFunsY-i~ÞFޤ@n4uJf{uyx{EPgZKys,4.<$eڹ
+$%9ۻʈKܰ"C9R{>Kݩg #mV+&M؟{h5г"0*w
+K5g'?:@G%
+ێ[A_ cUV1
+k<ύ7) 2d|Ptpرo%VUhj]Aހ7.?ͣ(oAxsH7sҔ ;񦝪sL_+γj8ab#]3~UwTbQM4GZ5M69+1
+~c=HONxY"eyգ7R3kkiҡ2&s[үRM\i_*` ќSz@\
+5Ws+2%}o*:8ryğk31>$u[5Δ6do8534z?Bo/5c#j|/$.}ҽ&3jO׹kjjOр=d(Rt*. b^'?K鼰k/ktkqC T^&T% cdCF 7ZR2?_Ejt9]Z a 0J[݅ELceI9o( 7}CچK@VڔJԲc5шX,(pSC/7\]roYVEW uӨER  9 0_UY~7(_9^bX/3, c;:Ms- ? ,g<Ԭ.uDs!^!AMX )rȓ/msp;,i{닄y eaEO ߋ%2YK{7<M/Q,)~QTPWw%I=رr#WW1
+sBY^ ^"u%nFkj>)׿ԟX<SC'ქfhayDEi?H5R"C;:j=T p JfLIƘѣq% p(&j9bEy i?<qPӪ
+jUjR*CJQkX
+i3?ծ!9r4&lh/Wg̤˶P]HX$i+wM֋WiglTUD v7DdLxkզ<u_h$Fe #ۢߣ+*3,X$"N0=54/BxaW@b:u93=b4\C)B-Ax΢&^W*KWo6UauW5GrHij&z/hȴI^|g*+cH86zPs"IPQs< L&Pف(3peo3*iˍaxn8_BU,^{MMfIR4oUn6R OېCE)СzKH$bu0l:C3Зρtb8pֻ_cim<PՃX񅖢lɵ ׭Q ai>j>l"MFyTg5]J:1vw$T?ilm/LկN1>lqF'YQ`.
+?fXRhwmm OY%]׾}]Y',n6Md+sQvgIK&sf()>k,/-`4BX
+$V,) Xy)(l9%.Y59op/-(F#2"~j錏XP`' Sxsb1bN/o6fh~xϏNxZ/fN)tOFحLW4`?}F%W(A j,嶡Qkk$A_*Q~<jx1-y'>x87~(Lg3|xشwX w>ibC_-ac*3ێ'T |_
+Yfq\cjֽ-l8KeN_& WUOzv(}YXXb_Zĝ'{QXFmJH|
+L&XIF{1
+ZGJp 5Z q
+ }APMe:kA5},b7lG
++JKә"ƕrC+ ZgDNKczľK ;V1rOOGZqko'Z~f cG1SkNݘi[lg;_S?'$qXjuUY!/>2Xt7mS|Vvp?ɩcnLC]cN07}֥1έǝ!ǒnVgX=KC#'1CQ^3aBAdB CY v48e"+cE2cغaP!7u2*ФFP`ĿRY]Y]uJgc}wӔ5z!vp _76ӪhdMb۹F}fhب_ԯ=+x|A?PFԌŅm?0lj eSkiny>O hl_qe0 r9Ha/
+6X|wbJ<1넢X"$>N o_}k~}^/Z 
+E@:q4;Xi.Hq(,6FژY.Bȫ v?'t+N>[7^uu95t
+g,z0-r GreGCg
+s;?OȤ>w7镶 "wEE@[H}r39Yl}-Ţ'
+= ''}LHM`~k^ȝ\
+ #X .Qz*W*13?fGICeg/sVCt*jIU/&Ep%WѰK!5?P%g[bc+KFC7kz<RQ1+=yf#j v$&^9Xpyd0+x"@S/ gnP%B!1@6yZ`vՇWy`Ó AĒ¶dX~ɥWf"r~"T{[
+N_T$DoO&{`C-I
+[2X-sc;|`Q|jl6GH=r^V
+]௉FHw+x<'%l]3>p^E1k"B3 :~plU?W#Nd
+iM>$-YɃÐ_RZEHoHvYkl(D iꐻo+iL\mE/vwEoE+- Vol:+
+n* uZ<.o䍦ަ$LrD%v@NaZY@/)}'uUu6ꞿ T0J Rg_[Xs d"2ed #4,aĄ_Β%^򫩙3_>c@228aP [#<6Lgv =e/c1Y
+1v}qwU Ms0wC4Y_2YǠeKn,t&*[[%߼7)$xZ&"F?ѻˣR 8
+o#]HBppʷVVt\m[`5E" sI17G|'܁1|^ϭ?U9͂%7S\5V`Z5Z&2IBjI^Mɷ/(ڌ!,ě=Vr-$ǐ}%T\C刄o;Q݉ ȉ)1ݨDOU3d_SA3;5,]}Ϧҁ}><6׉@v
+D`didR{ onj`DBNoaOƞufEeg$U滄hQPziAos%
+`flL֪>QMq8!gʩcYb :^ 9պvYXo" ;`T CaBDKUȐM[I\\ $
+DfψwOh
+exN?ђy-( 7?J,M b.7B\םQ=8pߦ.oiYci/pw{bΟW߅ZΑbe.'q3hC$?I2ek(޺Ng$  M/$1]B!Z.A~"?ıIy鐫бg(!Z{_D?#U#L%mB[V8n>6曾5kP7dǶ~ǫ]k1ME!YNx@YNg@.Z$VujtVJED,KdGAǵF)m0I~2*ZQ
+MҲCBc5 B|v~YoԒ
+Eݠr`Ƕz#& 赠~GBd:n5J@e/>s:b)VWoΧyYaGF;eF *϶NKz-6M?f[ !JAR5Pcq1~2^8{.t}X;c.E^c[6p%Ex'dކ
+96h<0
+fyIv>((c ) "ɣLׁؓګeG,r;u0OiÒzĚ#&9{]ڽyCע0Y Ud @U҉LX2)+)/:BYKuNQ8ns͟9<Vd)2ڇ6[:L{1h@E%ۥukF&_!qn=;?6fL+;`#^'Z3#Z*E\蘍S(ff~gVa[pg
+endstream
+endobj
+599 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QSJGMN+LMRoman10-Bold
+/Flags 4
+/FontBBox [-486 -295 1607 1133]
+/Ascent 686
+/CapHeight 686
+/Descent -194
+/ItalicAngle 0
+/StemV 114
+/XHeight 444
+/CharSet (/A/C/F/H/I/M/N/P/R/T/U/W/a/b/c/colon/comma/d/e/endash/f/fi/five/four/g/h/hyphen/i/j/l/m/n/o/one/p/period/r/s/section/seven/six/t/three/two/u/v/w/x/y/zero)
+/FontFile 598 0 R
+>>
+endobj
+600 0 obj
+<<
+/Length1 2418
+/Length2 27384
+/Length3 0
+/Length 28796
+/Filter /FlateDecode
+>>
+stream
+xڴeP\5Ӹkpw 4K.[ %HKygޢY[זsUP)1LR W&6fV>*āI dg`gfe@wZ$L\|
+ t
+2
+/[+ߜ!1ep+?
+
+?e,@
+`8A
+盹矐o]L\
+O9Z9[bw ״޼=oozT*~mY{j [((:[{걾]lof_ y<}8
+HbHPԂ*Swa+o>}яrciL%ֆdQcO|X:LgsTP<?|?EXYq_NM 7O9Mjc]\hۄUA"ɴ
+:fdb(4$C?Rtfy5B\k~du.-}/=rڣ6j%̸2""IFA[N~:2,%baMfq$oE%fxآشG\9MG+jz'8>)POE6׍Vz
+b3W_G kO`A~unl2Sq!-}-:mjZ s^QX )hl#D@#OӰ{8
+
+x?i
+36;qWf$J$"P9x3C4&۽xnv0E)а.g4Ko|xLz?^7byMA@iƈ͟i\XSD ڸ4'f{bM&eE7T/dJ!PׄEΌ@j/"Dt\[z7(dnI(fzFd1; *Tuc;1䙶ߪMT->>sXOYp&b`\)| 4d1@AT~ݓ!q$ s)gZZ7).}=~?.{T90:I[ !,2 MUzF#;Q=M41RVOO(tw*ʐ|
+ݫF@\
+̠xt1D⣓! Goie:f;s#ƙ[3V]сظkEҒ sUnU2!zфPTT1Tʰy 칡:՜ G~|F6*Bt $2NSY"nBCqlg@9:|eO?F e&XJ`ax )K+9V\C
+\7n~QJfg[t8Dn\Ib[[?,I|lKt_?v 8:|Eя5tZ) /ǽu927||Mn~-K('V[50`}̳¡WM]ƖoToR |X7.?Lf
+z;uwtsbFKkg;qAv=,Mv3W|;]߻{{yW.(f"&cXHd+J7=9hCv,4X&/,6fg3\~rF}=0Fc $\'pFIs.J CE`1)= nU6.x\VOke?ÐHS\_%N#0)!4XKgbP1r,4P O%͜ 1 dXcl?D l&]M$#-œ} _4\4e
+p+e ` P`6ఖry:М
+]%go#ʂ<<r魅ڦ4ŕ~nGНw*dڦM AKyK%ef\>gakv'+#5,y<\VÝL+^N'V'̖c7Y!udpɰ/fIzmYy%. bpT7=V7rswŤ[g1hW0*0Yn&a_lө+&[(}_Z`)<ֵ$)ѳ6h,(nLz5M ok|PLS3+tZH/BE>3p<O
+a8K5dwws){Zhb*r|9m;}.(ۖ~ۓLΔ5ZPbש.]hWC|3TؾKr ZjލtkS3qBhw"1=ӗ]/Zһa~L&e`d\Dh
+amle:5=Hᾛ6 %˵ppW#ij1d3ov\TM82O$8y Wҭ93G6B*nn%5̯9
+%vOe a_hRaz#jQ[j Kj]
+"[x:;'*֧pi?iKJo`wQwԻQ_ͮ%|mٱg:k k@x QVpiK?ƞ3R
+)@{$PL3R;W'K !u۽3c<nQף3D123عWVB{:i4[Kfutqg 794f<s0HK9/m*~tc7.u@G1Z QߦlIX?66'B: .\+<Xo0]dt^bCzɵytvӛC|Q}M6,+5~iAA\阉*ҹ\YjERaXi/L[>=|G\n1?:_^x@= G'fyO%LMfgc)XYO_sXf?d×ֿZHa6(]F6euA M=|wBuc?_D-
+WnVxZ4ZLaZD&Th7o{_ ١!DNġP=ơ -ReA62(~#at2uϏGt|z>A<߅3ez*u=K}ȷk)D_Q qݡ.gxmUO_=~Fy]3R? bvL}:(FT2Y w+Kp XɓRS&a^*'N(! U9 N[>'w vřSlR3Xv2 "noPș1򃈤] 䗏*5'ק^Ѡrܼ>/C9-׸2:KO(Aa'KU,?-|
+G FDӡvJJ/SHa=ߝ~9UL6q0Evakm%"gZU.|&^FDw?FFbl;\ȉ78\2+?P;6$X:${G
+OeQl|-o(n\> R*h2HpCxfxrJPߡ2\q|n紵"x4uN="T i%DCTզ@cchPӗ9
+C_?ű\#E@6y# ThgGf٫m<IqHH`3xġIfsﳸkgڰOȿ G㈧+J 7qY) $~X<;uf;-,w7VXdn4;-_ϲ@:w%~}mAʶSt~y0nk-LEsR<6Q^^:zf=
+Ery1eD]PFHnqLJ3 J,YR='_
+OC3H&'S\3scxvNK0S*?[$/̛nN_MxmkBJ(d %GgyuYׯVGĶ2<Wl@UO#Xf@a*٫r*ݒ3蒜?6u^\x%& a_(+{Kzy nl?N&3z'MT8-aXPt#ԌNX3A\f В \L%tBռ?iM/ 4dBEKEl
+<y۴_#y%2wV3KWEؖ;iKQw@;#;ب b~|ȍ ?$]9Hݱv_Lf7=է
+l<NOE%eY-g>
+;d_pdCJ#a<>5[;Na۩A^8l;JcYJ~ɥ^AJ⛅qPO^v:$ؤOd\:,
+8
+!MR)6(O$o`rQ 9+u
+Sd$I̊T(.*1`lWلx=
+|KNh|2Ѿ`3?5=_m
+o[eKt"MF>|w{ܚVWxl?o(`Εkk*e̹T{ ZR=afv[?3= 8FkyyQ;ܯ$Ku0R22՜\ɩ++3^Q fI1*Zj%|)0>|-ٖIU˳V.8\ Pl VSXaZ+L+Bz1rݠ2k25.`ťC+$6ėm+ϹdH^[*ubͤW*Ȇ-ʶZD/[1+`z/8U)$iй^OC/>QjnU2#ùaҶftCL.,+w/?Ň 6Wٰr6 ;O)׮ؔ?#W Fu`d@l=ZtrhȐBbRe9!xdL ";;4_(#Rc賷/pA) Ђ]tv~UۤIΣBH]M>}}1*F'+ؓ}I Ͳg n۟&T ? f[>_'j %,/f®X҃eMA[a(?zg
+{$QOYwHAtMjuimy'Ejcz/ 3 ҭkH}Rey3bcךxGsڝS_K,D (f=۶D շ-0`sVD5Urb{{0UGG;钚ՠPĐ &֠ sGjjЏॐT<@[fr,$a7L+!h91F0e=Dr1޹0q5\/$NH"R.;%Wo0|"8-I`jY6 fhi3};'zAKRDӰC3Pȣn3TgJCjWb#Ӌsi5@gY
+FFvPXEac
+$=ϙfw
+CS?C#Q#`
+ޭ S9)dd(C&ЈPb:?Bo[aeSHJ5[F mSS~Յ9=1hTc|]7
+N/nZP٪u'`|":J5rJV/Qn[nc( r;l{ApOE?cz[S|Zճ@qTi*2CwI|L8iLg>P>^=<DUn,Ћ[jCWǬaݺ`僴F}kw>$H.HQ'H̤q˘ +gtWXy,1X̧ 'Q%&&
+Vo΀yb*<M<}Cn+Uj4[s 5WG[1˾ͅzPң0fט@״Uqް \9o'tW]VHBh)j(Zv-l_gPj;
+~3%t{!H{
+fpTt iQj3E6WmߛC' \g#s+,uͭDkwx 9.]4I~lSB?H5*_ǘ-`Q/U/vhxJ*:v/]!]zBfٌ)b)%O='9}4~ Z_==26]*7&DvyzD8;x֪ELhOQ52]9fz;չϐbSRdǥkNtq̧,v 0Bp A,"Ÿ) lHNC<={#˙%;q~>Zw˱)G^'lɩZxPסfg2 נl@|qeP֍"!n򽃭mW1u3 !nzsָlgЫ]WK5yk^~ -w(+`L[eKX2ιb+,OR
+?!uI_C\-b^
+>2[7
+/5N"n_'}ԍ׌&S"'m8f͜qW.a4VCG Dz
+AQA K(NgVVF>-DwpkU#Obz&:.C!N $p 3xLů`0=(_">ʪej<,Rl+KӇC|D]su!LY] qΉnh9m4FaOCYy-8vH\cy10O*fyUZŎlp%#ȸ\i.Gq\7JzϧP^UJÙi<J闃㠠惰<j̯:mSr\/RKHHbSLgg7jE"Rb4K=0>V+]:Ә=0Dpo+w*;a~g&emI/~Uμl'6Fm 7'];f)eOG?_sS8XC>}Qt/h~8?qӬXyb 1mT? ZZ\.ggOHj5CZظiHɮ||r jVi3Υ`$&DY[qT;;gw˶ ꬢ%}#_On^e˵(Ge)m}&p挑LVO/k
+a1Ju^idFY4gpuY=M2ҏ9$tZ)i-%qAIi|m>>_\kƨB[/.kPy ]"M,wT3TA?;wY;6^ ѫ&'`NuHShm ڥŐK䘔(}^')W=Ӥ=4*n
+r/Ca+.67+"Q}Y
+x\O'cمo/=ޞꜩ\Do4ϏM/4B4>?~ >Ծnί(] %u+r+otCՈ/3p[nmҀ]F`}
+Ht+?;0 a.o2!/(+ogDx~QTa6@  lj~ jLdv%\c Ookdx q*Q*ե HFzȾ-tjHh^R9ARNȤd0> 7
+ #0y1Q8 Znhl=
+] D17h虻
+&W^6n$7]cz .'MU|XI
+ uSySg7{f3J#, !aסAM'ɱuE2^ID*~T
+I;]Igu
+M||(D,g30YlH=o(R9j#l˿?[h fvV$747Ϝ?ժLd/ 3-W7 ]^αڎ
+uMy b3h2L7PkgcW)<v
+Zp_EUq%!G1e*SSoJuB w,ܩGƔE;;`')=ՎG-?;377bDV!BaOM甠hܤ8JJ'C\%.-^y.}J`uǂnXx&v</ L !+^x9<-^bQ-8
+=ӱ|U (|XnFyv/M:]RI 2%$g@[ӽQ7tTl5{\RpY\`2!ä>K80g#3i2`Pq}Yo֕l쩛~qS@
+ꓶ}\ (վ_lu'{Y&/ UyǸpSpMr ?.R
+ q-NEY㬹d1$MkM@05wt]qY۱ dY'>R$2*:tvPL}2J< _uTw?o>'!:aq1ULѯlcz0YQF}X(m׈%m8hR<;] M-kcf9}$
+3bgZo8>ܽt芨6WEZR+{"~i|W`7hi\ol
+M`v?ΡX7w;V\Lw0?UadIuG
+)6r"TJ+5}C|;HV/Jtr˕9_ {
+'.0#Di+w0y/`p$pG)?w;fZZe1e#bG7I+a~T[~A\!F<"E7JF* 2E$ktdzXj_M&"qy#z1sPټaEbfcaկ.|hGGwX|M
+6qLB0:t)Lq8Q((ԯ
+ AW)TfK\* Kixt,+
+l֯3wJMܬMw I`2wOz 6}YfUWJOa@8U]y-n\GՑ&ٹ`P
+Sf^ O@dyPQZ \r>iO
+VZcW6\)<M
+PV퐐$"k#_yA<dr􀠄YB=hRU:Kz?0{Ec,>EF5w'tm+L{ UV+4mu[xlaKAZn^,GV|ۇpNOꏵqSG:$Sꙋf}d&{9`Ƅ@|feƣn qf fsP7Զ zf1R.R@DSMabD\'5F?Ha<Lʦ-;j==&ag㐂8-岒}5Ɛ%9F$O{.:QTq]D'F[<h]khK'e ml>(%TiO4HPWlRj| "qnriEЛ (\ZBqNp!2FUr>Ek;5%:<3G7Aߗlb~s@WBJ\_v @~.&s3f "tN.-P?.aI#
+9 %iq SGG+tEFuoם+؆.ۇ$MM#nef`a=ȍc#|-e /q,"m~A {Sݠ)drGY kpbtϲ
+<hp?
+AmqR؂{AgnoOb+sAc^'uT/]r"Hq),
+ގ`ޞ4GU@Aκ֒FQU?6|/p~svוPGͱ?&Ӫ[jqrZe/5ΑB
+
+}ǡrP Lǔ|iN)°Wt 9_m}do!OTLsJ8hB7qbX #xJ8;P(tsN)\ֳWg[b<ʷKBۏ,3δk!&Da@G^I8@NjvT
+QˊְZS+<Rs#⋓Ĩe+ ЕH$'L?:mьDͨ~EyAExG "<}aL)"
+{r[R
+84x p+kbŰcC\5Z7'LR)/cqTdHOv2_q-n}t!$Y]& (1.Opy;iڧ:ڠc8W*虁zJ༂}@QViϩT(vsiZ'katim).?5
+ԯvuҔ*.O/-=FgAqf\
+ײuNkA@G^$Eg&QϻI*WvN 4>`Nk2t|(\vVのk߅O&9p#^Y]%3s%RQ:T?$t3v!Pw\)V~ @b_޾Uo^bH?h gv.)ro`n
+Em盽a˖,N{b@{Fzp;ǗgȃA66r6VZ;Rqğꐡ{)0S{빐ԪA?`J9~Rs'\Hc΂O} miZaa}Œ8]5*YkBIwψ-%46nO0 5|lV tVk+n],
+st?>\6W,F}tTj/y "h q$iPڡ qo^N`nDDd+e)ը(!/u#yu)[IbقYIuۤ98UK^/p}R5V,aNmBὧ3+X#_1^c
+~'E%2IYfa0^ 2/@ (K\~}xiT"}9 Tjm2Ua2C3g7mpϚ҉ksd- =/'o)ce7MgT%96iSN^nǗfL4+GFQ72ך? ~ѸfmS?(7z
+",U_*cC](6 JB1d/ʴyU:ee֑n>Xe-}voUW^yMHOةbYEn)ٹq=ꗤ?('=|^rY]ēob`=DG6 i eFXON.+Q SZv
+s1%$dj
+0l.rPaK
+!6oz>w,G1Ui[3fLj~w;,?~
+P$M
+1Mn$]P8s\-
+J0`-F/WTE
+
+45Osx_=M
+
+9uM㥰Wꦸh,
+zRa2qIP#P2Mg~G?$iS9oAVr"h5r9g-}k a䒀P ['xu7QTpﭤ2jP"PWY*:]wUևIphz2 / s/UȤn8V6PוGbfmŀf]E@rF. o1>k*qmK̯v88,墨kL4* TȮGMofZ7X;Ec:҅Vp#2\xSՕxԕzg}?w;fZ% wZ#roh +H"*xjDEݗ2sz 6N~DCڅ!1j0v| 9ϞTq
+
+3Gyàz=XgE$jDBhp(pDO<j $mԇn9;@
+RZ% 3.ۭ' +e?+l*}{CoPv9'tu?734z5/%)ݘ䋽c
+!=,hvL}KQrD1=МICܤA͹S 7
+4'm/…%$qdtFI:8#vhB|P !+NwD#\0_nӔǧUv=L鞔> Jvqh66+oӚL%Smj9rA>eU^$j;l PU+2,ė
+Y-rppro"wN4J>A5s
+57~9nۚ
+lA.Ҷ&D Rs74).V& q27+y XW`V]6qoʬ 56A 4Cjו[ʺqn zLo\DohZOnq`s/IȷPt덚Cː~F7 8`1 ΀\zҽCu$NrREWNJO#{_/}Ф'X0^t*nP
+endstream
+endobj
+601 0 obj
+<<
+/Type /FontDescriptor
+/FontName /HWDILS+LMRoman12-Bold
+/Flags 4
+/FontBBox [-476 -289 1577 1137]
+/Ascent 684
+/CapHeight 684
+/Descent -194
+/ItalicAngle 0
+/StemV 109
+/XHeight 444
+/CharSet (/A/C/D/E/F/H/I/M/N/P/R/S/T/V/W/a/b/c/colon/d/e/eight/f/ff/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/period/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z)
+/FontFile 600 0 R
+>>
+endobj
+602 0 obj
+<<
+/Length1 1701
+/Length2 1247
+/Length3 0
+/Length 2273
+/Filter /FlateDecode
+>>
+stream
+xڵTiXִ".G0$BZ4@
+xB>fS+
+IkaGA W@&)p#*QCDLM}G80B6Zh N^cm2 =P5 &b~pQoN6U%vF)p$6vT@! '68|lD&!\)!xtmf¼ TBxb O4I%~Y:L$RG'Tj*UA &86}2>4|
+qxdJR tdiDRh
+D@nnCY^11a 50 *Y5Iϼ} 6gHJxZFtYUu6~v٬dXwtFlQy|cb {KHbNƬ#ΏBMv@΁lס,w}9L-9ps] WP~I7ߨ:mϙ1q͈+1E φ0-zPhI^֮ ѳV#v +mJ˲!mu65mF͒j6::{W=dR 29ҵ9\^:ɜ:T9Q;2%t?/R}4,=h{a_T>=mo3ɮmׇjJތsbe3_n0@leVyyhϹ7
+d­!{emĉ|f`aݎ/8=6-ܾj{Cwo?WJ­)-oo89혴W~j/ma{?:Wпu]Jٳc'*,fv`]sNN٥/s~2–FOZvd 3)zRʑ<)n᫋X[۷MO${sM)Uqe-8Tě?޶G{M '7
+endstream
+endobj
+603 0 obj
+<<
+/Type /FontDescriptor
+/FontName /VXUADA+LMMathExtension10-Regular
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/radicalbig)
+/FontFile 602 0 R
+>>
+endobj
+604 0 obj
+<<
+/Length1 1988
+/Length2 5527
+/Length3 0
+/Length 6752
+/Filter /FlateDecode
+>>
+stream
+xڵWw<GH''[rMeX s8ᜃc+EɞiBl!Q~q|5xἪg/oQ8~!4 qP$VH
+ P0 Aox0&@=4o0%(]<18$?Io0uB{`
+%87,`SFxnIUp2 /ܰ^ǶE,+" G a''=C~ʴuU F'䕴q)Q@>Se"ٙ :)P')? @y/=eg;7
+SWˇ 9p
+ ? .0 mJGooBB,a@/$FpOo(Lqz'5ɿ.A;Lv?L  ;&D^?xo~a_XzAQI@BLnޟMɵ`x-hr m+R\dS
+^pT#t2}Q<fݪ <S z䏙v~~,TY`Ƚ 퉀6l|ѡV
+Rz!Nͷ5ᐒrLUyޕEH5V.&uT7,(yD"?^Yzޮ>:6/“*H3I-iY5Cf래TXxio+?#{(N{ƴ:'4"b;,-fHOYX[JS7BEg֟u 9ERaO9720ϣH]7nT-@~<OVUk&&ѤPP9V5P9' etN lFEPԯR<  F7n@wz'afpԤ^a>[g.lM8>J4^@貵5ji- Usx"]qu_Yٷx!V/Q)/Y$Ї2[-&Eua#)슈睎dIUhC+U?S(J /V˽7j[>gxXf]."Hi͘<324Y6
+PΈQ x,s]{O hƂUJyXuג%Y1Ĥ^sv{,
+ NW?&SJx29xEQ#껪''|V,%>fƗ>>$Y>njN"9y,yZ+ܝ,]oSr>wX7-ť(fF,*~h$}vT[ԆuvJ|zjf}6MG6tZh&BdLE@<s"%"Ka>GNzeAl۵k*<<.o( Q-77[ y%&E_ƭlYuEbïfM" g8}0Fi]PƗlξfЄX4._4lh-MVyը'ܣ힜'jbA.vݝ%һpeFO/WY_?K5v\x2vSz˻t)m*
+hl0Vڷ<h+gs_3^|٠4<8
+4HRcaγItxe)IQ|6-^U [P^ܡmL}`t` }ӏeEꅣj57mbޥ8nZ_Rwys&'&CQҭTR2kg If_H_*-@aؑi5uHI"j* >'ja=fp#巕5%gܢV)&_򮸺 [k.%$;ٽuGӒmX}~,7gW[28w0DΗWoL47ћS掛sþMcZ2cߎ%J曙
+c$u%\ugY*UgNƩy6䤆q
+N|OIU/h iMc
+8<Pnӵ7z> l4(oٔo~kܡڰ|0`lVf_r#@ڀC\Wat -3Ь=_ּDsYᴌ̨U.)fޏ]1f3^k.~KWiiD+,SW (Gb㝈 ,j7}{4<2&xg5Z6/yV
+ܺKbL?UMה/@(Fɢb?ܻZ]g.zn
+.n&el➊\0`YVAϪ_.z$4;)dӀ^=I)m0?yuO!+_{&"%_ /%ُmZʚ_Vuk6">7(CS
+Gd?c W0;j35+~W2c*ESUҤHBB&csLGz&?r4Gܺ#AEB\wIY:h2^rJ\b8:-/U`[m|x\fS⛲!o!FJG"j+?-|w{'K33h?\# {Jed킙a W_ u\'
+CW>޵H
+FZE:_-y!Zd8<c ޓ}ayLw4&<rϗմƿ`d/7wepгeYՇb;j_/Ջ
+s׫hM[:i뚤tkd-{iK( xyѕzgp0MkORż9zW۲;r5ut"nuye'{DVIESNf
+fyҿOc}Z%N|J3U+*
+*z>C#dO/ٚؖ/K{lN2(;m#
+3+~q.fi0*d{j/;R]ɮJ!K$Wp~8r(WAt$'? Wxu*ߗ<Q,- 7{2
+o}}H{[<g:Dʽk?}'|P={;sn)킲sMC_7R\R
+)姼pؤ,wlnD5rg̈k޴J@[#u6tߝoʦqUm(NpV-FW.]`N6wQs<JWg7/
+7:_d'"iH?%10IY&h9{&}w>I|`-z,}e˒7 q9j~t<Wы{et}+OCӘnMoޠ/@f2Ak\*cR5fD6LtT;QHub4Rmjon4,'37̍agmĝ蓗s^ǜ${*hw\+}VlvQAGֻ6*/_ @ ^
+y1pXU_ɑq! ^dGR۴Xe n r3sZ>2uޯ
+<TDWqA?ݩ5/)$(4:p.Ԃ-s<nr)5QQ+l<ڥy+Rsu@P;%P[nښ|X.rSa*"3qhrcjd4-s-M&;;6.tmݽԻG#\9Ny3'D`aIr$ѠhB%|ibX 1u6qo3<UX+CQ2x[s* ,ڎO٭l@]X XUʐX⷏Y/daZ;
+o<Rg8b*h}x})"K<r}Au;-!zߡ>j콡) c :JEp=QB !s4qz^ ԍDeFhX-R}2˰KG>1*wX,P~| #m(CSpOƄΒDqJ+x3b>} 1-
+HiB᫴4h0oF,D1L>Kxٕ.,^G,1hg)(鞞ABOC+b@LGΙUplZ%t:%#¨iϰZS+?'XyJT5w:
+#B'9\?xfghS=`bn+O,"V_?l/+:zz7_Y\pV2J,NŅJRb}<y9L
+}/]*&W (` ~x1"[]:mg:29.RfHw
+ǧJb;v&P$(B@u6p{l-.<fPV"*,'ɭ;Dҏnnq3{iT}+0_*p'V]}ڍЌl TRfWƨ;w~Hlc9
+v%InńTObW~4/;YT>lF8 xm'zH`JdW)>9YZgT_ (5p6,U].Z-־n
+endstream
+endobj
+605 0 obj
+<<
+/Type /FontDescriptor
+/FontName /NCLTJD+LMMathItalic10-Regular
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 60
+/XHeight 431
+/CharSet (/a/c/comma/e/epsilon/f/g/k/m/n/omega/period/pi/r/slash/t/theta/v/x/y)
+/FontFile 604 0 R
+>>
+endobj
+606 0 obj
+<<
+/Length1 1688
+/Length2 1537
+/Length3 0
+/Length 2577
+/Filter /FlateDecode
+>>
+stream
+xڵT}<T_QV-V>%2/^âa 3bc8g:s.)n*QHz&(* +mB/kۢ{Ψܽ9^yal`(3=@(`!B7D)p;24?C9{
+(u܀ɱib OI$o\`H'i9" | aI2P"SwU0ڎqlQ *XBJlT"˙truDP&#%M^Ku~dVa,
++YI^&'<^(oW6b"
+Һ:0g#SOq?0fvi,8E}aMR lK )#mMd㷏T>-_vJX/Gl.uh[XU|>
+D\soqtWw_S^kߴƸlEgIըqVe-8"wR.=N굊'K%f0 ̰+w;FM4ʊț y.C?/x#R7 w[O,=5.?bYgFy:Қ?tM`6R]U^>Uó;fէ?Զ^s’,ʏ|bds:|fq̡fCVҮ˫[N'b3Yf+.S|k|`{y>X'ɼ۽ܽt9eZ8Ϲj>5l[_j㢲]P{bKf_Я:yֿbA>uYCk-M7deBB]|dۊQg}]꩞/oIaG/ C?e؁Xv9Qg~jU°l }m~dyR&WxinX֜(;uV= wjJVw^9:Ƈ$YnѝcNﯠ"Q%=ܾ._"L LN^zsgY>Q3tKWkrm7>0ݟ{3SO%صqwFwFPDžnm19lWiM飁N&
+ \9!gEw/^έzjj%<1O>OEӅEOu{NooLeҦs><zQc9֢xVګ:90Wϣ7}|۵ xMΕ'׍V'cX ] 1?|}GiW.hϾ}.t\10so_˖Vt%Yӯ W^5.eAT\KR]:=sK[S,۱gAB޴a
+{S $2bLr~egKLMhvR]QUݵ&I:ę5{]5K;;1|(v(?e&%c k5Ÿ_4e }uaT+^<9Ӌk$#\>7_$,ڲslȸtOS?QnE'5 ÇչU?Z9"/j]mM .ۊS?&Dz¦<1S}kEYľ9́0=YnMxg-Q8՚T;#,Tj9Gi{34V˞VjWK/O
+-Z091kuY1}c i=Iٟ]4 }5g9gs1Y}*~)J?|õ$u.
+endstream
+endobj
+607 0 obj
+<<
+/Type /FontDescriptor
+/FontName /MMLACR+LMMathItalic7-Regular
+/Flags 4
+/FontBBox [-1 -250 1171 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/t/x)
+/FontFile 606 0 R
+>>
+endobj
+608 0 obj
+<<
+/Length1 1676
+/Length2 1257
+/Length3 0
+/Length 2278
+/Filter /FlateDecode
+>>
+stream
+xڵT}\Lr+R^
+Kެy+ZRef(*N34G3sΨ^ڐQ^޼orϙXt?|y~|W"I0\!O 1F`Z\ŝ c ZB@qp $! ȠhHq
+h`Op@ $?ǩCT$dg`ؚڞp@CQ FrBB D hdC?r\_mA!"D,a^7o[I4N3tOEԸipd I$297i3hH <\݁p;`u*!TNP>1xbH*i}daN5N z`m
+2qb 
+{O%+yxiѵ {ZiirAK/0X' }i%b%TD pu
+U0ޤ$R$5Iq3
+N7UO Zf=sM뜎k-bI4W.V9Xuox)ְv7oN|V]p_XM9!(8egõC=B j?rNR돹֜n~bf}zUD3_t«5ՂNŬ-Q#nwv vg.1
+Z뱪=O& nHƣB-uYU>YmdvK
+TS͝v> =s<*6Rlto,3^dgߙ;lϵ1:m4ιYgfMX0MBQtip8Pݮ։s;6ؔ,۱R㺲yyEi+c^)UU+my`ךu@[
+a ƩUA-捨\|5t[]3J@}o#}O̪|-~Om$3
+Q-/\Uym
+xRbؿ-~׸)
+ǝJ@.UW͞og8zX[m}y9=!ckf.raPMx
+endstream
+endobj
+609 0 obj
+<<
+/Type /FontDescriptor
+/FontName /MFTCYA+LMMathItalic9-Regular
+/Flags 4
+/FontBBox [-29 -250 1075 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 28
+/XHeight 431
+/CharSet (/less)
+/FontFile 608 0 R
+>>
+endobj
+610 0 obj
+<<
+/Length1 1663
+/Length2 1385
+/Length3 0
+/Length 2402
+/Filter /FlateDecode
+>>
+stream
+xڵT{\SeV@*q@)$vv&+xx@ hPAD[&9CSw>{|fKB%
+#HbrY`+cf1p %uJe81
+'0Di(OFB  hD~%H10
+"R*,5 T&„Y8KHTF
+3mzEu: ~aut(u[i~ϩ"p+TB3}P `rXA12pFA|H
+-M&ı "evt4rDžFJ䳟'"{d8 8 A .ZlAR(T&PF}\,xz*R<躲e]O FܺtEv{>O$Tvh(i`ryg2#]kzhV`t'!i;vᳮ&Hٯ<>Ud^S[AF*&*}r_=HgmKDzY/ [?\ʒ甊T7z_<-Ӂ፼3'\][l=+Fkk ]gïl*Ď gu绵F3|}5 Ѫ5)"[%}Qx݂ro.w,tl+ ⧆ݟ{p iQgo_ )Lp_lmOe9Yչqmiu2cN%,OWY4PkE–fP[;MJ;kκgv;wo]Y{ۉvݲ햾=ܚxNU3;u>LѭX$8_zd"I3k)?^g )w(^[=zc1v5?t|#fH\dvܼKSd%ܻO%{ǘ:m1Kңe/߷o<_um
+gΈ ?~|goJ@wOehrސEM1%NlϪ5ro9}_ͩm-'\wL;NXüOr|qھ9.!EqtD"ėp5~.vymrIwpzɐVnUuAӛk?[2͇j#ƪgsO^&9WMEܙ*qGOۦ%.+ǿ!9`Rl7W3ȴuM-ק'{Pң cn并{o#rRn2֜1 IڮQY՝w:gߌϗfmrݑJ}kY *2¯g8t|QN |&{|`GGY73sUKxbﹲ19wAcB@gnPN^vB8h+\y*Kթw~Ji"BMDM =^{&_L$ w᥊ cj6v!7w,n6c+n+;MWz|w跤gǚ?ZKzx0~_Ǔd1;*U솀_?8`n Lƭw8ʼn,K֭▷M]f߲ .'z{^=7y̓u6XIQ1c%:>CRغ51>'*.Dw!]Op6 /}|Oӟ0
+D&3V]._'s7<lՍ+?~n%mH|%8`H~4hhSNBOβx7oukp{
+endstream
+endobj
+611 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UOBGNU+LMMathItalic10-Bold
+/Flags 4
+/FontBBox [-15 -250 1216 750]
+/Ascent 694
+/CapHeight 686
+/Descent -194
+/ItalicAngle -14
+/StemV 107
+/XHeight 444
+/CharSet (/x)
+/FontFile 610 0 R
+>>
+endobj
+612 0 obj
+<<
+/Length1 3082
+/Length2 35723
+/Length3 0
+/Length 37308
+/Filter /FlateDecode
+>>
+stream
+xڴuX[>Lw 94 ")-tH ]Rݍt9s<߿ý^k?{U5,A@i;3+?@QIhʤp0s3r"QQImANf@~
+~As3]=~*x
+],gbdDc[lt=?;q1#`? L
+fl7.p>0sݪ_>.f#
+>k{>yڰR>Ww&W,y vvH;8iӏxpݝ[qE"[Rw.+? ڑ!H)˭e
+ 13P^w4Sힾ0mÂ)BL2Sa'3pA <*j x 514_">yũ^X)+@<ZA.{& ZfZUjabo79FKS )Lr5YX4hɝWBRd ;,y} b,|z"
+$ʉwlNd*3Yj u>D9N2Hȗ0O $qBD&7CcN:"{=!DrMBY}FCbbG+䮪] a
+|mg$jSs-(hzLi1{&,D)&P6n I
+"Zg- J2 8^<%,%{d 9tb_.'&׶AmR@)+4*ﺘUކ9܀ha_5û'Ɔte>m`H3m~p™5Y3BD&4#G5y*x! "ӐX^.@'oYVǐZ[Atvz) (ӉtcVH>xo3AbUqj/-lXȔ nSW6x/SFpm-65Ӎf 7㉨tf(9)&8>3)"B.eeCSvp.HaQP.p4>Y;W{j=ώpP+Wk! ]h ~湩hP 엋sF *Ʌ1,811myex=#F6Z[ ɄrQ*_ !5G]ͽX j$pHT!m4ƺ\_<=e"%͐7Cἑ|zucog|F%<j{>kMZxGkƄ_{xE$A';(D /_*!I>-T
+ ǜiFqU+:@I='ǁg(I|]]dP $ufjWn,$&Re9 }! KjmD8=lGmn_1mgsdvlͣw~\~ pˢ{}/4ڊ+D |xh4P$ͣN垴"$`qˑ?)ꪖn~gzʧ>wWGɈ
+<GVkԳ&[mPn*c" 5_="vX>V{ѧeBG
+^GG#=[>[WSIC0IU#ʶ [|,2%Km&]0¥ |ozADkXJQ VafDKG&z6V#Y)Sop\j*. I? W-#UJVL!Nn}ࠜf7XJի?Xm+0?&. ;nCd #{h p,!pE (
+aw0>7nep⩖ a3#NE,SW6bdL #oxX 4" XETIsJN 3߄#wv7ck' ' ;_жٚR x`ͲҊ_"(50@▌AT?ives@aRey6_9)8s/1pq6 6=;% W@5 `hDg^pU@庯
+3Ib.}/r{iYMA`7lZӬa(҇uI Nţ*UacB@R(<NҙH:mZKH]͙=%ownot}έD 7shoӃ/~W?mV͏U#%PDLxU$rzB9K kC%)i6ojȸ`oS 
+To1CtQ}i"9@K0б*q¢zTD[KED ?|M_>MWQ[KDHܻ|Z~?UZ Կq
+ŀ(\T3UIn(ՠO g"޲TSnlZUh
+EF&J3KEp%UoG?'IxsAp<|(n]KkR}aC^? ^
+<3WF@!.X)]yI& }N3p~ԯ죄zmo?T|0 =ccPc[ sn0O[➄ktt9=*W*屴3?Lm:I:]WM㥱لדD'uTs J
+EXpe/nqJ"M"o3ty[vY
+mTwYjKTF)dԧ$A4V9-ZМOmq X땟ݫ5,?`-;*1U%o#t/9#K;DH ^?lPZֻIa^'[f,N#JT?ω 7qd]_Fo-)uG+
+i rv9*Dƛ6<-aT_V(DFC -$ 6q鴿^VZVi`bv9 zfӭNUC.v %δ>Rs4_Ap"[S\e#aTcoHDſ-(;j3֣grJtA D .+JB=r2+x :}<'y{h!Bv}ER/'6Ib72Hڒ c<߆5#)>
+dzI1Q@)8,Ρf.Ji%@4$Rdpq"rnǯWm5NgrU'A[8^,My6DL[^y!`!|$)uY\ >#A {A:{f$3*njuXJ;kSokl{k鵚2Ж6 &l)8ŪR/? J,B374lw\Kؙ,׽etyWhcFU\q?L@yM}ŤԾ
+V F".XrW^m}saFE g')VV;E,'R 1tP-AU^
+oI0 dN;^^mBU0<^UUQ*3_G?+e,UgLCrO{1i> '*d=nA>Lӫm"ǦPXB*麽
+a&0UNoj Jge@ [lk()h)-KsVL
+bX|O{p9TXHg- gM4keKj2!FYlkK ~TS#nAt?.ޒ_^,li`^"jEEef{ywFJ\Ne ׊Zjm5=Ƌڹn7'_O?Qȫӄ̢ ,j0tV̍M{QMJ
+;Og͗R½?C>?-+3h@dD)fa'cvpt9(-8 ΄>1$z|./z.?c%΂zoAbXZ˲[;i1~+ns*ݵ,\ ^m ofVY`]
+y"õIn&oWhmV)|˶kċ
+^>xQX *_<*mBMҨ+~}A j 7X ecSF 9*f7_MX08yTw_yߗjr`.iBtTpK۬<
+uxWG\ϕn Cy  ipUBwu3p~i^}
+n F ODǍJ+ң>,K^֊$|'5y8!
+j[|[(x9duKTnV3͊0#aٛ2DgVa .E 8tD5D+ѝ% %5l9RʁӴ +[Rv3)qÐpAA7y]͊wF9Bb;S;jjH0` FxӘX uuxm)Ӿ,v5,UhT^} Omnr]_4FGx$TML2#k9Sw6O&r2ʘ lC?QgmƑYd=dw*]kG]P⥉N*B'ƥ0Ӹsܰ6U(<H"A~D
+2*€p'h|&|τ)6kh2[byDg-=w
+Á h' {T©NPr"Dv|vۀ`UI.S#[ǯ#![S4L%yk53eҔ%ߌSˠs]ޕhmEUr쇌88$~`Nq"yբbke
+[t|lT<"jǀk4/3ٵ^ѥ/dm,<w'Hk%x^LA1nߟ1ZH~@<A4ڿIKv UARЇTKt ;ݨ9J|i9L|T` PdHfMt?j%.ԷOީ2lxaGsŠ?3f`34|k P¨ŷGgHbpD}3JV ;4zh=}O#\j];.C"N)aN
+>OjT.b6.P6t˽L+$.iUvnvBnsXaU. ZNo'ż\C&zgcOaZQOzꝳE:"}d|f1
+ca qr%\M,FLjdɼ̟jRD,emȪyjCS.sghhq7\$d)rzz=?"R@Beajp5p zyI_OG 1eͰȞ e qWdǢoėWN*/r33i 4weɌ G3U4欭ZIdm@mQ
+B>ۨrp/VیYx,ߋ8QJdy>0^_7+_Mggo@F7,);wmrJ혤"UqWs$Q_g5>YR0=v""§)o5
+6m-gew.u/AZ:]9r~~H])%9]N%ˠ9vxkIIir 1L֞$]#pET/w.* Zp3^ +SryMWA}W+Ě҉G#0EV","f'Dޛ?A@oMʄuql<Ĩ5,GV9ZHٳ0NI٧^='ыUe JҶ`bv0=qҨ CCف"Tq̺%lY,(E ;Etm/B\2u24O/;!QK[F{r 62b]zD/_I۹uĢϭЎQopQQpHFL6L 4[<;;[Ėc(KA±'/*\.QOB߿o,)_9xPwT>#| )}%H{'džjlHۡ/iu@^5H\Mo䓷KuNxt_^ˎ{kYٌUַ +";RQꨗwB"rO[ޡduQ[Q|PZZ+M҅zgّFم;7 ]Jޫy˧}r]Zu wRw()SK%M>E8#I<-G'jͦ\i"PgR۫Dy3ޫ16O\2\҆Y" ZVG `IJŤ;E#qw>_} Bnb<sU&@])b8b4ջv:,A]2c4:e_֎;5!"Q5Zo~TezY֝r0IJM>LŬo5!)FϛiHubbeCU%<Mz9biav׆tͶl!C  yF5 1QNGӜ{z>o+2iKWHѫ1%N=eМ[DX9J
+5W@" hс`rFi}MlM$E)"fmy:X ucڄS2tcy^Yʳ&k]V;{/5:5ZBS8R5C"r>/R+ݟĺV'ZZs~vegU8 FDlC#wtC
+^Yq]V ;1=
+ K{ +ĒRx/Bq4-b_]`y@헾F?UYq>1>Kb#ަ7™q B9|fK
+]&m#S^u_%l]YBd{&A\ ! ^=6-7m*L0? ;_F$fJyU3oj,zj&@?S:Q#G&M9[c
+dU˫9;#1'[ ,QP_L`g9'BIUy >"_ad'a[ NGgvDlɧpGD$AY~C7lU"ϗ-}I7QWϋwZ zJc9IH<\j2c]S3Eu#l_m-L/1@g>K/:-kqyVV)SoW]`9^Q@`w&p1f[ঠKˎ{ [~1H}1b,b!EqML|)o] PBHש>{Anr$ Kprye Hߊ vyaFh!/&Z
+l BO6{P*쮤IMhBVa( ezqac}UhWÊS;dlP'nJ=˛شT# /o*daŭԤv;1vRL:N( ^}+5G<́f;^bhC^2]Z ҁ._IԌy<Bl+#
+O͙f==a]U5<C}nq_ϟV6ZJ,=N/H+U4ɼ Ҙ|pp_֜4֯"6ۤK4ڶ˾A2S>ˠQ0R̭aeĥKR«,7fI
+v&$Ck+s!CwgxGϾ`kKĸ|kIPht7kL)Sm
+RFou#] rxB[?׮-@L4D>BxéHr1pAb'9 R9Shg@30`X oiZa@.HmLa/Yϰ!:ͽcm#FsSq>v{v}'w-NLF&AupRQz{0>ƭ%Sɣ8
+:5 mYc4ރ[g-'ɚA@מY>VC9%p-iU<󆋚Z/6ݵWqs90vn:t.Z=X?B1'CtUq7J6DvӃ'ۅKpܟJfC+O`g
+:'6y;Dgk}vU6Q+of>ll`AaC PHJb10.#j6JbAXyіSOIP=PLs;edS1V.R-U6aJՏ:*M]x
+,thꮵ
+xWXdJ|͏͕d3+c@ h#WYyZN] TR%c:lj/.օhxM?K\SD]TtpMmu~-ߛsg$k kL.q;%ىx(*1}y?5zꐺ
+a*Z:2tLi?jB{_Y܈F(*N`r@ 9G\V)3G~Enu=9AA{m`rdbBUmٽ`;ӾOOK|9I\޺X'%iP`[?[zj,A6k0:)* 8J2Ϡ h:wSTQ<#<s5vSƫ 0kG $ R떣~[ (*Ry5g԰xZ?jrC!%,!rlv*Z6]Ԝ͔ oo^ˤg\C$v]*c%l-vrwً;2(>QԐ-ts;+e$RX:u*fSQ!c)'iұ¾w)t}q\YE=6?2A7i+3͑1c} J3+P Me̝`! U#e IXELϼXN 1xX
+SfDQ ga<u*<c-[ $j>$@ʫH6앵ǾL\)%%0J/j[O_йkӇK=yEK5"'Fs:-e۽K_i>XV*\-v
+e5 fY$+*%Zmt©J=! ym򿁸r# Ux5?]qj*LLs#`s; n.}|)OvKqC m8O|VqQ,}m+b1sf
+]e_/;҂pq9=I"|$rdo$ MXeԂAM6Xk$^C]((\J1=^W}d f1;%JysWwFe=32, UYǍ1Lr4#[j_q1qkל});7w#mj(p#M 6Ɉ85mzߐ0'ǝ,bIVՎQ|r?/@}KZĪ12cvf8(~p!?1ox-UAMxY\,;ua@4%ۺ2=EϩG;!]^R3qEԾcG<+khv/VhƮ %^lÒ(%вmv)۶m۶m۶m۶mvOޠ;Wd̝9Ə@_nJ7vXcDz1>?nT*4 *nxBkiMΊvK*M~|˝.,'tńȢc%Nc@]p .yPG,w/h5YǸ1=G9 Fwm{€UY[Pݧ#t#,[gMs0 0?E ˶Sc9QyfyA$4 - 1Fχh)١ E t)ModiP.QUnFShMc7|W {!62@?%Љ5N0JHJ9JL0g..~>߈[[!j쫘
+xL/B$p;m(&Nqi?(r?I8\*
+bF }˫eN k㻁(nIvFS,SR0Ѳ{ֈ2DAv.*42pYO<ϐ=f4d/k"t%8m?uv TSGي ~svYWvȍpqcдFo捘>$daw{Y2i PA!xjMSnÍܦa@4K4 _^V;&q)Hn,N0sy/7EzR#1o@8[h9?WjWco }݅uJLf.ƇzsE$y'SǝX%NQj'*4K=DiaY@S hL/0x6-Q6~<qd6`خH{g9ni[v{?('+?wW[u& xl<V5!ZŅZPpOVB-!sIU{5j=W¡Y-!8u=sȸsed]\w()&O[WuKwE8{Ռ6)e!dưUd,Wг:QZLWCOam@ܲ3Bc:XѝB{j+16 -Kro@)W!+6$hIJOaW! v0
+"[cU}dQ?Ze ;Pu8BiSI/ @{~m7>)*T'lm9IDC iN8Eq^
+acć 3d:&+# tKEº\]MWdl$;6+;ϾP s/VXw }G„ EڎSǤѣDϴ 0<&)c3."鱮}{98<w{IV+~8,̄Wޡ"FMmxӞFjΰ殇/f u8#ӷ+[1lU,ᧃ]1*:<]Нn'ranrSc#V4r:Se އRbK=>zt~L2`~t$vFv_t4]N%W9yXndejf ni2\>fEsI?L2x>
+hQz aT(:rf8tqc|[",l6 זC ̹H(jH}iq*mvh*e  JGlz
+_(kا: qλ>I)Dzߕ&k%^lF8ҀldhrY>ڨGsmZZj+BǼ>yf+}VKR$Ss$ވ+9p9&~o?=ѧC[][ޙF=
+޻:j,pZڋ?0ۘB&te2x!B]V$>yM9L)r˓Ψʝ0_h
+t|a[  8qBy&`]j2qI%)i>lbAE7E|A6˾۲ntD=Sg$Gp.svU7T*
+nΫ-I9)«\Ԩ$m$x0A&Tȋ\= \)G44Pi,7(QMH`~AϦg9<3iZ/_k{x h#1Qe1踙<h51
+3X3%$[
+O|:H@a命: ybYM⌻R 3hu~R@
+a7fZ1
+NRZB% 50D߄G-dQvi ո,aMV,JM\U}lu 6&}:vOItPP[1}tv
+`'pH;+bxNÚ?,&"5y4R3Qq:vS9.}l(Y,i24k2kRRc`v*n`:"viWE}lNa*\>z;5$ZCc2IhT>?ܴ!AĄvwZ8R6-ވEz/"}!n?
+%Q`F^gVGɹtDE ej'!S^eL|4D2,wye24!EɫkkkmVIVFiZpYI^98KFU.]_[U|LD +6}҃
+Ẁ?RȞ*|g.sy/h4 =w$uՉ;okt1cAFvQ`h,AB_`f
+ _V3գ-͑ѕ(&hDdCuFUivR<,@9-~OOAgDK<
+x3XaU<遦S‹kmZ/W^/_cy^ O'L|@†[LRHf <7Gr3\&1t2 h:u_
+ӯv ]p^0*wG=*b[Qj}C>W8E_,FÛ]TYlLuփ31ԞWbQZ
+HN/jY@v(SvZlf|w> QaRx$N-gzzѶ6$<]$~
+ız^[+oXm\͎7 ~F{@eCq)A=ЛE$GR+sEb^ }P=wuJCF!ZoZe_Md|-dyR `l0KG=V :
+"S0zlK_U%zWX^;64AGFd5-I|CO{FUKz[av:pm)xӛZV#ddO\8mt! =Ӡ8\TO{j6]$/+*(Rk~ysXm̆KxG?Opc{Pvvε]#T<0-ƥƶǙٴd#Պ_Apkp8{"~>eEu|fQSA|O42pT^A+&̖wƣ.o]5~MfW1[ʃ~vG"I5
+Gf8T iC=V Ъ0"+x|
+.Dj1ꐏ,)l[Q$]= cK{\B8]>Nx"D`L.;@2T]l$'
+=ςTƨy*F$i87CM wMc/Ċ-9W)8V[k^b˖'ze)lB|\y)/
++~fImó] u_@Ӻ#9^G`??A3*UA
+F U?;پd-VbܞL 13 XsHoI\39M92oĂґ dE26D<̭LZ]e
+8I:k 8B:մcb(=v$
+DwzlBry:2j6o<zge_e@q1{pw
+ h.iL5ߤ^zg`*X{rC /zDi#5u~Ae
+C !;[|EY~,]bugCu*Yp/%3¨QSDU__=+>_֭ab랋CJ[sGR0QY-rmT:ya15҄r 0"5L%i}n8tdbpO2WΒЈtb
+jK&ͽy?
+N}5 /K%$]V*[fr[
+jjV$|<0}zb[P=sӟ$)y[DŽx*54(8>'K,)ΟF nϛ fH8[zXTrұ_?3M ڤbnk˼3&1ٺ&*|(RlgbU6%m|G͞ 58I#pJl͙ W q3i귄v$%o6uOy1a2]LAٞB-"+cM nbj,5?3Cpzf+Ǐoo }Og_AQ;jj q,=l*M!޾\*E-xQk\4;Qte!S.4u+~)?Rtu.5e(^C 㻴557wJ$̖9Nj_;KCFy XǮ W2!VsQTv)eKlN,J(ZqnzU1 խ~
+ $=dprihʥ !5q^Wӽį,Tza':kh*V{e`ޞ
+*lK#22qN?G 1uzc:A68e7R<&0p'iN&@:TD*ٶX㐖LJ}dэ7{Dwţ j$i;9}!bUZIm2ބ%,^xlN 1j lQEUhhg\ZTR9/33q4gY1|ocA ~cƀ=@ؽ;, 'BiwGP6&7W'M:e>Ir 꼀-(:Ttc¿P^N< q ]R )QsqG͚,^jG򪰯ƄRZJ"`*>]v"ceig8yaMqrUF&x}
+#=A4wm{˩ʭHv\#<wt,vi|_F)\>FDe.4 E| d
+=~qbU]3L/ 4q
+$?K8mQc l;+'hzGk4)^^C
+(/VX;k4G )?e]הecp9^8,+IJ3ΐgOH^8:B՚¢SL%L#Wg.QxRX$
+sP5SmW'^k3gm4l'C;y|L["*12C
+;iA2dیSɽx@ )Yk!qcǏN+y]GEȆ۷v/8(.
+O8VM +ڵO?:C/RI+;moK*LttW`Yp!to`>-f{F4Q~eO3. #bV#x-4iQbR~er {\sI( w?EzA޶q@(]Nd% O[Kl9^"M6 \9/xq;"*R#}Y5Wf`U `ƕ* 1
+h~ RzO$\1+C_͊+ayN$M_C2s,q걻jb܏[O0P;R;]iT^ :,{ _\zvw~AOnwV֤]׀& [Dt ne_H}l&7Es\g\0Gm+=3M8\FYPȚk  K,SRi-GS#0미94*ƝjzrRU])EFB>ps|"d Ѓ|Gk" B@G&ӾO0 ݎ^5 'DR.XY2RJ_Id|M
+/`޾JUd*%p /y5q9 y P`zW &dkkԌ]׫=_QJ@j=Y^)u,9wy?I34D!O߄0<T\ٟop-=J:;]
+n<dǷ)
+\ԏ :)9?ל S֥EnfV= i^ύh\f}ק ir,sQfPc%MFrn\< W0
+GÖ 2^sN穟TY'(pL5#$i$ v24%*N ["~'%4%Tv/(4̒
+/B5˵a/e¿Uܵi8\r\"!F1{k YMrgp!Ev&~@@-M㓲ܺ9#9y߶HU!h9<p/R}rFP7V;,x0yE ]"ensAYy|._7TJ٪ DŽh?Eհ \}_ľlsnRsWъ Զ=5AgH_VLGf&v|9 FO3{N
+^a嫟?'o^J|w|Q ^#W//;|t'"}@%vy Kܭl8@n6:M2}u/Ecu#z6%AS02AJheI VJَOQ!Mv@캠XPbi(W$Z==vkeFfiϚGa'Mzw;C}mM|2ヂ ?ajP6*OP7D"ھbX
+Z3@5ıqN6|ACʷ<ը1k ᵾ5g!ڼV z„{м[4/A$-JpLB,P׬߳)*9_kyuG}Br(ח~\7$\ƚ n[YЪI2tUzd3
+])3]kJNL<>!UM\b ɪ9\<or'a;ӲP@Ft7/!?a#lmvc+p1[7ϥ
+X_)J`Ck^ 7I.aD጖%גzyIXBXȱ^n>>h}EZXS_>V]GG@#Ae|-ת^6O|d%.n8nÿ@@4
+4NuVO)sCז}kʆJ};Me>s,\DTm?G)OnOl@pSABF5}Jn_IazoD~OTq*G!'%mōsgGRI`<0KQZꬅ,vV./h,
+1&"cWC݈vE(] F/hb*2 z $Mh,?OYs@8Tě*'N:~BD~aJ\J#>j2d3t?^J
+w :1w' eKm `d'薴1m #7Ndl6nP FsrB36Y"'Y?C`7:'şRݭB`W8Bbi|"D/Q@:'CVuld|DxcC&EI@}Rɒi
+;E SytG˘EڪdWj@Xcx!~#Ff޾fD92SOJ 0Ӷ*ظ!͐iJbTD؎7=q#jqцCP2@!5хAOV0$_-Du3˽WiK)[v 3Y]zNL?&@K-` QbZ+b|~^!?5R:ߥ̳FG>D-(3Ms(-m.UiQu.J݀|>\K"U9csvC~ҽ]WE)q{ru_j\ڤ:p^՞uNݝ e " ] ?P3GQ))9r5e٣Cv(ȰQK
+/SD4
+}Fѥ+Z-se0eP0--)Ps1 z3y͑4cRou+"dWWA˧CxĒeu =S QajzP
+"vV: {ٗ}RaxRwoer|Aѷ4>= йPE3 $Z (/1-n5/Ao7
+++.h^+Z{Di. p*-831</'8;iOE @@]lUu#=;^]I"N!@#)d2l(v}$lIK/Lb0`:5OO4ke4!]Xɖ `b>;5vz#9j> #44+8HE6,$ᲅ[>_kwXAD*@~Nxx>𧅇%S&GNTqԆ:Ë
+8;^"7CѠo٤3gmevr_t#Jw[Q1qy+ 1+%*R-\m:c)K5e,pVV+.2c:{ڱ 0Y7z@xMx Xhu5=i_+9Pn;k¶ĶA{H#t5
+˨!~7R~Jx.(_ٛlɀ+ͩh Ŧtܔc=8|[$F0o(TsV*ϘT(zuWP M r^U:G.oqiCzn+QnN:&L
+ oN#9'*LPyi pI]h'Z}W{?+~i2_ɽE:-JFDjd+.um(Ah)n*8#&W!2H; Êejb|p/"]Տ?:V:R2M=wR
+2r̈́Dޚ
+9wQdו.QpQ9R~b{PTL
+!Vj󉋜(~xrcO_kp]³C,~eQ) H")}T*=L\z
+'?:ըJXY`UF K
+%Z=BUj;9lqYf^ܒc) ;C<iȿۭ\
+.W/8Y Su>2E(a}V 2dr&
+([(y]ġ2kz 1J1W^)IhJ9zR)'Y
+@ư%&br^.|Wn%j4LX_$W],YkO䉩/M#h5W)8NF K_S}: 1&Xed)5P<e
+0e/Fwu=k*r9z 5$wT7I#.SFW{YJgy3IOuXtlHK.'Y?*^RWeQu/B54 rɴ2Bg%N(Nz9FM—E
+EJ
+endstream
+endobj
+613 0 obj
+<<
+/Type /FontDescriptor
+/FontName /DLXDFB+LMRoman10-Regular
+/Flags 4
+/FontBBox [-430 -290 1417 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/Gamma/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/asterisk/at/b/bar/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/dollar/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 612 0 R
+>>
+endobj
+614 0 obj
+<<
+/Length1 1958
+/Length2 21219
+/Length3 0
+/Length 22454
+/Filter /FlateDecode
+>>
+stream
+xڴeX\۲5wwwwF4-Cp  ޳9=tc֬EI(j2JYX
+ [c;V6FU#Rhl0v-J,,
+p::YI_ܨޙj+͍ٞə hdo?uK+'t
+2
+,jduXsolM=O>nJL6>Q޽d.}^щoq;؜bhPWI§w=Y,0>W7v6i[D$ 1zTZ֓)pĆ5%d?+:Wnhp"f
+jD䏸G)B2~s9lT"׏~x`lx7 Ku%n|dkR
+!$ t<í
+$j|ids)#y,-5m8}錙e*6;F)U&?̽hMVA(aǻ.
+'kO5P-`|ڨ|}K'&E ]_Une5yNݢm5BknޝWN"""{Y,AvT.Y+4?q%[JuX9lY&LYzE'Q<Kjݧez'KF<lakN;Ώ=_3kz>hn:߆3MzcPC_z|'<D,iİۈmRzujb7)Fba>g^y^/Kp¯;SFZ MoAN'duQ T=Lb QzS'*A]3pce&-kbtaI ᩗGYGꧯsQ o"5ӦMx(ĩ|hk'=HSn8h0K+O3ahqGA"=bItdoN%,^L?v?IY`e( 0C 8zku&R q<ϔs,6;ҁCbSMwMh"|_9:>+%@$+L<" BNN䃫=t~ti"ux`
+nkM/F S
+%6& -%
+u.<ќEkUc$8"+;=̢y
+MOzmGh'R73#ia8'F{1g>{_oѯÈBf$w\H'FFK}݊|-pʃ*z FZHgmaho|FV|*zyx9U I_h͋>?`- NS@ eb=28xLQ^Up dqO9PC$nL,/h7qlGS"*iLkͅhi \
+.z_9E9'ʋJǐWZTf2pd8sՌ-iHF lW[g\QN+~x8,-&,k+D.[hasǮ" ٕKa2^BMv"7kq N(/-h1aOʶzsNĩRǃ?ԇR|WbcECr=
+N+OS62 ĭ]WPgQTM&%r&9SW7z-SΪ\Q{K*_HgQpR\@Ըv9n4xj%H̀)~
+*Oic6憨+BG}rp =E[t@F}.ۊ_ݩPtE9.I\xtkJ<%?68a8B)]N\m9Aլ?qnҬ*ڋ*oJi109dBZ$[/\|oekC̖6ߪcЗwVW?1P & }gU`MwPq^U+rhrv`2^v)A]krqt#x
+9\0)mBv:E
+>31/h&K~U dO'=a OU(l\Ȭ<UkK Y+"t
+:ybxǪC3JtkZ5cc]n2g+Qda#ַj[:w=|PTYtOvxED@ @߾͊ql.dE7!0^ o1Kx^uu:Vi]@/JwjT 3aN
+%^@B_\r9Dk,~s
+M#Ύjxad붏z6kLGhbJ:ȶ|*~= 0ʳ*ɩШB̻BBJVZ<?GxfPc8tu8={kIzH}JXR",Z1IG(҈>
+ b߀Cm+2-Dp}C7){y1IY3rzmD@3r ,ZÀ`83m"?E*Ղd9'A~#̨w$
+WV%]x̓m&iH|^O&1MFERW`Ċ)]9|p fnN$P*q<L#HhTRu5՟YiE]ʢN:4M/!gʷ-Wt_9~m丝d,M+ʆp `SyلF(0pSS%zS^bF
+ B4tT<8Dzqq̟]"P\4JUW; Nw]U/M!`U
+4cv O,g|fEKIi;:ne|DzL"+uE/luBrga 70ÓKOEÚ%"=6L]
+N<D>hY]=kBe><k@6Pmbyh53zk#6p%h,r;0K dqC:~ h/ܕ$fxER=13?*=hpWӦvsuqGSFWЛ:N.YD.ihna`F V#ҵw,E8{qZ3\ ODRڬMX73_3 ٪I ʷ&G<h rY%5F ĚkeH "_/f\Y.2t9*WnYwV n$ }9.TSƛoLT5dޮ3];PԈUv$YWkagDߦ zx9앖 hku(e$_v?ç2O)%ɰ)+)x9*gŠ X"4}-k!enA
+X ~VFo]M$Ƈ2YO:QМ>/cۙx·]u601K! O*"胀 Uure{BUllQ}>X@RHJ7~}LzOÒZM
+dU2kP#I#C|C!4|  ]@9BHM42f0 Q*%a_D%Mz``,(= NPosL[C$ڀl/=a޳ 36_oi: /25'6siKR &R/
+"2kwy=,E,ѕjt z?VexHQ;$3EX
+L$S;ߑuWm |AQr=ݹ|5T:@g8V:.O?+*k3wc X*>!AAͧ#ړ|C*{`Eut.`iJ:
+1۠sROnok-N@bqN^|SN_2y?1yajBa>]qkbڤ/%._J5' "!lB33Ez0ɋܒuEã+Ϧe},.; |I_T<O~?U@-NF{Zw)侻I .qJ_6,ӹ?+)BJLT#Kv!)*O^-֧L!,PO+7ʕU8g&We}O 5
+V^oF6?{D@ .gVTIg"l[I?=FuWā\ l.:*BZ3^\ߝX4 }fK3LUk' Dc$8ڕaOc{YX 5a0sG^ثϦgFj;9U*nh}pob^^Tw|2WJ=3Cº=? уJ\e `hߛ$z/~Olj[цl汛N<gJ(11[v胛$<.DJh7?A@-C9R:ž$xjl57wjltal+$R߲@}go{3h.;A׵liXR73mPm&[i'$B|t*okf,?9O4
+||*m,2B{Xn@`7M(gn x$-/Q7Q @
+t{(ԑK- ep,ص Ç>h? N͉V!4ԛx냹^(;;Bne?IzQ2`(Fߐ^:_
+'ӓ1Y\HYYMčNcd1pUe&SU#fmew9M{I/
+ %8a(5q VxZ1A
+k?
+8$BUU>/" Ga/#0=m;H".Fׯ3ll^3 %7I rUm\/.]=g9/)KQ#cC,ԭpzOJ'2֕][/M}3G+@s\c/,2G. ZO} jtjkb;"6TYi?/yby3q(/*
+eh|aJ55ӆ 5S| \Kf[މpp5DOeKHo2u),j$pȫHJ;h
+Ϸ ЦoR2;̽rp XS:`rt8Dx|ىIc uӇF{nsje}V=qt/5Q ~𰐛,:̈m瓧 hw9y;2J\ ")UݣAI=G祢ܽ,#6:?k+F!š%!ޘ8Vb+ge*LC䷐2ڡ& UqDr4ROт~t_dj}|I6zy+C0ӡrGXmb;~p1kq;C)n~ӫ5YpTۥŸ%vRC*^Zݷ9qENs$|IʥrIjP~J&h} J}pUA?lPAIF֙ 4i5%h ٚhb<ht(x˓Y=6zm&6Ě4o{9|u8p[N`G&ِ[SFta_<au+p+aC=giC{ɼ&1*,.tO}&M-"(ܘy?UQu-h$XY2ZWvcY I^O{Թ Ih1!caЯ
+7ת*p֟jk"+V=D # ]
+facs'bzdU^.ޟ[H%-4 XG[x-lჸĭYha5m6H&\ 쳟n<bu UOE'+#X/1ٗؑӞ4"l0ہ´Ͼ|~R7<Y-~"4i
+qPxV5__QaiJnj3pI|J*
+zLC#\(Xm \t_$< 6H4Ȓ)1n)0!vw"`W* J&bYE=ړ $42X)\_ n g<I5W2x'F8F<[Ƌ&V`a0`qo9'h$KWȭMM"<p/T*5UNJ9N6;I rٴvMCctVJNN+5Às'Hf=..R?=XEB[wo۽C脥̪"a;6j8S1"6= 񩪌op1^r/4,vy@#@sUmH&\ڦCMj;DW01BkR\ASOaF|mfloD< 3)~s 굩dvl
+q:i Ÿe1N
+4 uS8gDFVLwG. rmYd(Uf lRL8B5{
+7 X
+Sj[&.d2yM qB(A_RZ-tʜUWN{z'g!_fJs%XU}G6 wd4^XµBI1i%CI/<'sNt/~k1p\}olhc{<n'6ڙQPi~H{)ֹkdQysOBr(h\Ia}VccUgvZĪڳ 129#K&, P:p|g$|Coݕ0{n ¾S(v LH˳H/mh9%+گBd5V炎 h2䠐h6#L p$6[jv'`̓Q~k$m"3)
+rIZ$_C- P(hZZ ͥz7
+r
+ IwEwے ՛{cv\q=4']kiw}E h}~r:lgZjn\ _*NES o S h0(' p!p + Bj{7-Iʗx _bC9B]+Ac Þ#Na[ Ι܏ѩ)=mzY^A[Gqe?:g[
+<U1k1w[CSQ\=432Q*_ⴸ<U`(dqpb:QAo@JlK1x|FmokH#x!Nz+a,0A޸l9{2oC]}d[X.ܳBM3G\VOSfm
+#K4(KGdIx۾y Rjp~.shB_Ik(%OY8,bP s0`bmA KKemC:@_6y/yn
+~44'^HmԇӧtFզ#9oZi"/W̸Jvt>!j^9J)fx#~x<k197lsڡPoix7Rwz5BNe]t}TlJ[ϔ
+η:qw֘Ur聁<'~ҽ᭘&o) e rFi/l8)Qi!Z?XZgۜB}᎓ګ~*
+vH́oYXg^NBʁC* %I} Z^ԣΐq"Ŷ:|R=a-w@+mkenk}\Mp~P\n/T&yEO
+=cDCZi⃸G{?S6Qx-a("Z%a_eMBg.g6ƿ=|'N`7&QǦ ma':m<AtSuʰZ!0s7YۋlW|xLhG%xP#}0D㊈"SEFL%j hA
+,2=93>H
+[/g|jYfaV &'(>ckҸ!m[0
+Y3Gor&Q*~]cɔХw
+g8\~;,UʅS(XdIe H݉|7Oo|>Yjp͑? RI E 1U0jT؆3sFb <-Q4(B$MCFjswn;%k,A{%2H 9P, Rl(?Io Gdk|!I5p`oHx0$׹!VN`|4 :dUzbtZW = 9nj} NLFX2?k>Y='O۴A\mX<w IU~wtҺr7~@(mrJ75)
+vǞehRy> ;K\o @bmtkNf–EN4R [Al?m =X/>GzT;Jq5#9"
+/k*YuXxlY;Dv5vNe#"2ݖȧZ[Jq';M+œM|ۆ (Őh.`ž~Sz˛\-Z/YNDtqh{~7;qŋ <]< X޻=8CN>>UWj=@h޶8/6}]Fu3&U\!-a"xwibZ%p2\W" scJ tMw~`Y.hSBn
+1>{pf-|=ΐnHw\n6Uq6*
+$"bjVZ4tx鼴 #$>Nw$ݜSc&ԅM
+k!|ŘC+ J G7F_N ыhK(?apҠNxR
+>JX %Ee̜
+wBnWDkoٛ׫a:r# ?sd&Q& ۯ6BGpǚv1V091h4B#7^(N\|1t+XON.|&!n{
+OR4
+&_62KOc+߄uxBC F^ KO6?o_/vCb.7MA0[v{s=W]: G+_#o+\C9'r5,~3Nׁ yH;
+en{D|?q1W̷} D 'E:Gr&l7aʫ>촻9r[l2 CXBċ%TqB1vUZNY}iE7Q2b<ȷ
+uc`l8kC#zUBʿA0͓<g
+xM6l֍]ֈ8\ ՓEoz!}}C\;QN=3G B KLފ ȼ ETԓ
+aְO R9k`!s]S͛}jуcM4r~$
+O@-sPyBÁ8@7"7dE]ߋQZ}d(; 9V-z/Ǔm[^=Y I ōC2Mpk`gI4e7N,شu˛?\0ǿ 9@i/+d9[)/͗b9:F'g= LfK^]ϙ0˷6VF(~pN<rg~9,DcJ\3KM_v03Ri_\XFOSYr~|
+endstream
+endobj
+615 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GYUSWK+LMRoman12-Regular
+/Flags 4
+/FontBBox [-422 -280 1394 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/A/D/P/a/b/c/comma/d/e/l/m/n/o/one/parenleft/parenright/r/s/two/w/zero)
+/FontFile 614 0 R
+>>
+endobj
+616 0 obj
+<<
+/Length1 1721
+/Length2 19350
+/Length3 0
+/Length 20485
+/Filter /FlateDecode
+>>
+stream
+xڴeTܖ-SݝNpw/
+w Np<8wN>޿o0sk͵(OJ"f $ޅ '3dTZ;ؘXX8()Ŝ.V {qc h‹@ >f
+1rva41v0-쁴!b O'+ K9f-56;X
+߆?!r̬L]>,d7x0oIER3' h
+ppuln_
+c6L${|b?$nTJ4ZVMYیS:u
+
+e9ސdXQB\ǺBC8EolER
+pu:$Y"O䲦1Ѷ.!@L?gG|VBn=ϘVG#70#}$fgo q>Ƴ¬2ˤ閟VU.<}R' &tM%Z^tЎ#Iw+oMR:mVlVKO8Sz\S$ɛwM8L^}iYhxs{hVquJF w7߭C Z'h3we Yyn;`MuV˓NҨQ@QDIoZ\GH$|?e,F=j|Su0nˆ24ҐʗָK%Ul`4s _ed_%N exO[~)c= %̆Žׂ
+78 [fEUy^he?]zdCK/ƈb3)ڜ.йdX IjJNrqc 6א+Ȗl]@X.'CH\Oz \yI$2Sr4@eS2XIU~)s&XIwWel.m<}J3+-kz
+KCI'ο\"z!cy
+0'!i0ީ]&&Xut$!SLEDN]
+C/(IMG Ze551{c`2;3aY'6a{* ը3. '"'q_5S:{U m;tHM_tETcS" 04Z".ޥӦ,0@&ZL'=dO9t)~Pǡty[ty 'yϹ^rmBTyp>હZ4>,l)y'')Dwl)nBJv\=Zx9GDv~g-QBq/#T{ԜBDOaΩP./]M)\Y'yM-?$EZ kuR |94iOk+s#Ͳ#~^ɫ$Kgu1s 'g"!ab.y\JɇB9y~ELT8A3Y=l#Kf6d"ij"J4"0}e\F%EqtZ'2) $dR&P$+vĞdKufS%\ݝ!2^ؑ9G`%W$Fg
++,
+gaw5}g4lz\9oEQ8a$kA:Im>%n9,z.LcGDۮ&4|wO;KsN&&}TB-?D2v* Փ6G\FyW_FhmвZ}yŠ8tŊV6,ݰ&
+2NÙ2+<m{ >)A$zO59;nic4InTsimUԱ7o7ot\ Ơ Զ|EZ( _iW
+fO@"
+Xlem:8M :DJZ*N_[[B㗹}|[V/o$v"g&X*U-9j}ޘ!& \2qT}}OPݜ+.?Mj+%t
+THG v{ :7<LLZvk1}.4
+e6el71dX~/3'n/t-P<[qX&VH^`
+fwGLvr^6e{|JOů;:"wU5ͰfY\o:W
+ʛ*ĚHIUGB<yXlM
+lGs⎷F}W$RChD
+Σ _w!7>O5x'$hAfsE:5_psр
+KMI
+CYc_QkϬRFߥayT-\!JESpQ$ȉx= ?[3>?a"@{Qñ@VBY^,qN1yE}-sfB&F!DvmTx+#)qIxK)lJ $CZNЮ1ݮUntC}@)#B_6J`eRN
+):蘠>laj?&l(UG` ~lʫ
+9-0Z̴~.> Wp?ifdBV-BңдJfؼF~Sck;
+"MUx?)6|U^vW{[ڇ_[)Q5b
+7Ce|4c}QDm& b=)(dSVy pĻ1Jbh6Ě=̃ VH Jf{' ,:Z3jә]+Y6eԦ(a#ԟUm֍֨bŕ~p&P2/d\3/PS##3iWY`➍oP'T*wH> *^9jH,ĪgW(OI)l ;yc DHRyv ɻZr
+ JUa^fdGsogtͨ %VUi ;j-1%$ʄ-jx:ΖmS+@Mz:d:TLx˚&d|e8OFvEuh (Z>%#)+с&
+Iݭaqh[KZ2TeZT~:l.{5
+/LSwOu'pđ8 sLB{Aԫ/VXӌo؍=B~aBK
+e\'[ fX@y
+AIGFߺٓL҃OIc'"pmyt# HEvy(OU8tKKꍾ
+ W['-ķ h khl8Sr^mE
+s8|!4Lj0b]%kp% E2P˹(1 3#/͢v)Ws_w\䫼
+$ Ư@XLn˗NؾVGdmGAIRvI<g汙$9:?_nXYA*_}Lg18'
+'Ν G0[mQ T%nHvے@tjX{e6cU2RMPb-2-]g<e^L-7s
+5׊u"sw`ʋEXU@,RCWĺ=;- X,Y#Bpx p8 u}i.]H R,=踥 tzг~O๻)ۿbӹiN|$)5.ZuLQhuʩQBT|jxpJ\B"\Ob/D-kS)O[6ry6srNP!6,8BIl 6OoH6W+/{I:XX%:a8'У WDW3[q9/Q\ٿTA8TQVgd=jϟBQs(zUkyIRYT_i_ڄj "tf:BYP$p%;^V]cEYT#J_W}~RI搕,Վ7UZL&"Bk9YO/B.CX~%a±} 2/Ҽ6;dd]`PxN̮+⋡mI!g<\o;KʨD)cZdïѺFǥó˛ko[]v2ɖ$R:3񱮒ޙf 'PdѩMw5zV!YAǪct )* ̲J^a!*U] ao-_'ɤ; lM[H#\Jwam x 5eE5sҒXSUP'[lY_ǧ/B+!La"G&2_Gz{ m<Hdx`LoFHpyVC z#Ȱè`tB<ojNѐ/WI%.4^ h%ٚnDT͕uR0ufc9,
+9vIN?پWt}t9pMk,4,*taWVahufh_^0a^2z .Jsg G+f2@ΙW4L]Q"a4fY?wRʤx1xpÃƫ1qsYW?\_A6u5@p4%/?o
+y|Mɷ.Z48cH:x_!͔CJ!`K$ԛ{xVTLs3
+s{4Z :s Dױ|=Z#X' _=Nw/˦>݋b#jۨXB@+fӬ8*j}09ۣxQJ*puҚZϣyW^fD&,o]wL*&yَEe,rXs[: 0+< 4 ]'H޷ʁ4( Pfnii [㩄Wb\7K+=enp`Ȣ) WZ3ټ>zJ{^[KQ*ii2$Fnl>fgy܉kivwHοMZc]~fnlHS O}T?
+^TI*|drZ)"d+f׎Q>X!~ֈ[fGN􋐪cMSȅT,ɹPϊVq=ȝc|B8̘ UGt3pv!eq,#cCi~'Hj{̗M6#]S3B_2VaF
+UK>'AС5rTn"t'&In˳N !NobtG ,Ev7+}~rksqNfP'^X3HڡT5DcY # H8#p%=u ;ѷb,m9)؜|uYId)(r}֖vi\~\}L.#:e+bu;Wd}[kA)DR;NDNhdWrc\C&qf35tGЃxwn緹U)>O-$aG;AFuq pUNlrբEy_Ѓnm{RQ.!`h.(!㍿EKv3ҍu-|;8 >0\;/<*!Fo ap%EhsSHqJO" ՔTzt@Z>Vb_ '\p0*3QѮX(ߑCҨЂ[2>?lW1?ׂuͱm˼U0~7߉1kChgx'=NV4 }#2bE"CC+.'u\],YO[ۉ)= '^:+B~t iJe6@VsZ>fZVyUƚtgKaƶDHa|1kj>VmӁ&k+ktz`d[L8W%BSD&>j?D UŨ)cO@yT <䅀6Tޝg8 U3sqል,T}ryM8$!Ci+, Zߪ0
+qB+Wėhtuo8SWN<%rLDd'2y^ %S1񤿜-ap5
+|.H~9Ȱ\$`YtsgΊvu{)ߓFRuԠซNw`Sֶ_d ϳ#w!_`&Zet6dS7g 1;I CWlʠ.[ \}b3i\싹j'SF#Cˎ
+m5Vgn0!Hhthg?ˌ2!/i<@ʟ;Уd~$>h =ಇtmՊ6uF^f-݊/6+*pH{Lc^r)B,7C6yC/oʒ1>ˏ~ǴTՇ(IG>uʳhvq:)ӠwI`!EWP
+qȠV.] C]1 s0:ǖUiw~ʍD3TUhwEJA/zg6-(f#0 6;ɂSW?,
+[-rS鋁M@zdJe/>Ea$Êm [Wj_F$`oqewcJvyk4<Lc~<8e
+NyV
+,o$bgZ& q &ց>LA5Pm672PX2<p*zfa)HP6[s+̧-fgWVrji%xap5gh\h5dqׅRPPo9A1;ٴ1UAܼIMsH0-KW~y/M  ٶ['8>j
+JΏ3PYEMԉ: chڹ8pz)wfy,GJ
+m\$m4"lh_臐'}y²)Ahy
+xQ§FMNJ1a]=S|kH>6m׋i "a"{/Yg_%r}HݣvfH1Cnv)3|9!?ex弢 00`GuRH1I5k H5!.n0\BNC|:XF!alq-` t M+E4Ht~; ޓă\3(<o接V)WF#^B8;
+ipr@捍c1bnLTȭ[7^{,cw竜CvB8
+!z$OzjuE͸ +Xֱd{fRMJgbw҈}en9߸,KHw~N}6,euiTw<n*JVVZ-u5RNEVQqAptjc|F1w -6Q'Tqnɉbl}u3'5%/~ǭQ%ʆ׵X+]~*]?.(@SM=  cI<ms ط0F~\l$RMG3!۴'wӫTt>ABPmزtG%;=]Z+E@OH}Ljo~||B8)Ǻ^)tX`rש\Ud+K˯1'a?qImRBgDNyy
+-+\4s ԧ]LNwFtls0I 4g" ߱4׊ $2PNA #.mk"Za}Cl>&qp/Y%ܫ[x;L}i\y"bB9j)E&mv!yKFM섭sZ2UL~j]H(хFJ_Rťvd`ho(§j(ވƮ2_fi~f-&sKLr84k5 <p M遻Dw#<U~VGhs"M2aX:(tଳ,B—U3s2 CM$&y{~\ZמVQr2ƃ@Wndϙ;
+ݚ"LXC[=ߦώe-{C!FSY%9Vi=t0I1 '(xy@'uNUo~!.ZkÅyi"ΫW8y ukb; $]-FD]L8Nx#_ G%=HFDUq
+8)"~E8{/};k:cXiT >@}Ͽ"fk;wrM<ݮYdo`Ajj?:dn,̱
+`0T-IAd9bŝe]D'ŕIԋU;^Q˨C1F*pxp,pX?alIXKjAL|Kȿu>L}us`;jE/cl
+ d<_̶U&߀}wqrNMϖjW"5U AA(YD[&<`TUDOz J¯џ+w˼?{1I[v9"QA6y10 \CKo[Z2 SK>ڬ(DOdFT݆/>pE)Kʖ4'A>h5v=χPZ)zL_1mS  P{";< nr Nu߶0/
+g۵5vU ؊xPôIAf0h,hqu#˪~ňCvQ.A`
+)*`@-wMYӠZ"p@Lq 9t"0Ciu1
+DĒ ·aG'G}p&T\s_c̊A~4=Gꓚ޽4XaNP ? M/(Q4Kl%XĐ sdZ='7wҚ4O|9L#gĂ%ɭ3eZFPz!l 5
+
+
+ԗn3 ]7'/ϕS.).
+6n
+H,8b̶1װWGfޒj'?:M=̹;U%0 "T(seTA*oR,+cՇ<,֐zńt(lNM̆/irZ\bG
+ wW|#qa xBQkoq8#3Ȓw `*IA@OA5: <Psx(j! l'1=d>2Zm7=P;Z2z5t<F6QLͣ-ةٿ9ހ\ub#G=Nb5>#ڪ<q8֧?dPuA) %Y;A>Q ٛNGg&K+{TÒZ/) .$U]Fj$} iQh
+_-dzea0mz\,`y^U%!'zRȔv,3vxɱW>?
+hjt E{W"ZW;U`נBQCܝá-/ETwy{"LvJM*abҡ>'U(4iܔf]
+R2Y^lÚ9 C57*#J2\H j:Gw;<C@_94A7Gdz;cWxӥ~DjG7[I_S]ropg< ;tUl~|(@6o"aMG8aOһ{%4JMNSՒʟ[~ZuaEl TB_'!7K 84nH uL6&x?9!]?.D،@1<T\Cݢ`{tAU `
+#\QZOhFB˥S>`.7yt'-`KpZ}Wo 52͛%*`;>jv/zZx:; ę\>u m%N,U:tFgG"Ԙ^&MoىϚ1^v8lBT`h=
+؟rvCK_hn9wY& '-?yjX"M
+5dH'F +ewv*̄%Pn
+xaݴqIbW ?u=O١sDbCd<E8ʤ؂
+ٮwmp. ZV\I >>W$D9NF 4]V_bA'xdf&W~8|~4I=(`~B'2hH
+o2R,r%|XtlĞD
+ڣ7g Zg%qh@*H(ɮ!es󷡳~,|^NJanT=}|G 1֫IWĹ`ΦHBUw tOqlYU,%p~I^F,]w)u GN<ޘ2á F
+endstream
+endobj
+617 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CHWJDW+LMRoman5-Regular
+/Flags 4
+/FontBBox [-566 -303 1772 1126]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 106
+/XHeight 431
+/CharSet (/five/nine/one/seven/six/zero)
+/FontFile 616 0 R
+>>
+endobj
+618 0 obj
+<<
+/Length1 1670
+/Length2 15301
+/Length3 0
+/Length 16357
+/Filter /FlateDecode
+>>
+stream
+xڵeXݚ5;B44݂Cpw.wsfޙ93n[uwUwS(1;%@ ,̼
+b05q0,4!bN^.֖V9f-51up8d5`
+2
+
+rWF 9vSQPSgGwAp3sXx"p0s`}}9x1/]:8z8ooݜ4݀2!f @g
+
+`c¿h_
+qaΘ,SO*C+ l7L^::Uq<h,!|V.OK(ly(2e|LPXthXqNHטڛ qAۇ'J#E#8I?L4D2}[p9_1)Q餶Ūà[}M2ϣ/cG Y|N{' wlp0|}+WtuN߯b0EBK3j.L
+Xg3wPȄĚ૶)8u;Z`z'S?=ࡈA}c<Vn4P801{o3 Mi'el~j2~6[G;t@W*3G} 
+oɁR([gd܋jҒ'j7.i͜Ϛ7]7H6ko-jo~<dJ
+XTvQ:ң\|B3r_*ʮ|V66ktJtܳ^tRWW
+փYӍIRٕΣZ67"]C+\8ue>Cg65'-7w!1Hh8t.nRAϣ$1F!zES ăex0*_*~$J1%
+
+~h>Z6Ʃ-kq aPMM6"b8 c~{HQ0al
+J[}ܧ"Т(sڪ#b}aUc,ئIdAv5'#xwŪri"zYjEwvѥ\I'qs_Hbom>D?ɞOazD- \Z\;yv 빥UV(Fu^TgvEt0~7 [OOļ~qa$DTp}؏,urS("l+s(#nZh [4%u'w
+cR.3^o\xzn k?-˻!gXSa02?cl{= 2ڔRȟz r 󲖒C
+) (iX !(~" }1)6CHU@>gTͬ|ͤVL<J6) z%l6OxohԀ7ގ%%8x qneP]) i8Wf?PPV^fh;f5řkt}k wp@Oi16DH#vFwT 7A>.Cꨡq^7m`\ojF.< vÖʱdTm;t*y8 9%EyJ]#I^ŷ8ҽ!UZ0Þu6XT4~~d M+}W7SςV4(ą;ՈT><)x(0u3sG;}'i*91`rQ$y׬
+IQE'(I&(xix
+յ3Biu@g'Dsh?Dsq&ACf 1^fe,
+o?u76^6xqJؤW?mKH+N:׋$82w?ϱ<NYѨz]5v1NchSu\QSt]jBѹ6Lcc*NBV,Ky9=^(~8}Sf
+ʓl&id.;lNk+a{6dSW4hᆃc7Vf> I@O2Ӹ|J˦t^.  6v^!EnB&MȎ-*Twbp^n}k潰|7e!>C0P֢*!KWk2N3]Se-/ˡ=;Zf~ ;@H# 9 (] ̥YmA*2-0Lf΀WHUњ7o<[ـeT{O^bx%BXq Xo#`+2_,v]Lǯ xR1ri<HR UՅ*\FIS-|y"$ fۻ~-iMz;{'D^lfH>{Q\ze"]FdjUk2
+>E~>-MnjL39 uzϗǀiP6(?|p"03B퇻Lu;?GtX'_3܂x
+L5T ޸h'_]k`Bz4թ|Ez*EcueJhmvcjۆ-kl5TT\_}ѸcJc<ٓclh[Daґ.YC@8Z˃]]VmOoO&턧U$/;aEPxRjw֚y1x#'jt{S#]KO! v=>0~JfKwi:2ћ;ke32Ke*ABҏzym -I]D{NK'.#cwS6:EM_L0}Vƍ4
+
+
+2 XS=%6Ư/ ^n99/R"=rO+7w!#T!;.KA*G{@K,{-uI4B[]Tݭ Lc<@u2wJS)W_I%Z3W0MjؒX}@Q9M&N:ʉ V+3YfIJ<S|j:.[xx
+ysi.gNLlD1NfQk~$}zG0}JWX\cabp}'a| I'Eں}L@iE~#| Vsnfhv#],Cx]>ātfѐ}Ȍ`"w5QX6##UnHoue)
+sBH,BbDKC#ϵ,
+şj7Y〆~VY 8S1>6z
+o5T뛕[^$XNso&.^^:l|
+n=8"oL~5 G]G(^1S">{pcp}an]g{ " li&_)|2'^*8RDD@:p60y3@ '.mH|:-9֎C ү ,b>/4 -oj=AyF?'J&{߁s}+lJ{r-h\:xiR
+q/&yPIBuMbeerL"21Uv~_cw]+H ۹at2Q/^A/Q(fIKJܼQ8
+nE敬7jǚ*Ob9Jq |
+#/($&eהO2+]
+޷*fÚ`F񷞼*q<;4b/HC~Qo9t.
+ nNJX/Gtዳz}i˨5!jGyZ `$ec!U-
+m+g}ܯ.f6!#9Ru1c҆Y`y89N7RK+j`:=׊ ͹?Y>'vZ&
+ |JtLg #k&\P!&R2@֭]PyhLMZ 6@$?@licj}r!dMhlƑ}V{ڜ̱'-@H=2t9j|1^~B2H=,fR9{ۖ5$JC뒇!^qpiBH tq2?>& &FSΊo=ʹZ)@ "hz`\x.=ucHݱ*\`ǯf<UnI Xyڅۨ^4s)30,yipV*:|Xngn=,=}4ZvGoCc"Ae9\ˀ'“F2(W+2G_ Xˏֽ$y [7§esPAj<!j:(kO "Wts&_h Ls\X%'V0o4ެF=4|DPo"r#{<7VGZx
+<4AN}cj&L+`P> m0O󰚦`{uㅡ?nQQk,.Y+khsڀXVcf9 dUyŶG!l^e/{Ysda R9C\ݻ3d>Bz '*)f{ o{w*؍3' ҭ&h?v'z .O&&X}r[PMվS|qg`^\ؙr.M\wvrQ}bOjSȍ_#wR0D-NDfE^ Սb/o]LÅ WBGETh-khK˥ڹ/ѥX(ÜQWw;s9iٗC6/=ʵ,uWh9& (jgMg槔G`$c>%#
+۷x<?JÐ251 =S^#c|71@YDS(}] bTJر@׬=Yiyeﶓ+ꚨiy^$>
+\PLn#և<ڌneCo8_@X_{,ȪtntFO"B슌#pKГ>˯I%vmc]:vZ;·9s y i'"ժn*."pS >3Yu]FMz4Z\Z:8ѓݐ[s4hO4۔Kgȳ@0hUy*\wK(RQ]GizFA0? }BO^=
+rP&ȼhZ~WiVן FE~rX]{D}
+D˱@'X*&V3>JQ3 I$I҈ϩIoZc= 蹯Zj|d.iY5O9YPV&
+! Ms\SQ!p{0T:V龉( z< VRݝOL KkறGRyfWiO*;%MUX]hƝ-pj?#f!aC٪W8 xg*iES0P< *]8+[da䰝Ձ<{/ԡ6wu\gOĞ=Lzٺnp- 0bqџb2E49pt')
+X
+=-&XZW_=Ie3ݼ ABL0/ ȰFezҸ/z3eQ<мIg*27!x3>U1_r(=Y48k./)
+D*t{'/ ;.XL?{BFynk"Ү7 <Glx,P4=K(m1Cb~RDCACd[SaK
+]25p}
+wY2UW`ړH2uHԁ*0!߷䢼W}› 1Oȶ(ONC4J?u[ѷ3!\=SD̡ I\fI%lIˡ&01Rjq\Y޽$0b/DƄ$0_*tS=s#E]>O"GCѨ@^w۔i>M^> E;&Xc[O8= tp!4Q@G2M I#~sh >^sQ@,uÉAvR:s ;ݛIZPI׵es<[s՜!WF2>@_86] $@]Aa(]C~C!ub#G[CՅ*8~ DݯJm21
+~Oc82a1X.H`JOn 𔃬$!h9JJΉIu]Q`Pc
+Bˠ=_A'ĸsCW[d|4 cՙC'g܇Х-d1f<icOEːOSY{0ȵs~
+sYW~4tDp&s(N]7c^/6-S
+6']u,;1DyN㗌QBY߬$=t˵z}~>>Y1~}%՘חFC#THtOq5t9. t5Rw׹RZh.E⏘wgh;:^
+E[,v)(q{^ lmKl'HPƇZwﷸ5HiT?50VBkO1_f5iuam3!BuiFhޜܣp8McsN"D,jSXmW]lq꬀;ܧc.B)wUa:m,L
+>)L^1شkt^\d]F3Ig}b35vq&4 ?"˝!}K(qMε _"
+[FQGLA\Pl{kZb8*e<TA0Kv[͙5rY(-v~#
+|9w>hZ(wi 4 @nNM񍮥į.t9U&= P}lW9#X^zOo5` /w]eYw.\ٲ/9mԟ5Z % )ris@AZn: h 0+rH)dxTKbGY-𐊵\ǾA(A-?.dz^>\V!藀sظi%O[]A.LPXdL3@ Ϸkg`o\C=r1)/e[ǟi4aY/,W/Zb$2:h0 WOj[H>_ _Vơʹ)7!/P
+3=PL-9:CO*}ѵmkԶQ!fOtѐFqM"Y ֠=C_ 7E
+_ŕd-M%Y۾7ңI3dv{]A`b.sp0@<1w -NL\c9t4{!*4hūa'p{m;`yQ|ۜ~B;qPQ=XLAU;NcU<ZyǗ=ZE
+f=zLa7gZph^w,60]kMsAy=l'zzhk.rRMHE^ׯ.T$6 OSd4B"$N]_68!|m_jl81SOmK Cp3[B`KZ}C,l=ʐ1{g)Y>J}q($ um21 $ F6jvHevU^S3;qgsVf0]ɊV*#oU%2~[lK>$ Bk_q;<R
+t]-7vJtr~b5: eNǁf܁%iĒ3
+zFZ+ʸuѺT;kll),Ư9-&E#PhйÄ5&cV,/7^W.\ܾiצBq ?8D(9E{jC 
+endstream
+endobj
+619 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FPXUEH+LMRoman6-Regular
+/Flags 4
+/FontBBox [-515 -298 1647 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/one/three/two)
+/FontFile 618 0 R
+>>
+endobj
+620 0 obj
+<<
+/Length1 1765
+/Length2 20237
+/Length3 0
+/Length 21395
+/Filter /FlateDecode
+>>
+stream
+xڴeTݶ5q Npw qhqww ]w Np<o^s^{5TIAd
+
+jy ˋ }Uga
+DOE@+ӵ2t3urt6:Z80Y +HK1ȽϖA[F+x̜
+3Sjv
+4Q
+/taenǕ3 .qxÛ6\TbΩ~ P>GgqUq$>x9Cȁpⴂ% ٻ'ia['`
+dȀC?J6nX@XR&0\ i1]@X8E8IU6{ `wEC'%);g%W̠P tQI ?`gqjb[PܮBY'Ht8>Z*[ڪmN[V/Ʊ#9-y(&FJ Q-[*j;_ĿFQ4~'3(;Z6@#>+]SVuL_6?4)
+ACSwRR5[k\Q󫥧[:+EKȺy[0,[ ߘ-jIl٠ҝSzL $9||VԪ4# <'۟ {t`034㑚Hs%F11B/PW^KC ^XNj$l:J˯][=?jQ1@Cf־/),3gћG@/&:#$&O^Ɓ`T]}XΒm!x^n71
+oNN
+kaXd[.~)N1pY-
+D&!21_k3W`Zuk$iD SRHΑ AmEsâ'(i,=l.48y㭬r/?1!`F@w\OBcx#!V[r/@˱+س}cԲ_Kd&EvNZ!<qբn/h"i+
+e5-)T;-wt(o3GV O[ГkHŷh Mf0;39
+ {?[2Pfw?'Q
+T3y,~$u'mJ^=0^ݓu^)Ty\~F%7,T|t6Rj
+{_C##E&<C'fɇi"c$) Ư!cz+_APkːlT~_mA^7 T}NE֒yUA6q귌Yz!uKڣ#"H2PMt`!m+F!3_Эq~Wf V)K䆝ycҶ!cAŀRx(lE 9mzN6cDža~BM 'nwvZAkq2MC9V%V>Zy)Vsgx/CF :Ȝ0D9CQzx1фƨRRt]i1:8mhF_HafdB; ,r`&_#_ )3mx`QH|3kG<lY^?!*F0 ]ٖb򺄀2^ g{+ySڒ8~b-8
+'#'}] 7gt<g,PKSrNv>|$_yk&fu+Ez|9M)X4 a`>^=V@*q;_k,-.V;ƥɳ30rl4BkB0YD~9Y#<jfز<׃.v)9X!DAAMgrT|dM<(,Uz~r˷aI=f8+"4g6sYZc0e1Q2IMQ=u(ʨ `Mu"~h\1c%LOF~ףD^+VꉗfD*م
+<?jp(0jRXβ#WmMO9( S >O,Bj.CלY|sj[H?
+Sb_Ǻ =</`MWjf
+[^ Vx=.Ixؐa㎁_Õ˨T<T俨e/[JT3{}R+'+EcL
+N}\F:ZK9څ+\ȥܜ6ijФ<wwD7O>IlkWU`#J}Df=8
+.\p/u:> +6i M3ZWdZ|((w;}`JS΍1E.y+/HoBY/#5mԈ&DRROn$6"o]v}lïyc${0NN: zh7J-P
+G}(<> 9"]v|f#H`xجz) id ?MF;ۚOH"ٞ+S`"|șK ,x^yj6>{=xp7BL76gҐsoC.1wd,\_f/=1L(U `D4Q+ľ?crSӒ v0C\/"Y-%Wڶ5bVNKy^ťE <R G~s}4EF<.?s;3>pH$%*(eƤrwxd9iMab$N[wtM/GFs_4<X|mw~4!3atdv$23m\ńpq:ts~F;</*Nj#U"|ۜ囧D|bJ lYP.7u/:O%+ gBEv~4RWo-ɏx$ >)]VzrG
+0w~24%6FSi@;hp;mޡEC ہ-{-8ȇu5Sȋ v1䐆v &`g "[zs.s3(L0Ӑ~rS #W.|ݍnHO36 0հwwz.43.sHFez0AsqY;L(㷇ܚ-q0y4>Ѽ;a:uPu7* 60-Td}jx;"Ejki*ٵQd *jեg3#MKe2 O3 0%JK-g#AE0ako+
+?s"2my)wNJMSdE7@2%kOgh=USW8bspԔՐaU-dآ9)AzqL# @[3:K~K f
+}RBGzzm7$E{3}+D 'C #[H}n8v(<vuω$ %p.-o?r_ 7<N΅+Pi J/~z1nCZt-Ԗr!v3{G)_g&_aWlo =\V . ГNAY-ETrY?/(8c,H؃ B@qZȓ<#(f[a'iZgreߍ*vt c]ת5թM>OVYBޟfd&T J`Ŀ.+߉)~2mMCԔ
+LAx&6:lτ pfBdQzttNY}ȫPgq-~TMCCdNkX۞
+7i=4G0W"&MeXgdq6&VCh9hM\IIewk
+>Hbqn2<eY =A1'}$'&`9™*l竝ܺoc)݅zdTM.9,`R:LƝD#9;nd<^oF9wc3;g(nȥ|RS1
+qܕHѩI3(ֶN$"A.ZaAk
+YzPHh ;M0ʺx:>BP)1 ^*!S|ڢ 3BV0úYjz
+a1mĔ.W^(Xŵvm
+n<tꊡ&iULՓY8RhQPT%Ja "]Va-]V"W8W.zi(}K^R4o0$1^P|t|oITa8;OxjUO6{O kAdk;ݝSbyX_P=B\Zz9_ϑ8&.Sw=7<Hp]{0W>N>4rWwGcJdt'a,X+GKy0cm2CƮbUjw+L[(/CcFs:7m~DžW4ޞ[|.31ȣrtpNNf<!XWWv61FȗQ~9Ë2S?~  4\VWͳy]jgi2~tYk'gU6L{38*}_,ƒnwr*'bi:, =9 ӛ\z`~4',kNHv<J}93D{II'K-.
+uZj`ɿ֐#y-8(+0:e9
+-2Si6SO(;j77@Nŧ';8۽SSYk1q [&E썘+<ۡ5Ŵ#Udn58φ3xwXfLᄄ(6CdCR#
+ϵ!AlU?.
+[}HvpYWN?So1_@;y5 5f!]E3ɧd"q&D.蔹\7vb]b;Sdg5<LŊ=ȏ׸![gl#*w.|"5mgrk2K_)Gcq*cDH%M_B{G߮vb Gܶ/2X ̣'mwOպ?!6@~k$iwZJr!6XhNg pb ;.9濞cw<p3
+VY,)}eu6nwQ$CJ+ _@Kh.F86Skv!j\t=O7)7z#=`ا8 phZ=Z 8!E 6mFm?Ш40:)STh}- 8:=(`عSī De(}iFkM|Ԩ -9A!FFpzԠu!+ O/HV/m}cճ}PUH'/|@4~d!j{eh(`,?X/a@m lYt9TkZ;Ut쎇~LN]ck>7O%#-:Q/ n' %ۘ_a. eBȉPef%BŽ
+ aHC.KR(D$\8 u_]˟@nJ*!9Wa61>Wuۧav>28/tk6> e{≛#f% !7nƴޏIӓ2 B/f:Ը,E~σpPY6s;"l`\OxG >ķy):8gu
+<
+GL&_dNt+y)dПt$K]+_V=2A/-QF7%olѠ 5V':'e3:ء́HXHNdQf(t
+fO@b$<]edƜW j6#2ZRoDҏƽႱ."q&Il
+G!Όß
+y$7Y-GÕqHk8%0Ȅ]]X%Jo9>LMhõm8M$ᳺ'v렙Ѷ MA'-C Z2#Hʼ@yN]~6X o᫈Ur]&(tװ2mղc9œ;<4\Id*k{,p@+3o 8-!KH邛(y}Cݷím[=C0[\d{Q1R<jvwS(v(+k!jgl#' : e▬z>BŒADtL
+Rds$XJلN|3REe5mSEI1)'
+F\1Ge-Iu𤩾)xo=<synfEb;~+X@T [1VR&=+J2:
+MX:sR}>?yPѐg5ħaG.tXms-*2[(W"je7,.ojYJ3T:_ϫXcG|m4! ޴b h~$)NS`EO7 g GJ㯯 <4+n68 =aw7>K+zcѰ.iuq?rC Y%^\< 6d:!I#r>HpOA!"&p "83mS) 6r'H6p=ͯm>vnk36;}c)+ZaaJBCOn%
+7ݕr/Ul^y7ԡw,+?60;b) Ė{w99>vp7RҕHU:zENDnΣjŕ:װ@~z<svԘ5c6d7a?
+*ǔGXbV'$eb>d
+qHE͑4/A ?
+O7\|MzJ>]wwZc?nُD(gE-()wO+[>':@ *}d-
+9^GԲrȶRհJm?LIҘp .71"=Lkc6V9=x9I=3NE" ?!u.ډ&d 5$:'f+%5^(ץӸ3MeeXhn7 Su2*m Dyl'?gH9@uY9seQܩk^3h[#.qgaO^&KSl fوSpX8Vx񲘄?` D<%.οg4)#E܌Mt1Yz휫 T̳@/ ga1+?] xփ38Jz
+' ryTd ӽoY VRx^b1sڢcZƀe^4l8[gc'q=#}jsn/@nKhSQ^-އ9}vc|l Qv%W]qU^9C[WbbwNlwXE~BR͏ h*06vzsU .V\TmM+tSž? Jme/9‡?245mh⨾@C{A"7~C܃uzU!]UچOS'aqR/8:bY (E7ZH܊:Y`EA/'0Jf;6d  zRI+RR2iG[⇹L-+&$/ G ÀYPG
+s
+[[A\}{;ϵ`XT?S8hj+#CWpX8=9GPNh>uw`m~BMh5/@@?i ~Z4z y:jaH0t"XJʗX.0`=tZ5KZKe3RL6^a߭RzyW:Yƃ+~t=)F*۹YWŦ:}\ox$XW;tl9^7ԫjP@)UF9=D:LMڞ`C3u)*s%H5v
+Ɗ~?q><8<x,9yV@Ks#NJr>flTnpF1Bik+uf;*K]sJ`l@<"Rt(?`(UC^lw oj%23C3), WKpcwkօRM]"66ð#8knt]q_ng]g
+R=F| S#rzV-:׊oXA㏼T~\Isϋ++D>gKdi->o s#w%@ KQTPI_FQQ<l N|sCEב2pJ^nc0BғlC
+U|!MlʡW -O#ޢ'냍g4JL2Pk>4\׮%@oᆌݎ!h@K޻~M2)T:4v.;pܬISBVsĔ!Ōu`"o 84 DKA;3
+>Fn A?q_rwpDQV0 OKHi 6p4XptPdU Ouz򼿛|=9.(Òm$FnS]^tU>9ĺO3ήtSf3Ͷ3(.Ft<bixUP)JL;{E?J&jT&Eщ}3O՘@ŢWЄOF5/cS`Fjo(9|vΔd~߂ 3sdP͛K
+Eos8}M_\}{AYl=haD8jl5Q2Ʈ8 תMoD!5M%C;lloz@'YS"د)+|{OաL|z֊6P%H^9̘rv-uFRmm84$ScE̫(6C^NshvPk \YMͽ($%i
+|D
+tv)ɍXoQns ~\ si;1`,ZjGʙ0wh>_ut*-&6gb}z7Ka?I)ƮDzf E*
+M:7jj9w_IZW'@q3+9}]*ߴg)M<d*Tf
+lOv&[ȇS5KӍnhO[#ˣcrJ9b
+{oJcaG g-/EN5  1D8К 6 r˃MGԇJvfaO iY˨vydAi$+k)oI;3OhdErm::utJyg݀K0QEdz
+`G
+%C8f_K7fA@,30Ute\>$o)Pl ӿ>=[&C
+ͳxjV&${]RǓ(d$t~뤂YL ͎^`
+,rR$I
+rÆ ,RfI)%QO⺋+|/g u1I +:1 :@bmG,/asƾlY`貼Pg1^A)Fb"M^n:q0,g]A6H%rgݷ'|.NTXYfdݱ;hzh@2W4spdJ b8$qV>qP5i
+n C9H\Z
+hV
+d ܪ3}1[xPAhxt*}dd*]h7SHQ;1fI
+ |Wy+I㑄^is]6@hGUJ r2ڷQQ_+r
+endstream
+endobj
+621 0 obj
+<<
+/Type /FontDescriptor
+/FontName /JFQDQO+LMRoman7-Regular
+/Flags 4
+/FontBBox [-483 -292 1562 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 79
+/XHeight 431
+/CharSet (/A/Delta/equal/i/n/one/t/three/two/zero)
+/FontFile 620 0 R
+>>
+endobj
+622 0 obj
+<<
+/Length1 2131
+/Length2 26111
+/Length3 0
+/Length 27341
+/Filter /FlateDecode
+>>
+stream
+xڴeTJ5qwwww'F[=@p #os lYfU$j "f&@I{;Ff^7* GA!4v7v\,J.<p
+":,L
+8\yeey #`hF/@ӟ
+v9oSX?f6srvqWE =˦ (#) !<;1x</`kg?'ѵ[ٙ+PF?Lp,.
+# 0w
+!)xO*e!M
+dPK%kScڼm$UMޘ)#Ih2j|PX
+($9)aho%hw=FN^ꗷAͱ4c8٠y,u/Mu?bF,bB9tWZ e=Mc"҉Йv@b` ory,"= p~M*cp#z gJS8&-[eZTk~,4b+dHCh+DZ CDŽFLtF'%Vx;1:? ? \5i|Q
+ Z!E;
+N[1Ce&×?٭|Va P?XKLю٧
+]$2 #S6f+hDr`k!FSo ,Az''c& X x³8@US$DxCn+Dپ*+]^A6į{Չtb~Y]V! A-`ݢ+ɩx@-Oa0(ԡsY6 Ʈ 5
+$!r{K17ҌYΡRAj7ӟHpA%%G4rCq^ ut!O Cw;ʣJ|p8kqV^ 54hv̱a-L`RaQcLRJY ≒4!m\>i"3qƀ#DVi4K~?CXpu]|+/<Sї@c(s<*d닫M5ʎР/^[{WGCsa y=:n3$h  *F8U@&X@l$ru[=B:*o nd\_Yr,pAtfaO񨫭~F*?l9D)aoeLcʞƸPv~\DTG[jXrUYu
+8,e>ĈDLz;bR<p/KzsRǴ3?4K>S:NjPW`!]՚n-v/ĉ<{AIlw .)JL>y>O%-L9_A܎=~
+|}(IkBtŽѲy2RڰK,cfm@LXFu0Fkr'h:!H~Ŀrz@B7%podM]y5xʂk
+;&r. L,<A&h6ԃ !^2 RaXR .xIHi`)yߪ``1%_`R9D8kTv 'I$ZMϼ+xU! \ҥo
+ZخOQliZ7} /Fo]BDZ%>;-^7^Y"^bB`tk2<"\Z+Fgpȏ^#4Tq{9yG?zqN3'+
+cqWu2g4HKl7MU~l*h$GT%ecq 9D[\h^ԂPXy64.
+H0!@V[m2gd$IwIhHm
+<w1 7 YMsoG*2TM[zm.R*e:+1gЪ@I`.k[=EXW
+^AGQSӑ6ǂ.kRwݥ'`AFEo-\_iwchsF.5YR1nS&؁ZEr29gJ#Ld- r̍=T/"d̈A;&P?_lNv[egJrgo4 OJ|,z
+\͡ez6#r|ہZrO pp*ib`PP!b.)M9\ORbv Uǂ'DOiЛ-7n[hӧ$EYNڊYu ~yen] k\ZA Ļ/rQ=/ɨw
+UDnJgI RǾL"+N73rtf~
+0\E7\w3+wlD 5.y`HL t\|wƷs: + #..9a*R,b#9hiA xHzRH=d] qReJڐ&kƗԺ %pڼ\F 2:l FJ7M‡KeoP_~"2|5Lo"ԯ sV27]&5;rުg*7 $gbJ-H/%)mIzH(\wfImj٧sܞ
+ٝFK/6҈6{_=t;%<N–T|fe{s\
+7,q#]t[V(ݹ+Ѻ ٚP8b\To)O /4
+/`jOl<@:6{8H6:36C-WW=[nh)Ư֒*T_M_|<q:
+&,A>Knfy\*Q;뢜M5mNj &BDk鑹 =ĎzxnZᢽN/]J~ɻvaݦ-)4o#_. z&h bni? jf|Gٰy=ŧϒCNY2hRL!;I*)EHfCMk{ZR=3rŽ%. N9cV,:Ӡ$'!A_]-q,j z0L8<}2{,Q]34w'ɣ@G\]Qul`
+ c\ACjNwLJ("iAk%[u$Ć;ٕP_([]LY,b'Ն.ku65Ԗusty',p)VV\jE@ۂ 8Zz6RJ
+ɸ$[#Ʊe- "Bz`Y2ŐY мPt
+GSDcS4z0d炼'3%=>:[oDF#z3KcݺH^Ey3!yFz~xȍ]rk[cbcXW'`rnmgS3<qG`c=flZr[JYIJ:!e1\yz0&`2߾[-f
+&ɥx썻2YdQt&kaiE"b}\O `L8xRuXUԯ}xُ~So7+Y"8L,dxE$-$'E\JJ'#pF,(/CCy!Anގdbn_mmm
+z)ϋbjH˨M,1Z6Fϐ_aPi9v*lMޕ.Ԇ7P7AC֖ bLam/>T NHC6ggSjRR#*?jGap]ga۠s#4B=5qA(7jv$=H}PV#co?}k6:8R nW-Jugmϥ9.х<*'!t Wη+6d_clǎkOfwaKksP1r>;GdEE6z(F*GP 8Vxw }2 ! 5Z|,)LB I%Hԏ_\M82=٨TXCEaMQb JMXMNRiEu->ܹʫ
++˒e+oiVtFN[?Cu -E{,'םR`2
+F4$KcD87@SBU5Ό~@~K7}o=TgPuitSq<' ? ؅poy@壮D*,e,:--՛B$Rf5)ZW|l`16Ug͔ >?d@Q7dY-̌:VIMF X$j;&3`1¾0 M:p\ʛ9RYQq@ I=ٵrM
+ێba{nŒ_@G9PAxѪ\=1leS|_RݟhٺEꞅ϶9/3y6tyRG|F&3zo8f8 5jK'9±kpJ=A27) |EpvnZ>1ISl(O*z=zL;W`dDߴ\&Gg͊*m!]"zvkBk/pOIky
+S`r f4/8;X R~u}V9dY{!#]2?MY${^8GWcEҷČDp01rJV (%;^^8Z'NݗXLc]
+ݭ 14~Y A|i-BSP1כOGڗq|YޑTrmeQhkG
+ɅqbY@xխ%̮a骳y
+i[0?b/7Ny_!Fp?=#X&VV4ĈQ ƽX?]h'>\\9sWsɺ3+n#@#K"IgUk#c2H}0fNdiÅ:!ۓѳ:|Ҹ@U|n PZ )/;R`*ЪyӶܹ7Ch50O2 wsį4$#é'U`7_B4GpLDwW,V`be-z.Ɩ F
+
+*JJ- uɕil7(%0277{QcBh-l}7x'7XZyĝ)$#Ho5#"s2`J0gI\cˠC1ԋ\~D0*&&#NCWOb<YN7-tYM!qlf_ŧ*Q|4^OA,kyqNXB7J<T;!
+;Zryva?~h*{Fƭ'!slFl&G]P4W)Ucݶ ٜV](mO@sA2ËҳӋ2r]L[~f"#%wjBނi73ǫrxbVip$9xt@7aT k^s}]Ԇ:dY ҏs5}4LlfK0
+_KmAn(Hc"G?^Lv"(ɟXKƵnfvְտ z ({hiY(z^M՝~ƷBcxy`[/ Rp.i ŵ(t?XvL(ۻr6^GbPdm!hIvF}o} XIS1ÇByCn-@bC
+31袹OC[
+1}&6,;i0AW?#F(r̙Rލ"'3ahZzTw{m^\Kl/D!6Kmƛ7Pn[k=i,l],/WKDp3>
+ZDRԧl7-%:-Џh{Ƴ-=E&DK/Cg_7r¸@_~l?NtˮR6&u[.^&?*Zons"Mur`$X{ۯj`NZ0ga'UkP#ӎjvF t+Lm`AUK0y1 .)D
+Fuϧ mhD[8d˯8_*zk+.7H
+e.>|BN ͓/ha᝼%Ńsfnf!N6`E17kV9P eU=8ll,T#NIXw>6KF N^U0`մTAe_/k8s R<7M y[łѱ͢R{zƝV/.Ϋ]-} ˇ`&;R#Ay0~1ٔ&8Eɶpb~Nou^uZqy*酰p38ʬ!-آjg=N1ezg.;s p7 ߺ\, 03笸5  Q^grs.<χ_ON?hlq#psUYz>: J & |8(_u@8P3- #-)фf*dtǭESZ0ɳ`O nVƒIa^jF==I-FlʱIl%9{\ۢAؙQDtQ'>`q+iNiC</vhKW4; JW#͎
+eR/Ւ:^.\;.+5i5ip%+U|ʾ'hU
+X
+|FvBjnzױ9(Aݥ\@pD:[_d<*jw&voG(Y'd0sͦQNh͒`¶ys5x۪dh<'cQK s<.T?i
+!Ǚ:ؔ"q=
+A`t2Zf%oZd:z%ې\jDZ]乗CUYo
+k؜Jnbm-
+:~G<6#+4X l!sWQ
+ xB?gP) xM=lhxQJ4ֱ-YMM>}Ƽ`!N -3Ȃs舀j!dti
+~´|x |Jo ! E~v= c V- wͮLOK׫%W}p
+ݑⴵԟP K0
+ߤ~S~թ)pњ7"_֔Z68rU–Menӿ8ky?eCo=83?6m^nw[~r`l/CQ܆Y?*^' -vގȚd 
+K)%kl]ek_LzZk|OG=V4BsC~}bUzEb2ߝ橂}%RKK&}yxԅ1ͬL߾N<)gtVBp) ƖFLUz43Z%}eُjA^}`k7,)/@]3߮4%# k4MoB ,FxCDF%s- 질bxY`HʝH |&W9z!`/1+DRS9C@ ]B<  27YF-{y?413oBZ*Evrf;uŔAnLMqsK:kaۘj<1=/D0lҋ=%29Ziݎ&ZlA멓j|Յʛ.>;"2탻%LML*Ng[>JH/m&Z7RIT{=[1Dۣv6O=U)С뽺"-ХC "GФS5}.HS%GjX'%B62w 0d
+z窔AbN/~zaDlXy}UdHw|Alx% 8t0n7s2o'!na9TGxױ6`;;84
+(8?~R ׹&t
++ Wrs?_t8"6̉V9V" xg %8BsÞxX2v]z6`m#vofhXqze 50Nx;JQ><~CS+%dw6IA^=)k37 -
+XR: x_h:bEdV?n>hI^wE!FLSӀ3?zRZ)Uy}98&
+n!z2\4Kaح8}z^ry<o&pz*C
+tVZ~$U<Y&S xe
+ _Xy#_[>PㅤF/
+EĔy̢&;{
+4"mpRzj֨%_8Z8کKy.a8hIUXi ^NMXzĔ;rBAǠ6ICBgauVSR(^LA~б=jgeSrqFMK/Yr~Ut1KΌCjmV;Zk!Tpd ^X:=D)uS'@ۂK5ꂎ bFB pEw
+k&l'TtBm=KJML{;#h{B<@}uWpT*|!KL_Ѣp5+,V-y,?W"5all(4t^CE.gpXU0(U J&a}|y4أ)s^ճ`G*NįdvkzwTAlAK48s ʹgrFZʍ'
+#̟(32~nD3D/2 (l-$BO(|Ae (>6cL%l|Jdl<AaW6.= 3'7 C=x 9~t!u92p>y(AO_Bwi ݹW7h</"/={8N9z-
+dq8)'Bklܧp&hyL$~TD*WU1>,Gk*k;ceMZVuPɒ*D=E3[s1p5#D3Qd7j@`g.F?)A(Z(ŋnd#ua fԟ hIfƔ
+hܹHJYܯ'^EW=K
+Cze*K*H%bߣkWVj+B)0imFߓޣnNp79ɑRN9;](zҩrQἇ
+J5;ow6@rcNoS[h9:/*pv_ܒlYHVZȑck(95u"&!/Dpx$ (w52Ѐrֽv ޽De.{ށΡAlŰb9(:nl0:D%v_#G!>֞IJ).$+@0T PH",*].9YgFTg v g\` Mw`ݒC',pB=JM 'IBtm;΢:ѧL1]ZSm!w)/$HDԱ<%ZZ+ϟ8PLYPj}mٴb7f&A
+7QUX^L?L9V5"]oHrE679&:~
+y\P5? R!Ǔ\{:1Oq UTۍc̋B3
+&1)Uz_;8^@]˥UB _ubpOxXهӛ˧3vu!ϣQ2{
+T뤯˟ZyEQ!OXeq
+rF ,LnV4QW!
+=_`X{:mcm>
+"K߅T`wps!egj#{&6s#IB:,MiH!Ԋ@rX!
+ TrT%mhjdi~|vŲ@e͸^h8W7J<`<{屻 -bV`KoH̡}U`)4 zޥ͋B(.(_ʺkS[,;TSs#Vt.#2kT{Y%Wn-ӗ u G )7"z\3c%Ab
+56QgPz Ө% g롴6gv#T~!DF^D
+ִD3?n1֦py"GD6$S*4<E;tN{rɓ9Mܩ%`a8X7ZkH̀>)Z_㣗 u"n!C(88t!]Iz8z=Yk'+EFʌִpR%w@3)^a SUIebP,!'Ҝ3Rn2e5|׍0$R>P ;oǦeڦvPQÎSL,T`-}ֹbF
+W6eAHv>S'!Rۈo^9Qܑ~x.Z,
+ףsK>N ] \2!03*A*,HibNd$H\tml`Hp5 S(Z+f5L$Oc %$o,޵a*d5g 5KQ=ɨҌ0
+ TL+n;~һpԓuC4P0WV(q`q@M}4x{?R^"}P6ݗkTv]a6Zjd -WA[^D yS;c6oQ  Z~ќ^Mr\
+TPU$cm{f+p+1٩&؊&e ۀW2k%YfwtH!󑞉$]ÊMn!pϼ=F=gRkHؒ^͘I%tXGM`z2p_uyT+VbH8`&cn]VZS(36=ǗŔ:!qʩ`~p
++,L.",8:URYwcTˬD9JܪI`J4tZCyU95Q^
+4zdRb-j;Y3P:Et[A\-xV3ęV@y˅^=fRZ &]Vk>ZҁG͢ЛYy,v0 f_z)8,_"j>S7)8 <4iUQOԻ9/Rǧu}So"
+Ug0"iXcю \%_[)G?'bu8`{jJ=@M8g5XCC |mp89%!WLY;~E.(C~X숝O}(F Zjnz~O~Z[bkvshy2,K ˌգ^kB$K~7CV=fXSP+lA;89yڝ(զɣM֊ީwڣNt!]
+훫yλ
+d鬈smQϕWzp-/N`PtMt{WeT[{ KUd˯Y1gBz-" âvwqhσ'~((Z-6φ3V 3
+˚U_%Z;F4*]B$HI2SOFP E+ZMJbpSrMҊ"ckR!KMq,15ֻT6#  !y;yUPk>5_- p R$T
+DY0qds(<Ym. 5.Mg$sr׺츒Ǽ
+3â5+,DLF>)xA!ќS[6lVIلgT!'hWl?ge6৕N
+H垰Z}oL[xh6Vn3j!EQmkjݐ~l
+8%-a5 ~g8?JKR5k<97vGB$zٙK_ zč.s4:|8=tlr-FPQ>UX}b+o]臧~<uT @B{J}lBP+՘P1
+:[.odCG#puŬ yVY=(Ga"5\B0mmIW9F
+AhM|Ov-@|xvhq~Ag\Pio 2ZC`Y8O@EZ#7ZwD<IAM^fܑ^AxB^^ө_
+%/*[_T?٣zj;> L%՗-M-y,GW.~) G"2[DZz?% ԍG1H!o70(<Cu|GhW\=GzAV cAlh"Wis oCUzjI]'H
+z4bYtA\u!Ƕ ulLUQ*);DUxHA0qM/dswo MDCHS(FoW#\9VU$8[`-@EG
+?o$'х Jg7dOhRu~7i Yur0SG,lWقG,K{rNckJL6
+@1$12Ci
+4O5k3-?.[,
+u<4=Лvlb[>D]8)~)j$>]֯m /R{"h :65T .**<<TUG-BOӖ2!CLQu)-)PɗIu,&橊"#%a20PsMī-Y ',s1tw!|hK.O0vpԅB5!$MV_Plt1L)HLCW|@r"(/PZ灍IXma뙶^ӳG|ŽZ@Kּ5򀩶&l9+¾K >:7X9=@|F`*T -$ 2<uHI0>%An?>YoQODCfY#$S{HLj#mGSO*۶P$:Q㾺F g`U|lg+)n'a2s3=LOF4pR#%~=m}Q$դ)Zvܰ'uT`Hڔ+$~ikChvmvV E z9d2: YBRSwj7s]AqXS V޶򦨫ȶ@3OksM> YYvP~<O&QɣQnf6zL `݅'yT))v1n{BaCEJ< „վi5Ьl. !˹`/+|m{o:R%Zm(ܦJ>ȴoy3iZ\/ChFhY% 8S8Rx>}17}wBFwl}|-^ŤH>{x\+IXS*#
+pxΘ,巴9la4?hI5-_ 5Iܛ+5,ChnVm m%g)ڪS.a\ֿhk dݲ&:.b::9+V;4X%^؃Q`@<YqW@s_b< Z9*B@fOշ)3ಸ afY
+N Eخck,JvvY{S9O8,=[h<іJpwWg;ѳE9.G[a$OŜmo1 O(M eʜhؔ'+?5Q0S._;8FԠ~y }5$2)`s!YuY,˥?-B'wo &uP :XaEC;Ume宍bvɍgM5yABPpJ,8Xq`2(>0!SMSw3DNw4Ik*f>#4h<*tl$9nCdʗW#mD$*fC냻GOoUF\t7Ld~kaz q?=ɸqFWԵftze,D'- ~k5G;xv ŧZI)n6䬧"0>e4{ɣ'DZ[8r]8bYpRk 4ȏ õ436 0+6H\JO"(-q?h10JC8a)%FS cj!
+ˋWmCVAnt .#hKR8lJ%Y %%[Jf*~]5Ame^mLR>F9Ygon }vS
+kbSNw[B;PL}Uk-d; f?}4-C;yH sf8[v\:'6Њ|7Ǚ zX/=i~r6%߳t޽XR|(qQ7~Ig`6{i!
+#cMa%B
+endstream
+endobj
+623 0 obj
+<<
+/Type /FontDescriptor
+/FontName /VZFABS+LMRoman8-Regular
+/Flags 4
+/FontBBox [-456 -292 1497 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/D/F/I/T/a/b/c/comma/d/e/f/ff/g/h/i/k/l/m/n/o/one/p/period/r/s/section/semicolon/t/two/u/v/w/x/y)
+/FontFile 622 0 R
+>>
+endobj
+624 0 obj
+<<
+/Length1 2317
+/Length2 26667
+/Length3 0
+/Length 28056
+/Filter /FlateDecode
+>>
+stream
+xڴeXۺ5hp+P$8HpCqx.Ŋww>0ns{' &%(r0
+ + b r2
+Ѿ2M5W
+hcc+WIMM hf:9YB n`l@K$\]P_/u ʌ|>y9.CX:
+6s n>t'BaXZ@^U]
+g: Z A9^2n*f@m#"tҫ\g ZB,l%wv
+ yM8A>
+|=6bBMJhA`s@&mHIN/%ЩH&y[rĥؖ1hvPb@Y%ÁBb̖2$[] 'J<xY&\Wl7DċА;ܸh%ƙ_G;q E3nq\֖ #$P$eֲ
+nX#5.U4Aoư_> r$+
+ξLHU<]-\g⼶Y>z'qک"!GmqQ*inߤ4P8_#
+K4-S 9tTT^jesLϿM
+y2SC_Q+07/B\WT ze ,Ԃ
+,N|u{c`'TT)YW {fcӪF°nCw׮[:c:3/ZΓYJCde;R4=',*Niv
+sdvVur}}׀7nK'9 pBWgQJ& 0i,64ElzK]~.-_ax#n`PNIV_}B\ZX¼j76~W-pTC7D|&d0}@SL7wga=B3Hx$_v!j@lfWB£2gz8f0~ 1cy/I[ wOOl`Պrrg@;aTumk<O,Q67o
+SeYƊqeLXL)]'1]$e4+f?>q{'s`A_^m7\JZz
+xEd>BI]#VK*qZ=4"r;a/٥:XK `PL$U35 K$-z= KwoKISD/ryJR ƃڞ:1sFdLj4yx^*WqhJQHrU촗U:+ΪpF-
+'ĠDXJ>O#I1jf}#ӷ2;a5Jޛ Y^ϏRrD#/M(n9:=HwHSi)A5D-,#Lpa%st@]ggxgYm;wE}%#s aԓp[%W X@gHqL@d_[ZCuN>7+F|.Hbj
+8 50>frSSp{u'83ٷ {dȦ`?(/ջ\%87$l+Ok7:0?>ȳ&%R*3]"LJ:(^ )05hZ.@[1m鎊L+ 23xRߗ8>р`VsNs ILʘ
+ <0xT_wEpC9J>0=v62隮Үsfg灣]]Gy(uyqdNiwsrcs͚oEO)s80DrSC}3k:E;TIC*:W.GKñY#|Oڛӭ7jjgs0)F̥g4t9@e3<֝ɝ>5/ZFlP=0(_/'ٹa|,Z`kÛSK~0!ƽ͞cNX,F.Jif4Zh
+wKq'u6ޔA3ovp,]ӹ!,5U2꿿3&EEZ5I 䘤hv;98 KR9Qm0<k5*4>M'[B=/9#yu~;ZKb
+#:UOMz,B72rUi7+ YNIOT"YaRhb~H5N)L98L OtJhgڹ qy6%a"7yseMg×Q2熄^
+v%5)pT$Ot;.Y$ȐӠ DT{lշu X0"Δa=y.;bJ\8T_ϑji{0EYKF?A@5{{bK(LZ> = _{[*1^}uec&j*F3fP[::y@BP볢$ 9O1𑥠ݦ^6ABg-Aslҹ+-_5_ M,$!j6]|^(^p zf>eQ\,-nD6}O]4_
+WN˿Y[1˸N\'[|*eTA'o|η9t<Gd4'-0&_8S`D iGDIzO&\U9"O/f&.~H_Q[譺z쉜K HD y_5 Y <,R]`^ubAMMvyme{rq(nЗ|=s#P-٭$3@ l9ظ0;OBoI[D ͑(rk{96\֮HX}teD)gџԣ=1ХĶhT550ϺףhML=NWY{"9LsO4Vgbf>vA"fX>G
+dmζҫ$
+2κBLTӵׅs O/яJ;O_#\/G[jx{B[3p+;1T[)i"AE<|<Z8U,eH:CP+Oc\1[k8? ZtDwoGYjk:UJMȼP{ FBM,37wbos/quTE8Gdw'I#0_8IJz%[y~s--uqjr~3V;zu`ㅄ`z~koe$4:edS++Uksuɗgzڍ퇽rZ\ǙTDNK6ߢY HǤmX zZSXc3':?AM>"GI΋YȮctFecdqÛy"9׳OBxX5>BMQO7$xA(:m$c>2u1F d=c>`sohF٫~盽Ɔ@(T|@m
+5U߲Le S>p췎[rd&Ggc\#5
+<RNplx{/x8O 0:[hYԑy,>`iN>WC}:I7U]2#yV"˨ך0 jEp"^uşvZ'Sh!"wưRO Q%LOʅR;r)+xni1_b3uq&}4r"eM:I!0۠NJZPR9Y}=v ˥Άm:Oգ͜3]ۣjƯܸGs>4ή^>Ӆ7.i _Xj40Cϲ(Iܓb7IзoM\?
+IS_fٷt3vҁlW"y25V$I^Kk7/I}A
+lLi)z%uG`%E1wV@5g)ztu"G_]|̳岳/ET3crE⫱PC<nEMLUV^3ú9ECY^eEdP_@qKj6e2{>?LAL: tukBaLK"S͏Vo>#{"\0%?؉ZVr^~pB)#4eN8"=* 9b
+Nc2QPh갉[e2eLȬ"DUvN]IN Q{W#7S,B\[h*k$ Ted'rE.a6\[=8}fTlXQys`VLoMOaݓ\TĔ!=A6/aK5l4s"$5za7YKxn%>d9z x#X`L;IZxjh(S5q(p`5|xK- AP, z h2SD6WnG|~=;'"t)qvHiF٪yV>WaL~ o\ 6QzԞ >(}h⣘RͶꙶQ"2oY8Qk~>F仹`Ξkqp5bk1hA}C9bi/E׎}/-.\ֻg VR4`Ǒk;,\3?zI';cyƠF,obؒB :0Bئ9B84Ze^߼7eE<:%t!Zj?~i\C*!w
+H6M_>K{Dbզ!jo׋ZSŇnZB@؟{.D5LVjw &+7x <4oӴ!qq ijq 'T :QY6 дbk]'~IWKP$ՒX1=C/^.H rȽ&R+[-d=w;N/ZXM~ʳ/\i)?Pf~ xa{R;f~¦]Tohe̳D
+>~! qTYrBAܱR9MY^ zm2[ێ܇K3:bݏkJa&]]k>X*w~Y,hweR-T0N5w5'}:/Zn ~ ]∘H
+r-ʡC='dGb>Ώ!,QL)c+}N'wBCY7zrOa:ː˷[͏C
+;Y-7]zA0vWIr@gow.HKĉ^v`; 犜iTAF
+1./J#ϺٞiuQ:q5|x.VR#+YNג6a}s[]Tl7c3731`H06D0S:ddKqO%3nq|KT07 39y./[+򐧐ktAotBn޸kmSQqN.jx5̋zWc;s`lط#9QEmo5l=v3}ndV1)^
+oB5L8TXOIbW upUSkYpw]&!)Dܒ
+do1Xc&K'dž6.Ps2ARq FiLf:Bw:maAU/!Ao.GwPq FtK'qd6E ۜD]\EVwªC[U0>BbӲ{I#oOEzِ 3;e5t̮s,1qg$Go.ͧvRw oִ{֟rfZXLD_|CByż0{޺Yw6AQ`7=\#ꪮTբu!lPyʦ.ҿLTH
+M
+pb <R;$>hn9Al<['[Qx F a[ƌfAb^qq [y9Rʁ&_uha[ r%up͌$>"9^W <ӖJ~ 4uB2ZduN;T5.ᯨ8u6^,zHLS=حLϻ1'FUl7޶u#q $b]]<iܒʤ8䅳YiִPoό?1$Aچiw[tIphRJVx5sZ'z8q5/ 87i|mJ!o|:G96k&][N<H͎j|j+IӽI?#ztfI{<+]ǵU!п<N}mKHZ[e% 9v{"Z @l@zy ƶJ F|Uh_j4a@h EQ#:SR]ܸrC U F$Q{mfs.4G1""X`_Р,*Et 4C(^dE\u-̖=C۹l0Y]ڱlh͐4j&k'4;o65sh~)X%*fĮf KL@ߚ֠PRۨbhY5^t8ǂLu~l19|¾q2x0}Pn/2en4$H||y칳L0sV*#LjAŕ%#%)V}/=qӂ
+^f.ɓ//ћV烣Y5Gi;ukQ2u>i>ƪķ~5d$|9~j~"P 7&Ga VN|-%Ϸ
+=hsSN\K'wv<Q3G+f%EZs"[1ݲ
+=*x0GJNf3D[Tߠ=|sݖ7Ip-s"KۂxU#(>L}QCAa_:tʙ(,v6]3`2J7Xt BlR~FRaMpf:ѮN6aQGCQ.3iu<lCCzh׵M.| G oR*k6|h]P
+zДAҋ@cMDhe|.fI/M%Lrd_u(Km2Mf~t%<$YjϘϨ,ŏfZZQFIp4 zԧ"MD T pm-f6Glxy1%R}νPʸw!t+S&3g? M^tqGy)I߯{([)Cx;m*JoquVy82k~@]GUvʱ3W]qhjeΑC)1VSO~$8,qWÙeӋg.=Uפ9_)(d-$r6u={ctC2Mמ_*2cLyw;Q~ѳѤ)-c*2M ҉**Ψ(>k& *Qrnv 3IX#TEuGs' 9_894#:j@HuUV3_s|0fBR` {, WrnXk[!3 V8~9eBjӀRs ~|'/~9՚G 7WjYHbTИ[ܥW0iBڪULCkvStǩq!gFyHﮓ0әf]:4dSMjyƮ."/~ Rg-)o 5z@b^azթJ>2MrYO~T@\)K<)_'\ ^`U DL}U\Bܧ`F3 ;aKA/d^N iW%k#Δd i7w\|jT+(V#j3<~fY"_RqQf%apDbwmH J6L {#(nIG PVnCohU! 1 <!$fksU@Ĵ:;k>=ll 9kjd,s% %Ը\)O%jv6tmjCUZik(
+xCce1OU\
+^?}?3^O˩TڧZv@ۋ`|gc4/oekx/@#D=`hPDI.G…|i*d$ ք 1n
+KahĢ D.O1&0(M
+Q&AT8'֧ rIޘ?L)"˫bk-:=c[XMIK#0Q -0夓Щg"2Dӄ#]hb di|T5c:ui#y2rn>:T7s}F}VvM8Wwt=r/SFkv3fw`?a,텒j]Ӎ*=>"MWq.5@NC$ú7Kw^*{Z:Fl-\͛ &ksU2&y+0dEH8MU9iR<PP֙(19(99!sPvӧUԉ}v'C֬زF_g8noaF֋ma
+\'>2mF{1j0'NU1`7#oqU,e
+s }#U׹3&G;Wlm v æ[C@¦MgK * {F3fޡ</;MɈ{_*säi60z z<\KB#^ y--ǜз-ॷΩrs.Y2@h/l־4NmcYI^<պ[ys 3`Rկ+^}& P{N^W.@YzCM@U~og-^7:^Gt$))CuZ#XIDOBh<$oa1
+l Í
+O,O4zʏS(ȼcʄ&[q[u{F6^ -??=
+3b.ƙolv2:HyhJ)rz6HNY`,\JG?Ls-T؎yvWHNƤUYVHUEo8Qd-$?ws8Nw[c"L@έFH"-cta֭Zj-h\=Q11̙o!OUݒb7UvAß*1Ĕ?[ߋ5|{MtyWo&tLC;um.\.#Q.z6{)l=^tpd|j7,"^-} e@P𯆤 }q!<wx ƔAr!,ѻOƗ",ENJjϐ^He
+FfV㝻 wg" hUjx%
+=ڽxj/}eQ+7<fŪ0t?`|$cW.N#p5dlU!ZLHrC ǐuχj7a0@v1+8o>DqNw7*9ꕺe|r 3@Ǫ9U?l'hT @/:KpË<?Xo>5F4H, >Pe*[5Oз2_9X~.[tw~A;f)Q$]b0
+yi[w3/\ ~[eP%6/ c}e^@:_NAb@B4Hxd;Y~;ĺ]xg*Q1
+(%ެK,֐nZ朢3n)BsrGAFU^ x~.t #?|~wכ`LSɃ; Ke:q7W|m8FRFDl9;6"e7,db0l3cIH^O-Q![o"zIG7Li:|,m.#hdJ~ω${u;
+ -dwn;d
++oG~| oZP/5jWەu8۠&7fDx(¿@'v"3],CZlu(s@XP޾=
+Meq`hG6 !~7(
+: < ٤Tl%)/L"6/=qUM7Sl d_molOnV@T V?H > |sV* EE^'^|i !^/iy{UuNxc:cCїgT[7{H#M۹Cݦ>fusX9%Y=h߱;Z8
+̈́N3gM˸Z!զ:`Kkw,%Vѹ#Q-_;~]~L%
+=q}x+J\籽YgyyN WBڝj8 s";KQ(9I^[^Ǻ2-qM 9I!S>}諭;K[R"wP?"a L9jȷ[UhSeVzL'K=btspPNJu=GS;ֿl\Hijk_RILqO^/p}8BOKVG"6Y^P܍#%T:sLX)'Q <FQ\ >YEf=6fT
+7atD/4j  òD2қX"m6s·JZwF|> ы `3x
+2iEP<^V5
+monѩ%xÁy=UtZOȘԨY>A޼O;(Cq5p gw e (|nCbПC[Rj>3y<w뿑Ń$sS҅(1OkDf7וQ[G^Q0&j˒=a|}*Ĭ#aFHgs咞ĹSNDu+P9>@]R@ᔄNv%l<#wy
+8`\G+D獚ڀaCnK%m3{m.%KN(,Y(W;l@.?SX]6:}Iz+%l&:'7 `iԧ>H w힞Th9l>Kzx<j0ּ6Iel3O`W HZ} Ny8RY)#R%)?2Zwk3ΰk$0ACqEQ\:81(f!"+^k,4{Ƒ+X4 iU{8UcJI"߀7b4V(z@ &nk[ޮtgn(sx;}|!6CVlZ G^4+ij*Ikf
+nu6འ00+'|
+G9pu2~q{sjQB}JYvrsg!7n028k?_vH*}[G5H*/n7Gpal:T4gyDVr3&*gMiC2zX[֓u|:[⠖,$)b%Pz/uj$İ6_=*L
+EbRDfH~mnѣ &ߣ47%BIy›闹 ck\zq.㞷l<u(u-$ nŏ9; 06I@3PW}%MUFuf{y>#,cv=
+d Y(D&Z>p_#G:!-r|>ނ*[z[Ȯ}r,њhH@֌d5
+Qpp)XXk{B9*|CiRCԬ7l5Aޑ=`8yPVFzilW0WsK9/|KKM*q"ihnf4[|
+oO/>.{S
+gIZV۰B,C/ًS?%ޮ4/l8)$Xwgu/^^m`]/Yiy:&Y "p0<8r?NL"E6>7;%Zty{.e4a e`^t^Wzn 2%F]FA-TbPkwr2m I &.r#KȹST"p9߂*Gad
+125r?0- (um)e7S[I <ܴw4-dݭ/ioW^o,Fz}S'?d/]-bH+g{qʠh5(fp/w^f}Hb͍! Ș0K~w˫%CQF$Ġy:qOy{&h,['|k!FLNeZfSjkN_Ab'b7&ȵpQd1Qm1¹xټ, yhO7wh/~lcM$n[s~BpA@DG
+zgVD t{I=G=%ki T* 4( M̟1xe7k'<an$EOH
+!l:tr%440/<_WT6[@:\?ZrO)a +k
+"V<֒sBy)U<X7^ e4y$̦mŀf]JyՓ[Lc=GZ^zGRcxԈ0+2grvL Q&JS+
+ד>ĴFz* kʹtb1)m 3A`e2d癃*F9 @dSJ*[!)pw(iF`͖s8M'Qx!B{<2_ hcxAS\q}L\8C<lWr G\#;f#Rۘ@qP(Dnc ?-<[ʣJ`D Ì* ;B*Gb %a4k(LLŹݴ/aK
+ 2e0 ĜPK:T!`|#/_k9Rbt xɏ>,!Qc|i\WdU>"2u|As:zvG/&66=э㘡e6lv[q}}0':F- LM@Z8#At+y`zFd`8HɊUY(7׀ed>mɹ[@d~:z5A/{B+ 5Kd̋ #ДY, %ă3:T,~[~p1н:dbqːiۓYk|C(>!-,x720q;ưW;}Q '0nȸ|{,NB%xW[((j闠J1y(A&d|FFjؤh|p3Ŕե|'
+,i%D-^eX%ט\ I:7e)sA={KΚj\+7/'o1*4_WvL64!&^j,NOT#GIp#bsXLCuۇ?7=BG
+sa:}RO<y w҅.I%VetZ{fq^ILӆqd*0/R[T4Zmq A /V&s_{GHy3cDg5$ӊpZ\Nj!fs]9\
+_>#&y0hAY̖ϓF5ʃp;~9/քʹV¤"+5^e9yVairݑ8אQjw H\9&G͚zO]R9@
+B<#WYQOXh`6|d
+Mr,ll6r R Q?2՘:3\%:ʉOH "Q+}ZBd
+hkdv=?_McgAQ8UaPZK
+J&p='
+a溥@$t
+K1"a_k#%q@85 No:_l@'1GFo faߙ:vD1/8mV doy~?哞ud܏Hwd(zYɴD>.'ɥpZ$dS巶3-@9;4]_
+%xi,OyywӗYb[l+5[|Thgc qLgW8nl耆#&7aKѲ*Ib +ri
+r`~Ĩ &fpf6RFRNA͎l#Y26K].L?U2cFD?lxN1hh
+=9 $I kkiB]u
+kQ<ssVXTXFz=Fz|Q!1hTPU7%t͌so5,~Q*Q^'@s;sD\9|IaLS&ǥJJ%#*Kf6G*ԍO8k{ܡj%RV.jVڥj.]*v0c_I/e^@x*+;'KeҝCE XpP-Jp"UPeI%[jGA6Ѕ_ d7v GބHM͹eX_|C]$ ~ɯ(4]8k]
+?Z;+&tI:q8jM‰ӕt]V329#(U4U}OZ_4P0>IկiGNW-BIi,ϋ(ByWOOOe"F
+endstream
+endobj
+625 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UKLZAS+LMRoman9-Regular
+/Flags 4
+/FontBBox [-443 -292 1454 1128]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 90
+/XHeight 431
+/CharSet (/I/a/ampersand/b/c/comma/d/e/equal/f/ff/fi/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/semicolon/slash/t/two/u/v/w/x/y/z/zero)
+/FontFile 624 0 R
+>>
+endobj
+626 0 obj
+<<
+/Length1 2171
+/Length2 18484
+/Length3 0
+/Length 19810
+/Filter /FlateDecode
+>>
+stream
+xڴeT\۶5 R;C\CpwKp n޳9}>>ǜHQNd 913rdAFvLtRF6&
+ȃލ
+{a{{pQQU
+ɫ
+j)11Y
+tt3M=dW
+8\YEEY3= `hJ/@rrw. z_?e,U0ag, Kɾ];zgw翢p2XC*fg*}gG>QwA g@nv^nfigjGyS{5;KD
+
+<GRf0Qc 2n$BbG^I=5ȨΒۡU_|Pms
+
+QqYhH?;|`B^yū*sb<Rp\ѺG^
+H;l@7p ӿP:JvD P)~=}&X˟twH/hW)M:!e`jcQyUyqE|FQaB/3Q8ggKJ뵪?~Я}bBCHfIMaM(j
+L~|z۬hc1QܻyLd7 Њ|8y?Y>ÄazSdJL4jLwQ|&UiV1!%K:ֹ"{":Wjf `.'r"&ʟԜzԄ
+)WRޓ!\5.=cS d$ȻRFJX**彄0Lgl@}}#Gjf}4Y`B%.ZGzТ*!}ybyPuMg(w9֚g CTo .NV)YV%ױBgHSg(]ذO]}t(` .
+tI9:?t8":B>}bMψ[km OɣPyn/iq6;Orm1_>ak3ug6%
+
+YiD^9LjSt-w}WPl|3I6,ߵA90
+ϓ^]*dȺ]ׂVn'qr%cźEO쀄/?Ϟ=E c=g;3^O%Y-▦sbU_"&6N^gGN~ƆA3`ytn љaɏ)@A"p) $>{_Y@F2i/DDȾB}RYT9|XIm$ShkMZMW;.3+wTm;<Sdy+Ȑ@t_Uioih,
+"<Up(Ф@D P /M'A+?d+gg\-i͟=.h98Δ&@y:4_
+P+&<\+
+fi333n( D`,_BNJmK+L@T|8{|%#4I`uަ kنBS 캖{'P2o@lO?Eݢ.2IJ驪>e Cfb40E֬m
+pfK4JM#x@jD L"Puӛ3-ʲ1XB(Z]qT^wkG2$J
+[) 0+vxؾ?H5F-_IEt4b#ְc5aݣMXKkY ֜|v h^-ϑ Mʕa*#GٖsQO;"ĥ`٥@
+b
+5$`'qwOiBc2JW
+`BBs S^DD'<c!r#:gw+I=eheaM<i֯_X/) S>W^UG †EmN9DP'A#p sSR3fnqz@\$[_qm3ior*;ε3M|)5z57F7ZNU,_¡v{ڵe{fwl3 3Yg9ˏU0 Q!=xzz7n(Vlty)a61Ճ6&Smʲ֊Vr//߃{?)ΡGvìD<yIW6&>z
+3tr_w^7/K%_(#;Aܰ!$i<ӡ^NX``W{:J|wC0iCe<0yצ
+eZWΨ +z,aNMyf|QHEBRKa>C;z*"lgPl4OmQM(,9(bNOTYǨDv~;y14Hbs;P+mu5ezHt %]@ ]Ej<ʼn(}<:|Rnjwab屴 MkT!#zQ-x6fHȈ푉,0П[` .IM'oc4ѤT$ag_7CHKvT߸v+>=T[> EȔ*|۴Z{5M,WD C<'DJ۲_3p/)#aׇY.p/^dZմ z ӗWTpwe̾o aYˑ2 iϨЯF,
+ηAK.ѝ\;1Ա 8JYmUa\kmm
+/Naݛ',,늒O\ Xh`\y0[ix K@IR_zlwLS,#Vc1>݌>/H]'Fk>"Za#V8aYQ^^W b-Ճ%5i-7U}t4OOG_2avܭ!gb0թI"Z3iK)*Fn`U]ǥT
+"](WGBԭxWygL/^KĩKt=z"Ec+̘R%}G}f{Tй yU<tWt>OeOG'[^e
+TAEԼQIE/JmsTyiT[ǃxĨ,i1ҡR D('_MO.t<
+kVB$>9"0 7R
+X ߾$pqWm QԍaY|_æzK{ӵ4l͋e_MT)RqV YBwӜ {dh ]+l 4JVؔʚcaawF ԩ%i6A.!'IM<]aX:5K
+c/eIIm:_h~l⁘VyY},GlJۋplMZoA}|a(~ϸZl
+dV5-` %Q^O ?nǚ kM[H!iTo3|y13hl4TuxJ>sRvɩ:y¢_wTXx4+ۄUvg:#X0d; U1}Lze襁V$ʜg@ _V8!V["'|V/)r" 3%5Ƕ/-[{=Nh^w>wEOJ?bK%ӊ*z|W?L|>,!FYEO8ϠQiRPmTf
+}䰚AdW`qcB=#/U։1 bj6[Yz{+pMl0ui|@ͽiC3P"yCޅ*Q\i{bh> Ln{3)*<2X?sbk{<(MXJgsnI t Dd ZFڪx&G\zJgʠ/J}G{\*jtaQ̚&]ÀT$/CUJ1@Ԁ (*DL]Ը~dQ~-Onf]`ˢ-54/ʉjM`LTT.Rw~
+&D"|OLZ N8-ʝOj
+
+"Kc;e~߂^0}z-t=wflYV
+kns{ŒA@2h儞C:krT"P'|9 fV v~aPP_r7miy6ELКN{T=&GdKV'|_L75yWF*xr`T ]BC%VdD|~{,ʞ3JTZ7AM[y i^ W?2CʀlcD!x:̥b[v
+Ӛ"&'|
+ @lNQqai`qaOWy8Z&Upر(bߦ[dYn5- Řby4 4ULtom?Cb~I1T-aa'nu<n默Bj[Ar2Fƒcٷby,
+ '_%5BZM&
+ʕGy b^{eʫ! ^쫀@Vp/>mHP;uk"DpG-j/ % $~W[@~*knb'KTg|s}Z9W`E$ͱKRDٶY:>'zE/8 qqm7jҢu7ɾ2E z6+2䲎n`rm>eN3GV+䱩 0<R3ƖPwPOOMsM>aq~
+ :GmE652#rjò!!9=_IHME9Ț
+ffԺHYyhMdTJ~Qu)T!i,U)
+fJ|
+QŦg7sY:ߑ;捀L8HSu.<GPX1o\)TNs~y#B~:xk'"[9"Y{ԯo>im<7JvUZюW?V %
+%ȶ~M,!7(; XAcc̤R a`QgZQC^tk;B{g4ޮzN ͝`Y; o?h<A8zĽ=/uq\7ݱ-*G`SHhTfr"VG|V7AF)ri{svX[*! h5z J9-jaEgokudl |jJ u{Vɡhǎ GТ m \Jøh8҄敞R.= y)܏O `y ?1g)Sm7o!6N0VвFd!m~ӫbY>=_=!>ho= !k/~g*Z X`,퓱9+6w]9,64mҒG21 qhbjZ6287EXg& q8_|v9/g)ڄX*HmO;?}.7f&g&rŔne
+N!>RN9Gԁ7 w ]o#qcѶb|˂g>HV06c%=e3RkFmm0EAk(L{9w
+9$w;L<)޲_߿<竮6ixm4xCUƥ+pJ"M/'I|ű;f1< Œ</fY找WC%,T9T k=;|s{G_[|K9md䝈
+~~5i%6; |Ѳ@N6nPFE0$B~A7 ϟa'Rܦg@#ǫAbLL~rJ'Ÿ6Ɔet(T_Q0[? %@hAX DC_t2B4xٗ]ED_p[2vB(VH,m7[ʟ h @rC;q)cj0Pp&9ԝ`{He?&XBWȣ1RcYa\eJ}CjIPK6uTv $rr$y"X.sGHEQRkc5Ax _q( N̈́e$p M+O fAdc9-Sg]N.cFhovUg$btq|ia1PbW o6#H?F*{tf@잒 A4yϓ_gn1jupڅ۲\@/'}NRڐh
+a*Ƴ-E1ehb|υs D?؊;"xIoǘ=IL&%|/x='G}4Rt}\`0)q8ՌtرfP?5lj7 $6U #MVxm/7l!<YjHaÚdAB}Xebty_):ݬ{4WxZbtJu
+#h"/~l
+-s7 qB0t0R)p2Gl*ĆfwM:^
+>Ak*,_
+΢ db! b#jN8ΥV կ?p
+ LSYD:s)I$W<3Z>Ï"Jq>T!X^4w>U<-8X_MyLdn |a\E{w_4qB}PŢ7rBCk FGԭF^ᝰΆsx"qOۨuF_5ϡ9v:xv
+"rKp^B&lۆlO lf-*Gwg/H+kϺX͜x.˦UOsnɫn}ӷ
+}ϊQ;!df"w +P}wJY;Jf6 An,ZmjYOOg*yMdͭTRx^n{f+" G`Ԉ:;SQ!m?y#"O:,Ϟ{y!BŽẌ́Oi9Ӡ}9oea8ȽF֪F"Gb1 S\b#ϚAu<M?N/M7 ktjV7C1$0m(.iqX:ړF/:Uޮ~zn@3S<AxDzg/&pND;x^b™!1F'
++qV|kC2mB2yDbS0( Wk(2pē_, Vp_ ia32LKY@Oc]qTH6Ålɞ0G\M~s1zB_t';dD)
+̜FsW<ڲ0-^yg5E䖮"(ˍ3ؕtTI j0e)8a5uu}Uqi~$x!Oڞa[0fghhBD*uz37mm& j1Lj?FBd0+{Gn/Fi U<^.(Bxs%V_vu;l38rJa?!\ϣMެ
+XC@% _QxJC+ 4'*8H3ɍq`D)dLDA'V|~e7zd'0AWMEBzSOGJ~RpmMay,8OUvWܡmHwN"X|i~j>Q sF)PR <jz0CdHe"^G~o}Ice8/ܼ<ڽKb`Kc;D\u_gxKJtW3+:[Srh%2\<[hkC&d$d6l<%YُtheF a׾`xUUAM5
+.\.R zkq&w5+.K=
+GBx.k8mg;x!5đv$rj^
+)Um楞3ݒ.ȹ*2_/Rs ax|MWjQ/HZeo!6%?ݤDCI&?28Hlw}SD&!J\Ţ=PIcu&yZ8`Ո jro!!Y:CYVKPly-pFm$iPFz$kie*|gFNd=0U" 0n*s wX3HZ"&pIt׼`1!$@ϺӇYsIpYgo%x6s\ b^ꕉ FSF MbΉViΐ<0P(qa%6߶\@[ 2`V%MY5g0sQKG9 ŗm3ܴmO9'r- ȂCKCL՟D>[ |~eG} 1dt ֢D#庮x,-80RQ-%!7 ,v75=XfƪH?咾6O[7 T^jYJp'QڋRq.o_*5c|{򥟐bex/7A"aivo^ }܎#K ݊p _^Y8I4^8M%ey1ZCSY*Hd3\E"2n5?.CZe F
+U
+5j29NH78[zZT4-A؜q%
+219Xx4OsJJΓ,C},jXCI5"4=koOڞxgrCX|$1s2`@l\@]JCvo+5z8BICjѢ~x|(i8M-1@
+uz&GovnsVvAψPjSFan3cOn
+U:BHoP gq'*F]?ԴWO[åQ^4rQ/n&Q#
+2n"#Mrj(I(evܘH_xBhkm vd~J@,_ MI,GCMq\y؝xȏj1@]+|4cr.&!7*P GJmҘ='
+Lü4=DlYf::uY3_3 ?ٺ/ds0J't|YSBl5oM,Egi$SAm+Ӝ.D
+TKvCLPҨi`pa:9W}L'[#b]p@uRrՁE}Ƥq>swF0@GUq-Ć)]JKU.biөv :{ ]7Q;<.~F+ԥ:4,7c#H^RBTvMfagHHa]B+"xu54'%\ܽ].wTwF;pG«; cjQ v:?U8Zb;`d.km"s.:o8%D%ʤc|'ݟ
+.K0r^ K:\A ϮL\T<\7q{0DT^X'Btj]$ڪ@бg3^TJ~?8TA$V~XU9Hx}ao ;=R-]T&{ jt ثy{YNx{wEN['nHvU.
+>d-p*w:e*߈_{&͙\95>[FUL@섡wjY>&K Htxn?P[}ݭ4+DB¤eDm%
+nGܜ2y:CۓXn Q4\ά30/*ۚ K>;A/å;th<|4M~ד&J(zM߿X?LFDfee0X좪X;g@a;X/}+bJZV\*QRS
+:i"Hܵ&;I  HX\PFOmԌ_}dl W۟@6I*^,K  J - Nm0E{JP`x)!pqXgQrb'?uY
+9w"h m\2jem3nR%&AH\dB{zRc]UY \ jGNd+{dYyScJ4vya_k@
+NE5!x!xy<,򀙄V^\g
+ںZDx[ NKC&'m.2[M a.+ V^*$R2zdk65kuOg X< cnVog'A& 6tQ23DЮ}NWr쒀DR2
+ 8oh(3eZт:d$Vfwv$yiE\/ٖ)>L+8I3NY>^#?x/S+x_ MerEnhպNd]n]kQ>0tJ?nW&W1,G7~X#ـLXҟSy4fYUT~ x$M-8@#s/t>JTks^;GEՎ~jނ!5N32DpX\MYY]^+_EXiYݓ<".-#țq虄~'˨(91k]}3{_.h!P}+4хeHvcGP +#i.1E.17kbr7 pv &^i Ik.Fp$8LؘO$V_H+R T ok4 ei:-nSq #Pԃq^g8W9n! ]C)DHw˿u,f
+W
+ H,ne袞XY OJ2[nr9A14D?Y7Y;c{xWT3L]"^ Duf^<ds]i L}ǭZ! %18cR:S`V [`&h2+ƹ99J2לhz78.PpCZl_lӶQi0)gx 
+?YBtsTĄ=o[Ti+˪`\
+R}1 1uQ1t&)rD:*
+{#`V)MoӑC [üY/qO'yT,w(W#Yj \}c6#}yːA44B5+a‹Am:y!:vRXGQ
+Uc:!pSPI"B67EG.m)9BwI"vQIXDWrVLKΨ!*->Ps*ۉ.˵ܹd+tZ]}xhovV:*yko<]dZN$
+endstream
+endobj
+627 0 obj
+<<
+/Type /FontDescriptor
+/FontName /RSXGLE+LMRoman10-Italic
+/Flags 4
+/FontBBox [-458 -290 1386 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 56
+/XHeight 431
+/CharSet (/E/F/H/K/L/M/T/X/a/b/c/d/e/endash/equal/f/ff/fi/g/h/hyphen/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z)
+/FontFile 626 0 R
+>>
+endobj
+628 0 obj
+<<
+/Length1 1637
+/Length2 5249
+/Length3 0
+/Length 6318
+/Filter /FlateDecode
+>>
+stream
+xڵVy8m߶%KI;0-C]qc 3c߷}H%"EٲT$"dZ,,}ާ;昹u^:nƢp;-aPgsAa/jQ4 SŃ("UCA92&2񀄸8
+<LSG‘P=
+%XM
+$Fv;Co?m#욳?Ca >Ϳa "cC3`lzp}-1RT$<B"Eփ2
+Qu-=6K
+# <*ûahg! P)oH9K0/$K$
+WTZBI
+W.%q$Km'
+*ikQ${.0
+oڊ:`ZIVR7CYf;3{ :1@N<bF_ɽuC&̺y)\@R<Ƭs[`2$/V:FU^tn۷ae~ꗸs
+g#׈Am;۾/xv68e׮kkTx; j!տ)eR'kk{a#\W&ytȎt +w-5Y/7wH~dᚔ
+/mt}]c5-; 8b=',͢Ι[))*Q*>I3ϋoF$xdQס^ʹ)~u|f5Ñ^Ri3rË3rӥ{]y㼥f9FԢ~Icou
+*]6V`~ƻc3qd 5Y2cq;U5{#LQ +^MэF,iEJǻtMɷC-﷘Դ&#tw9d ¢V<]ԮỞl٪{U'h{o{6wWdv&J[-iheLSg:y#H=:իpcZS75O6 $9Jo}e,>S^@yoSc!wcfAfTPG,@h}͢ chYn4u}OL5ibZpFR!&1J)3ʞA^38t)W0mrqU=+i<%JNk"˪㥽P]aZZ2_ F|Q>_/5ST(#hD,$|$k؈ޟޗιۅ|';dꎫ\j\ƂȓmUG@㯵Z KBV앃%݆aRcn7,X
+)mB~ǖ[)oH 6/ª 7~*MƩR;?iSpxmHWPSw?L
+S
+w7(3f̣qY2%s 5ɢl#DZ5vcTC^M+;վM5`s>0܉HtF3IK-6G:;ݹ.(;z ɮE{6o4S
+9t<٘F'=mJm W?gdJ4!alf,}iއ2z܁MaBaLs^Z,sQ*o%9ZBϭu LOP)>`3AgiSx Ky#ZRJҽ&WzMjitHwZPwɒ+dc?ԥӧM×T.0|;5u*"ܾcO_STKX=M*J2?i*((4Gޱ*wR;" 1Wvr❠[69>%3:
+}I(jSd<G`!%AhWfRù{ PYDoV$
+Yft
+6Pp##DB߸Esmt奢 yG3mt.Laq-N<_MGY~T@o<RT0\Tw{!I ү"Ӯk&[? f:\6>Vۛio~HF]փ}ĂMvr `=nK YM-Ɲqzu=Iw,:Tg ɯ+Ϸ'>E2xq{1}"C; גc<p=IA O8Qる9:7~.3GQ5Wl]>iS\F1gk.MϹsUqٲ
+G@oYBZ])Zcr=bX=X0LH aIM5D#E}*'?Sk4- #+{ؘ]CڮxUAƆ欉wEh OQH*:mk]J@sfNJ< ?}NlzDؘ;l }Og\Y{K}x"?)ޘ
+f f]:K
+?[^ֿ桥qOnqFm|sQH;wc
+x$/ YU~q^.ezε<Z*e*!~Mظ=clꍧ,JY^j3?K
+fK7O|M*<
+ESE3>n7ۓ/h%u]gRo/kVzBE;}|MOyb"|wfmDi8
+p^Jm>o-s###8ӠL]!機@'z3T&q " G>N ǥSԳ8սM#O'mga3mC%1sY?4b*/t4xy}zi2+؂.Po_1 HdF\U2-Ϳ{hVx鏚9dS`6ǑZU5q5YQf<D fU;68\xnQVQ9Ŧ 媉mj6$>{(4ds[_#-q3WZ{]fG9#/ ߿xtÛӛO=ˊwY"DUVA3& unmujC4c]w%lPt#,-Qnn*Tig ">[&r7
+7vU~1,y0Ƕ:v@+n1!=3Ɯԯ~)Uxk,oJ
+^)c
+WS|`Zoe{7޵'Q @ΰܬ$}^+b?@p҆DKU}mopX@ zz:o#Pnn\LqzUКƂ v9I}ee@W*,a-Dv^rѽ^,bJbg>;d 9apmA'YM*;ڜ`h֙<)?(h
+endstream
+endobj
+629 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WXKWAB+LMRoman7-Italic
+/Flags 4
+/FontBBox [-528 -292 1571 1123]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 70
+/XHeight 431
+/CharSet (/A)
+/FontFile 628 0 R
+>>
+endobj
+630 0 obj
+<<
+/Length1 1665
+/Length2 7219
+/Length3 0
+/Length 8331
+/Filter /FlateDecode
+>>
+stream
+xڵUw8m۶=V{obA$V*jT޴VM=Z-ZJUE>wȸ;bh¯w0 @WIk@P3@D@HH] pH(t% "$$M
+ 
+-ssr;/pYSna@ ؕPPBˁg1 ꃼ\`i /4oȰ
+JÂE\eWv3zUsޚ0gd$`JPԳ=!Ru J@taTM%"HNR*1O4 h,pTt?#CA%Kc V6BCέ rE+=>Va 3XMѩn1B"g}R*?\1,lx~ծ%kkJx28 0<.q1ih>B άZs`ҤZ9#P1wԭQt"-̿J ^DXD&V
+^̟n:۲TF7u@խh"<OYe-`of;Ѷ^ 'ƿD*Ǵ푠_P_N4w6XY594ٳdJEQIڄzN7OټBR3n 3K |Gq8铟
+,'!z;;%ePTF۪;=/[4pys.dּYvG`?V!
+G)%˵ 4KS:Ȧ Q.<;,̛ixd7~.Zk@U&NG'$V;G 7e߿~ PsԆAqm-(+u|w?V+<9t)KKb|lRb̧D9V?LyE_'F pP,m9m
+'8fASŞc Ok.2r 3_:HKG"
+K!"! ;ÜecDFK.rXm۱+pJc7Rq8!i6y;,g2}6A*CG):<ɋ<<T׽L풬)AK`WuW('vM"K }+2"8ؘ*E7r6j3v8RzR2K| HʐdVX\ch
+ b7?r\J9踵 ! ~f H63+xuoSiHܜ~Ψ/QQgS퉜S<sڇpzHN|)9]ch\%{mY*]WG@7o}HMLnsNs%˱cp=/f[Oe2J'E:2<wW0O]3&#-~8AC:k1˰eysbЏٴҕ<TI(Ѓ/);7uW|bƯN~R\u*|D۶׺D1xBtfR۩W.Fm=p0ۈ*8b5RN1{wlwBBjW>B4Ҭ{#t SMz`8a8zb}> X籣IzTNm;B@Fu#Sn_vlɌTw4%jՄCCx!XįLy1%3q%gZr+\
+4};#.
+ ;%Q 혀tǮ+9-;C,ZuZ记ڲ4ګP˒7ٿ< ڞ&KvKIb{>`aGMQYyv5uJJK__PuYNEExhSR〾,r N SG|쐌?[dRHDF{ո@]{l|AUn1LgS%bBvƓD_ڥ@r^^#{rO3g) F `sݵv.K9DӇ"jiL?sㄿJ͆/p{[eղ5
+\UڨqV/aV,3&ݴ᫞m\8y"u8Je*aQ7 &q/.'R}qY[\l ×@ S#Τ-ɲI=Uf tz16"@Ղl<7v8G[ x.+r)RT@/WH<P$}˙lQI)SHIXf0k+|!ɅJ T,; m=n'?ʇ p U],*lP)%`?z[]>"1r,+
+ז4Yw\% kzZu<ΧNJO]} = yE(+|Sy2QO'uCl)XgqVz.$kq3'5̝8E%aH0* j9~Ќ{x~c\0}s,ܥyFbЊ
+%Ȃve\Akڧg=Kdڃ=\J[` jy,w EvRF/+=(/?W\h2f]ˠ->箰O/n pɉ0Pِ dÐͮ*.{c!$,\M5 T役ka)\\b= ޜ?&H3 ZVDS-RS1֜:Pi<dniڌ^9?&bCb+D%6,^#]ɯdX.7DieS6[]7r% .2#ö́;i?|Ri{r
+sǃLRZi/V"T^8]"i'DϘ1"lH@F.>.&8>՚2,$@FjA/~=<@hFHNU S"ojT6O6E}-J:otlޓWy"͠9X8DtY3
+g> {Jv~G7c^^~T%t)+X OVDNjiTAcA~9@|)yYe\,ܯ#\t3kq,
+M/E%SgqDIi:> dۉ+̓1jw=-^Rt+ "s/De+63MYLY8RR혜&}TOQO}PJtK [#ݭwh3gb!mʁvnԻV|Ӡ7`#BG2At_#Pn gP3RV=(̌[^X(͹up$S{d\F)D5O<
+FD!ֹSU領,]}1yCg׫΁cܜL&n1?xNCu'ܐ;Jɀwʱ 509xl̞)X4"mV|&Á*!^QtO3[I;@x! cч,P ]b
+*hoUYD D<nj{R%.pt6S 6{UJ<$a$W)
+endstream
+endobj
+631 0 obj
+<<
+/Type /FontDescriptor
+/FontName /URSDYA+LMRoman8-Italic
+/Flags 4
+/FontBBox [-489 -292 1472 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 66
+/XHeight 431
+/CharSet (/F/H/M)
+/FontFile 630 0 R
+>>
+endobj
+632 0 obj
+<<
+/Length1 1862
+/Length2 2617
+/Length3 0
+/Length 3772
+/Filter /FlateDecode
+>>
+stream
+xڵU{<Tk܎93cƭQ*q'1B(3f3cf.TrKQR:*QG8.Ϟ=|w=鍵4,gbSw4xgQ
+P ;e1Xh'Q-pD^Bt<`jd0@
+
+AEd ߓL
+~b~cCx;@(zƄl6do
+ uQv "DEػY$3>"!fU0"(O̍# X
+C=::ݝP ͛JA_a@ġe-X
+P6DX`("rͷH FA.i!c|D3$O@0GM|䠇h 9,>gSRQRYsƟY],sSbƯ7/Re
+LPP;+ߧh[[X%
+6{CO 7F
+} ice?4`=;FN7He13u؝Hk51-{g&S]eLǯ?Q}~TzxTV8v#,{tƭҸjkL[btN\ /,R*S'~pϤVa~kYN-8R[2+m2*Fku>NaawT' ,FUwPbz,1z~UR
+C}̠0SIU~%͓w69ISY{yv޸_"K),
+{j_/WlEu(LX6P2e֡Q Jvoc] 82җia4S؏Ult6xqD#όpLEe %%1cR,uqriOK]Ļ6QgK8OZa؂;%*q7T.P׊{Ɋ_ƿސ7 w;&'YB{-A6xygyzQoqݹjI/ԿGNvLXVthg͞P6~@Iml
+O^7kt|KMMY5Iz侂&5UzUaTNԋ:`]6ᗗ-:aw:5q~5bl+t8هm0{E0tCvcDz+;R^QYqO,3@9|e,Gks֬)K7($,{=ZmWr4SMSZnxa M f/bv;Oo,'C(ku6ZsxtҘkba$j0&i?&-}F%z Sl8zx~Ts.VJQyġBK01*K͔WR=[0i΂MRxMkwwdW}<`QE^vV.֗ST5ov%w>e( ؇
+p3Ù/[\fgPt>1Y$+nNZ});pǨqe&MGSMZnXmi{g^GgU_*? 8Awk}Q2r_[WZcM33U}kN4OJ>|#1gKdxw~vy6O3Lۧ/2%N՞S؟8+\HX5w}ܖNXY5t^ {cru^x`S;"jsUxvz̩%'6_?uʻ :'i&8q*;U?`Vؿ,k,ӭ.Dla!ύgV>œz},:"l7S-]Vrc茕]iYWդlt}Yg$:MrTbvF궾P\m
+endstream
+endobj
+633 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WHHUJE+LMMathSymbols10-Regular
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/angbracketleft/angbracketright/arrowdblright/backslash/minus/multiply/plusminus/radical)
+/FontFile 632 0 R
+>>
+endobj
+634 0 obj
+<<
+/Length1 1684
+/Length2 1529
+/Length3 0
+/Length 2571
+/Filter /FlateDecode
+>>
+stream
+xڵTiX.\
+jED԰@X[i @AC TdcLKEEu(Z.B\r.׺-rgVi'O29ߡq4KC01 ͆~< |i<8Y-ApwPAJ eA8>x
+
+'J@Q Fa% qH 
+%A* 
+;)A"C$d ODfA8$b*t6p0 aD$8I
++4 =Y2 R`J) JXQbN<,@ND "UdR6TI AN֔M &Rr# Q8U Qg#q J%كڥkflH3ubVeͻ-PUa Ad0^E Au66"46Ft\Mc"NQq&U>Bc 4h?y%*SnBIUaW9Ɩ 
+ ft#h2R eP xx{,!|1pN
+PM/
+f|ewkǥǫKggYf(lW$n:4׌/T~V6y(m]^4/N2-=_H Ԇ:UGn7,~Y3mcתS\>YqrME%7ee_Vz R %imAqPo7!7ڌFy:a_ЦfmS|{%KZ>DiR{}II&7lDrwA+R͑v^ .lؒGk찎2A^VCnftcZx;D֒^k~Ľ9O)k/i6Q۟f}3:`OSUciA
+>yf ˴!2+Śu83Bsjؾty+m?zW5p;cf907u]/ab3 uG?m=h43F10늏-6!1Zm36RZw~)]F
+{hQ}o) >ooXc53Dw6C鋽Ĭݳ,nwM//e[ /-Ǥ1OE@d $-
+2]lQ1z]dVfg?ù:=\d{76mjfioL䆬 8m_ڵ)'7|޷ndyk%\v9/y`O~}kyW+D(ӂS^rΠрjý3vN<
+endstream
+endobj
+635 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CIXFWA+LMMathSymbols7-Regular
+/Flags 4
+/FontBBox [-15 -951 1252 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/minus)
+/FontFile 634 0 R
+>>
+endobj
+636 0 obj
+<<
+/Length1 1691
+/Length2 1663
+/Length3 0
+/Length 2716
+/Filter /FlateDecode
+>>
+stream
+xڵT{<TgUX6e*] 3 3acfΙf`h,Km"ݔmV*tcԢVlْQ[g|<y'
+Yb,r1wfP鞀#xTN)4APU j2t#[ \=c
+@ \ "tqDSApB # CT*C"tj4
+'s8;h/*C"XF.*~T>`Q0D(D!b
+@ x
+HU0;.`g:f9
+b UJ(
+JD1i8(Ȩ&}q *U@p]f0m
+B$#/7wa FQ
+n3
+P $0aABFE1*-LM!L&%/c˴)jPw19\$G.i,[:!a'>}R?]m&`0\g
+ꋇ:zP;omxkJ>3iƛ)ݳ1uV !D;K&o!UC9~C!WrN?1j:N3Z=lZ|fWl
+eve^421|Q5~TgNXWzTu[g̾{(3(@c!8y^ܭƷsC-cro
+oCケyWES-:y
+>s`; ߏ8Z>e[[Ke]{Yڬ4إVM35}tn7/oOR.JpxWl)ϖ`>4Q=lWR
+Xg"Z7-neizkG>|u|ǝ
+W{WKoMܐfqr{թ᫮ su ų6|.ИDXJ_,3)>}y;D.jt^۩7ɳl}/='IQz?k8bOP=-כWK;S>/KW-I:3M *b2%yO̼ѽLʫDL3efC3Gl)Vokw5{vɒW{y>Z~pEnjg^+SʫcxCWxI7kEGgZ5IƟifI#mK*RwM>"bp$ϒT4xgy@:|8kYe=ExcŒk K]YQ7j &QâGr?nC
+ n>FdUW]\}a/V39Ҧb;*UFonӓZΎMR[LτY]35̾vAy C~;=iϫ$#HSpvմlfr,|Wg֎'e_ߛb{n[ P苏~yp-wކ~ns}h8mEMK/o3MaqgZ/cݞsq\Ǜ>M)~M6SmA]Ñ?}iݘ;uIq;[]yS</Q}s6߷r>W6Ä+W_? ˶GZ=ku--hۡ߈i(+_~kr24\UЌ Leoj0J۱fU:}k/)Ȇ)^m^S&MSr^Qs᮷dflG<xoxs2߮bشKL#uc\9y/kZYig 4뚐FShU~F& sʈմ7e3nDY*Ol[%uplAZUC-k'L!a珌jm}xFi%ܙ#)%_XcZ͖sn8-*hd<['3m;< s_<ہoSߙɮ4G\Ĥ5j? |UDw_(1b:ӌ?V78 q
+endstream
+endobj
+637 0 obj
+<<
+/Type /FontDescriptor
+/FontName /YSOURC+LMMathSymbols9-Regular
+/Flags 4
+/FontBBox [-30 -958 1146 777]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 43
+/XHeight 431
+/CharSet (/greaterequal)
+/FontFile 636 0 R
+>>
+endobj
+638 0 obj
+<<
+/Length1 2153
+/Length2 25446
+/Length3 0
+/Length 26766
+/Filter /FlateDecode
+>>
+stream
+xڴyeT۲-4k!%miݝ
+
+o 
+|{ z8:`'?!rL,omvU]hodk0"2+o@W,)'kkC U m,l4?-,\&J`c/Zlf#RszmXX
+v
+_ V!#zNPǞQsO8RB<Sv~GTekWm'fztރOlݥ73}+.wPQj`ۧ@o·{6`V' ok| 23Qܨfd?c=}AeQn{gY5U y0i|fpʤd7Z7˵mFgn[Vʯϛuvc1"rQGeD(;y˼* 8?qlK`6n)HtusIְ?Vwn6WW56ez狵J h9ֵ"& AoEsp8=~M-(P,m݉>j+WBcsddC{7@9gydz@~~rw&&j;{vҬ"u.\B6f2xufMsMa?ޯ\fC58d̹jGXgZ=H/:b T9:C)W8ͅ1%GNժ%r2GSpGh)[1/pf+ o[QEUg(|C~:oW'LPU.`4c1[Qy0
+- ʢp!k8j烼<ahn)H2sBEJzo{ҸyDF6n D˟w >8ktn<s.&zW?1iTj#d?#NY稄`UuS!H0m$q ď"N`.Ի5cs❲e=㛂ڌY,օN rŴ`ۡ `k=ץl9E-w3P͖5k̆ƹ],,敪tS4<7pڬ01T
+w ID#f޾\ CWXqAOٌ(ү&)*-[dba&Ӈkz[l#_D%ܩFW09Q3y}s (cV'%FZD[-@?IP^!,Jt,X2e(u.QF,^H N[զ@<")Q؆nޯޤTD4iY/%@ұ;y0&B]]9:_r /*<ǽűmP9D?UNR`4K|8'O/*b-iMbkyΎ]VOi֘Q #NF*6s2ylK&EJĿbay~:וÅ.o
+F;`(5uqzHn[IOĝC]n9"
+mؚ*,4CY"] 3 ̗kkڂN]w?#E0E
+Q5cPzb36PZO8aG{x||(NKA{Y.͗mc<iHGYEw}V 
+lth[yDH{L#t)-ȿ6O;
+I^Yiq5HRxP L٤Z<`׈J-]8#=/uQnWCT3,73!9Mv ' MNgWȬE4tp ͔}V3$6`nQ, gMN|sΙ.
+4h< VqxİjU DB=D%IQ.&f{gхH@
+Zz*!)7SH5QCyf~COz$`V FΫU4e"5 `+ӤɃGI >y/sMU\֨J
+vB|DTga<iW01{_@|jIJ:LDi8湱Vw A")hd;ѣE19^xxI2=* ŵf!kQU'
+/àr}M=VYMi-ϰnz-ELfơ pݰx*{A:WH|܊_/D#X,б\c!q(:G 㗺'EI}tH =UJ
+-ԛaLw5!@$l}6CZwx.0L s)Po&[J;8
+ S O Gc0HLqdM8Nfc!8%jQvk~W;K FWqw>ı6&Q)WQ"#ER͚=
+[~:zԺ}af#yVdN_XG"/h7G4ʊAםi*rd
+v4_MY@mW3CJ(|ǘt,1ϛڼ9i.(b3#œ&塽2d{x'Q|; 07`IK>, 5AO*yV%j
+qM ϶?ڰ%1D: 4ƓlcKy%A+W#.9mX_cxBGa@.k+c YN)_e
+]а,%Fo7{w2͎ݩ UAuvACCR7hE</'6/aHؑX`;9S<:'EvpdS6^M7魱M)
+K5sCZyH؀{N|5Qs@ ̟A}ߵT9 Eb ->Xo l^Os;.ы!3
+u<ԍr|M"s;cT^^0 O*2hlBPTALsylwE:U~uE-Vt4 !1g9K/rdBW)tFq}o_OU\o6i7ܮ3UvRO%  ?i:Ng9<y]Fc#'m,Zsg5%qe0HqX%l^X 9\𳙛k[qĚU]E1 ,2
+t*W][S7%EHOw&
+<LVY}8b<}^9ipZY$^hK[B9·gC^H0n~ofaNgv]^?YﰪiG
+6mt)m4 bO>T W6c\f(cc%u.r-UYm)'o(j<ea.tV^9UNCHRMbDZVh <u-{FԽ$EO?RgCƕNq/ro=U+sQKu@ރsZ-(V>dbm33K>HxW+MZ$]f<Y?h6pYņ1.)ʙ.z"> {
+pJ_5œF3I^-JV5TRB/b[}{G.J}ĥ< f
+cW& Eۛٸu\_R&YQ`helEbQ,09*܅l/quE+ <v&R*X
+[ϳ;ԔU?c;lyS;]ɩcLY)nҪp4BSD
+^u^B ~sTgwi,@*0@GqVNu7)9o.#P>Je˩t." zԮthQtr .SFʟm)SV"z0~YaFS ![+bz56-d%D[h'~<tIeĪ5YqhhL$?9jD\7M~w|IN;1xi/&y>\40-d'[ڋ[Q389cft7zG¡IHCGSd6!5o
+&W|`ۡ.1ΔTu3(i/c] aƯ8Tx)nE;8%=8^Y{:
+IHAYd޴u,#1QA^7
+q/2$aZfN>2OJ5?!ʦ"{v>Pޠ`ۏ2ujZuV gE_o@3x'5uz|$<`%cPn,ۄp1(ڮR{uõFqj6:R 0LHuLCg M&!uRjM:w}7TqE҅[F`5O&BϞ%
+%<Sw#e
+]ux4*@+MsK maXٶv"x:beaaE.m_$jU} "Er6%ȱ N|8Qg\$!#0> v9KZU> 7 X\{D8)l9x?
+7O:k 
+$h!C!pD- f“aq+m$+Pacq`QȔGkOLG'OVg0md#ݗ圙tzP1D (cVdRAaE75r?S
+Y6p3︋m֏\I7)4/%ӟ'M.m[{ߒNEԇ(ft>/ <ebZc^^oaI~
+k٢;y<O}W>wffL8‘&3dwb}rh{^2JJT,caǧ=?:=΄'KL)/q\FZej )ULpZxAS n #}Hl K8|>yFn
+wBSi1uek4bJV*?50Dfaj ́mdG
+kct/ښNC3l/CMcNx8q@qcYGf[ںx|VwB=S)Mו+S7>|k>KKU_%U28Xt<~@'`bE4JfJt2D$qn+8|"8~ R̜, KD ӻ24̔:_EK3z]ob1s;xAr@!-BEM(]@~8=LUƠ))qS\zl4*4<6ki3qQ+@{]FK:7 c_4LJoBq,]*
+-ZCDd#keՆI}љcXT[PSa
+7ؔrp HU`q5ՍWjMhXHx}G*m^>>ݻ.
+v T&dk6R]Y3.$DH-,!Mu>
+ROL>>~!Im^<`PϘӴN &o<ԳoTH82բ8N .W"h6Tx9Q+udmP.E`9j&eNζH(tZ'Yy)gI9^v&s,m5H5.jr%xx[<$*lə <K9$Z1rd<(|p@E5K8fScM
+ĠG@\¨{hrǦGWN]c%y-3c<9\71Ì1~s&*qqm ?dù);ϗ%p7Mqz>dU&Zl]gR d(tI~&GLm gH؞q8Jh:E Bt0KРTyoc8 eF2EZ\fjJr1v@b
+N&%d2ؠ
+&*PI8&P3^u~n# yVN}8|[C7 7@5
+[4BS8kULiRП=?1ۣ:xK@hu+%{b'k6BC8U7O|a̰藀(߂ Kqd҃${ՔK"vA-GL aH#bو XF)jF}JL]Úq"mOw.ÏxPys/8{rQ8b?e5ڌ&ݞ﬩KC#=9NXU?Q(ze
+sQ
+=y0 WȰFmճ:iK$Vk$O_0ZS? AuL^eI]6R“0~SD "l&B)I
+?[68.a<zhzMy&;m5d!b?L\?5S(߸⥳mNh6vǺ Qs"O-p
++q
+RujTbK&1Do̹47 B6vTn*`&|7w(~H xOޝ=2Y.~$i0UNkcj\'kL`9d׋$9ej)1i3] 鈹_?;]L;MZ&3*]4}Xonw߳a~_3f-X01j>"Y`"F
+cߜA,3\с e{AѰ; @Ǝ?(EIwFX8P?OfCRV;>TI, 7Ύ6`ސZ8]ʖR=r 0$;<Dw7$Ry:12uE޼J[nU^j 6}@Ҋ3Q(?0q!`_9
+G'2 z9r^W)/pQְ&*Ff/Bеɪ Jˌ~;xH iK<Dy3`ޱBt%g\Lє0*sح| N
+|3"V?\[T; zt18-E?ECn;dYUR,"'HXFFcfz~@0o' Ҩ)Ԃ~OaЮu;]5ܚCL.oɂ pqG7S_8:($\P|QSGjٕ ^G/23SVN=s8V8|f8Qa0n'uG"牺UQ}j-OFWDmT8zP
+J~slwn#R.BW~_Sqe2 !Q$JI:z:52﫷=iyj{; &$^xMq8`7/E:Co37&HVyN8'Eu?ʌAu`[>#=bÐŶf<LD>7hx7
+}>ԵF{klb^n]|ԖRKj\g(9@N
+N%^(a3NvE<^#"̀W'3*6;ѫc
+|z( c
+."q7G*} ZmV W\9u_"rKɛe*O9R3M< <?-ooz[*{s./J0FRIkIJuz]pV⸔! j %8u>o :_0-4aj:6Xn;,
+(_!F@BמO*PnhKW*$SNi x K 9FI z.Xddp쮕Sդ΁4aE+_xxOLm5S@ 7E͞^-t J +yڋ;FWU0>-Iʭ+ [܌/qZ3)F*,ORD8%m6]@y*5N r5q6W&isB?Bn$YfM_Ѭ\SVbh_I8
+zafAE"e3xT` 1x <ʬ!$UDMH
+;"v. LP0((ufL9
+F?>~'>D{=+n $ a
+cج+*j7
+8OPxGuCV(
+vBW,зY+BRq5!Wp,8䡊wI7MK~Qd iŵjbړZAܶaPٰHׄpC5<O5pwdʓSȌ (KE|rߊ6{v1)!rw{l>l
+oX^[eHLI!Ske&3ŹIo؟(BKv:VpR=~uE5e-ʓ#ɦ5$MW((;eoYldP80ɸSN_FGe[C'QQ,H0A3i؎ĵЧ:SBY8G\fמ8d:
+u?ottf/FeA<oIn&lak2.B*e
+u^9 4۬j>۞Q8XQ'FN`2cR)c1}1ݹQX[z@MtTWH~P5`"hj+5U%:C~cbw4 FvӔW1RJ
+la olPTa?z^^p ȸz]%ԇ@s$_2_Px fX8VH1I1&bĊQ<?%=|_a{J?8lxj; T[- ߆4Py8({ԍr.o>q3$hT/ OE&zQg@bduIg%%aнT,?j+1 Wʢيާ%TZ{r%E"4Dv~[sW8GJ
+",o5=£(V\!qiƛ#a]e9/DX&_R$0aX5Xukv l09j2_ªQ̈́3뗃@~ʢ"zaώ+{4vw)D#V˩0*DsVCڐ m-z `]9E9gmɍ
+KLy *ri`^|~G&t Xi61I)HUSoĴ3GX G@aWaղq#iˆ[ojKAIVa¨.te֣ZDZkh ԠMrI$I<8"ByO>rvH:&rc #xTM<|+=.y~fT ҕe
+\P:CطĻ^ql_*Ɲ"(tAU޸I <,PPyΖlCBm?-[N;R[/@ !y!! zE{9K.FYߦ#12~}NU-SYSXRd/ -f( +rZ^Ĝ1F}Z&[ĚIvN>3-#QJ Ơ˜=e
+&g__ cB.cKy$6X_ˏ R1?UH|{
+9чvDS߭񻛽Er;A:Q9Y gS^c Jkt5W-uHwaS(y{AQl.',-Rc^>f3oc/2t."Y}acW-?W"̿
+tU;yUH$#X N sN6^Ed㥅 ⾁xm(sdGAtblMUZL?+Qk4_pgxV,I1Hȱ?E4_EacAZBA
+~;{Z^D)+<TdRx ]m,g¤k9G=$ r~mJY3KH}2&U[HłƼ4*]o%zQzˎ ۳Jrg
+8N-(J3A_2m`} o>UmeHN99tx'ISwk_{B$1֚fnz3cڻO{ʨ YP"Q"aӁ-.}~AULg9i:oނ]{PV~墱|mAn>5:K^k-BAaV8 (14_){_XUksJM+w( h %|1˜/{F&L H|J B΂4^nhq9I*v<6xuYk36Y_լUjܕ)% xQe \8:si8
+KxRg$'Ooˆ4G#h*5RǼ_IHʄcBNl& XaP#"Z Z@
+ݝQmsЂXps'Fҭ9X;H ?<j #o:KL:qn~&{)H򡵧/<-)ԇJFpI7(ho:wSM>Eac!'9L֕0_cWoәaJsL&J1cUÜczt"}zo֖E&ҿmVxv.T?2<?^iHT)Ov( ;:inn
+WCrVUknM_ͨ,}k;S YMk<FyѠ9,ޭt!9x6&5$$_}[H|jZ]IMM6ufK\!=5[aޛwnݪiJv=@CXI
+M"]A@LT *Jx{,/]f}q
+U<3֮5J)ܧs`fO /ucjM90<Wۢ䲬S~t؁h͂ t&⩚]_%8Ղ f [Eoq6U/ŖN]rI]_aYV׏S G=V)` t<Y2`K0Ly4oh}4Eo+&XHeXG8Gr0ĂiT{*(Fk)63}$TMBYkIR`0s)D~9y@s7NY~gAU+3x
+qS4FRSO MqqF
+VL. 83Fj@FqɦoHgaEeKvs3R@cLֵD(=YE쥭5bATO/y^O`Ae,<D DZH bbEߌZoDϵGI){2+0̟4CdTqԥt=O#zX`|VKl[CT_ X%9@ꉬ s$uk ž;|
+۷d}SV\NBWj~]A$fT!3+IAuy!\YM`4X9U_Vep_oXsnC>_wш[k+_6w GXi&ʎ2ڵ+'i@9lE1'hPlO2ZF|Gax{H3[?ڟd2亗dTKGt6 ԊԵO ҄f&$H=Z~OzpM.ÍR9rEnsx~P .21D9 dKI4o F8[;(a뉎ڒarIwߚ9e.Qf 4D&H"Q'*b8螱jdI}ݳ: ҁGid͗{?ogkh[Yu7y-UHnos9TzD85'J 2<:UFv˩>K/oL[4*!G\f
+ eBtY|ܝ7ԏe-kaֿKf?+s'(0Dv-0
+K;K}+}Yeecp,7~a)WU
+ժ=g>6̈5h8*14`9aS1wuC}d ‹e7W;nku>J[~g(39?!V'DMjDX;Kr`8n9<X\kKgʎ^G>oLf'NĞ)_ieϊ:'$š/Eϟ Ȧ,MB ^x[=o|<JSřxBt\߸?
+x +=T/E/mY#2/FcfZZ1i};=$@ՏD+9mb?} yUY5 Cz鄬'ĸ/1]x^:BٕjKLs@#р&Q"@ hmeFazau.L|8V/~"sJ,;&{%ڟDK\EP3qh
+\?)# ]8V(BO7~^`%rF{Qj
+oóf2Wa'ӸӕX0Pa
+&,o#~$[ycָ2 kBy(Լ:!m饒G!dַo|_-y&?krcGL'NRe R_ꐟ;T
+vZ@u/lt?l^T)+%A^ NQ魆7㱉!\Ƀ
+
+ޒ%KEׅ࢘
+v<Bd^͘Mn#ۜޓ߆7IEX'{kQ:T؄B &qk5nM9N46e.ѵ8IuBm\YЮ{6)TpK3#zzwz?~HBt!(pn"p9k%{~yx/:Fup+-驯d
+y6D{#cK?3 g)K+
+f/ϣ
+\ľ-"vEmڃ\Q ̖\N vx_}Iʲ}pz-uW05(s>d{SQ@
+>GIB_!FfvDfB\r+^Gr>TԽg`ya 1[v]caaSͤX O:(y.W, ֶGlv%~y˕z.vzЋqFw'r dOFViJbajgp. [ 0|
+ɗٙuNa\Mf4.YY!PЖu@S4-=v1ׯ"T5M 1;ms-v oAīV6hFZ^F [ ot)q官zW;y@Wd;PqhP`Ht6n^)x%,{+bY1_Bq\XLr,QgS5I7c=MUHs^'.༺8opWSE *\U&WJ\z݋\)2(ֿF
+ ˿ ÈO6<u6۵_Ȓ^}5x=-;=z j9Ǩ>жd(I?k%]$WPXM Xפ#~RM?&r!ď0 Ebx)NuG;!3$~lP|e|B|j )\dLWqI }'ߋ+⮤]T{ TѤ͂E-b5QR/@KΩֳV%hR]s#IS%>$OC
+[{oA$>E
+(GT;&%wZY1ON,GF\ vV f8>6L*
+>^%Ѐx,Yu5TF? ]qk/F_XI;&2± ?-Tu!S#*yYgn  ]Qcv
+UƫuQ& 4v0w*k1\rU\iP#z>ύD%j3n‹CX?q|`ڊ
+&js_ ec`dfQ)q-K īOZy(o.)K3q6Œ2}wR-[G*!r#+i? "8Tec,BiUqY}RHbpK) a[ӎd R9adԈ10>=1*x#?WbGG#AOxވBX AKK6xXbt5b9x%SbKT½dML:q .C#tC Bc&yݱz@*~6U(;-r^@W}@$H>o)6ՈT;Jߚȳ{fv(*kZ h柈HښP?]RkxIMS7dAyM2
+
+
+\Hhi7]n@1s%,{t:L4RvD 
+&Acpd
+yN
+'dx({q)cW3ib(i;xR[Wf@%L^ (XB&~Jq<ޏkO8}5ZJkUM{uAaHn3Ԋ\%-88Bگ\`*>nћá0.#IIOE=Um3_!kNЪ_$(W:F@4־(_v ww`M!րsޯB{Nc⡮pNn*DZr(XnTۖA<׃ZXSgCȥXr6dgz%jq+4a
+endstream
+endobj
+639 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UKWKNI+LMMonoLt10-Bold
+/Flags 4
+/FontBBox [-454 -308 734 1039]
+/Ascent 600
+/CapHeight 600
+/Descent -217
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/A/Q/T/a/asterisk/b/backslash/c/d/e/equal/exclam/f/four/g/h/hyphen/i/l/m/n/o/p/parenleft/parenright/question/quoteright/r/s/t/u/v/w)
+/FontFile 638 0 R
+>>
+endobj
+640 0 obj
+<<
+/Length1 2908
+/Length2 29795
+/Length3 0
+/Length 31459
+/Filter /FlateDecode
+>>
+stream
+xڴuX>LJw) 3-4ݍ %qs{qp?Yk}fZK]l T
+:@  %
+ rw+"`c]5%SPVeW] ee;t
+h@x
+'Syۍm̚^k7zr>jӘ5WN*O2UL^1[QCƴr<oNJ3fm
+;JLc0-!'&o*{|w51eN5 2;7_O
+>iR5Cj/9ӫDK"N6~ lLU̫Vַ_`6@ْy'25$Y0UF/'s2<icIfڨ֜P>|شHwwj;
+kWrZ( l85,{xΏH:e>^zK&b{/3WYC0^[Iɱ u[QVS?N 7)]Y#'ym2nZЩ\$ue_i~*}[<E8o8ۨCgUES7s6WzMͦIWK7ISdo^=('$E> c)vX%{MLˢa<S]{1 =^ݤroDtb@^h&HMe@XU/%g>hHx{<;L+|5
+x>M6Y!ndeB`7URS#;t@BoG8T<=Q,qxI`Ё[&gIs;EўNuƐna='ܚ:Q'C/At;>ʓTk HcT"0_ uTMzxlÎHa8v`o~xjeO:}J+گCQgsr sVڻ7s9A;dwI!v=+t=,e1Mo, j'`SJ=;)lG=9H‰Nm cRsiv\ tr*5%3;`%Lj7*2sMف,hQl0rz4 zdpL@̈jY%}V4}q]͕)G] #L!CjqcѹƤ1"4E5vuN'Xۧ#L䮞Tc7ף̼;8_uJZH
+^|wjn &(/ʝ3e̶BwElƙǢ%MuaU@IGli Cc[J2^hdHfͷxP.c4uلZw=[֮v-Qȫ`}{M@]PosDSx[IQ NM!hA'#@.wAep Ì*g& Bϲsjq8M3e鶯F8R_!kt˭_Q٭}V mOCf0? =d{~:~.]jSaCLY?T\VESby3 ɏXжs3z"aLˎ QCbLG̡+U?EVd ^L9<JlY[.M[)K ?YGmИ A ` w\oFm%pnxl
+xyL1>$&g4<6<)~$ d8{xbe<ĺɪbjj|@1PAveQ'z&^מoLXrE/d'"_<r,Ґ DD2#O! (!<It_I*{ 
+fpQzjW~!xA%rB鵯m6Ptbp7M6^ػCpz2A%24QðiF۟X~;qhS|oH!
+^ _ngECdzbNVs^r%*.| =ma@:_z9T1xRbE:7B].U/^ ˲
+<?4nL;vDsʹzX#6EПǽ@^22CʇtF:ftUw7sruJ0Ŝ:@m3p휗EmyACCmѿsCd䵫"-yk26Roi|oRH(o}(.|9|]~##w7V
+cǀbRR;eKwJΓ cœ]yT3'LJBJds҂2myR4[۪l%\p͌%c'x-g}~ܲj-ZCI* l<齣2[ŃNv0Z`57ɱt_C0T5<rsD#3Z[])>B _Qmbxѐo )j^"tz=ɪJ5
+v'U&1lL:c+jRa&`]}ucX,7< "кZ!wn?2hUi3!95Q.5 շ^e{7tV
+D*ZG4kͯR{{g:u4 \pOt tÞ>c35X!j&$oA=ݓb[f!w'pwWZ̒81'->!Y!\m7Zz|甀PM
+{kvN{ͨo#!ؤQlyZ!F$dc|0?![:/ϭH˲bxʺz+K!m *'B'JR.85P̡^,_u@ӼNl@]1ھrEZ)hJ\5@PuDiQ1 dG l}d#k!iV dU2\ȋu4&)#[A-8g#M:[8Ҿc,
+r
+Vi-PU\![4[>^վHUϑQQ֡LaYOrz/i!3)yP`۴Èj%qY.?tS2Eq>d5?.c?Ciə__ 柢?/BSPk+FT|\c= tP"q%PZI]˻Ud!M֖3iK&B3VV %oݶSCUvM5WsO+7M{OLR:
+jϴh 6t4Kv83[h;+ޛfM䬆7Rt
+y 1m`1qX>CL[d0+ \̉Pj}7ֲ){qc*Cik҇@(MB?-nX>rbSj)J=;R53t8n۷0e!rQ kUwcp,3{ˈe\Kї])bK'&*;jZj|o(1|2jQ3CjI/D9ܪ`O"qt}D 02JFӗ1gyȎ.NՅ Ob6۶Rh
+VtB}ZBjM,(c.l?b,l7E^ݫ~.z`D3*ay`1,99wbaJiCGn %K oKh`pUh޻~,u`R䓊5&ٕV8Z&AG*ad+=R{NC ~>VA= C3h[~S}]<J6(**
+>h+J}+^|}nfa
+jYj, Z4)X/~O](k-rvKO
+,lK+dMv攄Df35Y wzʵآ}o>Ŷzzv40 en;p6W& >ٶCwuy^ YI88TM
+O`Hff.Jw/*}~ 'Jl|jIߦ0/;"#I,*[8EæurP#y
+M$=Eh+&iFɷƱ~]խ&۫m z';:Mt7sbD6QBcL
+g.Yg)n]uAQQ>|&.Qɜ[$0<SǪ/ml`,KT?+^Rb%$cQDe9owPzٟ?Nl~M'(1k]Ħ)Ģ[c*HP[i"ڧڼ!c;d*H4Q۹"m9Pŵr;p3I>5MV ; \8We\=Nڱ2RN4h̝Ave]]Hq81LзF،*V4xȘ(&3k\ѩ屾~yD&#+ߥrk|ϊȯy.I69%#YR̠W%&U[Jy,WfXdsLaKk+yp,(-ǚeOήځB&וjXmGvT=Jl1An?gu\u>nߎ n̶IxխG")ggW_!)Eg#j67M} iĨxG<
+Iq 폅_;3ș?z\11x}@>Q!reܔ
+TmnkP4|R-,yOAË_ &>AFp <(oD:$`#pw|lI8G7y5,55$[݌kvXoۼ`GĐXi{*
+N% R:*LL7(ŬvE].78<0*BG*k$j ܺM-7;Kưr(˥v>vs&<v<*=6fgl5̘7<~6vSntᑵjHf5#|kW+ k#~6=[JQ 8QVKh-tga4]SibkP$> =SQu8Iݞ5lZ o9tN`,+ư-'&{yG9om!fvuRygpCm vi2Tɧcg'ؔSs6e0C5|mD7yu Z4uzԝ^{rkaث>/+ߪcr XaPy݈f}[6\aُC^$Fym|$aRYʻ2˧lfV|SG߆AYټ1ФY SCC:SJL2KcL"9 nܾyǥ70䄼sce{E[fOҎ;&}%:7EY@t:'vcAB~n)UGJ- u`Q1{4[MT(A{3 !R| /B׻׺k:F@uc\m*C_6Yuo8<b
+u>z#ޗh^zz2t&0Eyó[+/?>.Dzq| A2 mks XD.3IƖk7"%-Tqb(M;
+(g.fՂK)K'"+SH^M˼Ue#c#?_lby.2}fo@;IqvfHgQ 92#4BV5FQRFy}~xNꭧ{5'U+zDFv;K [O9ZI ' Dal|SaC#x P0G^4"Bgg<M\,殽3 M]Du^ 
+n.影IwأRLTc,0|:͋ЏAm)NsD`^vFH0JB%I1jjl :
+ha_TMt}MZ\܎AL8l5tn]FIߵ@y>۞RFcm*
+8iBx9ö9Wx}glMvsed -OKh`?`ɽ: /s/.nG'7]3ľ@@‹Oᘏ0%v.ewO1;8N5u˱2> ltWABK:2]aij[8>Kn^PzW)} x^*1$>~i>7&&4Qʠb=MX<9ϐ0ް-p$m! G=ڪC 7q u;ئQO~̴ݱ}sM|:>5|{ K++ȴ"~x+u>֠Yc\wUYMsj}PӐ*\m.3i:4r@k
+o;(juS3U[{{US'RX]|ymZ9֐Xں KvLmeU }^,{D)3[1O`㪧"j0/V\2JHx+y),7Pѻ|d"B,;̬:aߋV8?͢7]$X~Zˀ[mmɨ/H 8ҕF\|bo@\ͨWR
+-)qrZoXȟ/
+2Q5m~;4޽v5΃@\[2)YZu>4M"A}*n؛M-x@>Jnis<o]ҡ!q1S&Tzp3{+<GIo_֒ ޙfi jt7FgatPb,PNKnJm܀>A>#Ь, Ey^ZϿB <s(DЏvz xe+Nh\Lzj߳TUy[ցnw[aAC:֜! 2sӑwp0phgC06IGJF1F8- >Ngj y+9m?ӆڏ5`XKbvk1:WC:){7n>$_W&玙Wy;,7}%Ya|: ֭?}9PbD/qx(;k\/+N2oܮ~߈͑i},`ݻ.+5!- X{|w(v;މX-^9l"X}wӊb1zScu9AGq )(Yh[/2g[kphqWe2Ѹ׾sRRe7߯ъQ>Mm-tsrfv7-Z!(h?x}Ӏ}qߔcB+{?hԂg'Ɗ0N24Gp2S wsK?h.E|Rv\H[#QBzh?M ϕOR cWZtzom.P9h)yDS{B0~k_M,n*Ѹ>\=$!<=&Փh
+}K ~YX5?jd?8X?S豽Z md Id 駨W/;|GX׿;|a!Jo*WV
+-Q cfd;Qނ<B\4N3Xjua[p6w2')$4'/ 梵*?gWT7ֽt9RmZmѻW:%TC}w6ևu>4@Q kNeЋ˛lXWlfQQVPvD19&ӛ(_:fwo_|4uI"DRQT|^>qf{za֒YGs{RbM-C)#UrRpJo"9%r~ gD͒~GyhZsd/F^C~oiJ"ɞ+HQz:!U\B+H"eraU3
+nJGꊣo?HWu.U/cAtd&zC仾]I]H{ԫ,yFRj<U\I8iZ"vߣA0/6,1,5 y4y/'A&*f7\}Qٰns NP!ُe)00: ?uk)n߹6ʨTĥSɎv. l8/luWϴ$ c#
++Wc| N:
+a] t6(gl1Y "Nl(,{5-7O/D̪5(Sqx#APXx}n '^ƞn=a*Yrp%(mS*"~,>-[}{#ۺs~/K2USɧ@mpz"u)^<;t3'ZZ
+
+ ,!i{]:9CA a]O5lZޚ#}+^W%BC)({E_qtz PV{WֵwDOZ%To?O6*<:^miػ!f>c;?|HYLB{fp!{qfM~îmRĮpʤ ,0ۧuVٌwG^RF>1/>Kq(`/QJMQ![܁w.G_DvM 4)M@G\,%|[rrH[Q? WIn4ep` A>tV_ݽ
+d~Scw9%7#^:bi|וx(Vr*͍" ^[ r3x
+s}c[.R.|WȬ߆?Šҳ
+#]RMCZTz=9Qg);$pec H c? GTxH:vݟUb`ts"PqD K4v@*yWyȸBfaPwܗ\f Yy#Ov7D
+v%2YvӬV1HDUom~iu\:/e= [SӤk_:Ht#=N^YiL 0I$bzLs8 >7kE{ߣ+w57{av؟,JÕ&,1-XH
+U</spp^Ķ-Q`_]5k9bQ] V81F<oJ#;LK콘bU&Hu%OrDm!4}|a2|Z]gBbgv=dIsN!o,uw!jK՟'ص)1jmȠT/
+vl[;b۶}k7n՘sM~5b"t4)j+M2I. YgeZ) 68}Bb=6qI6)J-=QŷZl8w"Au k}=giW[ՐKXNl35<{-lM}@l;ӲY213;nC/v"T tF70q !nBoZڎ-
+kX ,mƚz8NgA1E> լBI0<DV;ߋzwSK>BC'hV{հ_4$пöu
+^C;ĠoZq`A|d5_mGNJNnH2Er`b؀
+D3H{*dUUn,cJx.VQx\i cK2FJ֥؆}DIh(=3 b73BQg(k]w@ա7ϻ0oz_\!j
+1z4E.-k+E. VnKSѫpn G5g  B)m,NVBC'=*D K /l♃w
+M\y<ƢW C`o^9oM?> ,:qK.+%S:Ca4Q2(@<ܼy%8+`!,皩O$GHY `./UbvC;a!C(da$Ҙ0!$]7ײF–۠O_"Bᏸζ>2 _v.uD&oy9(1B.XYPቘ*|MLT 5Ed+3yMlS@3  Yhv %=#"fL};1<ӎfi,]( Iҥ컉-](MQ0VEˊ^rh:uq3>k^P=ZJҬSsu:Fd_`>]00SM賐C2r(9A܏Y-|Ҫ2Ǣ.-Jώ 7ϻ]RdMZC1*X<NMr9;Qxi0lר&]KVzއfqMzDF +흔{*q;i#9r
+qSAΥC<|tz-^?=Q0$&Spщ:+yH txVTNch uv;J"G5`!T#Nj&[ Mh,?+:W
+u
+5IMwqibPmpASZjYѸVZk4nts)u
+T$F^N|%,2ݪm=Bꤊ=N?)7,lH4 hɮZneUaMؼL94:'MK
+°k_)Ndbfy;
+9XջX$u̔K\e-'@^Z
+/Yc:M|&N紞gcwK-3 0QpXzutɣV␭iQYX}rU^Y Rh
+mI^!fab:UC7uKx5v”
+<`lVvLraFEn-;jl}^NskMrM0e+_hg>/"m
+0s>+F)-𐍻UΓcvI(޼ƟZȧ`GT="| 3oQ*13=:f!\y8rv0~ڎn6)?H(1WBIvC€n姎_CqS}p"(wP_!jt_:L?V$RZBl9 oye!`Ɏ囿S9p0uo]mTXZvZ`P 9Ҩ@ܿ;%8¨~-;gbùk8
+;j[|1P;LJuV
+9yp2 [&HYѡ^Z^Up*˿] 2ƞcL/c#@ܼpGcDE ]\
+VU.٠)%U1۞$M jydJgt-GީyEfhPG:YqB))򥖖IkI8
+
+39t{>9_H(i,iSsfijT.BߔܚI!;^$|$ĩi;$ɃŅ R(u}p_OlMyA1GWiRC$j~wRL#72=Kdi2kl7B>.
+==iT{M
+oK9$rOwC#ڂ)}|m
+9ɆfhE${ i{@y4&]^3ޖ
+w䶵 KݽӰ"#@)zD^@@u,ƶ!(^f!-KG
+-.i&ޓ3>‰J
+]hp`?&8겂3˶jhxr3Ѡ8"ǘy[*^J8ͩ
+ΔiO9KO@33k便Πes-b|vqѱL :~nKv]i"t4n J8 s8*ҽtzIoRN4fknC9N7Onmo&5dz8}Dz $cYitg =KЧ
+Z) 1]2L>S5[ %dC3ѷؚhýъEOGʙ0` R}h}=(Rc/4։GH/>Uعj`ͭ>~2Fu{Hf!!
+UU[/ 6B1t3,"GKj3Atycr%P)76*P
+͕xK<U//F[Ծ(ih!~#§:p '3$ER) )S*#W-{"?efD~'%Э>0c(i5=+Ŭufl+:UUI.dD+饁 #BT
+Ogf\6p7o4|;-ц5g'XUTHM j\0LCg8
+QC wsu| o
+_EGhkDrg\`mGʞO)KR׍,[4r؃6&=D5ޫՐ7@dZR9};HM,nY^(]]pՐWnB+cȻoS.7 |G;6r .~p' ITOUv U/9Pӝ4UO_jha  lc}ɑ9*LaQx8n׮%?09I'-mz+.@fBz5o(S@aHp˯ ,a&+^Y2`a!FAﹲHha΋D eaV/e!E`-Tt&&F+uy]9+3^iASLHLd_r&FÉ<ĖzNE/G^!F9N̝.FtLKE
+H# v}r-@Jԥd#Ky/i aNN,9*"8`zs7#gfyރ?:;QDYc6*cKy
+<Xa$A1.Re&g<njk,?wf['E/^lF[J(.tp@Q5 pw=ٓaƲCQAuh2F Rtrxnaʚ͟q{8h ljlr]]0G
+ 돳<*]+ °?(:]RʣZ{t ˦4(2cSގjDAZBܕ ;jbX|24JfǢI2WR;SOwWFNYTk90;#m B*Zv<RM`Zȼ0ң3Ikp`GL )l&0t
+bhgN9uo\ 
+'ZٯG"1%!^Q&΁s!r)WE~ի,0VfaWm
+&+bD<Z,|-%΍㻇wgBU^+\. CFUk zO*cyf',VљEkS5{vNB[GF9rHvWA5qo p& Qd~é.5)='@kS CrmFN"JEhtiw;,TW&vn &&D;4eRFE|־0f
+>N~_+d;.uT1$>2Cy
+%o:_o|
+>
+⠫vU(ںHXF k}LXJN_h.*_R.ތKs M"^X7Px$\R'M Eք
+a󷳃elyhbCqc"`0
+Q d-Kcyf&AtqCI:ޘ fIV6EȐQ[j2Ũ
+b흟{WJ9 )D'$yD1jCosY=Od,T
+b?j0LePIE5WufkrSUIa1[oI4A,"@+Iq,-!0,Iᆡ}\[bM=Zaknډꐷe}c'ģ%:iN ԣ`fX755GM+U *1;6b0ZeQXL#W{fQ3A g92YP3 |[ʢX\P=qMHzTy)`f3n(sS*3ݤyfKʋ>pnו~}KvXG'y )>8r jrBVgYqBGyQZ.5"!D݂4)A'YQ)o- HЪfNe*[Z $h@a̓ L{,LV,= 0\Xs0`lhq#
+
+B1֬bsTF&ٙ)WdD{,U5. qDcxKR{9}O`@sOHwP}V Lu]BB:&_@# LEش{9Gd9QrWd465dV,JbIf7I4hGSIR._ h
+1<iG9wXP]|Sr:g'PH1
+-\xG6$ *4:lǑ;Y%!k)8,_zG/ݛ""x lSүޒB[1{pY(w15(ݝϜx<,:W]8%(tisnK7+$PUX&7C&O$"dm4i&dGyP3lxZNPaj ߯g\XiTsuSkj~7ѾCT3$ِw{5RVq/C
+|e-Ih4&]S4W
+ŎzYωjp8MJb' Is_C@L_W=P&B iҧ5WA:pp
+b7ƌb8Et0q_%|QY!wF%!WeqN0
+y2պ&]V[F6C3IlG6"cm8@(۴PeZ$䒓%㦚pME!Ull/*|R-QB9yTbyg 4PnB{_bg;cbS&Ai7
+~&WZ8i  ̆fT:{+fgBE<gzTi(үߚ Zj 3դ` g')?ɇ͟Xuy߰圓iaՀ(C)(o п2;1kL;bs:1PK~nwp%!IBӘqi`epBt&_W(%%i@mIGLf!;[\1 ntoE>`%6 5ऍ⛒V*Z?LNGa=}hH0Vy(:[T&.uRɺ_;y 1U12~!~}n!+ɺd0<QX -9c/_߯pԿ <Eu6BX^dE\/@d=B=f5ld(Jő.ثe:?wA,{Uz*- $aVэ>Ff!t5!&E}KJ|w) <_h;k'A.NŸ}
+endstream
+endobj
+641 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ASRHFJ+LMMono10-Regular
+/Flags 4
+/FontBBox [-451 -316 731 1016]
+/Ascent 0
+/CapHeight 0
+/Descent 0
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/I/L/M/N/Q/S/T/U/V/X/a/ampersand/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/comma/d/dollar/e/equal/exclam/f/five/four/g/greater/h/hyphen/i/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quoteright/quotesingle.ts1/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/zero)
+/FontFile 640 0 R
+>>
+endobj
+642 0 obj
+<<
+/Length1 1909
+/Length2 19088
+/Length3 0
+/Length 20279
+/Filter /FlateDecode
+>>
+stream
+xڴxeXZ-'8{pơq%!ஏ3sffګDYA dٻ002@ VO@ W[c'
+d/npXL]]-y(
+`loeT`(߅V
+gQyRK(l_ۓkTw?HLi0f),Wjfu$t'x>İN]Uv@̱b:٢{,u/~wy{6YaT=! U,|؛wУvr{|!yVE u QW2ɴK;< v;IiJHɀDR(RjsYYt/!RS!;@b_]Nz5~X׬[V}Y+^d^hQIݾOO]z$Hw䞛.[2blF).[j N4xNRJlml $GD'6 ﺱ-tUj%&n)>~BhbݕD|Ŷ3j.Wk?׬O/=lgA<ն1Xȁշ? K+7cs sTOU85M4Yk2!<|mPUg6x^QdTv*$G7MOz hHO0LZnET8Ymw}=_7T ;<zL:($=lekcSח<XY
+إ&1۳/,P]bf'0dEi/"b7Vȶ‰1oKnF =~,!6K{>>yWF X`V45lfd%Ew&I]TSf-U]x5*>k\!քoGU+>M}Q.5d0fFdIגE/d^?H{u/$tf\~:-(V"*ʔw6 ȬE޵a$VS|}i;4]W@= ={y6w:{`%ҝUYp#۸m}F M+]}$YMgqޫ#tT<\i2AP@g,B&r_nbQ+ac/QU/u4",soKßPLus7;-y؛D rEysr1'?n!%|AKQT!3<K+
+6aɾn}ds(x |5 0DoDvdxFkv5r<f7''86[bS&i|S5ƻ7.o k?xr@ѳ)뷳Ч
+
+e\ߚ1uq(Y
+ΗyyxEҪӡiLiw,m^rdufQnO;)
+nuO@L
+haxqX? !cIΓ xIE$2^ѷ-FӁ؏B;%<漒z$Xģؘ]8$
+>)%";ڕҵjoD u˅jVs4y/ŷI&`훨Th|K 9c&DEHaYԩ2JwG G%TaρץK(|BY_? +c2g~3L魝^Bۤ@5bSI9ū7a]"`ӼcZE2Na22>%ϴVYJԀng8Bcl:"
+;B6W;A 6y?d L#֩g.â8C %3\xw$Ca$%) YnT@`,/᳸0P-'b]0\ܵq/f*[1k|}M䨲1ߐs\&9:c-}Zj:S*!gT[>{چ+uyt݋}qA\g0.2쇊#rud j`A
+a$(TLDR*R3|+1)Zi+BbwY2NGyYKl<DίuIӔ YY,{S6H H)c&:-GCCSN֌07kE׏[1X֝v10'|f~,fJrZ;:oZrŅakzR#B~g'k`s~sl=?|ӽʼn|Ҝ";Q?(KNSzfK<ďh7qoU~ey%ޕ}' 6_)ɟer*`C#+uJ(\S1$wȲf][Yi
+"Gn4;<QDHΣ kaк? @\iLP9+ aOP"Q,c! Tr&5-^4@J~g:+d'׸Bև$.³Hj#Zaa2B&xmu{wiΏA'+(p{~}|SyȾ2@twk䶙 )1'ex4jqm0L:.V;ׁڙ@TELKo!o\EJQ;s)B=<aI_Vy="۱LR8642x^c{=\{ֻ}:˦E5hϔ < $d#OH- Vf,d7qH+6sٷov-!E X1Vr5mktӲ| fKu2d]2"oR j`Ĭh(&C
+@ ({/"`Q-X5_nShr7('_^>hGS dk)ki2[鬿Es
+Mc?!y@3QO<
+RBw_kسi*|Y8ڿD$Z~u
+i%GTy;^/<O*y[$ʴv7}w^_:*<%yhmq8(Wuf3bحgϖ%<71f1.Q$7*|ͪ3# Q:)F| n!C2[BFEJ/fϬ_"@<*F
+jQ`/3Pt0
+
+ +ڥK*Ny͜$݁eA(A qov<l P'BbPݪQEmPJ~4jM;7  8X)j(,nYs6eďv5 &,L)(7_d,U膜\Ƶ)
+<jI@,F+TZbg4hNS>C]?ct=/K^F&sQN7 qT2] O_ܱdڻ^'^M{>{׌( F&6''<r ~,{Z.T
+X3b'G0$/tvXTtw2WE5G%Nr!:|RO&=ͺj4ȵ3Wӊ6n:5`
+zW!W8*(:;h'yGS!gx<>;*TIE1h Xsާz>Om9b(bDŽ nq~z|\|[ZOk 2䩫J+UK@1ӗf 8/s-OFlqz,7=z\ nF-`(&>> WaY)y< +a JFW9C[&kbQryD9aQF{OpyF?ֆ{hx J+l8 6GC}mSۗ GHs*v0jrxJ InvvC
+p)u?eBV`*c*sؤ0ԆNYZ!CYV8GaL)9=G,t,j . X2DG.x 
+;XD4=:O= )J{B9l
+(2eNGk1-vQdk$Hbymذ:eT$+!ho<"F K~VZy7ѥM==5ާ!EUN>r l@nXÀc*TNI xd_ o+]7LriAf @y;~4ޘI~dګ*4r蕚ZouM~aU7B!aYBP@M",g(y6fy P7|bICsNP!K
+AX?<sQ!_': (Tt$F;䱿{}#iX)YsYx:dg}x9᪄_SV8Jdn/#]#ZY|Sؒ2hӄ,%^pXf[1ױ|9qZT>,1&[=_@qA~h#o{'>1QG"ڔ˃JKeADd$>+b,+zUxӞ[Q 18
+
+I(DgGKl[}pvSDV}"0<_w-ud332NpuQ`_zB"
+ϧB?Z@[邕ҜI/z
+6-ַpV;C 06/'W7ސ^Zѡ-LNg2alEǟBΠ<Z:ـ<7
+`oKyaĿH@ ޴ mvB"+(t,Cţ "Y7/k90雲k6'qP}/ wzVXQv=T|jа Ksm~̃p
+V/{!L( MdpY 0كHI
+2)!HfyNpՔ%fn?I->(O
+qP$ \e*qyam.ٯ"x A3X
+ 7PC,(b#8$&_Сyvx.S{XNahI崟+H<<{:.We?ĴKVb;Q@_ZiLܕ15BN3
+z6dˈ]|>I='v]gRrZ
+ 4ĵTQj\e?<$YFZx]qc[WI?6Qpcn?{n2,0-0ߛo>zYqtʕiRlB8I3'mx۱;Jf)͸;,p·֪"3ͫCW*ȯV2ёgGwqS9uU>!9nCb<9h~n%J%9W7}ףXP'FrSΫ
+]{_һFC2ۜ<pi{ 9q}YL|K`jzauogh^
+9Tlj5AHv㇥kk%unȵ ew ZXPb7ߗ!qM *@ŕ1ldv捱Jd(&omv2Q"}Yiʳ]Rc\ t*#MLL:23T*@bS{s5YҍE&(]aNlWmC>E>*/I U3z֚va_$_Wq:AFcn(,&._X'MQvASl jİ$]fЫ+0Qvu+{nr8@p=-%;Rț @Ji4hB3t׊?+>/+1{*_ByۆpқdT+TЮvlvTz,4/tbE\X`?Fhgs<2b'NQrW`
+ 3P\A.  *K(w0Wr;J| ڶI2R݈FYB߳ˍSyr0XR_tǿZqs*7ޱ(EKS[>Qw
+~#kaؙYzYk1'+cњyo]}51T&z_/۝1+DŤ-7FSHxeA"^ب|BOMSdgX F)-4Zm9L{-40r! $\bOx
+ϟ/ !j{>P Q )up|J|i1xd Yph7
+w-Be-5e~UO"$ZVX7(IeKcUNxOL0l:KYr
+YzEc3G|>+p~']x-ݮs ]iqd
+&,14.9f/z(U[Pa6uLIc|AĘI&Vah
+rC`gX4‘@9AM@?TO7o{s0R)Xj.^zX9U=cPó)Kw:cR^Ji
+.-\]`h:piEn°ҀEݲM ,*$*{zec,l.mChj]q߬׍?V45yτ8]4/,Z*!Q'4RXͼr |޳MuP.Ws8OA A9GP|M_m-ĚH'3̅bV~Y].XKЃ0Ҭnl$mRD.ya{vQJJ0)GŞTF?l
+
+
+Cms{Vzq%Z湭Q'P.HE.83jpbKWWrTzj4k@}S9 ]:7sbǦw
+cPHUwl-c \:%}0"hcOͯR!"3`(I|]|-q0X$<p!I;G e0dk聮LVdW+]!cZnij#}j%@2B =1,3k iяbR};2Rw> vi ?YobΉ[e`I\ڶC#ITDrlGt 'xf>ór NGo@}(#j=%/m4V6z"@
+7պj\ٯk%޻\8.*' YE:^ƠJ_TẰM.N&rVP:P'm;GZe}m]rԨ(V!v
+D@s!42J<})#ZL7b,^J_Ѝc2]{{&*_˜ӛ1E[ Ҋ?Ξa.@/D}?O^6>3@P1X_b E W :{NclId9UwvE ](asoI|ZMF]j$`ǧN>: cW-,Vf5}E-0ͪE0p?p` 0dj[y"%swAnSR!GM #h9jsYᷫao3Eie2ݳ;レ㈺R~H_]pM}鵎H(PLmXspqRR)L:D4l/oFMHפ46`"y:VɱZ?&]B6
+.uvG3C# }~7eKAdihPT̛u&XFE4f@kPa<3gFJvbBWи%L`P!SC[=3VD\3NEbY8l<靍rC@ xҊPnkj,~852f2wt}U`M6zJYE/P_9ũpAO͍l`Z1"VmÂ"]MCozHɫS6NYr-~F&>Ÿ]QN%%TEٰ `:MywL>h&XrKO_=`u
+U(J?6I<|&<pip NO1VK}⪒!Ce)$i2iY}8ȹm[%#R2 X]P.Gj1:ye|M;~{t1%; 03QG逹u@fr]yf}9dxnc_1^ZZeq^=>4è2If*c#Cz4.!xhGG{8k~Qו^cc`tf&gq@cUUQMTie&Vu)@ߓ]̳gomB(dRcfXS5+3_`a4#mlicc7nfbxacGtj@,[P.|S JuOa
+P<!k=2q9H:A UTҩ"}(]O/L#BR18!V`p9b%P̦FUF.K<ߊ=,Iߌ|
+W͚
+Dh ~7cO@}T%W:Brica\#,OGS&`^#/*6xYgaGw;T;?Kvʌf`]+TUyX.#_ ]8)hi (b} &
+S?ן,C&I&snv\&W0X$C6 EZ]V]\5K<:Uoh Y4i lH
+~n53n83$=E~R6VX7*YB.ϞHݨN'=\ mai*>3).5Jp|X[F*,q3h6z^eުa3eW_
+ mM$j*Pzj'YEdm)qL6A/aKxI0kGfqP/ ܫ.Ȋ)Knl,Jj8 tclz8Y;轌aX^H.K{_!"rEcVk
+WMśCܦ&{!*09"OMX&O
+ `/ W[حB=)V>E"g0sA [v|.O~\Zbŷ|j%sl]e1? ExYwh#o0ID. &]݅9~l)fsϧvG3]_HD`&tPo &עJ+.R4,>.+sz%^dz:I` /,% MR%yY8.*MzE)5}.ڊvT]1旷m6~6.tȎo<!k2Q=Ĭ=k'H̀?\
+a@`Ä0jA5tkۧ{$3wb}"!CFdeN_pp#S͌,ΖTOIJEm7Aޗ>99H}GɄtȟ]89/vǐbX)o7EX/΅Oc!@?٤YD\4vŏ"Q+z1mȇQR3AϤ~u+cK;%?T3*,̠IDW<(HjU
+ y$=-G ]
+F `AGcdΑAI &1YzAP<M$>' ~u.]: F8O0@h*|<ǏRtDA*2kSSOƧ<qhPT61I(xrLc;ꘂ9
+[ewyPB=KFYUM晰L5ܯOejSϘ>wRp'H{/pZy_ LУygd4/;`PT*.tL;,)}%3Z%H7QQ 6[
+Y2˭\hYw3vtrɑ_@(NaA}&P0lT06z7*Za$αvEJe- 15א/grw>7٩L$Y
+(ZbEf-465q ۊlEo 86)vFij$ܗ 0!M|v^#tFqIϭZ=L ta>#%ioMU7i;Ꮅ)? ^`bms !\%2R:4}02)hZ_N9D76I~ILpRYYΤh\Q#~C#<x emWL0ZUn*9~0?LZ57A2/AOǘz7W;>Wc*(fNd.< 0w=cm@c0̸I]}>,?n[}bJ2Tb/h tS[|+W%Zl%랗(䑽àyfhm=HYz +}?pķ22rTAQt<7L a'LJ,:e9y܄Gl(]$Dbl+cqc
+dm@*CdۂA?Z͑&!k\TNsc[lav;ݲW
+l
+6G4 Us&BYmBw<4a?!Q\"(=Db9ŧa2]}k@`S4Hܯ9EX#
+9g>Zܫ+c_/ 6*qNH]%%bV{p-HV̕jg} nj*M!+
+endstream
+endobj
+643 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FBPQEI+LMMono12-Regular
+/Flags 4
+/FontBBox [-444 -311 715 1019]
+/Ascent 618
+/CapHeight 618
+/Descent -222
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/a/at/b/c/e/g/hyphen/i/j/l/m/n/o/p/period/r/s/t/u)
+/FontFile 642 0 R
+>>
+endobj
+644 0 obj
+<<
+/Length1 1858
+/Length2 19793
+/Length3 0
+/Length 20994
+/Filter /FlateDecode
+>>
+stream
+xڴeT\['wB)pwww'4]=roԨ:5γܻEFL'hlkqcgr)L
+hdihi
+̻ldmߧcCWz"2R033E*jc,lkmDdOY[غx&6&nlǠjcn wm '
+NFf_fI'mL@+INzc1F#K#/}>?d Zr4_Q6F6
+M2g]&ڿ:q%ZiDʩxvf_q:L=@1U6{;G导bK<}.L<BΏici*#В`4Xyڍd l|{) ^|`@э(^u4I~6X]jA[˩|N$T)n$}ן 1o
+n K5*8J^͹P4$L"`%Z&JVr8Ko5Q}\_{t#!]V(9B5!z<Xo-AZ0CeׇϢe2N3ajvM,˵ IGΛ&ǰI+cR/4w|`FRZTCc֔E1> G[$yt5 ߽!1{upNR@*@>ٌQR<c<iW-TW?/vjݛئ$5,sza}#z]8 aeR6p$Sk0ɹF"KO|qt&+p
+az wr١)~oSyՏX݄i+*[#]=L/vz܈w?;6Z?gtKx劣ۻpO+
+gE/+:Es`)ً
+Q[Uz_)b .cEDrZ|o|(L3
+)}&eW:ez"1T~֠+q4ֈhHT
+@p7*vGґ(=h;Q[e1Yiϑqm7Y3!?>ùXLګd*4VX΍C# #jL"bFfT.$1i :w5AɼwJ& +,R!|BhTm,irYKTp7 RbdMՇ
+uZ49׷(g^~uh5tbv.0Y_TS^eP^b8c8 9:k~eovvB={(7yF_4<gY nbAf4a+.H~<b1F{ژ&s[/µPtT *T T
+CGNUN9)ӍV<}JW WM$xa?*j"kN' bPC[?nIsآݥz[lRnLd(
+Q `* ._AH-ע{7d)_V)iO\ky;(GÌ&<mse:EO{u2yAl*2 5NVI'qӱ‶|uheHۏ'*X\;30x QAhIM\u#ecs|~- TWotVYIzzo1U9~Tyg HH:RCK h567滥
+[M]LNj\L,z k#'љ -u1{fnA;=o`[dh{ѩ4Jq^stSzR*P?b/p6"?왘O.vٻe:U~/E.\F?:
+̪bkJF$E^KYH[Ʈ)
+,M1 81&f0eU
+_| 2QH+
+F"HY d6l4B@|ZRR|sx⍐ >>w㑁&Aybi} ERs*P 2sœLR5R:D6N9eDaߞJ322h'oMnWy
+kX.s}"tEt7fB(U!Oex$ AZNkǓ ^+|ɱǯK=R!#`(:M/L!<àQCbʊ%i@G3޷8(gO";>@&U*L"v2HOd٬74^+O0-FRw@ߦ{ރ`W_c &VEeʧ T r, _DoX>03a: <3#BC8Ly`[0+ݤWl~2?afLOz Jsh4";`Ky w﫫1ODx͉%V.&R?JAANǃt9,VcG/ķ|ϻȴNy5~$7*p˦hT Rz8 ޵c ~nTHID\w=N(7ڰ \dJ't/[
+97MB
+ \4,p3R reh?4{_rYK9fl7|Y0J==>@$5`\w^#>?3GTJ?5~u86
+4Jz( ;Q%^GL;FUJELTDŽVX`:/0
+ oeϡ晼xA\%Jk"M#y0L*: 0e2ۮh+c6`AF
+6neѨ?6S5>,'2͉;O*!ǖze:"RGiJ.V)Y ̕wیrT_jigxKkQ=?N(R^_)x/ԖlQOT-Rgt?
+/92Jl2C٢섾zbkns!Hx0$h|dwh5As˓CȸpPlݰ&X5["µ^߇Inu -B "F ;ӄD2dB-pfA.zxC^\_B OWuC -@#PK^tN%6g-XL~v^|M,)YFwk!kK8xQ ߆ Zejr?&Uo> gN4AJ=;L rBXNk枩+o{QdYV~ReyQHIM( "'5ohOY2` 8-a3aȔ}GP]ك]}wv#HS&F먚E_7S
+G•/"hV
+?Vi~hN"ӪâZb^GYy[ 3~
+skz+jVz`rC஖n\nEw:aL1|.TwokKTPtNپ]< 8 vI~a\b%x]߭p H'7d3‰[)݋tU0n/W^VVpt1ԗ
+L6)lL$δT!A$Q4PDXԶRF[- [Rq!/CɧFYR唨{V'BCW^Z{M.\ڿ*O&{bbm&4ADU9=HSni_2@cW.e<~p>bzpUĔk j1S|c\H ?įUp0rA0߯(r@#k+@
+{l4@^L(3WX
+GoK(\Xnt.G'Jb&77~ilˮ&Eڮ$J0R!Y5>[(ef$"CʺWcfcJĉ,_8Ld]Md% J-%q^"4Gr\%(8MAv1+uȵ>pX+ *pQ3O%-Lwc^'׺&kD8k?<X:EOKLZpL\u@taw[1Y=ۃ, ?`%/eB#e
+
+lpK jDx_QU(Yق$aB=HW L*{%eOi r4?A6Kڪw^nm]#>dH x!d^ hCchHCvA|I\,\i~&n8y
+7=|,v%?&^GPQ|x}*2Ty~+|}=QHlEC.mfՉdx* i]$D;,u†$r[sAURb0ےIvݲjndSM'Τ:hr#a7g]H6~~E3zKǞ5S݉~XMVb/3g^+c!Dj=mF٠/:/t~J/(D+*RGM[JFG4s$EVr-3_%߉2{I͇F"#^kKlƈvJ U]1`'e,!\oY n
+|ǢIxH{nŢ{֬L#A'HDƱ#g(n~NW:]X[>VGXʋ(MgHjL;\VBx|ACoBx;./찛:>`뱶-/x6',fD>{:qI& {z CEejm{;={y\\ߖ&a4vBqڏ gO.QrQ\~"3L Hz
+P)1A;;45@tT;<hi|DtJQfEHuPa]ʞcoԶkٸQϗ1" GscEY׳nr~a03f7)DH[NGk'޼"gzcHB|K\|i^x<@8T$t`EpAe O0Uc$X< & `ZP7Yj;'(:i2]?(|餬%JG~q;!񧁾TKP
+Bym8ݹ=+#'4tm&tbW޻CڱD1[b5FSd:1r@h.V۪ugtP|:l?LљS,ٛ}mTi|}Ćaym?ct<5YHNNx>2FT+}^+2s|O.i6kՏśam\x-͜r:dzn0Z) pJK6:cl(Y2I-2qܠ܍OA4(ϕwUrPcvmy u"exm, ~ 
+92˯,&NᮛUF7&Db.'ϭ9qqY9PE\D"{Vewc2#̛3Q2uxHਟ7K!0"R۹zԦ?$~<i/ocPTu/|*Ӑ{NZFHU0FIxvXA}c<}H|;Vu{k2_՘B؛j{3^7ҁLU0Wa]<*ˆ|D'ԧw3h.'llE.CH :,7fAUb(L쌤'<UCuv]IZ3qhk]}驇Cu3vPv }nԡu1Iw 1&HD{Bm~@H1tJ`~En&]?,-cR8 IYЊ ïB\{
+?bnnYS@n$˵>U:C7z%=N=ٜ+3śZfr:V]{Q"h7B01 #ñl?HNE6^\p@Jb|.5\{@׌1M1KLfX.~_$ԕ.%UD(0L8"5+$Rއ<x`ޒMXtOѦ鋓qrnd "EE`ncyFvCee&";U=q
+~S[EcY*y)0<W $^0Hw_Ձ氁A{ K !}/8o=u]3{_ٗWb=ʼ0VY3nal9p=:A \[aD:9s%0naed|_גD}Vs|<_Om6rc4YQ=4GtV3zu=+Z2<ۄ<E*P<q bv=7ԭGqvg4 ePdKJ_ *n㹽Pt8poudqU+fw0:kQ[>&74.S_5>7BW1lZ ^c}6ŤZdlr;&'J~02 oJ O;&lx%z.8~V[g<+b. m/S(e3sH1Υ(( B!0}H u׆R!G~iWvMo+NLtra^BCاU0ɩ;ĪKL|h@dejlҲTX&dZ5[KB<mfh}.9O2|ijo7Pn#i:dRpGN ]e!d+[ϓADWR'klL8dۣE(Ο0uZ,3(߁s8U[p0*bkhH .z-WdÜp[jUkg%FĻLuΒyŦ: ],7{p#&M+vF!ZR' E+f= G0VZkNk"X-B=nzQeRtkMIwFr{fy180-[o9rruԾi$aŁ4j
+1n~^qZ]/c5Y)r*svZ~9XO+P"awi#7VO2Gӭ!>hF /sqc&"K w
+/7DH ۝0.P\*aW@a(H[k1+O\vIjMƓ +#n'ܢ9rh8ixFTo - n,6w2 1WB}wc<ׇϱ/D+$堞I-~q~6,`td856E'F-nA&U[ a%yey+XFl5ӎ)ia nh~<%B1 X\9ӈUu C/9MJzK8 Lӹ<0gj!xSQ7n NgL5RRϹWF$ՔcDp1 ]qX'&9/ޙBcd4J.+*MbŖ%P?g+^#_z(Qٖ֓sl#5ծhΑۂS)34B]0<*P; Uy+Ǧp[$ײgd-)W1N^dDf8Yfq?.)M\
+-pPϹf zLq kkq6لJb}(s'4Phla0GADYݲ%Ƿ1$s}Z0duHGxuݾi6;>W<I|. 0sec::K;mT^qIK[{8!.;5~]N GF
+Nrs}oq].]=t/[0hU0J.:2e
+ L̮1/e)g[} > <MĈ0-/siH
+ :{̔ʫoDZnZ6KBw0—UAQ@|! ğ"q WyB1LˬNtk^</\ 7)3'vNOqbkT,kݰӴ,t.$юA˗jsb3ܒj#⦴"!9'0_p </kGK|'7p~ʶ5n8~!yK.̴vP;Zm,a0ڳdҩ-6=2㤪Lh 3b^J9_ȭb掅OP6
+QT0x9O8eRNpTϨW Lk5e6qwi,@ù\@34fq>4S[C%ntDg F+`[o`ofBEWnG +]%.i`pkQk}5
+pB}IBf(ux}K q+V.H6<E>?2=?cqťZ*}ĺ‘ Ȧ18wp2PK&6|Fs>(9;An@a-c>f(XoZfOCKK#n!58X
+‡$%3v15ɷhq}'pB;7|2!΋4lO:EIr[˱ld7]-fCY(hcҠܼ-L52շTljtܵc&9/zUr|0Mw%=?&wM{s \oPFLHvgs>Ȕċ~pOƦ>an aW`N<[@ǴNVi?:L 3 n|^
+GU(u]NĶ>j'nbMŋM{}T':zA^m(“s2JY(Efirwԥb HZd:qA:3+0n"3MxZ/ChSI].M\".HE9:C w
+l|B<.찢Z?PPޤV<R<OA|R2^4+KƽW?G*h]/lws< ;90Pj~eZ<,Q^?{eš !< i}Kiaʕa5xHj|Bz=ŵ:ّzF &G7AǕ.n)-1t#~[`ԃ*P\~X?ܱ;
+H^+ d .
+&ܑGu L 90T*k > Y9'VU6AN Kֽ_XKLLE:3
+݆8wj(`iBVo.yϵN,S|LH@Z&H4:uͦ F[
+-קH8zXcs2"h~Cɔ;,߯6 zE4fr 9#'rz ^AP s%ʑsT{XPSɵOh zdn)jY5t-1Arz!ܓO[6D?gp4
+:7ϜmmV,M,B=Ï,6ؿPLVG[ۘ/ d7@VϒI6j/nF޴z|* )
+ypf P~?ȂɃJ7mS俙s]^Y$j8*.@nEq4ȴI?k5n5H ç5.~N]ӌZWё7D+>(, {Z:G.gvk]AIW2N9%z~|B&^\)64?'Y񣕀 !O 3sC`7)O9+3Ftެ+J(MV|W+}a6k(f tX,%H$8fK }i(z7L2JM$2fykr)eT%mK܄!{6X; Gz.Me[aJ/?WfqB8}Fz_M olosYTF 㽣wR* ʱ4֒cFr; U+#g{@?N-\URbL<.f \ˀ+7-s('HX`׶ǵW^kWn\a^0 d}f#ɓ
+XapۓlK\U[K)ځwmvLj`4nOキ|*zsM#ڱ( HRKSA;[[ڌ ;D'dgCb
+ZTKIx "Vhҷ\[MBҭe㰼)j#oMKR ۾z=Σn {ƲY[ VbpNo /!PX/dp]5?z!ɐvCdt'G]ys"M׋K}:2g?4;iz7\̋#$|eiޘ?զ. )d{Pf&3 ozUBkk4Juke{Nܙ3TiN}WHA~L\_ pe(/Ku)q 뭷!l-.}=3%պ>"'<c
+_`(!(дnZ8K#yzHQRք
+fnj6Ï|xY-ib }P{oHބW(%x)/~}""LLy-lbpʯĨsV$>UZ&TZKͤS]"=DŽ<ޘ2'jq܈
+DEB{V};Q Rhчb$$''AIh u ̑RtbȲ`Ќ:<På+uI!5h#̝q`\{HM[[?j߀;3{Dx Ic8y UerKawŻ~8BtHTVS.} {Vd0%>AXG8Yq ڏUX 4mx ;H$i.2 &0oQNuaAV%|qz[4
+OvuÞ@[T"<+.
+o独!R"l;o뢝@s {wAM" f~.זy]NdёvJiY'C¹0\
+OS5tSwfַf&:L_#?gtj,dNUEo0 sc˄&xC}f#M`
+t(< WTC!ޯ@\yfQ-gb.;'5
+endstream
+endobj
+645 0 obj
+<<
+/Type /FontDescriptor
+/FontName /IWZWXN+LMMono8-Regular
+/Flags 4
+/FontBBox [-456 -320 743 1014]
+/Ascent 601
+/CapHeight 601
+/Descent -222
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/a/c/d/e/f/i/k/l/m/n/p/period/r/t/three/u)
+/FontFile 644 0 R
+>>
+endobj
+646 0 obj
+<<
+/Length1 2535
+/Length2 24947
+/Length3 0
+/Length 26443
+/Filter /FlateDecode
+>>
+stream
+xڴeT
+wnp(ܝ4xp'8wwww }=w ~>U@M,l2JlYrr [2Zhd3tx
+NH5@h t
+VZ
+PjTĕU
+j*,*vv `UQUd ˫L
+vN 8w? ys
+Py#ZDL3'/ηO
+P>ki{żL)iZɆu͟a`嶀AJ0
+&:ҰKxa 'wXήcRQgrE LغU :W LŅ.+prLC?)fE[t"8D
+x厊}BEr8{^2#Dwoǧ!>dZysč
+VW
+>X6BW%JyUOZlA٫lLS*xqO1! y%WW ÔcWRJP5TfY7Cv- VUDSqQSlDfRmM-uWD E)a{Jg?q%6k] PM(ZfWNR^&uʩ$7Wԁʑ)SpRҫk#a#=Aijxu |ut#lw##fEWׁGNL
+Q<+T҆ Y^Lj*'ߑ1ŗ]Z\\}yD+ uzLTV~Q-J9y(i+ˁ9I1<o|U%;XG_BNw'yd/$ܖuk[snc#x+mtӊ/C6L,!O:\0| N:|)ûXuDӁL$0^ 9ͬ+jQ(V
+Wr'X'rzO+K_,/dXr
+g\ 6<5_PDgO%dzȐ)A.'",Ko\,0rE
+ycQݎNO`xgKYDOrңK("PFy"mӹYQ?Sh:Q½2*I>T.2+KѻL_7 $ !u87CqKaJ_;0 }W`Uϖp[ac5}21`/35 sFս3{}&5;fՏp
+;E)'<?SKgnn|(wx݇cl,s_h؛[P6l+=hlMKiUŸte1ߓ2Ny@_ϔ3d#3ΕpD ҃%6{8w~\
+ثw[Yuǟ'UK^-l\QG$Q&A n9u)ݖM)
+<9Յ
+x>2c^6=\5e$n^3N*QYs}TD6TQRC>Y0AP5՘?FťMW 5QSvxu8 T{'W<ъx/4qz!cKݗXvCvjm"3p6+K]m}fv G+|Ij,nC9ghL|6!(ͰIIhb]L\J1!jypTuhvܗH|#}*Z/7:q{!f Xa1(=#4W`KƳel@AH{-c E",^];
+궡~zV^DV1bSJ>#u@dLks]PAu1A`KIa'xe frSpYS_<B)<d/iScKKNdd21ڜABo׆ ]y5{
+ыW&i_0x}&͢b&8K-م(4eb_ KvA-yhm
+ulC`]uA^(;Ef`O#":3>rɉeבurIU*זU%=f*r cAi={FlkVxuJeͥzQ
+S41ʆ *a2d5ge! µ3m/J;i7F ^R"Z> "YI16-^L_\uD SdloRh\ Ƣp
+  Ы᝔4
+E?M=hP+h'wc"hh63:uKLѿ>!i$01O0Gm˅9!G9xX$NNR5ؾޞJ8&'oiTfƪk^etp͚;7QK[e|'\j053^*BV5]QA7T2b.EWJ`QGjD+yeT68($3^}2xkJ Z0GN@;fF'漈UZ&5-vyLx4|8!-]KKd-I޲{{jx܌떀nv@I1tw]6s
+{A*UWhd2g;z|{᷹S)81;
+gk||ցgI+H_ [Z}WޗrO4^X"lLgF?^J>JV δy-@3Za36Hg.㵷^/cN/k7UrboYEJgDŽ$O p)>9+ιt<u/02A1Xu&<%.YfڛȻZ4R m/o8;P?|Ye DIEPn__ `DNaa<ѡ#T)ΨdIT\L=t-5aŽ+\6 1;U{|xC|oaA(GΣUȂ
+ds΁M
+GRA-ߌot+[<]
+<HU3JlapVto>^v"'*('XSoZw)PhM[q~)%_R^H!]ɨ/ Y[p?ώBp,P) 9yW
+7
+^sIRI.cdʓJĽJY)k?O hSR\^EA7 ̎> *Y,l* +wP-b l&,?0&u68yk}kmx, ;7j>p=ɀ@?Mc,ȆܭC)!5VE|Evi6ZzPr|2
+s@K;/e-5o3(
+z[u
+փ>u-b+
++DJ4'\5vKfU|2Q< 
+_nʦݳkrޘɗ&4.4p4Ay2ݨoޟ>-f<t\\|}:$_
+'lWV |_#ƛt~=gʯ+P3/lq &Qlrze_g #&qXo^0LU~n4:wLĄkKB$=u5''P:e9!irQzDbFSGafŧeG~QSIa-u.߯U|4㛭}{E{ѿ/Ժ`L
+]h3+C-$1$V?۱ܾJ3:@9K<[e2BKAxK#Ld%<<:qĽ!3q٪,zy  d]_z.w~Z{U
+fxn*f0&IP/E+Zul f t\./16~#v?e钷!43֋W6Xpʼiy!SzAr7)ʇN7G9<،aGjn+{бxڒs\LXN\3^hI\v aC䂾t?2H,BA&Ёwlۯ0-I*'d&/ ˒Q@ʯ
+'C.+n<AyDeeϧ=_"6ڬ)iTq*1@JL
+\3(Q**d \B_5 ASL
+?G]*͍#9VBpmbM KT jTJjKqI.2=Z_Ò?~l7[kE2<K' ꪗBb`W|au-mK3gn5q<R5AzVd /_{Z7hPPA^` ;\،4SSA
+%+&&i8E7e+֙E6Ӥ}(R +m "4Z#Bᾚ΍߿ <P;?dV[{JzI1"_
+-k\,Z{"ibgkU_BMX9zvvfIXSC 3%<n.hݚQ*xLFVjv513t ŵ}1ئYgbl`LOQO5Tn["
+2+y,{p^uXH&^ܮ~5q꭭%Z5%lgX=O~b|vHztp*n(iDhhG 7ج.[T}:~8ۮWPr;KUYCE'jhG
+"FJ!gCI't 2(k?1=#JKNB[SAO+N9 _^ ,w8 #,ڄ2Xc϶u6
+EȭZgqzd#pWf~I۾v~t>r \OhaJ'tB
+x⯎g9ֵVďCM "J%whڛ!03D}ih tᩩ]9 ࣫b`͔rjZKsQLDR7
+3ęo^M
+;;Gd+uQk VruꔮD!⠧ᴸjS'\n$h
+/%8Tc#w0zqnW#הkW|pd؛^RcK6+gc-e}LJsA^VUB hbOsaa-uWĿR-7#b`=7fj*ܛW^z)ܞ p-q7Ksb~`(2ן13hܟ~<F&z\#1Q㯔,=Ǥj\1 J&esWUۍ I+:iC7
+~- =^N5>mPfd3}j
+<B.SZt>;O|,lS<aFG#b7nmo<@;貤Aˤk٦{3u|PZT^u3Yt:D-Ν[z9yL-n1,"8c?F)K>(x$ڳ0ahǎ<LCΫx<AH_'ulj*T)hf*P\ j;fR\{6s~._摐3DԐ)֒S%l`'T\,Uڨl.C 3)\qH%,FEC"ǧ;a73=Hig[O7mZtn/,p 5R,!EdODğƈt8ڂ!컏f^F.7f#ʹÎTD?UCQ_;>P ؐʉD<+5ZEO\q>5)(IMtQ@Bآnq. %wU+/pD>0q&{YJfay95>_'}y{@iꑽ?~Ew~:QLloPmU/(U/bp*Rgyy?} %kbP)Ek4̷
+y "ClHbSVW훎W9pގVz:#W=݂ʫ<QЙD$'uFtܨtxފA?{O)'V?~;]D1A|Jk(&Xƒ.v)/XW>t~8g6R2i #@+2|bqqM`la{*)#oj1X=S mUX<
+YxLD;!BAuirdttW3bY'S|#0zlyi|y89 ~*!:%Ҙ8pdT`<֫Cc=n-WEp _+Xt0a:hm@<
+_]L|խ/g*:u͕$RL5.!r`:GG[eYu5. 8Koep2Wx PPPVO Y(.sڝmݠui <Un];9Ԝ#U = =bR%d~wdf
+c<,onwumQMd"z0>~{[DdQZW%)k $7%1.A4FJ΁xUɉU9 coڿԼ)h%y>ݪw6ْtx>4$^h+q9+ Գ )0uWIGZ)l31"4yHA"*[י#K2XMѴnE=<j2.HczY`X2XU %%542aN 7>8:Z\]F`҄r
+ut+9{gl=ڨ֬'ŧ$Yi4YU=3zƬ{RsRlbGTPNry K3-Xо9-q &HQ$ș8uL]&<;T5JjU#Й9Nl:om"_+(EݰMP,)Z:N2Щp o"x=%H15 DfSB\,GG%dT.H/,<:$
+*v5Ha᧦E[Cߑe\lvPi$*r]ҸRi#D*]{0JGV܋ϗ'o>-pcZMauP&W'vKaz
+(hWȽ1t?PuU9KRJ8GG
+*lw&FllRZ[pDŽW'P>hRWl[$n.4`\? F7q4FLtlaHcf﷞|sn&/۱k
+
+b>i6PeG G zRehg
+\atHRsCpPЦ94I2id)0NJ#m/
+ޚo?brnLN޶=%0gð3(tʊ(P` ؾӿq'ϮLMV8|J0Ĕ@˷lkתxV=Ҟ&-hGu޲_B..&b#d;<S0/qoTΠqu'=
+䂂N]i,:*ݹvQF[2fY0VJc`O_~T$YV{T!{xL-p(Vn<ҷ, =%>ŝxY1`gP^t}>dGT֞wB_I}8a++$dhYMp,cc;(Yn `>{clA.iLG($TVsxB2&7:Si)Ŷ}6, ] 3K#L"2A;οL2|Ë=10W108 6֡κ~n3d*QY8NjiCfl̛֩\Xq$$qVNҨzvʕjJ#E.EECu- t-+Xd%'ďܣUNv:+4Wuc("#8} AC:*a 嬢B4GIgmHxf6t&# ideM5å8©X/<Iōǥd M~GrK6^i' nsGƫFt2mܴdpq:
+~.v<<M$»om22lu4&sEwƝCOƛ-^{MqU!ӚGDoÖGwFCUHi;o[e3 G4-vvf98R̀O"^M;P#-Ooii \OjXUP NY0O8DJ_<M  ^@ &?yU02fw5*t.?Q> Yʦ_^)U.-#𥸚QJ+iL96N.P}J!Xz]QIuf&yu&Li\`c]+\Y
+f/bjќtmu֙$ًa
+7;1> !]sMJnc+|3uia[Ek_lܧ7n#T(aig{LwF*8dӮZE*~ c~@X19Iy5[Ã08RQ9ͮv+ҴR 2W%s?BC ːsn}%SAZXgHF[e0`@bwP$K4vJDEr{;NZCζ
+όg^Qin_k:*kChz ٞs"K9;#v.RP@LԫW4xMXmJ'%&ÑY2
+>p؂[#[d:"xf5-@Ϋ& K?;V7?q,w7ˆ"V!!J~K\n}!@kϙewyPB=KF eLyO ݤ.2'}YdtΆ9+iǟLov}ӳHkQ/@2[(&uS^4c-'Gl)_2Oi Vtf$:Y 1@q 8͈T) M}>BSxw $wxy"/:xL
+R[Dٹs|zeUx/+}u_&>lZ'-&XmE<^f@)jXtf[V_&
+DK%c[S<gʋ'Dc\|`:G4l~M(
+q-ƣ_sn4ۍ{Z
+hgL=IN:2n!&xz S8@(& fNЉdִ%lZ"
+GE/8[fYHac^24P[9XQcu&\Lew rLJi3|>_*?$p)].c[wT\GCUnc$g)
+ Mİ}pNqu'nƶ(]0)MKӛPN 㿨:
+SA`ROȩXw_-;hrg
+:.@IY mLhY@C3H-vmݵ@-o;iR.}sPPلrI!Q!K;Zq}M|s iǛHe
+#ƓqݘM'x/<Nc=>ԶR].\'#ڞ!7Pt~}Q/g)l5w[pRlpx;ī ֺRGעUͥuxn+o `ê RQ.OI B0폇4B~@!k0DLlVCv[ΌSVt`tQHbek$7V0ҊSԅ 6،EBGe,B Ĭii!iOz}\ߗ=l<^⒈[m"R^IglzB7-`QrKa˄vj& ; =q}x+J\籾cu+VD΁ xLNܠ['b3/x
+moI\O[{7?wY#_<R?ݶYև&edyC__sTe ,o(lRl<m f ݪk;gOJƎfГZ<[*kİɽU~ שٶS{90$jxE+#RU:'Nٶ3^TI"2HB.In`#}Ow
+4aTݠ6RX<DW {z<a<Y({>7QG$fgUܚ
+:ܣ&Q+.9= _Q`8f_K7fA@
+huaRe}v\d ?LjOߏZ~bvJJD+
+bϋb4cru #>0];>™*m& qI셭o\5Fi!xKdM]˰WK;JP#5~a
+lF#o9 1)ƳSW ,si~Rär~@q`h+M
+}z 7n]-
+M ׌ /
+JД-
+1$ߊ@mTWx;B#Ru/#hqJprAqh2r{ L
+q%Qm =GdbI6&\n% D"ԐdCvޘJ$6f3OX^KH[.GURF8fL>P:ܨFiL>i̠>]gQ|
+\̯Eweʏ?f%EǓ_2fG }Qu~^mm *؄@7OҁYKBu|v ޠn_ͫe]Bg. {tZ2,j6Ya?gK7D/6b5CvU͒Y zm<w>@0K 9֏7xj"=`q1^'x1DZ~L{l䒥pQMH[@
+W۟-覆#z?ߩ>3PPa̙MAH4M,[
+VWl9ʼnWmBy%che5܄m$Q!M„x+׈:d~ԙWv)UeSXc8i3ElA ;KA炬8QХY#
+/ AAG8͋u:b/r&j\B9ɞ/X3[wyPQY,R*gS;B&]G픹zj;y~MHUvoa;@C|4p
+vu)MJ _)P;ܘ~|kV<$1Vof_fU&ߪS;Ggwj~bbbO'I?6WlFC9JB`mw=|©c`_o!ɉ =, =x[(Ds2mW
+&}G.ɹ`sC呆E$ē5:F+(dKΜf"z'=£Dqą1~ZQ
+Ť|܋\'}$ԙ6[lxTjWL`Vd}DQ*S& 19a t+ˏv9(͢R^Lf_wmxD8r&9p*;Re )GT S[n]hs1/(n;7*_٨ ls zcHmb<p{HS a@Ox/cLF*RZXѱN|vu7lUʤ{gK-
+qf?ݣydZG@2!`gOm=0/)L.CmFdpN/eMҧ<3DiY ausѺT
+KNR1ˎ0:*T\flGNUJߖL{4w[i3UWу6C9b6W
+o e}`{F܆Bg؏ )"UCd)v܁Wl,мh0CVf@ܻuL(3"OJOԠ5O wY
+^/#HJT9,@Y604
+C5`.H1x*#:M+U_D J~*fMŘS+zW#c(>Y":Tƫ#ܕG p>K(*QIb}GUZ,U
+endstream
+endobj
+647 0 obj
+<<
+/Type /FontDescriptor
+/FontName /SBOLBC+LMMono9-Regular
+/Flags 4
+/FontBBox [-451 -318 734 1016]
+/Ascent 0
+/CapHeight 0
+/Descent 0
+/ItalicAngle 0
+/StemV 74
+/XHeight 431
+/CharSet (/A/B/P/Q/S/T/a/asciicircum/at/b/backslash/braceleft/braceright/c/comma/d/e/eight/equal/exclam/f/five/four/g/greater/h/i/k/l/less/m/n/nine/o/one/p/parenleft/parenright/period/plus/question/quoteright/quotesingle.ts1/r/s/six/slash/t/three/two/u/v/w/x/y/zero)
+/FontFile 646 0 R
+>>
+endobj
+564 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 36/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F 72/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 159/section]
+>>
+endobj
+562 0 obj
+<<
+/Type /Encoding
+/Differences [112/radicalbig]
+>>
+endobj
+570 0 obj
+<<
+/Type /Encoding
+/Differences [18/theta 25/pi 33/omega/epsilon 58/period/comma/less/slash 97/a 99/c 101/e/f/g 107/k 109/m/n 114/r 116/t 118/v 120/x/y]
+>>
+endobj
+568 0 obj
+<<
+/Type /Encoding
+/Differences [0/minus 2/multiply 6/plusminus 21/greaterequal 41/arrowdblright 104/angbracketleft/angbracketright 110/backslash 112/radical]
+>>
+endobj
+566 0 obj
+<<
+/Type /Encoding
+/Differences [0/Gamma/Delta 33/exclam 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 59/semicolon 61/equal 91/bracketleft 93/bracketright 97/a 99/c 101/e 104/h/i 109/m/n/o 115/s/t 120/x]
+>>
+endobj
+560 0 obj
+<<
+/Type /Encoding
+/Differences [39/quotesingle.ts1 136/bullet]
+>>
+endobj
+648 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qhe9xSTQO7}̽][GLrFMG}}"Im!00jEV%H^/v}0<_7RyL U~C`PރSӯ|'
+imXYӷ|4nt.kP^k?IFsuB`nlB
+=@ )U 9yI(ѥ
+S*043``ÍSqf|kiCc, pDˆzF:x0)ljsn l9u}Sr
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H8x?0.t<wtOȢ\: r
+endstream
+endobj
+222 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QSJGMN+LMRoman10-Bold
+/FontDescriptor 599 0 R
+/FirstChar 21
+/LastChar 159
+/Widths 595 0 R
+/Encoding 564 0 R
+/ToUnicode 648 0 R
+>>
+endobj
+649 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qDŽ r Gէn8A{,쏘LEvDB``B9zK~;_q`>Wgy o.>ݫﭯAbZ%?6G_Nzy;9ڰoiܰ^]0zu\~3ݍܥ: ل0%1 " 0Z{q́0R0r0QK5<T`,if,1gT Hӆp1X:,p8}u
+8alSM3?r>x\i"EܰpJMkl4\?ǚc:#?^YHwuprQF^odž1BЖEQ?1^׆ƨАԗ039+ãbLi~jЙ}s~zrCOe fYJ|֟uМ8gΈrY׆}ŊϘъ1LҊkgigϘ݊og3f3|3ߊY[3 =L3f/gd ,' f)Rx jb&'W *.MGZN(:p~7a?}]TyԟE}Ư%Vu'e%
+endstream
+endobj
+268 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /HWDILS+LMRoman12-Bold
+/FontDescriptor 601 0 R
+/FirstChar 27
+/LastChar 122
+/Widths 589 0 R
+/Encoding 564 0 R
+/ToUnicode 649 0 R
+>>
+endobj
+650 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3FXҝA5(O)suߖcHQIܮQW Lڮ9ˊ6nK5NoغWi~r<d(Vu;_=85vѩֆu5CNmm悥+U=#)\][|, MHS"#p
+endstream
+endobj
+223 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DLXDFB+LMRoman10-Regular
+/FontDescriptor 613 0 R
+/FirstChar 21
+/LastChar 159
+/Widths 594 0 R
+/Encoding 564 0 R
+/ToUnicode 650 0 R
+>>
+endobj
+651 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3F;;=}kPQ/7SVk-8s擸]׷QPP]sݛ麟;l,j7O4uc׿x;P:XTv~{pjS! j֝ƍKWjY׫{FR^wwPG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+9LsQ.(ulgYˊx/V|V|&٭ V|N+>cv+>7+>S} ~!>_Sϔ+>cB|&LOr`B,&+jwRP{x${y儢 1~g|sGӿNu]>~?,5(z
+endstream
+endobj
+217 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GYUSWK+LMRoman12-Regular
+/FontDescriptor 615 0 R
+/FirstChar 40
+/LastChar 119
+/Widths 596 0 R
+/Encoding 564 0 R
+/ToUnicode 651 0 R
+>>
+endobj
+652 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC| <
+endstream
+endobj
+377 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /FPXUEH+LMRoman6-Regular
+/FontDescriptor 619 0 R
+/FirstChar 49
+/LastChar 51
+/Widths 577 0 R
+/Encoding 564 0 R
+/ToUnicode 652 0 R
+>>
+endobj
+653 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdECiA
+endstream
+endobj
+228 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JFQDQO+LMRoman7-Regular
+/FontDescriptor 621 0 R
+/FirstChar 49
+/LastChar 116
+/Widths 590 0 R
+/Encoding 564 0 R
+/ToUnicode 653 0 R
+>>
+endobj
+654 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7RIU70W?'^$Is}=}exǡ}'u]U=ow_XߓJ?)裮_o'h P=mbKLQ/?C̭:}W {pCM/6۾EzĪ۶'Yѽ3~< |OaxIM4};?n7uEYy>;JG& ߯^M~*aUaqݿhB͛foH]n-I&H8@l: ld`TYg``&Bkk0jNXXр0#` w]jG1 F60q'kgqScsnl9Ns`qKK%pNI8qJ9q4Ϯ%p 2\XWkz,_8x1g1=ia4c̓˳G6ڀ cxmcfƨog!/lmΘ8+^P_-C#[34IN؆1t?E߂ޡSrY ֟gg9433.XgB3\iafq3fts
+,>G|F/'>t3:~:83fw3;:ٝ ߜLgw3t33 ~)>CO)>SK3- ,YJa)SMV襤:?85JC4I^ E'b4><? 8Ϸ袿CF
+endstream
+endobj
+379 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VZFABS+LMRoman8-Regular
+/FontDescriptor 623 0 R
+/FirstChar 27
+/LastChar 159
+/Widths 576 0 R
+/Encoding 564 0 R
+/ToUnicode 654 0 R
+>>
+endobj
+655 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC%K
+endstream
+endobj
+310 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UKLZAS+LMRoman9-Regular
+/FontDescriptor 625 0 R
+/FirstChar 27
+/LastChar 122
+/Widths 587 0 R
+/Encoding 564 0 R
+/ToUnicode 655 0 R
+>>
+endobj
+656 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$ݪ70W?g^,ɝظYs{ \wu{S<.7զ7u{R޺>f? Kw{KTQ/7SVk-&9sQ擾]׷HRP]s6o Ogw!X.o; cƮS_wСtZ|I1?H/GBZV ; ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:qw
+endstream
+endobj
+225 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /RSXGLE+LMRoman10-Italic
+/FontDescriptor 627 0 R
+/FirstChar 21
+/LastChar 122
+/Widths 592 0 R
+/Encoding 564 0 R
+/ToUnicode 656 0 R
+>>
+endobj
+657 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3.w` Kw{ҷנ_n<uC̭}[q
+"E'qoGѣ^.0j,+7Ogw!X.o;i cƮS_wtZ|E??8/GBZ ; ZԲW&suoU4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+a!SMV,鸞:?8C8…I^U E'b6>2 8ϻ}~YtkQbPN
+endstream
+endobj
+491 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WXKWAB+LMRoman7-Italic
+/FontDescriptor 629 0 R
+/FirstChar 65
+/LastChar 65
+/Widths 565 0 R
+/Encoding 564 0 R
+/ToUnicode 657 0 R
+>>
+endobj
+658 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N$L̛O3׍/~\kijG؞v~8y{Q>nۡ?^о:f}O*k?|RG]>3vSoX}kPQ/?qQZk롫8Dsgq~&ѣ^.2(+Gc\c<wxO.J [OCj: wWog<jimXW;vߴ~ >ZjR˦YE~3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?I  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=MS8B:~G]:(o yS
+endstream
+endobj
+432 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /URSDYA+LMRoman8-Italic
+/FontDescriptor 631 0 R
+/FirstChar 70
+/LastChar 77
+/Widths 574 0 R
+/Encoding 564 0 R
+/ToUnicode 658 0 R
+>>
+endobj
+659 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@+H.Ȳ|h%Qի ۇ6웙7X=<l;Ytգ; q\]UCs9ùֵN=CT;xoMI{
+gkpcBܝ5AUӍnZoIN\Ԩo( &TmלeE[䧷6nK5F*oغ_'m~r<t(Vu;_{c{pj緣S! +k֝ƍKWjY׫=#)/\]PG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+a!SM~W,:?8C8…I^U E'b|82 8ϻ޽YtїkZbu_G4
+endstream
+endobj
+269 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UKWKNI+LMMonoLt10-Bold
+/FontDescriptor 639 0 R
+/FirstChar 33
+/LastChar 119
+/Widths 588 0 R
+/Encoding 564 0 R
+/ToUnicode 659 0 R
+>>
+endobj
+660 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;he?<{Q%(SVk-#&9sQ擾ݾk^!00j(+m$?Gwt>X.oTuþ{S_tpСtZ|I1?H/'BZV;ݛ ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCa
+endstream
+endobj
+224 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ASRHFJ+LMMono10-Regular
+/FontDescriptor 641 0 R
+/FirstChar 33
+/LastChar 125
+/Widths 593 0 R
+/Encoding 564 0 R
+/ToUnicode 660 0 R
+>>
+endobj
+661 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;ф ~<xKTQ/7}w̭][GLrF'}}"IB``BQV%H~~?v}\<; C}h{ϗC`Rރѩc~^ON6[w>m7l7,^e]׵_&suB`ilB
+=@ )U 9yI(ѥ
+S*043``MSiv|kiCX
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H880.t<wtOȢ\: k
+endstream
+endobj
+216 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /FBPQEI+LMMono12-Regular
+/FontDescriptor 643 0 R
+/FirstChar 45
+/LastChar 117
+/Widths 597 0 R
+/Encoding 564 0 R
+/ToUnicode 661 0 R
+>>
+endobj
+662 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7R!L̛O3 /~\kil9DО|w=ިqh.MW|۷oΟYߓJ?).ogoiA~Mo
+A5(QZk뾫=8Fsgq]ߍG@]dbIVto$?'C\c<N;ic].J [OCj: wWog<imXW;txش~>ZjR˦YE3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?Q  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=c8B:]?~?,uQbuDה
+endstream
+endobj
+380 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IWZWXN+LMMono8-Regular
+/FontDescriptor 645 0 R
+/FirstChar 46
+/LastChar 117
+/Widths 575 0 R
+/Encoding 564 0 R
+/ToUnicode 662 0 R
+>>
+endobj
+663 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!̛3njehܬ=WWU\k];7nTtƓ7]snb}O*۾~qg;e?<}kPQ/7}w̭][Gq"E'q}GB]`BQVto$?Gwt>X.o4uþ{S_tptZ|E??8/'BZ;ݛ ZԲW&suoU4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+a!SMV,鸞:?8C8…I^U E'b6>2  8י
+endstream
+endobj
+311 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SBOLBC+LMMono9-Regular
+/FontDescriptor 647 0 R
+/FirstChar 33
+/LastChar 125
+/Widths 586 0 R
+/Encoding 564 0 R
+/ToUnicode 663 0 R
+>>
+endobj
+664 0 obj
+<<
+/Length 430
+/Filter /FlateDecode
+>>
+stream
+xun0~HbM+ e5Q-')RyzlH]
+a+|GVZ=Bt90- Cfp{Ȣd%aޢ]ިfi
+M9;7,|1M06g۾iNHF,OۇF8E;7[GޛۦhJuDrAZC%rW~i#Ɨ, Kg'29.c_|8̉{vw^_x9"~/<ψ^xyE~/ I ă+g4ˍ{Yn P+qitCUqs67^
+ ^
+endstream
+endobj
+511 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VXUADA+LMMathExtension10-Regular
+/FontDescriptor 603 0 R
+/FirstChar 112
+/LastChar 112
+/Widths 563 0 R
+/Encoding 562 0 R
+/ToUnicode 664 0 R
+>>
+endobj
+665 0 obj
+<<
+/Length 600
+/Filter /FlateDecode
+>>
+stream
+xuTn@+fH@!BHMV{5@,lsw m6n냝g)>mW_NiFq]J[o6nWbmmUON%О[:b',t_2~"!~PGGZPvE]
+,tĦʣD37ⱨJSZENJ7]omuRL?e׷WMܶEuGsrwi!Jr9:
+Mg޲:]fMR2IV;e8p<_9"*G(dS>sQ  DDr "qX+&Gha:$r5PHi@S91jU|s(V8>l;JۈYDI aoykrA)ς1R;JS΄U!ar .Qsy4M纑9Ҍi~h7!cD<`1 ySMgg>2 cs(>ZC@ f fP7Fo?],}/Kۺ=/mS7m'{L:
+endstream
+endobj
+324 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NCLTJD+LMMathItalic10-Regular
+/FontDescriptor 605 0 R
+/FirstChar 18
+/LastChar 121
+/Widths 582 0 R
+/Encoding 570 0 R
+/ToUnicode 665 0 R
+>>
+endobj
+666 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+) }"g0CcE
+Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?Kh
+endstream
+endobj
+471 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MMLACR+LMMathItalic7-Regular
+/FontDescriptor 607 0 R
+/FirstChar 116
+/LastChar 120
+/Widths 571 0 R
+/Encoding 570 0 R
+/ToUnicode 666 0 R
+>>
+endobj
+667 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+ٔB15*f€H֊zAl@e R3TE`̇G=O3~6"i0'DoR3l3`\aʳ`LԎҔ3!>teHkK1z\7FunƤAN4cAox*Mc7p|aGSYOF~4J2P-m-YYG_v_ҶnchiEe+ G>|_pLKr
+endstream
+endobj
+439 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MFTCYA+LMMathItalic9-Regular
+/FontDescriptor 609 0 R
+/FirstChar 60
+/LastChar 60
+/Widths 573 0 R
+/Encoding 570 0 R
+/ToUnicode 667 0 R
+>>
+endobj
+668 0 obj
+<<
+/Length 602
+/Filter /FlateDecode
+>>
+stream
+xuTn@+fH0C%DjX搿ߩnJSSS]ݦx9Z<Jn֏f7$M~l=X[b[{;iKvu9<8/Ž"{.Ӄ_<**>tI^P/eS? (tĶ.B?7y婬fLaSZe>N+7?Vx~>7{
+ەYLsk^,ע'%}]vltV.o
+۷Yn>[o%ZtٺN9Fm  ֎DD
+TBD % *a€H֊zIl@e RsTEa,:@XO3?6"i0'DoR3lGs[`\aʳdLԎҔ3%>teD
+eGSYn@FA4J2R-m-LXYG&Ov_ungh'iemk6-C>z
+endstream
+endobj
+346 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UOBGNU+LMMathItalic10-Bold
+/FontDescriptor 611 0 R
+/FirstChar 120
+/LastChar 120
+/Widths 579 0 R
+/Encoding 570 0 R
+/ToUnicode 668 0 R
+>>
+endobj
+669 0 obj
+<<
+/Length 790
+/Filter /FlateDecode
+>>
+stream
+xuUMo0Wx B
+HJ+ML ~fVyyfln~=&iټwͥ-d{nn|?z_r|=)vm.uq~T_U%AqNdGwH_d?(DwZ?~^JM]6EU]+Ң~xŻkӶ>4b!/e׷WyMҷU.n /waDh?vz[є; w-\E/#_iKvr'ht1 b 6aA8iHAxx*%) BSDjn@P˄AȘʠ0a8F
+
+8An)  +4bX*^cH`&f P;6 <9Bi2)LeTV.>HEW0*50^ s غ~${S$2ˀQ lC]j{Q\8jFجA`Z1Fcf1ur=#1SƤx- 907O`aaeVrLӔhVje y Q( a0<x?hkSIc/ -ur^vҁ7#!}BzUaQRZa~JÃy1KNqHC4cmӹy 7]t"jy3Vч.OOy/
+endstream
+endobj
+330 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WHHUJE+LMMathSymbols10-Regular
+/FontDescriptor 633 0 R
+/FirstChar 0
+/LastChar 112
+/Widths 581 0 R
+/Encoding 568 0 R
+/ToUnicode 669 0 R
+>>
+endobj
+670 0 obj
+<<
+/Length 788
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]]xNNN$U XozRbS愝ttp#CU`I|`(YBIxwzև&Z,-|J.K[?or>=|-2ybz{ߢ MMBʥX2u㛖0jgA+<YF VH1 HD
+bK4S/IAl@D8 VsX&GTA 1RU rKpHHXâV؜F‡01z99.8|tHHa2ݦ.z,wohE*rQ gpL|N[֥#ٛB$YjdʜRsC XQ3f <g
+%7[Պ1hk5{3I2&}kMoρy
+ k c0-õ+`dE08T+cH{fx<E)nx%Sijg1@^c>H{Ixgl_>c o:ķCĴ sb sjL7
+V\Yr<Wt
+݌@zȏ/nØEX'&7nۭmZ YUܜ~tex{ɣ]
+endstream
+endobj
+472 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CIXFWA+LMMathSymbols7-Regular
+/FontDescriptor 635 0 R
+/FirstChar 0
+/LastChar 0
+/Widths 569 0 R
+/Encoding 568 0 R
+/ToUnicode 670 0 R
+>>
+endobj
+671 0 obj
+<<
+/Length 789
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]99:PW1n D`Vв?~QJM]vEU]%Ң~xgq
+%ݵi[hӷ+|/m۪?o|!d\BPɋm~ޯg/4+vV4·G )boZè\d-X"fD "! ,"Ms)/ Oe$@hJZ J`p (S1 H#V'-e""aF BXK`bsr l a '@!Z"ɔv>׾:
+F&+19an[do
+5Bf0 z(sKa14kcG55(lU+ƈ5c!Nθg3&}ʘ7a<)x3W53QWS JiJ˜P!=Q›=JػA8 OϞ\MzqJ i%~91Yqr^:f7OHϵ7<8Ujp2P+̏Zixp13f\)t3W<c#?֒&c c:9c9
+endstream
+endobj
+312 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YSOURC+LMMathSymbols9-Regular
+/FontDescriptor 637 0 R
+/FirstChar 21
+/LastChar 21
+/Widths 585 0 R
+/Encoding 568 0 R
+/ToUnicode 671 0 R
+>>
+endobj
+672 0 obj
+<<
+/Length 963
+/Filter /FlateDecode
+>>
+stream
+xmVn0+C,* ȡ4Aѫ#1X6dhu9R˙$ۅa~G8͗!jy0^?~ 'uܴ71o< }R+k1O?F?hﶧzz3gYOZ8Mc1Y{N,=&ƪq;dD.F)n}RUj#<gR1Y~0oGuF[w{>t(j ef}/CPƆ 1!̛1$kU: I-"W;>['M#9&tq7Ӛ'\H38rqi"*phH(ѣ,0z4dTq8Zێ&"N%t(PsI%=D FftZB~kuly"uʸ^13 "tΘqXc'g0n^pqqϐ"rqÐ̅>Ct&5j8C4{`ǵ)y'[!o&þz⳧8s,0u
+姥.w==8)LI9z2yҐIƜ cА =s|h(Z`~>뤽t~g#OgK֭Yq1匩g8$Qfs^!g0>1g %ϰn3KOI3)YN?g9Yg%,Δ3Z֙R-4UJ%gx3>I^r&䌵gKXKKđK%g3{yəK%g%g[Kג3 =L3ג3%g}yGZ6h-C S#ܚ_* jp@L[06e~יkh +ӗo8s<ĥgv
+/a@]t_[A"B
+endstream
+endobj
+347 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QSJGMN+LMRoman10-Bold
+/FontDescriptor 599 0 R
+/FirstChar 48
+/LastChar 55
+/Widths 578 0 R
+/Encoding 566 0 R
+/ToUnicode 672 0 R
+>>
+endobj
+673 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+h ɨ%X8Zێ
+'U[:th鹥CK["OntZB~kul:e\ow:gLsJԋ84sy3ݾ_7~_9x<xe. 0y!Vz) ou/ Ϟṯֵ*跖` )<3'jIC&s2pBCֳ/5h~s
+I{8g 0F2|2F0Ƴ(gĉ1q#9~IȣAήa}t-c/9c]:K֟aݒggSzY%/sKY)YgJ3^i૔K%g|Lkyπ#9ûK%gx3r3͗KYKX%gkzjəz%gx%gK',S/9GZ6h-C S#ܚ_* jp@L[06e~_g!}/\XN8Jν,HN:q).~~:
+endstream
+endobj
+323 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DLXDFB+LMRoman10-Regular
+/FontDescriptor 613 0 R
+/FirstChar 0
+/LastChar 120
+/Widths 583 0 R
+/Encoding 566 0 R
+/ToUnicode 673 0 R
+>>
+endobj
+674 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+485 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CHWJDW+LMRoman5-Regular
+/FontDescriptor 617 0 R
+/FirstChar 48
+/LastChar 57
+/Widths 567 0 R
+/Encoding 566 0 R
+/ToUnicode 674 0 R
+>>
+endobj
+675 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+336 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JFQDQO+LMRoman7-Regular
+/FontDescriptor 621 0 R
+/FirstChar 1
+/LastChar 61
+/Widths 580 0 R
+/Encoding 566 0 R
+/ToUnicode 675 0 R
+>>
+endobj
+676 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+313 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UKLZAS+LMRoman9-Regular
+/FontDescriptor 625 0 R
+/FirstChar 48
+/LastChar 50
+/Widths 584 0 R
+/Encoding 566 0 R
+/ToUnicode 676 0 R
+>>
+endobj
+677 0 obj
+<<
+/Length 700
+/Filter /FlateDecode
+>>
+stream
+xuTMo0+J!m0U !mTto4j{z<?xҺ{s^7tr]u>v|tv ںQf|6'op݅uM{}ugfci"Amƃ}>,%rtPRJ(:X'Ab~oںT7h uSӌ]Acq`sy̟M.n? D`އщ7+d~4Wj7vw VRŪ,ׁk/bxO0+,F )1<c8PÆ\ 6>!Pp #]QxQTv)#ZBYLt/X^r<1u%pr_d9٢PSi0@WQ_Uh֩h諵"qFM]RrCpt39Âж~j3Fezp888Q:1bc7~}Hq('bĄ>^m# &zd}4)`
+"H,4%!%AQ߄B[B~)ҙ́ _)M?DM;豬;kyoQnNRd\Ӎ;WA}
+zoZZgbT$Z|U
+endstream
+endobj
+227 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DLXDFB+LMRoman10-Regular
+/FontDescriptor 613 0 R
+/FirstChar 136
+/LastChar 136
+/Widths 591 0 R
+/Encoding 560 0 R
+/ToUnicode 677 0 R
+>>
+endobj
+678 0 obj
+<<
+/Length 701
+/Filter /FlateDecode
+>>
+stream
+xuTn0+Cl
+ m8(zu$:`K$Q4pufn}f)ɻ|tùA<]u6m;O޴\+$ޚv}qff8*h$iƃ}E>.>ttPRJ(:X/rߴu&^!3PZM5^F$o߇7 V+1ؿһ`׮o7qIݞO!Znz/~N̿Z䄦buUWᴫ\k\r-Ve\[3sB A `ehHiJ }*>`!
+endstream
+endobj
+451 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ASRHFJ+LMMono10-Regular
+/FontDescriptor 641 0 R
+/FirstChar 39
+/LastChar 39
+/Widths 572 0 R
+/Encoding 560 0 R
+/ToUnicode 678 0 R
+>>
+endobj
+679 0 obj
+<<
+/Length 700
+/Filter /FlateDecode
+>>
+stream
+xuTMo0+J!m0U !mTto4j{z<?xҺ{s^7tr]u>v|tv ںQf|6'op݅uM{}ugf8&~ CCӵBK)}h;b1C0Ei~R%ޠ1PZM5N3wۏatMJ_a?H]0k7*ܞO!ZnkzwG'߬qrB\pUߵ.XI\9m?QCPRzcT{
+@ r 0,jؘ@@t]DEQgOڥZk &Rg0y`!x8bǜם)`}qdBM
+endstream
+endobj
+541 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SBOLBC+LMMono9-Regular
+/FontDescriptor 647 0 R
+/FirstChar 39
+/LastChar 39
+/Widths 561 0 R
+/Encoding 560 0 R
+/ToUnicode 679 0 R
+>>
+endobj
+218 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [210 0 R 220 0 R 264 0 R 289 0 R 293 0 R 299 0 R]
+>>
+endobj
+314 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [307 0 R 320 0 R 327 0 R 333 0 R 339 0 R 343 0 R]
+>>
+endobj
+352 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [349 0 R 358 0 R 362 0 R 374 0 R 382 0 R 387 0 R]
+>>
+endobj
+395 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [392 0 R 397 0 R 402 0 R 408 0 R 412 0 R 417 0 R]
+>>
+endobj
+424 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [421 0 R 428 0 R 436 0 R 442 0 R 448 0 R 453 0 R]
+>>
+endobj
+461 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 680 0 R
+/Kids [457 0 R 463 0 R 468 0 R 474 0 R 478 0 R 482 0 R]
+>>
+endobj
+493 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 681 0 R
+/Kids [488 0 R 495 0 R 499 0 R 503 0 R 508 0 R 515 0 R]
+>>
+endobj
+523 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 681 0 R
+/Kids [520 0 R 525 0 R 529 0 R 536 0 R 545 0 R 556 0 R]
+>>
+endobj
+680 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 682 0 R
+/Kids [218 0 R 314 0 R 352 0 R 395 0 R 424 0 R 461 0 R]
+>>
+endobj
+681 0 obj
+<<
+/Type /Pages
+/Count 12
+/Parent 682 0 R
+/Kids [493 0 R 523 0 R]
+>>
+endobj
+682 0 obj
+<<
+/Type /Pages
+/Count 48
+/Kids [680 0 R 681 0 R]
+>>
+endobj
+683 0 obj
+<<
+/Type /Outlines
+/First 3 0 R
+/Last 199 0 R
+/Count 34
+>>
+endobj
+207 0 obj
+<<
+/Title 208 0 R
+/A 205 0 R
+/Parent 199 0 R
+/Prev 203 0 R
+>>
+endobj
+203 0 obj
+<<
+/Title 204 0 R
+/A 201 0 R
+/Parent 199 0 R
+/Next 207 0 R
+>>
+endobj
+199 0 obj
+<<
+/Title 200 0 R
+/A 197 0 R
+/Parent 683 0 R
+/Prev 19 0 R
+/First 203 0 R
+/Last 207 0 R
+/Count 2
+>>
+endobj
+195 0 obj
+<<
+/Title 196 0 R
+/A 193 0 R
+/Parent 19 0 R
+/Prev 187 0 R
+>>
+endobj
+191 0 obj
+<<
+/Title 192 0 R
+/A 189 0 R
+/Parent 187 0 R
+>>
+endobj
+187 0 obj
+<<
+/Title 188 0 R
+/A 185 0 R
+/Parent 19 0 R
+/Prev 163 0 R
+/Next 195 0 R
+/First 191 0 R
+/Last 191 0 R
+/Count 1
+>>
+endobj
+183 0 obj
+<<
+/Title 184 0 R
+/A 181 0 R
+/Parent 175 0 R
+/Prev 179 0 R
+>>
+endobj
+179 0 obj
+<<
+/Title 180 0 R
+/A 177 0 R
+/Parent 175 0 R
+/Next 183 0 R
+>>
+endobj
+175 0 obj
+<<
+/Title 176 0 R
+/A 173 0 R
+/Parent 163 0 R
+/Prev 171 0 R
+/First 179 0 R
+/Last 183 0 R
+/Count -2
+>>
+endobj
+171 0 obj
+<<
+/Title 172 0 R
+/A 169 0 R
+/Parent 163 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>>
+endobj
+167 0 obj
+<<
+/Title 168 0 R
+/A 165 0 R
+/Parent 163 0 R
+/Next 171 0 R
+>>
+endobj
+163 0 obj
+<<
+/Title 164 0 R
+/A 161 0 R
+/Parent 19 0 R
+/Prev 135 0 R
+/Next 187 0 R
+/First 167 0 R
+/Last 175 0 R
+/Count 3
+>>
+endobj
+159 0 obj
+<<
+/Title 160 0 R
+/A 157 0 R
+/Parent 135 0 R
+/Prev 155 0 R
+>>
+endobj
+155 0 obj
+<<
+/Title 156 0 R
+/A 153 0 R
+/Parent 135 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>>
+endobj
+151 0 obj
+<<
+/Title 152 0 R
+/A 149 0 R
+/Parent 135 0 R
+/Prev 147 0 R
+/Next 155 0 R
+>>
+endobj
+147 0 obj
+<<
+/Title 148 0 R
+/A 145 0 R
+/Parent 135 0 R
+/Prev 139 0 R
+/Next 151 0 R
+>>
+endobj
+143 0 obj
+<<
+/Title 144 0 R
+/A 141 0 R
+/Parent 139 0 R
+>>
+endobj
+139 0 obj
+<<
+/Title 140 0 R
+/A 137 0 R
+/Parent 135 0 R
+/Next 147 0 R
+/First 143 0 R
+/Last 143 0 R
+/Count -1
+>>
+endobj
+135 0 obj
+<<
+/Title 136 0 R
+/A 133 0 R
+/Parent 19 0 R
+/Prev 99 0 R
+/Next 163 0 R
+/First 139 0 R
+/Last 159 0 R
+/Count 5
+>>
+endobj
+131 0 obj
+<<
+/Title 132 0 R
+/A 129 0 R
+/Parent 127 0 R
+>>
+endobj
+127 0 obj
+<<
+/Title 128 0 R
+/A 125 0 R
+/Parent 99 0 R
+/Prev 123 0 R
+/First 131 0 R
+/Last 131 0 R
+/Count -1
+>>
+endobj
+123 0 obj
+<<
+/Title 124 0 R
+/A 121 0 R
+/Parent 99 0 R
+/Prev 115 0 R
+/Next 127 0 R
+>>
+endobj
+119 0 obj
+<<
+/Title 120 0 R
+/A 117 0 R
+/Parent 115 0 R
+>>
+endobj
+115 0 obj
+<<
+/Title 116 0 R
+/A 113 0 R
+/Parent 99 0 R
+/Prev 111 0 R
+/Next 123 0 R
+/First 119 0 R
+/Last 119 0 R
+/Count -1
+>>
+endobj
+111 0 obj
+<<
+/Title 112 0 R
+/A 109 0 R
+/Parent 99 0 R
+/Prev 107 0 R
+/Next 115 0 R
+>>
+endobj
+107 0 obj
+<<
+/Title 108 0 R
+/A 105 0 R
+/Parent 99 0 R
+/Prev 103 0 R
+/Next 111 0 R
+>>
+endobj
+103 0 obj
+<<
+/Title 104 0 R
+/A 101 0 R
+/Parent 99 0 R
+/Next 107 0 R
+>>
+endobj
+99 0 obj
+<<
+/Title 100 0 R
+/A 97 0 R
+/Parent 19 0 R
+/Prev 95 0 R
+/Next 135 0 R
+/First 103 0 R
+/Last 127 0 R
+/Count 6
+>>
+endobj
+95 0 obj
+<<
+/Title 96 0 R
+/A 93 0 R
+/Parent 19 0 R
+/Prev 63 0 R
+/Next 99 0 R
+>>
+endobj
+91 0 obj
+<<
+/Title 92 0 R
+/A 89 0 R
+/Parent 67 0 R
+/Prev 87 0 R
+>>
+endobj
+87 0 obj
+<<
+/Title 88 0 R
+/A 85 0 R
+/Parent 67 0 R
+/Prev 83 0 R
+/Next 91 0 R
+>>
+endobj
+83 0 obj
+<<
+/Title 84 0 R
+/A 81 0 R
+/Parent 67 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>>
+endobj
+79 0 obj
+<<
+/Title 80 0 R
+/A 77 0 R
+/Parent 67 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>>
+endobj
+75 0 obj
+<<
+/Title 76 0 R
+/A 73 0 R
+/Parent 67 0 R
+/Prev 71 0 R
+/Next 79 0 R
+>>
+endobj
+71 0 obj
+<<
+/Title 72 0 R
+/A 69 0 R
+/Parent 67 0 R
+/Next 75 0 R
+>>
+endobj
+67 0 obj
+<<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+/First 71 0 R
+/Last 91 0 R
+/Count -6
+>>
+endobj
+63 0 obj
+<<
+/Title 64 0 R
+/A 61 0 R
+/Parent 19 0 R
+/Prev 23 0 R
+/Next 95 0 R
+/First 67 0 R
+/Last 67 0 R
+/Count 1
+>>
+endobj
+59 0 obj
+<<
+/Title 60 0 R
+/A 57 0 R
+/Parent 23 0 R
+/Prev 27 0 R
+>>
+endobj
+55 0 obj
+<<
+/Title 56 0 R
+/A 53 0 R
+/Parent 27 0 R
+/Prev 51 0 R
+>>
+endobj
+51 0 obj
+<<
+/Title 52 0 R
+/A 49 0 R
+/Parent 27 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>>
+endobj
+47 0 obj
+<<
+/Title 48 0 R
+/A 45 0 R
+/Parent 27 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>>
+endobj
+43 0 obj
+<<
+/Title 44 0 R
+/A 41 0 R
+/Parent 27 0 R
+/Prev 39 0 R
+/Next 47 0 R
+>>
+endobj
+39 0 obj
+<<
+/Title 40 0 R
+/A 37 0 R
+/Parent 27 0 R
+/Prev 35 0 R
+/Next 43 0 R
+>>
+endobj
+35 0 obj
+<<
+/Title 36 0 R
+/A 33 0 R
+/Parent 27 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>>
+endobj
+31 0 obj
+<<
+/Title 32 0 R
+/A 29 0 R
+/Parent 27 0 R
+/Next 35 0 R
+>>
+endobj
+27 0 obj
+<<
+/Title 28 0 R
+/A 25 0 R
+/Parent 23 0 R
+/Next 59 0 R
+/First 31 0 R
+/Last 55 0 R
+/Count -7
+>>
+endobj
+23 0 obj
+<<
+/Title 24 0 R
+/A 21 0 R
+/Parent 19 0 R
+/Next 63 0 R
+/First 27 0 R
+/Last 59 0 R
+/Count 2
+>>
+endobj
+19 0 obj
+<<
+/Title 20 0 R
+/A 17 0 R
+/Parent 683 0 R
+/Prev 3 0 R
+/Next 199 0 R
+/First 23 0 R
+/Last 195 0 R
+/Count 26
+>>
+endobj
+15 0 obj
+<<
+/Title 16 0 R
+/A 13 0 R
+/Parent 11 0 R
+>>
+endobj
+11 0 obj
+<<
+/Title 12 0 R
+/A 9 0 R
+/Parent 3 0 R
+/Prev 7 0 R
+/First 15 0 R
+/Last 15 0 R
+/Count 1
+>>
+endobj
+7 0 obj
+<<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/Next 11 0 R
+>>
+endobj
+3 0 obj
+<<
+/Title 4 0 R
+/A 1 0 R
+/Parent 683 0 R
+/Next 19 0 R
+/First 7 0 R
+/Last 11 0 R
+/Count 3
+>>
+endobj
+684 0 obj
+<<
+/Names [(Doc-Start) 215 0 R (Hfootnote.1) 378 0 R (Hfootnote.2) 431 0 R (Hfootnote.3) 492 0 R (Item.1) 301 0 R (Item.2) 302 0 R]
+/Limits [(Doc-Start) (Item.2)]
+>>
+endobj
+685 0 obj
+<<
+/Names [(Item.3) 303 0 R (Item.4) 304 0 R (Item.5) 305 0 R (chapter*.2) 267 0 R (chapter.1) 2 0 R (chapter.2) 18 0 R]
+/Limits [(Item.3) (chapter.2)]
+>>
+endobj
+686 0 obj
+<<
+/Names [(chapter.3) 198 0 R (page.1) 214 0 R (page.10) 360 0 R (page.11) 364 0 R (page.12) 376 0 R (page.13) 384 0 R]
+/Limits [(chapter.3) (page.13)]
+>>
+endobj
+687 0 obj
+<<
+/Names [(page.14) 389 0 R (page.15) 394 0 R (page.16) 399 0 R (page.17) 404 0 R (page.18) 410 0 R (page.19) 414 0 R]
+/Limits [(page.14) (page.19)]
+>>
+endobj
+688 0 obj
+<<
+/Names [(page.2) 266 0 R (page.20) 419 0 R (page.21) 423 0 R (page.22) 430 0 R (page.23) 438 0 R (page.24) 444 0 R]
+/Limits [(page.2) (page.24)]
+>>
+endobj
+689 0 obj
+<<
+/Names [(page.25) 450 0 R (page.26) 455 0 R (page.27) 459 0 R (page.28) 465 0 R (page.29) 470 0 R (page.3) 291 0 R]
+/Limits [(page.25) (page.3)]
+>>
+endobj
+690 0 obj
+<<
+/Names [(page.30) 476 0 R (page.31) 480 0 R (page.32) 484 0 R (page.33) 490 0 R (page.34) 497 0 R (page.35) 501 0 R]
+/Limits [(page.30) (page.35)]
+>>
+endobj
+691 0 obj
+<<
+/Names [(page.36) 505 0 R (page.37) 510 0 R (page.38) 517 0 R (page.39) 522 0 R (page.4) 322 0 R (page.40) 527 0 R]
+/Limits [(page.36) (page.40)]
+>>
+endobj
+692 0 obj
+<<
+/Names [(page.41) 531 0 R (page.42) 538 0 R (page.43) 547 0 R (page.44) 558 0 R (page.5) 329 0 R (page.6) 335 0 R]
+/Limits [(page.41) (page.6)]
+>>
+endobj
+693 0 obj
+<<
+/Names [(page.7) 341 0 R (page.8) 345 0 R (page.9) 351 0 R (section*.1) 226 0 R (section*.10) 559 0 R (section*.3) 460 0 R]
+/Limits [(page.7) (section*.3)]
+>>
+endobj
+694 0 obj
+<<
+/Names [(section*.4) 539 0 R (section*.5) 540 0 R (section*.6) 548 0 R (section*.7) 549 0 R (section*.8) 550 0 R (section*.9) 551 0 R]
+/Limits [(section*.4) (section*.9)]
+>>
+endobj
+695 0 obj
+<<
+/Names [(section.1.1) 6 0 R (section.1.2) 10 0 R (section.2.1) 22 0 R (section.2.2) 62 0 R (section.2.3) 94 0 R (section.2.4) 98 0 R]
+/Limits [(section.1.1) (section.2.4)]
+>>
+endobj
+696 0 obj
+<<
+/Names [(section.2.5) 134 0 R (section.2.6) 162 0 R (section.2.7) 186 0 R (section.2.8) 194 0 R (section.3.1) 202 0 R (section.3.2) 206 0 R]
+/Limits [(section.2.5) (section.3.2)]
+>>
+endobj
+697 0 obj
+<<
+/Names [(subsection.1.2.1) 14 0 R (subsection.2.1.1) 26 0 R (subsection.2.1.2) 58 0 R (subsection.2.2.1) 66 0 R (subsection.2.4.1) 102 0 R (subsection.2.4.2) 106 0 R]
+/Limits [(subsection.1.2.1) (subsection.2.4.2)]
+>>
+endobj
+698 0 obj
+<<
+/Names [(subsection.2.4.3) 110 0 R (subsection.2.4.4) 114 0 R (subsection.2.4.5) 122 0 R (subsection.2.4.6) 126 0 R (subsection.2.5.1) 138 0 R (subsection.2.5.2) 146 0 R]
+/Limits [(subsection.2.4.3) (subsection.2.5.2)]
+>>
+endobj
+699 0 obj
+<<
+/Names [(subsection.2.5.3) 150 0 R (subsection.2.5.4) 154 0 R (subsection.2.5.5) 158 0 R (subsection.2.6.1) 166 0 R (subsection.2.6.2) 170 0 R (subsection.2.6.3) 174 0 R]
+/Limits [(subsection.2.5.3) (subsection.2.6.3)]
+>>
+endobj
+700 0 obj
+<<
+/Names [(subsection.2.7.1) 190 0 R (subsubsection.2.1.1.1) 30 0 R (subsubsection.2.1.1.2) 34 0 R (subsubsection.2.1.1.3) 38 0 R (subsubsection.2.1.1.4) 42 0 R (subsubsection.2.1.1.5) 46 0 R]
+/Limits [(subsection.2.7.1) (subsubsection.2.1.1.5)]
+>>
+endobj
+701 0 obj
+<<
+/Names [(subsubsection.2.1.1.6) 50 0 R (subsubsection.2.1.1.7) 54 0 R (subsubsection.2.2.1.1) 70 0 R (subsubsection.2.2.1.2) 74 0 R (subsubsection.2.2.1.3) 78 0 R (subsubsection.2.2.1.4) 82 0 R]
+/Limits [(subsubsection.2.1.1.6) (subsubsection.2.2.1.4)]
+>>
+endobj
+702 0 obj
+<<
+/Names [(subsubsection.2.2.1.5) 86 0 R (subsubsection.2.2.1.6) 90 0 R (subsubsection.2.4.4.1) 118 0 R (subsubsection.2.4.6.1) 130 0 R (subsubsection.2.5.1.1) 142 0 R (subsubsection.2.6.3.1) 178 0 R]
+/Limits [(subsubsection.2.2.1.5) (subsubsection.2.6.3.1)]
+>>
+endobj
+703 0 obj
+<<
+/Names [(subsubsection.2.6.3.2) 182 0 R (table.1.1) 309 0 R (table.2.1) 325 0 R (table.2.2) 337 0 R (table.2.3) 365 0 R (table.2.4) 385 0 R]
+/Limits [(subsubsection.2.6.3.2) (table.2.4)]
+>>
+endobj
+704 0 obj
+<<
+/Names [(table.2.5) 415 0 R (table.2.6) 433 0 R (table.2.7) 466 0 R]
+/Limits [(table.2.5) (table.2.7)]
+>>
+endobj
+705 0 obj
+<<
+/Kids [684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R]
+/Limits [(Doc-Start) (page.3)]
+>>
+endobj
+706 0 obj
+<<
+/Kids [690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R]
+/Limits [(page.30) (section.2.4)]
+>>
+endobj
+707 0 obj
+<<
+/Kids [696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R]
+/Limits [(section.2.5) (subsubsection.2.2.1.4)]
+>>
+endobj
+708 0 obj
+<<
+/Kids [702 0 R 703 0 R 704 0 R]
+/Limits [(subsubsection.2.2.1.5) (table.2.7)]
+>>
+endobj
+709 0 obj
+<<
+/Kids [705 0 R 706 0 R 707 0 R 708 0 R]
+/Limits [(Doc-Start) (table.2.7)]
+>>
+endobj
+710 0 obj
+<<
+/Dests 709 0 R
+>>
+endobj
+711 0 obj
+<<
+/Type /Catalog
+/Pages 682 0 R
+/Outlines 683 0 R
+/Names 710 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>4<</S/D>>]>>
+/OpenAction 209 0 R
+>>
+endobj
+712 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.24)
+/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a\000-\000t\000a\000b\000l\000e\000s\000\040\000\040)/Subject()/Creator(LaTeX with hyperref)/Keywords()
+/CreationDate (D:20211211121123+13'00')
+/ModDate (D:20211211121123+13'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.10.0 (1.40.24))
+>>
+endobj
+xref
+0 713
+0000000000 65535 f
+0000000015 00000 n
+0000029401 00000 n
+0000630095 00000 n
+0000000060 00000 n
+0000000159 00000 n
+0000029461 00000 n
+0000630025 00000 n
+0000000206 00000 n
+0000000333 00000 n
+0000032971 00000 n
+0000629918 00000 n
+0000000380 00000 n
+0000000498 00000 n
+0000035449 00000 n
+0000629857 00000 n
+0000000551 00000 n
+0000000780 00000 n
+0000038470 00000 n
+0000629731 00000 n
+0000000826 00000 n
+0000000977 00000 n
+0000038531 00000 n
+0000629621 00000 n
+0000001025 00000 n
+0000001183 00000 n
+0000044582 00000 n
+0000629510 00000 n
+0000001236 00000 n
+0000001452 00000 n
+0000047786 00000 n
+0000629436 00000 n
+0000001510 00000 n
+0000001663 00000 n
+0000047847 00000 n
+0000629349 00000 n
+0000001721 00000 n
+0000001879 00000 n
+0000047908 00000 n
+0000629262 00000 n
+0000001937 00000 n
+0000002065 00000 n
+0000047969 00000 n
+0000629175 00000 n
+0000002123 00000 n
+0000002329 00000 n
+0000053003 00000 n
+0000629088 00000 n
+0000002387 00000 n
+0000002601 00000 n
+0000053064 00000 n
+0000629001 00000 n
+0000002659 00000 n
+0000002876 00000 n
+0000056358 00000 n
+0000628927 00000 n
+0000002934 00000 n
+0000003125 00000 n
+0000056418 00000 n
+0000628853 00000 n
+0000003178 00000 n
+0000003394 00000 n
+0000059511 00000 n
+0000628730 00000 n
+0000003442 00000 n
+0000003615 00000 n
+0000063532 00000 n
+0000628632 00000 n
+0000003668 00000 n
+0000003854 00000 n
+0000063593 00000 n
+0000628558 00000 n
+0000003912 00000 n
+0000004151 00000 n
+0000066894 00000 n
+0000628471 00000 n
+0000004209 00000 n
+0000004443 00000 n
+0000071675 00000 n
+0000628384 00000 n
+0000004501 00000 n
+0000004707 00000 n
+0000071736 00000 n
+0000628297 00000 n
+0000004765 00000 n
+0000004923 00000 n
+0000074485 00000 n
+0000628210 00000 n
+0000004981 00000 n
+0000005200 00000 n
+0000077558 00000 n
+0000628136 00000 n
+0000005258 00000 n
+0000005416 00000 n
+0000077619 00000 n
+0000628049 00000 n
+0000005464 00000 n
+0000005709 00000 n
+0000082831 00000 n
+0000627922 00000 n
+0000005757 00000 n
+0000005936 00000 n
+0000082954 00000 n
+0000627844 00000 n
+0000005990 00000 n
+0000006263 00000 n
+0000087290 00000 n
+0000627752 00000 n
+0000006317 00000 n
+0000006539 00000 n
+0000090525 00000 n
+0000627660 00000 n
+0000006593 00000 n
+0000006775 00000 n
+0000097419 00000 n
+0000627529 00000 n
+0000006829 00000 n
+0000007019 00000 n
+0000097481 00000 n
+0000627464 00000 n
+0000007078 00000 n
+0000007232 00000 n
+0000100467 00000 n
+0000627372 00000 n
+0000007286 00000 n
+0000007526 00000 n
+0000103486 00000 n
+0000627255 00000 n
+0000007580 00000 n
+0000007813 00000 n
+0000106682 00000 n
+0000627190 00000 n
+0000007872 00000 n
+0000008133 00000 n
+0000109047 00000 n
+0000627061 00000 n
+0000008182 00000 n
+0000008369 00000 n
+0000109109 00000 n
+0000626943 00000 n
+0000008423 00000 n
+0000008620 00000 n
+0000111599 00000 n
+0000626878 00000 n
+0000008679 00000 n
+0000008816 00000 n
+0000111661 00000 n
+0000626785 00000 n
+0000008870 00000 n
+0000009081 00000 n
+0000114346 00000 n
+0000626692 00000 n
+0000009135 00000 n
+0000009332 00000 n
+0000118971 00000 n
+0000626599 00000 n
+0000009386 00000 n
+0000009540 00000 n
+0000122861 00000 n
+0000626520 00000 n
+0000009594 00000 n
+0000009850 00000 n
+0000126199 00000 n
+0000626390 00000 n
+0000009899 00000 n
+0000010089 00000 n
+0000128309 00000 n
+0000626311 00000 n
+0000010143 00000 n
+0000010234 00000 n
+0000128371 00000 n
+0000626218 00000 n
+0000010288 00000 n
+0000010447 00000 n
+0000130415 00000 n
+0000626100 00000 n
+0000010501 00000 n
+0000010597 00000 n
+0000130477 00000 n
+0000626021 00000 n
+0000010656 00000 n
+0000010851 00000 n
+0000134197 00000 n
+0000625942 00000 n
+0000010910 00000 n
+0000011125 00000 n
+0000136710 00000 n
+0000625812 00000 n
+0000011174 00000 n
+0000011303 00000 n
+0000136772 00000 n
+0000625747 00000 n
+0000011357 00000 n
+0000011511 00000 n
+0000139690 00000 n
+0000625669 00000 n
+0000011560 00000 n
+0000011702 00000 n
+0000145893 00000 n
+0000625553 00000 n
+0000011749 00000 n
+0000011878 00000 n
+0000145955 00000 n
+0000625474 00000 n
+0000011927 00000 n
+0000012162 00000 n
+0000146017 00000 n
+0000625395 00000 n
+0000012211 00000 n
+0000012396 00000 n
+0000012764 00000 n
+0000012896 00000 n
+0000013186 00000 n
+0000012446 00000 n
+0000013063 00000 n
+0000013124 00000 n
+0000605197 00000 n
+0000594062 00000 n
+0000624109 00000 n
+0000015181 00000 n
+0000015007 00000 n
+0000013271 00000 n
+0000590723 00000 n
+0000592948 00000 n
+0000604082 00000 n
+0000599629 00000 n
+0000015119 00000 n
+0000621974 00000 n
+0000596288 00000 n
+0000017328 00000 n
+0000017479 00000 n
+0000017632 00000 n
+0000017786 00000 n
+0000017943 00000 n
+0000018095 00000 n
+0000018249 00000 n
+0000018407 00000 n
+0000018570 00000 n
+0000018734 00000 n
+0000018897 00000 n
+0000019061 00000 n
+0000019225 00000 n
+0000019387 00000 n
+0000019551 00000 n
+0000019707 00000 n
+0000019861 00000 n
+0000020018 00000 n
+0000020182 00000 n
+0000020346 00000 n
+0000020510 00000 n
+0000020673 00000 n
+0000020837 00000 n
+0000021000 00000 n
+0000021154 00000 n
+0000021307 00000 n
+0000021465 00000 n
+0000021623 00000 n
+0000021781 00000 n
+0000021938 00000 n
+0000022102 00000 n
+0000022260 00000 n
+0000022417 00000 n
+0000024153 00000 n
+0000022704 00000 n
+0000016940 00000 n
+0000015318 00000 n
+0000022581 00000 n
+0000022642 00000 n
+0000591837 00000 n
+0000602968 00000 n
+0000024307 00000 n
+0000024465 00000 n
+0000024629 00000 n
+0000024786 00000 n
+0000024944 00000 n
+0000025102 00000 n
+0000025260 00000 n
+0000025412 00000 n
+0000025568 00000 n
+0000025726 00000 n
+0000025883 00000 n
+0000026047 00000 n
+0000026210 00000 n
+0000026364 00000 n
+0000026521 00000 n
+0000026675 00000 n
+0000026827 00000 n
+0000026980 00000 n
+0000027195 00000 n
+0000023877 00000 n
+0000022828 00000 n
+0000027134 00000 n
+0000029521 00000 n
+0000029289 00000 n
+0000027293 00000 n
+0000032507 00000 n
+0000032660 00000 n
+0000032812 00000 n
+0000033341 00000 n
+0000032359 00000 n
+0000029632 00000 n
+0000033032 00000 n
+0000033094 00000 n
+0000033156 00000 n
+0000033218 00000 n
+0000033280 00000 n
+0000035572 00000 n
+0000035337 00000 n
+0000033478 00000 n
+0000035510 00000 n
+0000598514 00000 n
+0000607424 00000 n
+0000614833 00000 n
+0000621003 00000 n
+0000624226 00000 n
+0000037797 00000 n
+0000037951 00000 n
+0000038103 00000 n
+0000038255 00000 n
+0000038653 00000 n
+0000037641 00000 n
+0000035735 00000 n
+0000038409 00000 n
+0000617304 00000 n
+0000609007 00000 n
+0000038592 00000 n
+0000041554 00000 n
+0000041381 00000 n
+0000038829 00000 n
+0000041493 00000 n
+0000612703 00000 n
+0000044371 00000 n
+0000044702 00000 n
+0000044239 00000 n
+0000041704 00000 n
+0000044521 00000 n
+0000619771 00000 n
+0000044643 00000 n
+0000048030 00000 n
+0000047613 00000 n
+0000044878 00000 n
+0000047725 00000 n
+0000050324 00000 n
+0000050151 00000 n
+0000048180 00000 n
+0000050263 00000 n
+0000611637 00000 n
+0000616073 00000 n
+0000053125 00000 n
+0000052830 00000 n
+0000050487 00000 n
+0000052942 00000 n
+0000624343 00000 n
+0000055672 00000 n
+0000055831 00000 n
+0000055985 00000 n
+0000056144 00000 n
+0000056479 00000 n
+0000055516 00000 n
+0000053340 00000 n
+0000056297 00000 n
+0000059572 00000 n
+0000059277 00000 n
+0000056668 00000 n
+0000059389 00000 n
+0000059450 00000 n
+0000062520 00000 n
+0000062684 00000 n
+0000063317 00000 n
+0000062837 00000 n
+0000062996 00000 n
+0000063154 00000 n
+0000066607 00000 n
+0000063716 00000 n
+0000062348 00000 n
+0000059761 00000 n
+0000063471 00000 n
+0000595176 00000 n
+0000063654 00000 n
+0000597401 00000 n
+0000606311 00000 n
+0000066955 00000 n
+0000066475 00000 n
+0000063905 00000 n
+0000066771 00000 n
+0000066832 00000 n
+0000069039 00000 n
+0000068866 00000 n
+0000067118 00000 n
+0000068978 00000 n
+0000074265 00000 n
+0000071797 00000 n
+0000071502 00000 n
+0000069176 00000 n
+0000071614 00000 n
+0000624460 00000 n
+0000074546 00000 n
+0000074133 00000 n
+0000071960 00000 n
+0000074424 00000 n
+0000077338 00000 n
+0000077680 00000 n
+0000077206 00000 n
+0000074709 00000 n
+0000077497 00000 n
+0000080099 00000 n
+0000082611 00000 n
+0000080319 00000 n
+0000079967 00000 n
+0000077856 00000 n
+0000080258 00000 n
+0000083015 00000 n
+0000082479 00000 n
+0000080456 00000 n
+0000082770 00000 n
+0000082892 00000 n
+0000084928 00000 n
+0000084755 00000 n
+0000083152 00000 n
+0000084867 00000 n
+0000087352 00000 n
+0000087117 00000 n
+0000085052 00000 n
+0000087229 00000 n
+0000624577 00000 n
+0000090158 00000 n
+0000090312 00000 n
+0000090649 00000 n
+0000090018 00000 n
+0000087515 00000 n
+0000090464 00000 n
+0000090587 00000 n
+0000601854 00000 n
+0000093705 00000 n
+0000093492 00000 n
+0000093767 00000 n
+0000093360 00000 n
+0000090864 00000 n
+0000093644 00000 n
+0000610759 00000 n
+0000097200 00000 n
+0000097543 00000 n
+0000097068 00000 n
+0000093917 00000 n
+0000097358 00000 n
+0000100091 00000 n
+0000100253 00000 n
+0000100529 00000 n
+0000099951 00000 n
+0000097719 00000 n
+0000100406 00000 n
+0000622949 00000 n
+0000103548 00000 n
+0000103313 00000 n
+0000100692 00000 n
+0000103425 00000 n
+0000106744 00000 n
+0000106447 00000 n
+0000103737 00000 n
+0000106559 00000 n
+0000106620 00000 n
+0000624694 00000 n
+0000109171 00000 n
+0000108812 00000 n
+0000106907 00000 n
+0000108924 00000 n
+0000108985 00000 n
+0000111723 00000 n
+0000111426 00000 n
+0000109347 00000 n
+0000111538 00000 n
+0000609883 00000 n
+0000613769 00000 n
+0000114408 00000 n
+0000114173 00000 n
+0000111938 00000 n
+0000114285 00000 n
+0000116377 00000 n
+0000116204 00000 n
+0000114597 00000 n
+0000116316 00000 n
+0000119032 00000 n
+0000118798 00000 n
+0000116527 00000 n
+0000118910 00000 n
+0000618538 00000 n
+0000122646 00000 n
+0000122985 00000 n
+0000122514 00000 n
+0000119208 00000 n
+0000122800 00000 n
+0000600743 00000 n
+0000122923 00000 n
+0000624811 00000 n
+0000126261 00000 n
+0000126026 00000 n
+0000123226 00000 n
+0000126138 00000 n
+0000128433 00000 n
+0000128136 00000 n
+0000126437 00000 n
+0000128248 00000 n
+0000130539 00000 n
+0000130242 00000 n
+0000128622 00000 n
+0000130354 00000 n
+0000133982 00000 n
+0000134259 00000 n
+0000133850 00000 n
+0000130702 00000 n
+0000134136 00000 n
+0000608125 00000 n
+0000136490 00000 n
+0000139317 00000 n
+0000136834 00000 n
+0000136358 00000 n
+0000134448 00000 n
+0000136649 00000 n
+0000139470 00000 n
+0000139752 00000 n
+0000139177 00000 n
+0000137010 00000 n
+0000139629 00000 n
+0000624928 00000 n
+0000141883 00000 n
+0000141710 00000 n
+0000139941 00000 n
+0000141822 00000 n
+0000143848 00000 n
+0000143675 00000 n
+0000142046 00000 n
+0000143787 00000 n
+0000145520 00000 n
+0000145674 00000 n
+0000147876 00000 n
+0000146201 00000 n
+0000145380 00000 n
+0000143972 00000 n
+0000145832 00000 n
+0000146077 00000 n
+0000146139 00000 n
+0000623920 00000 n
+0000148030 00000 n
+0000148189 00000 n
+0000148651 00000 n
+0000147728 00000 n
+0000146364 00000 n
+0000148342 00000 n
+0000148403 00000 n
+0000148465 00000 n
+0000148527 00000 n
+0000148589 00000 n
+0000149940 00000 n
+0000150094 00000 n
+0000150248 00000 n
+0000150530 00000 n
+0000149792 00000 n
+0000148762 00000 n
+0000150407 00000 n
+0000150468 00000 n
+0000589714 00000 n
+0000150641 00000 n
+0000589029 00000 n
+0000150664 00000 n
+0000588532 00000 n
+0000150688 00000 n
+0000589450 00000 n
+0000150713 00000 n
+0000589271 00000 n
+0000150792 00000 n
+0000589098 00000 n
+0000150817 00000 n
+0000150866 00000 n
+0000150889 00000 n
+0000150914 00000 n
+0000150975 00000 n
+0000151422 00000 n
+0000152238 00000 n
+0000152275 00000 n
+0000152326 00000 n
+0000152349 00000 n
+0000152718 00000 n
+0000153366 00000 n
+0000153959 00000 n
+0000154632 00000 n
+0000154669 00000 n
+0000154694 00000 n
+0000155085 00000 n
+0000155651 00000 n
+0000156018 00000 n
+0000156575 00000 n
+0000156982 00000 n
+0000157007 00000 n
+0000157613 00000 n
+0000158004 00000 n
+0000158769 00000 n
+0000159545 00000 n
+0000159987 00000 n
+0000160440 00000 n
+0000189688 00000 n
+0000190070 00000 n
+0000218987 00000 n
+0000219368 00000 n
+0000221761 00000 n
+0000222007 00000 n
+0000228879 00000 n
+0000229183 00000 n
+0000231880 00000 n
+0000232118 00000 n
+0000234516 00000 n
+0000234756 00000 n
+0000237278 00000 n
+0000237514 00000 n
+0000274943 00000 n
+0000275553 00000 n
+0000298128 00000 n
+0000298429 00000 n
+0000319035 00000 n
+0000319295 00000 n
+0000335773 00000 n
+0000336017 00000 n
+0000357533 00000 n
+0000357802 00000 n
+0000385264 00000 n
+0000385590 00000 n
+0000413767 00000 n
+0000414167 00000 n
+0000434098 00000 n
+0000434420 00000 n
+0000440858 00000 n
+0000441091 00000 n
+0000449542 00000 n
+0000449779 00000 n
+0000453671 00000 n
+0000453996 00000 n
+0000456687 00000 n
+0000456929 00000 n
+0000459765 00000 n
+0000460014 00000 n
+0000486901 00000 n
+0000487260 00000 n
+0000518840 00000 n
+0000519430 00000 n
+0000539830 00000 n
+0000540108 00000 n
+0000561223 00000 n
+0000561492 00000 n
+0000588056 00000 n
+0000589798 00000 n
+0000590912 00000 n
+0000592026 00000 n
+0000593140 00000 n
+0000594254 00000 n
+0000595366 00000 n
+0000596479 00000 n
+0000597592 00000 n
+0000598705 00000 n
+0000599820 00000 n
+0000600932 00000 n
+0000602043 00000 n
+0000603158 00000 n
+0000604273 00000 n
+0000605388 00000 n
+0000606501 00000 n
+0000607614 00000 n
+0000608326 00000 n
+0000609204 00000 n
+0000610080 00000 n
+0000610954 00000 n
+0000611832 00000 n
+0000612900 00000 n
+0000613963 00000 n
+0000615029 00000 n
+0000616261 00000 n
+0000617495 00000 n
+0000618728 00000 n
+0000619960 00000 n
+0000621193 00000 n
+0000622167 00000 n
+0000623139 00000 n
+0000625045 00000 n
+0000625163 00000 n
+0000625249 00000 n
+0000625319 00000 n
+0000630202 00000 n
+0000630385 00000 n
+0000630557 00000 n
+0000630730 00000 n
+0000630900 00000 n
+0000631068 00000 n
+0000631236 00000 n
+0000631406 00000 n
+0000631575 00000 n
+0000631742 00000 n
+0000631921 00000 n
+0000632115 00000 n
+0000632310 00000 n
+0000632512 00000 n
+0000632750 00000 n
+0000632992 00000 n
+0000633234 00000 n
+0000633501 00000 n
+0000633777 00000 n
+0000634057 00000 n
+0000634267 00000 n
+0000634393 00000 n
+0000634503 00000 n
+0000634616 00000 n
+0000634743 00000 n
+0000634844 00000 n
+0000634941 00000 n
+0000634979 00000 n
+0000635156 00000 n
+trailer
+<< /Size 713
+/Root 711 0 R
+/Info 712 0 R
+/ID [<6FA1989CA285878D7570CFBF4FF183EB> <6FA1989CA285878D7570CFBF4FF183EB>] >>
+startxref
+635755
+%%EOF
diff --git a/macros/latex/contrib/numerica/numerica-tables.def b/macros/latex/contrib/numerica-tables/numerica-tables.sty
index 5fb2efd5b4..daa9c992f2 100644
--- a/macros/latex/contrib/numerica/numerica-tables.def
+++ b/macros/latex/contrib/numerica-tables/numerica-tables.sty
@@ -1,5 +1,4 @@
-% This is file `numerica-tables.def',
-% part of the `numerica' package.
+% This is file `numerica-tables.sty'.
%
% This work may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.3c of this
@@ -8,13 +7,21 @@
%
% Andrew Parsloe (ajparsloe@gmail.com)
%
+\RequirePackage{numerica}[2021/12/07]
+\@ifpackagelater{numerica}{2021/12/07}
+ {}
+ {%
+ \PackageError{numerica-tables}{Package numerica too old.}
+ {Please update the package.}
+ \endinput
+ }
\RequirePackage{booktabs}
%
\ProvidesExplFile
- {numerica-tables.def}
- {2021/02/15}
- {1.0.0}
- {Create tables of function values}
+ {numerica-tables.sty}
+ {2021/12/07}
+ {2.0.0}
+ {Create mathematical tables of function values}
%----------------------------------------------------------
\cs_new_protected:Npn \__nmc_table_prepad:Nnn #1#2#3
{
@@ -24,41 +31,45 @@
\cs_new:Npn \__nmc_sci_num_table_plus:nn #1#2
{ % #1 significand, #2 exponent
\fp_compare:nTF { #1 >= 0 }
- { ( #2 )\,{ \__nmc_sci_num_table:n { #1 } } }
+ { ( #2 )\,{ \__nmc_sci_num_table_signs:n { #1 } } }
{ ( #2 )\,{ #1 } }
}
-\cs_new:Npn \__nmc_sci_num_table:n #1
+\cs_new:Npn \__nmc_sci_num_table_signs:n #1
{
\int_compare:nNnF { \l__nmc_num_sgn_int } < { 0 }
{
\int_case:nn { \l__nmc_table_signs_int }
{
- {-2 } { \exp_not:N \hphantom{-} }
+ {-2 } { \exp_not:N \hphantom{+} }
{-1 } { \bool_if:NTF \l__nmc_table_signs_bool
- { + }{ \exp_not:N \hphantom{-} } }
+ { + }{ \exp_not:N \hphantom{+} } }
{ 1 } { \bool_if:NT \l__nmc_table_signs_bool { + } }
{ 2 } { + }
}
}
#1
}
+\cs_new:Npn \__nmc_table_rc:N #1
+ { \tl_if_eq:NNTF #1 \c__nmc_r_tl { row } { column } }
%--------------------------------------
\tl_new:N \l__nmc_x_tl
\seq_new:N \l_tmpd_seq
\tl_const:Nn \c__nmc_r_tl { r }
\tl_const:Nn \c__nmc_l_tl { l }
-\bool_new:N \l__nmc_table_clist_bool
-\clist_new:N \l__nmc_formula_clist
+\tl_new:N \l__nmc_table_fnsep_tl
+\bool_new:N \l__nmc_table_multifn_bool
+\seq_new:N \l__nmc_table_multifn_seq
\tl_new:N \l__nmc_table_valign_tl
\seq_new:N \l_nmc_table_reuse_seq
\tl_new:N \l__nmc_table_rvar_tl
\tl_new:N \l__nmc_table_rvari_tl
-\tl_new:N \l__nmc_table_rstart_tl
\tl_new:N \l__nmc_table_rstop_tl
\tl_new:N \l__nmc_table_rstep_tl
+\tl_new:N \l__nmc_table_rspec_tl
\fp_new:N \l__nmc_table_rstart_fp
\fp_new:N \l__nmc_table_rstop_fp
+\tl_new:N \l__nmc_table_cspec_tl
\fp_new:N \l__nmc_table_rstep_fp
\fp_new:N \l__nmc_table_r_fp
\fp_new:N \l__nmc_table_c_fp
@@ -67,7 +78,6 @@
\bool_new:N \l__nmc_table_rspec_bool
\tl_new:N \l__nmc_table_cvar_tl
-\tl_new:N \l__nmc_table_cstart_tl
\tl_new:N \l__nmc_table_cstop_tl
\tl_new:N \l__nmc_table_cstep_tl
\fp_new:N \l__nmc_table_cstart_fp
@@ -93,11 +103,11 @@
\tl_new:N \l__nmc_table_rhnudgei_tl
\int_new:N \l__nmc_table_chround_int
\int_new:N \l__nmc_table_chstyle_int
+\int_const:Nn \c__nmc_table_chstyle_int { 5 }
\tl_new:N \l__nmc_table_chnudge_tl
\tl_new:N \l__nmc_table_ctitle_tl
-\bool_new:N \l__nmc_table_ctitle_bool
-\bool_new:N \l__nmc_table_ctitle_vv_bool
+\int_new:N \l__nmc_table_ctitle_int
\int_new:N \l__nmc_table_rules_int
\tl_new:N \l__nmc_table_footer_tl
\bool_new:N \l__nmc_table_foot_bool
@@ -106,7 +116,6 @@
\tl_new:N \l__nmc_table_cave_tl
\tl_new:N \l__nmc_table_cmax_tl
\tl_new:N \l__nmc_table_cmin_tl
-\tl_new:N \l__nmc_table_cdel_tl
\tl_new:N \l__nmc_table_rbloc_tl
\tl_new:N \l__nmc_table_rblock_tl
\int_new:N \l__nmc_table_rbloc_int
@@ -133,11 +142,16 @@
\tl_new:N \l__nmc_table_num_only_tl
\tl_new:N \l__nmc_table_query_tl
%------------------------------------------------
-\nmc_define:nnN { \nmcTabulate } { table } \tabulate
-
-\cs_new_protected:Npn \__nmc_table_settings_digest:
+\nmc_define:NnN \nmcTabulate { table } \tabulate
+\cs_gset_protected:Npn \__nmc_table_initialize:
{
- \bool_set_false:N \l__nmc_allow_TF_out_bool
+ \bool_set_false:N \l__nmc_allow_TF_out_bool
+ \int_set:Nn \l__nmc_table_rnum_int { -1 }
+ \int_set:Nn \l__nmc_table_cnum_int { -1 }
+ }
+\cs_gset_protected:Npn \__nmc_table_settings_digest:
+ {
+ \int_zero:N \l__nmc_dbg_int
\int_compare:nTF { 0 <= \l__nmc_table_rpos_int <= 4 }
{
\int_compare:nNnT { \l__nmc_table_rpos_int } = { 4 }
@@ -148,23 +162,34 @@
{ \__nmc_table_settings_spec:N r }
\clist_if_empty:NF \l__nmc_table_cspec_clist
{ \__nmc_table_settings_spec:N c }
+
\tl_if_empty:NT \l__nmc_table_rhead_tl
{ \tl_set_eq:NN \l__nmc_table_rhead_tl \l__nmc_table_rvar_tl }
- \tl_if_empty:NT \l__nmc_table_rheadi_tl
+ \tl_if_empty:NTF \l__nmc_table_rheadi_tl
{
- \tl_if_empty:NTF \l__nmc_table_rvari_tl
- { \tl_set_eq:NN \l__nmc_table_rheadi_tl \l__nmc_table_rhead_tl }
- { \tl_set_eq:NN \l__nmc_table_rheadi_tl \l__nmc_table_rvari_tl }
+ \tl_if_empty:NT \l__nmc_table_rvari_tl
+ {
+ \tl_set_eq:NN \l__nmc_table_rheadi_tl \l__nmc_table_rhead_tl
+ \tl_set_eq:NN \l__nmc_table_rvari_tl \l__nmc_table_rvar_tl
+ }
+ }
+ {
+ \tl_if_empty:NT \l__nmc_table_rvari_tl
+ { \tl_set_eq:NN \l__nmc_table_rvari_tl \l__nmc_table_rvar_tl }
}
+
\tl_if_empty:NT \l__nmc_table_rhnudgei_tl
{ \tl_set_eq:NN \l__nmc_table_rhnudgei_tl \l__nmc_table_rhnudge_tl }
\tl_if_empty:NF \l__nmc_table_ctitle_tl
{ \l__nmc_table_settings_ctitle: }
\tl_if_empty:NTF \l__nmc_table_Q_tl
- { \tl_set:Nn \l__nmc_table_query_tl { *~option~ } }
{
- \tl_set:Nn \l__nmc_table_query_tl { table~value~satisfies~ }
+ \tl_set:Nn \l__nmc_table_query_tl
+ { \__nmc_verb:n { \nmcTabulate* }~lacks~a~ }
+ }
+ {
+ \tl_set:Nn \l__nmc_table_query_tl { No~table~value~satisfies~ }
\__nmc_table_settings_QA:
}
\clist_if_empty:NTF \l__nmc_table_rbloc_clist
@@ -178,35 +203,29 @@
{ \bool_set_false:N \l__nmc_table_diffs_bool }
{ \bool_set_true:N \l__nmc_table_diffs_bool }
\tl_if_empty:NF \l__nmc_table_chead_tl
- { \int_set:Nn \l__nmc_table_chstyle_int { 4 } }
+ { \int_set_eq:NN \l__nmc_table_chstyle_int \c__nmc_table_chstyle_int }
\tl_if_empty:NF \l__nmc_table_footer_tl
{
\tl_if_eq:VnTF \l__nmc_table_footer_tl { * }
{ \bool_set_true:N \l__nmc_table_foot_bool }
- { \__nmc_table_footer:N \l__nmc_table_footer_tl }
+ { \__nmc_table_footerops:N \l__nmc_table_footer_tl }
}
}
\cs_new_protected:Npn \l__nmc_table_settings_ctitle:
{
- \bool_set_true:N \l__nmc_table_ctitle_bool
- \tl_if_head_eq_charcode:VNT \l__nmc_table_ctitle_tl *
+ \int_incr:N \l__nmc_table_ctitle_int % 1
+ \tl_if_eq:VnTF \l__nmc_table_ctitle_tl { * }
+ { \int_incr:N \l__nmc_table_ctitle_int } % 2
{
\tl_if_eq:VnT \l__nmc_table_ctitle_tl { ** }
- { \bool_set_true:N \l__nmc_table_ctitle_vv_bool }
- \tl_if_head_eq_charcode:VNT \l__nmc_table_ctitle_tl *
- {
- \tl_set:Nn \l__nmc_table_ctitle_tl
- { \exp_not:o \l__nmc_formula_dup_tl }
- }
+ { \int_set:Nn \l__nmc_table_ctitle_int { 3 } } % 3
}
}
\cs_new_protected:Npn \__nmc_table_settings_rules:
{
- \tl_replace_once:Nnn \l__nmc_table_rules_tl { T } { *2 }
- \tl_replace_once:Nnn \l__nmc_table_rules_tl { t } { *3 }
- \tl_replace_once:Nnn \l__nmc_table_rules_tl { h } { *5 }
- \tl_replace_once:Nnn \l__nmc_table_rules_tl { f } { *7 }
- \tl_replace_once:Nnn \l__nmc_table_rules_tl { B } { *11 }
+ \clist_map_inline:nn
+ { {T}{*2},{t}{*3},{m}{*5},{h}{*7},{f}{*11},{B}{*13} }
+ { \tl_replace_once:Nnn \l__nmc_table_rules_tl ##1 }
\int_set:Nn \l__nmc_table_rules_int { 1 \l__nmc_table_rules_tl }
}
\cs_new_protected:Npn \__nmc_table_settings_QA:
@@ -231,44 +250,45 @@
\fp_set:Nn \l__nmc_table_min_fp { inf }
}
}
-\cs_new_protected:Npn \__nmc_table_footer:N #1
+\cs_new_protected:Npn \__nmc_table_footerops:N #1
{
\tl_set_eq:NN \l_tmpa_tl #1
\regex_replace_all:nnN { SUM } { \c{l__nmc_table_csum_tl} } #1
\regex_replace_all:nnN { AVE } { \c{l__nmc_table_cave_tl} } #1
\regex_replace_all:nnN { MAX } { \c{l__nmc_table_cmax_tl} } #1
\regex_replace_all:nnN { MIN } { \c{l__nmc_table_cmin_tl} } #1
- \regex_replace_all:nnN { DEL } { \c{l__nmc_table_cdel_tl} } #1
\tl_if_eq:NNF \l_tmpa_tl #1
{ \bool_set_true:N \l__nmc_table_footops_bool }
}
\cs_new_protected:Npn \__nmc_table_settings_spec:N #1
{
\bool_set_true:c { l__nmc_table_ #1 spec_bool }
- \clist_pop:cc { l__nmc_table_#1spec_clist } { l__nmc_table_ #1 var_tl }
+ \clist_pop:cc { l__nmc_table_ #1 spec_clist } { l__nmc_table_ #1 var_tl }
\clist_pop:cc { l__nmc_table_ #1 spec_clist } { l__nmc_table_ #1 step_tl }
- \clist_pop:cN { l__nmc_table_ #1 spec_clist } \l_tmpa_tl
- \tl_if_head_eq_charcode:VNTF \l_tmpa_tl (
- {
- \int_set:cn { l__nmc_table_ #1 num_int }
- { \exp_last_unbraced:NV \__nmc_paren_arg:w \l_tmpa_tl }
- }
- { \tl_set_eq:cN { l__nmc_table_ #1 stop_tl } \l_tmpa_tl }
+ \clist_pop:cN { l__nmc_table_ #1 spec_clist } \l_tmpb_tl
+ \__nmc_table_set_rcnum:Vn \l_tmpb_tl { #1 }
}
-\cs_new:Npn \__nmc_paren_arg:w (#1) { #1 }
-
-\cs_new_protected:Npn \__nmc_table_vv_digest:N #1
- {
+\cs_new:Npn \__nmc_table_total_cols:
+ {
+ \int_eval:n { \int_sign:n { \l__nmc_table_rpos_int }
+ + \l__nmc_table_cnum_int +
+ \int_div_truncate:nn { \l__nmc_table_rpos_int } { 3 } }
+ }
+\cs_gset_protected:Npn \__nmc_table_vv_digest:N #1
+ {
+
\bool_if:NTF \l__nmc_multitok_bool
{
- \clist_push:NV \l__nmc_formula_tl \l__nmc_table_cvar_tl
- \clist_push:NV \l__nmc_formula_tl \l__nmc_table_rvar_tl
+ \clist_push:NV \l_nmc_formula_tl \l__nmc_table_cvar_tl
+ \clist_push:NV \l_nmc_formula_tl \l__nmc_table_rvar_tl
\__nmc_vv_digest:N #1
- \clist_pop:NN \l__nmc_formula_tl \l__nmc_table_rvar_tl
+ \clist_pop:NN \l_nmc_formula_tl \l__nmc_table_rvar_tl
\tl_if_empty:NF \l__nmc_table_cvar_tl
- { \clist_pop:NN \l__nmc_formula_tl \l__nmc_table_cvar_tl }
- }
+ { \clist_pop:NN \l_nmc_formula_tl \l__nmc_table_cvar_tl }
+ }
{ \__nmc_vv_digest:N #1 }
+ \int_compare:nNnT { \l__nmc_table_ctitle_int } > { 1 }
+ { \tl_set_eq:NN \l__nmc_table_ctitle_tl \l__nmc_formula_dup_tl }
\seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
\__nmc_table_get_ini_vals:
\bool_if:nT
@@ -279,17 +299,17 @@
{ \__nmc_error_what:n { Null~table~specified~in } }
\bool_if:NF \g__nmc_error_bool
{
- \bool_if:NT \l__nmc_table_ctitle_vv_bool
+ \int_compare:nNnT { \l__nmc_table_ctitle_int } = { 3 }
{
\exp_args:NNnx\tl_replace_once:Nnn \l__nmc_vv_inline_tl { vv }
{ \seq_use:Nn \l__nmc_vv_visible_seq { , } }
\tl_put_right:Nn \l__nmc_table_ctitle_tl
{ \exp_not:o \l__nmc_vv_inline_tl }
}
- }
+ }
}
\cs_new_protected:Npn \__nmc_table_get_ini_vals:
- {
+ {
\__nmc_error_where:n { settings }
\__nmc_table_get_ini_vals_aux:N r
\tl_if_empty:NTF \l__nmc_table_cvar_tl
@@ -306,16 +326,17 @@
}
\cs_new_protected:Npn \__nmc_table_get_ini_vals_aux:N #1
{
- \prop_get:NvNTF \g__nmc_subst_var_prop { l__nmc_table_ #1 var_tl } \l_tmpa_tl
- {
+ \prop_get:NvNTF \l__nmc_subst_var_prop
+ { l__nmc_table_ #1 var_tl } \l_tmpa_tl
+ {
\fp_set:cn { l__nmc_table_ #1 start_fp } { \l_tmpa_tl }
\bool_if:cTF { l__nmc_table_ #1 spec_bool }
{
- \__nmc_fpify_set:cc { l__nmc_table_ #1 step_fp }
+ \__nmc_fpify_set:cv { l__nmc_table_ #1 step_fp }
{ l__nmc_table_ #1 step_tl }
\int_compare:vNnT { l__nmc_table_ #1 num_int } = { -1 }
{
- \__nmc_fpify_set:cc { l__nmc_table_ #1 stop_fp }
+ \__nmc_fpify_set:cv { l__nmc_table_ #1 stop_fp }
{ l__nmc_table_ #1 stop_tl }
\l__nmc_table_calc_num:cnnn { l__nmc_table_ #1 num_int }
{ l__nmc_table_ #1 stop_fp } { l__nmc_table_ #1 start_fp }
@@ -324,11 +345,11 @@
}
{ \__nmc_table_get_individual_ini_vals:N #1 }
}
- { \__nmc_error_what:n { No~ \__nmc_table_rc:N #1 ~variable~specified~in } }
+ {
+ \__nmc_error_what:n { No~ \__nmc_table_rc:N #1
+ \ variable~specified~in }
+ }
}
-\cs_new:Npn \__nmc_table_rc:N #1
- { \tl_if_eq:NNTF #1 \c__nmc_r_tl { row } { column } }
-
\cs_new_protected:Npn \l__nmc_table_calc_num:Nnnn #1#2#3#4
{
\int_set:Nn #1 { \fp_to_int:n { ( \exp_not:v { #2 } - \exp_not:v { #3 } )
@@ -337,15 +358,15 @@
\cs_generate_variant:Nn \l__nmc_table_calc_num:Nnnn { c }
\cs_new_protected:Npn \__nmc_table_get_individual_ini_vals:N #1
- {
+ {
\int_case:vnTF { l__nmc_table_ #1 num_int }
{
{ -1 }
{
- \__nmc_fpify_set:cc { l__nmc_table_ #1 step_fp }
+ \__nmc_fpify_set:cv { l__nmc_table_ #1 step_fp }
{ l__nmc_table_ #1 step_tl }
\bool_if:NF \g__nmc_error_bool
- { \__nmc_fpify_set:cc { l__nmc_table_ #1 stop_fp }
+ { \__nmc_fpify_set:cv { l__nmc_table_ #1 stop_fp }
{ l__nmc_table_ #1 stop_tl } }
\bool_if:NF \g__nmc_error_bool
{
@@ -374,20 +395,27 @@
}
{
\int_compare:vNnTF { l__nmc_table_ #1 num_int } > { 1 }
- { \__nmc_fpify_set:cc { l__nmc_table_ #1 step_fp }
+ { \__nmc_fpify_set:cv { l__nmc_table_ #1 step_fp }
{ l__nmc_table_ #1 step_tl } }
{ \__nmc_error_what:n { Check~number~of~
\__nmc_table_rc:N #1s~specified~in } }
}
}
%----------------------------------------------------------
-\cs_new_protected:Npn \__nmc_table_process:
- {
+\cs_gset_protected:Npn \__nmc_table_process:
+ {
\__nmc_error_where:n { formula }
\__nmc_table_calc_rvar_col:
\seq_clear:N \l__nmc_table_header_seq
- \tl_if_head_eq_charcode:VNT \l__nmc_formula_tl ,
+ \bool_if:NTF \l__nmc_table_multifn_bool
{ \__nmc_table_multifn: }
+ {
+ \tl_if_head_eq_charcode:VNT \l_nmc_formula_tl ,
+ {
+ \tl_set:Nn \l__nmc_table_fnsep_tl { , }
+ \__nmc_table_multifn:
+ }
+ }
\__nmc_table_calc_cvar_cols:
\tl_clear:N \l_nmc_result_tl
\__nmc_table_form_body:N \l_nmc_result_tl
@@ -399,26 +427,28 @@
\tl_set_eq:NN \l_nmc_result_tl \l__nmc_table_num_only_tl
\tl_gset_eq:NN \g__nmc_reuse_tl \l__nmc_table_num_only_tl
}
- {
+ {
\__nmc_error_where:n { settings }
\__nmc_error_what:n
- { No~ \l__nmc_table_query_tl query~\__nmc_verb:n {Q?}~in }
+ { \l__nmc_table_query_tl ~query~\__nmc_verb:n {Q?}~in }
\tl_clear:N \l_nmc_result_tl
}
}
}
\cs_new_protected:Npn \__nmc_table_multifn:
{
- \bool_set_true:N \l__nmc_table_clist_bool
- \clist_set:NV \l__nmc_formula_clist \l__nmc_formula_tl
- \seq_set_from_clist:NN \l__nmc_table_header_seq \l__nmc_formula_clist
+ \bool_set_true:N \l__nmc_table_multifn_bool
+ \exp_args:NNV \seq_set_split:NnV \l__nmc_table_multifn_seq
+ \l__nmc_table_fnsep_tl \l_nmc_formula_tl
+ \seq_remove_all:Nn \l__nmc_table_multifn_seq {}
+ \seq_set_eq:NN \l__nmc_table_header_seq \l__nmc_table_multifn_seq
\int_set:Nn \l__nmc_table_cnum_int
- { \clist_count:N \l__nmc_formula_clist }
+ { \seq_count:N \l__nmc_table_multifn_seq }
\fp_set:Nn \l__nmc_table_cstep_fp { 0 }
\fp_set:Nn \l__nmc_table_cstart_fp { 0 }
\tl_set:Nn \l__nmc_table_cvar_tl { \l__nmc_x_tl }
- \prop_put:Nnn \g__nmc_subst_var_prop { \l__nmc_x_tl } { 1 }
- \int_set:Nn \l__nmc_table_chstyle_int { 4 }
+ \prop_put:Nnn \l__nmc_subst_var_prop { \l__nmc_x_tl } { 1 }
+ \int_set_eq:NN \l__nmc_table_chstyle_int \c__nmc_table_chstyle_int
}
\cs_new_protected:Npn \__nmc_table_calc_rvar_col:
{
@@ -434,8 +464,8 @@
\fp_set_eq:NN \l__nmc_table_c_fp \l__nmc_table_cstart_fp
\int_step_inline:nn { \l__nmc_table_cnum_int }
{
- \bool_if:NTF \l__nmc_table_clist_bool
- { \clist_pop:NN \l__nmc_formula_clist \l__nmc_formula_tl }
+ \bool_if:NTF \l__nmc_table_multifn_bool
+ { \seq_pop:NN \l__nmc_table_multifn_seq \l_nmc_formula_tl }
{ \seq_put_right:NV \l__nmc_table_header_seq { \l__nmc_table_c_fp } }
\bool_if:NF \g__nmc_error_bool
{
@@ -443,31 +473,28 @@
\fp_set_eq:NN \l__nmc_table_r_fp \l__nmc_table_rstart_fp
\int_step_function:nN { \l__nmc_table_rnum_int }
\__nmc_table_rvar_step_fn:n
- }
+ }
\bool_if:NF \g__nmc_error_bool
{
\seq_put_right:NV \l__nmc_table_body_cols_seq
\l__nmc_table_this_col_seq
\fp_add:Nn \l__nmc_table_c_fp \l__nmc_table_cstep_fp
- \__nmc_table_prop_mode:n {\l__nmc_mode_int}
- \l__nmc_table_rvar_tl \l__nmc_table_rstart_fp
- \__nmc_calc_fn_val:VNnN \l__nmc_table_cvar_tl \l__nmc_formula_tl
+ \int_if_zero:nTF { \l__nmc_mode_tl }
+ { \prop_put:NVV \l__nmc_subst_var_prop }
+ { \prop_put:NVV \l__nmc_vv_change_prop }
+ \l__nmc_table_rvar_tl \l__nmc_table_rstart_fp
+
+ \__nmc_calc_fn_val:VNnN \l__nmc_table_cvar_tl \l_nmc_formula_tl
{ \l__nmc_table_c_fp } \l__nmc_table_fn_val_fp
}
}
}
-\cs_new:Npn \__nmc_table_prop_mode:n #1
- {
- \int_if_zero:nTF { #1 }
- { \prop_put:NVV \g__nmc_subst_var_prop }
- { \prop_put:NVV \l__nmc_vv_change_prop }
- }
\cs_new_protected:Npn \__nmc_table_rvar_step_fn:n #1
{
\bool_if:NF \g__nmc_error_bool
{
\__nmc_calc_fn_val:VNnN \l__nmc_table_rvar_tl
- \l__nmc_formula_tl { \l__nmc_table_r_fp } \l_tmpa_fp
+ \l_nmc_formula_tl { \l__nmc_table_r_fp } \l_tmpa_fp
\seq_put_right:NV \l__nmc_table_this_col_seq \l_tmpa_fp
\bool_if:NT \l__nmc_table_QA_bool
{ \__nmc_table_maxmin_do:n { \l_tmpa_fp } }
@@ -484,8 +511,8 @@
{ \fp_min:nn { \l__nmc_table_min_fp } { #1 } } }
}
%----------------------------------------------------------
-\cs_new_protected:Npn \__nmc_table_display:
- {
+\cs_gset_protected:Npn \__nmc_table_display:
+ {
\bool_if:NF \l__nmc_num_only_bool
{
\__nmc_table_headercnum:
@@ -498,10 +525,10 @@
}
\tl_put_left:Nx \l_nmc_result_tl
{
- \__nmc_table_upper:
+ \__nmc_table_upper:
\exp_not:o \l__nmc_table_header_tl
\tabularnewline
- \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 5 }
+ \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 7 }
{ \exp_not:N \midrule }
}
\tl_put_right:Nx \l_nmc_result_tl { \__nmc_table_form_lower: }
@@ -523,7 +550,7 @@
}
\__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 2 }
{ \exp_not:N \toprule }
- \bool_if:NT \l__nmc_table_ctitle_bool
+ \int_if_zero:nF { \l__nmc_table_ctitle_int }
{ \__nmc_table_form_ctitle: }
}
\cs_new:Npn \__nmc_table_form_ctitle:
@@ -554,18 +581,39 @@
}
}
\cs_new:Npn \__nmc_table_form_ctitle:nnnn #1#2#3#4
- {
+ {
#1 \exp_not:N \multicolumn
{ \int_eval:n { \l__nmc_table_cnum_int } } { c }
- { $ \l__nmc_table_ctitle_tl $ }
+ { $ \exp_not:o { \l__nmc_table_ctitle_tl } $ }
#2 \tabularnewline
\__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 3 }
- {
- \exp_not:N \cmidrule(lr)
- { #3-\int_eval:n { #4 } }
+ { \exp_not:N \cmidrule(lr) { #3-\int_eval:n { #4 } } }
+ \tl_if_empty:NF \l__nmc_table_cmidrow_tl
+ { \__nmc_table_cmidrow: \tabularnewline }
+ \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 5 }
+ { \__nmc_table_cmidrow_rule:nn { #3 } { #4 } }
+ }
+%%%%%%%%%
+\cs_new:Npn \__nmc_table_cmidrow:
+ {
+ \int_if_zero:nF { \l__nmc_table_cnum_int }
+ {
+ \int_case:nnF { \l__nmc_table_rpos_int }
+ {
+ { 0 } { \exp_not:o \l__nmc_table_cmidrow_tl }
+ { 1 } { & \exp_not:o \l__nmc_table_cmidrow_tl }
+ { 2 } { \exp_not:o \l__nmc_table_cmidrow_tl & }
+ }
+ { & \exp_not:o \l__nmc_table_cmidrow_tl & }
}
}
-%%%%%%%%%%%%%%%%%%%%
+\cs_new:Npn \__nmc_table_cmidrow_rule:nn #1#2
+ {
+ \int_compare:nNnTF { \l__nmc_table_rpos_int } > { 2 }
+ { \exp_not:N \cmidrule(lr) { 1-\__nmc_table_total_cols: } }
+ { \exp_not:N \cmidrule(lr) { { #1 } -\int_eval:n { #2 } } }
+ }
+%%%%%%%%%
\cs_new:Npn \__nmc_table_header:
{
\int_if_zero:nTF { \l__nmc_table_cnum_int }
@@ -620,9 +668,9 @@
{
\__nmc_table_header_nudge:Nnn c
{
- \bool_if:NTF \l__nmc_table_ctitle_bool
- { \exp_not:o \l__nmc_table_ctitle_tl }
+ \int_if_zero:nTF { \l__nmc_table_ctitle_int }
{ \exp_not:o \l__nmc_formula_dup_tl }
+ { \exp_not:o \l__nmc_table_ctitle_tl }
}
\l__nmc_table_chnudge_tl
}
@@ -634,7 +682,7 @@
{
\seq_clear:N \l_tmpa_seq
\bool_set_true:N \l__nmc_table_coli_only_bool
- \bool_if:NTF \l__nmc_table_clist_bool
+ \bool_if:NTF \l__nmc_table_multifn_bool
{
\seq_map_inline:Nn \l__nmc_table_header_seq
{ \__nmc_table_header_auxi:Nn \l_tmpa_seq { ##1 } }
@@ -651,7 +699,7 @@
}
}
\cs_new_protected:Npn \__nmc_table_chstyler:NN #1 #2
- {
+ {
\int_case:nnF { \l__nmc_table_chstyle_int }
{
{ 0 } { \__nmc_table_header_auxi:NV #1 #2 }
@@ -666,7 +714,8 @@
}
{ 2 } { \__nmc_table_header_auxi:Nx #1 { \l__nmc_table_cvar_tl = #2 } }
{ 3 } { \__nmc_table_header_auxiii:NV #1 #2 }
- { 4 } { \seq_set_split:NnV #1 { & } \l__nmc_table_chead_tl }
+ { 4 } { \__nmc_table_header_auxiv:NV #1 #2 }
+ { 5 } { \seq_set_split:NnV #1 { & } \l__nmc_table_chead_tl }
}
{ \__nmc_table_header_auxi:NV #1 #2 }
}
@@ -685,6 +734,16 @@
}
\cs_generate_variant:Nn \__nmc_table_header_auxiii:Nn { NV }
+\cs_new_protected:Npn \__nmc_table_header_auxiv:Nn #1#2
+ {
+ \tl_set_eq:NN \l_tmpa_tl \l__nmc_formula_dup_tl
+ \fp_compare:nNnTF { #2 } = { 1 }
+ { \regex_replace_all:nnNT { \u{l__nmc_table_cvar_tl} } { } \l_tmpa_tl }
+ { \regex_replace_all:nnNT { \u{l__nmc_table_cvar_tl} } { #2 } \l_tmpa_tl }
+ { \__nmc_table_header_auxi:NV #1 \l_tmpa_tl }
+ }
+\cs_generate_variant:Nn \__nmc_table_header_auxiv:Nn { NV }
+
\cs_new:Npn \__nmc_table_header_nudge:Nnn #1#2#3
{ % #1=r(ow)/c(ol), #2=var, #3=nudge
\tl_if_eq:cNTF { l__nmc_table_ #1 calign_tl } \c__nmc_r_tl
@@ -814,8 +873,6 @@
\fp_set:Nn \l_tmpb_fp { \l_tmpa_tl }
\__nmc_num_format:nNnN \l_tmpb_fp \l__nmc_table_cmin_tl
{ \l__nmc_round_int } \l__nmc_sci_num_out_bool
- \__nmc_num_format:nNnN { \l_tmpa_fp - \l_tmpb_fp } \l__nmc_table_cdel_tl
- { \l__nmc_round_int } \l__nmc_sci_num_out_bool
\seq_put_right:Nx \l_tmpb_seq { $ #2 $ }
}
\cs_new_protected:Npn \__nmc_table_transpose:NN #1#2
@@ -942,9 +999,9 @@
\__nmc_table_t_format:wN #1\q_stop \l_tmpa_tl
\tl_set_eq:NN #1 \l_tmpa_tl
}
- { \tl_set:Nx #1 { \__nmc_sci_num_table:n { #1 } } }
+ { \tl_set:Nx #1 { \__nmc_sci_num_table_signs:n { #1 } } }
}
- { \tl_set:Nx #1 { \__nmc_sci_num_table:n { #1 } } }
+ { \tl_set:Nx #1 { \__nmc_sci_num_table_signs:n { #1 } } }
\bool_if:NT \l__nmc_table_QA_bool
{ \__nmc_table_QA:N #1 }
}
@@ -1005,17 +1062,17 @@
{
\tl_if_empty:NF \l__nmc_table_footer_tl
{
- \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 7 }
+ \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 11 }
{ \exp_not:N \midrule[\cmidrulewidth] }
\exp_not:o \l__nmc_table_footer_tl \tabularnewline
}
- \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 11 }
+ \__nmc_if_mod_zero:nnT { \l__nmc_table_rules_int } { 13 }
{ \exp_not:N \bottomrule }
\exp_not:n { \end{tabular} }
}
%%%%%%%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_table_reuse:
- {
+ {
\bool_if:NF \l__nmc_num_only_bool
{
\int_case:nnF { \int_sign:n { \l__nmc_table_reuse_int } }
@@ -1024,7 +1081,7 @@
{ 1 } { \__nmc_table_reuse_col:n { \l__nmc_table_reuse_int } }
}
- { \tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl }
+ { \tl_gset:Nx \g__nmc_reuse_tl { \exp_not:o \l_nmc_result_tl } }
}
}
\cs_new_protected:Npn \__nmc_table_reuse_row:n #1
@@ -1062,7 +1119,7 @@
\tl_gset:Nx \g__nmc_reuse_tl { \seq_use:Nn \l_nmc_table_reuse_seq {,} }
}
%------------------------------------------------
-\keys_define:nn { numerica }
+\keys_define:nn { numerica-tables }
{
table-rvar-rounding .int_set:N = \l__nmc_table_rround_int,
table-rvar-col-pos .int_set:N = \l__nmc_table_rpos_int,
@@ -1072,6 +1129,7 @@
table-rules .tl_set:N = \l__nmc_table_rules_tl,
table-form-diffs .int_set:N = \l__nmc_table_diffs_int,
table-reuse .int_set:N = \l__nmc_table_reuse_int,
+ table-vert-align .tl_set:N = \l__nmc_table_valign_tl,
table-rvar-rounding .default:n = 1,
table-rvar-align .default:n = r,
table-rvar-col-pos .default:n = 1,
@@ -1079,21 +1137,27 @@
table-block-sep .default:n = 1ex,
table-rules .default:n = ThB,
table-form-diffs .default:n = 0,
- table-reuse .default:n = 0
+ table-reuse .default:n = 0,
+ table-vert-align .default:n = m
}
-\keys_set_known:nn { numerica }
+\keys_set_known:nn { numerica-tables }
{
table-rvar-rounding,table-rvar-align,table-rvar-col-pos,
table-cvar-align,table-block-sep,table-rules,table-fontsize,
table-form-diffs,table-reuse
}
+\cs_new_protected:Npn \__nmc_table_set_rcnum:nn #1#2
+ {
+ \__nmc_fpify_set:Nn \l_tmpb_fp { #1 }
+ \int_set:cn { l__nmc_table_ #2 num_int } { \fp_to_int:N \l_tmpb_fp }
+ }
+\cs_generate_variant:Nn \__nmc_table_set_rcnum:nn { V }
\keys_define:nn { numerica/table }
{
rvar .tl_set:N = \l__nmc_table_rvar_tl,
rstop .tl_set:N = \l__nmc_table_rstop_tl,
rstep .tl_set:N = \l__nmc_table_rstep_tl,
- rows .int_set:N = \l__nmc_table_rnum_int,
- rows .initial:n = -1,
+ rows .code:n = \__nmc_table_set_rcnum:nn { #1 } { r },
rspec .clist_set:N = \l__nmc_table_rspec_clist,
rround .int_set:N = \l__nmc_table_rround_int,
rfont .code:n = \tl_set:Nn \l__nmc_table_rfont_tl
@@ -1111,8 +1175,7 @@
cvar .tl_set:N = \l__nmc_table_cvar_tl,
cstop .tl_set:N = \l__nmc_table_cstop_tl,
cstep .tl_set:N = \l__nmc_table_cstep_tl,
- cols .int_set:N = \l__nmc_table_cnum_int,
- cols .initial:n = -1,
+ cols .code:n = \__nmc_table_set_rcnum:nn { #1 } { c },
cspec .clist_set:N = \l__nmc_table_cspec_clist,
calign .tl_set:N = \l__nmc_table_ccalign_tl,
chstyle .int_set:N = \l__nmc_table_chstyle_int,
@@ -1122,6 +1185,7 @@
chround .int_set:N = \l__nmc_table_chround_int,
%
ctitle .tl_set:N = \l__nmc_table_ctitle_tl,
+ cmidrow .tl_set:N = \l__nmc_table_cmidrow_tl,
rules .tl_set:N = \l__nmc_table_rules_tl,
foot .tl_set:N = \l__nmc_table_footer_tl,
rbloc .clist_set:N = \l__nmc_table_rbloc_clist,
@@ -1134,5 +1198,14 @@
A! .tl_set:N = \l__nmc_table_A_tl,
reuse .int_set:N = \l__nmc_table_reuse_int,
valign .code:n = \tl_set:Nn \l__nmc_table_valign_tl { [#1] },
+ multifn .code:n = \bool_set_true:N \l__nmc_table_multifn_bool
+ \tl_if_blank:nTF { #1 }
+ { \tl_set:Nn \l__nmc_table_fnsep_tl { , } }
+ { \tl_set:Nn \l__nmc_table_fnsep_tl { #1 } }
+ }
+\file_if_exist:nT { numerica-tables.cfg }
+ {
+ \file_get:nnN { numerica-tables.cfg } {} \l_tmpa_tl
+ \exp_args:NnV \keys_set_known:nn { numerica-tables } \l_tmpa_tl
}
-% end of `numerica-tables.def' \ No newline at end of file
+% end of `numerica-tables.sty' \ No newline at end of file
diff --git a/macros/latex/contrib/numerica-tables/numerica-tables.tex b/macros/latex/contrib/numerica-tables/numerica-tables.tex
new file mode 100644
index 0000000000..8f78d7b35c
--- /dev/null
+++ b/macros/latex/contrib/numerica-tables/numerica-tables.tex
@@ -0,0 +1,2270 @@
+%% LyX 2.4.0-alpha3 created this file. For more info, see https://www.lyx.org/.
+%% Do not edit unless you really know what you are doing.
+\documentclass[english,tableposition=top]{report}
+\usepackage{lmodern}
+\renewcommand{\sfdefault}{lmss}
+\renewcommand{\ttdefault}{lmtt}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage[latin9]{inputenc}
+\setcounter{secnumdepth}{3}
+\setcounter{tocdepth}{3}
+\usepackage{color}
+\definecolor{shadecolor}{rgb}{0.667969, 1, 1}
+\usepackage{babel}
+\usepackage{array}
+\usepackage{float}
+\usepackage{booktabs}
+\usepackage{framed}
+\usepackage{url}
+\usepackage{multirow}
+\usepackage{amsmath}
+\usepackage[unicode=true,pdfusetitle,
+ bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=2,
+ breaklinks=false,pdfborder={0 0 1},backref=section,colorlinks=true]
+ {hyperref}
+
+\makeatletter
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
+%% Because html converters don't know tabularnewline
+\providecommand{\tabularnewline}{\\}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
+\newenvironment{centred}%
+ {\begin{center}\baselineskip=13pt\parskip=1pt}{\end{center}}
+\newenvironment{lyxcode}
+ {\par\begin{list}{}{
+ \setlength{\rightmargin}{\leftmargin}
+ \setlength{\listparindent}{0pt}% needed for AMS classes
+ \raggedright
+ \setlength{\itemsep}{0pt}
+ \setlength{\parsep}{0pt}
+ \normalfont\ttfamily}%
+ \item[]}
+ {\end{list}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
+\usepackage{numerica-tables}
+\usepackage{numerica-plus}
+\newcommand\rel{\,\varrho\;}
+\DeclareMathOperator{\erf}{erf}
+\DeclareMathOperator{\gd}{gd}
+\usepackage{upquote}
+
+\reuse{}
+
+\makeatother
+
+\begin{document}
+\title{\texttt{numerica-tables}~\\
+}
+\author{Andrew Parsloe\\
+(\url{ajparsloe@gmail.com})}
+\maketitle
+\begin{abstract}
+The \verb`numerica-tables` package defines a command which enables
+the creation of (possibly multi-column) mathematical tables of function
+values. \emph{Key=value} settings allow presentation in a wide variety
+of table styles within the `formal table' framework of the \texttt{booktabs}
+package. \\
+\\
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+
+\paragraph*{Note:}
+\begin{itemize}
+\item {\normalsize This document applies to version 2.0.0 of }{\normalsize\texttt{numerica-tables}}{\normalsize .}{\small\par}
+\item {\normalsize A version of }{\normalsize\texttt{numerica}}{\normalsize{}
+from or later than 2021/12/07 is required; (}{\normalsize\texttt{numerica}}{\normalsize{}
+requires }{\normalsize\texttt{amsmath}}{\normalsize , }{\normalsize\texttt{mathtools}}{\normalsize{}
+and the \LaTeX 3 bundles }{\normalsize\texttt{l3kernel}}{\normalsize{}
+and }{\normalsize\texttt{l3packages}}{\normalsize ).}{\small\par}
+\item {\normalsize The }{\normalsize\texttt{booktabs}}{\normalsize{} package
+is required.}{\small\par}
+\item {\normalsize I refer many times in this document to }{\normalsize\emph{Handbook
+of Mathematical Functions}}{\normalsize , edited by Milton Abramowitz
+and Irene A. Segun, Dover, 1965. This is abbreviated to }{\normalsize\emph{HMF}}{\normalsize ,
+often followed by a reference to a specific table like Table 1.2.}{\small\par}
+\item {\normalsize Version 2 of }{\normalsize\texttt{numerica-tables}}{\small\par}
+\begin{itemize}
+\item {\normalsize is the first stand-alone version (in v.1 of }{\normalsize\texttt{numerica}}{\normalsize{}
+the }{\normalsize\texttt{\textbackslash nmcTabulate}}{\normalsize{}
+command was available with the }{\normalsize\texttt{tables}}{\normalsize{}
+package option);}{\small\par}
+\item {\normalsize restricts the third item in }{\normalsize\texttt{rspec}}{\normalsize{}
+to }{\normalsize\texttt{rows}}{\normalsize{} only (}{\normalsize\texttt{rstop}}{\normalsize{}
+is no longer accepted there);}{\small\par}
+\item {\normalsize restricts the third item in }{\normalsize\texttt{cspec}}{\normalsize{}
+to }{\normalsize\texttt{cols}}{\normalsize{} only (}{\normalsize\texttt{cstop}}{\normalsize{}
+is no longer accepted there);}{\small\par}
+\item {\normalsize allows an additional row, if wanted, between table title
+and the column header row;}{\small\par}
+\item {\normalsize removes the }{\normalsize\texttt{DEL}}{\normalsize{} column
+function;}{\small\par}
+\item {\normalsize amends documentation.}{\small\par}
+\end{itemize}
+\end{itemize}
+\end{shaded}%
+\end{minipage}
+
+\tableofcontents{}
+\end{abstract}
+
+\chapter{Introduction}
+
+Entering
+\begin{lyxcode}
+~\textbackslash usepackage\{numerica-tables\}
+\end{lyxcode}
+\noindent in the preamble of a document gives access to a command
+\verb`\nmcTabulate` for creating tables of function values in a wide
+variety of styles. (Since \verb`numerica-tables` requires \textendash{}
+and loads \textendash{} the \verb`numerica` package, all commands
+of that package are also available.) All tables are `formal tables'
+in the sense of the \texttt{booktabs} package, which is loaded automatically.
+Such tables have no vertical rules and few horizontal rules.
+
+\section{Table structure}
+
+I take as my source of models of mathematical tables those presented
+in \emph{Handbook of Mathematical Functions}, edited by Milton Abramowitz
+and Irene A. Segun, Dover, 1965, not because the typesetting is elegant
+(it often isn't) but because \emph{HMF} displays a wide variety of
+table styles. The editors of that volume were faced with a host of
+different problems requiring a host of different solutions. The \verb`\nmcTabulate`
+command aims to reproduce most of those different solutions, within
+\verb`booktabs` elegance.
+
+To create a table we need to specify a function to tabulate. The values
+this function takes will generally depend on a primary parameter and,
+possibly, a number of secondary parameters (which is where much of
+the complexity comes from). Mathematical tables are structured in
+\emph{columns}. We (nearly always) read \emph{down} a column as the
+primary parameter is incremented, generally in regular steps. We need
+to decide on the range of values the primary parameter will take and
+how fine-grained the tabulation will be \textendash{} what the step
+size of its increments will be. Assigning different values to a second
+parameter generates a second, third,\ldots{} column. Sometimes rather
+than a second parameter, a second, third, \ldots{} function of the
+first parameter is tabulated in the successive columns.
+
+In this document the first parameter is called the \emph{row variable}
+\textendash{} its value determines which row we are in; the second
+parameter, if present, is called the \emph{column variable \textendash{}
+}its value determines which column we are in. A table generally (but
+not always) presents the values of the row variable in the first column,
+the \emph{row-variable column}, sometimes in distinctive type (e.g.
+bolded). The values of the column variable are presented in a \emph{header
+row} above the table body of function values. Above the header row
+there may be a \emph{title row} and perhaps a \emph{subtitle row}
+where other explanatory material can be displayed. Sometimes there
+is a \emph{footer row} beneath the table body. Vertical rules are
+absent, horizontal rules used sparingly \textendash{} for example,
+at the top and bottom of the table, or under the header row, but not
+in the body of the table.
+
+\section{Shared syntax}
+
+The \verb`\nmcTabulate` command (short-name form \verb`\tabulate`)
+shares the syntax of \verb`\nmcEvaluate` (see \texttt{numerica.pdf}).
+When all options are used the command looks like
+\begin{lyxcode}
+\noindent \textbackslash nmcTabulate{*}{[}settings{]}\{expr.\}{[}vv-list{]}{[}num.~format{]}
+\end{lyxcode}
+\begin{enumerate}
+\item \verb`*` optional switch; if present ensures a single number output
+with no formatting, or an appropriate error message if the single
+number cannot be produced; see \ref{sec:Star-option};
+\item \verb`[settings]` comma-separated list of \emph{key=value }settings,
+at the heart of creating a table of function values; see Chapter~\ref{chap:=00005CnmcTabulate-settings};
+\item \verb`{expr.}` mandatory argument specifying the mathematical expression
+or expressions in \LaTeX{} form to be tabulated;
+\item \verb`[vv-list]` comma-separated list of \emph{variable=value }items,
+in particular containing the initial value of the row variable (and
+column variable if one is used);
+\item \verb`[num. format]` optional format specification for presentation
+of the numerical results (rounding, padding with zeros, scientific
+notation); see \ref{subsec:Trailing-optional-argument}.
+\end{enumerate}
+Unlike \verb`\nmcEvaluate` (from\texttt{ }{\ttfamily\verb`numerica`}\texttt{)},
+for \verb`\nmcTabulate`
+\begin{itemize}
+\item math delimiters are irrelevant \textendash{} it makes no difference
+to the display of the result whether the command wraps around math
+delimiters, is wrapped within math delimters, or if there are no math
+delimiters involved whatever;
+\item the two apparently optional arguments straddling the main argument
+(\verb`settings` and \verb`vv-list`) are \emph{essential}. Although
+both are delimited by square brackets, that is in order to draw on
+the code from {\ttfamily\verb`numerica`} for \verb`\nmcEvaluate`.
+Each argument contains items \emph{necessary} for the construction
+of any table of function values.
+\end{itemize}
+
+\subsection{Settings inherited from \texttt{numerica}}
+
+\label{subsec:Inherited-settings}
+
+Most of the settings available to the command \verb`\nmcEvaluate`
+from \verb`numerica` are also available to \verb`\nmcTabulate`.
+To save switching between documents I reproduce the table of relevant
+options found in \verb`numerica.pdf` (only the punctuation \verb`p`
+setting is missing), although for discussion of the options you will
+need to refer to that document. (Note that the setting \verb`vvmode`
+of v.1 of \verb`numerica` is still available; it is equivalent to
+the \verb`vv@` setting.) The \verb`dbg` (and \verb`view`) keys
+have been disabled for \verb`\nmcTabulate` at present (but might
+be enabled in the future).
+
+\begin{table}[h]
+\noindent \centering{}\caption{\protect\label{tab:introSettingsInherited}Settings options inherited
+from \texttt{\textbackslash nmcEvaluate}}
+\noindent \begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{4cm}}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{dbg}} & {\small int} & {\small debug `magic' integer} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{view}} & & {\small equivalent to }{\small\texttt{dbg=1}} & \tabularnewline
+{\small\texttt{\textasciicircum}} & {\small char} & {\small exponent mark for sci. notation input} & {\small\texttt{e}}\tabularnewline
+{\small\texttt{xx}} & {\small int (}{\small\texttt{0}}{\small /}{\small\texttt{1}}{\small )} & {\small multi-token variable switch} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{()}} & {\small int (}{\small\texttt{0}}{\small /}{\small\texttt{1}}{\small /}{\small\texttt{2}}{\small )} & {\small trig. function arg. parsing} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{o}} & & {\small degree switch for trig. functions} & \tabularnewline
+{\small\texttt{log}} & {\small num} & {\small base of logarithms for }{\small{\small\verb`\log`}} & {\small\texttt{10}}\tabularnewline
+{\small\texttt{vv@}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{vvd}} & {\small tokens} & {\small vv-list display-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
+{\small\texttt{vvi}} & {\small tokens} & {\small vv-list text-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
+{*} & & {\small suppress equation numbering if }{\small\texttt{\textbackslash\textbackslash}}{\small{}
+in }{\small\texttt{vvd}} & \tabularnewline
+{\small\texttt{S+}} & {\small int} & {\small extra rounding for stopping criterion for sums} & {\small\texttt{2}}\tabularnewline
+{\small\texttt{S?}} & {\small$\text{int}\ge0$} & {\small stopping criterion query terms for sums} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{P+}} & {\small int} & {\small extra rounding for stopping criterion for products} & {\small\texttt{2}}\tabularnewline
+{\small\texttt{P?}} & {\small$\text{int}\ge0$} & {\small stopping criterion query terms for products} & {\small\texttt{0}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+
+
+\chapter{\texttt{\textbackslash nmcTabulate} settings}
+
+\label{chap:=00005CnmcTabulate-settings}In addition to the shared
+settings, \verb`\nmcTabulate` has many settings specific to it. They
+are discussed in groups in subsequent sections, some in more than
+one place. For the main discussion of row-variable settings, see \ref{sec:Row-variable-settings};
+for column-variable settings see \ref{sec:Column-variable-settings};
+for whole-of-table formatting see \ref{sec:Whole-of-table-formatting};
+for formatting the function values in table cells see \ref{sec:Function-value-formatting}.
+
+\section{Row-variable settings}
+
+\label{sec:Row-variable-settings}
+\begin{table}[b]
+\centering{}\caption{Row-variable specification}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{3cm}}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small comment}\tabularnewline
+\midrule
+{\small\texttt{rvar}} & {\small token(s)} & {\small row-variable} & \tabularnewline
+{\small\texttt{rstep}} & {\small real num.} & {\small step size} & \tabularnewline
+{\small\texttt{rstop}} & {\small real num.} & {\small stop value} & \multirow{2}{3cm}{use only one of {\small\texttt{rstop}}{\small{} or }{\small\texttt{rows}}}\tabularnewline
+{\small\texttt{rows}} & {\small int} & {\small number of rows} & \tabularnewline
+{\small\texttt{rspec}} & {\small comma list} & {\small\texttt{\{rvar}}{\small , }{\small\texttt{step}}{\small , }{\small\texttt{rows\}}} & {\small short form spec.}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+Deciding on a function to tabulate (entered in the main or mandatory
+argument of \verb`\nmcTabulate`) will inevitably also mean deciding
+on the tabulation variable, the \emph{row} variable, \verb`rvar`,
+what value to start tabulating from (which is specified in the vv-list),
+what value to tabulate to, \verb`rstop`, and how fine-grained the
+tabulation is to be, the step size \verb`rstep`.
+
+The two tables in the first example below tabulate $\sin x$ and $\cos x$
+between $0$ and $1$ in increments of $0.2$. Note that the start
+value of the tabulation variable is entered in the vv-list. The reason
+for placing it there is that for more complicated functions other
+parameters in the function and therefore in the vv-list may depend
+on the row variable. Although it will often be the first entry in
+the vv-list, it does not need to be. The initial value of the row
+variable may depend on other quantities which must necessarily precede
+it \textendash{} lie to the right of it \textendash{} in the list.
+
+In the vv-list, the start value of the row variable may be a \LaTeX{}
+expression. Both \verb`rstep` and \verb`rstop` can also be \LaTeX{}
+expressions. However, they are evaluated \emph{after} the vv-list
+is evaluated and so may depend on the values of variables in the vv-list,
+including the initial value of the row variable.
+
+The difference in appearance of the two tables below results from
+padding with zeros in the second (the asterisk in the trailing optional
+argument has the same effect in \verb`\nmcTabulate` as in \verb`\nmcEvaluate`).
+As you can see, padding applies not only to the values of the function
+but also to the values of the row variable \textendash{} and makes
+an obvious improvement to the table's appearance.
+\begin{verbatim}
+ \tabulate[rvar=x,rstep=0.2,rstop=1]
+ { \sin x }[x=0]\qquad
+ \tabulate[rvar=x,rstep=0.2,rstop=1]
+ { \cos x }[x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rvar=x,rstep=0.2,rstop=1]
+ { \sin x }[x=0] \qquad
+ \tabulate[rvar=x,rstep=0.2,rstop=1]
+ { \cos x }[x=0][*]\medskip{}
+
+Sometimes (perhaps often) it may prove more convenient to specify
+the number of rows, \verb`rows`, explicitly rather than a stop value.
+Only one of \verb`rows` and \verb`rstop` should be given, but if
+both (inadvertently) are present, it is the value of \verb`rows`
+that prevails. The first of the following three tables shows an example
+of use.
+
+The second and third tables use an abbreviated form of the row-variable
+specification, \verb`rspec`. This is a three-element comma list,
+\verb`{rvar,rstep,rows}`. The second table gives a straightforward
+example of use. In the third table a \LaTeX{} expression has been inserted
+for \verb`rows` in the \verb`rspec` comma list. Like \verb`rstep`
+and \verb`rstop`, \verb`rows` can be a \LaTeX{} expression, but it
+is evaluated \emph{before} the vv-list and therefore, unlike \verb`rstep`
+and \verb`rstop`, cannot depend on quantites specified there like
+the row variable.
+\begin{verbatim}
+ \tabulate[rvar=x,rstep=0.2,rows=6]
+ { \sin x/\cos x }[x=0][*] \qquad
+ \tabulate[rspec={x,0.2,6}]
+ { \tan x }[x=0][*] \qquad
+ \tabulate[rspec={x,0.2,1+(1/0.2)}]
+ { \sqrt{\sec^2 x - 1} }[x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rvar=x,rstep=0.2,rows=6]
+ { \sin x/\cos x }[x=0][*] \qquad
+ \tabulate[rspec={x,0.2,6}]
+ { \tan x }[x=0][*] \qquad
+ \tabulate[rspec={x,0.2,1+(1/0.2)}]
+ { \sqrt{\sec^2 x - 1} }[x=0][*]\medskip{}
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+In version 1 of \verb`numerica` (when \verb`\nmcTabulate` became
+available with the package option \verb`tables`), the third item
+in \verb`rspec` was not restricted to \verb`rows` but could also
+be \verb`rstop`; parentheses placed around the third item assigned
+it to \verb`rows` rather than \verb`rstop`. On reflection, this
+now seems obscure and open to error. In v.2 of \verb`numerica-tables`
+(in fact its first version as a separate package) the third item of
+\verb`rspec` is restricted to \verb`rows` only, which no longer
+needs to be parenthesized.\end{shaded}%
+\end{minipage}
+
+\subsection{Row-variable column formatting}
+
+\label{subsec:Row-var-col-formatting}The padding option ({*}) of
+the trailing optional argument is one way of formatting the row-variable
+column, but to how many decimal places? Aligned left or right or centred?
+Under what heading \textendash{} the example tables so far have simply
+used the row variable for the header? And should the row variable
+column be at the left of the table, or the right \textendash{} or
+both? These and related questions are answered by assigning values
+to the keys listed in Table~\ref{tab:Formatting-the-row-variable}.
+\begin{table}[H]
+\centering{}\caption{\protect\label{tab:Formatting-the-row-variable}Formatting the row-variable
+column}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{rround}} & {\small int} & {\small rounding} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{ralign}} & {\small char (}{\small\texttt{r/c/l}}{\small )} & {\small horizontal alignment} & {\small\texttt{r}}\tabularnewline
+{\small\texttt{rfont}} & {\small chars} & {\small font (}{\small\verb`\math<chars>`}{\small )} & \tabularnewline
+{\small\texttt{rhead}} & {\small tokens} & {\small header} & {\small\texttt{rvar}}\tabularnewline
+{\small\texttt{rhnudge}} & int & {\small nudge header }{\small{\small\verb`<int>`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small column position(s) } & {\small\texttt{1}}\tabularnewline
+{\small\texttt{rvar'}} & {\small tokens} & {\small 2nd row-variable col. spec. } & {\small\texttt{rvar}}\tabularnewline
+{\small\texttt{rhead'}} & {\small tokens} & {\small header of 2nd rv col. (if it exists)} & {\small\texttt{rvar'}}\tabularnewline
+{\small\texttt{rhnudge'}} & int & {\small nudge 2nd rv col. header }{\small{\small\verb`<int>`}}{\small{}
+mu} & {\small\texttt{0}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+
+
+\subsubsection{Rounding: \texttt{rround}}
+
+After studying the previous tables, we might decide to adjust the
+step size, say from $0.2$ to $0.25$. But changing \texttt{rstep}
+to the new value gives a disconcerting result (the first table below).
+\texttt{numerica-tables} uses a default rounding value of $1$ for
+the row variable and has rounded $0.25$ down to $0.2$ and $0.75$
+up to $0.8$ accordingly. The second table corrects matters by adjusting
+the row-variable rounding (\texttt{rround}) to \texttt{2}.
+\begin{verbatim}
+ \tabulate[rvar=x,rstep=0.25,rstop=1]
+ { \sin x }[x=0][*] (Eh???) \quad
+ \tabulate[rvar=x,rstep=0.25,rstop=1,rround=2]
+ { \sin x }[x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rvar=x,rstep=0.25,rstop=1]
+ { \sin x }[x=0][*](Eh???) \quad
+ \tabulate[rvar=x,rstep=0.25,rstop=1,rround=2]
+ { \sin x }[x=0][*]
+
+\subsubsection{Alignment: \texttt{ralign}}
+
+By default, the alignment of all columns is to the right, as in the
+previous examples. This lends itself to neat output when padding with
+zeros is activated (the \verb`*` in the trailing argument) and when
+some values are negative \textendash{} minus signs can interfere
+with neat output in left or centred alignments. But in a case like
+the second table in the last example, you might prefer to centre the
+headers for both the row and function-value columns. These alignments
+are independently set. For the row-variable column the default alignment
+is to the right \texttt{ralign=r}; \texttt{ralign=l} (lowercase L)
+aligns entries in the row-variable column to the left, and \texttt{ralign=c}
+centres entries in the row-variable column. The tables of the next
+example use a \texttt{c} alignment to centre the row-variable column
+header. The third of those tables shows how minus signs spoil the
+effect.
+
+\subsubsection{Font: \texttt{rfont}}
+
+In the second table below bolding by means of the setting \verb`rfont=bf`
+has been applied to emphasize the distinction between the row-variable
+values and the function values. Possible values for this key are those
+characters that can be adjoined to \verb`\math` to give a meaningful
+result. Thus other valid values are \verb`it` (italic), \verb`sf`
+(sans serif), \verb`tt` (typewriter); \verb`frak` (Fraktur); also
+\verb`rm` (roman) is available, but that is the default.
+
+\subsubsection{Row-variable header: \texttt{rhead}}
+
+In the second and third tables, the header for the row-variable column
+has also been bolded. The default header is the row-variable symbol.
+That can be replaced by giving a value to the key \texttt{rhead}.
+I have used \texttt{rhead=\textbackslash boldsymbol\{x\}} (rather
+than \verb`\mathbf{x}`) in order to get an italicized bold symbol.
+Note that you do not need to include math delimiters in the specification.
+It is assumed that \verb`rhead` will sit between \verb`$ $` delimiters
+which are inserted automatically by \verb`numerica-tables`.
+\begin{verbatim}
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=1,
+ rround=2,ralign=c]
+ { \sin x }[x=0][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=1,rround=2,
+ ralign=c,rfont=bf,rhead=\boldsymbol{x}]
+ { \sin x }[x=0][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ ralign=c,rfont=bf,rhead=\boldsymbol{x}]
+ { \sin x }[x=-0.5][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rvar=x,rstep=0.25,rstop=1,
+ rround=2,ralign=c]
+ { \sin x }[x=0][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=1,
+ rround=2,ralign=c,rfont=bf,rhead=\boldsymbol{x}]
+ { \sin x }[x=0][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ ralign=c,rfont=bf,rhead=\boldsymbol{x}]
+ { \sin x }[x=-0.5][*]\medskip{}
+
+In these tables the row-variable column has been given a centred alignment.
+The third table shows what goes wrong when \emph{some} values in the
+row-variable column are negative. Better then is to use padding, a
+right alignment (the default), and to use a phantom in the header.
+The first table below does this. The second table incorporates kerning
+into the header to achieve the same effect:
+\begin{verbatim}
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x}\hphantom{0}]
+ { \sin x }[x=-0.5][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x}\mkern 9 mu]
+ { \sin x }[x=-0.5][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x}\hphantom{0}]
+ { \sin x }[x=-0.5][*]\qquad
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x}\mkern 9 mu]
+ { \sin x }[x=-0.5][*]\medskip{}
+
+(To my eye, aligning the $\boldsymbol{x}$ above the first column
+of digits after the decimal point gives a better result than truly
+centring it in the column; compare these examples with the first two
+tables of the previous example.)
+
+\subsubsection{Nudging~the~header: \texttt{rhnudge}}
+
+However, you might prefer to avoid inserting positioning commands
+into the actual row-variable header, obscuring its true content. You
+can avoid doing this by setting the key \texttt{rhnudge}.
+
+The first table below reverts to the default right alignment, avoids
+any positioning commands in the row-variable header, but instead nudges
+it into position with the setting \texttt{rhnudge=9}. For positive
+nudge values, nudging works in the \emph{opposite} sense to the alignment.
+The units for nudging are mu (math units, 18 to a quad), but only
+a number \textendash{} generally an integer \textendash{} should be
+specified; the `mu' is supplied by \verb`numerica-tables`.
+
+In the second table below the row variable takes single digit integer
+values, while the row-variable name now occupies more than one character.
+With a right alignment the header would protrude out to the left.
+By giving \texttt{rhnudge} a \emph{negative} value (\texttt{rhnudge=-12}
+in the example) it is brought back to a centred position in the row-variable
+column.
+\begin{verbatim}
+ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x},rhnudge=9]
+ { \sin x }[x=-0.5][4*]\qquad
+ \tabulate
+ [rvar=x_{\text{int}},rstep=1,rstop=4,
+ rround=0,rfont=bf,rhnudge=-12,
+ rhead=\boldsymbol{x_{\text{int}}}]
+ { \sin x_{\text{int}} }[x_{\text{int}}=0][4*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rvar=x,rstep=0.25,rstop=0.5,rround=2,
+ rfont=bf,rhead=\boldsymbol{x},rhnudge=9]
+ { \sin x }[x=-0.5][4*]\qquad
+ \tabulate
+ [rvar=x_{\text{int}},rstep=1,rstop=4,
+ rround=0,rfont=bf,rhnudge=-12,
+ rhead=\boldsymbol{x_{\text{int}}}]
+ { \sin x_{\text{int}} }[x_{\text{int}}=0][4*]
+
+\subsubsection{Position in the table: \texttt{rpos}}
+
+\label{subsec:Row-var-col-pos}By default, the row-variable column
+is the \emph{first} column of the table. Its position is determined
+by the value of the key \texttt{rpos}:
+\begin{itemize}
+\item \texttt{rpos=0}, suppressed (no row-variable column);
+\item \texttt{rpos=1}, first column (the default);
+\item \texttt{rpos=2}, last column;
+\item \texttt{rpos=3}, first and last columns;\texttt{ }
+\item \texttt{rpos=4}, first and last columns, with the values in the last
+column a user-defined function of the first; see \ref{subsec:Second-row-var-col};
+\item Any other integer acts like \texttt{rpos=1}.
+\end{itemize}
+An example with \texttt{rpos=3} is given shortly below, \ref{subsec:Multiple-function-tables}.
+
+\subsubsection{\texttt{rvar'}, \texttt{rhead'}, \texttt{rhnudge'}}
+
+These settings become relevant only when \texttt{rpos=4}; see \ref{subsec:Second-row-var-col}.
+
+\subsection{Adjoined multi-function tables}
+
+\label{subsec:Adjoining-tables}How might one tabulate multiple functions
+simultaneously? \emph{HMF} has many, many examples where multiple
+functions (like the trigonometric or the hyperbolic functions) are
+tabulated in separate columns of the same table.
+
+With the settings described so far, one way is to adjoin single column
+tables. In the tables below, which display as a single multi-columned
+table, I have used three different \texttt{rpos} settings (\texttt{rpos=1}
+is implicit in the first). This is one way to build a table that displays
+as multi-column. If you use this method, note that the \texttt{\%}
+comment characters are essential at the end of the last argument of
+the \verb`\tabulate` commands if you want the tables to abut exactly.
+Omitting them results in a space between the tables.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6}]
+ { \sin x }[x=0][*]%
+ \tabulate
+ [rpos=0,rspec={x,0.2,6}]
+ { \cos x }[x=0][*]%
+ \tabulate
+ [rpos=2,rspec={x,0.2,6}]
+ { \tan x }[x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6}]
+ { \sin x }[x=0][*]%
+ \tabulate
+ [rpos=0,rspec={x,0.2,6}]
+ { \cos x }[x=0][*]%
+ \tabulate
+ [rpos=2,rspec={x,0.2,6}]
+ { \tan x }[x=0][*]\medskip{}
+
+However, tabulating more than one function at a time is too common
+a need to have to resort to a fudge like adjoining tables. \verb`numerica-tables`
+offers a systematic way of doing this; see \ref{subsec:Multiple-function-tables}.
+
+\section{Column-variable settings}
+
+\label{sec:Column-variable-settings}When a function of \emph{two}
+variables is being tabulated, we generally think of one variable as
+the primary variable and the other as a parameter. To tabulate such
+a function, one way to proceed, is to create and adjoin separate tables,
+one per parameter value, but that is clumsy. A more systematic procedure
+is to specify, in addition to the row variable, a \emph{column} variable
+and its start, step and stop values.
+
+\begin{table}[t]
+\caption{Column-variable specification}
+
+\centering{}\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{cvar}} & {\small token(s)} & {\small column-variable} & \tabularnewline
+{\small\texttt{cstep}} & {\small real num.} & {\small step size} & \tabularnewline
+{\small\texttt{cstop}} & {\small real num.} & {\small stop value} & {\small either }{\small\texttt{cstop}}\tabularnewline
+{\small\texttt{cols}} & {\small int} & {\small number of columns} & {\small or }{\small\texttt{cols}}\tabularnewline
+{\small\texttt{cspec}} & {\small comma list} & {\small\texttt{\{cvar,cstep}}{\small ,}{\small\texttt{cols\}}} & {\small short form spec.}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+In the following example \verb`cvar=k` is the column variable. I
+have chosen a step size \verb`cstep=2` and a stop value \verb`cstop=9`.
+As with the row variable, the start value ({\ttfamily\verb`k=3`})
+of the column variable is specified in the vv-list. Although in the
+example these values are numbers, all three values could be \LaTeX{}
+expressions that evaluate to numbers. In particular, the expressions
+for step and stop values may include the row and column variables
+(in the example $x$ and $k$) which are assigned their initial vv-list
+values. Note also the setting for \verb`rhead` which shows the reader
+of the table that the numerical values displayed in the column headers
+are values of \verb`k`. This usage occurs throughout \emph{HMF}.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},rhead=x\backslash k,
+ cvar=k,cstep=2,cstop=9]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},rhead=x\backslash k,
+ cvar=k,cstep=2,cstop=9]
+ { \sin kx }[k=3,x=0][*] \medskip{}
+
+Again, as with the row variable, rather than using an explicit stop
+value\texttt{ }{\ttfamily\verb`cstop`}, you might prefer
+to specify the number of columns, \verb`cols`, explicitly. I could
+have replaced {\ttfamily\verb`cstop=9`} with \verb`cols=4`
+to get the same result. Note that the number of columns specified
+here is the number of \emph{function-value} columns; the row-variable
+column is ignored for this count.
+
+It is worth pointing out explicitly that if \verb`cols` is specified,
+then it is possible to have a \emph{zero} step size, \verb`cstep=0`.
+An example where this is useful is presented in \ref{subsec:Footer-functions}.
+(A similar comment applies to \verb`rows` and \verb`rstep`.)
+
+And again, as with the row variable, it is possible to condense the
+specification into a comma list with the key \verb`cspec`. This is
+a $3$-element comma list of the form \verb`{cvar,cstep,cols}`.\footnote{This is a change from v.1 of \texttt{numerica}; see the boxed comment
+at the end of \ref{sec:Row-variable-settings}.} Thus, for the preceding table I could have written
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},rhead=x\backslash k,
+ cvar=k,cstep=2,cols=4]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+or
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},rhead=x\backslash k,
+ cspec={k,2,4}]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+and produced the same table.
+
+\verb`cstep`, \verb`cstop` and \verb`cols` can all be \LaTeX{} expressions.
+The first two are evaluated \emph{after }the vv-list; \verb`cols`
+is evaluated \emph{before }the vv-list. Hence \verb`cstep` and \verb`cstop`
+may depend on the row and column variables, which are given their
+initial values in the vv-list.
+
+\subsection{Column header formatting}
+
+\label{subsec:Column-header-formatting}There are four built-in style
+settings for the header to the column-variable (or function-value)
+columns (the `ch' prefix evoking `column header'). If these don't
+meet your needs or otherwise satisfy, then it is possible to define
+your own header to the function value columns using the key \verb`chead`.
+First I discuss the built-in styles.
+
+\subsubsection{Header style: single-column case}
+
+\begin{table}
+\centering{}\caption{Formatting the column-variable header}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{chstyle}} & {\small int (0\ldots 4)} & {\small header style} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{ctitle}} & {\small tokens} & {\small single col. alternative header} & \tabularnewline
+{\small\texttt{chead}} & {\small tokens} & {\small user-defined header} & \tabularnewline
+{\small\texttt{calign}} & {\small char (r/c/l)} & {\small column alignment} & {\small\texttt{r}}\tabularnewline
+{\small\texttt{chnudge}} & {\small int} & {\small nudge header }{\small{\small\verb`int`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{chround}} & {\small int} & {\small column header rounding} & {\small\texttt{0}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+When there is only one column of function values, the function being
+tabulated is by default set as the header to the column. This corresponds
+to setting \texttt{ctitle={*}} (see \ref{subsec:Title:-ctitle-setting}
+below). You may want some other header. Then give \texttt{ctitle}
+some other value (although note that giving it the value \texttt{{*}{*}}
+will set both the function and the vv-list as the header; again see
+\ref{subsec:Title:-ctitle-setting}). Whatever value you set, it
+will be typeset between math delimiters (\verb`$` signs) and can
+be nudged (see \ref{subsec:Nudgingtheheaders:-chnudge}) left or
+right to fine-tune its position in the column. (If you want an asterisk
+as the header, you will need to place it between \emph{two} pairs
+of braces, \texttt{ctitle=\{\{{*}\}\}}, to prevent it being misinterpreted
+as the default setting.)
+
+If you want some more complicated header, perhaps not constrained
+by the \verb`$` delimiters, then give \texttt{chead} a value. This
+key I discuss below in \ref{subsec:chead}. \texttt{chead} is entirely
+up to the user to specify, including any math environment and positioning.
+
+If both \texttt{ctitle} and \texttt{chead} are given, the \texttt{chead}
+value prevails.
+
+\subsubsection{Header~style: multi-column case}
+
+\texttt{chstyle=0} which is the default gives a header of the form
+displayed in the last example, with only the column-variable \emph{value}
+at the head of each column. This style generally requires the row-variable
+header to indicate what the values denote, as in the example above
+where \texttt{rhead=x\textbackslash backslash k}, the backslash separating
+row from column variable. \emph{HMF} contains a multitude of instances
+of this style; see Tables~9.7, 17.5, 21.1, 24.3, 27.4, etc. for examples.
+
+\texttt{chstyle=1} changes the header of the \emph{first} function
+value column to the form \emph{variable=value} \textendash{} in the
+example below, to $k=3$. This may be an appropriate choice when a
+small rounding value is being used and the resulting columns are narrow.
+I can find only one real instance in \emph{HMF}, Table~26.7. Note
+that the row-variable setting \texttt{rhead} no longer needs the \texttt{\textbackslash backslash
+k} part since the column variable is now explicitly indicated. (The
+first table in the example below.)
+
+\texttt{chstyle=2} changes the header of all function-value columns
+to the form \emph{variable=value}.\emph{ }In \emph{HMF} examples are
+Tables~7.4, 7.9, 10.10, 16.6, etc. Again, the row-variable setting
+\texttt{rhead} no longer needs the \texttt{\textbackslash backslash
+k} part since the column variable is now explicitly indicated (the
+second table in the example).
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=1]
+ { \sin kx }[k=3,x=0][3*]\quad
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=2]
+ { \sin kx }[k=3,x=0][3*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=1]
+ { \sin kx }[k=3,x=0][3*]\quad
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=2]
+ { \sin kx }[k=3,x=0][3*]\medskip{}
+
+\texttt{chstyle=3} fills each column-variable header with the expression
+being tabulated but with the column variable replaced by its respective
+values. See \emph{HMF} Tables~5.4, 8.1, 9.1, 19.1, etc. for examples.
+Note that if the column-variable value is \verb`1`, the \verb`1`
+will be displayed:
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=3]
+ { \sin kx }[k=1,x=0][4*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=3]
+ { \sin kx }[k=1,x=0][4*]\medskip{}
+
+In this last example you may not want the \verb`1` displayed. To
+achieve that result put \texttt{chstyle=4}. This results in a header
+as for \texttt{chstyle=3} but if the column variable takes the value
+\verb`1`, it has an empty replacement:
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=4]
+ { \sin kx }[k=1,x=0][4*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},chstyle=4]
+ { \sin kx }[k=1,x=0][4*]
+
+\subsubsection{User-defined header: \texttt{chead}}
+
+\label{subsec:chead}If the function in the last example were, for
+instance, $k+\sin kx$, then neither replacing $k$ by \verb`1` nor
+an empty replacement would be appropriate. In that case the only recourse
+is to use the \verb`chead` key. Users can assign whatever value they
+like to \verb`chead`. The assignment must contain the correct number
+of tab characters (\verb`&`) for the \emph{column-variable columns
+only}. It is a header only to the function-value columns. The user
+will need to insert \verb`$` signs or other math delimiters as appropriate.
+This differs from the practice for \verb`rhead`, but \verb`chead`
+is potentially far more complicated. Thus for $k+\sin kx$,
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},
+ chead=$1+\sin x$&$3+\sin3x$&$5+\sin 5x$]
+ { k+\sin kx }[k=1,x=0][4*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},
+ cspec={k,2,3},
+ chead=$1+\sin x$&$3+\sin3x$&$5+\sin 5x$]
+ { k+\sin kx }[k=1,x=0][4*]\medskip{}
+
+\noindent Non-empty content for the \verb`chead` key overrides any
+\verb`chstyle` setting and, in the case of a table with only a single
+function-value column, overrides any \verb`ctitle` setting.$ $
+
+\subsubsection{Alignment: \texttt{calign}}
+
+The function-value columns are aligned right, \verb`calign=r`, by
+default. Also available are \verb`calign=c` for centred alignment
+and \verb`calign=l` (lowercase L) for left alignment. Using centred
+alignment with {\ttfamily\verb`chstyle=2`} in a previous
+example table gives
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,2,3},chstyle=2,calign=c]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},rhead=x,ralign=c,
+ cspec={k,2,3},chstyle=2,calign=c]
+ { \sin kx }[k=3,x=0][*]\medskip{}
+
+\noindent The first column of function values looks better, but the
+minus signs spoil the effect in the others. Handling signs in tables
+is discussed below; see \ref{subsec:Signs}.
+
+\subsubsection{Nudging~the~headers: \texttt{chnudge}}
+
+\label{subsec:Nudgingtheheaders:-chnudge}In left or right alignment
+it is possible to nudge the headers in the opposite direction by giving
+a numerical value to the the key \verb`chnudge`. The header is moved
+by the specified number of mu (math units; 18 to a quad). Note that
+the `mu' does not need to be written. {\ttfamily\verb`numerica-tables`}
+provides that. In the next example I have chosen \verb`chnudge=12`
+to nudge the column headers to the left to give a centred effect to
+the header but leaving the function values with their (potentially)
+awkward minus signs right aligned.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,2,3},chstyle=2,chnudge=12]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,2,3},chstyle=2,chnudge=12]
+ { \sin kx }[k=3,x=0][*]\medskip{}
+
+The \verb`chnudge` value does not need to be positive. Negative nudges
+can be useful when a column header is \emph{longer} than the rounded
+function values. In the second example below, I've reduced the rounding
+value for function values to $3$, and chosen an initial $k$ value
+of $100$ to ensure this circumstance. To centre the column headers
+I have used \verb`chnudge=-9`.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,2,3},chstyle=2,chnudge=-9]
+ { \sin kx }[k=100,x=0][3*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,2,3},chstyle=2,chnudge=-9]
+ { \sin kx }[k=100,x=0][3*]
+
+\subsubsection{Rounding: \texttt{chround}}
+
+In the examples so far, the column variable has incremented in integer
+steps. The default rounding value for the column variable is $0$
+(for the row variable it is $1$), so if it increments by some non-integer
+amount, the result will be confusing \textendash{} if $k$ incremented
+by, say, $0.25$, starting from $k=3$, then the next column would
+also have a header $k=3$ (since $3.25$ with a rounding value $0$
+rounds to $3$). The appropriate key to remedy this state of affairs
+is {\ttfamily\verb`chround`}. For a step size of $0.25$
+the appropriate setting is {\ttfamily\verb`chround=2`}.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.2,6},ralign=c,
+ cspec={k,0.25,3},chstyle=2,chround=2]
+ { \sin kx }[k=3,x=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.2,6},rhead=x,ralign=c,
+ cspec={k,0.25,3},chstyle=2,chround=2]
+ { \sin kx }[k=3,x=0][*]
+
+\section{Multiple functions in a single table}
+
+\label{subsec:Multiple-function-tables}As already noted in \ref{subsec:Adjoining-tables},
+tabulating more than one function at a time is too common a need to
+have to resort to a fudge like adjoining tables. There is a systematic
+way of handling this task available in \verb`numerica-tables`. In
+v.1 of \verb`numerica`, it sufficed to enter the functions in the
+main argument separated by commas, and to \emph{precede the first
+function with a comma}, which was the signal \texttt{numerica} needed
+to make the internal adjustments for a multi-function table. In v.2
+of \verb`numerica-tables` this option is still available, but rather
+than use a `trick' like preceding the first function with a comma,
+the preferred option now is to use a new (with v.2) setting, \verb`multifn`.
+
+The first table below uses the old `trick' of starting the main
+argument with a comma; the second table uses the \verb`multifn` setting
+(and note in both the \verb`o` setting indicating that the arguments
+of $\sin$ and $\cos$ are in degrees):
+\begin{verbatim}
+ \tabulate[o, rround=0,
+ rvar=\theta,rstep=10,rstop=90]
+ { ,\sin \theta,\cos \theta }[\theta=0][*]
+ \quad
+ \tabulate[o,multifn,rpos=2,rround=0,
+ rvar=\theta,rstep=10,rstop=90]
+ { \sin \theta,\cos \theta }[\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,rvar=\theta,rstep=10,rstop=90,
+ rround=0]
+ { ,\sin \theta,\cos \theta }[\theta=0][*]
+ \quad
+ \tabulate[o,multifn,rpos=2,rvar=\theta,rstep=10,
+ rstop=90,rround=0]
+ { \sin \theta,\cos \theta }[\theta=0][*]\medskip{}
+
+These tables suggest a space saving possibility: since $\sin$ and
+$\cos$ are complementary functions ($\cos\theta=\sin(90-\theta)$),
+the values in the bottom half of the table duplicate values in the
+top half, only with the columns reversed. This is the reason for the
+space saving \texttt{rpos=4} setting (\ref{subsec:Second-row-var-col})
+which enables complementary functions to be tabulated in `half tables'
+(for examples see \emph{HMF} Tables 4.10\textendash 4.12 for the trigonometric
+functions).
+
+A comma may not always be a convenient separator \textendash{} it
+may occur in one of the functions being tabulated (perhaps in \verb`\max`
+or \verb`\min`). By assigning a value to the setting \verb`multifn`,
+\begin{lyxcode}
+multifn=<char>
+\end{lyxcode}
+the assisgned character can be used to separate the functions. In
+the following example, a semicolon is used. Further, the row-variable
+column is duplicated on the right by using the \verb`rpos=3` setting,
+and the table gives another illustration of the use of \verb`chead`:
+\begin{verbatim}
+ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn=;,rpos=3,rvar=\theta,
+ rstep=10,rstop=90,rround=0,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*] \medskip{}
+
+The glaring omission in the table is any explicit statement of what
+the functions are that are being tabulated. Maximum and minimum, yes,
+but of what? That is (potentially) remedied with the \verb`ctitle`
+setting discussed next; see \ref{subsec:Title:-ctitle-setting}.
+
+\section{Whole-of-table formatting}
+
+\label{sec:Whole-of-table-formatting}There are a number of settings
+pertaining to the appearance of the table as a whole, things like
+the position of the row-variable column, division of the function
+values into blocks to aid readability, the presence of horizontal
+rules or of a collective column title or of a footer row. I discuss
+these here.
+
+\begin{table}[H]
+\noindent \centering{}\caption{\protect\label{tab:Table-formatting-settings}Table formatting}
+\noindent \begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{ctitle}} & {\small token(s)} & {\small collective title for function-value columns} & \tabularnewline
+{\small\texttt{cmidrow}} & {\small token(s)} & {\small inter-header/title row for} {\small function-value columns} & \tabularnewline
+{\small\texttt{rules}} & {\small char(s)} & {\small horizontal rules template} & {\small\texttt{ThB}}\tabularnewline
+{\small\texttt{foot}} & {\small token(s)} & {\small content of footer line} & \tabularnewline
+{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small row-variable column position(s)} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{rbloc}} & {\small comma list} & {\small division of rows into blocks} & \tabularnewline
+{\small\texttt{rblocsep}} & {\small length} & {\small extra spacing between blocks of rows} & {\small\texttt{1 ex}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+
+
+\subsection{Title for function-value columns: \texttt{ctitle}}
+
+\label{subsec:Title:-ctitle-setting}The function-value columns have
+individual headers, formatted in the various ways provided by the
+settings discussed in previous sections, but it can also be helpful
+to have a collective title for these columns. We saw the need in the
+last example. The need is met with the \verb`ctitle` key. This can
+be set to whatever you like (e.g. \texttt{ctitle=\textbackslash text\{Fred\}})
+but, to more purpose, I use the setting to clarify the last example:
+\begin{verbatim}
+ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=\sin\theta{,}\,\cos\theta,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=\sin\theta{,}\,\cos\theta,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]\medskip{}
+
+\noindent Now it is clearer what is being tabulated, although the
+reader is still being asked to interpret rather than read what the
+table is showing.
+
+There are two in-built settings for \verb`ctitle`: \verb`ctitle=*`,
+which makes the formula the title, and \verb`ctitle=**`, which makes
+a title of the formula and vv-list. Surely, \verb`ctitle=*` is what
+we want:
+\begin{verbatim}
+ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=*,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=*,
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]\medskip{}
+
+\noindent Well, that is clear but the length of the title distorts
+the table. This is where the \verb`cmidrow` key can help (see below)
+but we can also use an \verb`aligned` environment within \verb`ctitle`:
+\begin{verbatim}
+ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle={\begin{aligned}
+ \max(\sin\theta,\cos\theta)\\[-0.7ex]
+ \min(\sin\theta,\cos\theta)
+ \end{aligned}},
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle={\begin{aligned}
+ \max(\sin\theta,\cos\theta)\\[-0.7ex]
+ \min(\sin\theta,\cos\theta)
+ \end{aligned}},
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]\medskip{}
+
+The table is no longer distorted in width. Note the \verb`\\[-0.7ex]`
+within the \verb`aligned` environment. This shrinks the vertical
+space between the two lines of the title. Without it, the lines are
+too far apart.
+
+\subsection{Inter-header/title row: \texttt{cmidrow}}
+
+Some tables need to fit more header material or title material into
+their rows than can be comfortably accommodated there. For examples,
+see \emph{HMF} Tables 7.9 (error function for complex arguments),
+17.7 (Jacobian zeta function), 21.1 (eigenvalues of spheroidal wave
+functions), and 26.7 (probability integrals). One way of handling
+this problem is to resort to more complicated environments in header
+and title rows. Another, more direct way, is to insert a row between
+the header row and title row.
+
+I have chosen \verb`cmidrow` for the key name, in the sense of a
+row `mid header and title rows'. The initial `c' emphasizes that
+it is constrained to the span of the column-variable (or function-value)
+columns only (like \verb`chead` and \verb`ctitle`). The entire content
+is the responsibility of the user,
+\begin{lyxcode}
+cmidrow=<tokens>
+\end{lyxcode}
+including insertion of the necessary number of tab characters, \verb`&`,
+and any math delimiters required.
+\begin{verbatim}
+ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=\max(\sin\theta{,}\cos\theta),
+ cmidrow=\multicolumn{2}{c}
+ {$\min(\sin\theta,\cos\theta)$},
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn=;,rpos=3,rround=0,
+ rvar=\theta,rstep=10,rstop=90,
+ ctitle=\max(\sin\theta{,}\cos\theta),
+ cmidrow=\multicolumn{2}{c}
+ {$\min(\sin\theta,\cos\theta)$},
+ chead=max\hphantom{00} & min\hphantom{00}]
+ { \max(\sin \theta,\cos \theta);
+ \min(\sin \theta,\cos \theta) }
+ [\theta=0][*]\medskip{}
+
+\noindent The display looks the same as in the previous example but
+was obtained perhaps more straightforwardly.
+
+\subsection{Horizontal rules: \texttt{rules}}
+
+\label{subsec:Rules:-rules-setting}The \texttt{booktabs} package
+which \texttt{numerica} uses is most emphatic that one should `1.
+Never, ever use vertical rules. 2. Never use double rules.' Most
+of the tables proper in \emph{HMF} lack rules of any kind although
+closer inspection shows smaller tables within the text generally \emph{are}
+delimited by horizontal rules (often also with vertical rules).\footnote{The tables in \emph{HMF} are often inelegantly typeset, and sometimes
+ugly. For all that, I have used it as a valuable source for the variety
+of structures that the editors found necessary, or at least useful,
+for presenting a multitude of different kinds of numerical data.} I have used horizontal rules in the various examples in the present
+document because these too are tables within text. Some form of delineation
+seems necessary.
+
+\begin{table}
+\noindent \centering{}\caption{\protect\label{tab:Rules}Rules. {\small (In the \textquoteleft span\textquoteright{}
+column, \textquoteleft f-v\textquoteright =function-value; \textquoteleft r-v\textquoteright =row-variable;
+\textquoteleft$<$~table\textquoteright{} indicates that the rule
+spans the table but is trimmed at each end.)}}
+\noindent \begin{center}
+\begin{tabular}{lll>{\raggedright}p{3cm}l}
+\toprule
+{\small char} & {\small rule} & {\small position} & {\small span} & {\small default rule thickness}\tabularnewline
+\midrule
+{\small\texttt{T}} & {\small top} & {\small above table} & {\small table} & {\small\texttt{\textbackslash heavyrulewidth=.08em}}\tabularnewline
+{\small\texttt{t}} & {\small title} & {\small below title} & {\small f-v cols} & {\small\texttt{\textbackslash cmidrulewidth =.03em}}\tabularnewline
+{\small m} & {\small midrow} & {\small below midrow} & {\small f-v cols (if $1$ r-v col.)}{\small\par}
+
+{\small$<$ table (if $2$ r-v cols)} & {\small\texttt{\textbackslash cmidrulewidth =.03em}}\tabularnewline
+{\small\texttt{h}} & {\small header} & {\small below header} & {\small table} & {\small\texttt{\textbackslash lightrulewidth=.05em}}\tabularnewline
+{\small\texttt{f}} & {\small footer} & {\small above footer} & {\small table} & {\small\texttt{\textbackslash cmidrulewidth =.03em}}\tabularnewline
+{\small\texttt{B}} & {\small bottom} & {\small below table} & {\small table} & {\small\texttt{\textbackslash heavyrulewidth=.08em}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+The \verb`rules` key enables precisely which rules are used to be
+specified. The value of the key is a `word' \textendash{} a sequence
+of letters \textendash{} where the characters have the significance
+and default thicknesses (from \texttt{booktabs}) shown in Table~\ref{tab:Rules}.
+The default setting is \texttt{rules=ThB}. To insert a rule beneath
+the title, for example, change this to \texttt{rules=TthB}. If in
+addition you are using a footer row and want a rule above it, then
+the specification is \texttt{rules=TthfB} and if you are using a row
+between header and title rows (a `midrow') and want a rule beneath
+that too, then the spec. is \texttt{rules=TtmhfB}. To my eye that
+is too many rules; at most only one of title and midrow rules should
+be used.
+
+The midrow rule changes its behaviour depending on whether there are
+two row-variable columns \textendash{} on the left and right of the
+table \textendash{} or not. If there is only one row-variable column
+then, like the title rule, the midrow rule spans only the function-value
+columns. If there are two row-variable columns then the midrow rule
+spans the table but is trimmed by 0.5 em at each end. That degree
+of trim is the \verb`booktabs` default but can be changed by giving
+a different value to \verb`\cmidrulekern` in the preamble, e.g. \verb`\cmidrulekern=1em`.
+Note that the changed trim will also apply to the title rule.
+
+If you wish to change the thickness of a rule from its default, then
+enter new values for any or all of {\small\texttt{\textbackslash heavyrulewidth}},
+{\small\texttt{\textbackslash lightrulewidth}}, {\small\texttt{\textbackslash cmidrulewidth}}
+in the preamble. The values listed in Table~\ref{tab:Rules} are
+the default values in the \texttt{booktabs} package (except for the
+midrow and footer rules, which \texttt{booktabs} does not cover; in
+\texttt{numerica-tables} these rules are assigned a thickness of {\small\texttt{\textbackslash cmidrulewidth}}).
+
+In the example table below, a rule for the column title has been specified
+(the \verb`t` in the setting \verb`rules=TthB`). Also note the use
+of \texttt{ctitle={*}{*}}. The fornula contains an extra parameter
+$a$, assigned a value in the vv-list. It now makes sense to display
+the vv-list in the column title (but note the braces around \texttt{k}
+and \texttt{x} in the vv-list so that they don't display).
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.25,5},rround=2,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,chround=2,
+ ctitle=**,rules=TthB]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.25,5},rround=2,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,chround=2,
+ ctitle=**,rules=TthB]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+
+\subsection{Footer row: \texttt{foot} setting}
+
+Some tables have a footer row and \verb`numerica-tables` allows such
+a row to be inserted, but its entire content, with one exception,
+is the responsibility of the user, including insertion of the necessary
+number of tab characters \verb`&`. This will be $1$ less than the
+total number of columns (including row-variable columns) in the table
+\textendash{} or some adjustment thereof if you use \verb`\multicolumn`.
+You can put into the footer what you wish:
+\begin{lyxcode}
+foot=<tokens>
+\end{lyxcode}
+(\emph{HMF} uses the footer mainly for cryptic descriptions of the
+accuracy and needs of interpolation methods.)
+
+The one exception is when \texttt{foot={*}}. This will fill the footer
+with the header, but \emph{reversed}. This is useful for tabulating
+complementary functions like the sine and cosine or, more generally,
+$f(x)$ and $g(x)$ where $g(x)=f(k-x)$ for some constant $k$. Values
+for the complementary function are read from the bottom up and require
+a reversed row-variable column on the right of the table; see \ref{subsec:Second-row-var-col}.
+
+\subsubsection{Footer functions}
+
+\label{subsec:Footer-functions}It is also possible to use the footer
+for displaying the values of certain column functions. {\ttfamily\verb`numerica-tables`}
+provides four of these. They can be used in the footer (and only in
+the footer): \verb`SUM`, \verb`AVE` (average), \verb`MAX` and \verb`MIN`.
+These functions act on the function values of the column they are
+in. They \emph{do not} combine mathematically: entering \verb`MAX-MIN`
+in the footer of a given column will produce a footer entry containing
+two values (those of \verb`MAX` and \verb`MIN`) separated by a minus
+sign. The numerical output from each function is automatically wrapped
+in math delimiters (\verb`$`) so that minus signs display correctly.
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+In v.1 of \verb`numerica`, tables supported \emph{five} footer functions.
+The fifth was \verb`DEL=MAX-MIN`. It is no longer supported. First,
+the name was unclear and in any case, it is easy to calculate from
+\verb`MAX` and \verb`MIN`.\end{shaded}%
+\end{minipage}
+
+In the following example, I have chosen a column variable step size
+of zero. This is possible because in the column spec., I have also
+specified the exact number of columns. Zeroing the step size means
+the same set of figures can be used for the four footer functions
+to act on.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.25,(5)},rround=2,rhnudge=9,
+ cspec={k,0,4},ctitle=**,
+ chead=SUM\;&AVE\;&MAX\;&MIN\;,
+ rules=TthfB,
+ foot=&SUM&AVE&MAX&MIN ]
+ { a\sin kx }[a=2/\pi,k=3.5,{x}=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.25,(5)},rround=2,rhnudge=9,
+ cspec={k,0,4},calign=r,ctitle=**,
+ chead=SUM\;&AVE\;&MAX\;&MIN\;,
+ rules=TthfB,
+ foot=&SUM&AVE&MAX&MIN ]
+ { a\sin kx }[a=2/\pi,k=3.5,{x}=0][*]
+
+\subsection{Second row-variable column: \texttt{rpos=4}}
+
+\label{subsec:Second-row-var-col}In \ref{subsec:Row-var-col-pos}
+I discussed the settings \verb`rpos=0,1,2` and in \ref{subsec:Multiple-function-tables}
+gave an example of using {\ttfamily\verb`rpos=3`} where
+repeating the row-variable column on the right is helpful. There is
+another value available for this key, \verb`rpos=4`. Like {\ttfamily\verb`rpos=3`}
+this adds the row-variable column to both left and right sides of
+the table, but for the right column the values are a function of those
+in the left column ({\ttfamily\verb`rpos=3`} corresponds
+to the function being the identity). The value given to the key \verb`rvar'`
+determines the function used and the value given to the key \verb`rhead'`
+determines the header for the right-hand row-variable column. If \verb`rhead'`
+is omitted it defaults to a blank header, unless the \verb`rvar'`
+setting is also omitted, when \verb`rpos=4` behaves like \verb`rpos=3`.
+
+For example, the sine and cosine are complementary functions; when
+working in degrees, $\cos\theta=\sin(90-\theta)$. We can exploit
+this fact to halve the table size needed to tabulate the two functions.
+The example also gives an illustration of the use of an expression
+in the third element of \verb`rspec`.
+\begin{verbatim}
+ \tabulate[o,multifn,rpos=4,
+ rspec={\theta,5,1+45/5},rround=0,
+ chnudge=14,rvar'=90-\theta,
+ rules=ThfB,foot=*]
+ { \sin\theta,\cos\theta }[\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,multifn,rpos=4,
+ rspec={\theta,5,1+45/5},rround=0,
+ chnudge=14,rvar'=90-\theta,
+ rules=ThfB,foot=*]
+ { \sin\theta,\cos\theta }[\theta=0][*]\medskip{}
+
+\noindent The values of sines from $0$ to $45$ degrees are read
+downwards from the first column of function values, and from 45 to
+90 degrees are read upwards from the second column of function values.
+For cosines it is downwards from the second column and upwards from
+the first column. The reversed footer line indicates the change of
+columns to use. In the example note
+\begin{itemize}
+\item the setting of \verb`rvar'` to a function (\verb`90-\theta`) of
+the row variable (\verb`\theta`);
+\item the blank header for the \verb`rvar'` column (since no value was
+set for \verb`rhead'`);
+\item the footer setting \verb`foot=*` to obtain the reversed header in
+the footer;
+\item the rule \emph{above} the footer row specified by the \verb`f` added
+to the \verb`rules` setting, \verb`rules=ThfB`.
+\end{itemize}
+Note also the degree setting \verb`o` in the settings option.
+
+Although there is a significant space saving with tables like this
+(see \emph{HMF} Tables 4.10, 4.11, 4.12), they are not `kind to the
+reader'. They require a certain concentration to read and in my view
+should be avoided unless space is seriously constrained. \emph{HMF}
+Tables 6.1 and 6.2 are tables of the gamma function and its relatives
+where $y=x-1$ is used in the row-variable column on the right (stemming
+from $y!=\Gamma(x-1)$); \emph{HMF }Table 6.5 in effect uses $\langle1/x\rangle$
+(the nearest integer to $1/x$) for the row variable on the right.
+
+\subsection{Separating blocks of rows: \texttt{rbloc}}
+
+Readability of long columns of figures can be aided by breaking the
+columns into blocks with extra white space between blocks of rows.
+This is achieved with the \texttt{rbloc} key:
+\begin{lyxcode}
+rbloc~=~<comma~list~of~positive~integers>
+\end{lyxcode}
+specifies how many rows belong to each block. For example, \verb`rbloc={5,5,6}`
+breaks the table into blocks of $5$ rows, $5$ rows, then $6$ rows.
+If the number of rows in the table is greater than the sum of the
+entries in the comma list, then division into blocks continues as
+specified by the last entry in the comma list. Thus \texttt{rbloc=5}
+(strictly \texttt{rbloc=\{5\}} but the braces can be omitted in this
+case since no comma is enclosed) divides a table into blocks of $5$
+rows; \texttt{rbloc=\{1,5\}} divides a table into $1$ row followed
+by blocks of $5$ rows. A division of this kind may be appropriate
+when, say, the row variable runs from $0$ to $1$ in increments of
+$0.1$ \textendash{} there are $11$ rows of which the first (when
+the row variable is zero) may have distinctive values.
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+
+\subsubsection*{The pull of the nice round number}
+
+However, this is not how \emph{HMF} sets out its tables.\emph{ }The
+dominant practice in \emph{HMF} is division into blocks of (generally)
+$5$ rows, many of which start with a zero value for the row variable.
+Rather than isolate this initial value, they include it in the first
+block of $5$, then continue with blocks of $5$ until a single isolated
+row is left at the bottom of the page or the table. There seems to
+be a psychological need to finish a page or table with the row variable
+set to a nice round number. Thus: tabulate from $0$ to $10$ rather
+than $0$ to $9$, from $0$ to $1$ rather than $0$ to $0.9$, and
+even from $0$ to $30$ or $0$ to $2$ rather than $0$ to $29$
+or $0$ to $1.9$. Using blocks of $5$ the consequence is that there
+is always an isolated line at the end \textendash{} a kind of punctuation
+mark to signal the end of the page or the table.\end{shaded}%
+\end{minipage}
+
+\medskip{}
+In the next example I have divided the columns into blocks of $5$
+rows by means of the setting \texttt{rbloc=5}.
+\begin{verbatim}
+ \tabulate[o,rspec={\theta,10,1+90/10},
+ rround=0,rbloc=5]
+ { ,\sin\theta, \cos\theta }[\theta=0][*]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[o,rspec={\theta,10,1+90/10},
+ rround=0,rbloc=5]
+ { ,\sin \theta, \cos \theta}[\theta=0][*]
+
+\subsubsection{Adjusting the extra space\texttt{ rblocsep} }
+
+By default \texttt{numerica} sets the extra space between blocks of
+rows at \verb`1 ex`. This value can easily by changed with the setting
+\texttt{rblocsep=<length>}. The units need to be included in the specification.
+
+\section{Formatting function values}
+
+\label{sec:Function-value-formatting}
+\begin{table}
+\noindent \centering{}\caption{\protect\label{tab:Function-value-formatting}Formatting function
+values}
+\noindent \begin{center}
+\begin{tabular}{cc>{\raggedright}p{4cm}c}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{(pad)}} & {\small int} & {\small (t-notation) phantom padding} & \tabularnewline
+{\small\texttt{signs}} & {\small int} & {\small sign handling for function-values} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{diffs}} & {\small int} & {\small insert differences \& pre-pad with zeros} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{Q?}} & {\small tokens} & {\small special cell conditional} & \tabularnewline
+{\small\texttt{A!}} & {\small tokens} & {\small special cell formatting} & \tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\end{table}
+In the examples used so far, function values have been limited to
+a narrow range, generally $[-1,1]$. What happens when function values
+span orders of magnitude?
+
+\subsection{Trailing optional argument}
+
+\label{subsec:Trailing-optional-argument}The primary tool for function-value
+formatting is the trailing optional argument of the \verb`\tabulate`
+command where the rounding value is specified, padding with zeros
+is set or not (generally \emph{set}), and scientific notation is set
+or not. Elegant scientific notation, set with an \texttt{x} in the
+trailing optional argument, is generally not appropriate for use in
+tables; see the first table below. Repeating the \texttt{x} \textendash{}
+\verb`xx` \textendash{} in the trailing optional argument (the second
+table) so that scientific notation extends to numbers in the range
+$[1,10)$ helps, particularly with the \emph{left} alignment chosen
+for the function-value column, but the result is wasteful of space
+and the repetition of the `$\times10$' is distracting and would
+be more so for a larger table. The \texttt{x} specification should
+be used in tables, if at all, only for small tables \textendash{}
+a few function values at most.
+\begin{verbatim}
+ \tabulate[rspec={x,1,2*3+1},rround=0]
+ { e^x}[x=-5][*x]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,calign=l]
+ { e^x}[x=-3][*xx]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,1,2*3+1},rround=0]
+ { e^x}[x=-3][*x]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,calign=l]
+ { e^x}[x=-3][*xx]
+
+\subsubsection{The \texttt{t} option}
+
+\emph{HMF} uses a special notation for coping with function values
+spanning orders of magnitude. This notation can be invoked by inserting
+\texttt{t} in the trailing optional argument. Repeating the previous
+two tables, and adding a \texttt{chnudge} value, gives a more compact
+and visually appealing result:
+\begin{verbatim}
+ \tabulate[rspec={x,1,2*3+1},rround=0,chnudge=24]
+ { e^x}[x=-3][*t]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,chnudge=24]
+ { e^x}[x=-3][*tt]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,1,2*3+1},rround=0,chnudge=24]
+ { e^x}[x=-3][*t]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,chnudge=24]
+ { e^x}[x=-3][*tt]
+
+\subsection{Padding the exponent: \texttt{(pad)}}
+
+In the second table of the last example some might quibble at the
+lack of alignment of the left parentheses. \emph{HMF} tends to align
+these and \verb`numerica-tables` offers the setting
+\begin{lyxcode}
+(pad)~=~<integer>
+\end{lyxcode}
+to achieve the effect. (The parentheses are part of the key \textendash{}
+a reminder of the \verb`t`-form of scientific notation.) \texttt{<integer>}
+is the number of digits/characters to pad to. Repeating the last two
+tables with the setting \texttt{(pad)=2} produces the following results:
+\begin{verbatim}
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ chnudge=24,(pad)=2]
+ { e^x}[x=-3][*t]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ chnudge=24,(pad)=2]
+ { e^x}[x=-3][*tt]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,1,2*3+1},rround=0,
+ chnudge=24,(pad)=2]
+ { e^x}[x=-3][*t]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ chnudge=24,(pad)=2]
+ { e^x}[x=-3][*tt]\medskip{}
+
+Note that this setting is relevant only when the \texttt{t} option
+is used in the trailing number-formatting argument of the \verb`\tabulate`
+command. Examples in \emph{HMF} of the style exemplified by the first
+table are, among others, Tables 8.6, 9.2, 20.1, and of the style exemplified
+by the second table, among many, Tables 9.9, 10.5, 13.1, 14.1, 19.1.
+
+\subsection{Accommodating signs: \texttt{signs}}
+
+\label{subsec:Signs}Instead of $e^{x}$ as the test function, use
+$e^{x}-1.$ Now there are positive, zero and negative function values
+to contend with. Recall that in the \verb`t`-notation the \emph{exponent}
+is the parenthesized integer part of a number, the \emph{significand}
+the following decimal figures. \verb`numerica-tables` offers the
+\verb`signs` key to align (or not) the exponents. The setting is
+\begin{lyxcode}
+signs~=~<integer>
+\end{lyxcode}
+There are four effective values for \texttt{<integer>} and the do-nothing
+default (\texttt{signs=0}):
+\begin{itemize}
+\item \texttt{signs=2 }inserts a $+$ sign between exponent and significand
+of every non-negative number;
+\item \texttt{signs=1 }inserts a $+$ sign between exponent and significand
+of every non-negative number that immediately precedes or follows
+a negative number;
+\item \texttt{signs=-1 }inserts a $+$ sign between exponent and significand
+of any non-negative number that immediately precedes or follows a
+negative number, and inserts a \emph{phantom} $+$ sign between exponent
+and significand of every other non-negative number;
+\item \texttt{signs=-2 }inserts a \emph{phantom} $+$ sign between exponent
+and significand of every non-negative number;
+\end{itemize}
+In the following examples with \verb`signs=-2`, \verb`signs=-1`
+and \verb`signs=2`, all give acceptable results.
+\begin{verbatim}
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=-2]
+ { e^x-1}[x=-3][4*tt]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=-1]
+ { e^x-1}[x=-3][4*tt]\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=2]
+ { e^x-1}[x=-3][4*tt]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=-2]
+ { e^x-1}[x=-3][4*t']\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=-1]
+ { e^x-1}[x=-3][4*t']\qquad
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=2]
+ { e^x-1}[x=-3][4*t']\medskip{}
+
+\noindent In \emph{HMF} Table 23.2 illustrates \verb`signs=-2`; Tables
+10.1, 13.1, 14.1, 19.1 among many others illustrate \verb`signs=-1`;
+and Tables 9.4, 10.6, 20.2, 22.11 among others illustrate \verb`signs=2`.
+
+\verb`signs=1`, however, is an inappropriate setting for these function
+values in the \verb`t`-notation:
+\begin{verbatim}
+ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=1]
+ { e^x-1}[x=-3][4*tt] \qquad
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,1,2*3+1},rround=0,
+ (pad)=2,signs=1]
+ { e^x-1}[x=-3][4*tt]\medskip{}
+
+But the \verb`signs` key is not limited to the \verb`t`-notation.
+In the following tables where the notation is not used, positive values
+for the key, including \verb`signs=1`, give good results (I've included
+also the default setting \textendash{} the third table):
+\begin{verbatim}
+ \tabulate[rspec={x,0.1,9},(pad)=2,signs=2]
+ { 10\sin 5x}[x=-0.4][*4]\qquad
+ \tabulate[rspec={x,0.1,9},(pad)=2,signs=1]
+ { 10\sin 5x}[x=-0.4][*4]\qquad
+ \tabulate[rspec={x,0.1,9},(pad)=2]
+ { 10\sin 5x}[x=-0.4][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,0.1,9},(pad)=2,signs=2]
+ { 10\sin 5x}[x=-0.4][*4]\qquad
+ \tabulate[rspec={x,0.1,9},(pad)=2,signs=1]
+ { 10\sin 5x}[x=-0.4][*4]\qquad
+ \tabulate[rspec={x,0.1,9},(pad)=2]
+ { 10\sin 5x}[x=-0.4][*4]\medskip{}
+
+\noindent \emph{HMF} seems to use \verb`signs=2` when the sign of
+the function values changes every few entries and \verb`signs=1`
+when there are runs of entries of the same sign. Over the range tabulated
+here for $10\sin5x$, they would use the middle table of the three,
+\verb`signs=1`.
+
+\subsection{Differences: \texttt{diffs}}
+
+In fine-grained tables where function values change only slowly from
+entry to entry it can be helpful to include a difference entry between
+function-value entries as an aid to interpolation (and a test of eyesight).
+By entering
+\begin{lyxcode}
+diffs~=~<non-negative~integer>
+\end{lyxcode}
+the \verb`\tabulate` command will include differences in a table.
+The \texttt{<non-negative integer>} is the maximum number of digits
+in a difference.
+\begin{verbatim}
+ \tabulate[rspec={x,0.01,1+(1.05-1)/0.01},rround=2,
+ rhnudge=9,chnudge=21,diffs=3]
+ { \sinh x }[x=1][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,0.01,1+(1.05-1)/0.01},rround=2,
+ rhnudge=9,chnudge=21,diffs=3]
+ { \sinh x }[x=1][*4]\medskip{}
+
+I have deliberately chosen the function and settings here \textendash{}
+particularly \texttt{diffs=3} \textendash{} to give a good result.
+With the default right alignment of the function-value columns, it
+is easy to get this wrong. The evidence will be either in the misalignment
+of the first row of function values or unnecessary padding of differences
+with leading zeros. It is a good idea to create your table first,
+see how function values change between successive rows and judge how
+many digits there will be in a difference. In the following examples
+I have deliberately put \texttt{diffs=2} and \texttt{diffs=4} to show
+the effect of a misjudgement. In the first table the first row of
+function values is misaligned by one character. (\texttt{diffs=1}
+would have produced a two-character misalignment.) In the second table
+the unnecessary fourth digit for the differences results in pre-padding
+with $0$.
+
+In the second table the function $-\sinh x$ is \emph{decreasing},
+showing how it is the \emph{absolute value of the difference} between
+successive function values that is tabulated. A difference is always
+a non-negative value.
+\begin{verbatim}
+ \tabulate[rspec={x,0.01,1+(1.05-1)/0.01},rround=2,
+ rhnudge=9,chnudge=21,diffs=2]
+ { \sinh x }[x=1][*4]\qquad
+ \tabulate[rspec={x,0.01,1.05},rround=2,
+ rhnudge=9,chnudge=30,diffs=4]
+ { -\sinh x }[x=1][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,0.01,1+(1.05-1)/0.01},rround=2,
+ rhnudge=9,chnudge=21,diffs=2]
+ { \sinh x }[x=1][*4]\qquad
+ \tabulate[rspec={x,0.01,1+(1.05-1)/0.01},rround=2,
+ rhnudge=9,chnudge=21,diffs=4]
+ { -\sinh x }[x=1][*4]\medskip{}
+
+\noindent When the \texttt{diffs} setting is too small, function values
+in the first row are misaligned, the amount depending on how much
+too small. (A left alignment of the function value column is another
+way of tackling this issue.) When the \texttt{diffs} setting is too
+big, alignment is fine but differences are padded with unnecessary
+leading zeros, meaning the column header will need a bigger nudge
+to bring \emph{it} into alignment.
+
+\subsection{Formatting special values: \texttt{Q?} and \texttt{A!}}
+
+You may wish to highlight or display in some special way a particular
+function value or values. \verb`\nmcTabulate` has two related settings
+that enable this: \texttt{Q?=<tokens>} and \texttt{A!=<tokens>}. As
+the names suggest: Question? and Answer!
+
+The question should be an expression that \texttt{l3fp} can digest
+and produce a boolean answer to (1 for `true' or 0 for `false').
+\emph{This is not a \LaTeX{} expression}; this is an \verb`l3fp` expression.\footnote{Documentation about \texttt{l3fp }can be found in \texttt{interface3.pdf},
+which is part of the \texttt{l3kernel} bundle.} \verb`numerica-tables` uses \texttt{@} to denote the current function
+value, so queries like \texttt{Q?=@<0} (Is the current function value
+negative?) or \texttt{Q?=\{}@\texttt{>=pi\}} (Is the current function
+value greater than or equal to $\pi$?) are valid questions. (Note
+the braces in the second question, used to hide the equality sign.)
+Other possible useful components of such questions are \texttt{exp(1)}
+for the number $e$, || for logical Or, \texttt{\&\&} for logical
+And, and \texttt{!} for logical Not,\texttt{ }as well as the familiar
+arithmetic symbols, \texttt{+},\texttt{ -},\texttt{ {*}},\texttt{
+/} and \texttt{\textasciicircum}, relation symbols \texttt{<},\texttt{
+>},\texttt{ =} and their combinations like \texttt{!=},\texttt{ >=},\texttt{
+<=} etc., and parentheses. In addition to these components, \texttt{numerica-tables}
+offers \texttt{MAX} and \texttt{MIN} which are the maximum and minimum
+function values tabulated, so that, e.g., \texttt{Q?=\{@=MIN\}} (note
+the braces) is the question: Is the current function value equal to
+the minimum function value for the whole table?
+
+The answer must be in the form of a \LaTeXe{} formatting statement,
+again using \texttt{@} to denote the current function value. Thus
+\texttt{A!=\textbackslash mathbf\{@\}} is a valid answer; so is \texttt{A!=\textbackslash color\{red\}\{@\}}
+(provided you have \texttt{\textbackslash usepackage\{color\}} in
+the preamble); and so is \texttt{A!=(@)}. Another valid answer is
+\texttt{A!=} , meaning that function values satisfying the \texttt{Q?}
+question are omitted from the output.
+
+This can be useful to suppress `irrelevant' values in a particular
+context. For example, suppose we wish to focus on the values of $\cos(m\pi/n)$
+lying between $0$ and $\tfrac{1}{2}$ inclusive for certain values
+of $m$ and $n$. Rather than cluttering the table with values outside
+that interval, we suppress them (the two occurrences of `\texttt{1e-14}'
+in the query are there to prevent rounding errors confusing the result):
+\begin{verbatim}
+ \tabulate
+ [rspec={n,1,1+(15-4)},rround=0,rpos=2,rules=Tth,
+ cspec={m,1,1+(5-2)},ctitle=*,chstyle=2,
+ Q?={@<-1e-14||@>0.5+1e-14},A!=]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={n,1,1+(15-4)},rround=0,rpos=2,rules=Tth,
+ cspec={m,1,1+(5-2)},ctitle=*,chstyle=2,
+ Q?={@<-1e-14||@>0.5+1e-14},A!=]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+
+\section{Star option: \texttt{\textbackslash nmcTabulate{*}}}
+
+\label{sec:Star-option}If the \verb`Q?` question is satisfied by
+at least one function value then adding a star (asterisk) to the \verb`\tabulate`
+command will display the first such instance. Like other starred commands
+in the \verb`numerica` suite (\verb`\eval*`, \verb`info*`, \verb`\macros*`,
+\verb`\constants*`, \verb`\iter*`, \verb`\solve*` and \verb`\recur*`),
+ \verb`\tabulate*` outputs a single number. Using the star means
+you do not need an answering \verb`A!` to the query \verb`Q?` since
+no formatting of table values is involved.
+\begin{verbatim}
+ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?={@<-1e-14||@>0.5+1e-14}]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?={@<-1e-14||@>0.5+1e-14}]
+ { \cos(m\pi/n) }[n=4,m=2][*4]. Indeed, if you omit the \verb`Q?` and \verb`A!` settings from
+the previous table so that all function values are visible then this
+is the value that follows $0.5000$ in the \texttt{m=2} column \textendash{}
+the first function value encountered either less than $0$ or greater
+than $0.5$.
+
+\subsection{Errors}
+
+If \emph{no} function value satisfies the query then a message is
+generated:
+\begin{verbatim}
+ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?=@>1]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?=@>1]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+
+And if there is no query at all when the star option is chosen, another
+message is shown:
+\begin{verbatim}
+ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)}]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+$\Longrightarrow$ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)}]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+
+\subsection{Scientific notation}
+
+If you want the number output in scientific notation when the star
+option is chosen, then enter the exponent mark in the trailing number-format
+option. This is straightforward for a letter like the commonly used
+\texttt{e}, but remember that if it is the \texttt{x} option that
+you enter, then you will need to place the \verb`\tabulate*` command
+between math delimiters, otherwise the \verb`\times` symbol resulting
+from the \texttt{x} option will generate a \LaTeX{} error (`Missing
+\$ inserted'):
+\begin{verbatim}
+ $
+ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?={@<-1e-14||@>0.5+1e-14},A!=]
+ { \cos(m\pi/n) }[n=4,m=2][*4x]
+ $
+\end{verbatim}
+$\Longrightarrow$ $
+ \tabulate*
+ [rspec={n,1,1+(15-4)},cspec={m,1,1+(5-2)},
+ Q?={@<-1e-14||@>0.5+1e-14},A!=]
+ { \cos(m\pi/n) }[n=4,m=2][*4x]
+ $.
+
+\subsection{Nesting}
+
+A \verb`\tabulate` command can be nested within other commands from
+the wider \verb`numerica` package, and those other commands can be
+nested within a \verb`\tabulate` command.
+
+\subsubsection{Nesting of \texttt{\textbackslash nmcTabulate}}
+
+Occasionally one might want to extract a value \textendash{} perhaps
+a maximum or minimum \textendash{} from a table to insert in another
+command. This can be done by nesting a \verb`\tabulate*` command
+with an appropriate \verb`Q?` setting within the other command. In
+fact, from v.2 of \verb`numerica` we can omit (or forget to include)
+the star. All we require is that the \verb`Q?` setting is satisfied
+by at least one function value.
+\begin{verbatim}
+ \eval{$
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?={@=MAX}]
+ { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t +
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?={@=MIN}]
+ { \sin(m\pi/n) }[n=4,m=2][*4])\cosh t
+ $}[t=2][4]
+\end{verbatim}
+$\Longrightarrow$ \eval{$
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?={@=MAX}]
+ { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t +
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?={@=MIN}]
+ { \sin(m\pi/n) }[n=4,m=2][*4])\cosh t
+ $}[t=2][4].
+
+Evaluating the tables
+\begin{verbatim}
+ \tabulate
+ [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
+ cspec={m,1,5},ctitle=*,chstyle=2]
+ { \cos(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+for the cosine and
+\begin{verbatim}
+ \tabulate
+ [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
+ cspec={m,1,5},ctitle=*,chstyle=2]
+ { \sin(m\pi/n) }[n=4,m=2][*4]
+\end{verbatim}
+for the sine and checking the entries shows that indeed the maximum
+and minimum values are $0.9397$ and $-1.0000$ respectively.
+
+If the \verb`Q?` setting is not satisfied by any function value an
+error message is shown; e.g.,
+\begin{verbatim}
+ \eval{$
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?=@>2]
+ { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t
+ $}[t=2][4]
+\end{verbatim}
+$\Longrightarrow$ \eval{$
+ (\tabulate
+ [rspec={n,1,15},cspec={m,1,5},
+ Q?=@>2]
+ { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t
+ $}[t=2][4]
+
+\noindent Here, `settings (1)' tells us that the message refers
+to the (or a) command at the first level of nesting.
+
+\subsubsection{Nesting within \texttt{\textbackslash nmcTabulate}}
+
+Perhaps a more likely situation is to want to nest other commands
+within a \verb`\tabulate` command, in particular those from the associated
+package \verb`numerica-` \verb`plus`. In the documentation for that
+package, as an illustration of the use of those commands, I describe
+how they can be used to numerically investigate the timing of signals
+between points fixed on a rotating disk. and in particular how to
+look for three-point circuits with the property that, despite the
+rotation, signals take the same time traversing the circuit in one
+direction as the other.
+
+I show a complicated expression below involving a \verb`\tabulate`
+command wrapped around a \verb`\solve` command (from \verb`numerica-plus`)
+wrapped around four \verb`\iter*` commands (also from \verb`numerica-plus`).
+I also show the table resulting from it all. On my High St laptop
+the table takes perhaps two minutes to compile \textendash{} I haven't
+timed it exactly but it is well over a minute. Two minutes is the
+blink of an eye in a lifetime but an age sitting staring at a computer
+screen. Hence I compiled the table separately, saved it to file using
+the \verb`\reuse` command (see the discussion below, \ref{sec:reuse-setting})
+and pasted the saved result into this document.
+
+To explain the expression: suppose the three points on the disk have
+polar coordinates $(r,\pm\theta)$ and $(a,0)$ in a co-rotating coordinate
+system. In the underlying inertial system, the signal speed is $c$
+and the angular velocity $\omega$. The cosine rule for solving triangles
+gives for the travel times $t$ between the points
+\[
+t=c^{-1}\sqrt{r^{2}+a^{2}-2ra\cos(\theta\pm\omega t)}
+\]
+ and
+\[
+t=c^{-1}r\sqrt{2-2\cos(2\theta\pm\omega t)}
+\]
+where the plus sign is for a signal in the direction of rotation and
+the minus sign for a signal against the rotation. Thus the travel
+times are fixed points of the expressions on the right. Fixed points
+are found with the \verb`\iter*` command, which is where those terms
+of the expression come from. The \verb`\solve` command is then used
+to find, for a given value of $\theta$, a value of $r$ for which
+the difference of the travel times is zero for the circuit traversed
+in the two directions. Finally, the \verb`\tabulate` command creates
+a table of $r$ values for different values of the row-variable $\theta$
+and column variable $a$.
+
+As noted earlier, it takes a long time to compile this expression
+on an `ordinary' laptop, and so I have compiled the expression separately
+and pasted the result into this document:
+\begin{verbatim}
+
+ \tabulate[rspec={\theta,0.2,5},chstyle=2,
+ cspec={a,5,3},ctitle=r_{\Delta t=0}]
+ { \solve[var=r,vvi=,+=1]
+ {% circuit 1231
+ 2\times\iter*[var=t,+=1]{
+ c^{-1}\sqrt{a^2+r^2-
+ 2ar\cos(\theta-\omega t)} }[4]
+ + \iter*[var=t,+=1]{
+ c^{-1}r\sqrt{2-2\cos(2\theta+\omega t)} }[4]
+ % circuit 1321
+ - 2\times\iter*[var=t,+=1]{
+ c^{-1}\sqrt{a^2+r^2-
+ 2ar\cos(\theta+\omega t)} }[4]
+ - \iter*[var=t,+=1]{
+ c^{-1}r\sqrt{2-2\cos(2\theta-\omega t)} }[4]
+ }[3]
+ }[ c=30,r=a+10,a=10,
+ \theta=0.2,\omega=0.2,t=1 ][3*]
+\end{verbatim}
+$\Longrightarrow$ \begin {tabular}{rccc}
+\toprule
+&\multicolumn {3}{c}{$r_{\Delta t=0}$}\tabularnewline
+$\theta $&$a=10$&$a=15$&$a=20$\tabularnewline
+\midrule
+${0.2}$&$10.21$&$15.31$&$20.43$\tabularnewline
+${0.4}$&$10.87$&$16.33$&$21.82$\tabularnewline
+${0.6}$&$12.15$&$18.31$&$24.55$\tabularnewline
+${0.8}$&$14.46$&$21.88$&$29.59$\tabularnewline
+${1.0}$&$18.82$&$28.86$&$39.82$\tabularnewline
+\bottomrule
+\end {tabular}
+\begin{verbatim}
+
+\end{verbatim}
+
+\section{Table placement}
+
+\label{sec:Table-placement}There is only one setting in this category
+that is part of \texttt{numerica-tables} as such, the tabular vertical
+alignment option; see \ref{subsec:Verticalalignment}. But \LaTeX{}
+allows one to insert vertical space with its \verb`\bigskip`, \verb`\medskip`,
+\verb`\smallskip`, usually about one line space, a half line space,
+and a quarter line space (with stretch and shrink), and \verb`booktabs`
+provides \verb`\abovetopsep` and \verb`\belowbottomsep`, both set
+by default to \verb`0ex` (or any other unit you care to use) and
+easily changed by writing, e.g., \verb`\abovetopsep=1.25ex` if you
+want to insert \verb`1.25ex` of space above the table (perhaps to
+fit captions).
+
+\subsection{Vertical~alignment}
+
+\label{subsec:Verticalalignment}By writing\texttt{ }
+\begin{lyxcode}
+valign~=~<char>~
+\end{lyxcode}
+where \texttt{<char>} is one of \texttt{t}, \texttt{m} or \texttt{b}
+the vertical alignment of the table can be set relative to the text
+baseline.\texttt{ valign=t }aligns the top of the table with the text
+baseline, \texttt{valign=b} the bottom of the table with the text
+baseline, \texttt{valign=m} aligns the middle of the table with the
+text baseline. By default \texttt{valign=m} is set. Repeating an example
+from earlier (\ref{sec:Row-variable-settings}) I have added letters
+A, B, C to show where the baseline is. In the first table the top
+of the table aligns with the baseline; in the second table (default
+case) the middle of the table aligns with the baseline; in the third
+table, the bottom of the table aligns with the baseline.
+\begin{verbatim}
+ A \tabulate[valign=t,rvar=x,rstep=0.2,rows=6]
+ { \sin x/\cos x }[x=0][*] \qquad
+ B \tabulate[rspec={x,0.2,1+(1/0.2)}]
+ { \tan x }[x=0][*] \qquad
+ C \tabulate[valign=b,rspec={x,0.2,(6)}]
+ { \sqrt{\sec^2 x - 1} }[x=0][*]
+\end{verbatim}
+$\Longrightarrow$ A \tabulate[valign=t,rvar=x,rstep=0.2,rows=6,rstop=2]
+ { \sin x/\cos x }[x=0][*] \qquad
+ B \tabulate[rspec={x,0.2,1+(1/0.2)}]
+ { \tan x }[x=0][*] \qquad
+ C \tabulate[valign=b,rspec={x,0.2,6}]
+ { \sqrt{\sec^2 x - 1} }[x=0][*]\medskip{}
+
+As explained in \ref{subsec:Adjoining-tables}, tables can be adjoined
+to give the appearance of a single larger table. If tables with different
+numbers of rows are adjoined in this manner, then a middle alignment
+fails and a top alignment is necessary (so that the header rows of
+the tables align).
+
+\section{The \texttt{reuse} setting}
+
+\label{sec:reuse-setting}By entering
+\begin{lyxcode}
+reuse~=~<non-negative~integer>
+\end{lyxcode}
+it is possible to specify what is saved when the \verb`\tabulate`
+command is followed by a \verb`\reuse` command.
+\begin{itemize}
+\item \texttt{reuse=0} saves the table as displayed (the default);
+\item \texttt{reuse=n} saves the $n$-th \emph{column} of function values
+\begin{itemize}
+\item if \texttt{rpos} is non-zero: in a comma-separated list of braced
+pairs \texttt{\{row-variable value,function value}\};
+\item if \texttt{rpos=0}: in a comma-separated list of function values.
+\end{itemize}
+\item \texttt{reuse=-n} saves the $n$-th \emph{row} of function values
+in a comma-separated list that includes the row-variable value in
+its appropriate position(s) if \texttt{rpos} is non-zero.
+\end{itemize}
+In the following example the third row is saved to the control sequence
+\verb`\rowiii` by using the setting \verb`reuse=-3`.
+\begin{verbatim}
+ \tabulate
+ [rspec={x,0.25,5},rround=2,rhead=x,
+ ralign=r,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,
+ chround=2,calign=r,ctitle=**,
+ rules=TthB,reuse=-3]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse{rowiii}
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.25,(5)},rround=2,
+ rhead=x,ralign=r,rhnudge=9,
+ cspec={k,0.25,(3)},chstyle=2,
+ chround=2,calign=r,ctitle=**,rules=TthB,reuse=-3]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse[renew]{rowiii}\medskip{}
+
+\noindent Now test the content of the control sequence
+\begin{lyxcode}
+\noindent \verb`\rowiii`~$\Longrightarrow$~\rowiii ~
+\end{lyxcode}
+\noindent You can see that indeed the third row has been `captured
+for posterity'.
+
+Alternatively, we could save the second column of function values
+in the control sequence \verb`\colii`:
+\begin{verbatim}
+ \tabulate[rspec={x,0.25,5},rround=2,rhead=x,
+ ralign=r,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,
+ chround=2,calign=r,ctitle=**,
+ rules=TthB,reuse=2]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse{colii}
+\end{verbatim}
+$\Longrightarrow$ \tabulate
+ [rspec={x,0.25,(5)},rround=2,
+ rhead=x,ralign=r,rhnudge=9,
+ cspec={k,0.25,(3)},chstyle=2,
+ chround=2,calign=r,ctitle=**,
+ rules=TthB,reuse=2]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse[renew]{colii}\medskip{}
+
+Now to see what is saved in \verb`\colii` I use \TeX 's \verb`\meaning`
+command to show that it is indeed braced pairs:
+\begin{verbatim}
+ \meaning \colii
+\end{verbatim}
+$\Longrightarrow$ \meaning\colii
+
+Finally, let's use the default \verb`reuse` setting (\verb`reuse=0`)
+by not entering an explicit \verb`reuse` setting at all. This should
+save the whole table:
+\begin{verbatim}
+ \tabulate[rspec={x,0.25,5},rround=2,rhead=x,
+ ralign=r,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,
+ chround=2,calign=r,ctitle=**,
+ rules=TthB]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse{wholetable}
+\end{verbatim}
+$\Longrightarrow$ \tabulate[rspec={x,0.25,5},rround=2,rhead=x,
+ ralign=r,rhnudge=9,
+ cspec={k,0.25,3},chstyle=2,
+ chround=2,calign=r,ctitle=**,
+ rules=TthB]
+ { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
+ \reuse[renew]{wholetable}\medskip{}
+
+
+\noindent Now check that the whole table has been saved:\medskip{}
+
+\noindent \verb`\wholetable` $\Longrightarrow$\wholetable\medskip{}
+
+\noindent and, indeed it has.
+
+\chapter{Reference summary}
+
+\section{Commands defined in \texttt{numerica-tables}}
+
+\texttt{\textbackslash nmcTabulate, \textbackslash tabulate}
+
+\section{Settings for \texttt{\textbackslash nmcTabulate}}
+
+\subsubsection*{Row-variable specification \ref{sec:Row-variable-settings}}
+\begin{center}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{3cm}}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small comment}\tabularnewline
+\midrule
+{\small\texttt{rvar}} & {\small token(s)} & {\small row-variable} & \tabularnewline
+{\small\texttt{rstep}} & {\small real num} & {\small step size} & \tabularnewline
+{\small\texttt{rstop}} & {\small real num} & {\small stop value} & \multirow{2}{3cm}{either {\small\texttt{rstop}}{\small{} or }{\small\texttt{rows}}{\small ,
+not both}}\tabularnewline
+{\small\texttt{rows}} & {\small int} & {\small number of rows} & \tabularnewline
+{\small\texttt{rspec}} & {\small comma list} & {\small\texttt{\{start}}{\small , }{\small\texttt{step}}{\small , }{\small\texttt{rows\}}} & {\small short form spec.}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{Row-variable column formatting \ref{subsec:Row-var-col-formatting}}
+\begin{center}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{rround}} & {\small int} & {\small rounding} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{ralign}} & {\small char (}{\small\texttt{r/c/l}}{\small )} & {\small horizontal alignment} & {\small\texttt{r}}\tabularnewline
+{\small\texttt{rfont}} & {\small chars} & {\small font (}{\small\verb`\math<chars>`}{\small )} & \tabularnewline
+{\small\texttt{rhead}} & {\small tokens} & {\small header} & {\small\texttt{rvar}}\tabularnewline
+{\small\texttt{rhnudge}} & int & {\small nudge header }{\small{\small\verb`rhnudge`}}{\small{}
+mu} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small column position(s)} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{rvar'}} & {\small token(s)} & {\small 2nd row-variable col. spec.} & {\small\texttt{rvar}}\tabularnewline
+{\small\texttt{rhead'}} & {\small token(s)} & {\small header of 2nd r-v col. (if it exists)} & {\small\texttt{rvar'}}\tabularnewline
+{\small\texttt{rhnudge'}} & int & {\small nudge 2nd r-v col. header }{\small{\small\verb`rhnudge'`}}{\small{}
+mu} & {\small\texttt{0}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{Column-variable specification \ref{sec:Column-variable-settings}.}
+\begin{center}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{cvar}} & {\small token(s)} & {\small column-variable} & \tabularnewline
+{\small\texttt{cstep}} & {\small real num} & {\small step size} & \tabularnewline
+{\small\texttt{cstop}} & {\small real num} & {\small stop value} & {\small either }{\small\texttt{cstop}}\tabularnewline
+{\small\texttt{cols}} & {\small int} & {\small number of columns} & {\small or }{\small\texttt{cols}}{\small , not both}\tabularnewline
+{\small\texttt{cspec}} & {\small comma list} & {\small\texttt{\{cvar,cstep}}{\small ,}{\small\texttt{cols\}}} & {\small short form spec.}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{Column-variable header formatting \ref{subsec:Column-header-formatting}.}
+\begin{center}
+\begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{chstyle}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small header style} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{ctitle}} & {\small token(s)} & {\small single col. alternative header} & \tabularnewline
+{\small\texttt{chead}} & {\small token(s)} & {\small user-defined header} & \tabularnewline
+{\small\texttt{calign}} & {\small char (r/c/l)} & {\small column alignment} & {\small\texttt{r}}\tabularnewline
+{\small\texttt{chnudge}} & {\small int} & {\small nudge header }{\small{\small\verb`chnudge`}}{\small{}
+mu} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{chround}} & {\small int} & {\small column header rounding} & {\small\texttt{0}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{Function-value formatting \ref{sec:Function-value-formatting}.}
+\noindent \begin{center}
+\noindent \begin{center}
+\begin{tabular}{cc>{\raggedright}p{4cm}c}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{(pad)}} & {\small int} & {\small (t-notation) phantom padding} & \tabularnewline
+{\small\texttt{signs}} & {\small int} & {\small sign handling for function-values} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{diffs}} & {\small int} & {\small insert differences \& pre-pad with zeros} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{Q?}} & {\small tokens} & {\small special cell conditional} & \tabularnewline
+{\small\texttt{A!}} & {\small token(s)} & {\small special cell formatting} & \tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{\newpage Whole-of-table formatting \ref{sec:Whole-of-table-formatting}.}
+\noindent \begin{center}
+\noindent \begin{center}
+\begin{tabular}{ll>{\raggedright}p{4cm}l}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{ctitle}} & {\small token(s)} & {\small collective title for function-value columns} & \tabularnewline
+{\small\texttt{cmidrow}} & {\small token(s) } & {\small inter-header/title row} & \tabularnewline
+{\small\texttt{rules}} & {\small char(s)} & {\small horizontal rules template} & {\small\texttt{ThB}}\tabularnewline
+{\small\texttt{foot}} & {\small token(s)} & {\small content of footer line} & \tabularnewline
+{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small row-variable column position(s)} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{rbloc}} & {\small comma list} & {\small division of rows into blocks} & \tabularnewline
+{\small\texttt{rblocsep}} & {\small length} & {\small extra spacing between blocks of rows} & {\small\texttt{1 ex}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+
+\subsubsection*{Miscellaneous settings \ref{subsec:Multiple-function-tables}, \ref{subsec:Verticalalignment}.}
+\noindent \begin{center}
+\noindent \begin{center}
+\begin{tabular}{cc>{\raggedright}p{4cm}c}
+\toprule
+{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
+\midrule
+{\small\texttt{multifn}} & {\small char} & {\small multi-function separator} & {\small\texttt{,}}\tabularnewline
+{\small\texttt{valign}} & {\small char (t/m/b)} & {\small vertical alignment} & {\small\texttt{m}}\tabularnewline
+\bottomrule
+\end{tabular}
+\par\end{center}
+\par\end{center}
+\end{document}
diff --git a/macros/latex/contrib/numerica/README.txt b/macros/latex/contrib/numerica/README.txt
index e31e824f7c..844894f609 100644
--- a/macros/latex/contrib/numerica/README.txt
+++ b/macros/latex/contrib/numerica/README.txt
@@ -1,7 +1,7 @@
numerica: a package to numerically evaluate mathematical
-expressions in the LaTeX form in which they are typeset.
+ expressions in their LaTeX form.
-Andrew Parsloe (ajparsloe@gmail.com) 05 February 2021
+Andrew Parsloe (ajparsloe@gmail.com)
This work may be distributed and/or modified under the conditions
of the LaTeX Project Public License, either version 1.3c of this
@@ -10,26 +10,18 @@ http://www.latex-project.org/lppl.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-This is version 1.0.0 of the numerica bundle
-The LaTeX3 bundles l3kernel and l3packages
-are required; also amsmath and mathtools.
-
-numerica-basics.pdf explains more.
+This is version 2.0.0 of the numerica package. The packages
+l3kernel, l3packages, amsmath and mathtools are required. The
+commands \nmcIterate, \nmcSolve, \nmcRecur and \nmcTabulate
+available in version 1 of numerica by means of package options
+are now available as separate packages. See numerica.pdf for
+details on how to use the package.
Manifest
%%%%%%%%
README.txt this document
numerica.sty LaTeX .sty file
-numerica-plus.def optionally loaded files for use
-numerica-tables.def with numerica.sty
-numerica-lyx.def
-
-numerica-basics.pdf documentation for numerica.sty &
- numerica-lyx.def
-numerica-plus.pdf documentation for numerica-plus.def
-numerica-tables.pdf documentation for numerica-tables.def
-
-numerica-basics.tex LaTeX documentation source files
-numerica-plus.tex
-numerica-tables.tex
+numerica.pdf documentation for use of numerica
+numerica.tex documentation source file
+
diff --git a/macros/latex/contrib/numerica/numerica-basics.pdf b/macros/latex/contrib/numerica/numerica-basics.pdf
deleted file mode 100644
index 347c5a5097..0000000000
--- a/macros/latex/contrib/numerica/numerica-basics.pdf
+++ /dev/null
@@ -1,13442 +0,0 @@
-%PDF-1.5
-%
-1 0 obj
-<< /S /GoTo /D (chapter.1) >>
-endobj
-4 0 obj
-(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
-endobj
-5 0 obj
-<< /S /GoTo /D (section.1.1) >>
-endobj
-8 0 obj
-(\376\377\0001\000.\0001\000\040\000H\000o\000w\000\040\000t\000o\000\040\000u\000s\000e\000\040\000n\000u\000m\000e\000r\000i\000c\000a)
-endobj
-9 0 obj
-<< /S /GoTo /D (subsection.1.1.1) >>
-endobj
-12 0 obj
-(\376\377\0001\000.\0001\000.\0001\000\040\000P\000a\000c\000k\000a\000g\000e\000s\000\040\000a\000n\000d\000\040\000p\000a\000c\000k\000a\000g\000e\000\040\000o\000p\000t\000i\000o\000n\000s)
-endobj
-13 0 obj
-<< /S /GoTo /D (subsection.1.1.2) >>
-endobj
-16 0 obj
-(\376\377\0001\000.\0001\000.\0002\000\040\000S\000i\000m\000p\000l\000e\000\040\000e\000x\000a\000m\000p\000l\000e\000s\000\040\000o\000f\000\040\000u\000s\000e)
-endobj
-17 0 obj
-<< /S /GoTo /D (subsection.1.1.3) >>
-endobj
-20 0 obj
-(\376\377\0001\000.\0001\000.\0003\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000r\000e\000s\000u\000l\000t)
-endobj
-21 0 obj
-<< /S /GoTo /D (subsection.1.1.4) >>
-endobj
-24 0 obj
-(\376\377\0001\000.\0001\000.\0004\000\040\000E\000x\000p\000l\000o\000r\000i\000n\000g)
-endobj
-25 0 obj
-<< /S /GoTo /D (subsection.1.1.5) >>
-endobj
-28 0 obj
-(\376\377\0001\000.\0001\000.\0005\000\040\000R\000e\000a\000s\000s\000u\000r\000a\000n\000c\000e)
-endobj
-29 0 obj
-<< /S /GoTo /D (chapter.2) >>
-endobj
-32 0 obj
-(\376\377\0002\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000\050\000\134\000e\000v\000a\000l\000\051)
-endobj
-33 0 obj
-<< /S /GoTo /D (section.2.1) >>
-endobj
-36 0 obj
-(\376\377\0002\000.\0001\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000\050\000\134\000e\000v\000a\000l\000\051)
-endobj
-37 0 obj
-<< /S /GoTo /D (section.2.2) >>
-endobj
-40 0 obj
-(\376\377\0002\000.\0002\000\040\000T\000h\000e\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000=\000v\000a\000l\000u\000e\000\040\000l\000i\000s\000t)
-endobj
-41 0 obj
-<< /S /GoTo /D (subsection.2.2.1) >>
-endobj
-44 0 obj
-(\376\377\0002\000.\0002\000.\0001\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000\040\000n\000a\000m\000e\000s)
-endobj
-45 0 obj
-<< /S /GoTo /D (subsection.2.2.2) >>
-endobj
-48 0 obj
-(\376\377\0002\000.\0002\000.\0002\000\040\000T\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000a\000n\000d\000\040\000i\000t\000s\000\040\000u\000s\000e)
-endobj
-49 0 obj
-<< /S /GoTo /D (subsection.2.2.3) >>
-endobj
-52 0 obj
-(\376\377\0002\000.\0002\000.\0003\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t)
-endobj
-53 0 obj
-<< /S /GoTo /D (section.2.3) >>
-endobj
-56 0 obj
-(\376\377\0002\000.\0003\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000l\000\040\000r\000e\000s\000u\000l\000t)
-endobj
-57 0 obj
-<< /S /GoTo /D (subsection.2.3.1) >>
-endobj
-60 0 obj
-(\376\377\0002\000.\0003\000.\0001\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000v\000a\000l\000u\000e\000\040)
-endobj
-61 0 obj
-<< /S /GoTo /D (subsection.2.3.2) >>
-endobj
-64 0 obj
-(\376\377\0002\000.\0003\000.\0002\000\040\000P\000a\000d\000d\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000z\000e\000r\000o\000s\000\040)
-endobj
-65 0 obj
-<< /S /GoTo /D (subsection.2.3.3) >>
-endobj
-68 0 obj
-(\376\377\0002\000.\0003\000.\0003\000\040\000S\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n\000\040)
-endobj
-69 0 obj
-<< /S /GoTo /D (subsection.2.3.4) >>
-endobj
-72 0 obj
-(\376\377\0002\000.\0003\000.\0004\000\040\000B\000o\000o\000l\000e\000a\000n\000\040\000o\000u\000t\000p\000u\000t)
-endobj
-73 0 obj
-<< /S /GoTo /D (section.2.4) >>
-endobj
-76 0 obj
-(\376\377\0002\000.\0004\000\040\000C\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000d\000e\000t\000a\000i\000l\000s)
-endobj
-77 0 obj
-<< /S /GoTo /D (subsection.2.4.1) >>
-endobj
-80 0 obj
-(\376\377\0002\000.\0004\000.\0001\000\040\000A\000r\000i\000t\000h\000m\000e\000t\000i\000c)
-endobj
-81 0 obj
-<< /S /GoTo /D (subsection.2.4.2) >>
-endobj
-84 0 obj
-(\376\377\0002\000.\0004\000.\0002\000\040\000P\000r\000e\000c\000e\000d\000e\000n\000c\000e\000,\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000e\000s)
-endobj
-85 0 obj
-<< /S /GoTo /D (subsection.2.4.3) >>
-endobj
-88 0 obj
-(\376\377\0002\000.\0004\000.\0003\000\040\000M\000o\000d\000i\000f\000i\000e\000r\000s\000\040\000\050\000\134\000l\000e\000f\000t\000\040\000\134\000r\000i\000g\000h\000t\000,\000\040\000e\000t\000c\000.\000\051)
-endobj
-89 0 obj
-<< /S /GoTo /D (subsection.2.4.4) >>
-endobj
-92 0 obj
-(\376\377\0002\000.\0004\000.\0004\000\040\000O\000t\000h\000e\000r\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
-endobj
-93 0 obj
-<< /S /GoTo /D (subsection.2.4.5) >>
-endobj
-96 0 obj
-(\376\377\0002\000.\0004\000.\0005\000\040\000T\000r\000i\000g\000o\000n\000o\000m\000e\000t\000r\000i\000c\000\040\000\046\000\040\000h\000y\000p\000e\000r\000b\000o\000l\000i\000c\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-97 0 obj
-<< /S /GoTo /D (subsection.2.4.6) >>
-endobj
-100 0 obj
-(\376\377\0002\000.\0004\000.\0006\000\040\000L\000o\000g\000a\000r\000i\000t\000h\000m\000s)
-endobj
-101 0 obj
-<< /S /GoTo /D (subsection.2.4.7) >>
-endobj
-104 0 obj
-(\376\377\0002\000.\0004\000.\0007\000\040\000O\000t\000h\000e\000r\000\040\000u\000n\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-105 0 obj
-<< /S /GoTo /D (subsection.2.4.8) >>
-endobj
-108 0 obj
-(\376\377\0002\000.\0004\000.\0008\000\040\000S\000q\000u\000a\000r\000i\000n\000g\000,\000\040\000c\000u\000b\000i\000n\000g\000,\000\040\040\046\000u\000n\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-109 0 obj
-<< /S /GoTo /D (subsection.2.4.9) >>
-endobj
-112 0 obj
-(\376\377\0002\000.\0004\000.\0009\000\040\000n\000-\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-113 0 obj
-<< /S /GoTo /D (subsection.2.4.10) >>
-endobj
-116 0 obj
-(\376\377\0002\000.\0004\000.\0001\0000\000\040\000D\000e\000l\000i\000m\000i\000t\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000w\000i\000t\000h\000\040\000b\000r\000a\000c\000k\000e\000t\000s\000\040\000\046\000\040\000m\000o\000d\000i\000f\000i\000e\000r\000s\000\040)
-endobj
-117 0 obj
-<< /S /GoTo /D (subsection.2.4.11) >>
-endobj
-120 0 obj
-(\376\377\0002\000.\0004\000.\0001\0001\000\040\000A\000b\000s\000o\000l\000u\000t\000e\000\040\000v\000a\000l\000u\000e\000,\000\040\000f\000l\000o\000o\000r\000\040\000\046\000\040\000c\000e\000i\000l\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-121 0 obj
-<< /S /GoTo /D (subsection.2.4.12) >>
-endobj
-124 0 obj
-(\376\377\0002\000.\0004\000.\0001\0002\000\040\000F\000a\000c\000t\000o\000r\000i\000a\000l\000s\000,\000\040\000b\000i\000n\000o\000m\000i\000a\000l\000\040\000c\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000s)
-endobj
-125 0 obj
-<< /S /GoTo /D (subsection.2.4.13) >>
-endobj
-128 0 obj
-(\376\377\0002\000.\0004\000.\0001\0003\000\040\000S\000u\000m\000s\000\040\000a\000n\000d\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
-endobj
-129 0 obj
-<< /S /GoTo /D (section.2.5) >>
-endobj
-132 0 obj
-(\376\377\0002\000.\0005\000\040\000E\000r\000r\000o\000r\000\040\000m\000e\000s\000s\000a\000g\000e\000s\000\040)
-endobj
-133 0 obj
-<< /S /GoTo /D (subsection.2.5.1) >>
-endobj
-136 0 obj
-(\376\377\0002\000.\0005\000.\0001\000\040\000M\000i\000s\000m\000a\000t\000c\000h\000e\000d\000\040\000b\000r\000a\000c\000k\000e\000t\000s)
-endobj
-137 0 obj
-<< /S /GoTo /D (subsection.2.5.2) >>
-endobj
-140 0 obj
-(\376\377\0002\000.\0005\000.\0002\000\040\000U\000n\000k\000n\000o\000w\000n\000\040\000t\000o\000k\000e\000n\000s)
-endobj
-141 0 obj
-<< /S /GoTo /D (subsection.2.5.3) >>
-endobj
-144 0 obj
-(\376\377\0002\000.\0005\000.\0003\000\040\000O\000t\000h\000e\000r\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000e\000r\000r\000o\000r\000s)
-endobj
-145 0 obj
-<< /S /GoTo /D (subsection.2.5.4) >>
-endobj
-148 0 obj
-(\376\377\0002\000.\0005\000.\0004\000\040\000I\000n\000v\000e\000r\000s\000e\000\040\000p\000o\000w\000e\000r\000s\000\040\000o\000f\000\040\000n\000e\000g\000a\000t\000i\000v\000e\000\040\000n\000u\000m\000b\000e\000r\000s)
-endobj
-149 0 obj
-<< /S /GoTo /D (subsection.2.5.5) >>
-endobj
-152 0 obj
-(\376\377\0002\000.\0005\000.\0005\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000\040\000e\000r\000r\000o\000r\000s)
-endobj
-153 0 obj
-<< /S /GoTo /D (subsection.2.5.6) >>
-endobj
-156 0 obj
-(\376\377\0002\000.\0005\000.\0006\000\040\000C\000o\000m\000p\000a\000r\000i\000s\000o\000n\000\040\000e\000r\000r\000o\000r\000s)
-endobj
-157 0 obj
-<< /S /GoTo /D (subsection.2.5.7) >>
-endobj
-160 0 obj
-(\376\377\0002\000.\0005\000.\0007\000\040\000I\000n\000v\000a\000l\000i\000d\000\040\000b\000a\000s\000e\000\040\000f\000o\000r\000\040\000\134\000l\000o\000g)
-endobj
-161 0 obj
-<< /S /GoTo /D (subsection.2.5.8) >>
-endobj
-164 0 obj
-(\376\377\0002\000.\0005\000.\0008\000\040\000l\0003\000f\000p\000\040\000e\000r\000r\000o\000r\000s)
-endobj
-165 0 obj
-<< /S /GoTo /D (chapter.3) >>
-endobj
-168 0 obj
-(\376\377\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
-endobj
-169 0 obj
-<< /S /GoTo /D (section.3.1) >>
-endobj
-172 0 obj
-(\376\377\0003\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-173 0 obj
-<< /S /GoTo /D (subsection.3.1.1) >>
-endobj
-176 0 obj
-(\376\377\0003\000.\0001\000.\0001\000\040\040\030\000D\000e\000b\000u\000g\040\031\000\040\000f\000a\000c\000i\000l\000i\000t\000y)
-endobj
-177 0 obj
-<< /S /GoTo /D (subsection.3.1.2) >>
-endobj
-180 0 obj
-(\376\377\0003\000.\0001\000.\0002\000\040\000R\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g)
-endobj
-181 0 obj
-<< /S /GoTo /D (subsection.3.1.3) >>
-endobj
-184 0 obj
-(\376\377\0003\000.\0001\000.\0003\000\040\000I\000n\000p\000u\000t\000t\000i\000n\000g\000\040\000n\000u\000m\000b\000e\000r\000s\000\040\000i\000n\000\040\000s\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n)
-endobj
-185 0 obj
-<< /S /GoTo /D (subsection.3.1.4) >>
-endobj
-188 0 obj
-(\376\377\0003\000.\0001\000.\0004\000\040\000M\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s)
-endobj
-189 0 obj
-<< /S /GoTo /D (subsection.3.1.5) >>
-endobj
-192 0 obj
-(\376\377\0003\000.\0001\000.\0005\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000o\000f\000\040\000t\000r\000i\000g\000o\000n\000o\000m\000e\000t\000r\000i\000c\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
-endobj
-193 0 obj
-<< /S /GoTo /D (subsection.3.1.6) >>
-endobj
-196 0 obj
-(\376\377\0003\000.\0001\000.\0006\000\040\000U\000s\000i\000n\000g\000\040\000d\000e\000g\000r\000e\000e\000s\000\040\000r\000a\000t\000h\000e\000r\000\040\000t\000h\000a\000n\000\040\000r\000a\000d\000i\000a\000n\000s)
-endobj
-197 0 obj
-<< /S /GoTo /D (subsection.3.1.7) >>
-endobj
-200 0 obj
-(\376\377\0003\000.\0001\000.\0007\000\040\000S\000p\000e\000c\000i\000f\000y\000i\000n\000g\000\040\000a\000\040\000l\000o\000g\000a\000r\000i\000t\000h\000m\000\040\000b\000a\000s\000e)
-endobj
-201 0 obj
-<< /S /GoTo /D (subsection.3.1.8) >>
-endobj
-204 0 obj
-(\376\377\0003\000.\0001\000.\0008\000\040\000C\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000\040\000m\000o\000d\000e)
-endobj
-205 0 obj
-<< /S /GoTo /D (subsection.3.1.9) >>
-endobj
-208 0 obj
-(\376\377\0003\000.\0001\000.\0009\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000d\000i\000s\000p\000l\000a\000y\000\040\000f\000o\000r\000m\000a\000t)
-endobj
-209 0 obj
-<< /S /GoTo /D (subsection.3.1.10) >>
-endobj
-212 0 obj
-(\376\377\0003\000.\0001\000.\0001\0000\000\040\000D\000i\000s\000p\000l\000a\000y\000i\000n\000g\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000o\000n\000\040\000a\000\040\000n\000e\000w\000\040\000l\000i\000n\000e\000\040)
-endobj
-213 0 obj
-<< /S /GoTo /D (subsection.3.1.11) >>
-endobj
-216 0 obj
-(\376\377\0003\000.\0001\000.\0001\0001\000\040\000P\000u\000n\000c\000t\000u\000a\000t\000i\000o\000n)
-endobj
-217 0 obj
-<< /S /GoTo /D (section.3.2) >>
-endobj
-220 0 obj
-(\376\377\0003\000.\0002\000\040\000I\000n\000f\000i\000n\000i\000t\000e\000\040\000s\000u\000m\000s\000\040\000a\000n\000d\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
-endobj
-221 0 obj
-<< /S /GoTo /D (subsection.3.2.1) >>
-endobj
-224 0 obj
-(\376\377\0003\000.\0002\000.\0001\000\040\000P\000r\000e\000m\000a\000t\000u\000r\000e\000\040\000e\000n\000d\000i\000n\000g\000\040\000o\000f\000\040\000i\000n\000f\000i\000n\000i\000t\000e\000\040\000s\000u\000m\000s)
-endobj
-225 0 obj
-<< /S /GoTo /D (subsection.3.2.2) >>
-endobj
-228 0 obj
-(\376\377\0003\000.\0002\000.\0002\000\040\000D\000o\000u\000b\000l\000e\000\040\000s\000u\000m\000s\000\040\000o\000r\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
-endobj
-229 0 obj
-<< /S /GoTo /D (section.3.3) >>
-endobj
-232 0 obj
-(\376\377\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
-endobj
-233 0 obj
-<< /S /GoTo /D (subsection.3.3.1) >>
-endobj
-236 0 obj
-(\376\377\0003\000.\0003\000.\0001\000\040\000L\000o\000c\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000.\000c\000f\000g)
-endobj
-237 0 obj
-<< /S /GoTo /D (subsection.3.3.2) >>
-endobj
-240 0 obj
-(\376\377\0003\000.\0003\000.\0002\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000i\000n\000\040\040\030\000i\000n\000t\000-\000i\000f\000y\000i\000n\000g\040\031\000\040\000c\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000s)
-endobj
-241 0 obj
-<< /S /GoTo /D (section.3.4) >>
-endobj
-244 0 obj
-(\376\377\0003\000.\0004\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000m\000a\000t\000h\000e\000m\000a\000t\000i\000c\000a\000l\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s)
-endobj
-245 0 obj
-<< /S /GoTo /D (subsection.3.4.1) >>
-endobj
-248 0 obj
-(\376\377\0003\000.\0004\000.\0001\000\040\000T\000h\000e\000\040\000c\000l\000e\000a\000v\000e\000\040\000c\000o\000m\000m\000a\000n\000d\000s\000\040\000\134\000q\000\040\000a\000n\000d\000\040\000\134\000Q)
-endobj
-249 0 obj
-<< /S /GoTo /D (subsection.3.4.2) >>
-endobj
-252 0 obj
-(\376\377\0003\000.\0004\000.\0002\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000s)
-endobj
-253 0 obj
-<< /S /GoTo /D (chapter.4) >>
-endobj
-256 0 obj
-(\376\377\0004\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000\134\000e\000v\000a\000l\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
-endobj
-257 0 obj
-<< /S /GoTo /D (section.4.1) >>
-endobj
-260 0 obj
-(\376\377\0004\000.\0001\000\040\000S\000t\000a\000r\000\040\000o\000p\000t\000i\000o\000n\000\040\000f\000o\000r\000\040\000i\000n\000n\000e\000r\000\040\000\134\000e\000v\000a\000l)
-endobj
-261 0 obj
-<< /S /GoTo /D (section.4.2) >>
-endobj
-264 0 obj
-(\376\377\0004\000.\0002\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t)
-endobj
-265 0 obj
-<< /S /GoTo /D (subsection.4.2.1) >>
-endobj
-268 0 obj
-(\376\377\0004\000.\0002\000.\0001\000\040\000D\000e\000b\000u\000g\000g\000i\000n\000g)
-endobj
-269 0 obj
-<< /S /GoTo /D (chapter.5) >>
-endobj
-272 0 obj
-(\376\377\0005\000\040\000\134\000n\000m\000c\000I\000n\000f\000o\000\040\000\050\000\134\000i\000n\000f\000o\000\051)
-endobj
-273 0 obj
-<< /S /GoTo /D (section.5.1) >>
-endobj
-276 0 obj
-(\376\377\0005\000.\0001\000\040\000E\000r\000r\000o\000r\000s)
-endobj
-277 0 obj
-<< /S /GoTo /D (chapter.6) >>
-endobj
-280 0 obj
-(\376\377\0006\000\040\000S\000a\000v\000i\000n\000g\000\040\000a\000n\000d\000\040\000r\000e\000u\000s\000i\000n\000g\000\040\000r\000e\000s\000u\000l\000t\000s\000\040)
-endobj
-281 0 obj
-<< /S /GoTo /D (section.6.1) >>
-endobj
-284 0 obj
-(\376\377\0006\000.\0001\000\040\000U\000s\000e\000\040\000w\000i\000t\000h\000o\000u\000t\000\040\000o\000p\000t\000i\000o\000n\000a\000l\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000:\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e)
-endobj
-285 0 obj
-<< /S /GoTo /D (section.6.2) >>
-endobj
-288 0 obj
-(\376\377\0006\000.\0002\000\040\000U\000s\000e\000\040\000w\000i\000t\000h\000\040\000o\000p\000t\000i\000o\000n\000a\000l\000\040\000n\000a\000m\000e\000:\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e\000[\000c\000s\000n\000a\000m\000e\000])
-endobj
-289 0 obj
-<< /S /GoTo /D (subsection.6.2.1) >>
-endobj
-292 0 obj
-(\376\377\0006\000.\0002\000.\0001\000\040\000G\000r\000o\000u\000p\000\040\000l\000e\000v\000e\000l)
-endobj
-293 0 obj
-<< /S /GoTo /D (section.6.3) >>
-endobj
-296 0 obj
-(\376\377\0006\000.\0003\000\040\000W\000h\000a\000t\000\040\000i\000s\000\040\000s\000a\000v\000e\000d\000?)
-endobj
-297 0 obj
-<< /S /GoTo /D (subsection.6.3.1) >>
-endobj
-300 0 obj
-(\376\377\0006\000.\0003\000.\0001\000\040\000V\000i\000e\000w\000i\000n\000g\000\040\000w\000h\000a\000t\000\040\000i\000s\000\040\000s\000a\000v\000e\000d\000:\000\040\000\134\000r\000e\000u\000s\000e\000*)
-endobj
-301 0 obj
-<< /S /GoTo /D (subsection.6.3.2) >>
-endobj
-304 0 obj
-(\376\377\0006\000.\0003\000.\0002\000\040\000\134\000e\000v\000a\000l\000'\000s\000\040\000r\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g)
-endobj
-305 0 obj
-<< /S /GoTo /D (chapter.7) >>
-endobj
-308 0 obj
-(\376\377\0007\000\040\000U\000s\000i\000n\000g\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000\040\000w\000i\000t\000h\000\040\000L\000y\000X)
-endobj
-309 0 obj
-<< /S /GoTo /D (section.7.1) >>
-endobj
-312 0 obj
-(\376\377\0007\000.\0001\000\040\000I\000n\000s\000t\000a\000n\000t\000\040\000p\000r\000e\000v\000i\000e\000w)
-endobj
-313 0 obj
-<< /S /GoTo /D (subsection.7.1.1) >>
-endobj
-316 0 obj
-(\376\377\0007\000.\0001\000.\0001\000\040\000C\000o\000n\000f\000l\000i\000c\000t\000\040\000w\000i\000t\000h\000\040\000h\000y\000p\000e\000r\000r\000e\000f\000\040\000s\000u\000p\000p\000o\000r\000t\000?)
-endobj
-317 0 obj
-<< /S /GoTo /D (section.7.2) >>
-endobj
-320 0 obj
-(\376\377\0007\000.\0002\000\040\000M\000a\000t\000h\000e\000d)
-endobj
-321 0 obj
-<< /S /GoTo /D (subsection.7.2.1) >>
-endobj
-324 0 obj
-(\376\377\0007\000.\0002\000.\0001\000\040\000L\000a\000T\000e\000X\000\040\000b\000r\000a\000c\000e\000s\000\040\000\173\000\040\000\040\000\175)
-endobj
-325 0 obj
-<< /S /GoTo /D (section.7.3) >>
-endobj
-328 0 obj
-(\376\377\0007\000.\0003\000\040\000P\000r\000e\000v\000i\000e\000w\000\040\000i\000n\000s\000e\000t\000s\000\040\000v\000s\000\040\000m\000a\000t\000h\000e\000d)
-endobj
-329 0 obj
-<< /S /GoTo /D (section.7.4) >>
-endobj
-332 0 obj
-(\376\377\0007\000.\0004\000\040\000E\000r\000r\000o\000r\000s\000\040)
-endobj
-333 0 obj
-<< /S /GoTo /D (subsection.7.4.1) >>
-endobj
-336 0 obj
-(\376\377\0007\000.\0004\000.\0001\000\040\000C\000P\000U\000\040\000u\000s\000a\000g\000e\000,\000\040\000L\000a\000T\000e\000X\000\040\000p\000r\000o\000c\000e\000s\000s\000e\000s)
-endobj
-337 0 obj
-<< /S /GoTo /D (section.7.5) >>
-endobj
-340 0 obj
-(\376\377\0007\000.\0005\000\040\000U\000s\000i\000n\000g\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e)
-endobj
-341 0 obj
-<< /S /GoTo /D (subsection.7.5.1) >>
-endobj
-344 0 obj
-(\376\377\0007\000.\0005\000.\0001\000\040\000A\000\040\000f\000i\000n\000a\000l\000\040\000t\000w\000e\000a\000k\000?)
-endobj
-345 0 obj
-<< /S /GoTo /D (section.7.6) >>
-endobj
-348 0 obj
-(\376\377\0007\000.\0006\000\040\000U\000s\000i\000n\000g\000\040\000L\000y\000X\000\040\000n\000o\000t\000e\000s)
-endobj
-349 0 obj
-<< /S /GoTo /D (chapter.8) >>
-endobj
-352 0 obj
-(\376\377\0008\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
-endobj
-353 0 obj
-<< /S /GoTo /D (section.8.1) >>
-endobj
-356 0 obj
-(\376\377\0008\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a)
-endobj
-357 0 obj
-<< /S /GoTo /D (section.8.2) >>
-endobj
-360 0 obj
-(\376\377\0008\000.\0002\000\040\040\030\000D\000i\000g\000e\000s\000t\000i\000b\000l\000e\040\031\000\040\000c\000o\000n\000t\000e\000n\000t)
-endobj
-361 0 obj
-<< /S /GoTo /D (section.8.3) >>
-endobj
-364 0 obj
-(\376\377\0008\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
-endobj
-365 0 obj
-<< /S /GoTo /D (subsection.8.3.1) >>
-endobj
-368 0 obj
-(\376\377\0008\000.\0003\000.\0001\000\040\000A\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-369 0 obj
-<< /S /GoTo /D (subsection.8.3.2) >>
-endobj
-372 0 obj
-(\376\377\0008\000.\0003\000.\0002\000\040\000A\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000c\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000f\000i\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-373 0 obj
-<< /S /GoTo /D [374 0 R /Fit] >>
-endobj
-377 0 obj
-<<
-/Length 239
-/Filter /FlateDecode
->>
-stream
-xuAO0 >61!1$p 8d] ]@dK{{v`>3:^[T"8߀m-8ЕPo9?طMЛ0͠^$# J'OYe㶏J[.'epR:mq
-endstream
-endobj
-374 0 obj
-<<
-/Type /Page
-/Contents 377 0 R
-/Resources 376 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
-/Annots [ 375 0 R ]
->>
-endobj
-375 0 obj
-<<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [246.184 396.506 365.064 412.446]
-/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
->>
-endobj
-378 0 obj
-<<
-/D [374 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-379 0 obj
-<<
-/D [374 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-376 0 obj
-<<
-/Font << /F30 380 0 R /F31 381 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-386 0 obj
-<<
-/Length 1657
-/Filter /FlateDecode
->>
-stream
-xڥXK6Q"F|ͣERdVJPn 0p87M(\?^VeT2YE,OHg+
-z׿|- +X"Jg%/hN/e *8׳tǽqͶZ2 =2J]ucV*Ӹ6R:Ӳaki1X]u\ǯaǾnW<60-*%p<p-֤zpۭǡɻj*dl>rgݞf h_V:hfat5"M6͂VL\iR{N`2` PrKWO߼ 2ئ&0I{# u;=ུЃPnvBd9wJ Ǧnh}y/5d 88{}O WD8Ҙ{Zm6^Dms6;}|d{1yhZT}rV;&78<O=6`"yx܄O.!}M8jBv=Q|6e1J([0,мu^*)'N`z?kwNj=Rpw5lu9bCMg0q>.ki@\,θδK?rAZ$ga"/ӂɳ8r.$zP`JI}1{dEMò?
-7#)p9 W)$@^feqs)<fF
-k.+R -vtq)qYxvg\Bw,rsv0?> y+A!{f=l&̾w$WCLn]S,)eZ<lY?go ]2JxJQ|0Uo;{
-.0& =Q0/pZpK2V1fФDRd3p8\̵)
-\,}5utA(I+#DkLA1~)e߷&ꧽ -K=071&Fcf%عȞUK^"jSUY,͟Y#^e`08ZA=1f//#O򈁔@,?Pm?{]iHfy8Ԇ g%4=b[fyl*Su=_20=qo^m*w@TSɷZBk 8})-7PPMc4in=FpL_P /3M7CMfO4bټ$dr_/AHV#5tg֢P7!PHŋIƼ(=Q@ NYMJmMj9CBm;}7 *a?t
-endstream
-endobj
-385 0 obj
-<<
-/Type /Page
-/Contents 386 0 R
-/Resources 384 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
-/Annots [ 383 0 R ]
->>
-endobj
-383 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [364.947 301.393 379.67 313.348]
-/A << /S /GoTo /D (section.3.4) >>
->>
-endobj
-390 0 obj
-<<
-/D [385 0 R /XYZ 133.768 399.525 null]
->>
-endobj
-384 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F50 389 0 R /F51 391 0 R /F68 392 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-396 0 obj
-<<
-/Length 67
-/Filter /FlateDecode
->>
-stream
-x3PHW0Pp2 @;pY(XY))+XX*(DkjƆxp
-endstream
-endobj
-395 0 obj
-<<
-/Type /Page
-/Contents 396 0 R
-/Resources 394 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
->>
-endobj
-394 0 obj
-<<
-/Font << /F28 388 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-433 0 obj
-<<
-/Length 1423
-/Filter /FlateDecode
->>
-stream
-x՚Is6<eC:i;ʹkzIz)X攋ű  %.,%zQY;xD|Ɓܧ8˕}g JCsT&SGeN 1m
-8\x!r"_x긪*VֵW9_<@@]:(Y?$ CJbZܟ
-oj5LJ[R~C\
-Z1թ,H~`i|H Q
-RMb=BY@P.[@vT0v$-rx E!: 3ƿC" C,MqN9Đ'C
-g@g)ʲ.DΉH$G[^pAB08RРM$2Ѧ,.DR&a|uFOԍڱ)Au-$ȞeD8lR!1u9!]lgs=ў'*"#r~RAxTb#Ȣ\nA+X\'=(N#Nϱi}Ru
-XA謁HEUꨏ&TKJjݕ%F`M >#I
-yws^g+ˇH=\ "3o/Eӄ%[\#`g!tp0]Թbiʥ+$2`S N>.;ri۰wSTD̆ԣHBhpjƓugFdb#{DuD\d%d8Bgލ!>/2.2-TIeGB^{EwBFr%UK 64r\>3N3K3 ;&ˢCsn;DTmUx}[T0TYV?ou+
-6҅ߔn
-nucj8F
-ߦ<`|ڹRY" [6JaܕŵMpE7uMCNcf=5_&N4|xԙ(k)gafRZk#U#p}o,686Q0;xnMe
-a_8smzr(@$NE6Èf.uay>|eΧe@/$ۤx| 4..``k;혊^Ήwqґ1RMitg9IDU^")*niv=q]*
-Qr9! :>/Buƾ#F&ᰙ0eQOeY6qV#Ü0]aiHU8y]sH~Z
-endstream
-endobj
-432 0 obj
-<<
-/Type /Page
-/Contents 433 0 R
-/Resources 431 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
-/Annots [ 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R ]
->>
-endobj
-397 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 514.77 212.874 523.727]
-/A << /S /GoTo /D (chapter.1) >>
->>
-endobj
-398 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 502.814 266.548 511.67]
-/A << /S /GoTo /D (section.1.1) >>
->>
-endobj
-399 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 488.922 335.651 499.715]
-/A << /S /GoTo /D (subsection.1.1.1) >>
->>
-endobj
-400 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 476.967 305.347 487.76]
-/A << /S /GoTo /D (subsection.1.1.2) >>
->>
-endobj
-401 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 465.012 293.337 475.804]
-/A << /S /GoTo /D (subsection.1.1.3) >>
->>
-endobj
-402 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 453.057 247.01 463.849]
-/A << /S /GoTo /D (subsection.1.1.4) >>
->>
-endobj
-403 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 443.039 257.914 451.894]
-/A << /S /GoTo /D (subsection.1.1.5) >>
->>
-endobj
-404 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 418.63 252.13 430.585]
-/A << /S /GoTo /D (chapter.2) >>
->>
-endobj
-405 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 407.228 322.852 418.077]
-/A << /S /GoTo /D (section.2.1) >>
->>
-endobj
-406 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 397.21 273.993 406.066]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-407 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 385.255 271.003 394.111]
-/A << /S /GoTo /D (subsection.2.2.1) >>
->>
-endobj
-408 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 373.3 302.635 382.156]
-/A << /S /GoTo /D (subsection.2.2.2) >>
->>
-endobj
-409 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 359.408 296.077 370.2]
-/A << /S /GoTo /D (subsection.2.2.3) >>
->>
-endobj
-410 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 347.453 312.1 358.245]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-411 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 335.497 275.763 346.29]
-/A << /S /GoTo /D (subsection.2.3.1) >>
->>
-endobj
-412 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 323.542 291.344 334.335]
-/A << /S /GoTo /D (subsection.2.3.2) >>
->>
-endobj
-413 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 313.524 286.695 322.38]
-/A << /S /GoTo /D (subsection.2.3.3) >>
->>
-endobj
-414 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 299.632 272.166 310.425]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-415 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 289.614 261.788 298.469]
-/A << /S /GoTo /D (section.2.4) >>
->>
-endobj
-416 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 277.659 251.853 286.514]
-/A << /S /GoTo /D (subsection.2.4.1) >>
->>
-endobj
-417 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 263.766 309.139 274.559]
-/A << /S /GoTo /D (subsection.2.4.2) >>
->>
-endobj
-418 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 251.258 343.676 263.213]
-/A << /S /GoTo /D (subsection.2.4.3) >>
->>
-endobj
-419 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 239.856 328.869 250.649]
-/A << /S /GoTo /D (subsection.2.4.4) >>
->>
-endobj
-420 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 227.901 368.471 238.694]
-/A << /S /GoTo /D (subsection.2.4.5) >>
->>
-endobj
-421 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 215.946 253.984 226.738]
-/A << /S /GoTo /D (subsection.2.4.6) >>
->>
-endobj
-422 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 203.991 301.473 214.783]
-/A << /S /GoTo /D (subsection.2.4.7) >>
->>
-endobj
-423 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 192.035 365.4 202.828]
-/A << /S /GoTo /D (subsection.2.4.8) >>
->>
-endobj
-424 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 180.08 271.033 190.873]
-/A << /S /GoTo /D (subsection.2.4.9) >>
->>
-endobj
-425 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 168.125 417.98 178.918]
-/A << /S /GoTo /D (subsection.2.4.10) >>
->>
-endobj
-426 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 156.17 379.541 166.963]
-/A << /S /GoTo /D (subsection.2.4.11) >>
->>
-endobj
-427 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 144.215 340.936 155.007]
-/A << /S /GoTo /D (subsection.2.4.12) >>
->>
-endobj
-428 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 132.26 288.493 143.052]
-/A << /S /GoTo /D (subsection.2.4.13) >>
->>
-endobj
-429 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 120.304 241.641 131.097]
-/A << /S /GoTo /D (section.2.5) >>
->>
-endobj
-434 0 obj
-<<
-/D [432 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-435 0 obj
-<<
-/D [432 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-431 0 obj
-<<
-/Font << /F71 436 0 R /F49 387 0 R /F28 388 0 R /F50 389 0 R /F72 437 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-482 0 obj
-<<
-/Length 1769
-/Filter /FlateDecode
->>
-stream
-xZnF}WTn^
-M&NMQ2TyxY2mJ^dI33ʛ,'g"x&r޽> ˉr|r 3b&GEB:ol *"g>BԇsZy6|{q3y?T[{?/<I:+*Bd>_&.1!Nh4BG1Q|4l*L5Sg(5Da&,D>!FB\%a+YALgR170~;qy\Ђ'ց%4e(w2GgaN'lCѾh-ܠ[i%^~
--z,"zyø㯢ĥ3:
-gk7 uuOU|^C/x6R="3K+-JWdD]Lq[R#rc@83E\0yy/`a!=:o{BWQWQ]OR)63tAq dd]#w /OAee${`8!F}uJKPѭqfHӰ6E+8^32! "wOyI[1Â۠kuXѬAlA74/W)2ֶ%~B#С-o;ZLd-8YplM%
-
-x:7a1*Zhڋ~5i>lހsCU>QPe\3!K/d
-+0K8.4Ns?LӫMǡu
-qs[H牃g{/@}hk;Q5G޳)BGtoD[ƢXZOa(vccvZ7D(Rc^y23pzyy&^F$ĞU\YcTW-q̇&'-6;׺г xHYs6 3j"9P#6z"f?? 0P-e?ya3C=&͆u߃ؓlP:BDA1ʫ>JW"P0yԕ 5u@VFmj1>Yo3^&JhfYB'ՏX`%cBykO4
-`
-endstream
-endobj
-481 0 obj
-<<
-/Type /Page
-/Contents 482 0 R
-/Resources 480 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
-/Annots [ 430 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R ]
->>
-endobj
-430 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 656.239 296.243 665.095]
-/A << /S /GoTo /D (subsection.2.5.1) >>
->>
-endobj
-438 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 644.284 276.788 653.139]
-/A << /S /GoTo /D (subsection.2.5.2) >>
->>
-endobj
-439 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 632.329 288.854 641.184]
-/A << /S /GoTo /D (subsection.2.5.3) >>
->>
-endobj
-440 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 618.436 358.896 629.229]
-/A << /S /GoTo /D (subsection.2.5.4) >>
->>
-endobj
-441 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 606.481 307.921 617.274]
-/A << /S /GoTo /D (subsection.2.5.5) >>
->>
-endobj
-442 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 594.526 284.979 605.319]
-/A << /S /GoTo /D (subsection.2.5.6) >>
->>
-endobj
-443 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 582.294 295.801 593.419]
-/A << /S /GoTo /D (subsection.2.5.7) >>
->>
-endobj
-444 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 570.339 253.791 580.819]
-/A << /S /GoTo /D (subsection.2.5.8) >>
->>
-endobj
-445 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 548.698 190.031 559.592]
-/A << /S /GoTo /D (chapter.3) >>
->>
-endobj
-446 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 536.743 238.542 547.535]
-/A << /S /GoTo /D (section.3.1) >>
->>
-endobj
-447 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 524.788 271.059 535.58]
-/A << /S /GoTo /D (subsection.3.1.1) >>
->>
-endobj
-448 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 512.832 262.868 523.625]
-/A << /S /GoTo /D (subsection.3.1.2) >>
->>
-endobj
-449 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 500.877 378.157 511.67]
-/A << /S /GoTo /D (subsection.3.1.3) >>
->>
-endobj
-450 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 490.859 297.018 499.715]
-/A << /S /GoTo /D (subsection.3.1.4) >>
->>
-endobj
-451 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 476.967 401.957 487.76]
-/A << /S /GoTo /D (subsection.3.1.5) >>
->>
-endobj
-452 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 465.012 352.282 475.804]
-/A << /S /GoTo /D (subsection.3.1.6) >>
->>
-endobj
-453 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 453.057 324.968 463.849]
-/A << /S /GoTo /D (subsection.3.1.7) >>
->>
-endobj
-454 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 443.039 281.16 451.894]
-/A << /S /GoTo /D (subsection.3.1.8) >>
->>
-endobj
-455 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 429.146 359.893 439.939]
-/A << /S /GoTo /D (subsection.3.1.9) >>
->>
-endobj
-456 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 417.191 362.771 427.984]
-/A << /S /GoTo /D (subsection.3.1.10) >>
->>
-endobj
-457 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 407.173 258.329 416.029]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-458 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 393.281 289.6 404.073]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-459 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 381.326 352.863 392.118]
-/A << /S /GoTo /D (subsection.3.2.1) >>
->>
-endobj
-460 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 369.37 313.898 380.163]
-/A << /S /GoTo /D (subsection.3.2.2) >>
->>
-endobj
-461 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 357.415 277.286 368.208]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-462 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 345.183 320.776 356.253]
-/A << /S /GoTo /D (subsection.3.3.1) >>
->>
-endobj
-463 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 333.505 361.055 344.298]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-464 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 321.55 316.278 332.342]
-/A << /S /GoTo /D (section.3.4) >>
->>
-endobj
-465 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 309.318 346.968 320.443]
-/A << /S /GoTo /D (subsection.3.4.1) >>
->>
-endobj
-466 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 297.639 269.288 308.432]
-/A << /S /GoTo /D (subsection.3.4.2) >>
->>
-endobj
-467 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 275.722 274.807 286.616]
-/A << /S /GoTo /D (chapter.4) >>
->>
-endobj
-468 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 263.766 292.12 274.615]
-/A << /S /GoTo /D (section.4.1) >>
->>
-endobj
-469 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 251.811 264.888 262.604]
-/A << /S /GoTo /D (section.4.2) >>
->>
-endobj
-470 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 239.856 250.857 250.649]
-/A << /S /GoTo /D (subsection.4.2.1) >>
->>
-endobj
-471 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 219.066 233.395 228.689]
-/A << /S /GoTo /D (chapter.5) >>
->>
-endobj
-472 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 207.92 200.02 216.776]
-/A << /S /GoTo /D (section.5.1) >>
->>
-endobj
-473 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 184.065 285.364 194.959]
-/A << /S /GoTo /D (chapter.6) >>
->>
-endobj
-474 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 172.11 363.13 182.958]
-/A << /S /GoTo /D (section.6.1) >>
->>
-endobj
-475 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 160.155 372.567 171.003]
-/A << /S /GoTo /D (section.6.2) >>
->>
-endobj
-476 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 148.2 254.967 158.993]
-/A << /S /GoTo /D (subsection.6.2.1) >>
->>
-endobj
-477 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 138.182 238.875 147.037]
-/A << /S /GoTo /D (section.6.3) >>
->>
-endobj
-478 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 123.736 341.102 135.691]
-/A << /S /GoTo /D (subsection.6.3.1) >>
->>
-endobj
-483 0 obj
-<<
-/D [481 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-480 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F49 387 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-503 0 obj
-<<
-/Length 1028
-/Filter /FlateDecode
->>
-stream
-xXn8}W0b/O.I1Pd\v@\ͰIb
-){xx. Z ^R%X pdULQIhv>D
-sgK)6r6)L%v|VNE &ln],tU勺_H!1E8N$!jz|%FD㬜 YsBpNŖjv']
-\,ߏjёM|j&*,*0tUD|m6it7X*?*}?ϯI=A;D@P6R!#2C9k` 4(ܕ[[
-6c$H
-;Ksj Ɔ~u7"{HQPvN7
-hKM
-DؽZJہ8ۤ7봚S
-#w|irK X n̶{VźH q#?&iWLߔS, 1^. 
-endstream
-endobj
-502 0 obj
-<<
-/Type /Page
-/Contents 503 0 R
-/Resources 501 0 R
-/MediaBox [0 0 612 792]
-/Parent 382 0 R
-/Annots [ 479 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R ]
->>
-endobj
-479 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 654.302 299.536 665.15]
-/A << /S /GoTo /D (subsection.6.3.2) >>
->>
-endobj
-484 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 631.457 274.875 643.278]
-/A << /S /GoTo /D (chapter.7) >>
->>
-endobj
-485 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 620.429 240.507 631.222]
-/A << /S /GoTo /D (section.7.1) >>
->>
-endobj
-486 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 608.474 342.458 619.266]
-/A << /S /GoTo /D (subsection.7.1.1) >>
->>
-endobj
-487 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 598.456 206.109 607.311]
-/A << /S /GoTo /D (section.7.2) >>
->>
-endobj
-488 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 584.01 280.521 595.965]
-/A << /S /GoTo /D (subsection.7.2.1) >>
->>
-endobj
-489 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 574.545 283.651 583.401]
-/A << /S /GoTo /D (section.7.3) >>
->>
-endobj
-490 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 562.59 203.341 571.446]
-/A << /S /GoTo /D (section.7.4) >>
->>
-endobj
-491 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 548.49 327.871 559.491]
-/A << /S /GoTo /D (subsection.7.4.1) >>
->>
-endobj
-492 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 536.743 247.829 547.591]
-/A << /S /GoTo /D (section.7.5) >>
->>
-endobj
-493 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 526.725 267.323 535.58]
-/A << /S /GoTo /D (subsection.7.5.1) >>
->>
-endobj
-494 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 512.279 244.962 523.625]
-/A << /S /GoTo /D (section.7.6) >>
->>
-endobj
-495 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 490.915 249.115 501.809]
-/A << /S /GoTo /D (chapter.8) >>
->>
-endobj
-496 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 480.897 312.558 489.752]
-/A << /S /GoTo /D (section.8.1) >>
->>
-endobj
-497 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 467.004 256.669 477.797]
-/A << /S /GoTo /D (section.8.2) >>
->>
-endobj
-498 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 455.049 207.547 465.842]
-/A << /S /GoTo /D (section.8.3) >>
->>
-endobj
-499 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 443.094 346.526 453.942]
-/A << /S /GoTo /D (subsection.8.3.1) >>
->>
-endobj
-500 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 431.139 356.849 441.932]
-/A << /S /GoTo /D (subsection.8.3.2) >>
->>
-endobj
-504 0 obj
-<<
-/D [502 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-501 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F49 387 0 R /F72 437 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-510 0 obj
-<<
-/Length 2991
-/Filter /FlateDecode
->>
-stream
-xڽZے}
-ƕq]rx6u*HO7H7/CFhTD$&EB)&62V2#vwp.oVkX~;Yj
-h3f^W+%⮩oMWgx,Ixfת7Hi'#a<XabG0;aY,
-SDput5/'V&]ٻ.|[4BrxVJS-lAK`EJ/:PH$
-
-!zkZ9$x!`gP,XT0߯, v/v_p܄0K7C3 g
-g-BoһmcP5o ]$lnu
-0"p.~~FzSGP4uuv& tMM lщoC1!l
-EJpJkBfV
-R#fEM=im%@ca}.*] Xӫް?Ӻ!h"h*\Wܕ0d $Yfgjparĕ/\Z!RRJjO7ܸMeG]pOS[m?,I4ŵXO}͡H|ZYX*
-Q'9Fp_n]aj{~Ud\a5Es{z&ѝۢd=0̄ф LKP%=pUP~0#B
-Ԩ꨾)|BpG a,Xxسϫq0?Q[,˾<diK@U'F4RnoJLJhs7m!$S# "f藛éh!) a@Ct291qi8.Dz,,h`FUJ]>MwM L{va H/?HY'gFsޯ֨D-:M4,aWZYT˱ADKKr~-k@A1#.``/@d>$)I>J3(EJW fi=1o5b 2L8k<0 X?Ve‹a7q \ʢ Q"HX՗XXfwmP8ax"i
-}l(.2 *]
-aֆeQ_?v
-endstream
-endobj
-509 0 obj
-<<
-/Type /Page
-/Contents 510 0 R
-/Resources 508 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
-/Annots [ 505 0 R 506 0 R 507 0 R ]
->>
-endobj
-505 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [419.057 465.801 425.519 477.945]
-/A << /S /GoTo /D (Hfootnote.1) >>
->>
-endobj
-506 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [452.909 453.845 459.37 465.989]
-/A << /S /GoTo /D (Hfootnote.2) >>
->>
-endobj
-507 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [315.621 341.738 338.092 353.693]
-/A << /S /GoTo /D (subsection.1.1.2) >>
->>
-endobj
-511 0 obj
-<<
-/D [509 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-2 0 obj
-<<
-/D [509 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-513 0 obj
-<<
-/D [509 0 R /XYZ 149.011 213.898 null]
->>
-endobj
-516 0 obj
-<<
-/D [509 0 R /XYZ 149.011 185.504 null]
->>
-endobj
-508 0 obj
-<<
-/Font << /F71 436 0 R /F50 389 0 R /F28 388 0 R /F68 392 0 R /F69 393 0 R /F76 512 0 R /F77 514 0 R /F75 515 0 R /F78 517 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-525 0 obj
-<<
-/Length 3286
-/Filter /FlateDecode
->>
-stream
-xڵZn}W-2]f$ ؎F `Ma2k s[E]ݷR<QMtwɗ" RaKbFLH˫۝HuxoE>ߊ$Pt?}ɗ&A(\e۲0bJa%aݶ}۝<m"\%L~=MWuncW}}z*}P7'З*%D;Y=eBqxk9' 8
-x I(tQp7Adv)YcP:!9" Hqm܍
-9p~~3V9ϥLqR&kvJ"H8l p\7S ΒX~" fD\#>ۈ~;a"\s(nsG 62 a NϰXƮ115o|Y"VLN
-C<BRhgz9
-i%)ҲWp+aq geH$7< ryȣw9zH|ڈx->^pWqr3^/fF8#'wҜ جc' >R@9M/0oT>vPsJ]]5/k+6BƖc LI)Ur"
-ywߪVggDX<t;3wc*cEWԖjQ/p(ޝɛvOݖ;tSf& ū+*'(iKMW9}p]=e
-S|*kк5P>ʻT"[SKGZV_,Ceь=!
-Gk ҊOU7gm7E]o9}+\kt[+JÞ1'8:=6s&\&oN]89<0J]1o[f%$>ـi”Q9lǻ6!/"*0Ŝ2G[bW(Ea6q qo<2O}V/ pэf㴓`"S}uțIGdXHH| tQX$v\
-ƕgfUEkUt xe"R%?Ma7>}cis )w+0s"Zh|}I5BOM> ȐNfrJŴ\F7Uwivv5rX cn+xt;z ƍ]QIf!⎓PXulk7j@uum|x6ޘ5YL׌.zi?Qx/B{qNSZI s1+ߜ}FB
-BeӒ~n}DH`I<RzvKzv~#nKB^܇{JË;Ucd6ߩD @ mp̞1:C
-T|ԎѸi)|5G69PR - ꘿:f8j?L
-;;ٸr2/ng hR')f<SHO~ZleuU+vZxǓA9];'޽oDlȰJ7heOњN_=e܂Ch4uiѦ?kmj H kM^hpK bE3jCS%Pֽ.h*8ahM~(f\1/ =r5?,3oRΔYey$o꒔F9 uN*kA/vG,)$5,0lu_zcKUbvnIJ6֡/\sH*5FDթ␻-#v%;
-w=4[u!M#/
-[r/w[(6uk*)r}AĔ—ӖeK;̲DlRMbL%oAONlw zFk
-9#
-P˾u/1'Ke5@˘s s?׷S"cDvx b
- [w;< <e6}k<Jnmo 7z{EL:[y*S>=/\q’/ E
-endstream
-endobj
-524 0 obj
-<<
-/Type /Page
-/Contents 525 0 R
-/Resources 523 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
-/Annots [ 519 0 R 520 0 R 521 0 R ]
->>
-endobj
-519 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [287.845 546.911 310.316 558.866]
-/A << /S /GoTo /D (subsection.1.1.5) >>
->>
-endobj
-520 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [311.657 241.639 318.119 253.576]
-/A << /S /GoTo /D (Hfootnote.3) >>
->>
-endobj
-521 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [453.237 173.616 475.708 184.686]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-526 0 obj
-<<
-/D [524 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-6 0 obj
-<<
-/D [524 0 R /XYZ 133.768 281.835 null]
->>
-endobj
-534 0 obj
-<<
-/D [524 0 R /XYZ 149.011 168.486 null]
->>
-endobj
-523 0 obj
-<<
-/Font << /F28 388 0 R /F69 393 0 R /F53 527 0 R /F57 528 0 R /F56 529 0 R /F59 530 0 R /F54 531 0 R /F60 532 0 R /F41 533 0 R /F50 389 0 R /F68 392 0 R /F71 436 0 R /F72 437 0 R /F76 512 0 R /F75 515 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-539 0 obj
-<<
-/Length 2238
-/Filter /FlateDecode
->>
-stream
-xYo_  )55 "򊶅cO> w7w/-p>~3nW9˳9J(ŜW8&Y]VL0wBoJd\7 eʙ*l4LNuߍח?|N櫂VZWk3$0jةHӰwi-MZ?ԛ2!H&ޗ#1iZK7kIk[e,ox@iXլ̷HަlKR;c[*I-EhwFz
-LË*ލ +zq>ѧ䬐 g~JIO2cܱ(U6!LeG=/++|Cγ(d7k4!K몪F3 7}Fp(i:Β2icD)vǁ6jAV蛇7BrovCJ7p+E]U= `=Z~ٜg+oHą.QG vm's#~}Mdpn
-(^)fEt>i -n*DI0b4;Nma9>)49Cmy0=h3~h>Dpɸ3gV5%4 6n $[=&Ptg<e
-,wrLM̵h!<y9|o}CmT%CPC0֎J#ΐXͮ!c~hGC6P7xȦ K'
-ɴ"{W#<AwfSmPqkPhtZ!9SۺlF<g.mvd$t+1dTk}N 4)SN{[;Y!0<]%wLnX'o+Yceu-Kwrcd&_Z% "Ypî2x$Pbv w8&мX_h U+oB!%]7>yp
-@.v0 w85Sͮhmʹ
-*\͎VǺJ*lX]X`|ǎ>| 8n u6`cTD
-~wlK~ӻT[X2Yn&'\1p΋&Q*@T(!shKF
-d~1:Y{ h:,KL09j `P**κ!n+5IqR -:rI`N-zR\7Dvt)6ǐI
- uˑxÝr6S5gt#ppb=Mv}KܙC O>
-endstream
-endobj
-538 0 obj
-<<
-/Type /Page
-/Contents 539 0 R
-/Resources 537 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
-/Annots [ 522 0 R 535 0 R 536 0 R ]
->>
-endobj
-522 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [363.153 568.285 369.614 580.221]
-/A << /S /GoTo /D (Hfootnote.4) >>
->>
-endobj
-535 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [285.837 337.27 292.81 348.063]
-/A << /S /GoTo /D (chapter.7) >>
->>
-endobj
-536 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.939 293.552 179.913 304.345]
-/A << /S /GoTo /D (chapter.7) >>
->>
-endobj
-540 0 obj
-<<
-/D [538 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-10 0 obj
-<<
-/D [538 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-14 0 obj
-<<
-/D [538 0 R /XYZ 133.768 268.402 null]
->>
-endobj
-541 0 obj
-<<
-/D [538 0 R /XYZ 149.011 128.717 null]
->>
-endobj
-537 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F72 437 0 R /F68 392 0 R /F56 529 0 R /F53 527 0 R /F69 393 0 R /F76 512 0 R /F75 515 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-545 0 obj
-<<
-/Length 2560
-/Filter /FlateDecode
->>
-stream
-xڥYKܸϯ@شV|ax%fl/ӊR36SŢ^=x\ZU"U ~_no~ 2Up{Qt4" nca˘G:|;CC/mwѱ64~4,>Z!ѓtWuu>/IR2JUov')f"-I+XؙF NT,3e3FޞN)<t"ٴ'&d`j"evlpaPt8tSß.BS{kjFIrrgӹcٗ=m*M#z:|Yx~ wUnh9KX8”v\O7N}1Z*Zҵr68yl$yI9I%hQ\e lztea5TlMXa,ƸЙ{zj`;Vj}7 .p+9c]н;Wp)7{i-{;nb}A@=vQStM1ށ2&BrjUb!smqSĸ[tLM .
-l36S$rYqP2,:ېY8+gcv",Z|r/u ֑Ł;G6*`9MOW؊Zo%D!LAA"e)8&(A)梂{~
-;\ޡ:TNx6K"3I'1O\3P+cnx7Ş=Jy=jk-]L*bD"ҩ^G,as~sL}SaK~J\b8gY
-qh<0sDLpX.be$.$͕k 'hxˬ3xDZI]قǓʕ
-R$0BJ0r]?T{:,c$`w( }Eq%2b0}@FG2h*=}St*-CUC =U?%]#CXO \Hx0ogIPWNH-CHށ[ơN^9^N,b7a+l&m}CY5B`"<S;ΆzE<J4g MCJ}ril awX6o=@sK /hc9t*Ǖ HQٻA(8HJ&T~tCM_ 2.EBg)5cnj)#GSۀ44|L(<M<|.S>
-զd0 *jkF3}ؗ`M՜uIZL;{V*Kq䎎"_khz6$Q,vܕ'}bG_6L K;XJh-{ O϶(=_EOWey'1
-x thEO4ZuOl׃}W@*?T A#0<+&̼) scL38$FP+cT)TثR [LPep8\Qt{v [ZSg/8-qm[|Kyw2,C7'SY*c6s#M/+6Owy2b~'`\ ǾN##p)tg>Pvq*+$M]TR&tm26< 6>-, {SˁH@ X`҄p7R::Y?$Hdp]#+UCl`]}qmG|f _P
-T6Zճ/1}:Kz`˼T4o`Pa76&Oɓ,0-jRBtv8<1QS][Hw~Y><OֳUʃDReqM
-
-endstream
-endobj
-544 0 obj
-<<
-/Type /Page
-/Contents 545 0 R
-/Resources 543 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
->>
-endobj
-546 0 obj
-<<
-/D [544 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-18 0 obj
-<<
-/D [544 0 R /XYZ 133.768 263.509 null]
->>
-endobj
-543 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F56 529 0 R /F54 531 0 R /F59 530 0 R /F60 532 0 R /F71 436 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-552 0 obj
-<<
-/Length 2756
-/Filter /FlateDecode
->>
-stream
-xڝY[oܸ~ϯC;W"[ b]@m!+1CRqL;>آH<<;C?WosSXb+^҄ UoOZQ>q]𲩻{Z[fkk0xhqf_P!3n=9<u{Ŗr´.̒ gTh~oJ b|}t6LLVQM7nWw۰?Xe.ԖH/me6X1]w6+;TfGsh['gMY3 *h0bUpX:la$u߶=Zi׼;x
-*p! aTZ+jʷPbOیxƐh (8h ݄0-"4+ O|(|͂hP\bl<?bͥ!TT-yw ~,1j_Ӧ=l]xa3JBCO'V6ewhVѸ-}ݭ4ІEWDQYpBؐ1]:[Bb? m:h\
-b2:[+X&nA-r`<$Nr}"SJ\:Yfh81|`j,Q`
--]= wey9[KgF*u ݗzwFsgS2pP׭%`.!mn?L3g-d9B9σ#xR^yse5LA.wS2[f2ew~u0IutsF\Rc&gd0cC7RK'4)
-f2f1>.<~ؽq`4۰;(HAB;fv 8GhI Y{#M"hR($MjbyS&&JV&
-X8diNNz)shr Ű9M϶ne|ϦyP5N )N57;uaO_X
-Ytc3D=>M \.G{|1Ĺĥ<Q~Dsg4w3"x[`
-/o`MLa"I6m_JL " i (,O}ٸ;<^Y|e]>1b铇1lpoC8DBn%n].mB"V%J?:B3A i9.S9*zV;ՙ,x\vh*|v`p:ډ
- w*W2X]QWT>OE !Rr)L1Ȃ9i:CGŶ zuy;-\nt}p=D_r%k
-%3pd-F$BޓQ-s02%m2
-endstream
-endobj
-551 0 obj
-<<
-/Type /Page
-/Contents 552 0 R
-/Resources 550 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
-/Annots [ 542 0 R 547 0 R 548 0 R 549 0 R ]
->>
-endobj
-542 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [404.937 622.109 419.659 634.064]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-547 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [384.224 578.791 406.695 589.916]
-/A << /S /GoTo /D (subsection.1.1.4) >>
->>
-endobj
-548 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [392.631 503.712 422.851 514.505]
-/A << /S /GoTo /D (subsubsection.2.2.3.3) >>
->>
-endobj
-549 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [448.256 503.712 475.708 514.505]
-/A << /S /GoTo /D (subsection.3.1.10) >>
->>
-endobj
-553 0 obj
-<<
-/D [551 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-22 0 obj
-<<
-/D [551 0 R /XYZ 133.768 259.769 null]
->>
-endobj
-550 0 obj
-<<
-/Font << /F28 388 0 R /F51 391 0 R /F50 389 0 R /F69 393 0 R /F68 392 0 R /F49 387 0 R /F56 529 0 R /F54 531 0 R /F53 527 0 R /F59 530 0 R /F71 436 0 R /F41 533 0 R /F57 528 0 R /F60 532 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-557 0 obj
-<<
-/Length 2728
-/Filter /FlateDecode
->>
-stream
-x[[ܶ~_1FxhIuȾ9*rwhF ^!ee[~JC+Ƌ^矯.?zQRRYƐz!BE+\.`ŵT۵r M;zU$ES&՛߾0׶?,R HzDtJMF2˥I^3iW%<X?ƴapq^RFb$"hddPHĪj6XՂ{@B<ksl1G-$*ӖxJ"=]`Um FyQy}u!nS|TFD-qf
-J:X+O D5Z h.i|Oֻ{~DGxfYU~N~x>#{fCo޾|d?7&3'pp;tbƦ-<g5F͐^Xٕjz0nB`Ū%QçLȗ;~
-g7Ò
-)ʈN"-s¾}T!)u
- THu
-x=o!7@B',C'a/orqK&
-u&u&.tГ1eEN#iSa$u_VMgl ey(#dBTcq(ֶZa{iHT! vuc4:x px$$;T3Hl)Vhc>)[8C>@sV& (;HgϘڍ&be.~^):cjB/V/:!+#][UL,~?K J3~HDI{R1&2 HEDq5H,S!,~I)jF<.[<ގFY $ 6%ݪB0Q&zugdRּ6sQρ'GFq߭C+@yS릮zlWVNWGwԤh[[:lXg%)؞
-]fi Yψ&`bX7+|hF@Z "ܥE|0l (sa&NF3LR$AZ t܂aZ?L̠Y;s)6 a>ǙGN!%h5e"TTl?mN=lrr +Xd5'ҞӞ =[A rʌˆ3
-uZ1*Hi и!u~y98bѮLy=T,uGڍY\*^ My`A3lj!j1lqD&~w?&^T@'r* Œ9l^sr&8-Ke-`{'hh0beh)#X6[fY?JB'AvōbqCҐbPO.$ r;%ɗɶ@JOCՃNg+\^Vشb$ 甆U'GCr֐Yr);KV~?_[ ^ΎG[׈i>.Tv#̑ V57$V/E:3SЮFO6jڃZU3:6h;-=^uuփEMhT י>B@l6HHdto]x
-endstream
-endobj
-556 0 obj
-<<
-/Type /Page
-/Contents 557 0 R
-/Resources 555 0 R
-/MediaBox [0 0 612 792]
-/Parent 518 0 R
->>
-endobj
-558 0 obj
-<<
-/D [556 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-555 0 obj
-<<
-/Font << /F28 388 0 R /F53 527 0 R /F56 529 0 R /F57 528 0 R /F50 389 0 R /F59 530 0 R /F60 532 0 R /F54 531 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-561 0 obj
-<<
-/Length 2983
-/Filter /FlateDecode
->>
-stream
-xZ[۸~_G34(R`Sؗn@[e";;%$3ݾXI~CFۈFכc1Fxt$&*&\f}\0ˆ^2,m]V_&JHid?TKɓEwwwMkEqmm]y۹'k|vy]nt/Ҫ~}ͭ}Er VGlh^gMV[_/@|bS7%vԱĈu% 2ZrMt>QFPiИDD&K80$R'h'h &S=xQ&d a%fc ,޺ǪnGVpQW?\}b0Xĕ"FPNQѪFk-wß"?N
- DXy3\ ,'*z)&q˔bBCXM$1)ͫ$R"XeGe/xB4 @Dτ?j"|2
-zFCфqvD;b2
-=HH#2T@l<LV$wԌJ)HH0a*
-nN~ ta<{^I0 XRp>H9$xr}ʁ%l}NJ4MQbD|yk1ȅY*$1ws~*0S@< -İ"2r~*>k4q H10-N}xHZa1*FB [;A e'H4tciO`o™Sɀİ
-.6iX +aX(QUH83,ϱ/#:"ş '61%;˪ T{5]<e=oCH>EIS#"!\rKۼX/@Ћw.k
-cOu{aO;V3
-
-ކ}9
-=WXxo)\s1⣲E%
-
-@?~)19nؘ?nnKp~ NKDv{O4Ϲעk: E8SϹ2LR ooĀ&%b:{T)y@}j N(}q\mAϽ6L @QMGhsNs?!VRB<$vΧ[h݇\_]glQqTKO(P
-endstream
-endobj
-560 0 obj
-<<
-/Type /Page
-/Contents 561 0 R
-/Resources 559 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
->>
-endobj
-562 0 obj
-<<
-/D [560 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-26 0 obj
-<<
-/D [560 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-559 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F53 527 0 R /F54 531 0 R /F56 529 0 R /F57 528 0 R /F59 530 0 R /F60 532 0 R /F41 533 0 R /F50 389 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-566 0 obj
-<<
-/Length 1492
-/Filter /FlateDecode
->>
-stream
-xڽYMo6W(k.lKnm'Vb}%[r([BI̛g7_ey#Lvs&fHeF
-fnٷo._:fYa 5R#eyM'4letFզ5[jd9(Zf;R ,8#Qh&LeKȌ9֓oyǯ.{EP1kggQ`5vɄ]+jt0 Knt28c1r3OmBO)g[Lǹ:W{.Wyࠊ;x=,O>H
-U6#ŸjU3
-z!qٿw,C,?϶F aZ a^é>K3ap &czp[f#hPT+@K,Dk
-7`RRhLô/#+YAsskuSVS sR/1r_15bL^sL*VFq#Tv#G [eOg `P;eõ_8]RE|[È@QaWE|N$bXn]jH`Q3WͫT~߆A@^V2ZKV?Z
-F?'R*b0z$ӥÞ:BUrLkT
-endstream
-endobj
-565 0 obj
-<<
-/Type /Page
-/Contents 566 0 R
-/Resources 564 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
->>
-endobj
-567 0 obj
-<<
-/D [565 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-564 0 obj
-<<
-/Font << /F41 533 0 R /F53 527 0 R /F59 530 0 R /F54 531 0 R /F57 528 0 R /F56 529 0 R /F60 532 0 R /F28 388 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-572 0 obj
-<<
-/Length 1926
-/Filter /FlateDecode
->>
-stream
-xڝXK-k
-ZՒWbU2S-e UhMw{ ɋ$:TuKo(MlNM5][5<<M2;]fJE1Ҟ7ՂΰvK%"-zquMj:wԏkGv]Ū"79"Ei =0آzVEɪhjk;7_xJE7e$ŭFKӫ:j\RgEh Ex3*H!v{ H < ZuS7U}K zU"r\NM~ {FAơ3`o8Q7|,踷'Ho[z@&Ma(~7z }Qw^H;ҲozF1rլo4ܾ뇸чL% JU
-]ftq i&@4O#XsT͡srLݜD#gk; }$Xt$s>64F8;4PNWJEm7ؿCu䙑@jLm!ikAy!d]4p5n|ÝPa ޙ
-\H
-eQ,$ y ,o]afF;DH0vj
-nsrnrPg> Bd Y_FbL\
-akaՕ'h~@p}>Ar5Kp0s=l3?Zuh ;ag#|(;p C2"^Qt$)u9שٽ,D6,+?tL\7~I>B."R{\YLb.5j!L1cg۶<HHn WOnčK̘HZ`D]H}o@ F/x|Du D\_R_-
-endstream
-endobj
-571 0 obj
-<<
-/Type /Page
-/Contents 572 0 R
-/Resources 570 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
-/Annots [ 568 0 R 569 0 R ]
->>
-endobj
-568 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [386.273 155.481 416.493 167.436]
-/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
->>
-endobj
-569 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [277.735 124.154 292.458 134.946]
-/A << /S /GoTo /D (section.3.1) >>
->>
-endobj
-573 0 obj
-<<
-/D [571 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-30 0 obj
-<<
-/D [571 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-34 0 obj
-<<
-/D [571 0 R /XYZ 133.768 294.418 null]
->>
-endobj
-574 0 obj
-<<
-/D [571 0 R /XYZ 133.768 184.926 null]
->>
-endobj
-575 0 obj
-<<
-/D [571 0 R /XYZ 133.768 152.492 null]
->>
-endobj
-570 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F50 389 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-583 0 obj
-<<
-/Length 2412
-/Filter /FlateDecode
->>
-stream
-xڭXKϯ%Jb hXlY>`if4dỤ{w
-iw ;3"#"i!çeadpƆĦvP:y֧mTC څ JqJm.]̇jޝƋoДDI𩊼}68tl^XxA6?qYju7>lvIڱB
-#"P;Xt1ꁶAenE?t\(0?9]y=/Ww;pN%_קC][fj^P7_@rCP׼Q7.ɥ(Vfʦk'o$IB$jlD7S:aѮ;(kBRM*BeӵoP`3^*Koj2iWԙYXAaշH"qsD}w\FOGT4`rq{*5zF];6e՜>bS\k\ g,߾k{Oc)خ[:av
-1QM*Shߠ!mH22[!X`'@D ^yF<
-*/+)XqbĨ8+t(#cز cT_9Y Tc:qo,sh#\'ka8db^
-GbaĤvg)A/%]E@~65~,L"N43~PhP,`jDkY4VraH^0bktʰ%b: 6%=|W ϽuLQ?[lz _dqDxͫK(]DrF8G.%6"l
-ŵQJ|@W ڌd)%F30Hv#J py!: 9>O汵 hsZM)z
-) :X+]HÔ fr.(uBzNU$K0٤Gĵ&Lܜk`PdH'XWg vkߠv[;3_u˼>1h|yK͜EqMyQ2/7Tv)R" /h J.\d^. F%.G~+B(=4EnL
-Z<])"q\msudo#]z^H?D4OGszZnRd6[4f Dk;P 7ߒ5̽ A͋snq N
-8l򶭌҅i<#Uvn ؎ מYǛYB2m.ŗ'~za^徴uSNKԉ 9d| ӣœi wš73}d^}EfOIP0[SKF 1ي?4ۛh DtuDDը/ Wc
-endstream
-endobj
-582 0 obj
-<<
-/Type /Page
-/Contents 583 0 R
-/Resources 581 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
-/Annots [ 577 0 R 578 0 R ]
->>
-endobj
-577 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [463.753 622.421 478.476 633.27]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-578 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [217.904 578.032 232.627 589.988]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-584 0 obj
-<<
-/D [582 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-585 0 obj
-<<
-/D [582 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-586 0 obj
-<<
-/D [582 0 R /XYZ 133.768 639.15 null]
->>
-endobj
-587 0 obj
-<<
-/D [582 0 R /XYZ 133.768 619.433 null]
->>
-endobj
-38 0 obj
-<<
-/D [582 0 R /XYZ 133.768 305.541 null]
->>
-endobj
-581 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F68 392 0 R /F69 393 0 R /F71 436 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-592 0 obj
-<<
-/Length 3519
-/Filter /FlateDecode
->>
-stream
-xڽZ[ܶ~G Q(yHZ;mQb0`44=7iYA|pf6?P7v.]$C"z
-*6Wzcy)/#uI$>\֗~Wqۼ$igoIbi1vgo+CWp=Vh4T\8}*>WM}Gi&R7z MFE6궬c$έ^mw0o8 (" ]&ݮ);5
-X<9ᜁsqTKdPmTӘN Q轲j$X-ٻ1BlIc4Z K7ŨSq86r'f8[ 0%ϒrȎ; .;gH\i~0S58ܦM'vp#xF=UU ]Cn*6͢^0KX|^,O,-է#\Pj];.A_5ɴ7 
-0xkQ i
-TdDqpF1<{S2)cQu{#Qۺbhk, 1Xg94IgtPVvI@iig Qoi6n_Htn~;}˾ZmA
-Mew8M1] 'f M^yTZ0Ī*1nh~O+NQu~$yٌMdIJ
-kQr}rCABu]ay-^4&J֠P,TmՃ3y*FjdDZ} L,WG.A[t`86t\P\S3K2e.žK ,c#KU&N#ܓGpʾ>>G'5w,*ـ)6b_ڠ*`A ^:!`=A;Af3'Q.eeW6coZ!儖bC$8.y8NׁpDooO-X M%
-hV3ֻc[ *M _{g&}=8
-eAN&ࡗ$C4-464
-1 #cuƘ pGM^ T c/"kwñ$ h`t j_ $A㨳@C D|{-ѳi2I{6; SL:vM Yc1*A ` x8Rg\D DtXbdHSؙ.1A̎81rN-AcMH%el-WkwCGN4q{8 vR8 ↲T0M$qFNy<ͧBUP|dRI1ڱ4N:tӏ<;̒P :Ϯ* cia8s;ibX@;!pp6&2a DJQ%Ȋw4|q2zOx ˂C(YJk6WXEeS " :HQ_B7{dv)L {C[|$,ֳmJ;`֞X*SA?c%Ay50է ϊQ/ nBkgCѪ@>櫝4v!¦mdJH@X!Y" D=}q80TG@^z?n%M6+"? 3T!Cf6
-eԉIfO$)'o)- /_7! YzN]v-e$5O!E
- q/8yT kDb 6 qAap)x-^'uh䖞wh4\$+g{c>pcڊ<Y':~v!N,zRP= 'Cv`+1 _W%/,K4' ]mBpҢeYԄNo
-j#Yj6̞_@;$*O[=m=֤OPȤ9_`q]76|+XЂB?r#?C!}2K.kĊߔ8yXuYd:mUsH/<3
-endstream
-endobj
-591 0 obj
-<<
-/Type /Page
-/Contents 592 0 R
-/Resources 590 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
-/Annots [ 579 0 R 580 0 R ]
->>
-endobj
-579 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [397.55 614.009 420.021 626.601]
-/A << /S /GoTo /D (subsection.1.1.2) >>
->>
-endobj
-580 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [241.014 554.233 263.485 566.188]
-/A << /S /GoTo /D (subsection.2.5.1) >>
->>
-endobj
-593 0 obj
-<<
-/D [591 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-42 0 obj
-<<
-/D [591 0 R /XYZ 133.768 496.457 null]
->>
-endobj
-590 0 obj
-<<
-/Font << /F28 388 0 R /F56 529 0 R /F54 531 0 R /F68 392 0 R /F50 389 0 R /F69 393 0 R /F71 436 0 R /F60 532 0 R /F57 528 0 R /F53 527 0 R /F84 594 0 R /F59 530 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-597 0 obj
-<<
-/Length 2683
-/Filter /FlateDecode
->>
-stream
-xYK6ϯ!,ċtn)%x*{)H$Ij<Tvz7[S#6AhC#\⇛=r{H)K#-n st̄ԋ]p{ʖk"" ն$emK-6k1er-0h<@W\+)WĮuɨADW5}.Q ]^~bK'gvwǞJ%5Ͷ@ <Я[!u8U 0 Yե̚|gLy*b1:]^4Ie{7_Ws2>LS?[7}(4Q_7lUv'T"и% 5"kQSUue`$v[k
-툣X[me
-\$p{E^fq*QìZߍK lq0Eh%MIv݀qk"ic k<Lx1ӑ%$D:[yыAC"ȄŻ. IJ}VB(zh4Tum S{?@)P`yj{}wHFJ3JǠ߻ :%Bݙ3>Lio:ځ2?\!} v-q ! 7)KۈugcȽ\E.f
-Kc54౵/">]`q]i9yG{q8=g!r<syM<^+%B3hp6/"5eS&#pkj Cđ
-,. M&284uIT( =?Q6as* pнW[p3sXڠv,kD^t-y3GX ;d,eOMyKό&`j\!,5nu*_ P>5F!K4X
-~v1>
-t-,Ks;=¶iupDKR*6syS95w.HGx
-?W:lҞ> #G{efaB's8(x<L@y͑u:6g _|riv",<Ůy!\#4Y|]E* d?7?QMX:zDWlLO%E,I&> 5d?u,EWcΤo!p[ZDHJ#xK/Q >Dss~#<X3G7yH:kAO83z"B%s9NzA(*
-XvI yR0k8R`5-3OU_<N`V1 &;
- 4~ w>l3tRTf|*np)S}9=卑tNh_VOW,2`C9@daj
->ic_S Ni5gPx |dR{O V8D1Yi^Hz.&t]l3|KѬ dh7g
-endstream
-endobj
-596 0 obj
-<<
-/Type /Page
-/Contents 597 0 R
-/Resources 595 0 R
-/MediaBox [0 0 612 792]
-/Parent 563 0 R
-/Annots [ 588 0 R 589 0 R ]
->>
-endobj
-588 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [227.169 605.928 249.641 617.883]
-/A << /S /GoTo /D (subsection.3.1.4) >>
->>
-endobj
-589 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [342.215 582.571 356.938 593.364]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-598 0 obj
-<<
-/D [596 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-46 0 obj
-<<
-/D [596 0 R /XYZ 133.768 569.953 null]
->>
-endobj
-599 0 obj
-<<
-/D [596 0 R /XYZ 133.768 381.883 null]
->>
-endobj
-595 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F71 436 0 R /F69 393 0 R /F49 387 0 R /F56 529 0 R /F53 527 0 R /F41 533 0 R /F59 530 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-602 0 obj
-<<
-/Length 2985
-/Filter /FlateDecode
->>
-stream
-xZmTb?\I|H[d/w@kkm!K$y/ 3$iVL3 E' WW_~#IJR~„ FۉVp&ɻw=cL_wU^vS_τIfcC&Z&YUdwe~o};E\oK'3fnw=69^eWw)9$5ºe0I5AR.]}}{M4*5ђ!dzNwJDj']5dr?FvC E$c~J$Ӄ*4%[徧jtRAkFc'd65ݤw;,<&&,8ꏡ5 Mdi{gޭ*TSIW:p]4A-}x)Q#
-k1+$,ax暛Oγr/&tFJE[*`Ѵr^P{Xuqm[Eu,MvhE\a_|SMYA83cMj~X/ tygn?ͪ} 8ߢ#h!j $aKLq7CVms_es)+_7~WݰEХΖjblUu NDt|Ol  *<<#q,Q`N7`zT: $5휯#qѡ֤1k$1%2LJ$*FFu`A[Y/Kx
-Z?gaڷq%Fӽ*/c87_ENpaPQ,6œHTMtQrUڪO@u6LDjǔ 4
-J]}Ljg"m Hoc #_а_<j͘k0$sX= 36{Iw>t?U{o<;CDwR(rjc>x]of/WHj x,\5&eɫDb90'L6~\#У.ֻ2 ®bӱ⎖Ϟ>ܜObQDl*6'
-- e1F>RR ;QVo~zۢț
-'".&\1BS~h#nS)I0:
-/[>r5*+r* ::x6P2[c;!X?&DY^yÌ[Eɹ+X;(G(еAj0b̟
-CQ8%Z/*C?PgcJkӾ)ʢM{G#&"_3 ?Rb-/M~G-LXY_Pص<fS?Hq-9:]mD3س4V%sƔT;:̟PF8y<}0-?;3]g2,ou7g
-endstream
-endobj
-601 0 obj
-<<
-/Type /Page
-/Contents 602 0 R
-/Resources 600 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
->>
-endobj
-603 0 obj
-<<
-/D [601 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-604 0 obj
-<<
-/D [601 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-605 0 obj
-<<
-/D [601 0 R /XYZ 133.768 224.957 null]
->>
-endobj
-600 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F54 531 0 R /F56 529 0 R /F57 528 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-609 0 obj
-<<
-/Length 2782
-/Filter /FlateDecode
->>
-stream
-xZmo_Nn,_Һ@/EKYtڕ  }5m)€%Ù3CՌ~9ǟ94׳0>.b5{5 dG ŕʮ߀qXS8#`&vT8F0A KY"WZpc4EL:$(qbtǒ23Fq;9?tB\0-@8iv]#Dˈ11B B4TNȾ_Y*
-eZ!ڻʯ ,Qi~E}&BTeF*qf $lot!7IDòt^#KXtmn U$*)>&r)(8AvEO9קlٗ+Bh@8`Og.7קU4El.u^q*<쀈KX?;uUJZަXǛ%3faNG댰q |Kf @:r::XXS9'D`pъW2%,t}XKu4:XղXvȁ #=/'0X
-mB ^EM@H7Zγ]+:;+?WW&`[^?6uc`S></Cʚ.+XPs_硑UI],Vy(w#\v:N;"=DcǬZt 8TBS
-,=+wkE };:Ha'NYEݐf3jeJR"䱂U`( m"jPMMC4O&$ݨv76DY
-=Vic]Coۯ`MCK0rhɸ:C1ޖz^ :4hh~U_lٻ Rnmo;.? /Eɳ՝bnĺX5Ɉ?jOFB"ԝenh6B8&Si(ANo3/w`[0k&
-*[BrkL)?Y|Gs&mc
-5^,qס96 qLY.gsq:gz zu~I6
-XZ Ή`a{~1e6j&)uB~m3 h3.Úa*:)
-L::R;
-/ Cc',9ww@`_f_x9,L%Lp
-.͏:=0*L: ff9G޺e
-{4<8~w*<8 oyhN8U6r{ ;0?7N'-M_YHәb ]- D.XWf]&V
->~c u}YeeC|Sqϯ0V,~ SH49wn49Yڏ{Q+Ypv`g (LOvzr\UJC )BŨ>?oWз~yh}y4~QXJC < f U{h; :٣/uf&˂Cc$x&aKާ*{C>
- +wB*+=.#EKJF{QJ4xw?a
-endstream
-endobj
-608 0 obj
-<<
-/Type /Page
-/Contents 609 0 R
-/Resources 607 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
->>
-endobj
-610 0 obj
-<<
-/D [608 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-611 0 obj
-<<
-/D [608 0 R /XYZ 133.768 540.018 null]
->>
-endobj
-50 0 obj
-<<
-/D [608 0 R /XYZ 133.768 279.554 null]
->>
-endobj
-576 0 obj
-<<
-/D [608 0 R /XYZ 133.768 221.717 null]
->>
-endobj
-607 0 obj
-<<
-/Font << /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F28 388 0 R /F57 528 0 R /F54 531 0 R /F49 387 0 R /F72 437 0 R /F41 533 0 R /F71 436 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-615 0 obj
-<<
-/Length 2815
-/Filter /FlateDecode
->>
-stream
-xڵYsܶ_q1/$
-WWZoLng(Mن̴PyUٞtL~Tvkv-ϱ4=(K=X`-c&v(NYli" ڤ/*ql-SǪG[Q{lmc~O
-P+qH{wMܖ'4ʙFoCd)b)-b_ T8j-U
-+BElM(C49>^<4ί/>] sחS]& D
-]:t ?I{~,l+PB&gH:ύbH@XYjфQ^,,}
-85(--L7Ķh8PS{.vP`_59"
-y>k/
-:I8%?^w@?ábw_2Z4H~B" pR#K(q%?Ԑ;zi
-Pbn"$?2we, MD Cp&>L$8rt
-<e Ω"bTAթx4Q
-sz\=pBpEƯ94Ɣ̋BnW2S}y`ҩJ`?1. {aCw9HqL Kpf)irAx**Y6o BUE/A΁aQz{~!s2Xy+¢'PERtʇOzgnX b9~gn4׍]x=dX1aQ>ȈK>Ӷy6Y "-
-k/]K=YoSR2xa5}3zX-ߦ 9:aK9r*'/d,N2 6+WtgƈbO<5J])4~;~= e$4t#G&<GH6`R hWٻ*oB8('YOv$ݸO=9`\ГR?Y'iH.` u_ wK9Mc@"\=.]m$joAR z͓D/e@$(4dێ.(\,=~J3+?*p_tA]
--S"ǵ|_=~l,Ơə>ى̑|c%Eʟ(( ˱#2<;.S\.|lEc;?IҠ;ht2r
-endstream
-endobj
-614 0 obj
-<<
-/Type /Page
-/Contents 615 0 R
-/Resources 613 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
-/Annots [ 612 0 R ]
->>
-endobj
-612 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [355.308 301.067 382.76 311.915]
-/A << /S /GoTo /D (subsection.3.1.10) >>
->>
-endobj
-616 0 obj
-<<
-/D [614 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-617 0 obj
-<<
-/D [614 0 R /XYZ 133.768 569.299 null]
->>
-endobj
-554 0 obj
-<<
-/D [614 0 R /XYZ 133.768 382.165 null]
->>
-endobj
-613 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F49 387 0 R /F56 529 0 R /F57 528 0 R /F69 393 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-620 0 obj
-<<
-/Length 2588
-/Filter /FlateDecode
->>
-stream
-xYKsW 8Jm9u*\\mUHPB$h
-fzA4<.951 y0H3aNhcUٯyn#(&6wfwfi 8sψn#
-Rqw!A7LpN[ÌqJכ `Ƿ/%y, ^-a~W%KYo~QpˠfO,Z9Ad*̈́KDRW|Uʾ qtj~ [Wjt[\av
- 7M6ZiBz:S9]Wi/hq\K:=W$D4"dw\3K"*H=UZgS-3ayw>Fa0k":J Dhz慠
-
-UHɆ}H!x+jc09 fB2QTš (9>hE&@IRie-KΧ>5:\c~ܑA,8iNy>4yY؈7)VHdznPQƽ}Bwim[cȏ SSsoD몪1yJ\P s dȧMU=U0
-LU]> ͥlH/<Ks֘)6V df$J5k LA$,~]FAy7zǁX=(7>S``[?ƏIcCڢq1†Ͼ< 8z:+Ld
-$i9,`deŽ8)'==D]G
-><rc5ECW_ 8; Q[pfPlx= #0#G ]lq!
-~i t}ƥF?szO xa62z
-endstream
-endobj
-619 0 obj
-<<
-/Type /Page
-/Contents 620 0 R
-/Resources 618 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
->>
-endobj
-621 0 obj
-<<
-/D [619 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-54 0 obj
-<<
-/D [619 0 R /XYZ 133.768 580.075 null]
->>
-endobj
-618 0 obj
-<<
-/Font << /F53 527 0 R /F59 530 0 R /F41 533 0 R /F56 529 0 R /F54 531 0 R /F71 436 0 R /F28 388 0 R /F51 391 0 R /F69 393 0 R /F50 389 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-625 0 obj
-<<
-/Length 2115
-/Filter /FlateDecode
->>
-stream
-xYKϯa19$@&,j[m qK K&"M?{AЖ(,V}UU.v |g_?.h.~yɉ lfߛSj-Z4_So>spiRtfp} <+J)\!ܶϫ5rS}B+l<?=8GὧχbS8g[p+?yBOi\9#Ti~Xh !_}xߟ/xjFzrZSh&Ԧ _be VD =!AnO)Ǝ@A"c5X*ofܖ`۪˒:#?֒ *켽_0\en&k1o)bWph<򿢑$!&>K՜8^Q\Sx:G\Ue#]$"mZ0p=6as
-\BjWudCaeK}fE/Ra
-B}@Sq6UOThg G)_Bq8'#H~scO9 ƥp59V~ܺ2ZW#)j&P(]:8]Pq9M(4Y
-m
-Lx^3 +y
-B4<v}8m yÃH̘}pFgL|w~CbR,(zǸ<~8R0T}s;*@82>܍4܂Oc.,Kko9G:%P1}n1_iaePf529k+8@M,|uυ0 U
-yuzÄ-ޟf=~6.$Ib%!šoZFB[n|ßj`z>|&ќ8Hȿc5͎(CF
-7S@b[>Eѳ5|%'恤8 yr"{4#/0c_X`~p,?{*>a1<q GsimUoCQlFj@Vվ-U}_2( M6ۣҏՃ+Ыa=#\3bgnDzW-~iQ$xӜ+#Y˒y긃 Xtd nӡYf;Ci\pSl%0 Eޥ' #Xap"kԛ)Q<5}&ʓxe ,<eTI!#J&.P%ӱ w@f5ΆLIq׊Ncpx'Lau[”&LRl}M7tշ{x#o3ͽoO12STfM)(Gͻ 53HBu$ߩ[9`Ni5ߠ33C6BI}ʦ6v.\җF+)8{/Bt̾A[5V/5I֢jf ~T*pp)B1Us]B!,Ȭ w򄠨wK_A^WCGǬ'nNKBMMoeW 9>vj{rW&aPf("v1 m
-endstream
-endobj
-624 0 obj
-<<
-/Type /Page
-/Contents 625 0 R
-/Resources 623 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
->>
-endobj
-626 0 obj
-<<
-/D [624 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-58 0 obj
-<<
-/D [624 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-623 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F69 393 0 R /F51 391 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-629 0 obj
-<<
-/Length 2689
-/Filter /FlateDecode
->>
-stream
-xڽZݏ?tE4 6hUlZ8Yr%vEp//wכ^$p7;]ݮG\;rkW7+nS&J+ÄT]zQB%ܧ/uskʤ )mlN/~}~aX@3i3XsϦhZ;Lx*#{fnLre?ܬ727絰Is]-~wosÔUnv8U}d/R20mNoiOk:n&"Gf<,cYw& G隃8EK^ԕIg
-Y-jjހbP^*]SaF?+z:nWN=ާ2^Gͳ`ۛȩb&]֋5zwO;h?Aˤsn8xLƗ/ׯU{?o%L0h[H} 0&텂12uA~ZK`F{jǵM9%H<('i0YҺ-ηZaζN7
-lSa8L0( aXnLj6"B03PakU
-6<3L 0.WO*Ȱ\/ H@ah#@I9 m v@T7yE pBciYWfl4xAt
-4@Vq`Q|p \27!Vy2,T
-Z
-l#7Z )dD 솤!5ݤ7LFϚA:I6Hl/ 62%lxV<Fɐ_clC)L
-ܱh)#._Pq! qJU+Pi
-$Ss A.C3v#c8'Yh>rBD?(n5D6ہ
-q1S9SKٌ{ۻp;Md
-zTUxe
-HI>7w i(dʫ F_
-%U;W}JebIlɗ&%8_0G̿ 3X#A_
-¯Rʘu>ӂn-U `Ul<\
-9xh"c<U
-κj\,V>9sf#j2V`&r Z@v
-909Ťo_+H
-endstream
-endobj
-628 0 obj
-<<
-/Type /Page
-/Contents 629 0 R
-/Resources 627 0 R
-/MediaBox [0 0 612 792]
-/Parent 606 0 R
-/Annots [ 622 0 R ]
->>
-endobj
-622 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.594 610.935 152.317 621.727]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-630 0 obj
-<<
-/D [628 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-62 0 obj
-<<
-/D [628 0 R /XYZ 133.768 598.091 null]
->>
-endobj
-66 0 obj
-<<
-/D [628 0 R /XYZ 133.768 469.803 null]
->>
-endobj
-627 0 obj
-<<
-/Font << /F50 389 0 R /F53 527 0 R /F59 530 0 R /F28 388 0 R /F69 393 0 R /F71 436 0 R /F56 529 0 R /F54 531 0 R /F60 532 0 R /F57 528 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-636 0 obj
-<<
-/Length 2809
-/Filter /FlateDecode
->>
-stream
-xڭZm۸_֌(ꊢ
-VG#^%G\vT/m]þn5}|K6Sn .VEl0
-+cF2ұrk!LPٺ-iB{QSRn#hŮLk;^ZP8K<fn6l(lI٪ulT&}; !K
- ,3lZh0L싮t R(~jn$zn"
-Eݣ}bb9
-Z͌x#`( ظ;sz۱k?0
-r0q6 4s6b
-\&3{MLQ#8cs:K:d
->`Lc4`f^VT!ao߶0TY J
-6 w&Qt\6H
-K^v
-GD3m%nN"
-nUZ3)pV@eoK:oˮ+%Ph;IVƄ7;6eG?xߛh݇C.o,aRٱt׷CPkgE*N\_E&@GozQsG1녁Y+Y_bdWX)o`ł#jOs䚇H}'fd$0TBX
-o%'z mgj(Ve
-endstream
-endobj
-635 0 obj
-<<
-/Type /Page
-/Contents 636 0 R
-/Resources 634 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
-/Annots [ 631 0 R ]
->>
-endobj
-631 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [333.718 568.623 340.18 580.56]
-/A << /S /GoTo /D (Hfootnote.5) >>
->>
-endobj
-637 0 obj
-<<
-/D [635 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-638 0 obj
-<<
-/D [635 0 R /XYZ 133.768 521.252 null]
->>
-endobj
-640 0 obj
-<<
-/D [635 0 R /XYZ 133.768 383.319 null]
->>
-endobj
-70 0 obj
-<<
-/D [635 0 R /XYZ 133.768 201.549 null]
->>
-endobj
-641 0 obj
-<<
-/D [635 0 R /XYZ 149.011 139.728 null]
->>
-endobj
-634 0 obj
-<<
-/Font << /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F28 388 0 R /F68 392 0 R /F49 387 0 R /F72 437 0 R /F90 639 0 R /F71 436 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-646 0 obj
-<<
-/Length 2594
-/Filter /FlateDecode
->>
-stream
-xڽYmoܸ_D{2")%|~@?8NޕwJI' ;CRok&NKQ9yQm$,<{utdLF(#)a\D*Oԋ%g:5qUwdLS_ns77m[ԕY,x !<d]v
-נ~]^uE~dE>k.D2Q-)%F|X
-&ⷔ}Ow^0 lAp%DBDoAZ('L?%F^%iKa[ʚ m΍mѺQ9ڨT0q[7I( <o8͛K:35OY&qYWHjshjHՑ g`qUH2 d ?|8UPBpz'EgZT~\ z3ft?ݶ>lYR4ng 'ʬ P*U|hs7QpST[šfBwO!
-^4"ᨳ6m脁Lw7_T3A AɊҥʚ  6Ś%@E
-nP`
-sۃ[<'ݡӱ+$Ifeۊ;hPѯmn^I
-}FxeۗNeyRp6!'zDD
-nM\ njoI S.
-(L 4o<?1GY̝*I'2GhPj]۪
-eR;]Ӭ;>x_1g_0PAa *[Q
-/M35 D}4(8U\&D7@;}Tf,27}B4,֞,無e9*6l_ +h]l۠) :/b3;XX-nouՐT rx.Rof]7(\~"tӆY(cC#k՚F?gB`xj+e7$hE(:j}{Xg5"՘R7J_:GPOR[ ԈGL)r 00Y*Hٴ}@7OJA5X][LcΘnu
-XG<vrj"G} l 
-9!؉;' }'*
-endstream
-endobj
-645 0 obj
-<<
-/Type /Page
-/Contents 646 0 R
-/Resources 644 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
-/Annots [ 632 0 R 643 0 R 633 0 R ]
->>
-endobj
-632 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [236.107 582.571 242.568 594.508]
-/A << /S /GoTo /D (Hfootnote.6) >>
->>
-endobj
-643 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [439.756 210.946 446.729 222.901]
-/A << /S /GoTo /D (chapter.4) >>
->>
-endobj
-633 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [150.609 115.417 174.242 125.739]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-647 0 obj
-<<
-/D [645 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-648 0 obj
-<<
-/D [645 0 R /XYZ 133.768 363.877 null]
->>
-endobj
-649 0 obj
-<<
-/D [645 0 R /XYZ 133.768 186.602 null]
->>
-endobj
-650 0 obj
-<<
-/D [645 0 R /XYZ 149.011 138.182 null]
->>
-endobj
-644 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F69 393 0 R /F68 392 0 R /F56 529 0 R /F49 387 0 R /F72 437 0 R /F90 639 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-653 0 obj
-<<
-/Length 3426
-/Filter /FlateDecode
->>
-stream
-xZm_RDKL/  צh ] rIerH]p(r $)eMѐ|f晡_=~?yrYinWB)ʚIen6WewײȪR";MՕ'ijW+ڶ]"[_<U׵]On[uA]} oC׺ˮ w?lG]rS}r͟?|axnHfK\Y+!3aò@SiLvh^i/NԵfFwHcm W. lix}8|jpӄ%H[YL|X PJKotYisWbA8ECˍ<lk<h+Ƚ˳YYОR+h?̩~: L$@P0^\I1LbEJC^lgLe[<`tou<wG8<km]4
-bʎ܋4`
-?i)}v>IX_!jq1pTӓ@W@oLL~>Äw N>^ߏôg'$.%J7U
-Y'
-Tp`iU$Kئʙv l6*ċ`68$Jd߄1A/[;%r0[T-t )"MB/1gnz+n0Y*Ze\_k!8k >zen$-O ق8`v2
-1*!C}[( :}4QS zoz846t1tovTIElq \/d,9 ,E
-f&uF9[IYNF1#WwX<
-3S#&p#4!D`e:\wlo!f͹s_mvB7Z{i" ^(~$cO窧ǧ}ٽ u uCzCw
-J O=rsߖZ+Ox,Dm>89N,mp@CZWm9KV8]M ?I 7”2CE7dH=(tRqw:H"өO2.0NS[42mFhܦrDEE`q! 4FŇ"9W |{o QY
- #U<`3*6=xMD lb?>LEܞ쪃lR۪yG}  0\9釲~7 l)8&2F )j^^<n+ 4=mM{ ; ln ͸CfJ[g5n G0vr1cO h\
-U銓bQΥ!R1IKN,}H> Ȇ݃no7{CՔ"TSC@>SPȅОaD~N@#'%=Ha={4o&^4kb;'#3+. 0d?>O(FǮ\{'9!i$@˃"AaIg3GE|o(./ ;ؗ#En<
-@5TNt`
-Y>jl0}MY*0'M6 ?/pN*_0I,r{5)N'A].4faA_`!Lִ!2( QD|'Z@
-)-`9b~+fv;R
-]JNmCXBޠo/D߅l8{JG~&%5XsE]FAҾ'I1 gğ Fحd^z<D1yCr)'g(JD9o"&MTb@# xH l@0 k{3 #/Ax
-d%O+ 2G!Fݯ1v<ri!f6 kS]+
-endstream
-endobj
-652 0 obj
-<<
-/Type /Page
-/Contents 653 0 R
-/Resources 651 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
->>
-endobj
-654 0 obj
-<<
-/D [652 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-655 0 obj
-<<
-/D [652 0 R /XYZ 133.768 402.254 null]
->>
-endobj
-656 0 obj
-<<
-/D [652 0 R /XYZ 133.768 242.403 null]
->>
-endobj
-651 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F69 393 0 R /F56 529 0 R /F59 530 0 R /F49 387 0 R /F60 532 0 R /F54 531 0 R /F57 528 0 R /F68 392 0 R /F90 639 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-661 0 obj
-<<
-/Length 3174
-/Filter /FlateDecode
->>
-stream
-xnF}B 
-c1}f2m&]?bfL"=$e [ռ9 >f;~ɧ_ =K4jƥ XbBj*kTu$os?ğ4hGc<XV~7.o+olڔԺjoՖa;̜ZpaorgUPʛ"["]y}opo7i*2mknzVN
-7Ԛ2K[Y_uRwPKN0M2+4H=~Ԩ"#x0ҘS3(:-F.*T2vlo)gJ$_!ŲӪgE jAZKX'bcLE8o|eTBn>0B?UU\n `(ΘPEaeBqT*Yr@c$!g:y0_݀V"d)en|}mpD:97Ʃ]{[ .)z`͊?>/PZ.?_`'g/ 9A{ټ0+N{1ʼn.5O&Lƞzdԫ>,TqÙZP^DJus4ؘ6$ڥiIt<NP fATLFjMC$TtJ$oLm|)Øc3 U{S_Z XPVљӟB1d$R0DfqD+j
-3p~@sb`LS/FN|[0v
-³*|Q#p=b>"PX`j޴9ʬ
-w"wn4th̚|I`Lm0
-44c9: dĨEZBhPEl@%PbpW_՞cp}/m 0 OS6;H
-uJ 뼡<!g>U$iܼ}/ȱ!` [XLfr%MW 6z})"+}BB6'2~#z^)*d?G𝫄zGبClLIMWNMlm7rh<؈-i<>HJnwx^3ITyJr>*=,zU-wz@RhFkPBr9AﭟmIO"MRAA.}P#p񗋇pmk e^L}T^xɏ)*1 4&=k*:h<oi;œ⋐&͓Wol͠)ճ;;tC0Ҩ_O^-$$>MZ8Bτvg0}8 |#9۪ (R |mHX!z3-8* 0D;N" kL0glKFm^R7li3HO!>u97Nփ, Ip`w;E=Wun>tؘ7W~sb-+&^p{b?m}n7۶kXH 
-bxg5G,$>Qֶז#dH~LX`Hep
--<{A,*#chۭAy7{]=J3j_3)vZ1t0ܷfBHUOm_{
-endstream
-endobj
-660 0 obj
-<<
-/Type /Page
-/Contents 661 0 R
-/Resources 659 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
-/Annots [ 657 0 R 658 0 R ]
->>
-endobj
-657 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [447.204 528.773 453.666 540.709]
-/A << /S /GoTo /D (Hfootnote.7) >>
->>
-endobj
-658 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [229.357 261.789 235.819 274.804]
-/A << /S /GoTo /D (Hfootnote.8) >>
->>
-endobj
-662 0 obj
-<<
-/D [660 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-663 0 obj
-<<
-/D [660 0 R /XYZ 133.768 463.469 null]
->>
-endobj
-664 0 obj
-<<
-/D [660 0 R /XYZ 133.768 375.016 null]
->>
-endobj
-667 0 obj
-<<
-/D [660 0 R /XYZ 149.011 230.4 null]
->>
-endobj
-669 0 obj
-<<
-/D [660 0 R /XYZ 149.011 164.149 null]
->>
-endobj
-659 0 obj
-<<
-/Font << /F28 388 0 R /F68 392 0 R /F50 389 0 R /F59 530 0 R /F53 527 0 R /F56 529 0 R /F90 639 0 R /F49 387 0 R /F72 437 0 R /F62 665 0 R /F65 666 0 R /F76 512 0 R /F75 515 0 R /F78 517 0 R /F36 668 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-675 0 obj
-<<
-/Length 2770
-/Filter /FlateDecode
->>
-stream
-xڽZYsF~ׯC n1dMmv+zQHHB 2
-CXh(ffD
-C޸һ>E>"4
-b[aٛuўeB{o6lx3 H*NY9
-gj}:d2Y"_`k9ݰ1]FFPB(&.H} oc ?W/bd㇬$9"z~E E5rq1( U:sOeΏl/
-Sw`>STX1Hʟ&&6g]Ah#?(ؗ9`T~B0in\Ag3Ʀ&v񷫋tA
-Z )z{mOpvs&Pq○"9  [PYJ/Uc,2kuh?X2w]UYo1@7MZVx0\z02Ff~>P0Q=x/srNs@ȦSHawfuG!NOpE ['`eCiʺ-7V
-+cĖN1wۭ@ɻL כ] m>A۠-?uw/gm(E2&lz8ע8
-!;|mD KXF+]c: ēouv=^Ƃ-bAg1$@+lG`D`G
-PP:W&g ?:\WLztsntm[VwuVξ
-MT{EǂPS+P & PvzJ mN(o,HeH,6$rvl&2769{ߣb[[Z# !s ,Y
-M9["UvS\)8ewMLF,_m owJmǺ@wٳk7Xm|hhp}77@\4mwy
-O,vD_zWoКkx
-p;xǾajHɩ6Ĥ'uRp+.
-UW aO 4<cF6aAW} D $K$=|Ox1"{Cǐm1w3qF賋*8)|'#R5&1+d=I`Nb
-M|v]DmXq^CmXu_#2w]iMU[͏}&(S:/%6A1JA7ϻ`3k/O]}kmҥan"
-endstream
-endobj
-674 0 obj
-<<
-/Type /Page
-/Contents 675 0 R
-/Resources 673 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
->>
-endobj
-676 0 obj
-<<
-/D [674 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-74 0 obj
-<<
-/D [674 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-78 0 obj
-<<
-/D [674 0 R /XYZ 133.768 647.37 null]
->>
-endobj
-677 0 obj
-<<
-/D [674 0 R /XYZ 133.768 283.646 null]
->>
-endobj
-673 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F56 529 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F54 531 0 R /F49 387 0 R /F69 393 0 R /F55 678 0 R /F58 679 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-684 0 obj
-<<
-/Length 2897
-/Filter /FlateDecode
->>
-stream
-xڭZm  '%yܥ@Q6)ز-9 ͞bFCrȇzL~
-7*"T4]M"IBprM߮foM (iRL0b
-ȖTr6ZOJ9dt1=i #(g =뼾v%_j~w7Mnh˼97#xtLb_^Ox𯟮 }ت
-S&&s#̥if) a.fH/`ۜA5D,&1&w F;M>xt#..+,ǺH *![UeZxO2 9 7Wlۡx6ׇbmyf5Ҡ9K-y)s^;22]ɠZoM 曎V*7V`,55Z~Zuy8jrIzcKbK2':uDpfo<S*Im%(׼BVWɐT06dZNpXWYQ2[}!xq& ϭT8'rOaP̞F{VilÍ5e,hm9Q"g>lۣ@ y:E˼9X[zaS2H?ba*t#ZCPhxB;8qh%_0y)/䥅R08IFQEg w(AQi[l"+I(Jdw=
-f
-
-?%qkJDT3F $x_I_N|[<ӳ8_]qFL>:§ɉbFcC\ft l)}IA-Q6_Dp͟V<񂧀 7!jnl$iMƶvP0
->ϐW]Xx˼u= é!\3pI|<iM:{ /ZoU۹á(~YAE6ĖIHc*D9X}rOxvAh/GDG ,9NFE՝b@Xiz^)ذvxQ&Go,>ac*a&Fʙ{:8nbuMN}٬hiT轛{e
-#Yl3XS9A:m2T}A&B!q3f4Υ
-|1DBI5H*F*e4d[F!*8p?h~GeP+FaKc`K+1n AQD,bg<rSGȃ:>A;gGO4GO3vzlZ;YېFW8 !=blTnj:.:|~/].@u8_B<_(KdLn\F)KĔ|h~` NrˊS:2gP' R,0_@>̵^
- t/"/Ca~叨y׆~"U>5B
-!
-wnNm2mXTALm>_+Q(/gP1Q$8dT2"Bn/5s
-endstream
-endobj
-683 0 obj
-<<
-/Type /Page
-/Contents 684 0 R
-/Resources 682 0 R
-/MediaBox [0 0 612 792]
-/Parent 642 0 R
-/Annots [ 670 0 R 671 0 R 672 0 R 680 0 R 681 0 R ]
->>
-endobj
-670 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [451.503 654.302 466.225 665.095]
-/A << /S /GoTo /D (section.2.5) >>
->>
-endobj
-671 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.575 582.017 180.046 593.973]
-/A << /S /GoTo /D (subsection.2.4.4) >>
->>
-endobj
-672 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [224.442 582.017 251.894 593.973]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-680 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [444.381 402.851 471.834 414.806]
-/A << /S /GoTo /D (subsection.2.4.12) >>
->>
-endobj
-681 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [450.669 117.574 473.14 128.367]
-/A << /S /GoTo /D (subsection.2.5.4) >>
->>
-endobj
-685 0 obj
-<<
-/D [683 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-686 0 obj
-<<
-/D [683 0 R /XYZ 133.768 296.756 null]
->>
-endobj
-688 0 obj
-<<
-/D [683 0 R /XYZ 133.768 202.436 null]
->>
-endobj
-682 0 obj
-<<
-/Font << /F28 388 0 R /F56 529 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F55 678 0 R /F41 533 0 R /F69 393 0 R /F49 387 0 R /F93 687 0 R /F54 531 0 R /F57 528 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-692 0 obj
-<<
-/Length 2321
-/Filter /FlateDecode
->>
-stream
-xڽYYo8~-7
-XG,G3?$~cEc! (@̻ȅǧD1=|ed?FȢ(,&XuY4 g3+q Gh g7r+c[bfxzb)yBYwa骂]{A '̩y smߖ~8#:颎ȁϙ|d>1DaUhz3_7XYϭfȼ^[Xz n[ GJ ~0昧.n0ޮ}Z߹߉vE(B!øboYz]( b9K Vcr!'齏}c
-+;F lڧ%|?nƵ(x'(Ie܍Hp
-pz!E]EzSSyEuEXi E} # (1tQ}
-P39=Mi~KK5 ܮ
-N}7QCh QB}4ɽȽ:"W}\pOdmv{IxO%cl|9sst&'4ϧPxማ/:Wc܅Ai<`,Pxn&>J1 ð82HҎrlޓ' & v{P WI>Z- CՏC1#;?;JZ,=bf-/kAyY4pȨ4,Q0#=;M%OAk& j&_%f"j:?gie!j R>*" q7~ǍjUpr[*`movQcW's%e <7ZTH.IkvKH"~xJEEyv}M:6#SD&$`q^mn.c$lRaPA8VUtYe
-8& {+$3L5ˡJ7#,|]TΥhHs%@ƿ~=;&p$< ">p}<>@cl
-2/0l8|(+`%k5@ de-@"D L %
-endstream
-endobj
-691 0 obj
-<<
-/Type /Page
-/Contents 692 0 R
-/Resources 690 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 689 0 R ]
->>
-endobj
-689 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [295.972 191.133 323.425 203.088]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-693 0 obj
-<<
-/D [691 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-82 0 obj
-<<
-/D [691 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-694 0 obj
-<<
-/D [691 0 R /XYZ 133.768 426.443 null]
->>
-endobj
-86 0 obj
-<<
-/D [691 0 R /XYZ 133.768 360.719 null]
->>
-endobj
-690 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F54 531 0 R /F56 529 0 R /F49 387 0 R /F72 437 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-702 0 obj
-<<
-/Length 2595
-/Filter /FlateDecode
->>
-stream
-xkoF˅B>d mhq|Nc(Zr7Hy8pq3Yh3/ϾɊH#H(lFL*]X2b)4M.ʚiyW5fwnׯi, RL!%,ISưt!gavfn7~ҵi %4ƚkqw;ńR>_+udͪQ
-  G%8Ӊx39E搯d„GL$:.~!ԜX-27<ɒ{X
-jtjX'Ұ4Stoh5ez{@r_s< G7aQ: ˨#wieLl~H_4u t+8(=ȵu{pXZ
-@ӖͮVR+uے@Q7_ = ,$+u[XL3`fPM \݇ץm4:
-=ckh 5A7۲XoAeS3ˁPG]B@5$if lCy߅BKPnCSw~>;z0ff`#T5X`HC
-WD ZH (2Od[΢wo<qd' 9Q!Ĭq$ T%&4I qb35KQʛ_8tELʻf޽iOdg5Ѿ(-~E~tjR}B/A(l11'<{
-yƉQ|JaNI͏$Q+ˀR~qG:/?^/`(1$qfwZ M7w`wDZ̦bُgoWh" 7 ,۳<Z,7:m$-DgogUKYxx Sw^ɩ DP
-LJfEJT,`1z0Ul=Ƃ'糬:\߻I>GV4R170!_;Vf'zrv2hclzbDnBi2;p/HDN26mG&XQ`6KEuwؖmUBfZPvVy]Œz״NiǢ52<nvâ]
-1~R3:-Yr AEhl"46}AH2U ?nM#B4SH`?T%OJ~#pnv(ԩ__wXST\ [G{v/W_9dn*ek
-^U9HP)~[Р|]@Lej0}^~~Ӵ!P}E;, ڂ^Гeh`2d4f[
-z#}6 %=VⲅU2n+?Ȍsͼܘu9)χl5NW{Z ަqWTp!σjj1V*Txy.:|VC/iSQѬڕ"z k4UhBE` sT־cG[4o]QLEJpW -oW ثzuNr}+\\a%ˆeeKO22 %XBpZ
-e-\(RG1fO=9z)Q%GD뉹mRJeO^L01 )mKp~(>b'&DWv
-tOu /Ѐ7@O jY͞Z.U8)Zf+d1xcr8ʘx_E-{"665lSbIo
-xsg^Գ#gsĈILTfy1.[of 0cd҉ 7
-QT~Njn
-endstream
-endobj
-701 0 obj
-<<
-/Type /Page
-/Contents 702 0 R
-/Resources 700 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 696 0 R 699 0 R 697 0 R 698 0 R ]
->>
-endobj
-696 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.336 527.763 414.798 540.355]
-/A << /S /GoTo /D (Hfootnote.9) >>
->>
-endobj
-699 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [186.515 224.478 192.977 234.477]
-/A << /S /GoTo /D (Hfootnote.10) >>
->>
-endobj
-697 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [241.15 135.414 264.783 145.803]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-698 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [286.412 135.414 305.812 145.803]
-/A << /S /GoTo /D (subsection.3.1.9) >>
->>
-endobj
-703 0 obj
-<<
-/D [701 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-90 0 obj
-<<
-/D [701 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-94 0 obj
-<<
-/D [701 0 R /XYZ 133.768 211.661 null]
->>
-endobj
-704 0 obj
-<<
-/D [701 0 R /XYZ 149.011 147.646 null]
->>
-endobj
-705 0 obj
-<<
-/D [701 0 R /XYZ 149.011 128.717 null]
->>
-endobj
-700 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F54 531 0 R /F68 392 0 R /F41 533 0 R /F56 529 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-710 0 obj
-<<
-/Length 2998
-/Filter /FlateDecode
->>
-stream
-xڭZ[۶~_i3mcą
-<:"˶]3=4drIp>ijL}y %# 7"ܺwygPL/M-Whȩ:tʯqpGTovazXmF#-=tM&@صC"潢u,"_JE:BDUOP*D9fp4
-NHv
-o5`sNi2@O߼9Iσؾkxٵ cq C_Yf
-{rlT|?tCt21άJJ#`g )-8F^,(Qc(.88uJ~}t\OL;b<8㉣)I(ŧ\ R t зt
-;y.݃YeB~:E<3%<jqK"-5'ฯ8BHSIfT#1LU$&L`gZ Y ;L|Г
-P)kj ű^6:Q]||Y .Wu2gM'vaO`4=9x_+'8BmJ `G6!7b8rװ
-t69c¢m֓ؗhD4IA>w8 rtѹ  +6T,@8/
-HKhr +3_-݃S,׋Sj͆
->#I c0]
-l i@C:J;[]#H<'C]$eD\[H[*`xQ)vC*(\Ęz%x,s3FW˩o6qT6gv-0|
-;
-ݡ%.2; Elwd\kخ| 6&-',=!wՐ07́\;sWKh0L ! ws?(y(HN&Q7N4Z)=݁F*L7[5aO觲,5TUQ.e"Wb \ŋx:-U̱^9[^iIz~O]崎BJKNIݦmH7poxZ|QA` 3S~)E] R-j? )m7p9#J2<K v7@Lr,xFM]Ϥ=xȷM{ tu(–o)u%9r\#zJAk ~2pUF v6G<To$D^ةAo:f>oZOЈ"sg{ڕi~:r
-endstream
-endobj
-709 0 obj
-<<
-/Type /Page
-/Contents 710 0 R
-/Resources 708 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 706 0 R 707 0 R ]
->>
-endobj
-706 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [153.7 116.319 176.172 127.112]
-/A << /S /GoTo /D (subsection.3.1.7) >>
->>
-endobj
-707 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.4 116.319 228.122 127.112]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-711 0 obj
-<<
-/D [709 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-712 0 obj
-<<
-/D [709 0 R /XYZ 133.768 490.55 null]
->>
-endobj
-98 0 obj
-<<
-/D [709 0 R /XYZ 133.768 305.537 null]
->>
-endobj
-708 0 obj
-<<
-/Font << /F69 393 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F60 532 0 R /F54 531 0 R /F49 387 0 R /F41 533 0 R /F57 528 0 R /F71 436 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-715 0 obj
-<<
-/Length 2808
-/Filter /FlateDecode
->>
-stream
-xZݏ۸_Eb)MWh_p %A[jK[YlZC}Plm$Q#j8.t_x [0FRn F' B-n7_HbnVqk뛕0jy, uST_'k;%]XBDd@pɲ|cY#-L#'*MM;n$";vS9iegPܗ/V<M$1ʙ-$ 8ܗq>3U4-~T~t䄦RO$DIE+It콎̠ i L`Ts$_Nز(QEo_Q pCR>#%K˽(Noa &N fZQJZ'p1S~_ #HF X?wפup--~KAA1L4I>MǔwF15:-D }kmk,+{M
->k%_pγΰs;ŮjtlpE:_7;?]Us;K|S燃Ig+Pe")spאPQE.4XH 3Gd>Mj@"v,S\HX*WxYW{`RFE<E:
-' g8!<?I oVJkY5FY5>.HIjX6B7CǣVsEarjt!fjZ/8
-t-v|Z}zO`YZ&F$2`RnsP
-*qSTFF)ǸۨzB^Zv2ZA:tNXGXX})=Qr
-9@Ju&G_6Tu<d9$.1݁:S$KAcw` +
-棇D/с%;fo2_q"Yl\x6 N:mc11BO.:8J*G3M,PB`
-mI5۱9^v HaJ|5^^ eqE)MFpLvn#&a
-u$>7O.gľѺh@UڦSg@6:+qV9`[t9q}9ftț5o_q@mFo~K:ewAMKmsmuH 9kT$"|hjqKC6).DR$1yMEo\\Z<.| a߶W"eka^Uwق<U-~_nC֤pΊCmʽǟF\B1RBR rpEA&6VBz68vdA<@l!](TGSDˏ #_-9y ^>/_GnU
-*Lo7z@<8a}ɀkޗ#9K3Q'O9X ωZѓmDf}oY1 cJ
-su[%?ayݜIp2US5]63cvz1/+4 LzGJ܄&4 I;{Jץ
-4+8]h?Z|gR ,6og@x@~q'Ui'ǂxb3
-cb_4O
-X8`ՈA)9D1kR: 4~
-uh%>`ptEtn{o3ӹΟQGϣ<RNŐZ2Bq'Lķuu%S݁5<ҠLı݈+8ắjOЉ;WzQ
-endstream
-endobj
-714 0 obj
-<<
-/Type /Page
-/Contents 715 0 R
-/Resources 713 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
->>
-endobj
-716 0 obj
-<<
-/D [714 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-102 0 obj
-<<
-/D [714 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-106 0 obj
-<<
-/D [714 0 R /XYZ 133.768 598.505 null]
->>
-endobj
-110 0 obj
-<<
-/D [714 0 R /XYZ 133.768 164.68 null]
->>
-endobj
-713 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F59 530 0 R /F53 527 0 R /F56 529 0 R /F54 531 0 R /F69 393 0 R /F57 528 0 R /F93 687 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-722 0 obj
-<<
-/Length 3257
-/Filter /FlateDecode
->>
-stream
-xڭZo~bKҦOicw@kV^ IڣFCp7#nV?a7oߋdFzusRFF'+Hxu]}Xg/+jXէ}ُXl #j=yERy!IQBPY)ü H"Jd.jo/ʳy{usY{[m֞\*]]mt70in4,XDZs4x޸}&0[S<ڢʦӠ}E{v؎U†LEWX촰YM)rŮ+Z*(N}!∥LXY_l6RX҉joEnSjz~1WÖOHţeC3)i$:p_Ze-rFN^9`7|mSq6k!1edCE JDkP(>ЄH$ &h0dHN7DS::}KQjx9q±` L~\<do__mb\
-52 qS޵D핆g.#۳r6\v19v8Ba}2Ld9Xv2JL|vBMBvxp܁saې >H:$*.'
-/ =>m.{b
-q?M(^ no'{X=cGs#;*/#Զ!Cm4qDіyp$E?9R[Dp%`#]NFEQ:I>]?]S?k 4-v/bRO
-R'*6Sr:1ДD{$)BHz
-PHqtw7oޑeiU[m
-9yp?]-zYM~rɀ2 BaQ8g@H='rį#!0"!x vMu 
-ʩ#8=9ٶ60/gֽwI(ޗei}f Ge <\űS8ZFĮQI^U
-_nNJ:vٮᑭomՉMClb'mC[ROn\vc!˭e7-~ಝx^|جg@SտB!{L%* M"I'a(a"ǎ
-ΔN_]CAJ$G9Xs}IVZ)(8TY݀ti<1l[dȗ>>CN'g_i,k2hj8!gu4D1oYtLԖП[cUKbְ\˶8'_8|!E[Kp*
-% Jdn 럪Oj6zncnMAϐBj. |Zv@-wδ'{B ez+(Hџ۹U:6yh}{u^
-
-0i&
-endstream
-endobj
-721 0 obj
-<<
-/Type /Page
-/Contents 722 0 R
-/Resources 720 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 717 0 R 718 0 R 719 0 R ]
->>
-endobj
-717 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [285.177 398.809 315.397 409.602]
-/A << /S /GoTo /D (subsubsection.2.4.2.1) >>
->>
-endobj
-718 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.125 386.577 363.587 398.79]
-/A << /S /GoTo /D (Hfootnote.11) >>
->>
-endobj
-719 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.448 126.247 191.081 136.858]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-723 0 obj
-<<
-/D [721 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-114 0 obj
-<<
-/D [721 0 R /XYZ 133.768 455.499 null]
->>
-endobj
-118 0 obj
-<<
-/D [721 0 R /XYZ 133.768 306.108 null]
->>
-endobj
-724 0 obj
-<<
-/D [721 0 R /XYZ 149.011 138.701 null]
->>
-endobj
-720 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F56 529 0 R /F53 527 0 R /F59 530 0 R /F54 531 0 R /F71 436 0 R /F68 392 0 R /F41 533 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-727 0 obj
-<<
-/Length 2398
-/Filter /FlateDecode
->>
-stream
-xZKo6WHu+] {Y7eOÑcF")'rqU,Vr<$YlOg̒䊩>$Jj¸L3^,o/+nScfbG^׻+Tݬ/S}{~{ ˃uNvK?!&(94"$!:ORnDArC*HNRIrm5#T'4#վY*
-ŜD,50 Q.S7l:ek&^Eʉ2=QUwhu3 @A7S}b*^E`yV!Cy8HBF)UÁHpbtHO1$ɘQȬYL"
-`!?Ĝ99Uh}ތmlߓ_T<r"D%LCGpU0Ir\ӟBqp^:dW@כO-s0[zLcӺr;\1Ym-7R>ϖzݾ>m>nm5c&MM"J P
-ˣ[:$O Z5"Qڬ\,#˜"Tv'jyM%&5:^G'H&%Ρݞy97|bcBNbn'{R֥]k#(]w]ѠE)]9 02
-gGPlGxn PG٠]uN'jNE\ԉX-)`{b.žD~0ÉoYu
-r s߾`aM귲]pIFE$32HaBɘ38GIM<d
-ɀ.rxuK-jCt}q=wt.Nɧ=:b%YIw="ޕ .:*wJgꟘ-E<<eZ_M_K?xhC3GW ֦Tf_@!AU4{Gg,un:F1z)Y5pݫ}6_7Zv} ET^9S!5Х <OyP kuHIE+حdT*@
->N
-endstream
-endobj
-726 0 obj
-<<
-/Type /Page
-/Contents 727 0 R
-/Resources 725 0 R
-/MediaBox [0 0 612 792]
-/Parent 695 0 R
->>
-endobj
-728 0 obj
-<<
-/D [726 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-729 0 obj
-<<
-/D [726 0 R /XYZ 133.768 215.233 null]
->>
-endobj
-725 0 obj
-<<
-/Font << /F50 389 0 R /F53 527 0 R /F59 530 0 R /F41 533 0 R /F56 529 0 R /F28 388 0 R /F54 531 0 R /F49 387 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-732 0 obj
-<<
-/Length 2412
-/Filter /FlateDecode
->>
-stream
-xڭZ[o8~ϯpFAcxAvad#˴,y$sH:vf"sw>REM}BLJx,($QBɄ0.ŇA([Rd.Q^M[Uw䉌Veݾ <i?\>={.2)P[XҔ4zߥ| 28~|_Ve޺6zkx"JJR#6`@FL u}oq<B. GS+#Bɫo?-%*;DBB rP&3!4nXҀ K0 $i!c1w>%c)p$c_^vltKo8c;)ܤR QZ2yma;]x$i"FD1?M@DQ*:6^JR'eŊzfzRB=#G(ܐ?DfD}W-#4IT26,,-ZRs c6O|
-YAҨBaUۺ~1뗸@)+KQn^cq09UvSU_.Amٛcڴsm| r'%WPϨO))[ $&v?
-aԈYVu6&m+|5ձ>$*ʫsj}H
-mkǺ}-%]Y#pU)'LjCLLv'QG,0'Gl8*!2yajoMTM~֡t]osl :cɋ )R QʕNjTDRL@@iaWة
-
->cQɄgmk+Wl"
-|k[
-d N8X
-A5{0Dc+L^k5u$D"a#sFl_U;u|ކ825fg4'] \#"!٘5`v^p"滸~,RoAЙ̣x`+|.RB3~毒zMD+٬/xpLDHZtgRo~suʹZIUK/|T~TD
-Dqri}=Q2 8|<^=~mMdC/+^QfYƃg:!3
-}>W.H \p͈ETDfrQo>|k3]<{כAL/*6oA#;Emo'gb*՗,
-endstream
-endobj
-731 0 obj
-<<
-/Type /Page
-/Contents 732 0 R
-/Resources 730 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
->>
-endobj
-733 0 obj
-<<
-/D [731 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-122 0 obj
-<<
-/D [731 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-734 0 obj
-<<
-/D [731 0 R /XYZ 133.768 552.226 null]
->>
-endobj
-735 0 obj
-<<
-/D [731 0 R /XYZ 133.768 531.748 null]
->>
-endobj
-736 0 obj
-<<
-/D [731 0 R /XYZ 133.768 512.376 null]
->>
-endobj
-737 0 obj
-<<
-/D [731 0 R /XYZ 133.768 492.451 null]
->>
-endobj
-738 0 obj
-<<
-/D [731 0 R /XYZ 133.768 226.455 null]
->>
-endobj
-730 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-746 0 obj
-<<
-/Length 3294
-/Filter /FlateDecode
->>
-stream
-xڽZ[~_!E1Fc!A A4>ݖ]%_j;sP;&h_pwl6e/wJQ*]gRkQnB(mgW٫M/\;GU.2i_Ն:ZaEO.p$6=y,M)LVRF @,'QF$ /
-5˅zm6K:0MuH1 y.yBkEa xyu=ə*h%ΖۋWo
-/eB~vsa}z3a/( tB[8xZdvu>ÜPghH@] ke)GKX#a)$VXS":ǘl\Wx84uB`=D 2V\ͳ*@J Gi\۱uᯟx?wBۺ< DQZ
-#"wzgݞM^
-eS<B6 hD8BJQ|6^yMf̉u~]U:dyέ4)O}zʜTe3ZH/MܬaoM\n?r^U:ӦW<O(t,՞4dzߥ& +˱ Z* ˑM.LHMgqrPFH%%Hۦm!
-k\Tsb:_6u{.qvob߅lc؅e!^ =W#ADYhaڕ!lp7IhGIu\u5Pyi^vMI<15X=YHa6oI)sBg"jW*vލ*s)d&u@?$i 㶆8!ƂypS38}{؇]k<JW6HLrYBw "jMNP'd"
-du\RaV7$Rϛ
-Nq!}R'3yȎt5N͹ڏu"!Y9Gw'Y)r;$鷣ϕzs`ECF 8
-q/E[_W
-Zxu&]nEQp oׁGVt2?OxԱt
-LWc៟4\ov<|$7T;=ׇqw0y5F2&.CJXr]iIV<{:Tg54M# slMRIL(ʡ|l?)lZ&;Vhi.}VjM]
-endstream
-endobj
-745 0 obj
-<<
-/Type /Page
-/Contents 746 0 R
-/Resources 744 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
-/Annots [ 740 0 R 741 0 R 742 0 R 743 0 R ]
->>
-endobj
-740 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [380.378 393.866 402.85 404.658]
-/A << /S /GoTo /D (subsection.2.5.5) >>
->>
-endobj
-741 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [297.213 275.303 311.935 287.259]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-742 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [292.153 227.483 314.625 239.438]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-743 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.772 191.617 221.225 203.572]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-747 0 obj
-<<
-/D [745 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-748 0 obj
-<<
-/D [745 0 R /XYZ 133.768 562.639 null]
->>
-endobj
-126 0 obj
-<<
-/D [745 0 R /XYZ 133.768 380.921 null]
->>
-endobj
-744 0 obj
-<<
-/Font << /F28 388 0 R /F56 529 0 R /F53 527 0 R /F59 530 0 R /F49 387 0 R /F68 392 0 R /F50 389 0 R /F69 393 0 R /F41 533 0 R /F65 666 0 R /F57 528 0 R /F54 531 0 R /F71 436 0 R /F60 532 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-751 0 obj
-<<
-/Length 2223
-/Filter /FlateDecode
->>
-stream
-xYKoW@(>$@6Cm3C^#V?cbANjRUU_}]?Njo:1H*ۄ0ԉ
-Q&Ur~?ݗ~dfqu÷s2"$
-qE̿{)bڙH,)y1D 'K^bQđ r( EFٚh4X+AP$_kw_K%A窬nlYڿ yZ5v
->f[~a+$R$KBX[ Oϛt&{jeUn0>l:fg=.Ln j :/.U08? DIIy]9w5vqO8mKA?v
-&0H!ςH}$ $FH/ҥa),<}&7 +$qKр#NO'? ''W8Yp<9کV%?c MUbu@Vau,i d>Kt1js.v
-iڡ_}F?CGLUթ%z49*-6[E(6{E"mllL*6ɗMVv;R(
-H2kVɰjm{k;al9>y4TO7)M]ڒrpGe(LCE+t#R08"]kaw;_k/rzg)qr%EH8. ))/>-1aQ"Q
-
-Ԥ_ 11}E$&3!̳]bͲBǘc'ϑ #ͷcKHht&R/Q@ &BaO
-mhzfg>n09vأ{b}W
-ޔww ߾C=_W蒨Tƒ'LH/gXK(܁ʯTZ { 骃*cZ&ǨהּjNE ^ZxFPϰNiԸ} >Өz]R#AuT.&R'Ďic3fI4z e`:$0L}\CF_oP[+NxA\7iLsH@ڶCֺKTҧ9!4w?T(-&o!{G85$qAhTp񈨈yToFme/`Ზs6Th ֱ߰tz3=.AÎdi[mP4oedK{qy dyXBڙ( )&f"
-endstream
-endobj
-750 0 obj
-<<
-/Type /Page
-/Contents 751 0 R
-/Resources 749 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
->>
-endobj
-752 0 obj
-<<
-/D [750 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-749 0 obj
-<<
-/Font << /F28 388 0 R /F41 533 0 R /F54 531 0 R /F57 528 0 R /F56 529 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F69 393 0 R /F60 532 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-757 0 obj
-<<
-/Length 2707
-/Filter /FlateDecode
->>
-stream
-xڽkoF?(D>^]}@S%B:Rm7|7w-yEEߟ1?>?{VeQdHmĥLLjTDHoX$*2%L<2Ng* m&"ޜnqyëNaђDڌ.8.ZD&x\v44tǶw4?;tlNWr=A
-xMKxcqxRc}?lBؒ , l
-\S^]V=.YYR<Hvq>8#D:*w= 6_~?b_p,+~y!/S-ԜU@iN;_M|ɌcMb*2=S;LO`[2 }`j{V@0̚H
-Fi~(PX&mj=o9 A!Z`Jzud
-ZӉLo
-
-Q߅2Hf⹄
-ФuQ90v@Bq^r,7X6u^S^X0-="gF
-!]>:ڻr &D8aЪCE`.mi #u mPɣLE؅Jw"c]n{jE.gM?|0>*6UJ3hQD< n02
-[X?mNT a'aWm5}X8txj]ls5PSo>!v2>ħiAb.yu
-nc*,`+;nGBi)X;C9n{W!-ewtϋ=v q1i=àXΉMX(x2@z<\F:!?7b}j?ܢ_7-Q6?N𓓉vO7ڏ7[ھl]|gP )S ּE_3SHýJྐྵC(Lkxez|[$i  7f:yXm/zFytf
-ZofHԀΠv\"J by9Y<ZJCᚁ*We1J>Gy<f$O./~p1<ߘY_؇L҄-<mHxf?m*kv_ج IC˫up_?~
-!
-w+5/oWI"O/j
-endstream
-endobj
-756 0 obj
-<<
-/Type /Page
-/Contents 757 0 R
-/Resources 755 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
-/Annots [ 753 0 R 754 0 R ]
->>
-endobj
-753 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [266.583 463.019 281.305 473.812]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-754 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [430.772 343.468 445.495 354.26]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-758 0 obj
-<<
-/D [756 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-759 0 obj
-<<
-/D [756 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-130 0 obj
-<<
-/D [756 0 R /XYZ 133.768 188.731 null]
->>
-endobj
-755 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F59 530 0 R /F50 389 0 R /F53 527 0 R /F60 532 0 R /F41 533 0 R /F57 528 0 R /F54 531 0 R /F56 529 0 R /F69 393 0 R /F71 436 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-763 0 obj
-<<
-/Length 2479
-/Filter /FlateDecode
->>
-stream
-xڽYo6 8sŇDq/w)UlVrz8IoCʒdC"rH93?΃E"w7oދlaIE,L"M42YܬZ_.V]S_.E%޶m-E{W0Y,_uG\6Իԕo_
-}7DGvˁUc۾.+H䜙ğFS3r՗yWԕ{K21qtCET7ŶV76oMPc]Ֆƻ4۰e[0sp[工ő7xdəTLwӪ~obĉUD'fj[ghOlVA,/M B.pVGGP{oUQ]()d*P倶`)h;.F1R0e8H
-V&?LGm@Oq,ρ3g&. Y6 ]a$BmtvCҩiF.LJ| |&_=4hXF=՚Lp
-۽¢/WpmrMF
-`VHL 4N{E],[Oa39r>:zН98-rRȜ(H toe&*w`xl۷dq7W7A)ĄyM7ؒjoӼZP[J"ԌљHq@w 2b#xa \9IαϘ
-H]%ZNptw ~{&߾] pJ'&`0{SJrW{Ò0a-_
-bG㰏h|Fώnvvƿ pC
-6xQ/燔պpiL 4~3nHR2sC$
-2>zq}O
-L廋
-\ەPCG
-? `D.XP{iTYCdd bAsNi&7(/[
-endstream
-endobj
-762 0 obj
-<<
-/Type /Page
-/Contents 763 0 R
-/Resources 761 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
-/Annots [ 760 0 R ]
->>
-endobj
-760 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [268.188 558.107 290.659 570.062]
-/A << /S /GoTo /D (subsection.3.1.1) >>
->>
-endobj
-764 0 obj
-<<
-/D [762 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-134 0 obj
-<<
-/D [762 0 R /XYZ 133.768 534.293 null]
->>
-endobj
-138 0 obj
-<<
-/D [762 0 R /XYZ 133.768 280.204 null]
->>
-endobj
-761 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F69 393 0 R /F71 436 0 R /F53 527 0 R /F59 530 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-769 0 obj
-<<
-/Length 2410
-/Filter /FlateDecode
->>
-stream
-xڵYYoF~_HI2Y$aL%CyVu5/c7yWuuuU}_~.~x^}uHXbY\\njs0:bBv1xK͗k-tP*+˻/? 9c&"ܔd2Ű0 Bib$'}vVJ?j)\TA[}fV}gSQ8xv֢&>ЮHh?^֌KXs"*#:;f{n"
-Ny5Knh[o4%R -?d<6GsN
-gopƣ(=bn-(<>ю7jK<|<]ER̪Ecv͍bFZc7r+qL7E|M $aRy U1,Mu<O
-Xlܫ]Bz/ޡ& dDmRڅP\zf*I<x~eƵ𾕀PmT|Ck6K껬g{@$ 3Hhgw'廧 kz gڡ4h:(iQ+]]W}
-dnOBF6E_O?A`YI- ǁWıSi#ޑvٷFVu}c2~y+췣e/?*
-H/*wYM/c$L{!*4ސ
-jz(/(sBC6c1;fBb$3VAcΪᄡRs/pE8XBn &S
-I{0A[ıyYQYlvz1!Nx
-* [pJ!CHH#sQ gJFg%љ/~J]Hg֩
-W?b|qWK
-^޺1!ñ:b#x@,RQ/i`_Vk)i0p@(L$Z\
-gHzUku& :=!ݓ㈅|۫} 
-Qwd=\KTz&m2r_e-Q<lwO_4K"X (`2 EI'!on逎W!BюpoJϯw1/Q/w yj ǰFH+BпJ >ɻ F^DEPy?!¹ lhd06A806\
-endstream
-endobj
-768 0 obj
-<<
-/Type /Page
-/Contents 769 0 R
-/Resources 767 0 R
-/MediaBox [0 0 612 792]
-/Parent 739 0 R
-/Annots [ 765 0 R ]
->>
-endobj
-765 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [335.768 453.057 358.239 463.849]
-/A << /S /GoTo /D (subsection.3.1.4) >>
->>
-endobj
-770 0 obj
-<<
-/D [768 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-142 0 obj
-<<
-/D [768 0 R /XYZ 133.768 440.112 null]
->>
-endobj
-146 0 obj
-<<
-/D [768 0 R /XYZ 133.768 293.655 null]
->>
-endobj
-767 0 obj
-<<
-/Font << /F50 389 0 R /F53 527 0 R /F59 530 0 R /F28 388 0 R /F71 436 0 R /F56 529 0 R /F69 393 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-774 0 obj
-<<
-/Length 2378
-/Filter /FlateDecode
->>
-stream
-xڥX6 ČD+pk..CZ%GlEPU[/ ƫ*^p\_>+ΙIޯ,K*M2&dޭE%,Yo8IZKu`FfI7diVlM~ 2̤"Ej5ٷɮ7BѾ]QW-M/5vQE6z䉫_cxba94ꎞTkuv4zYNb{
-mk<_cnf =mPp @$+8}$D\(Pv\
-Dim9řVr8'Ne,6"[0;5Fy͜pPB݃4(5a)) tmdi t ި8 ]?r W9ݥho;ZNE~Sږ7 
-WKҖ\ۢ+uflcQ
-@z^V!Fz+=<o$ĩKRYOҠ2^ذI!fRD2Cf:Eϫ^
-
-#1QSǤiW'twQq6iDN%,Zr# U" d+=OI6,I/1 s!`ŮpFŻvU.࿚N\lT?`
-X7-1I3M<]`F@hCU@:W#+xѡdžt.)|
-w<-dВ9h\) Prlqp#p뱼Ou%G -V޼/bs!6
-Fr:н+()dQ`p":4Ź]o
-)>C|Wփ+h5K<l5(A9וr" H#G,hHg!xB 2
-endstream
-endobj
-773 0 obj
-<<
-/Type /Page
-/Contents 774 0 R
-/Resources 772 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 766 0 R 771 0 R ]
->>
-endobj
-766 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [278.04 503.852 300.511 515.807]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-771 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [153.7 425.701 176.172 436.494]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-775 0 obj
-<<
-/D [773 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-150 0 obj
-<<
-/D [773 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-154 0 obj
-<<
-/D [773 0 R /XYZ 133.768 412.757 null]
->>
-endobj
-158 0 obj
-<<
-/D [773 0 R /XYZ 133.768 299.176 null]
->>
-endobj
-772 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F56 529 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-780 0 obj
-<<
-/Length 1882
-/Filter /FlateDecode
->>
-stream
-xXK6Wx6} =@l*`K$o6 ;CRZ>ڴHQ<]\/g4^>{a ƈS/.7 &1.2 \/d(bo/j>P'ۉ!RxrGuUٶM:n85 %ڪŊY"SJ1|y[uU}2poU W4 Ǚ$\Yr2Է\qxw4aٗ]_GUwYlM +ZqKC=j&;ČWTh {Q,ff"`+VAcWL&}d/p _W7/QWMH4wWTk ܎]\\<5C.( FmUM= o/ö_.WRlӴ{$9rNL5LLx&6{Z!B ke% ?<9Ti?@PG`0"r ŭSSꄎs'W }}"5jM0D;yܔxO!I׉` a Hi9xPaxT(cfֶ9
-R$8{t!@5™ٺ,} #Ea9)> /Xt>R6C7
-=j¦NCLMBK+am+r,n(vx wA2r
-<,U3HЁN
-6 G/ӋH|*AW0KIs_
-.ŧT 3Z'_NLÀIt9D-%o׻8u֣d]Q>0Xa/
-M(88L*4LP'$<s4<qr˸渰lW>k`Uf&>c6un*9"2^Lȣ ۼ^Jbo™#<vgmԫ
-ş,s(w6WS]]GݫwMһQwֆ,8
-$`H#<sA!B'hw аTg#( 1JO6:
-NF>Xe7AnX^a}<\=L̈Nq#K*kCY40/cZd]_#EMPHR*mtS Wɕ(6).klM{5FשׂFW}VE0+*Xhtf2(DT]).;2rN6P
-K1dI: 5=T1I"MZM"AM`<$gL>*<Ex
-}<?y@p(
-endstream
-endobj
-779 0 obj
-<<
-/Type /Page
-/Contents 780 0 R
-/Resources 778 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 777 0 R ]
->>
-endobj
-777 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [255.956 364.375 283.408 376.331]
-/A << /S /GoTo /D (subsection.2.4.12) >>
->>
-endobj
-781 0 obj
-<<
-/D [779 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-162 0 obj
-<<
-/D [779 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-778 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F50 389 0 R /F51 391 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R /F57 528 0 R /F60 532 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-785 0 obj
-<<
-/Length 1737
-/Filter /FlateDecode
->>
-stream
-xڝW[6 ~?bf.äL/i=3}h:/x [l_2첥FȲY$ǻz{g*12O;.%SYKsRo׍83R-Kae, -8%U
-Vd" )gyxTꮜ:ڡ'AkqyKiJg<Hk֑˽ȣw8L}N2'=uA>M#M`΄-Nø"=1g@9gE
-1%{)r֒n1u}h]$3qM["@#KYbT14 %ܦE -J*VӒۚ
-endstream
-endobj
-784 0 obj
-<<
-/Type /Page
-/Contents 785 0 R
-/Resources 783 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 782 0 R ]
->>
-endobj
-782 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [192.555 418.187 207.277 428.98]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-786 0 obj
-<<
-/D [784 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-166 0 obj
-<<
-/D [784 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-170 0 obj
-<<
-/D [784 0 R /XYZ 133.768 404.171 null]
->>
-endobj
-174 0 obj
-<<
-/D [784 0 R /XYZ 133.768 278.469 null]
->>
-endobj
-783 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F69 393 0 R /F51 391 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-790 0 obj
-<<
-/Length 1732
-/Filter /FlateDecode
->>
-stream
-xڵXɒ6W*eظٕKR|K<7I(Xf.OF)S3NS@4ޫ;~KXлyRG T${߯b姛¬J)_1bZoLվV__wPE!\&m˻﹗gQyvk)%$
-ޛ_ 9Ā<Ԉ\E:B1 L|Z$~,AKVj-.갌U5Xuk.af=zL$ eӯ`
-TI oiشl݋Y NS(D%)KOe\&R* 8!lzPf
-XUttHq3 B2ֶmoœﰹlO[>s| ^>xtX
-xv.2ǗGm( [K4X$fQeD"%" e"@&"vLicY C8!.ҳieB^#v2ܰ59xe;'bnфI,Zւ1,T0hci!{'GD@` YcPUxCȩAp_rldῄE`l(/Gi+A#iv:~IjyTʺmxѐ?Ҧ׷+Yޣovc8=,3Ī9`CQ!/
-EWhg~I^+<{!?=l0-y4-LFn푆*S2kE2*vTY0'XGC47ZۜaZ;4=i\a!uR
-[fJ{<mCOs+80g @36$B$
-[.VQKW]'SG-q\7N/P"\JD[n(G5E%X$ "{`j9ab؄"aM"D%6yV3xhCBg{1(;i
-endstream
-endobj
-789 0 obj
-<<
-/Type /Page
-/Contents 790 0 R
-/Resources 788 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 787 0 R ]
->>
-endobj
-787 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [258.827 228.314 265.801 240.269]
-/A << /S /GoTo /D (chapter.6) >>
->>
-endobj
-791 0 obj
-<<
-/D [789 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-792 0 obj
-<<
-/D [789 0 R /XYZ 294.36 662.328 null]
->>
-endobj
-788 0 obj
-<<
-/Font << /F28 388 0 R /F52 793 0 R /F96 794 0 R /F51 391 0 R /F50 389 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-798 0 obj
-<<
-/Length 2234
-/Filter /FlateDecode
->>
-stream
-xڥXݏ߿BO9nP{( $@
-⪵^!HP(?o>It6WyRl) QL'*M7\ޭRT2~VJz*+۹[m~yqsUMdT Q$FJd{Is$&ϞOuܚ3mbDƴ OZ<}(}D3E!U,7*1(yN {VȳdeAތDżlބye|y_ tQ
-;9cA1O$Dת[,,S9`F[&7ȴӾD* 4-Qօ]kB%Xt~U}yt͹]*"=#K=w"?(IV,]0=oZg _XZԬyGMg=0)=iDž 3SduntXw8my${/pv׺*հ)loINi_jݜ{!Y<
-
-b*FbAK)t]Oޤ5v7`%6z4$f7yDCl>!] (ы"36.U@w/- ᷫQaB /rqÉ %3kj+\k:jB3qsNڳ_ً|1I 
-頧eWU#` mq8#Q`>zu`{=vm77OH[M[Ź/$
-361h -hrs=vt3I/[H TY0Ppf|8C%@EWA)
-~ E VfĴ!
-ZG~Tpk^91B0%`"b9x@<2YogacqU
- . > 9` ׌6|I ~ԾC3Az=yۜ1k`;T |S&{*18˥ r
-t_-WEH@wY(i}jb]#M(2.)Tr,D<<+=#qsZY.C
-endstream
-endobj
-797 0 obj
-<<
-/Type /Page
-/Contents 798 0 R
-/Resources 796 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 795 0 R ]
->>
-endobj
-795 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [298.161 342.914 320.632 354.869]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-799 0 obj
-<<
-/D [797 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-800 0 obj
-<<
-/D [797 0 R /XYZ 383.623 658.37 null]
->>
-endobj
-796 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F90 639 0 R /F59 530 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-806 0 obj
-<<
-/Length 2599
-/Filter /FlateDecode
->>
-stream
-xڍYKܸW4EDR|Hx C0@coi{cN0*d=b'.&ϿܿyI].rZ kdV(Ctӝrѥ)bmLT̢bPǦ?WL}LTuTßN*]~*Z )c]47(F~h(Nݗ1b)EwqutO㦾0{=3}ŁDgSF8M'b`rחUBbej_\8q|*</ nP}rw@QppP('/l9 Ӵ-D+[Htg,Y[
-)M`i/Ŗ,)\#jXeoבN'0v=*<33x`(ukUp|#?+a#FJ45Y9T.b:V@WP+vloyޡojw1&t;iii
-F肋#"QіqҟB`btt8Dk uƓ(+q5-ɑ>g>G 5p/[",OR'ѕd!FE=Uåوɥ#q
-sxTcq%S!<O<pJ)ݙ*jD@|ʙ\Mq.k8Rp ʉ{ װ<LIbbٜӌ:gbL XOp/sTJaz>758O3
- nθϽ9՛vJLTv(KnB`
-Ioاg+; wfDvM m~u*T&U*&B9uA;ȯ^a3Lŀz+$ϳ%EѽMgQḱkn;D c1Y q {
-L}cAb퉀e!yv~!'Dbn]MC9>_pfT3Q`D<
-G6<AAY!^:x<%lI
-F~Amy3zg)M5S:4Ɗ8*n[
-W_$9_B6j
-@_RRIVO 7ɮ?x_߀4HB*M)h/|~R|b `wׅAO&&Bv=
-=J"L:ǖs W4&襦4߯c n4MnT5uNͬ҄Sb/
-endstream
-endobj
-805 0 obj
-<<
-/Type /Page
-/Contents 806 0 R
-/Resources 804 0 R
-/MediaBox [0 0 612 792]
-/Parent 776 0 R
-/Annots [ 801 0 R ]
->>
-endobj
-801 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [246.281 155.721 268.752 166.569]
-/A << /S /GoTo /D (subsection.4.2.1) >>
->>
-endobj
-807 0 obj
-<<
-/D [805 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-808 0 obj
-<<
-/D [805 0 R /XYZ 133.768 258.239 null]
->>
-endobj
-804 0 obj
-<<
-/Font << /F28 388 0 R /F69 393 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R /F49 387 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-812 0 obj
-<<
-/Length 2765
-/Filter /FlateDecode
->>
-stream
-xYK胁mZ|I&N$ArصmfFXԐԳ0S*=3=HrE")>Uů>&|*7~ʍ"Vmnn7Rk&nT(m77H )v'Ź+;ڨ+?wm2%*YN:]Fot$:}˺h#E}rPv*Ƕ/e뇞E[zEwzKwNRz:?>PSCMUPscl<ӁȲV=Rc6:3C}s<AlwƘǂ݁dEՠ_OG M{߽ڼ#y;7t()H줵N97f>Ӄ[-0Mh;R\qMeS Ivsr8ÂAe0#d(EK6
-D#x!m>eL*PwMlmb(owKw$UikM;쉉NsG,`KLѿAps^:Ti-pPm*~<tT̏ᱣgF˝ܗ?V?mARXVy t0z}Y?$Fx^bK@trXUڅX֝ߥL0^nsP?/T>6ớjң@ݤ6hԆ
-UտFI)x/=33ePvH* gDb5eqL waО^%0KLdf~ڀov*+V^E#ryHClep1Hdn7)A*:0W kPQE`
-gưA>h{{hThrriEɕ 6JC4jh,fK ]&D`;ph־-rqy
-\w\u}޼wH8 jgRj~ܤ}@JRʒoqR^n2 JD%~K䋧g"8P Y?}(߭`6|W3P<ϐ *$0^|b{{Jp !9F8#GO`;H!m'LdD5YNɺ c2q%JspDVm⫙Եi o&1Guw&h[oӼv?m9ϯM :<c!!\o>o>l=h+cQ:pɫ
-H9
-Z|:@uLcWmTE Y]5՗'YT ea`9&Oe!ld6ێI|Ц Th N™Ÿ <>AY&s8BVfru=؆m83G @4ODN;e:s5ҝ~;i@<Ekt/7 ^v
-endstream
-endobj
-811 0 obj
-<<
-/Type /Page
-/Contents 812 0 R
-/Resources 810 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
-/Annots [ 802 0 R 803 0 R ]
->>
-endobj
-802 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [424.898 623.957 431.872 634.806]
-/A << /S /GoTo /D (chapter.6) >>
->>
-endobj
-803 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [440.789 623.957 463.261 634.806]
-/A << /S /GoTo /D (subsection.6.3.2) >>
->>
-endobj
-813 0 obj
-<<
-/D [811 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-178 0 obj
-<<
-/D [811 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-182 0 obj
-<<
-/D [811 0 R /XYZ 133.768 611.013 null]
->>
-endobj
-186 0 obj
-<<
-/D [811 0 R /XYZ 133.768 170.16 null]
->>
-endobj
-810 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F60 532 0 R /F57 528 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-819 0 obj
-<<
-/Length 2493
-/Filter /FlateDecode
->>
-stream
-xڭYY~_ F>yx~0k$OA<FnDIJMU]KO<㫪\Vrӕ7W}*Y~IbmfwN۲߾dSB+Uw.r dm]auؾ. Gꝱݝr_Ċ\Ư|YNEO<t2dnb3(%2v;ieTa&>i+UsXQ?]
--Pa-@%Xzoq7kHiͿ*xr[ }?Ƴ=9MAͼoT51}5[}.e~{
-Mlԑ
-(o v'B}jᔿKi#R{y'ELnR^ri
-y0%?bDPo[lzP #&~@=y[B\D<6%VШf}G8k2OY㞧:Fq <!Ō
-ZDEN=4Ke-{7.
-e=
-i[<MN3ux͎%fsl8r3\2tH©r<0B2Z#Fq)B_~72
-a.ߐIJyǐfyl޿+MQI7yȬ!Z_c0U9ЋL(BՀUQꦠ֬J3#f;=af`0tx9fɮ{R^!9 ېAcx؟QjKH%\B{(9}
-~0hN`wb5v!BnB;B]E%c%SoO }<_2՟$riA֯ѹ<I Zb1ḱŞBHO\Lr _$%!C`07!|CFGvcd6d_ʥ\p*hXBDK`CZ$ [zYrڣLʉ7AteggSK FGJGqOQ Q%z|XYja @a; P1ӡϩ>Խ
-@WII z^KƜ,9ۦkC}
-h4U;
-oZ0n,aTwiig{to& Kve[ԭ J=H3^09yPo^J.m&z?h6ĞKB
-endstream
-endobj
-818 0 obj
-<<
-/Type /Page
-/Contents 819 0 R
-/Resources 817 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
-/Annots [ 809 0 R 815 0 R ]
->>
-endobj
-809 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [180.453 641.793 202.924 653.748]
-/A << /S /GoTo /D (subsection.2.2.1) >>
->>
-endobj
-815 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [329.68 331.063 359.9 341.911]
-/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
->>
-endobj
-820 0 obj
-<<
-/D [818 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-190 0 obj
-<<
-/D [818 0 R /XYZ 133.768 390.244 null]
->>
-endobj
-194 0 obj
-<<
-/D [818 0 R /XYZ 133.768 318.119 null]
->>
-endobj
-198 0 obj
-<<
-/D [818 0 R /XYZ 133.768 201.217 null]
->>
-endobj
-817 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R /F71 436 0 R /F97 821 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-827 0 obj
-<<
-/Length 2970
-/Filter /FlateDecode
->>
-stream
-xڵYK[44-zz=Al$@!zp9tK=f<0S/zuDRbUUU)<loby}wؔLhkU,͕v֖y<:U9US㸈_.MLGmLJHkN'W6Yte7禫 NMη lTUg{r&Qi7[U5G~#6k^t5?
-{[T@g_a2`d>fi=3}ekp<Bs[a.XשJ@RlUԱJtibyG_xNEĒƱC/T>_ DдL;y8ݴ6*5=tlQuAT{7{iW烂A Id>̳Ҭ7ty+u<W?Ņ;t1_\GsJS :0w;w G]RL{rYU ̢/MD֦ڡOGtt?6yZ'q(<x>lxo@,!,)>\oX`
-\A Ҫ i6U
-s BlQ2o2UEɡE^x2$ϫ|2Q%N]H#t`Jd%ϝo{WGٱoa  '0<88î`R
-
-]% PFWlȦ*R?rZ 9UG`.o $lfH6+Ɋ $"Wo-)Ud#% a;N}L1<S <",3_(UpvC
-{tc &zܰkNBxw Vbs2 <5uad$G'`e2\ =Uaĥ91w(
-Y KT2IV,h2})XrYN8e1#]~D3F
-CLfC{_}H7K^@H l W/+71>yoԪk|ҊCqy3 0PD1BcHNC:% 4y<
-wKdaΌ"b7vX׃v2Pzk|BA -M>s4֮0kvRq裬2!GE`Xdŧ 6SUglȩ N[` `cܟ'UQ!T
-ſ=|xqǾçL6?O <K`L*b|37@2W0YUݒ :.
-$ffxXH#]@9|!?v=pNt?3 nA[C@]x16~!Q߷o}'0Ao<\?[cwר0FҚx1)ɏ+j' "XjuӤ.$~ U;K(r,uXDj:/KnM'"ε tlEқUb!W_T=g*kILez` # ܔ|KMk7.+֯ ԕUc&'fD_+G<_VrI3,e8
-P2)
-\
-endstream
-endobj
-826 0 obj
-<<
-/Type /Page
-/Contents 827 0 R
-/Resources 825 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
-/Annots [ 816 0 R 823 0 R 824 0 R ]
->>
-endobj
-816 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [339.227 606.481 353.95 617.274]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-823 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [336.874 399.783 364.327 411.738]
-/A << /S /GoTo /D (subsection.3.1.11) >>
->>
-endobj
-824 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [318.753 259.228 348.973 271.183]
-/A << /S /GoTo /D (subsubsection.2.2.3.2) >>
->>
-endobj
-828 0 obj
-<<
-/D [826 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-202 0 obj
-<<
-/D [826 0 R /XYZ 133.768 593.816 null]
->>
-endobj
-825 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F71 436 0 R /F59 530 0 R /F57 528 0 R /F41 533 0 R /F54 531 0 R /F56 529 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-832 0 obj
-<<
-/Length 2131
-/Filter /FlateDecode
->>
-stream
-xڭXKFW(@0n> Ex9s`[#)RˇƳA{uwu_U)Z=O"޽z.U+ZۭTi:r!C8(m}<Tz6'Ӧeb ;ݿ_*D'\ڨ,zycNU;¯: ƺc5yvZ$(l2Ow {V <% \߬ , Ϥ0sXz$xUcWZl6<=wH*xضCq}{bM,.\b$kdeAx1giFkXt$ R5Sr7>2-0-vc12J8gB{a sc,8_Q]x(_K>Fxµw685Fã*G͡\HȳcēUiat_A 2F<s 3\D2l ?j/ϐuEqH|qSDK=E$6"9Ɩ)pHBNǭm 5"y~L1h&NBd
-Kb嵁ÍXqo/d=\;^={lȷJ-FQrr6trohl޾ڂ8Asܠ(
-qzJB 8ELyTB精ɗW2,$D3CmN,NKnͤ/ٺ}[C@V%-xMHh~h<Cm"2H(v
-og|3G8x R怆NE CkWYA.
- <񢥗۱5: ̼eIw<Ջ ;Qfjo9IV:F:5 Iփ6i
-x55 c{%oXژ~@p2%\
-
-F1fKЪ0_NUav߰:TdC]{ujB7IfW)S¬i/paLTRHjK$40M H?
-|^ƟJ_emE+VLK$ xL:/bVf*ʂf_W=AUQv^xv
-endstream
-endobj
-831 0 obj
-<<
-/Type /Page
-/Contents 832 0 R
-/Resources 830 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
-/Annots [ 829 0 R ]
->>
-endobj
-829 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [374.512 356.405 401.964 368.36]
-/A << /S /GoTo /D (subsection.3.1.10) >>
->>
-endobj
-833 0 obj
-<<
-/D [831 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-206 0 obj
-<<
-/D [831 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-830 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F69 393 0 R /F59 530 0 R /F56 529 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-836 0 obj
-<<
-/Length 2977
-/Filter /FlateDecode
->>
-stream
-xrܸV-p$A|fSN%Tt}8 c9&9R=hRY޵$h4D[mWlg}~o¬8KD]q)41DzuYvZ$ʺF\4FEW0iҨh_}=•uM5vwܷ:.wr6.{;GݺzH~{W88(pʾ/7kuivf"?{E 4+;H$v-)Tl@{lmPvuv_نHw4;-+`kЂ$v3!<<)3#57wvSU=M dRU/BX ,/ 
-<j\ =ZM"N9I6Ns N{E*.Zb(
-;PZ8˛w
-4c5=n!ShZN9p:/e-:/vx=ЮX`i/&N)tۛ`MGm{wx&F}3{E8YToTEHZKeͻUP*DkSZ2YBle:cWlʆ&,%0F7pzص펦FNr$3^`v,S :]K/'r20KOjܾWȈs?RP{j%~4ȏe~O)_Z8
-h,DYkȌ pQͦ% -Q#L]ܶﭜ##K Ň
-*<}ϝKN1Kb\^:89 e } Ch
-e+-.ҐǏ\3!OX1cI"m0)|HͽIeO 9O^C\nAYT{}4_W ͑?-x\`?v
-ɨ?&Ic雞RG)MtklJ>4,xRJ J6ј?>'!׮~zk5 #?"k>~_LbjniZKy1m3uT<`u~ysY\Z rud ^Ij Nc-Ռ[_ b$5HR%@6( qJ~6 Q_5HCҐC͹4D|jΥ!3ސCc~YP6i, h0k9c`jp1`(HH[ĵ{Tgs߾"P& 'OgAfߓC3ߓ'şo7I6:KȖ/Jq*9XB\ATWJ<*SY-x%ȫMYFgwLţ)R26y × mk8ģ|ە6l; ȭm10[o^OUf*
-mR1 mp#͛cEc{~
-Ed2nw3fkC"2}&Ny-kFo9Scڕǝá xqüܡ~5ۭ}:x5G3eWyPM(w͢<Թ-@~0;sM/Av=]EeSԭ+oc+賒%WiDE5QY8)ZF)LaK%1OGs]յbaHx%gBR:BxXR>iBja5<M$-YVְn {|V@lA t'$I抂0eܫ*,x Lǫ?
-endstream
-endobj
-835 0 obj
-<<
-/Type /Page
-/Contents 836 0 R
-/Resources 834 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
->>
-endobj
-837 0 obj
-<<
-/D [835 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-210 0 obj
-<<
-/D [835 0 R /XYZ 133.768 515.619 null]
->>
-endobj
-834 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F71 436 0 R /F56 529 0 R /F53 527 0 R /F41 533 0 R /F59 530 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-840 0 obj
-<<
-/Length 2553
-/Filter /FlateDecode
->>
-stream
-xڥYݏ b h>5r C|@uZWVZKZ {1eE83$76槫oܤ"umniH8v*_m瓔H4| 沿jtʢ㗦>#eP}<[)5(3,y"jN["/2oxv˷Œ[SbT^;Pa#㡨4Bo6ǬbFu,k ;6HsfgR03cY`@,0Dzm#Af Qs@B:  vz_ֻ_7/[4!똨|
-]^}ZU}oe{yqRw..z,dU#rL4ÅR^I*{
-k莡aWfA:G<x/WmuB𰒓¤KN8ҹ6Z>n^!˧L=膱"׺$]KH^Hg#C-\O-0u Z0}@
-endstream
-endobj
-839 0 obj
-<<
-/Type /Page
-/Contents 840 0 R
-/Resources 838 0 R
-/MediaBox [0 0 612 792]
-/Parent 814 0 R
->>
-endobj
-841 0 obj
-<<
-/D [839 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-214 0 obj
-<<
-/D [839 0 R /XYZ 133.768 553.686 null]
->>
-endobj
-838 0 obj
-<<
-/Font << /F51 391 0 R /F28 388 0 R /F50 389 0 R /F69 393 0 R /F71 436 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-845 0 obj
-<<
-/Length 2744
-/Filter /FlateDecode
->>
-stream
-xYIsWe~LTRɉt* I( h~}~
-5%zߠ@?]'yuGy'& ntdr$lj}>d6,rֆ6lse9 UsMUAYT,ǃ?'dͯW<W.4*Ё΁AbHpWK4O/|81ˋ 2К8UIdU$&BǍaՄ@{`E4eрhPFp_z`Q5OyTqeUm"{\Gψ2qCJT 0Fga;v3/9,C{O
-4|w^LsC3a_ݕ<, }A?<73"oGV?ob A&U{7$!|izXnz
-D9S8B20bn]Kuny]!h6IXBC6SGx3XhN߬MwEL::tM棭+?Mt2]{8?Qd3 ;
-{v\7r+|r&$"IJ}rGnGdU ` [/N>b
-
-g\ s҈K 0fy1gRXc>z͏nv
-jvb+&nɇgpBZd92k"N':(S7EGk^H{eMǠS8»V"rC.yĤnI0el0 IS:c=n^oddf&V*O!9^R/\@J*sa1wD/irƼA8eYk>7OCdgco󲌼m\?!ePJ f?RWQZ<o$c!DJ6Nc Y1偟8.^*mٮa<b.iJ){J(y[9@v-U/.<b,K~Yt;YRe ΓEYgYIh<Lcj k׊H"U#yR{Qh.('!]]יt<M>'hα:R>p/D۔Y~_XZzs.eu>B9 k$@.7h "_I mhPY^h}2;m}rMb
- M+ɍEWx_ U5^_xhOd:ⶂv?f*erSt~@Li2
-ZQANSu]y{ϲ+ʸjO}_Ҝ7ǦdԄZՇ:Lr0nb-ڠRUԝfm'ZnР[Z jy1J]FŒE[ SV
-endstream
-endobj
-844 0 obj
-<<
-/Type /Page
-/Contents 845 0 R
-/Resources 843 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
-/Annots [ 842 0 R ]
->>
-endobj
-842 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [284.945 204.113 299.668 214.906]
-/A << /S /GoTo /D (table.3.3) >>
->>
-endobj
-846 0 obj
-<<
-/D [844 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-847 0 obj
-<<
-/D [844 0 R /XYZ 248.615 662.328 null]
->>
-endobj
-218 0 obj
-<<
-/D [844 0 R /XYZ 133.768 501.843 null]
->>
-endobj
-843 0 obj
-<<
-/Font << /F28 388 0 R /F52 793 0 R /F96 794 0 R /F102 848 0 R /F100 849 0 R /F71 436 0 R /F50 389 0 R /F69 393 0 R /F56 529 0 R /F57 528 0 R /F53 527 0 R /F54 531 0 R /F51 391 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-854 0 obj
-<<
-/Length 2877
-/Filter /FlateDecode
->>
-stream
-xڵZYsܸ~ׯ}2U`%UʼnUIvB`Ff1Q*tc=8@k@l=g??}泜HfWJ2!|9>
-:[|?,a?OeՙiG:g<W^c,4 xiz 3Qr/*^nCpńȽ֯:Fuڏ]㹖IT4h9jB_+KUjLmqٜgqA\}7\) Xhz+5ThJ+*ZjG^,zU5KMlPf*:(;j<ձ9QUwXPQQQŢ\œ0G+\7ECc jm}G K**gnh+
-˭4Cm +N }^ˎiG;ZZk<de&QX: Ypcއ<h%Pz4P9猆KƧ `Уu3 :UG$~`OdQ;ҙ)
-V, 3IHt1h`Qdoϥwdہ _U8hX&EdC6sa 39Шscbjs'2 c*wRNJ3.QJ?ϓI8;0
-Xr Ϛs1 r{UzP|6Zlc=9<o@
-L,3:c3J|&)&dl={0|>qt&R9I`T}r9_S0c+j˲l6:% f|ƦU6Uզ7
-O_M!AH(t_e*x(h* `3,4Jze6I<"|0w0^{.?\d@l4{
-Oð?'ٲZ4hhb9$UObA$~
-SRt)M؝?9®] M")aY?~eC9 ^VVMx,? ;V L4o<b80t!?VmT{d!2Y+aqMC+#R
-.G:'
-T{) FQ얃
-y:jˮۘ#r Ҿ5D
-z X {>ƀYf@L)~#vODˈ!*D;C v,aH6%< KQ?.VJ%܇l;s58N۴䌐Ƙ9R1$9\8];(G qːY7bR8daË77{ᐱ`Z\-=ik:Od Ay)!o
-9R9x8e rxsxr>Ǚ&p !UIO#7!n`=0TeY1 ;SB8K F |L*y_6* ,mi- ͔؇|
-}hj`j5>ç&PpED8z^4MyOAω?!bB0w]0&smu@$w:O~ảYjah)r}Z틢rhk᨟*N"|7V[Efތ zAϏcгJ *c3 IG?S߂V5@DOC%z.̔MGљs=&T??_y+хww5/CEhhϤ@qgN-+ĄA (5)Co&"
-endstream
-endobj
-853 0 obj
-<<
-/Type /Page
-/Contents 854 0 R
-/Resources 852 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
-/Annots [ 851 0 R ]
->>
-endobj
-851 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [447.203 338.777 454.176 349.902]
-/A << /S /GoTo /D (chapter.5) >>
->>
-endobj
-855 0 obj
-<<
-/D [853 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-852 0 obj
-<<
-/Font << /F51 391 0 R /F50 389 0 R /F59 530 0 R /F97 821 0 R /F28 388 0 R /F53 527 0 R /F49 387 0 R /F56 529 0 R /F57 528 0 R /F55 678 0 R /F54 531 0 R /F60 532 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-858 0 obj
-<<
-/Length 3775
-/Filter /FlateDecode
->>
-stream
-xZ[۸~_E]j1)[7<Hbk<jli"ə CIf@_,s!v-tξ{%E
-#zd -R/6ˮpjsV/El;ݗυ]V;ϡv.Cݎow_ۡnnJ]v~N{}ndR5P e9+k765, vî2+VWKDCKmY7ʖQH{ӫq5.}C4-nFtU^;W)le/?kPQM&4<W X=SMu]"^i**>ehJ795'\}mZx1IH0d?4
-abZH3+Dz2+Q%;_qcAomt`?du[w +X3-g9DHoV; J[4!gY6'P0*
-&f~,ǛLg/7Y%V̪|ag RA8hAUuPq<t\͆k@j lx!c!.z8NYnant>Y85q'Fmu/w\W=؀s] Ko0y7OPZ(b6OB=tލ;Ǥ>|, Rq؏?)V fVhkjWw"-D;=O\6zw0*jQ<L+=u7ayal¼alO~\$U\wiUҲE,F'&\풞/ 02'2 ;hn0q>C ) \3A>
-)<aV]e g!W'\
-hijc:Mqu`j*n>wB+lc6CH8r$\ lD葼KNB,7'q}r ^b
-
-\)aX\Mm>c!H{',&h\-,6&r ?*
-;n 31AxN#E|GLDw6}f nx_ĈazG5TI:*c;ex.)`q&/\}
-Vuǫ!<}2WLꢆnAnT/rRiq(Ǐɸ,W4iP;3GP"Wܒ`6Z?˦b p-:O @ )x>ŚΛyx\]5T(R;ݰtl*˾Wp~Z&qcTG1RGKXG >W ͘ag0D)rZJ ~o덻QxFwֵ 3ȇ FLP_;jQd*}6} HRi(yX3GU6O
-/LЅ:HW7d*Q۪\K kPM)
-X6"|Y(6th_ Cŕng?V&1t v>y-Dg!w`mq[Xt#;DbLr)1ٙȒ]
- r2JkxyqAVΘ%.YΤ˟*Ee3Ww;#Dܔ=5~p5Ѕ)*xåVfʳ`v*ҥZzAT*Q-_bDrp&1rJ$=pI'P2g2 p:I)3IbODF(2e.yϺu0W%uļj<R'B#%j:bùAb/qt utPn <*ԗi64{v~̔=<S0<y%'>ô'QCP2} n>ɋl|bbfǾs\GwcU,>jTy%ǝ)XT|RZ%Kuqw+.bhZC*UVLV5 -]mE]
-`V+$u4!gn
-endstream
-endobj
-857 0 obj
-<<
-/Type /Page
-/Contents 858 0 R
-/Resources 856 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
->>
-endobj
-859 0 obj
-<<
-/D [857 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-856 0 obj
-<<
-/Font << /F28 388 0 R /F53 527 0 R /F69 393 0 R /F50 389 0 R /F56 529 0 R /F59 530 0 R /F57 528 0 R /F54 531 0 R /F41 533 0 R /F60 532 0 R /F55 678 0 R /F62 665 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-863 0 obj
-<<
-/Length 2546
-/Filter /FlateDecode
->>
-stream
-xZ[oܺ~У2SA@s>p|
-eWJ>6kwC5u=hu8P<Jx ;;yމD#D(Ŝk$g<UL2X
-!M-KLZ몾rsIU+]W}o,YnťxSYNvZ50lUSwպl5ջ~/_ __y.-˚ۦnVlΥgLmu۲oU <YqϪzUe[l6w0LRW5XRKIա)]uUkZ׊iJ:-Q@aiE_5u`ګK^<8^S5Yz5 @ls,.c<_ͦ<}m_;p&n< hUÄւ~f7hԾ,I.z IIJܩ̫
-X,j1Q%跄-I7f܄ޒ3% a\842~۰Q%g*4L㨓ߟr"`*OD"Ml8˄Tj{r~5tB2gɭ .I>-kA$ӼA"YLimڏbqbԦ0Z(؀>P'As!%5Y5]{_80>%$$ŽtyPQHtP^*}-%ZJ`[VД
-kO}t@[j:v"tܢ ~ѥeW!f$^j/H?YFa
-f?DA G䠎>b=0jqXyͮ'wxR9<,
-#=xǧ@rLN Y!@
-G\^??l8A>04CFhG_<o9f`k]}/{ON6[YX{)27A0/eGD&<
-@2"<@KJ<'`|<Q^'/_#b/q[kcb*ؕKJf1C܇-{YfpnNA
-(yL:<P0Nx!Y?]RӪٵ]ĥRW+hCxƶ!B1C#֏^&4~j>.! udxCU[_+?#
-w8<Lt>yaDZ5u~7< pzC!/k0 V`tZpU8)DJ!r0'>
-?</?;&T胕HB+܋9A4Ù
-
-endstream
-endobj
-862 0 obj
-<<
-/Type /Page
-/Contents 863 0 R
-/Resources 861 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
-/Annots [ 860 0 R ]
->>
-endobj
-860 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [176.1 134.18 190.822 144.973]
-/A << /S /GoTo /D (table.3.4) >>
->>
-endobj
-864 0 obj
-<<
-/D [862 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-222 0 obj
-<<
-/D [862 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-861 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F60 532 0 R /F41 533 0 R /F57 528 0 R /F54 531 0 R /F53 527 0 R /F56 529 0 R /F59 530 0 R /F55 678 0 R /F50 389 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-868 0 obj
-<<
-/Length 3111
-/Filter /FlateDecode
->>
-stream
-xZmܶ_~5^/ A-؅-+%/z=v/+K3ϐٛfyDG>6si˫ AVpM"ˋ._qWtۺz 5Z]}8l7aRyq8e+ >VwJ{.^^S%&2
-Ɖfl)Mlb85̮@19R81tDYw'I,a4eMO7-1DN:5.ׄA6̣|wm^52Է6n)qn"9/-IJهR/Dz`yt%B 킨B[5iC}l
-dP0X
-f;lZAH-
-cVvj
-a!s T-qKcP`3l?B`>vcM}As&AQwsqIʛ+U^u@]a&?V`ͱ}Qh0E <Z{;qׅ z8)H
-:Yw|*f
- !nSVآ -UxHBS"<:J9d?\,wjݔE1B,4}߀oB [1ӻaīSt=E;3: 4"D?踪
-)Bڔ77ȉO
-;olb:p>O!ߧ|dP4 Lx ERcIĂC㳧%$YjncP
-s]IU
-%8&6){Ӽޮc84b<V ^
-RB$иla@Ɂ.,_[`+,.…'V;FCO rp*"ݰHCџ6
-uF^,)=!TϣTƊA [xS{[}H3;
-x<A詮TwESZt=MsL_\O!ᕉPTҋ]&Omsw3tkih:'h]t8
-endstream
-endobj
-867 0 obj
-<<
-/Type /Page
-/Contents 868 0 R
-/Resources 866 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
->>
-endobj
-869 0 obj
-<<
-/D [867 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-865 0 obj
-<<
-/D [867 0 R /XYZ 389.767 579.886 null]
->>
-endobj
-866 0 obj
-<<
-/Font << /F28 388 0 R /F53 527 0 R /F56 529 0 R /F50 389 0 R /F59 530 0 R /F41 533 0 R /F57 528 0 R /F54 531 0 R /F60 532 0 R /F55 678 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-872 0 obj
-<<
-/Length 2645
-/Filter /FlateDecode
->>
-stream
-xYko_
-R$CNEթr_5ͳL߷kʲTvz9׷_DM'@KJ't5Bԥ3]6ڽн &#Ϸp}Et%b3G6+|p6rbl-nkӉ_yK*w5/d4
-UM>ϫjfA8k5.6UXZp&.r_u 'FXE]ZjIpW': jHnڇI`,H&a[d
-FP:籈qU2-4 8X .\I{mD.f<;
-0"8xPi!3aƢqt
-8 .! 0xДRjz#BIAj<S>0#E"YSƸu:W~/V=#m?wʊOU
- ͽ6Nd( ~ &
-endstream
-endobj
-871 0 obj
-<<
-/Type /Page
-/Contents 872 0 R
-/Resources 870 0 R
-/MediaBox [0 0 612 792]
-/Parent 850 0 R
->>
-endobj
-873 0 obj
-<<
-/D [871 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-226 0 obj
-<<
-/D [871 0 R /XYZ 133.768 523.347 null]
->>
-endobj
-870 0 obj
-<<
-/Font << /F28 388 0 R /F53 527 0 R /F54 531 0 R /F60 532 0 R /F69 393 0 R /F50 389 0 R /F56 529 0 R /F59 530 0 R /F41 533 0 R /F57 528 0 R /F55 678 0 R /F71 436 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-877 0 obj
-<<
-/Length 2105
-/Filter /FlateDecode
->>
-stream
-xڵXY~_d`QdAdd Ld6bQ[N2/6R2NQ. a"ˬ:?F\f,16iƄLC1zRƃ~1K&3G?qlN?LLωf%HC?ᱽ Ŀށh Oq|(&0v#$K,$cf#Zaq*1 j%Y"&>oif$xe&N6K\P)["HF2=%eFHJosTyS ` =y KO7j$*\y
-
-|na5ŬdFxepX_3A$Ǽ9yMhr>^;We]][vF3bK&nE`|7O_C$٩zuuTL
-:*p
-.f‹4㜲4>cA'םu+C(F{rl||FVq{w\z=MjwT1XiB#o@ mGyC es(EO%k@yU\*oCpYPY\xM>%R! 4a ]u/Ht"E>CeMe^p.JG
-sh@?qܕtX."Ƽ%E\C
-Ⱦ 3P}oQ=XPr$ YZ[(C60a?6J jggeqw&Eo6^@Lw!P>-9
-R"̠rߴ^ݯٸm$/=^<ͽR^|;Bua vBw'\w%j70C޻^P[Q0,BШ.,8&+7R6UٸB .F1(ŖdM-OHA/F@uZ~nC9/]k=iO-zf'Yr$P-Ke۞2,"0Wvѱ
-!3vqp&LE!7^O4gSCQRH^ 6K/`] Vn N-Hpr7 ZNRCV8A؄R=:߳b@bЂ;C/:خjX0
-5ߵ&7l*4t!_romU(w;İTu<P~;_T=d#ftW]u)̽!p0h߅`vp~3H+ch-]߇sʼ<ڥf1 "!]3BenCˎt?7.m׹LtS2xN*0|!pgKE^%5JZic'/~ (u?='ĪWBa89|YosRVʌדԮ i
-endstream
-endobj
-876 0 obj
-<<
-/Type /Page
-/Contents 877 0 R
-/Resources 875 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
-/Annots [ 874 0 R ]
->>
-endobj
-874 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [421.273 122.295 435.995 133.087]
-/A << /S /GoTo /D (table.3.5) >>
->>
-endobj
-878 0 obj
-<<
-/D [876 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-230 0 obj
-<<
-/D [876 0 R /XYZ 133.768 556.599 null]
->>
-endobj
-879 0 obj
-<<
-/D [876 0 R /XYZ 259.519 464.099 null]
->>
-endobj
-875 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F56 529 0 R /F69 393 0 R /F59 530 0 R /F54 531 0 R /F71 436 0 R /F52 793 0 R /F96 794 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-887 0 obj
-<<
-/Length 3105
-/Filter /FlateDecode
->>
-stream
-xڽZYo~ #" YyfzF8lקǨ%&/X}U}_U_pGoHU>nIfvs}knvZp몎\s f{pr}鶬G'WF0f2),{vʚPU v6#5 8R=@﫛+3}b4Ok?!g, ,8]LRhqDzݻx4Y"2(yQYOc3KwyC7Ꚉ8&\-ns3MlZ}yL#DŲA@E|۹~A?kiE
-L8܏îWʡnUdĦӀ&f-ψz^62
-OfHU/ U kveW7cG'IvI]뵿 kFŪgsWdmXѠ{j'^$.XNyہJBIqz/ʹZe!J^6uGmw]C]vg-X),_-n9 T<S˚X~fƒ7
-n
-M9~ Xo,Skysg3bӝ6To`*+ Z"S,H&
- 4(REI6VʪKh =^me#a?苜
-Nò~LRܨ8^2vrH)>Eq5Kwª2tJp"2iYp4䌣hC ]CΖ:v&ZUMˮM<Ghp_hfWewU%`HpGܾI*>f60Hc@ \DN2IVJKka04E]/cNM @%Op.0&Q[f"XxFo?x{[mГ.Sh (5Z Ms㭓W,r:[w,۲j!H KCp Lɋ @n*56%ѰmL]pEv<bmbW\:d-?y+l#2esUX=F kvbpfM2Aa@[L̊{
-kT0kr0e
-ӉRp.^?vk<p )Ϯ":pnC l|lLwT3]
-E7݀(-퇵K9u-c{0s"_0x]rv}DO3Ucmj.vXA/
-%Y}
-i6{9&%Krb*)[h.Y򚘕 H36=(HcČD̙"Ͳx%DJzub5nA9h垏'M-ҵJՀWBB&mjj 0^j5U8陭 e
-B͌,#Uk]yMiif5D*Q9۪;_R5vWl!%Ujٛ;nܾ:>R cc;pe4p]-T]"h5g o۱fk
-}>8:.8ge3;n%W)V'd֔2x]ceO.pJEny 41882GS :SóJ'@>{L7N]XC Е%x@^6L(CCr <~S4x!򥜜M21!o/Ŝg&Db@~u#-}*[fgF>*r&3Q7k Еh_+ar?dw]:v<p$~^"@JךsI
-m/GxJ1ppj#UZE+4 {U?&$q6Q8#gJ*O҈++}
- ]TATa.d<E<K:o.u~ϤTU
-qI,tvtL|y"^>=Vn?^冕 Jr $x$'0ut :z!o2QBs6s=/zIN&O<i,[+1a-&jrnzyBE`rw1u3<]vǦHtayC3R'S>ڇVV$E>h-(Qc@j~0<D\/k^
-:e >eHJ 2Z2@Nf1(&&2OWԏ+Q[-VX ,)XkIv!'zT57Pր)"|XV|:Q9İV%O|G]cɤDαY 
-`Wx|[ҏ'
-bEAi/ӻQPl <@16{="b/<AlF0 GbXx.7,I31=ǐ<u7 C
-endstream
-endobj
-886 0 obj
-<<
-/Type /Page
-/Contents 887 0 R
-/Resources 885 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
-/Annots [ 881 0 R 882 0 R 883 0 R 884 0 R ]
->>
-endobj
-881 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.219 562.646 407.942 573.438]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-882 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [460.986 463.019 475.708 473.867]
-/A << /S /GoTo /D (section.3.1) >>
->>
-endobj
-883 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [348.138 339.483 370.609 350.275]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-884 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [234.896 283.692 249.619 294.484]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-888 0 obj
-<<
-/D [886 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-885 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F51 391 0 R /F49 387 0 R /F69 393 0 R /F53 527 0 R /F56 529 0 R /F54 531 0 R /F59 530 0 R /F57 528 0 R /F60 532 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-891 0 obj
-<<
-/Length 2788
-/Filter /FlateDecode
->>
-stream
-xڽYێ}W5ȶ,^DIÛ؉ V-겳w'[:uJv]|wi+i)c;f6;쇧xOu?w:_ϒqRXƗ]}CtXLW;Lyq0y-Rɲ0Nw{u7Z~nT\&#fQٶ,xy,}l#6
-_?wӾ:Õ~܍JQl~LxDEC9XF#;Q7pbӗy #SA9t@@=Ogi'?4U'&]\M_Lʼn* 8n6Gpҡc߲osَ\YGߞGWFmq Llc/c?y0\~d-\p(("7GᣰtcU92tڜk 2Q[4K"ԾH@{ #GvE _걙lK7L*7\n *wGe 6o u 7+bJ_<"
-N9NUv}L# s4 0Bc,@U $OtY,n_ږs\ɗF, >jIv]KM٦9bpxc^?S;>"
-],v`b+x*}1z=M~aCc<觕X]pͰ78sm꿆 ,2 8}
- 4RgؼkesKц)γis/,DPpUaItDja\`xXSI12*s9 qr\d&'+bDli 6./ScQlEV~ZfrD2*6V[mUOX=*$Of6<u!+g+ fg\jgBU\,F9c xDY}A{Zq @ !ŷn:;tv <
-OP&ކu) e݊+- ``em
-p$
-neL Wv|+5tU)d2nWɟP lcơ/|HbrǑD{DDAd88@aohl%R &CŁZR,ȠG8n@'N ,JIjٹY?zXl̿P6v nnm$
-WNM_9uCäq
-_ylV< Ƞ嵲xHQL \{'7z</wy@n[;*$
- ̰Kvaig*p}; ^DmmhWgc̘,l:.+W"w4L9-h_xf8~tʂzIǡb#(-F4Ҳ
-:vȿyQV/e}-4s(l5pD-Q _OSs 67s:Zc1rl!#zȉ A^vYLSy:8!/)˃~P
-
-endstream
-endobj
-890 0 obj
-<<
-/Type /Page
-/Contents 891 0 R
-/Resources 889 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
->>
-endobj
-892 0 obj
-<<
-/D [890 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-234 0 obj
-<<
-/D [890 0 R /XYZ 133.768 468.694 null]
->>
-endobj
-893 0 obj
-<<
-/D [890 0 R /XYZ 133.768 338.943 null]
->>
-endobj
-889 0 obj
-<<
-/Font << /F50 389 0 R /F28 388 0 R /F69 393 0 R /F71 436 0 R /F72 437 0 R /F68 392 0 R /F49 387 0 R /F108 894 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-897 0 obj
-<<
-/Length 3007
-/Filter /FlateDecode
->>
-stream
-xڥZY~ׯ`eUYrR>*G"$,XБ_
-ZBjUǓx/
-= adαhtia茽+eQzZt,,&ۄ~
-Q[bd,C xè82)B8j hb
-v 3l\[h%!PRBQ4Glŋ؏- =0^z+H#!X4 nѥPI
-I+nP\O6>=PҵO q0E'dk̋gQi0#| Eo |v,B.땸ARN(1yuZ%ґ%%xIROB[ќRA-.)S Č@/膊ZPqЇ5Ъ\,OB~y|l25(LL 9`Ria6I{
-22:e-tUTע&^'ѝ8E
-%@D?tDz
- 6jT)#܃TߎY*8LI7&\(7NmӱrDqx eYƶ4 ?'^2d\7]tuu0+ZW$MȆVE,QbCt KjޠVM
-Fwy=my-/ܝ !u3W7qwGsfQ:Z^2Ti& ;cJA7QG68 VI<okg|Ŗ
-?:<Ʀ>*
-?gy>}_bCүPMlv߲A6,.
-7EyԯD3 UDS_h69bO{Oԗ!7PXɷ\nH32GI^W,!
-T6n*IrB5,~ 2
- c0bR\HU5㯠
-6]U`Gw2 9?jҷ !j_
-endstream
-endobj
-896 0 obj
-<<
-/Type /Page
-/Contents 897 0 R
-/Resources 895 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
->>
-endobj
-898 0 obj
-<<
-/D [896 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-238 0 obj
-<<
-/D [896 0 R /XYZ 133.768 605.285 null]
->>
-endobj
-242 0 obj
-<<
-/D [896 0 R /XYZ 133.768 323.024 null]
->>
-endobj
-895 0 obj
-<<
-/Font << /F28 388 0 R /F108 894 0 R /F68 392 0 R /F71 436 0 R /F50 389 0 R /F56 529 0 R /F53 527 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-903 0 obj
-<<
-/Length 2750
-/Filter /FlateDecode
->>
-stream
-xZK6ϯ!2B~$5ڤ6FU9}5ԈRHlj}4H[v{Ajt7'?IAF6 a ))L$>e#XBE%S"]lH}>+Տ@(+!00[7@!d; ňQCZ?aT'>QiG-)&KƏp>/NU@?@T>$IAv6=3X:=<+^Œ 6alͫc  z>,A\No?GZ
-yJ/yU%LUx_a˼3
-PNmdF"Ec4!aH26Ƥ`=(21&-"_XfduhX4W3 `#E[e|m^>dπ*jw'Aץ=EoܔyVHCF@/ *9tR᝭UPuR kj|0ik|9Wَi+,p W(N#I?X@Ӑ g&m5/nT MhPl W?$TmaOvd{b>`nDž0Q5 c·kUR w[I:ߴkD&J!VNt" t{Uc?- X.Ms?(Ըf̀d#V[;S}?YHkL F\vZRJd
-X C$Ar=40 ]
-%~pmC l}, .#T5
-Y 0P-6oC(cVt6D₁z!Q@<kBG
-r`Pa:b:k__ 'vr A8 U! <#0OT[V4ЁlzDk0Js%P @)1W@C@I9 W@ӫ#R)R^p!|ND8spT $5^ƅS+:u AjAqߎ
-(, LoK
-[eGթ(Q, ODvi *
-f2N(:؃2죱'PY{{!Zxr3EOvr阄?A- X,,1Tx
-,衯\*ъRDwLh>Ș(*V4kLE OkN~'3n%+F<TP6FvL`.blhA3j4<.5_8܂t;%4ĥ
-㶡cSʰl8├l* Ġ͡O]Yr̪b^m%̔S߫̍*2lH}'' "UČLdF3 56xUF
-ϬC\ 1<vzAc5Mw$*cupf/Wp爞!Tl/v7
-P6- f &vr"u(D k1%yİRo0 p'.˓ڽY LIvADCzazLdT+Iz`oFW AM
-R|g屈wK0::p5w KƉdd`P$3׃?q2R
-endstream
-endobj
-902 0 obj
-<<
-/Type /Page
-/Contents 903 0 R
-/Resources 901 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
-/Annots [ 899 0 R ]
->>
-endobj
-899 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [350.629 232.854 380.848 244.81]
-/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
->>
-endobj
-904 0 obj
-<<
-/D [902 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-246 0 obj
-<<
-/D [902 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-901 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F69 393 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-907 0 obj
-<<
-/Length 3014
-/Filter /FlateDecode
->>
-stream
-xYK6Q %QdgI6`LjRGg2~XEYr'B0`Hb=*e.}sWwL\滇N(H2fSRT0YwokiW^Tֽْ:əW|]%{Y$nqT%s=kz^9=P04>9|[aŻxڤqcf@'ZsEE"- _!f [P /,H<D"L,R%l[e&TqnǺs(_6w/Y.Æ{|3uѭv="YQX{ O,@QJ@ 21pL#9L{EQ&=.<5U,9$Ɵ|B=vVǡG<LBH
-KMpأ1i.ᴍPƪ?:z$`!!D Ìedd5z2zߵYg׼HS |F~jeX\I;;B})7ngY(p(ԭB
-;2xcة5=.rB&t*}e@\elPaJHTi|71=}돍,Wp Z곫ͼQf8dc|~
-kMi)*D0S2 n:ȘuD
-xI8QgBZuoR!k.,څ T+2rt=0&6o=$D:D.M-K}),.x
-iۄy剄u 7#KZ2TnגO`itEҚ=N1K1j
-@ﲺ4Ɵ
-MM8@)AG%oP>.d)eC-> /5hQX,1y5_έcunn/R&~>EPCk)
-Mu
-|׆XԩnX
-5Q" fln3rؠ 0KOT ⧇3<W$?zªAθ%#_E3N-s
-dߺqZ7<3
-endstream
-endobj
-906 0 obj
-<<
-/Type /Page
-/Contents 907 0 R
-/Resources 905 0 R
-/MediaBox [0 0 612 792]
-/Parent 880 0 R
-/Annots [ 900 0 R ]
->>
-endobj
-900 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [278.103 541.814 300.574 552.607]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-908 0 obj
-<<
-/D [906 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-909 0 obj
-<<
-/D [906 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-250 0 obj
-<<
-/D [906 0 R /XYZ 133.768 599.058 null]
->>
-endobj
-910 0 obj
-<<
-/D [906 0 R /XYZ 382.82 426.331 null]
->>
-endobj
-905 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F108 894 0 R /F69 393 0 R /F71 436 0 R /F50 389 0 R /F52 793 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-914 0 obj
-<<
-/Length 2864
-/Filter /FlateDecode
->>
-stream
-xڥZY~
-i_i3f)
-c`
-fK hC]
-j?]i4Q
-3+t! 3[ 'F8g_-C)"bTVNϽՂ-+޿A)p7b;{3
-[jFDU
- WM
-'ȜU6FwwwR&x{ޟQ|a+1w{ǸX
-L¢rbR"ATꓠs応Ln:3Km%Vva6hs Ax [+>6M9J,=ϔYxc ~& cYԥpW"PZCK՟:`~2vI2U9H \1f ugVeEag3+<=]Lk.Ev ׌@,z/N}><E>R: TgןN`
-dm>,#>CĚ!Ty*yBt9;y@+
-(LI8HXt<D[P 11g&>qfJ{>cExLR8aO+,M˧ VfHX鈃5o%aFj<ǬC~h]tedc' KA\39B1Övj]1 g6yW54{9)h` sO%VA t\{
-ݰ6Q8WPWרpȥO@=YxnW9!`KTc[anfS91#{6qÝaE̐*Wu8I
-endstream
-endobj
-913 0 obj
-<<
-/Type /Page
-/Contents 914 0 R
-/Resources 912 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
-/Annots [ 911 0 R ]
->>
-endobj
-911 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.837 116.319 229.057 127.112]
-/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
->>
-endobj
-915 0 obj
-<<
-/D [913 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-916 0 obj
-<<
-/D [913 0 R /XYZ 133.768 581.35 null]
->>
-endobj
-917 0 obj
-<<
-/D [913 0 R /XYZ 133.768 476.965 null]
->>
-endobj
-918 0 obj
-<<
-/D [913 0 R /XYZ 133.768 445.832 null]
->>
-endobj
-919 0 obj
-<<
-/D [913 0 R /XYZ 133.768 206.882 null]
->>
-endobj
-912 0 obj
-<<
-/Font << /F28 388 0 R /F69 393 0 R /F53 527 0 R /F56 529 0 R /F49 387 0 R /F50 389 0 R /F59 530 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-923 0 obj
-<<
-/Length 2898
-/Filter /FlateDecode
->>
-stream
-xڽZKsW ,Zxޏ|HR-WU 4Hzw ,\1ǐdw~"?_}FV1ͨ2SR6(Os߾af5Zpz(ڮp`Vwmsxo_|2Wݽ_7~lql>;\UWܕz!A>&bٮkt$'\ K+tr2'e<WTEuUp'X.23\ GXs <[S[9H+;YsGi?&!q"9 hjwHS2jnVjX
-4O}b+vJP鋔 \q;5vBI?T(DhX
-,~!u߮И$_-L kMï$?e$d=
-.G;`^PAU NL8M %h @
-ޏ{=&w
-~NoM؄ZA
-VZ*x{Ug,d`㪯\>kgu2TZTd  ; '>RNt"vA tIdۦRv)N b |g氃ȅG{E(8a-W!Siٖ]a%HZ(>E5Sc%RGLў ZrKPԗd(-g$sO8:G |Ѐ($?N
-P*:'"jfx
-0p$f)԰?U=$^r5%l6ZB@
-H}vk(I
-ԞAl %cO:^h%ծ%Ă"y!ŔdJWiT|u8z)YPMr{f xf'*Ku'&*MtRQv*B4} CMB[&pe>TYm^?r8^bd( DhȚt2bXFd) Rl9^7 n"(%yܛtRU!q w B^p@=\obxBشcp p3o]i6µ?r@ه$PLc;&#gv+o{?q8gwcQ%8vr,9'.3/5KΔ`YAh9ϻPHc|0VwC'_!0a~W:^U%^CПLOafw:oF~;K0rerelv`Mr?׉Il uMP&>g?a_* *W!`i+㏇JuN]J
-d8%l`Nla0D/OLȠ| >LЖҚT+aY
-<\p|=Y-`E g?uɠN7"<֍+baeTiuIs_8}5'iMt}vzZzRkfh V ؚp&<Όk<@zt`֯*<13 Ƈ\GM(j# \qpD+-9(ZdD:\?CIvx!b@Y ! /?ƙ&p0 Du0NP'|SIX>?`]B!q1e|MvXB&(cbo.怗ם!U&AR"Hfkx
-endstream
-endobj
-922 0 obj
-<<
-/Type /Page
-/Contents 923 0 R
-/Resources 921 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
->>
-endobj
-924 0 obj
-<<
-/D [922 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-925 0 obj
-<<
-/D [922 0 R /XYZ 133.768 345.186 null]
->>
-endobj
-926 0 obj
-<<
-/D [922 0 R /XYZ 133.768 301.52 null]
->>
-endobj
-927 0 obj
-<<
-/D [922 0 R /XYZ 133.768 267.816 null]
->>
-endobj
-928 0 obj
-<<
-/D [922 0 R /XYZ 133.768 249.584 null]
->>
-endobj
-929 0 obj
-<<
-/D [922 0 R /XYZ 133.768 224.319 null]
->>
-endobj
-930 0 obj
-<<
-/D [922 0 R /XYZ 133.768 198.501 null]
->>
-endobj
-931 0 obj
-<<
-/D [922 0 R /XYZ 133.768 184.638 null]
->>
-endobj
-932 0 obj
-<<
-/D [922 0 R /XYZ 133.768 156.115 null]
->>
-endobj
-933 0 obj
-<<
-/D [922 0 R /XYZ 133.768 129.186 null]
->>
-endobj
-921 0 obj
-<<
-/Font << /F51 391 0 R /F28 388 0 R /F53 527 0 R /F56 529 0 R /F57 528 0 R /F69 393 0 R /F59 530 0 R /F54 531 0 R /F50 389 0 R /F49 387 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-937 0 obj
-<<
-/Length 2768
-/Filter /FlateDecode
->>
-stream
-xZKoW@h`d"f& -)ۃTu5)e"b?Uxx3:Y`J]dB)ϬqL*]-w6:/öϥ[D-%w8~?FsÛ^?{}~?m.bW7mA+wcwzs.I{|7ųK!X0@;XJ0|)/tj%ʹ6MSS%RYH*9ZdA$E\}<0D&B`Ng1D؞%!LG-L$&Hp*a&Ǵ/;8a2SLw"~HAa%0Rwa]]W-[) 5MFp+]fsh}V
-  OxޮK(nwuk8\5Y/6ezL_CjԻvDf{G+77h=7hMVF荨{NT.%L"Qʻb7FVY_"+JhT5|˻0F'N$a ƽ=T3aQN+hP$n43szPw R!񡺞ӃIAoHbQ3 Pճ[ty*saf ֠ʼn3Stp̢w^s 숓IyH#7^;tށڣvS3v7EؗŲ_
-ѫh$:ټ.\'_o'2MBb΢h.͚b[E=uńjuZ7p(ܛi΂)#aS@6Kjc<qyW-Dԩ+ϔ *ZJ8'&!{E.[d3A ]oS
-l1bҚh8o[VmOSWtf3^``h
-;ٔm'l*.4"=N4BUD4ؔ>w$(ღ}8 &5!"PPJGozUmUݔrcJSq1
-<18@\ p>ǏɱpFAJ & tAŪ@O.(g2)Ư)M&H!w4L=-N6%X_I9$řv;m_ ~TFye /IVmgf# j.Js=@ny3_bi {4X$&!A#^< C$Y80H;HdYu0i&"<F 9.O%a83%Aqs\váx,XԊ!Tky-:gw{(m^]$"bّQKlvzGkc8} ˬ16Q}HJ[=`Xfs
-jT~
-{q!~ U/NqAQ
-
-2Fܐ (Ʉ̨gqbzQ1P㩎,
-endstream
-endobj
-936 0 obj
-<<
-/Type /Page
-/Contents 937 0 R
-/Resources 935 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
->>
-endobj
-938 0 obj
-<<
-/D [936 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-935 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F57 528 0 R /F56 529 0 R /F59 530 0 R /F54 531 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-942 0 obj
-<<
-/Length 3405
-/Filter /FlateDecode
->>
-stream
-xڭ]۶~ʫ#"d2xNi;ms3}xkTHί.;ÝbtYoғ7w7*pe"[=,dviÄԋ˒&_ue]m
-e0'TuIN./+N'
-0fbQ},cCK:;& !{t lVFd_ŸQԮ-Ο.T:1n8JO1[_ c
-Q:ATݣR\}K|>4$mm/rƉJlxXzNaKz!SXx3Pcyy±_O, 'q׵aEq@&E_ƄlZSU)Qn";Tpd ]&qʁMTv%Aԏ(:ySc[N+ L_+EK;
-@35[_eRx*V`}
--vMw $:AYDߧ:ۢ{!w*tlϏ7d &g^g$ BS+f)&:`{3T)sO&H
- PW`'Qؾ'K]mFWXzCý;iSd=tFY3nrdk-k9K闊48Q0OBHl5xT& e%M_ aD@B Y8\3 ;68x7*E*hL CAc h5bdTF^]آ|;U>Wyߛ0ら'\ s 0 9=ea@ZIKf^j 5DZ5Sƥ1r 6zN
-ˮEbKQM7r!ov!*L6M}<PwP$]J̻h5YAހzEPXפ2- dcFoCۇF&MZh4?MhjJV8P}$(!vIA c~wvTf*0Մ}>XyyvjEY$0nn<*9Oذ
-}z! '7w4eDϛ:X_Z z>R. n=d`>K@BO8&,spvt֗`s~ y PLbe`]n
-iS-\,  xx7MVǾ#VSа }Za(r05 Oԙm?TP|$-V }~RP@:JN6"Yo@cSI[<fHhﷺS@g_7Cf8Zwo!dOCKS!=xBw6!Hf`3HJ j>[S1ΌJq
-&q(3&Ǡ?,R9)/rb@ozw[X0bfe/5L/# ?'f -<_Yg?
-Bn~3l凲_-у$7
-NfAMȭcy¸iU͉dt| 6
-PHA!@B2zx׷Qs eC ;KVp.48opߔTA
-=/S1,6n
- /tb$H[_- !
-*-M r|3uD=h޿Ѵ6Iՠ>78><]m7q*{/h;Ʌ( ytCQo+pWt ASJ(>HTXqO`VR 3,Ȕ}1_}@ч[jL}T$dv=oԴ9%1mez7*^
-endstream
-endobj
-941 0 obj
-<<
-/Type /Page
-/Contents 942 0 R
-/Resources 940 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
-/Annots [ 934 0 R 939 0 R ]
->>
-endobj
-934 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [395.076 566.077 425.296 578.032]
-/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
->>
-endobj
-939 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.463 179.377 187.186 191.332]
-/A << /S /GoTo /D (section.3.1) >>
->>
-endobj
-943 0 obj
-<<
-/D [941 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-822 0 obj
-<<
-/D [941 0 R /XYZ 133.768 382.329 null]
->>
-endobj
-940 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F50 389 0 R /F56 529 0 R /F53 527 0 R /F59 530 0 R /F69 393 0 R /F54 531 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-946 0 obj
-<<
-/Length 2066
-/Filter /FlateDecode
->>
-stream
-xYK6WVS"^t
-/SXAa۲Fe69Ȓ]65d[TTܑ;^85g7Zviqì k<݁(NlP
-[pάCe/\ڄT$?븕v5=i l]Sޟ L[""u[v%w fIߩ÷"H.Q5O)o)ak5oڎ&:SKà&&bqѠr ~L&) އA.A:-A۝k\D62_ΰ 6 :&?܉ޖm4)ǢsMYTD:8i^N78'6X7#>C='֧@X3P_KܡIs\KC
-몪Ƶ[?
-v=!犮ܖܓ"e"ө>/c&і q$lr>pPRz=.Fd
-♉;/(Y*lk]וHEB>h6(Ep>:aԧ}`v8`)WHF`$L^ ~W*XExv4ȾFTj=cd=
-}Ue`X,ϭ
-w$rHڟ KKz%%#5ps{86K r=X!dpid0Pӑ d u"K[>#xU" _u5
-q?תD.O5NSu׼!g@})̍<z0hʭq6\ 
-: (Cs&eu FȗÏVy 2n\Pri3ىFhQ|٢'2"eagaW1(i7=HƊˏP4 &hρeC o.gPŗ<*S]8dh"eFN8mP_ Ah L} ?>S1Ou$͎kL _Pbi3,KEn9p5sZ/osULӫqM]_ݡR"w8Z4A?NUOK<Q""c32J~Ԁ[4P8` g$m}Iɘm4tbkY('Y8 ' I!&Y
-a zFrHrifyXou#B`uryR!B[,o ²<I c'<ܽɥ
-endstream
-endobj
-945 0 obj
-<<
-/Type /Page
-/Contents 946 0 R
-/Resources 944 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
->>
-endobj
-947 0 obj
-<<
-/D [945 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-944 0 obj
-<<
-/Font << /F50 389 0 R /F28 388 0 R /F69 393 0 R /F72 437 0 R /F51 391 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-950 0 obj
-<<
-/Length 3155
-/Filter /FlateDecode
->>
-stream
-xZKs8W0yc!x 2äj;sH@KITn<N="f ÌqA'oo.^ffQ\ng,ILepnVg7~Kh\\̻/$-dviՕ%z^oW6EjtMaI\غ\ ,s1۶ZW yŲX|UeI9
-\ OOnUrC]pUn3XϏJպ`є9H Gu3#/bahX|}XmmsZE~vlRt)iU@R( axKbLL=.R$$)^P1bu%@t9a8 yueDf=34II NLIrB<FC ۳L rcmp~rkKpJo;ǠZOL/c(b[ߎ
-F8ޏf)8~jLPF4
-PjO.,\Q@fgFXNN?!WnLpvLJPE{$@(Peo.aL)
-p|. A.,Dq9Vն#mKCdY >*a2
-3.;`6HuOsLs`eHnٮJ<__k+,_|g%T%+d@~&bO-ezΌ;uXbQ&8}3½|.3
-kv
-veW/huy]c FDތ0
-2
-[.ܑQ$%+?`Gة&~2e6*NoO'oR)ѪL ;UA?ɽ沂
-V1iI^0>+֮AZ9Ԧ Z܎o'Ð1;7[Sxk$ h\_mj]u`t~܅-kfÈ:h=[#O\M*+ܹ5YmWVn-l\"5ޯ42K @&):5uG`%=m,R#F3N]"0|X@
-*NSlm`cn!
-endstream
-endobj
-949 0 obj
-<<
-/Type /Page
-/Contents 950 0 R
-/Resources 948 0 R
-/MediaBox [0 0 612 792]
-/Parent 920 0 R
->>
-endobj
-951 0 obj
-<<
-/D [949 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-948 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F50 389 0 R /F51 391 0 R /F69 393 0 R /F53 527 0 R /F54 531 0 R /F56 529 0 R /F59 530 0 R /F41 533 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-954 0 obj
-<<
-/Length 2872
-/Filter /FlateDecode
->>
-stream
-xڭZo_BF-WmQacE$NZž):Rxp8ߌgoY|Zraf7w3.%͌LH=Yί/|@hXr0eG!3X&l@6 K_d 30n] 3ϑBAJ)8D,"Py.~lgB Ynf닷2&s7{kbd*ױ9"!fpSҌ 3+'_5Xxo/@%.Qs8(\g 09NgaTMb4s0'Uk6 a<yϚܶK`Rl$sV;{r@ nl)SfLLSLe|Qj5gҊf=>ϘI.ol||n/?\.jC82`eS2oy2Ʉq F93"#n:QG4+m,ŋgUBC~ -j IA&6ˆjJedJ ͤtlМCe 3K Mݤ.!g\ E($A(ŕE$rOtY"'h9cJLS2adܐ
-5UᨈIϛKu+nSP4~T(o+UG2D@l]3|^=ͫCݼ, KvuXIJ0-v5u?waeM"xfV.?+2 ޵x!Mé#DoòFvc*Is[UyxQ>{b~Y|~Ӣ3<257W͵VȨ}hU{:LJ **=qS|@
-# W'+F$L)ΔV=$#P5f
-.x9YWtWt`˸vgU:*"cxG_G 6 - @oJSdǮkD} vʧz\G8 @$*Eb ?
-P*>ҟ2̴z^t~X5aCu@|΂}p*\}$mA[eYU<A*|j]̾=ib*aN51 \R/td+_F
-
-}5k=v"Nh`h0%&B:z_8w2 z~ę(t:voڪެ5)rzRiԫX޷{=gINETCdD N_uɘC
-}pH,
-bGO
-1~+QwS@|!fJF-tUt6j#lKom'{Ԓ_%9rKՙzdBM
-9B:4|w4,6cg&pf6޷A19X fz"FDR
-s-:PǦysJ5\Ith`!Cӌ[ik t!Sb~[x`Q-&U8
-endstream
-endobj
-953 0 obj
-<<
-/Type /Page
-/Contents 954 0 R
-/Resources 952 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
->>
-endobj
-955 0 obj
-<<
-/D [953 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-956 0 obj
-<<
-/D [953 0 R /XYZ 133.768 407.199 null]
->>
-endobj
-957 0 obj
-<<
-/D [953 0 R /XYZ 133.768 361.272 null]
->>
-endobj
-958 0 obj
-<<
-/D [953 0 R /XYZ 133.768 339.593 null]
->>
-endobj
-959 0 obj
-<<
-/D [953 0 R /XYZ 133.768 323.338 null]
->>
-endobj
-960 0 obj
-<<
-/D [953 0 R /XYZ 133.768 307.637 null]
->>
-endobj
-961 0 obj
-<<
-/D [953 0 R /XYZ 133.768 291.936 null]
->>
-endobj
-952 0 obj
-<<
-/Font << /F53 527 0 R /F59 530 0 R /F56 529 0 R /F54 531 0 R /F28 388 0 R /F69 393 0 R /F50 389 0 R /F41 533 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-966 0 obj
-<<
-/Length 2157
-/Filter /FlateDecode
->>
-stream
-xXYo~У抷d M
-~9s:HPe9!U?fL_t~=}~$B-}$C;ьok۷-(4g POyKD+- PnFYIBq-SX056uRƴ?ϳl>RRKa#zC!ձi/$+H\j"dhЌ
-#gW"AH#?6 a8H@2,S3{״B'^us@1A ӖbhKg%L=fafO؟۝qA6\W1 {C*#(q1ـٽPpy6?m,g)+
-ex `ؗXy-)KYgxBH܂|,6RKPzgqVqm;>ҨQ50_1@I @Neq}ǡ{H 1HA0geJD))WhtY@ǥ:}=gsDJt
-W{#n>ܠO&du@#WϿ$X@iI/xv
-U􏛟$^6qJSiam-VGBΗpmaŌtPoGCLY՟t4(_bm#y  ԆA*\
-wuj!"a`Aza
-gWv7~9 nu ',1xU5'0yEg|7vbUmG&6B66lYk a= Sx_'*O!"ЦDD,dŤLcF64#gi5Y4<d)%
-}Zf!ԥX=Et4/3^L|:iF{p ?sWC:1Υ_)o?QQXZ([xŮ s+"omT_
-endstream
-endobj
-965 0 obj
-<<
-/Type /Page
-/Contents 966 0 R
-/Resources 964 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
-/Annots [ 963 0 R ]
->>
-endobj
-963 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [445.488 372.549 475.708 383.618]
-/A << /S /GoTo /D (subsubsection.2.3.4.6) >>
->>
-endobj
-967 0 obj
-<<
-/D [965 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-968 0 obj
-<<
-/D [965 0 R /XYZ 133.768 416.122 null]
->>
-endobj
-969 0 obj
-<<
-/D [965 0 R /XYZ 133.768 333.971 null]
->>
-endobj
-970 0 obj
-<<
-/D [965 0 R /XYZ 133.768 312.054 null]
->>
-endobj
-971 0 obj
-<<
-/D [965 0 R /XYZ 133.768 295.56 null]
->>
-endobj
-972 0 obj
-<<
-/D [965 0 R /XYZ 133.768 279.62 null]
->>
-endobj
-973 0 obj
-<<
-/D [965 0 R /XYZ 133.768 251.731 null]
->>
-endobj
-974 0 obj
-<<
-/D [965 0 R /XYZ 133.768 194.045 null]
->>
-endobj
-975 0 obj
-<<
-/D [965 0 R /XYZ 133.768 172.127 null]
->>
-endobj
-976 0 obj
-<<
-/D [965 0 R /XYZ 133.768 155.634 null]
->>
-endobj
-964 0 obj
-<<
-/Font << /F28 388 0 R /F69 393 0 R /F41 533 0 R /F53 527 0 R /F50 389 0 R /F59 530 0 R /F60 532 0 R /F57 528 0 R /F54 531 0 R /F56 529 0 R /F49 387 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-979 0 obj
-<<
-/Length 1216
-/Filter /FlateDecode
->>
-stream
-xڝWK4ϯ1-~%q
-&UT1$+v{!2~ߺRW;8VyaʔtpyP n'Ҷ;~/Ѳ?7K$۴w\);X8dz8 U%b{tp|y'MjAAO_wv.+vUZ`~=RqSp}uu!GRŃ܏w{CnE+C*'+iP:=~vh376ni?ut &C6WeݏB;3 2.?Enxqko`kD&!RYY(L:gxQ ,B\X4҅^|Y  ƠUFnfƶ,o;!A8CRϓ AVɜ.;Oea)Ek\~06ظ,tꚥ>Cd,*"~_pȑ85㋠ʒ3c$ X}'s#B1SRIHDT˖"t.f)٩J% `\P[O
--+4+^ GO
-=[(ut3OΏiX)I
-VrZ1*,-xVs9Є+Zao/5-D1% bĚ3ódkql?P
-ZMʿ`F5cx X#nx2CPѣ' nBx)|E]2}UUU몖\ϗո
-0ΘOVڮG% 
-cTi
-YjF_7
-p;<
-endstream
-endobj
-978 0 obj
-<<
-/Type /Page
-/Contents 979 0 R
-/Resources 977 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
->>
-endobj
-980 0 obj
-<<
-/D [978 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-981 0 obj
-<<
-/D [978 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-977 0 obj
-<<
-/Font << /F49 387 0 R /F28 388 0 R /F68 392 0 R /F50 389 0 R /F41 533 0 R /F53 527 0 R /F56 529 0 R /F97 821 0 R /F59 530 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-984 0 obj
-<<
-/Length 2143
-/Filter /FlateDecode
->>
-stream
-xڝXߏ~N۞H)E"m(C\Z8Y2$yA~ád6>"p3a&߿޿NT*U~Z gU+I߮~I/e<ijm
-K~P5S9eL%fRXKBNp(mϜY*Da%ƵtNVL<͖D|6AFdy)n|[<9~˭jW͂H-vyw;ϋl;y2U$DzvǃޓZpEݶkdMO }x٤O@ӹNڎhYcف)&Qh@x|\U?\%[gE<vTMlnF7C?CIA)u6i02}ruݩTepa(if,) 7TmqضQ=V[Xqa9XI7ȅ<_ l: 3sm!]Ǔz?PEr-Ǯ=v˄ݸ
-oA܂A8hG^Q
-$f#RYPFqmL ۱:r`Ta}6<)cS$[@
-gLds&f;:TL҉KcG>G zw\:fjbZw܆ȍ9YsvUIѺgg\PvnB R#|
-G:<dS̄8"ݓZ9== Q!,[/%2|Y<9jO=Ӟ{%'+0s
-a
-e#4Lc,49MUgIZuUgikBhpk;Cd2涣gЃ!mIoG
-%&ܩ"c
-endstream
-endobj
-983 0 obj
-<<
-/Type /Page
-/Contents 984 0 R
-/Resources 982 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
->>
-endobj
-985 0 obj
-<<
-/D [983 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-254 0 obj
-<<
-/D [983 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-258 0 obj
-<<
-/D [983 0 R /XYZ 133.768 332.44 null]
->>
-endobj
-982 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F50 389 0 R /F28 388 0 R /F68 392 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-988 0 obj
-<<
-/Length 1772
-/Filter /FlateDecode
->>
-stream
-xXKoFWtcnKm8d'@i ˢKRi 3;K(G0ڢi_ڙog7 ۋ9)mz!b5Iee<I&hrss*grCm{[Pt]6ɇ_{]ዌeVZB,RļJ'a8nPpP5_/λm9m}m?f("f^ec<d˸ s#fؤ[[B"F5hށ$UslH
-fK)l<9#Q^733&>Džy7PsgB\Pg0Lg=)@й̰,bgP*K>9L2Ns gFTٞtL0#~"C
-; 2iRf2;fSQ0=gZv=#\f.|NDhaP]OVm *]߹22 D<h"T@DeP:>ks8H>I ,Ё j˺ &䩰S w"綢
-ĭ|YD a9;"U y
-w^Y8@sE0T60WZ%źXA05Dl{rB4Å뺺qu[
-,ˎ|2#holTx;gE30\* КMEXbٮOKfI q|cc!T?=^y'$ Xؤ\[Ͷ?;D/uِA )\1+cMa ]L27&-ZT1jZXGK%L,ڲ˜Q
-PipSE)]8Rpy rJt2*1&dD03c| 1bn-jM.6aH/8 % cHz!GFԃz^ua\<
-1Cj8HǺᆪɒ"
-&%Y`uNNFLn#y0֠| zZ
-aǡ>2:a0ѕ : U&euwm
-7SؒBf;>:2֕G6Cqx)¶_$Hp}^@ 2LPͭJ6_-3)տUO0nrJQ[2j! {7HUwyO)y}:PvQN_x͹+৊>wUA~3<6zң` a
-y!91o}S
-B=|}()r1zJN'|/wK@Ӗc d2yk Kt"!*Lؙі/^ |
-endstream
-endobj
-987 0 obj
-<<
-/Type /Page
-/Contents 988 0 R
-/Resources 986 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
->>
-endobj
-989 0 obj
-<<
-/D [987 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-262 0 obj
-<<
-/D [987 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-266 0 obj
-<<
-/D [987 0 R /XYZ 133.768 406.779 null]
->>
-endobj
-986 0 obj
-<<
-/Font << /F71 436 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F28 388 0 R /F69 393 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-993 0 obj
-<<
-/Length 1589
-/Filter /FlateDecode
->>
-stream
-xڥWKo6W@f"@=P!EBeɐ$p(v4m/"9͏<$<xtIr#MrNRmT:.©KiL:l=MЎiaA~I51%s<WnW4%.a -k>,]qiӻHͫX8VeUW hwhCLI,`6_a3.jX u\<lfUO%a64B6{iQ/1K),J;|RJWmH3>qka]{
-Liw4|E @Ku/ieIUd<=>n*u"L@qS@kO&NyreAG| :DލDrkgh 4?t 1 3͜[uo1N>3`U,m붣d ܊S1yFô7̡|tg.Y+sH2_^LUk\HȠ2SY](3
-3]O<r#oN x%2epl%LRIwN;JfxKD@1|\8& ])eja*2 n
-0簄虨]wY#aݵ; #K@ܼ'8aA-z܅ -=4nH{y9sFy\RDG{m93ν1#
-j@vy*pG`
-1%A]B4KLu4n_#ͲPEUxl,3\wE&8_g7l6>bR!Ig(F UQer į*ik7M1,? p{`KM
-endstream
-endobj
-992 0 obj
-<<
-/Type /Page
-/Contents 993 0 R
-/Resources 991 0 R
-/MediaBox [0 0 612 792]
-/Parent 962 0 R
-/Annots [ 990 0 R ]
->>
-endobj
-990 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [381.845 370.2 412.065 381.048]
-/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
->>
-endobj
-994 0 obj
-<<
-/D [992 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-991 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F41 533 0 R /F56 529 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-998 0 obj
-<<
-/Length 2176
-/Filter /FlateDecode
->>
-stream
-xڝYr}W0PqĩJݧlTxve,{O7
-‚F./E*z^‘x~ZZ*tN*b9-c/WX[LlLΓ=30aT8/&D~FPPǰݱ'Z~YEqw!q `h^2܊`?kb
-(i!?آtߙZJ^#n %Y #`E~A.(fRqaUt͏vMOK}E 7'7/4^j̉A:ATbBQJrLsI:Z`,>"SwTL96Θ\]|oMP&ۋ-2 *8ǽ"hl\/ѹF]*ބyℚPSDv$_:a#AP3xl*T,$IUDHӮtMch`o]҅w\9R!+SWG%6-`Ӝe蛄ie1.7@ï''5.iz qVMAm D)(,͂Uڢ0 QP6F!EQz[hz>C/]fvꬅC>@_ۅ5\YY_*]
-ntՔD_:|Z]#}GA]V]7ժ\~z]ҧO >ƭJr<kj_[߮O|~Ԩ-ǻKYϜaDVwpZk713|. V~l7OZ܄/r~ߺ
-endstream
-endobj
-997 0 obj
-<<
-/Type /Page
-/Contents 998 0 R
-/Resources 996 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
-/Annots [ 995 0 R ]
->>
-endobj
-995 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [367.27 390.877 389.741 402.832]
-/A << /S /GoTo /D (subsection.1.1.1) >>
->>
-endobj
-999 0 obj
-<<
-/D [997 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-270 0 obj
-<<
-/D [997 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-996 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F50 389 0 R /F53 527 0 R /F54 531 0 R /F56 529 0 R /F59 530 0 R /F41 533 0 R /F60 532 0 R /F57 528 0 R /F55 678 0 R /F58 679 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1004 0 obj
-<<
-/Length 2294
-/Filter /FlateDecode
->>
-stream
-xYo P|S"(݇޵B[,y%yE3$r~g.?w<]d$\/.oLBl!\fqJtٷ&e8(|dIW7-Y^_`h.+f*͛3g4inMґJ3tOE}l{ng}Oqu]9%fk[?\W~-KڲƹXOm?l]1I2); =uy{zOmm Vmv}lu"|sap3֧f~
-d80t :Ns߮krjST[ Siڮ~!U?BxpEdDy Ĕhˈb_BGv5~dk;?ϺnXBn<0itG RNp҂Г>8N&MRW?e;//;]4m΀ Vnl݉`ڍ'EIn7;O%o{#"8EI/ UhX0Bc2'$KJȞ`y nUa]7((mBԥghn+!L|m7=3O܃_~>{Hh@{Apݱ(ZD |&pݦ|yvN"G|ُUذqHD5f6,Nߕh[0&7lOq9 C< i?[~#y>Al.#_-W+X]Чn<&_?b]1 ci\zt%#Ih%
-йلPni4̈e+*a <' ::f8ɀ#{Lح(V
-trB'h4%X#hDMARF5i!Fy 2&<*$3XϮbsDr$◳x\'~,l!SEscMFf8W4S!{hH^F@,A7F6CYihf&0dUrn':b
-3C3 JToKaM Z̠ 6+
-/OC( l"liլDVh(H77]~u:=`|`lwv"(ː@ k ЀC r4_/E DիWxmߪjR /R(gdJ B_|GdQMR?C(6ٿ
-endstream
-endobj
-1003 0 obj
-<<
-/Type /Page
-/Contents 1004 0 R
-/Resources 1002 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
-/Annots [ 1001 0 R ]
->>
-endobj
-1001 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [335.899 629.838 350.621 641.793]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-1005 0 obj
-<<
-/D [1003 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-274 0 obj
-<<
-/D [1003 0 R /XYZ 133.768 397.947 null]
->>
-endobj
-1002 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F53 527 0 R /F59 530 0 R /F60 532 0 R /F41 533 0 R /F57 528 0 R /F54 531 0 R /F56 529 0 R /F69 393 0 R /F71 436 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1009 0 obj
-<<
-/Length 1926
-/Filter /FlateDecode
->>
-stream
-xڝXK6W(koIEZ-2V#[,pH=lXb1|q7?oJFrf4F(RmL&vs߼M~<޵۝JMbc|t2VSu~3yO ݸںnlJ2n_L%Ͱ\'b+&O8.[%=ohg-akN.uQߊgI9ܜm +ˡ.z=WuZiPMz&BK>!f<xY&$~iCi$,jއoOUl&3n?ցaԩjAcQRG=@I,03fImgpKUY@`!6RH\AtBtJ1FSC\J2HGcU͎$#⏛IOe'e6SW[(=4p[TԴ޹;#q6
-8wȩ(i{"Tؚȝ*_F &=MvCj>ta^5PX$۟riVӠ\[?ɽ_qn< ,&[(ɜ|1] Y
-׭µ PmOwk!sWR-Oe#yIi~x/L:e<N)O̫Df%397ٖwG ;x|: &xFVW=za:m
-!*
-xř,]&pVa Yx)Y>u &C]F > qWb
->
-endstream
-endobj
-1008 0 obj
-<<
-/Type /Page
-/Contents 1009 0 R
-/Resources 1007 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
->>
-endobj
-1010 0 obj
-<<
-/D [1008 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-278 0 obj
-<<
-/D [1008 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-282 0 obj
-<<
-/D [1008 0 R /XYZ 133.768 266.8 null]
->>
-endobj
-1007 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F96 794 0 R /F72 437 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1014 0 obj
-<<
-/Length 2842
-/Filter /FlateDecode
->>
-stream
-xڵY[ۺ~_a"kwIО(М-P PȒ#,pO&9|͈+z~GRZiWO+m&fRn1ʪz
-u)v-e_5 >}q*}fMWYaiS5Y0fX?]8Y# #/Z&Q% 9mޒ$k}k3jW$)֮$&GfzjxzU+Zi mD>4埸U"
-ۢөONM,6-)~6f̸
-=Ned Os* ПXѻTuGoSW)@*1U7MBT,<OcRNpΩ @ˮ2xL'b|t&
-/KdD λl<
-:z^)9v5}U>v4n\SSiKkfSd
-~9x TtI%d1.kn7Oc^LN'
-`+B[~K9[OemOLmSg3u݄?^~ۃV dn.B; Z@aҨm
-2^+ %`|ϴ~@ X()/;@9ĭxVzuƑጧ!eru:=;XQ_CTKm
-q6">M]M،ӣ,ESQ׺,m}/yyH0bﯥ0J@ U´v
-OyouwCD_;Csne)d-ΕTtf5aEKDY$F1fbo"\xEcJ O7 p.|5
-XgUJ
-ཀྵdzB,ɜE.B2uE
-pSHB.Ex_
-WǍ 8{
-6"%7Ycz+ KǺv9 o|u %C?oi'Gـ[| \?9cLIyq8?DLJ
-\a0ͩ[v= dl ۦxtǻ}0p*@Z9✔M
-U6ܷ9Dkcƒk$TTIg>lޓhw VP5茛{e2|g<u!{-Z`g@7N X
-endstream
-endobj
-1013 0 obj
-<<
-/Type /Page
-/Contents 1014 0 R
-/Resources 1012 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
-/Annots [ 1006 0 R 1011 0 R ]
->>
-endobj
-1006 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [197.64 656.239 204.102 666.239]
-/A << /S /GoTo /D (Hfootnote.12) >>
->>
-endobj
-1011 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [324.091 605.928 346.562 617.883]
-/A << /S /GoTo /D (subsection.6.2.1) >>
->>
-endobj
-1015 0 obj
-<<
-/D [1013 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-286 0 obj
-<<
-/D [1013 0 R /XYZ 133.768 569.19 null]
->>
-endobj
-290 0 obj
-<<
-/D [1013 0 R /XYZ 133.768 432.168 null]
->>
-endobj
-1016 0 obj
-<<
-/D [1013 0 R /XYZ 149.011 138.182 null]
->>
-endobj
-1012 0 obj
-<<
-/Font << /F28 388 0 R /F68 392 0 R /F50 389 0 R /F56 529 0 R /F71 436 0 R /F72 437 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1020 0 obj
-<<
-/Length 2666
-/Filter /FlateDecode
->>
-stream
-xڝYY~ׯ:;m&mX<"q ;ӻÈCxh%*^3y,l6㫯z&"˻߼rr#&QZ$$ ny%BlT6!n٨h7ZFyM&D%b*)REKTlqQw/;zՍ<MlAbK HmW߷~e{ 0U)H |{&+a#g#wle;Rd6}RZGg.*η`~*rd*Ҏ}З&:>q7/]tQ}2=1Y_#e|8vϫ0H C12eN3XwC?^Hsz.5 UUF:Up:#^Wu^ܷ
-d9pmmF+~BauA_燱nfݿi;4
-zpv&w¦nj' ASS̻ʲ7C*j=(j&Ώҋ0%3f9.IU80KAhWS SŞ?wxR ?;-*#8,BM)tlYfn22ҚJ`'P+ց~a }S@,Jns2 '"VzWqz2>ˇ8;
-:F
-Γa\^4!)̢FMaI:t3Bޗű
-xR +Z|LҦdOC+,g Zi o ,5I|E& y 7Wd3d#psD c
-5Dv
-1P;V'<fCaSZXiv9FGL) D0y
-c$gݳS!3=pp k+S8x%Hdn=ڌ%T T3rB?dڕ+7 @"%$ȕLX|;xiDkМ9HF(;%mH1^ Kyу 9&t(}i.o$L*JYoft>}U~<?"1kɴ;lyM${ R;D%䔾.ICGY`]&Cxy6 *e].,GEծ.eaJ8c_ `=u!A pyEi 0iX}4)bkŗ$K1$(;,YEXEc(][ $Pa̜-F$Z
-I0.9@y@ao` n<RK?$E.p;=N}CH./@fsCpC}^5=#oӃICsB"pv^~qbr /dp+,Y/MB?p>mTK}|b)e33~jzf
-_lXf:BgCV6_'%w$
-vD/ ဓ.Τ]CdĢoV<.
-:vwvx%'BT67cϢ+SĺN5 V ʕÝ3>`vh@L<n:D.ZP}Q'Q
-|[-Amǭ_GC΅{𓥍~h\Glb& `OvYK[Ȣ`q,]?ܽ;
-endstream
-endobj
-1019 0 obj
-<<
-/Type /Page
-/Contents 1020 0 R
-/Resources 1018 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
-/Annots [ 1017 0 R ]
->>
-endobj
-1017 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [312.763 407.319 319.737 419.274]
-/A << /S /GoTo /D (chapter.7) >>
->>
-endobj
-1021 0 obj
-<<
-/D [1019 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-294 0 obj
-<<
-/D [1019 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-298 0 obj
-<<
-/D [1019 0 R /XYZ 133.768 467.053 null]
->>
-endobj
-302 0 obj
-<<
-/D [1019 0 R /XYZ 133.768 251.466 null]
->>
-endobj
-1018 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F50 389 0 R /F68 392 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1024 0 obj
-<<
-/Length 1538
-/Filter /FlateDecode
->>
-stream
-xXKs6W5<H:tKg:>0$qB.Iq3ł)v&͡Ӟ
-M&vv<4p x&)w/RQ}K9|t$6\5*ϓ$ʊ
-b;6U{v "_>KBD(&jY|1s_;Y)r񗫫PJ R6
-ulHTEX
-؋ ΍* ~s5M]NMx>79(.+=A ϱ᲎%
-^|xO<73w4O
-/',ÈŌN ȰxwS; bO->qHRۧ+l5CGbғq9;@1 RS,IMC@)Dy{ /~ yk7
-=?-C(8!I]ӭdчMі l StRF -,[\|SW{QBK~::κ*Hи?\`ioH8/*.~$)}jjfi(U™zL&ZixXǚ\I@{D< =ȀP]W%þ=4
-
-XH𡷻i^t7X'*t<V\Kٗ)lsˌ-rMgP*9R
-endstream
-endobj
-1023 0 obj
-<<
-/Type /Page
-/Contents 1024 0 R
-/Resources 1022 0 R
-/MediaBox [0 0 612 792]
-/Parent 1000 0 R
->>
-endobj
-1025 0 obj
-<<
-/D [1023 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-1026 0 obj
-<<
-/D [1023 0 R /XYZ 133.768 392.406 null]
->>
-endobj
-1022 0 obj
-<<
-/Font << /F50 389 0 R /F28 388 0 R /F51 391 0 R /F69 393 0 R /F53 527 0 R /F59 530 0 R /F56 529 0 R /F49 387 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1029 0 obj
-<<
-/Length 1626
-/Filter /FlateDecode
->>
-stream
-xڝWY6~ϯ ,oR=3@HܵY2td(;ádkWݣ/9s|᫛_7W_}Jrf4J(Ŝ+%3®CqC(g2i<a_mtμдᏮos9rW, B1z[:-raVƲϸ 3@_xW9˭(}#ahf}l߬7e;Я^KD>H.t]P>#hne:cnuA"Y#ͯ]Y=vGPS:"wu5 }^q&*e`1>\g}}"D5SY=-uTE;Z-PS\֓9Ӟ$&j*7*)<51QxHtM7gm qw6"8'mwYQcXbgb `M`2e+PEBGLQЦ-جL#?/C::1J8΂qFddyn}\|)BI 2e, t
-N":8ttzY/9g~Q21̒ ɭ>"RO ;ׂ/–Mࡏa$}aW)ϐx,qhBIX
-endstream
-endobj
-1028 0 obj
-<<
-/Type /Page
-/Contents 1029 0 R
-/Resources 1027 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
->>
-endobj
-1030 0 obj
-<<
-/D [1028 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-306 0 obj
-<<
-/D [1028 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-310 0 obj
-<<
-/D [1028 0 R /XYZ 133.768 186.102 null]
->>
-endobj
-1027 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F69 393 0 R /F50 389 0 R /F108 894 0 R /F56 529 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1036 0 obj
-<<
-/Length 3320
-/Filter /FlateDecode
->>
-stream
-xڥZmŸzZ4VDR%EkӦhl+ri[8Yr$6&Z'CjHg:YW7~~wktۭ1Uf]]mW?Du{y)k57?8-.Cm :Nl_}Ƴfj=uV6U2@OWAuVE=w-odYTrڦѲ?-Q<0:Yzu
-S}G=Nש6RqaEp{cr!%چGG=\EJY~oorm֏Vi\fK0
-$SѹUϭ]jOmbRbMƾO©+ po[,A3X$jF*Q'Em|M,vw2=^Yv~;l7b_n0~?6z^6K]+_Ny.eXoul]tx…Ɵ';(.mƵ,pU:Ns5N-̵aؠ=T`].zE`"YZ$WV|MS Mr$Ub8-X苶CMP nnOQ@ܟOLk J`.,qIdd/دN@禅b,ڭ&7%g<
-m|4$P;3hڋ=sA5E50r
- 0e?T5R,0Vfh'ph(S%F}WR:: <qF[:Խ:z#M;,͗8<ʹ` Yf#iAkms-6]E#4iLi& ~tD7= .
-Xs;%UGgǸPF |-}kwqK\ Go;pw'5-Y*ʓo+ B
-'qQx+TOtKPkqG9</!g T7
- 9c <6EzG┘֫nmq9"D IN3hR:raq&ˢ9[,4ɴ
-~)!n@TzzU5i!/oi* _:rFqy\QQwrvƚTk9aXJ0˂0vvoXDYj'sg|
-΍OJn;
-@D6t!p^1.<H
-endstream
-endobj
-1035 0 obj
-<<
-/Type /Page
-/Contents 1036 0 R
-/Resources 1034 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
-/Annots [ 1032 0 R 1033 0 R ]
->>
-endobj
-1032 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [263.535 536.293 269.997 548.23]
-/A << /S /GoTo /D (Hfootnote.13) >>
->>
-endobj
-1033 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [472.014 255.368 478.476 267.858]
-/A << /S /GoTo /D (Hfootnote.14) >>
->>
-endobj
-1037 0 obj
-<<
-/D [1035 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-314 0 obj
-<<
-/D [1035 0 R /XYZ 133.768 593.537 null]
->>
-endobj
-318 0 obj
-<<
-/D [1035 0 R /XYZ 133.768 474.456 null]
->>
-endobj
-322 0 obj
-<<
-/D [1035 0 R /XYZ 133.768 325.121 null]
->>
-endobj
-1039 0 obj
-<<
-/D [1035 0 R /XYZ 149.011 142.641 null]
->>
-endobj
-1040 0 obj
-<<
-/D [1035 0 R /XYZ 149.011 133.177 null]
->>
-endobj
-1034 0 obj
-<<
-/Font << /F28 388 0 R /F68 392 0 R /F108 894 0 R /F56 529 0 R /F71 436 0 R /F69 393 0 R /F50 389 0 R /F112 1038 0 R /F76 512 0 R /F75 515 0 R /F113 1041 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1044 0 obj
-<<
-/Length 3248
-/Filter /FlateDecode
->>
-stream
-xڭZێ}W%7ydolA6@8GE
-$5}-Rý$ȓͪSURJz&+"{Xik4VIFƫ4&^WOuulmvƁO{,CWoLʣ<1 nV[w`7N}wTGȺ<~vMٝ]ύhsSu9M'"h4]mui V7kfbÚߧ|کunLA-A
-BJX]u\nNG]&B8R|puSDQ_/X}+K<D9P2lz 쪦>֠1/ ጛ<)v.r&[TzF[vgX`\:&
-:U X0pQˆ%g 2 j-kF(ΐ!V2'qC -%ȋ߫X&ASO8QD;is|yӃ$4c(ֈaw<yh͓{nB7i)
-sS#F$خRuv_.
-G
-Au{e][(eT6U u{G%W[]Nd
-x䆄zM62zlRK [09׌6'fk烙œU-r`*d%*XCyΧPvrbՁ"ʾ#g!C/!
-k_ER
-$hA$ӭ\b^jW#u-gz06U9{k;C}Z ED h~'yp3|anb.N-ۥQ|Okd>ܓ+&H_Uzq±Ctė9aD5 {Ft0 \Ipy:_7eE[
-<?/#bs-E30,Tۦq-(G85'!tCŽz;af a-=?5^W yCL rdD.xVp(%qMF$UUCŗ,easaUtJQوIQXD9ILODT Zn='^}^"2!Nva.}.xFCtWނ{p
-}YB!GcҥRd
-ZU-_|j.}pୋ%
--A$ٕ8]vaiY|1Tցpe=R*;:A]acHk>0l
-I N?^> By2zṱhA'OkRxtd }&CmqG>N6$MH$L
-}#?RX$23׊)7<shvZ`_3a4uHmS?d?+TY.#fk`nn7SlRઙųYe
-endstream
-endobj
-1043 0 obj
-<<
-/Type /Page
-/Contents 1044 0 R
-/Resources 1042 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
->>
-endobj
-1045 0 obj
-<<
-/D [1043 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-326 0 obj
-<<
-/D [1043 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-330 0 obj
-<<
-/D [1043 0 R /XYZ 133.768 228.247 null]
->>
-endobj
-1042 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F51 391 0 R /F50 389 0 R /F69 393 0 R /F108 894 0 R /F56 529 0 R /F68 392 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1048 0 obj
-<<
-/Length 3289
-/Filter /FlateDecode
->>
-stream
-xڵr_1oW0qrR]6Yg]YIJA$FÈCNxO7y(/y h wpW!UDxw}IE8J3aph_{.WLġ~f Niz/fTg-R8ϐz,ѩ'TrD4&]˜xwvv2C<܈$430_JED0be~9Z#b~&X(4CyʂmWA3ߴ}\4Y[K~l]70JG:(k|ˏ"$piOe3t<v{up(4GFKY bycD}YUԺGppMwre)b$+\W$"_6?wfhL=?!VظFfn\y[G'GKQ\yj.Wǃ_HBѸgtK?v~8~fXBlh"V?e(~#u#YN2WI,Y.9u#R݈D5aQTd7Ok[@s뾔"B'c}/OWٽWK\(
-hVâ_;̂y@Y,;+, ˔6p?0.#HLK*F<z8ﯡ6-^56D|N!Gs-L 7S+D0Ԉr{
-::ЗU7ϙde8xO#WV'J2Оmm%JH% EKYWBWUoPلTg~6΢3>~!*4,}Xa:k3 c[Dq @.:M=
-d*Gm +D
-<9yޜζ.1@ޛtf&Z
-p: ;u{ojD/1 Dŗr3΀
-0ACmA/+A@偾2tؙt=`9Cib|O֫RQ#;
-Dij+ky? 4
-^u}9XlmE| X
-{Vi#',)d$R
-[^8A|D
-N!OEa.gS>,ANMV'JDiau,b:߃=m*軶mZ4f`bKk3E>Tۋ͎7଀+XSF6]$7m'+g[jmO-5[wr#0.u%rG(dȈgr#&g
-!Rso;(G‚W@ƢA;?G]Es!2w灒PXkg!ǢqEw:T qXE
-Aw#l?4؈,v;M&oӱ<_.‰@,\ ԙHuE`TLZ4^C7\tڶ7;Ebe,-Ɠu-/_?z 8ׂP7RSlo0zj3,:sIe t<gd
-rr$DM5MoYO$8z^AdH5$UїSD(3a̓
-YDŽ^L_s\W䓧4@(a~ Bˠ*D.4nQނp~I fuQRVcsNϸ!hz!Ei^5x}7W-RQKU{1 u<=M.LJm5DnWBI-ol*iCv Q_`ړ}Em,n Rɗ'k_>]pޔyMƇyx!M9B1J|u:
-O9lUa`rΕ(8mzU3ڬ™E-n`̥V_ov2!h7`&i
-endstream
-endobj
-1047 0 obj
-<<
-/Type /Page
-/Contents 1048 0 R
-/Resources 1046 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
->>
-endobj
-1049 0 obj
-<<
-/D [1047 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-334 0 obj
-<<
-/D [1047 0 R /XYZ 133.768 378.344 null]
->>
-endobj
-338 0 obj
-<<
-/D [1047 0 R /XYZ 133.768 211.442 null]
->>
-endobj
-1046 0 obj
-<<
-/Font << /F28 388 0 R /F108 894 0 R /F56 529 0 R /F113 1041 0 R /F50 389 0 R /F115 1050 0 R /F71 436 0 R /F112 1038 0 R /F68 392 0 R /F72 437 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1054 0 obj
-<<
-/Length 3167
-/Filter /FlateDecode
->>
-stream
-xڭZY~_
-!'nD#{bl/Lo40ʁ_ 9N?呇TS th{T˥:i4 2HUՎ4:R8rnt$H+2[O{1"2@xsʆ_ HL8yZEc+$ 堔
-I֏i,{$ Ie_lyg"n^i(Oy!(Kt ?0kMH&s mN?8Ɠ7Ǭn4 "0 ŷƄ},'ܹt7C I"
-kny-\md49z>:BSv9̳ȌmmUHgW{&Zj-U 2qf' ځ[aD!©/?V{b[]Ā5ΏyfZʛ$Mp[: r֨-0`x:WBG~[>qcgn,P}_XB$c.>|ʇgMKВ1!ovMiƽHh)H2D{֜HΞD%Ht}p>Zǚ㉁xv;w䠤uxCބԸw-??[ѕh(=ql NCr05-gO/
-ͽ
-,,.=6KZ.gYLz `W:|#H)ov5t2M#E(616vHs e3|aY# GdXHrq_Zz!=<x9+[\6! ;Hk8J-3S Zij_/(
-*
-($5qxN533N
-88Nrf*~q}MD.)*I36^Ÿ643A.<ME"r ]sd"irhlO痸S ^xqx2>Iߒ`]%z<dޒ2x=G
-HWs~Mg<žH櫼&w~ܜ
-`/B AUmv&E
-kY~
-^"6#E hpA߸IĔom`|on۱P
-/6x }QPuӛDLh"y#^,q: UjBZKjڀ"K?6(#G@/
-endstream
-endobj
-1053 0 obj
-<<
-/Type /Page
-/Contents 1054 0 R
-/Resources 1052 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
-/Annots [ 1051 0 R ]
->>
-endobj
-1051 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [472.014 165.856 478.476 178.069]
-/A << /S /GoTo /D (Hfootnote.15) >>
->>
-endobj
-1055 0 obj
-<<
-/D [1053 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-1056 0 obj
-<<
-/D [1053 0 R /XYZ 149.011 148.77 null]
->>
-endobj
-1052 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F68 392 0 R /F69 393 0 R /F108 894 0 R /F56 529 0 R /F96 794 0 R /F76 512 0 R /F75 515 0 R /F77 514 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1060 0 obj
-<<
-/Length 3197
-/Filter /FlateDecode
->>
-stream
-xڕZYoF~`5y]{ Xd-A`TxXѿߺ$Gch󫢢&U$_6lo7Z&&Sel>n~ɶMܶoq> g_^}evv&kl~!V\P>`$5ۻ&_&U4</Hi!)+ތ=_pjeplQqfoMDoZ<K/xv(4M<R*kuxGXL̳n[z4<{۴︃ơ*A)I*{qʗm0{DP{C\ܩ˃G- Tn-Vg:_;*XukBNUjR[F%roe_w+S4)~翜DݚL$bqHQv?י2.6[yf8 n[ /iu8s V|" /$q|W53.FFŰp}2,MUܼ;nׯʙp߹@_o69VnzzCO8 -F{Kx+svsD}0-pƿb-Oܐazp6~HKuWT8>MT ~+j:8zՙ.RRo+7 < >̶nh0Tu;l +q;*U/r4ۋ;v,,YpBƥZ4C.Nǃx9Cc-pALa@@KWa0yK pQ90yL7CQ
-:i_HYbj&8
-Lv sƚ=Qޯ18j
-
-㜉g'miک; 2,Πf1 zqO
-33A. TAx]pevwW(q/(W.6RJZ^c&=*_ctWvxxmRM!AJ|*cCRplz=bA +Ck#7K'NN|J٭q'aB֜!SZ&}5)hwO]#VkVO䣴d[io( j“C i7e}~1?2MD T80XZhf湮j
-
-ƪlr1c
-R:%4<}rTT=/"yx@FrNY)|tJ$9O',@ރ_XR:̆6 Ik1n*TQ
-E[߰ǧ'z.e
-endstream
-endobj
-1059 0 obj
-<<
-/Type /Page
-/Contents 1060 0 R
-/Resources 1058 0 R
-/MediaBox [0 0 612 792]
-/Parent 1031 0 R
-/Annots [ 1057 0 R ]
->>
-endobj
-1057 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [472.014 336.432 478.476 348.977]
-/A << /S /GoTo /D (Hfootnote.16) >>
->>
-endobj
-1061 0 obj
-<<
-/D [1059 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-342 0 obj
-<<
-/D [1059 0 R /XYZ 133.768 487.878 null]
->>
-endobj
-346 0 obj
-<<
-/D [1059 0 R /XYZ 133.768 253.23 null]
->>
-endobj
-1062 0 obj
-<<
-/D [1059 0 R /XYZ 149.011 128.719 null]
->>
-endobj
-1058 0 obj
-<<
-/Font << /F28 388 0 R /F108 894 0 R /F56 529 0 R /F50 389 0 R /F71 436 0 R /F69 393 0 R /F68 392 0 R /F76 512 0 R /F75 515 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1065 0 obj
-<<
-/Length 943
-/Filter /FlateDecode
->>
-stream
-xڵVɎ8W,."cV$
-endstream
-endobj
-1064 0 obj
-<<
-/Type /Page
-/Contents 1065 0 R
-/Resources 1063 0 R
-/MediaBox [0 0 612 792]
-/Parent 1075 0 R
->>
-endobj
-1066 0 obj
-<<
-/D [1064 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-350 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-354 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 488.032 null]
->>
-endobj
-1067 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 469.038 null]
->>
-endobj
-1068 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 447.728 null]
->>
-endobj
-1069 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 427.803 null]
->>
-endobj
-1070 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 407.878 null]
->>
-endobj
-1071 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 343.509 null]
->>
-endobj
-1072 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 322.199 null]
->>
-endobj
-1073 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 302.274 null]
->>
-endobj
-1074 0 obj
-<<
-/D [1064 0 R /XYZ 133.768 282.349 null]
->>
-endobj
-1063 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F28 388 0 R /F50 389 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1078 0 obj
-<<
-/Length 1401
-/Filter /FlateDecode
->>
-stream
-xڽWM&Wc}W9*kWP+=`f@#;n~& z[8EIz$AE^yV du܄%"c[6*/()bP1#VzAz8F%1s}^SHJG1P^d?) "e8:enMK7PI0ڙGvlLfCa?%Z݆Zު {FQEm23I4FD[UYn|G:!Xo'M.~Ч*,E1!Pnq=R!r}OEc&rMq(ljd޸t "1g߲8O>aZEiLn$iH;InS 2жEo$a5j`C'1lث^!֑ATD
-"(}< zonQ(=DEq|K'FN҆5SP$.ADFUR>R1:\ҷ*s+z
-is&Ԟ+2+yʪ8pT2YiƧo6t~`r\MM'OmWfsƧw𤹌'̒*
->υ4& SBt7*,+pI /o.kv^˅7ݙܶA Ӄ7)GY_>̮a[/x,6f[?Ԝ45s<.l^$^^x,:)M}Nr :7f/jťܩd36NAS9?G.[I[k5ڳS?&C qr\z~k{V:c>ϴzqϥI 0Ug
-endstream
-endobj
-1077 0 obj
-<<
-/Type /Page
-/Contents 1078 0 R
-/Resources 1076 0 R
-/MediaBox [0 0 612 792]
-/Parent 1075 0 R
->>
-endobj
-1079 0 obj
-<<
-/D [1077 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-358 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-1080 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 605.582 null]
->>
-endobj
-1081 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 573.148 null]
->>
-endobj
-1082 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 551.784 null]
->>
-endobj
-1083 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 533.297 null]
->>
-endobj
-1084 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 513.87 null]
->>
-endobj
-1085 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 493.447 null]
->>
-endobj
-1086 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 472.083 null]
->>
-endobj
-1087 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 453.596 null]
->>
-endobj
-1088 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 432.232 null]
->>
-endobj
-1089 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 413.746 null]
->>
-endobj
-1090 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 392.381 null]
->>
-endobj
-1091 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 375.888 null]
->>
-endobj
-1092 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 346.277 null]
->>
-endobj
-1093 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 324.636 null]
->>
-endobj
-1094 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 308.142 null]
->>
-endobj
-1095 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 281.91 null]
->>
-endobj
-1096 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 264.306 null]
->>
-endobj
-1097 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 248.366 null]
->>
-endobj
-1098 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 220.747 null]
->>
-endobj
-1099 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 204.53 null]
->>
-endobj
-1100 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 186.598 null]
->>
-endobj
-1101 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 164.68 null]
->>
-endobj
-1102 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 148.74 null]
->>
-endobj
-1103 0 obj
-<<
-/D [1077 0 R /XYZ 133.768 132.799 null]
->>
-endobj
-1076 0 obj
-<<
-/Font << /F71 436 0 R /F50 389 0 R /F28 388 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1106 0 obj
-<<
-/Length 935
-/Filter /FlateDecode
->>
-stream
-xڽWn0+Ka#R&e@=&ta#ȿ/JCb|o8+c~]^ܢ b- \bkYwv"N?7Q=
-kjЦozqz9cy2br~lɆFMLRLL0CdC|I!vȃ3=c"1ެEjTQIٺij{IQ׍1h8/Ql \K`OV~Ri)h]_Kc
-y^WL(NLFʓOn;?(ԥAb^^呐y{t9nC+skղDA}>"67/)Rj)F0<p0ٺVM;_z\#%D}P5# ] IꦤUj
-벤UĎHKlY
-endstream
-endobj
-1105 0 obj
-<<
-/Type /Page
-/Contents 1106 0 R
-/Resources 1104 0 R
-/MediaBox [0 0 612 792]
-/Parent 1075 0 R
->>
-endobj
-1107 0 obj
-<<
-/D [1105 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-1108 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-1109 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 652.752 null]
->>
-endobj
-1110 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 636.812 null]
->>
-endobj
-1111 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 610.577 null]
->>
-endobj
-1112 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 592.976 null]
->>
-endobj
-1113 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 566.741 null]
->>
-endobj
-1114 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 547.148 null]
->>
-endobj
-1115 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 525.784 null]
->>
-endobj
-1116 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 509.29 null]
->>
-endobj
-1117 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 493.35 null]
->>
-endobj
-1118 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 475.417 null]
->>
-endobj
-1119 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 454.053 null]
->>
-endobj
-1120 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 435.567 null]
->>
-endobj
-1121 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 414.202 null]
->>
-endobj
-1122 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 395.716 null]
->>
-endobj
-1123 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 374.352 null]
->>
-endobj
-1124 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 357.858 null]
->>
-endobj
-1125 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 341.918 null]
->>
-endobj
-1126 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 325.978 null]
->>
-endobj
-1127 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 310.037 null]
->>
-endobj
-1128 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 294.097 null]
->>
-endobj
-1129 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 278.157 null]
->>
-endobj
-1130 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 251.925 null]
->>
-endobj
-1131 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 234.321 null]
->>
-endobj
-1132 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 218.381 null]
->>
-endobj
-1133 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 200.448 null]
->>
-endobj
-1134 0 obj
-<<
-/D [1105 0 R /XYZ 133.768 181.021 null]
->>
-endobj
-1104 0 obj
-<<
-/Font << /F28 388 0 R /F50 389 0 R /F56 529 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1137 0 obj
-<<
-/Length 1155
-/Filter /FlateDecode
->>
-stream
-xWMo6WV~u*Z`ƷUl6AޡHٖCIZЃ-pޛy3C`vW HX,h1 xC2"Fu]^5%(|4ADqf?,4"+ۀoJKU0dEu1Id2GqaH\| <`Iu\Z,NưnؐwR!b%KGaIP=/#&8T P-a*
-V.9ng;cDtm^B28
-NKYr#7MhW9걷􀛪"pg
-X*ݸ{C-3L|줽(6nڸ|M乆֬Zڇ K\9p|j2:8DΎyʧUPr8'Eic瓸WZ~,SiK}~ef3ߴnyB SyR=rQEӶ:va<rozFK_'TUŒgaD"&ޔ_7g
-endstream
-endobj
-1136 0 obj
-<<
-/Type /Page
-/Contents 1137 0 R
-/Resources 1135 0 R
-/MediaBox [0 0 612 792]
-/Parent 1075 0 R
->>
-endobj
-1138 0 obj
-<<
-/D [1136 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-362 0 obj
-<<
-/D [1136 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-366 0 obj
-<<
-/D [1136 0 R /XYZ 133.768 644.58 null]
->>
-endobj
-1135 0 obj
-<<
-/Font << /F71 436 0 R /F72 437 0 R /F52 793 0 R /F96 794 0 R /F28 388 0 R /F102 848 0 R /F100 849 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1141 0 obj
-<<
-/Length 537
-/Filter /FlateDecode
->>
-stream
-xڕK0^&6~? Mgi܎$NBwG$ 6evxwo?*AF
-'@CJj B }C4PKoJd BDr3~,OM?m=HbqA
-Elw&nw4Xྏ_||dUcBouq];l5gve >45Esg+ )9$_9wJ7Kk6Y w97AN Z[xoI΀6əŰŻ~R
-endstream
-endobj
-1140 0 obj
-<<
-/Type /Page
-/Contents 1141 0 R
-/Resources 1139 0 R
-/MediaBox [0 0 612 792]
-/Parent 1075 0 R
->>
-endobj
-1142 0 obj
-<<
-/D [1140 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-370 0 obj
-<<
-/D [1140 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-1139 0 obj
-<<
-/Font << /F71 436 0 R /F28 388 0 R /F96 794 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-1144 0 obj
-[525]
-endobj
-1145 0 obj
-[826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 708.4 708.4 708.4 678.8 767.4 637.2 607.6 708.4 750 295.1 501.8 737.9 578.1 927.1 750 784.7 678.8 784.7 687.5 590.3 725.7 729.2 708.4 1003.5 708.4 708.4 649.3 309 531.3 309 555.6 708.4 295.1 510.4 548.6 472.2 548.6 472.2 324.7 531.3 548.6 253.5 283 519.1 253.5 843.8 548.6 531.3 548.6 548.6 362.9 407.3 383.7]
-endobj
-1146 0 obj
-[922.3]
-endobj
-1147 0 obj
-[536.1 536.1 813.9 813.9 500 319.5 433.8 833.3 500 833.3 758.3 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 666.7 666.7 666.7 638.9 722.2 597.2 569.5 666.7 708.3 277.8 472.2 694.5 541.7 875 708.3 736.1 638.9 736.1 645.8 555.6 680.6 687.5 666.7 944.4 666.7 666.7 611.1 288.9 500 288.9 555.6 666.7 277.8 480.6 516.7 444.5 516.7 444.5 305.6 500 516.7 238.9 266.7 488.9 238.9 794.5 516.7 500 516.7 516.7 341.7 383.3 361.1 516.7 461.1 683.3 461.1 461.1 434.7 500]
-endobj
-1149 0 obj
-[513.9]
-endobj
-1151 0 obj
-[799.4]
-endobj
-1153 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-1154 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-1155 0 obj
-[571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4]
-endobj
-1156 0 obj
-[650]
-endobj
-1158 0 obj
-[880.8]
-endobj
-1159 0 obj
-[680.6 680.6 680.6 680.6 680.6]
-endobj
-1160 0 obj
-[795.8 801.4 757.3]
-endobj
-1161 0 obj
-[777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 888.9 888.9 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 500 277.8 222.2 388.9 611.1 722.2 611.1 722.2 777.8 777.8 777.8 777.8 1000 1000 1000 1000 1000 1000 777.8 777.8 555.6 722.2 666.7 722.2 722.2 666.7 611.1 777.8 777.8 388.9 500 777.8 666.7 944.5 722.2 777.8 611.1 777.8 722.2]
-endobj
-1162 0 obj
-[777.8 777.8 1111.1 666.7 666.7 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 275 500 777.8 777.8 777.8 777.8 777.8]
-endobj
-1164 0 obj
-[525]
-endobj
-1165 0 obj
-[723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 570.8 319.5 575 319.5 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6]
-endobj
-1167 0 obj
-[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.5 472.2 833.3 833.3 833.3 833.3 833.3 1444.5 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.5 1277.8 555.6 1000 1444.5 555.6 1000 1444.5 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000 1000 1000 1055.6 1055.6 1055.6]
-endobj
-1168 0 obj
-[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.7 646.5 782.2 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 523.8]
-endobj
-1169 0 obj
-[323.4 538.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 323.4 877]
-endobj
-1170 0 obj
-[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3]
-endobj
-1171 0 obj
-[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 465.1]
-endobj
-1172 0 obj
-[742.7 647.8 600.1 519.3 476.1 519.8 588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8 756 719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8]
-endobj
-1173 0 obj
-[722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.5 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 472 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8]
-endobj
-1174 0 obj
-[603.5 630.9 946.4 960.1 548.6 329.2 437.2 877.8 531.3 877.8 822.9 329.2 438.9 438.9 548.6 822.9 329.2 384 329.2 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 329.2 329.2 826.4 822.9 826.4 548.6 822.9 796.5 754.9 768.1 809.7 727.4 700 830 796.5 412.5 562.9 824 672.6 961.1 796.5 822.9 727.4 822.9 782.3 603.5 768.1 796.5 796.5 1070.9 796.5 796.5 658.3 329.2 531.3 329.2 555.6 796.5 329.2 548.6 493.7 493.7 548.6 493.7 329.2 493.7 548.6 329.2 329.2 493.7 274.3 877.8 603.5 548.6 548.6 493.7 452.6 438.9 356.6 576 493.7 713.2 494.8 521.2 438.9]
-endobj
-1175 0 obj
-[619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1]
-endobj
-1176 0 obj
-[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
-endobj
-1177 0 obj
-[611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8 963 935.2 963 578.7 935.2 896.3]
-endobj
-1178 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-1179 0 obj
-[625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500 575 319.4 575]
-endobj
-1180 0 obj
-[613.3 562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6 408.9]
-endobj
-1181 0 obj
-[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3]
-endobj
-1182 0 obj
-[500 0 277.8 333.3 277.8 551.1 500 500 500 500 500 500 500 500 500 500 0 0 388.9 777.8 388.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722.2 0 683.3 0 777.8 0 0 0 0 0 722.2 0 0 0 402.7 0 402.7 500 500 500 0 500 500 500 0 0 0 0 0 0 0 1000 500 611.1 0 0 500 0 305.6 0 0 0 0 0 0 0 0 0 0 555.6 166.7 611.1 611.1 500 500 444.5 444.5 397.8 1140 777.8]
-endobj
-1183 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-1184 0 obj
-[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
-endobj
-1185 0 obj
-[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607]
-endobj
-1186 0 obj
-[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8]
-endobj
-1187 0 obj
-[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
-endobj
-1188 0 obj
-<<
-/Length1 2600
-/Length2 30013
-/Length3 0
-/Length 31537
-/Filter /FlateDecode
->>
-stream
-xڴuP]=k%Kpw݂{p'xp\x'~wݧܾ;S5J"f&@I{ #+ /@N^(jok`cba@sXكč].
-1(;0; +"fdea;;#LE
- ;@X;+$3
-M^DAZRBUQ<x Fy{: &ppXy8
-A?̠T 0HiA`?̠?` ~8Y9qA`:;[q#Lm#-vvXYY? 38iw_iḽe nW_\Bʖ@_`_,_,Y=I _k\ßep2ca 42;7/Y=:Q7r:sfKVp*n vw+
-Np#.NWnW
-^yZ>{wNKKS.bDf
-BdzuS jz Ti@o=kn29DQ\ç'>eۮ6ZhY#
-4$XWeB?nP9γz[T
-\J6҉cA1@ M9JdFW 4:71~gY,6h.*]D &@~S|11"Zz+ Pco&͇UYH%O79i龇("հQtL6X= zoF*R r\}b5/,kv yMƷy 4d?s7F`ևsf,E[{ދKbПËrV= rۇ6Ag3:l S*??XRE8X ;}{Պ!s?O$#zo[f:m#[i<81>i_U V@Λ/%ϱdܹesA"ڜS Z:ja4R!`0l1Qi|W"*͵pdJ8Rn$P60,zy9Z&2E.p1p;_%vnGۚXYULuaq_$S΄]#e{aY_@ixr?u0~w7)PSǁ!)\=bt>&T67_)/wX6R g<\Ah,&sxk{7؜̱B^V ˺{S嬂<ΣHɲ&|#^|\7%<25R91Qx?#I&[tggJ/{.ϟ<q\ y𕨯U6qHuD!6ą:M:1YMT ~<N
-ABŔٱ͡Y=0|mi{NU~2VatV%ЕRs◟) Qs
-Eqh2NW!YW*wjq?\ `;ikPSP~<sU!L%CN=giwl>68^Sڏh<+&@lHvW9't2- aZFā"E$\R`l
-l g! hEeBeW]O{Qs )dpHK9zh}M>P$*O*e%۷z<6`14[ڐF7uUM:L
-lXBqz'ZEvd76N:t%T7љ~hyHKGdb8ГUW*4upL<bGK
-duѵF)) ƶ ?naTr\OZªiVDCY-ҝD}+[%퓹Т M'oDKvڔEэCa'%2ȓWaHqlK !cDZvhuM2%cK7"ɅFnQ3"G{N $1>}<Jk􋣊{θ]{&֣-딿[Vq`#B57
-  kF
-b%vg_Mͧ?;w|jBU/GsxsZ4]WBqf(qAK)ul 륂M32$k٨?uqrsv| 3CFh`,\ ,L=MnL@w>qe3sK8 "9QIy
--& m{S۩}K ֤Ž'@T]G*l0ݺץf0DAQkψ&K5Xd}T)0+"O;}"'\=,l-p4F<Jq7(v4,Bu{'hz#1E*!g"y_[l[G_f$"|J&GNQR}ߦƓ'+dMQ21D嗭jH=^eDbr4=%/O! FN"#LnqZ1Db?m>8>jr[/tVHXdڋUOC8ڴF/eL lP#y1HjI~çC*,$oq
-R~:פ57V뼫{kZs?k[OJx7]kH%cur$2 tD&{YS #2ŦtG¯gt8w&Ip8eiN;*Uݙ;=
-IWS).g)1̭/둾-5jbc'/-yׯۯ]cfkV(7Ϗtv,2|r93J# :s~rpĥ/|Ve ʅb:0K
-SYIO\]u3Pmyim{i6?Fs-KVW
-)
-Rc#\V*Ṭm[y:lDl'bRi= ؇ q)XzK҅ڷ~ŢQKNC4-iy*yu%*νWS?V7PKD
-tG[ ^O8 RyzRg, u{Q,N[/0U5ض0oArzlP`z{G'n5$sVҊ@&Dbw-e1dd.6 l?-OL~̆W!~Q;B*fRDY>mrڭtm&?청XL8Bd$lyre3tCP
-Щ-uxe7_nÄ xJ$Ҳ*[ZIՒ$*7fDT5 5bR+7׽ <Tӷћ:BۙyWW|5g0G^ tsOR^8z»u<2<wM"kγc崓 /|B8[I* (MF[\O(w|7maQU=>M3TNLgW&k[/k
-&͂nlG,f">Ltj~GYZ< 7X
- (O𗸶[mFL3LXV06gAt!I,_kY%5N~'uEΟ=^ͭdr.#Gض8mRok23U^ //+T2ˤG@ȋ)ϐQIQb4%<" p<y=ѧ;k%J;#ގྚr:Q (6q<:Um{h4qDTW W<_O ^{hr93J-"}H6+EMa%::wEfol>JzQ||0Q̛FN<`\ޘ;b,VŦcl8r[V{7 G'@TK͘L^DN.;Pk2fY-C޺*hN9ך[T12:cHxgu]P-`b1}v[VUarF䯐 {+z\-hCozs۲9'$9$uepTIGJ=F"șcg HɁJl9qr$ . `54< 4M/Mi 
-jN\ϔJE`j.>Avi$}zJQ^?W$^`̒>|o9/DM/ҵi99l~Mk=Ul㈽Bw n0}dpظL%ۯLőaٖV:xgQY=ș.!?
-B7rWYnhJahU
-CHGv m&CndINoK/Y}Z检4a=gU%ĕH9`ڨʒnO Zy9WPr4\,94'bJp,?N"՜oΓcx==HL:9YhW< V͜P;&_ц|?[B(zyQ\Dd2=ީ}VxT)olYR}=<!BPXq8{bBѩ)
-uhe U!\ fY#.H<\xPpWq׾Ǻrw(䤴ƭEB<j@;ty 8Ǿaܫi1w,\'2/~g:LbdJH ]ڊkkSXLms|-Xʺ葷z
- ?J10Z[ևvhѧ1'fqHfۭ;q-nmEZzb%S⪍HdhJ\7[a#F,}Pz$<C Qjl;\q qfͤ4{&d[ӥGOFd'DA\⤫}U/0>
-9ʱ =x"oNFh}yѥa33t
-_+O822?Tp聖.])2`9^yvgmܺlK.c"c!_L0<9n`kwNtģhʠЬkOV)rOxJ ܯ3BKz
-QɓJU"H[0)Ŗj' stƁg
-7?]V$Xxw*m>rjȀI5Ymn ҳB@˗)O 끯=hω~AW[]jFpN2 IRS*De_+=8ㅅyqӅO#7u+s˳ݩ {GQO:HsTkRqޚ>wղKA#_%teL<XUJOVlȯ5
-
-ځݕNJX.OhٹYj!(qZvkh·(e ø.RߞW
-<4W,/q,<js^hNH(t-nv8 A=7Z?=[+; uCM1!j3יb>1?#qz'LK߭vel:ljW<\
-XcD*< uSjzԆ0NQWq{\EDm>4=uQµ0t/x[9sẄ́)EԭE$)J(PUvhh7#i
-^50@Ϝ7с }:;F4-QW%b.4L BL R>Afo7B$!9JA>/CtM3%G9E5_+|IY*7&6b1YaX;\9qk91tx ;,ږezFtey^3M mẃjO tقy9\K&LcmR?$-3;SDW*H nd!"
-k3ʎ1;k3_ |Ai}=oHo6_Vcѻ^湩g\d9VS?C=nY|=hpns#E%Fvcx[#ST%Z;Eb5tBL7"1uzI }ou0?s![g>/] NDף[S B˛`W׫J+ꎋ
-fzrs@r+;jp`<ӄ]n3l.&! 'i I[Dc[.y$dw!N
-{IY\!v!EcX 1 5LAh7~y:)]gIKzi!UWe]ݙnuc.%ҥ#/؏.,𐨵{U!A ÏC#+/aOD0D 3z8=zEIv_SlmaFP0uξ 2ɋmud/D]4`HnB@&^"=3Nl~6= c7UN`& BNSGgmQa0Q/~_ύ8*Hz2AyqLғ>k!e
-/FTw4d/e4uj 4"ձ`L`b,tnypZKͪ&$K=|WjFkҐth;o\tͷF ?)ve
-y ,*CU B%Qy{SR7Y%<}s'kSs $ly"|ŃDյI0$lD~1g[lse${xbU򥮔xbOΘz1krlvU'-BwEͨRy\hBLz~wZ C7Tk0Aھv,gͷ Ćۏ/n܏-#yk%ØzW>epG٘-C8>֌a:[a M5ciER+hݬ;!o7
-b3ȵXz~EϴQ++#n֎ 'Hxk6A;v,o0\>*Il^`XcrL`½gæ\pGFu!x/*zp8!Km@}t B^62wJ1$%cMi99Nfv[%ʯK:nU 1ԲQD,-}$
-1xJB.O@Qn\§l?^*r
-xql=.s:LsY?c{'+9xzҌ%8aϯ(!tGzSbfyXz?\yMD}p!6Nqf_T
-3TmC3*%=oq]*c~֌mϫ!4/T$(y=Q :>5D+u6zK5Ek0 zhs
-׌l-q, y:Pq̈́EbLW"cfE,y4q/+R_MWo l,50ǂ6~_e*⬩gP ':1&aI13
-ݞ,VVsy;~2'[1i^R O>6W\sZa $a{߰*p`'aVll<w&2 5pfP)zN['|.vᰏ^.<7JoTe',ux^8ػ͚{):Sxs~ijy$Ff뇭{`}Z_}G;5*- (=!c &sQD"gKv%Y+GAi7_C1^gO"F6u/1<C_NģžɊߘw.!"r<aq b u? j0ݏL vk}_b
-<Ezwh_3̓:Mb
- 5/F!w8Gck7u:V͡-v2#{6+
-(
-y
-gDvfbu=؞ Dx{7':1̍)?1]m~#E:suڮ% D’L?Ȁ?|G…`]K",y'D5YՒf%|"9qc.1DtSd%̝s1$?[`k
-oD
-"AͬFLL߸qƸxSRsTrdc9So٪ A:2ftUPtqbW=~G%,m bϢCJsF:Vo2v S؂*s;V ĭD_k'WmTGb 9ȚZ%!]!y;C[:*kc:\Mq;Ark5QmC\ B]~axY"&\0Wb#5~^\H)O ?G屪9C/SD4; ^
-RmƻJ6<NxPD}>4$^-Edk{H ܸ7 Lli|te N'i7ڵ" ëCR7o߃YA`^pOd{jjP e<;p˾ =fl=Sf"|+LmCci=gA{}Za
-M3|<o@jv{<j}8.0^8v|a0,Z@ܒ;los\P|ݬrRϦH(Z-y90 Dg]:45&$He-~=#z}^ P } FsȂ`X۞6
-/) (YPl
-Zs~*goOb: O{o
-Cx+bx37│0S 6}tWRzk vibuƐx&Yh@j ~l?*۴,p~К`S_edjKry?+7N{t[h^ 8Ֆ{F.vFHد,*:-X&a= D0y0ߡ߸!YPˊ %H>P?722I鰥HgZ%76߮
-Q]1oMs T]T?HX"G2 X3Gq#H;n٦<Ex[^^*3ݼ;pOв!z'_>'i™.&,~[]b<2DZӈ\o tq+-d+y_O+ŷECca3r:@rCn`s4:Nxict  lv/Hv<A5֦.`hh/S@ݞ#U1|Ÿ^~}:(z1eYAM kɟ/ 蟒sY C[~0q t"6s@ܵ~`۱#u#] Y;
-lEi4>(sjZEƠWl=|)+jI&9z<xeq')nypWN~rT@ P
-c!,`_Mc;0$JFm96Cmg2PŜwOQF"(&p%…axkDX t2T^`@m!Y No1(x p@w KnXp~CB\A) m$#b壹}6| ^|MI;+Cqe5J>˾+g{pUmbݍ`]h=9UAGgOSF*@`pxBwy~obV{VF.5= )twv펈yaIO$s#t$䎎{~>"e6u3+{;B*x֣kkX8*1[V<A(A,)ڡ 2䯸)D-.ٿƟi\N@bCi(*Sk/Сb&i*6#X7zROocIgFkja4V(Znl?
-h~hUC{8SJc zjZ ޡ0ՏHI"#6&baկ.|h
-wN
-$?!ռoq j5E(_xh"YZ9SD+L#.CqQuIOqT:KΥTS`QN_my&nJ/di332ua^j<EmbB;D..Q LȊc_oGъA"jGV|ۇ
-Zcَ3 "LAkJOBʼnPԝ7_ʙ݄3
-[6a̩UcB;DYƑjk#Yife4ggZ^@w`yEY<PDN'T&u 6$_&L)_ه >?5 =?*I=[t j́dCHk%fgsU:5 ssɫz`&uOQ.a)!Q.5ߓlяP߄- FIM6D7']ESͧ_<;sL(BV`(MB_0
-tmgy-FYsKϹ{NlFk4=y^ 8T)M/WfqdX=
- c֋ǍS!0e˭['}~?̊&W,AP-RUf0i ^v5Z 7cE*}/KmLR7NIW>J+[[0|O;V/%UhLҷy$I|)?a_=ƻ,Љ?4630;%'feԄ2w.B,4y(T%
-1$38G!XbWH-E xu'&E&P7)C/u2[cnq6T܋5;Z-"x F/( Mɩ zz! z7-~S-UJ
-[*|utN{K޴X S{
-tܪjWsrۭz#/<y i!g5XW-ެ{yP 0G6@fAѫ/yQWcu2eUJU_AO_z),'7}A9 @M@=:3e hfroJ;o|=r.z8שYbdIjVBx ՚ E1PFp<d #u?nU {g u3h}y[ 3p8`*EJQrb;<$+F"j5g-%>R 1nxDHX|ytiFhwvhyn<5$Y啗.:eW~#,Fd=8ÊN4 aXX1_M;n{B?e1 )I ő!z@ L(Z KԦׯP y{Np|j. ?CV6py{NXH@F,У3\wXzhC^T4@@yA rk %4V‹Kd;`5F[ꏈ=$S*e;Lr/#W-}YHI7 \GH1+^bdW:/M C.~=JPWyJrZ\c;S;@ֹߣ3?G ^˵(!#]5f^LYI8z/hbضvsGyvZ3X?xaD1#q>ƋU Ay|ۀ 0j/G|gI4'iUi'X=nCPo~-9K,!=8GoQN>|'@9d6rM$$[yjuF\<rAlu05syCl<5EL׋ yp#"ۇ>dVNжnnrx6ZA}G4(X|i;*B)1dZdWYc{Ьs^Ow׈$3rxXA)Gc,tΐ^Dp[GCMSn{'׆Ө{,! > dmvUgmYUf}*G]g (CJ5
-yF2}f3X/;'$cХl։d;6j q$(bMh*hK7{
-sX QۅX[R|Bx_㡜Xu-Q(7h IKWL@9b % kPxz3w( <;z9(zgI0sZoh8-VCձo99Ė^}OO17aA|~B H+n}lBB`(7]ǎVqm !Pe|1doF!X.E ʾAdM躇!Ĕ']噀pTJ
-LE<8&0otT?c tNm '+QSvՕB1.t(Sd~u4꘬q7h7 B(~YWwﻡUSq[B*zw3Y\]y DD
-Sb_uS8ɼo
-( 0XiX \?rGh3R)i\U) ^RW__4a`a3A?0j׷dq'hj!V6C}/J##{%P5~Ih%YXd
-B#lpbQAw tYS4Sw`n JjL!,ay'{~ \[_N'vVУM&)bqr tS]IG`_ܟQi+g#I]
-?Ow*3A&74 ZBfާX82ڈa`wqJxg"iu% w ›V}h8sǭ{SFݑKɂ [Oh5@lkbouBY
-^yt,6M \[u
-ӆdVX XWL%VB roWep ]Ӌ
-t2}Z7TBSu&NR\TxS0 Lrt6KD
-qe~V[ ,{O,GD_~F*cOƮoH}tWKoab*@ eՕW<bBzg$`C)X>qpES k;?oȉiיctNN*DIZc
-?jk^(vs
-3Sׇ#'mrZW`8E>X.*Ae߃{n򵉉"gTۭ<VI me6u<mvXl%BE2jgfTg\*]'~LB[=ioVP?%
-w.p,s,nR<?)X74"c5)|]SHKΌr3qÌFd߾;gHn;d\^1A6$;3\~Ul"k]:#W~z1xa,_ٴq6"%#҃٦n8G+`06)12\Wf|̯8 'pBqe4X(5!]Sg_{$3wbڵ DɵJ`1W38JhW(
-I@펖 w'z>,'Szei 1'10cm2Fd[C??
-x]tyX}6N
-W2G)ݠiknS
->ZvҧƐqoPkZ Qkq
-@iŹ;?'e;%M#emᓗ89GKJT-
-Z/ p2Ny5?K939:ԍƎI ,0IejekUQw"㒧Ɂ6YS%V/dfI/5%r?DΥ
-ub;in8InrA(k
-O:\7Ŕ
-3ю݆ڛ~tY6sQqbu8u88ޭ0
-:K&GF-SO4xB0ybڦe]<ę=z<;{0x/{{co^zsWCQx"ةPɘ{K#i܎ׁ#|+-P;vr dec;-F_z<b1"Z!u*ep%W!~᣸s8hk맠z {W7
-Un]=M\l*yLMz<ZnF4%Pn&X Q'cai~;XY߂MT*j<Ì,F-hQs 1x\IC<(\1 .E-iEq;(dmUx5FMZtf/s$ d}3ct9Y9tjq݋HqQ YGscU@)/28heq< d)^ېFMh*ء4+þS:ARVҰj3;ɋ^tS0lv}<5"2076,rPFks%Z5]+ˑ6xo
-쟤]+^;$`G +~+MYaKd^X:OkǓ Jr(\Rx(*j^TqH*z[D!Q nML1hi
-endstream
-endobj
-1189 0 obj
-<<
-/Type /FontDescriptor
-/FontName /VBHDYL+LMRoman10-Bold
-/Flags 4
-/FontBBox [-486 -295 1607 1133]
-/Ascent 686
-/CapHeight 686
-/Descent -194
-/ItalicAngle 0
-/StemV 114
-/XHeight 444
-/CharSet (/A/B/C/D/E/F/H/I/L/M/N/O/P/R/S/U/V/X/Y/a/asterisk/b/backslash/c/colon/comma/d/e/eight/endash/equal/f/ffi/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/period/q/question/r/s/seven/six/t/three/two/u/v/w/x/y)
-/FontFile 1188 0 R
->>
-endobj
-1190 0 obj
-<<
-/Length1 2788
-/Length2 30826
-/Length3 0
-/Length 32407
-/Filter /FlateDecode
->>
-stream
-xڴuT=Lt4l:n.I%s;>TYQ dٻ02TAvl [3
-d/npXL]N
-@cuO +/ rva41vV@Zpw vFߕ~g2dMm@6V
-":̿
- ɓnVs+{3ߪ:0k[9e 6!Y
-O) 0fP8
-8\g$~oVV|gbrÝ<
-`d8(|W-*
-f
-
-y?|0Vӡ+=/M,r>FX`J$0|M+s4IC ?4vNI _
-団zgeY-fe{Dqe"&LE@Hщxji5BO)@ #tUsq<`6Ra'iPD*{9|1>T7xbf!u\M_гܛɃOi_•#y{ISyV; f4ޝROW贔F
-w٩kǣ{?֭W3*C:5i6!RvTϼ!4f :C Zp1& rst|he) !ݭڹ怩.jtGHRDKB뗦C|]6 ~je\h}?6IH{JhF!iXROY[8f)rb!U{-QP>)/3aHNDIC_)J>߸;%a]ɣ7̨j/Q;KL_O/b_r6]//t9Wct~npu.^&3\j*8*Kc.wՖdO
-^RC$֖sA\z`WD_s9t+ IŇ(l_d'-yhR 
-.?P0>_YWy6Gִ<K=kzI /zY? [:Ӝ88MVmyX܌ @&x~{$vtٍˡ_M[sUcRilR9 W*gw>e$%@6?|1 5Ug&ڤkyQ1EJtO{4ѴJTkV+,潰Wtb3JuS9u !~atRzwf
-]E5?j-86##("Xjt u*bMf`>Q)y;^eqD)M 1NݽJ)vՏ.+JA-H夜[+.f(Ou gv
-{B;@*OUĔ Y9r`RɌ']y ="EbɩgdYW"nO̶u^XSDg~]{("q66uĆi w~!^FjӨgU<'b%+#X-28en}AzA~3hCxĖ1#Q5c`~bߖ;`.3gw5"='LoFދmOݔ/mvp6^Z-FgU<zAV~ZZ݊G-UHpESJX:4R0n d6FJ"iJe}HWԄRŧXn9-{#VT2-F d^RQ᭺)jKY\Jt/e雽&Nj͇oc/~%
-_w,q0n8ruQZU?,Ly"~ ~d0gAJtbF$TaP
-<cavBt%qP^W,aa:uCnO"ە06ɧ\uWa*̙ Dp;ޛ@0WwKCdRzĮXpCW=n,{%dy<_B\2ߵZ|F|
-2.2_?.N!F;ihllVDS|յ#st$<r5MV%rf~31*_Iĩ
-6t"/BaUGXGʪB!bP+V
-tp-E
-Da9(vgO
-CN2
-
-
-׳%VnB ŖOK&<\e  YgN N8v㌐i0 (yhZ> CS؞yQ#S}!4U4sz`e-睡q82f[KܛWZ]/π\VxL8<
-G
-wgчgNU}t"S@UzeaV; QU,*=y4/czQROԋr?ACD~/!8ػVnF~a7 s5[0'1`3|6YHWcT_}]')֢CIORU t@c  X\jC%O>IWyеz~;v bD0<s#yMϙIGA7'SX}Acf&-y4_8>U gʸ?ȔPnH\o9 ʙoqؠǷ
-@J-H
-ZIE68˹/jt'$KA&$C
-Y^>>2cLU<ـ "]Odx$ TJ
-;^-|р
-E^y*h_z~>/JQ vxF[ҭY\1'۠(TPਬT/Gۉ,#b
-H~ hr =U,v- -m)^E]7(Oso`=#qűsu*^Bs 'ߛtP*"k _,bd&eB+ aۖib$KjV~WL]'Ti3fGULlτZ2 =1142Cc4zCaM܈&@#Z[fa3JQZ 8.eÙd>;s}݌r3X7Ϣ긜
-_9fA^4ƽMwϳ f3<h\sV8wU::er,m @4 Vd~7v>}JdC<a<9NUʍ XÔvK܂mI;}W%^>ZHr0jp4ܴHd av˒3֤h 1* D6ƖL f>윞آi|gGR%i.v]A12퐽ܬ%Dk.~;]N?[i̛c,2Ϥ]8ooU.#ܸ9*ԉŧrSN퇶|| Dy+ n_r#ֈy-$Cs\ g#%"TDnc49+IvCsqW ܹ)mqFչKOiÒoi&,21L[DYF^ƆF(KؿWU
-l_\*SB~AW[rܻuoArjae`Dh,&ylY
-tiKMQ1UV֑(H_?EgԹn9gprRdL)|{9ґOJعLR:5?+ WsVK`YuP`\ SnO6Mjh0 C8VH~zdj2Y9 p9 Б;ڪ2"ވz]tR8NZGG[zhjcIbmBp EvM
-aOg|t !* L‡u0SlQ&} Dzk8=J\ OW4}rhg󸯭vC/5~Bz]j]g#?Vxϫ2p"% }]/{pk xs]R,΂ù⧖ͽY.ތדEɮQIŶ#ˉC+65!DgraS&
-25!HjBEǸ)<#AahYɣ` eU "ݹX Jn{nWu:՝~W0ص.Hҷ
-[?\rICB-KɷLrFUtKD1,yC1K"P{Ԡ`ՊGH<6]h'kSoM91M 2xM/Z# '/3V0jsuCIjd?Șe)2׋| (oU}>G.!X&<xebQ-O,ڸjx`"bEx /04 Z3tor5_A;r\o-ogujVC%8I%G®`dP<k*uGN.+dY. 㑨?Z3}i|U2ӭz2tM BQrD]_b+ra<{@s>nHkIc o Ѯef 3xrK7id915~J}b\%$XMD}ӏ*XJSQ}7(;DMbWlFS
-ӳ:RSN}-EޒCl/c-2;;obw;[']5ng|6BWtƳiU`mdTɼ"J!Q)C-jZz[ aІ~?*"wb!@B␨1A&͏:ee@(Jny<Vp#ﬢ97m}`+;zW
-ZYC7.ĎmN\Cd~@Vk+x70q<Ft?$SM0p#ȫy $iS0ڮh'OҬ8j(F
-Hpa3U!tfavN."xb@(60K<қ*ue&hߤҍa
-6J<r^}EV"6PW:${EwN\W^Sksk|/$Xwbc/ J⸻QQyfn3!NMԊ&'S1@n>3vJ-$8YPUE:|;r;A<tO7tQsSsTV}oe~ ۬'Ƅ<?\KoC,$^o'X[񜊙,RݳA־X'x~&UJ_Rpz2{.2hfh
- qCVOؗl2M}/:=Qe,4
-<Mjrσ:a ?U(VӃgq3ϻyGqu)7s4*6qHgt] .$o@a8#ҼVph5TymON F"wi5>&V%]#g=N%<̊ɞ1#ˎG:ȶ*yjhrpN)o tp& m6CVyuy%u]@WVx+3=ԑ=%vo_^my~3TBЕ$jssu^{? 1AYK!bG~:KL\!
-1"´m>/Hgڝ
--R1w {ҏI<!m?-5a&rHa&j;JA<\? 9wH,;ۇG΅CX*_"UDLa©v? 1].[|@(tR+;u9vAc<ML6(mnk|?*'vj/,'hg5uc
-uK9 {c:<g7/_4 jINp}W]F J%lA3--ix;#ZVYotNOp}9D**5Wdsr@jFMԋ@'-D]RnOIO`o Q[?jz&pC;tjEe
-&'$ pi=D#(>銧!B=EG?\\^P9k;WxxE)JX{QzsoR 15$JZ.iΡ^t53#}ȧ3Enpǝ̼1ʾej=PVr5[/?&+1<&yZݢQ/<NYKI\/g'L8v\Gx!l$u}D8>#+ 2J ;udX^֚<w>.W.6_=<<YxCxY3Ix /&rէv̀9upasȺ)F6؅i%ْ&3"\U1RB Ifd8_Y̼ h:WNLBiFq$^ շ`z9<w Pssfz׼aliXy{{2j ."QK_YhdaF~`tCUBS3_|/E𥎿r~8,Gg2;{<I\bQTxSiY=uEgH-Kb5+Ldt[my?MFcҎ hXXI
-<5q!O,ع:̒^G lMF%b}r-kdkBKz.Y A^".gߠz<
-S 1pv{$5xU GH^oޑ%2 .ol7Ծ~u( %6:>zm}N:
->I07TR
-*ː&tkF@ǘ <,#I4/wj +6&YGݓՀ®:-bedZ/Qblybx
-̸[z>~vb4Ly S
-~zg>
-=_.VR8|v^$Ԫ\tL>${oٝ2=<ԇ7To/YmY/
-$0aTN{*4 y).J > {|~Vz3Ŕ[?Le
-R3@[h|cPUߟOff6^1.ӭrTrRw`8!;nzSwxm03żC<NJ2 ?b3Qrj9axd}E_j|-Ex<E!l|,yM#0dS#[Id,
-͜?;<r5ӯp-%>w Cl|:Z8*)#]l恃 8Ǧ.Dpxh.V}(P{ebkLblMvHգnQpIOSa]Ry]jv7~>1T1wGdTH*DA}⽅Q5vǂ:ey
-u2&
-"ra
-tWNYE|vrB1rDCLOéV9#.IzQy>q`` GOǯ)ی)M?q&&}oϜ-m%ӹz%;/}򓖱7b3OH;J0ԡ
-_POxUNq3$}4 45
-lUd/>*(OH-"hzjllOCGx(o-`i!fx
-]6<zjcH$>"[)oZAZ=[ݗ=l
- Ijx죆斆sMKkpBOyy=oWG% d A>beE0GCt;#lGU=90ixL9j*p~¨C~a =iOKy}n(Vo.|08ٿOWVe2[4\ *~Ag pg!c?ں]49ʼ@# Fү`ȱk(С:Rc.YZ=2A:kI{9`&O pmGk}G)ԋ]7:J_= w^Bh_(8
- NHrpCf%AZ Zae\V)^V߮2X@*k +<JWTb_p;fdtݢ{TYpjexTyB;$FY]74V<|$<Irah4r<%DfÝ1wYP
-Zkm'd\ATaU*PI],c]TR5t>:}H ٰ.FZMFM|S^suA&o %E)!Roj$rF.'O{Ѝz&VdDjgPJ8J79(lQ{e!C~_2tk^z#$"vШHzqNrC&8[^5ۣz%I*E~$1^A4@KCMu飜T)a;j7A]+iC%97WSC-#ļGN7q̚z*DqJ5ԂVEE/PRBiFň\dNgv4TSk{aAKCx-vMuN+WK-{@L!4{LN
-+z} $Z.;/ȬTȷ uu7nP'4:DX|wT*><Cl2W ¼Ӗm(NVQ~j80&&NtT˟-a鹊6f  sm*ȩg%c t>jBUh󁖊IAmwҶθ^! Ѐ5;BKo8x—h9N8bvvӵgMR!%,vvB(޻M-l7MD"{Awy
-)_47LZ9Ig5LR%P=n,C |LSXE5aMnײF-DH~"+JБVj
- X# MDrv
-(tL`)
-#7
-Isf4Ss:%&żlhM/{s!pw4^mX yJ ',`sVJ$ {Y+ WvIaǒ֤T,S8{Ik(OnoEhrx%nko+_9fˈSp wfG$("bCT)=-Krx|'_y30
-}Y<o</P $rvaHjYKMPGS%hх;=1֨Wc!0͉N-WxܥS`^YA_PqX:I%f!b\!=6ߪbFGy,^lɩ?J`GP(6~7=8a&Ȏm۶m۶m۶m۞gl۶mdO:U3^@> +[9V{`Sĉ4(8Dq~X,,) o)dFJO",ჟV7˳M
-pgwCj>/7NDsݍ>$y2H2p.(<()I@d#偼ɘPG/Ԇ.W8Q=;m#̹JS|duHC<_5] =oPI
-yMgΗݐ6סF/xOF̉(X k ,twVQGn$t&H`ob<QrXߞ: ٦%R?{5ξѤ""Y߶@zLV6i W*"[OlFbx皤_A& t(h܂)bB3Ι7^UiO R:DW';$
-Ri]Z{RrLgG E9EcT?IˠM`~Wkس9mzD}|h_PYv3x Tя i{UOE1˩+~?
- %֎YWXsBǞGd/4b~x+0l⹏vQ =F>cTM# 8.|m4 O D`bÈKЩKXK"MH=]2*Oy8Wqɯ¼[5qSw\!䤕QqC  -=u c9j\#фoiʼnbC/ CQFohѢ4Sm6{גb.9@Âj{k"Uִns
-#ܳ@i!\z]t%9+vGn/8Oj{(6ot6-Idu_8rp,&;WVLT[ ͗ضuB=U_ w7z{/Kشo\1n.FR-1XrcrTN.2Wz^`ʩy&xvm嘐^*}yQj=*k|d1 hfGh'뚷~.i&;wMw7_g3(L9Ac' @H5)clgyGY7eF+]o%㦤^[ꤞqbO H
-`4Ď}pf6+ 6Pa88}/+ly!ҟi><&S|{I J>,B=5]BWi1;3,8W4E=.5s
-!bER|)ls`%2\$k:VvQh-d gDq|ۡVSAh6mZ(IҖ %vr&Wv ǘ%D]O|,%D[^-x]:j
-#WF!;O&3vV*Xal
-""kBsZpyJ"05ސɞmV X4U0\:Z
-5-+9qdp諜VG!^ڪ$Bd/bUezf|_9V?ֶ5xS!&.,=X<
-ʛrN>^ISϠ#iy>`KX:!t i6d g(P_#6{ZUQ t4#c]Dy@x!xR
-}%
-a&!A"2gtYE{ٮN BsyD]bZTҹ
-J@6<r/Cvne7@aَ ,7@ sBALv&+}I(O\)VrᓅJ)\c,XcDbĵK>CwT5'I "K_OJ<ID:*RnhE[]mG,"T$8d TG&:%z|HrQ>4QH!u^91ϖBaiAKoiHZɅ[: dphRt]o*LT@QDUOŚ嶑u5&hʄ~*!>$ ?C;guUBE+AރJsk *O(.>.ԣ*mFF͌{k߻%O!# G\+[[{, ‚'U,7leOώsi熦wޤkke
-&s:iyt2۞'w
-8NO=6
-O4oiz1 oiZ ~w,\}ku7BGBЛ`;lO: UX=M3ͱH:m懵6i!SQfed` Z|.-_or<wwmtZNI%pjlxB)1+太aєret
-L"jxQR-Dl-m?Qܣ٪9dKiĽ]|
- aC x'g5lKm%é[)eaTu@P9e'|煕h0S"rd<}Ċi.>_VqǑR<M}U𩙧ƆȑvOyfR= P4@JuB4xڐeh<)\ e -S[LS#.u ወG1 ^c"v~_PG+!:R/"sNp Qy˔PMye E˶:qx\WL%xSQ+j
-}R3J$?v2IaV9ȁ4I> )&4D$Cbsbv&r!H)j>Zpu`R2,XvD◢1971 06JM\A8
-m.75-]? : `Cfr%qF iYywMu92{<zKJ6lEdE":ffi-ZΉ@gСv5u(CLF!`i]V>fmgۜ/G><Gi*"ʓr|HzT҃v9m(ͫp#<bRS~3%c :{OݎNyӍw9n؟K71TO>|H%Wɖ|w#ȯ3_|?% nէSb4vݗLNLIbu'X8 DN;B/B*>o׳Rp6~Lk}r‡[ F):Wpdi,K ߐ#L=#'kX^yĹ} B;pkOX%A׌kDlfT| 3XnBݔ:@r
-XB}!#^
-4Vxᙶߝ5N!0+H`-S!qs .
-"{1
-yhCy+"s7{|Pv-F010/X $Vs :? @(b
- ?
-O"L1`A5Ld֬;UH"o9Kc'Eo".R&k |b&K r-hS` a:v@"Y !PS:R z 'Z'-Wjo`Y&:<!uaXfZߙ1cLw@$l^/ǰcE%1]J_0uJ 2u\M]DAKi)0yH}䔊3|G;A9ANl6?}vEҏ*=&;Ƚ
-"G8~8"" ۦk|+&RaC}ŋeW6̼D*μ@B*2oVm>JthdrGIR: f=l{&q申E%#j
-BN68%qKS ]*$
-XL_>2l NQrKro%O
-NT;
-%鬪zgF{%Hv,&3tcM+zK!KxUFx3Qn{Zr[> )SP-՚i ECI}c ]b'Bp
-w'
-4n2ywPprinc>[seH==?\E-]c۟3mG1C`Ŗ̩!5x_><Jxyec>ő&tS&آ".a}Ǹ6^Q}GU)y4hkS/1::yyGuRriV16!Ty]ʛH?㑨Hwc.~`e!`;`9-O Io»?,Ӻ~(
-A
-_+zBIpF& ^/DY'ԳY! "4=U#ݵ>=<f?zWᐝ{E6TSiM q{Ppd[fu)q_P+S҅݌2]Mf 4IkՃBoƕ床Eֶ)E*硎oV/ܓunzT*R3b;uM~D l/q9i*3`x+R(p+p+
-eXz1XqԌ5W}W;bo,)zj n>(Ǎy}A!i;>ˇ~@kON3Ll^Ve7/,pb7/3s:Iy6B;9%_ud:'%R6H[HIu}]#@,zo`UCW>ǴJ޷ɶrL#`AXE;%#e^t}ɸM"~uF뜌3bbQ4:$Ad/ .`8J콣o:نEYq6`-y46uAKڏP sP_V 7qϾVpwF-c
-~/ƞ>W)ya|j\XXޖfI- oAt
- FJ;f6׹u'Қ~.O.h`[DuuT $4YL$hc0몫u|NX%er 0$5Cb-ih{v{oi%JVYd;ٗp󰵕׻!&gt<9
-a*
-gsͼԶV+Đ) =dCT`h:O;lqY3x<p.vmkR
-FhZS7<6ۭVO U8AS~{m(F5Y@`u^O+E: D|m@]󾠝G%{H2|v/a`. Gic] DVN. }fCD-K#EmX l=_9u~ؒUY1ms3Ƣ7^
-9̰5рY)*.[Uf}iNv
-K0JgnȤqDJGbL+7+%)5yz^7{翕w 鈭5V2ۅmm/bdbqc8׎L`1NnOQ *Tc
-0ۉ?ng|#&kD%8? ,w z`6 QZ3NT/U[B
-RspUKp9"_dR*h-{CTcxl_IiXշhhRG+L>w=>G(OV%?3n,xr:(x>/d޵!$#w ufnu%\y+҅B @*SwT3orc+~I"6go9l)TMGGr
-endstream
-endobj
-1191 0 obj
-<<
-/Type /FontDescriptor
-/FontName /BUSZJO+LMRoman12-Bold
-/Flags 4
-/FontBBox [-476 -289 1577 1137]
-/Ascent 684
-/CapHeight 684
-/Descent -194
-/ItalicAngle 0
-/StemV 109
-/XHeight 444
-/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/ampersand/b/backslash/braceleft/braceright/c/colon/comma/d/e/eight/equal/f/ffi/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/question/quoteleft/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero)
-/FontFile 1190 0 R
->>
-endobj
-1192 0 obj
-<<
-/Length1 1618
-/Length2 18213
-/Length3 0
-/Length 19271
-/Filter /FlateDecode
->>
-stream
-xڴeT\Ϛ=;@ݝơqwn o3{|}W]Z)HTD@&@  #3/@N^dgl
-5223#PP9]@_]
-wM
- ?RgG/ W[[c; AvV@\+g +8]E-l=dG/CS{3D%]+Ĉ̬ۛ-
-\1fZfk񏕚>%kD-IX؏^lUp~D LDŽyM@4=;>}ͨy'\7DMNDTpiYzmPl:ơ8ۺVe~i|4Ipn¡כ <Q9/ 3Ѽ{Bb(fXOc\l}V0飖]hƳߊ{WGW)k 8u]UH]
-0l}xxGvkLiHsZQ't6(u'Kk㇩縟rvpVN.bPggR Sʤ6M›*Uʓ[SªT.t$^㣃R#4&15;"m%ˏ7L>0$'v.=ڡgDԛSMH9z!mSM jQ&Ij=Esri+x-ǠZMY> ) 7v
-/I!`aF4f$y]
-*7.#SK~ߝ)8 `Bk@+8DU`Z:y1ԯ($pf"4WטУOhB\VZaw2`_N/~`϶ZV~VdDEˑpTɛ< "BI evE$o5Tդ][+UQÀ0c銤8†DH-{|И?Qdy+`#n`%RF>} / ~8 ]B"ENutqIJ[ZzGˆL`ˉxK66?g wtq|mgg\
-CE+~ZǬ鼤SЙی8h5Josɡ- ncX޲P]*]`L2E4mLX'f;ʄe68A\BZ> i4;bwfIYouFD,5FT,kzQ~O̎fO" U!{4KzDap$C
-jJ5-xE8&Pk&`UNr\ؑw< sqqK57&dH Y)oBZhR9߯\DbU*/]
-)*'۶?37-۴Ja3i﷖}_0mTo4ur"3]v4xqep@F.Sc;:1 feAL.A̩;f6B| 5y*ըTMXY%k1'Z]g
-e{
- `1_R,5<vCjg[kZ*,"h(D}<[Exypn
-m] P</ 5g`A3g$BcvZ .[%6}a)Y oKF\.RAh?`@Z,Kִ| ޭE0EPBv$ufj
-mTR[8$&|ee$3"w
-Du_Xw9}Wj7k1%Fn-CE׫[{oÜl8G<k(
-|; 5I[ك 3=<Cr1(2vV>(7ggw1m?븁'{׉
-.ટ?K>k={|^jR>; uQVtfL+xg5\OWիk̈́t2㩛P['(6-E֘D$t?:8,~BK tu^Ǭ9ob⵲1ND79 ANv==L'3(,^Wi~h#K/[7`kE;
-د斐ӇF3?Ԫt}>7"_${€g lk7(ggBYl˧ǘkђ<E]Q8|
-uJ`z\CnK< 3{R׈ujHۧFmLiWuqxe1K*w7 ־a|]6Н3Wq;k8I zYι62 MJ>m>MVhijNҞd)n:w(3blt</*RJɞWF4v{d03;5y,] 
-hg ?2?F}\d`; [p+$cf.xXs{FBruk 0.6E)>xQӅH,lZD+߅pb^&tyM4d]vX\Wv1]Yk+{ M |l)RpSLF$ TcĀ+^A.l8Z͟eo)-ޔCL(_\Ԇn臱bYNYK W
-$<W/GTUrIMJbݝX_b[V1.r7ɨޤGhfvɬT@%oྶzz/GuI?.`j !8#dm[~*%Mx.NU'^(Hk&
-)Kmz "zvH +zҡ%_\jb ;`~qRxnlk
-l\[991l(("} )!~K]
-TBBŢgWHL!ж%'7
-b8s~%̇b$w-I$R҈Gٙh0-/? jO5LT[:RfM\+ jNg1mybi]V<>
-UKo*41Ze@
-crڼŧ~'Qrsϸc?7-F§q-KY.Wl0_Ivv^b]* ͦL!R9¢|Լ$)JS B\&bPHJ*t<2/<b *o\|1,kiB1szڵvZ"`/~6J85T)u0]s aLW*Cw[${ϣҵjz!7S3&U\a,߼ZʏR|S->֭5ëo-o8:y@RwuCw&c_{l Z1>_WG)2b2NTr땣vtd1]\sz%Op<W_cW
-uNg<>uw8CW%aQ;įP=w9*kI(r '׾N LbA%gB_hyiWH hN̯@Y+^ljᓟb$t
- dm^3r0\I9Oځ5q61 *,"0
-〰"|?͸ERM;1nqFM_J6[x1MNY\W`̊17Rݍ,WJ[Do/|:CSKUC)IkG/ZU: f]<{ݏ3}>)@LH[)K?<>rpPR/;$/ lR7
-VzIDUί"$nq| V`-sy.]Ȑǽil<jя
-Aae^'f2% =p I0ae8obst;B EX;t+9ϑC`1F>9&C^͂UUXm^Md_4;!#3A1iCLRѮ}&18dcߴl#5KЀL.qoy0`yJSŷ{+m]ީEǼK.3ceKv46C:}<Ib ~ v%mX izNeFA461*5Oqcaic2(6(/NV,Y\~=zL;p "yFXI0?LP812}
-"b8SL
-V&ӬZ'$KyߧPCO;&WwEt,k`oG!ʎS𣄁-j<Tf7waY )ƮP"CG ǴOMжFԯןA)NNhSSB$9:D˗Ӟl;\i;\ "34@ G9jbQ+ oKe"nmR"&ژ R>&㚃'*2`r }MnR#|$A*"p4Lɢ;%2_ruvt%A`шtB"n^TpY9~oY`;z".-^nh Ƀ-~nצn XRUIQ{%hh|φԨ9:i<Ss#'Eʝ}<.Ϲ6d/)L<l v{ӠAnKk k$$&e%8Olڢ)B KB]͠`lainvA*߂T+ XqА>fž2alxg!ɵ D@
-urk^)mr&N|DxpOh#b1*l-Q@ܹ*Ƀ ~A
-DNmMod1-<VW z:m1i<rۺ2z|nKO*P<coߦj- 9V_IV:T,y|x~DN/-t_}P<turw;rW? kFtĚ MY, Jזcz^/~%kR}X/G6%nlcn֌TM&nֱR^T)$`:YF7<_H^㨕uU_L^Zxtẻ<M~/7~-~G׮SEyG&t|iu
-I )cIFnIB)X/lKfpdRyPTpCVCRlߔOrW|Je
-G<k*-+N"Q9L3ei"^Ŏ1m3!F=~o!*'ň9ETr .PjB&@
-֎"!|vG
-ySjMFDfnyd g-Oi;CLsS:u>ͷuc _T $ֽTK_bsCֳgFJ.WT#-e FnYum # QB+(_VĄ;4SƬ|j+ v&{KuUUˉb<˓o{◛_!R֔yk d?Wu#r1DlSf uO輻{AfV@Ǖ R"U=qE`6f(v4Y^woŪGT|iR*>}eEq2&R*CFIq-Tr!SvfiZn0T I1.WЬ\9R|p@rIM~k^epN9g+ꂼQӖbWQvODK]`#hȃ5RZƶMM~Ir+}WʬTL)wiї;!Qw5uXݛYl.͘yGZiYBdJGn,ٖWyp\; e+9Ϯ&dZ u_# -/J_B"=\ rke2؍x֖͹w/nb N9S@L
-m1(]$}9e\IrAhrrGw2:K?"i>[ꯩ D)8(ȃ2]:~d h]HaVv`1ҿi=iVpz61vg
-ː@[rMCS`bݪ螥sVO];Q{4B]Efqn|̙dP@X[M2lՀQCND !r_cB;"+0 !%QBȯtJKNQ$4_~ q)ĞYLza
-_ryhUs"/N% 'K)dD_Y4(8
-oY;mk.%t4=^x(iޕQ_rKAlghw݀f:jV/ND߀r85=u&}8I7xg6/f|`p}Ee:icG#FCg#`a
-
-%^폧 iZ>X<A)ۍI0|>݀I
-(4mxf oov"Wys4Y0 CAO|NV#zxq;դʼn'X8ulڙ{_:X3J̓tAlp[At<{`MĪŢ̎vmӿ)R6Y
-@SQ`=d*[} p߃_-Լzikadz~5!R`XJpZ1+V
-k[\ףKgrT]~h=nJy %4Ԋp'>&\W֢Uxm|"{')BO;1[M73H~j8f=Z]}ۈvo_SD7Ik]|Si;zs["_ND%)B5=fe{P5!jB[%-a&[x@S"%Su
-Hs nFx޳t1ڈ
-(H~Hi<#HK=ڐh&^.?N)uT͈_MYor$!ыx\ !r[rE>^a8;}.7Q`gRQӼp]AJUy9ZRƚ7ҝqy nE~-ZtOzAO:YEJ*I'oO+ 
-9 4o,ױE\ S7?.9R^ueZ'q (CHtvo$1'@v]D oQw]뛻X%μ~tKR
-Yls$ d>W{ Q=yM{'Cϯ+n6XmrHl޳ƻvQ IͦBw?rfݰG(95*wQKo㼒#)`5&va<'1'CMӇ<88@/5 f+ <TfR >F!Y@q>cv rG/$NK>B8KLwmmӟOl9<9*{)qIܭۡ!n\bA(pW?2i"y~y9c
- h{=,V
-`VI5|o(`bI@شzMkg6xưVP|= "v-B:$58Kܣɝ u5bg+⾭oh 10B0-GEn3malbQIѢ2=E`j8IsJ~m,hW'd Ƈ<X:cFҚj?ѼdK!\_czܘ϶+hnH3+ 젌-|Q 3%4'][קt \7T ,r8#h:kU-km;SR[.?m523c| y (ZjDlrCjG~پ%-g¤YPujV[ O^Ia)0Xj`{NZ{M`ќ.XrɖNq/ iҝWrp_aB="yW-/ Jun4RF0A[#%&QRBcn~$}냄 `?} ;q0ZyՄso=<?߄$P(r@B,ysO
-q
- ԅ]œ)HVV3׈ z$B5YO6&
-@hycc5(s!F2/բ Ϛt)7!4T5~&.|J,jO|Wt0j{2iX{jkZ͸kK"H+
-endstream
-endobj
-1193 0 obj
-<<
-/Type /FontDescriptor
-/FontName /AHPNOF+LMRoman8-Bold
-/Flags 4
-/FontBBox [-519 -307 1704 1136]
-/Ascent 701
-/CapHeight 701
-/Descent -194
-/ItalicAngle 0
-/StemV 122
-/XHeight 444
-/CharSet (/A)
-/FontFile 1192 0 R
->>
-endobj
-1194 0 obj
-<<
-/Length1 1662
-/Length2 5638
-/Length3 0
-/Length 6730
-/Filter /FlateDecode
->>
-stream
-xڵTuXm&Diz) c  J"t R*t;vl+b30TGAՑH5B" Ae$^ $Nť10$B
-st\t,h!.H/
- {yy 9z1BH7>'B\
-['0w
-!0Pb4`ۆBy
-qA@h@)\uMnOUC@0# *! Q(1+ Q Ot{o
-N=Mqqz sqDnW͉׺BqW6_Rn#*~Mbc>@`ɣG)%
-SGNcɰTb]q`<'l㇒F ocZGO%Zjɦ(W:ϐƦGmIS\*5H.'Ԥ ھy3X|?.]o|>RE9}|5#s L=툴5UːҌk,9ιfR<]t 8x<{Pq~d8rPa;Sgp_pިֲZ_x\[3ʯp4U)
-6rfo@&Dv:/U )&{SW)sX_iUn.폵\?7؇<hlKx1!ޅַOЁSϗ_uVԅ
-C"6V)se[b95 gmFIIv1.%]$P4[ѫй\$琖{K<ğ.$-lZOTUbzlP34BF[,yA;,Ƒ|DP JWgҕ4pc"4XJ2B''D7(:r?{.ALq<_'nYY5gPu u!&i~R t12+}}MOF̧@s]\lTiހa  I- tdQ& [4DC؟Wu
-
-YIgŁ*T=#ORV/|3l3m.baTkıA,u0˘L'/?jA!wD߷G@zOR8VU>( VTۦ\F{l'LԚC%IH<A|2]jD?ա&ߋNd,G*Nu4㹓[Pnj9E[9&n47Ҏt%Ld4>97YPي!T3<#E"\,2-3kB!cn6Q+,(a(O9r>t^x $d%a1$ٞs|kxF6;7q-kN->n1-,v?X?qKq1˟EޚW2Ti׫GD*5t!4oIAng5Et-t&m(.*Iwh٢2SԜ|]q^n FIQ)eyYMG#LD";Ǽ]oK<~5ƸXL41d>j hs}~_?҈{<44<wj/NwD7NK؜Zƽ󢇱M !Uk49C[Jn!
-B5q|zVφڨUjO9|ݤ;NRF 9c24cN$nۃ?[] 7R~Y`K̋Xi>gUӽw4z21=Rz/8e q*:iIaWhu \až:̘IyޞR6򷁏w)zK-n;>IuHOTޯj'WN{̑fyF,oDFRn]!h&xe@}A;ΤPBݵ$14?nc[Gz(aHcnMY|u+$+C64{|xn``L6HZ>2A/,gdRGwEQ#dj vkmcގVMHYj!q8/敠+2:" 6M[<u7|&\{#vv)!mϽ
-TDnlMf%cEOKݔiJێ[vv5=F: %ZdeUmwW GA>߿|t(?Ns]$ӟy[_ b2߫Z,({z\4]64RgH*Ϻƨi ơD$mrWSO~Ɩ64y=3'+X$;;2BO%yW^wX+gI+_ȞY3w:0FB8x"ߙK
-V[ʵKLM~<qA!{ sؙ:c_,ݗ%-]~ڥxd1!'x_+^zޒ<kJзdw2d*)1O)->t?BM:U|#)X 貳l\<Gŝ Nc-A3Ո51jP(\CI=>}z[$}|t*YP J`퓀ܷ\oq#kĭ
-_s{H*SlW~ڎ!=[hJٓ9+/ToaNXE)~J4QhdҽzE<Zu7>4$%~ԅV.6ljp5@+%E"RcE CM|w[Oz+*9pRXb`977"62f޼ki
-6Yfxmf^|`0PM`<-FDp2 _޴V~JoIUPSάפ ^6j-(3NSWyb5Tə\#b>ZhtY 4LДkS}_ab)^rݓm y8=^s޷2њdvz.L6z/MkU/K =tZ%%N> m9y0kY(F3a<#WpSqJx
-c{l >DjfY)G8.nLUuj͈Z>frĵ6y4?i?ٙLocs0]dfW0sRG=} ~foz<q^!Fuik'}»YW CF^#c|BN\Qy ]*Ϙ7r iܢy?#BS}燿IRF` ۖD'[QwY n?יwSd"_ib. ?3S` 9>`$rYˋjO9kdѐm qؖ
-~[!!W#3IV7>6-:#z"2晋;&t|5fr@ypg7~Ex hg"KwB
-0i;ܰyGמU\aq|6ZJг0_vWuq'9uBܟ<[%x0R i$$Z_ `ﯞ@tAohbݍn#1m\F(vf!I7_qPe227|9G iIM0Vӭ/dQ`v>}BT㪇T%{˛ꝊR'=oXNMO) фӶEk[ijz(qZ )l(G]ҳ-&x>nF,yuD3M^UTob8?LQ3hF-iT]y{rFy_Ͻ p7WU݄Y$GEN%ONeϹ2),{=zPeR?$嘚qsq %YIj9Eh,7UAx5yØCdky>=kyXvע<J~:Gc'Fuo_|⥏|JL) fMHZ;:6sWݙ2^j ט#(dd i~F;ڂʭn7E.'ixoZcghb΀ y3ն:Ku])&PgPڽ2c% t~z%Ez@
-C;6LH0C6I3/yQ  FTdP|Z)\d\?߱ l:K@rs% z##$IsaD@W֏݉Rzl lo\9=&>
-endstream
-endobj
-1195 0 obj
-<<
-/Type /FontDescriptor
-/FontName /OMBWTA+LMRoman10-BoldItalic
-/Flags 4
-/FontBBox [-518 -307 1565 1147]
-/Ascent 700
-/CapHeight 700
-/Descent -194
-/ItalicAngle -14
-/StemV 96
-/XHeight 444
-/CharSet (/n)
-/FontFile 1194 0 R
->>
-endobj
-1196 0 obj
-<<
-/Length1 2428
-/Length2 5121
-/Length3 0
-/Length 6457
-/Filter /FlateDecode
->>
-stream
-xڵVy<T.K:Ț0c߳3}&05CTBEl$5[S,<{{?9s^{#"hnFݑx ULa08K/xXd$c
-$/
-CBbݑ$ qHG
-yqH )O E!zڵ֑x74L0Sh@ܑ^p
-
-`hpE'۞E"~Dn ?0PS2sG&i{)F$zD(4˞34nO63׳Rf)IH{ڻuMU
-I0~HD #C1ڃD}0y7¡O1?C!.'M* "8L @d$ʈl
-
-@ IL
-Pxnw'H"==w0o~LA_lB~SLw O@}0A2 ߁_~K?:ȕ{" DG~c%o/^`g}9R1_q Z]c~ke('#/@~(+OWL9X'@aD^L
-1g~2 {f,;Te-{+C#((T(H@8RND0EN
->
-+i7=SYs`r]F\Ρ/BN%5c9*.#`/ץxd[vc:Fv&%7B֩
-_؉[I'γ{}z\feG_1vp$-1|,t DaiÛ3ZPS\*9G_n3H
-%D~7:Օflf|T%\}~}ky#{whuZUzI\g 0&% '&)sqin HllUz̾
-L[1>*:&-V<ȓJ |.TJ4{3CQL"i,{\ vY^tK].a=
-$bILٖ<$}RTӌʇ[* f-dƆ8!,n;F=4ڞz<bL_8836MIc
-~dnopEV]E7K_oh7fu O#N K
-ת{>&Zg z:]Mtvd
-;W&64ТUL.ѥr fA l}, /'[Kϕ?XJ 'yuBRfu)dBHoKkқX1΀{yw`R׿t'Y ZLx6_'%]nnqDtɹ2uZM>=<|IJkm҃̕tԅ*Nt5NDDh<VM*Z\B)oQv޴lzwJ]c7-c{<F tTپg о={3-4pQpgx?G)LlY"Է'=j+ߋ[}XVAۡTސF+NQ$/fQ_x+Ծ{amn
-'^4R-Ao|ub_$^ݚGd(^dDʉ-7><sl@lTg@LsS`ϕj,zfN]tnJ*px<T2gIDǽLw|jHmɩ20o1?g|91eOJ
-Q0տQOr2m;=*/CSBW2/ȵsb3|/4HśDd*3O=i\@wϸ
-”S4ӏ^9u줃oL=]Ϭ#&&;ОJ6=~li?k\VH/.{*ijF[1b7EuU372`T~6WurB9P Ua-G̈ѹ5S{N)[2]Zu? ՠna>˗?peVxfxD RȦ{UuKys[^X雅Ӣ`(]bRYH+G*dO5%EWh/Z'6y؊:~R37g4ihy|O5d(ZPvyUP2ip3ZN›^xJYiĉg6[ohNۚ͞fvl/ Ֆt ae
-m&Y|J@J<PFXЎUuS#1nmvIgh ~\Q+<턗֮kUC98NO`#NbEh,xğ5WֺĕsW)FEz@fܻV'XY7na?Z=|(X˛9eúy]0UvPQTqp^YƷvCV倄^O=YWmtcYp#@|zgJmu;uMWKRbͬoGL*{u'!1a'#[tc^#J9vc|FXmZc֛^.FE7 K+ktgK 8+w1`kEU;c
- p`:@W۟
-HMަ]-]̊\) !!JO$]QvyE_[D+NB]3CN{3\CıC<R&Qd)
-濌j<M
-ѳKKX[v\c'uYz*XT,7jn|H"4mL;@勵nupbeG߫$,GsL)]WesQfNmxu/d SWY].QWNL&$s[?vkE`Nk|G#2nȪ.[࣭Xy D$9CF1šHl݆A>7WHXߧZgEX굞xW,d{+eZ̭t<Uzsaz&UFܻܡPb{Zc{Cvf/ϓ)Xbzź,ا(h2f|Vݘ#_BU PtdcķkK%&
-a%mez "V4y/>sƃV?`uw3,d].e]@~.{SjYHjMH~YY08_Jo;Q; ,45FGa
-g 8vk>]Y|Y&5`[s-o[ᰪ}RI<y+951* ]8D*IN47_=9QYh'DܡD,ct׊ywkAd=qf{n;/-_
-ҠeITUloKɥCKu0 l[x{V4~4b8{# \*͓hr|*+O<Ygygݨ^E?d. .1o@EFS$_`'APr]1Ύ㦐&"1J:܈rwSM rɗO%#DPN~a_G[4&d~6i{}apJ Hڶ'Aw|A6c.3a$"]h[oUOT#
-KyܹٗKdj lӯS@ZlFL:7/l ظxKAXAH|oo1dq4+qY{tafҾPC =b'.\܁Rtz6U%dy<E=Nf tiځN)NVɏ&-)=ra*nP[pS ^W-k|j#c¨G*Fx| W\-,(
-.S$roa#,}Aft\S*u#?(:?'>ZĉXdUdIkꅎ:is:;<~ {¢iJv=0gM{UY`-Q5D1븒~/Ŭ򼎊έ wl"zs6}{ /V$=cHT<N4,Lt-%
-K#L]&HsՃù4%An|EFC=buhlw8e5xe{Sâ1'S]`^및e*Xq )
-f`bd OO2~qp<Z|سj\+)&oݾ5S _hsnȽF@A ]RM. Gދ9EvohѬ([7?ROT9t7$kc  6eAGS?ܝZ<|I9Աg k-ΎNDqL
-endstream
-endobj
-1197 0 obj
-<<
-/Type /FontDescriptor
-/FontName /BAOSFP+LMMathExtension10-Regular
-/Flags 4
-/FontBBox [-24 -2960 1454 772]
-/Ascent 40
-/CapHeight 0
-/Descent -600
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/bracketleftBigg/bracketleftbigg/bracketrightBigg/bracketrightbigg/integraldisplay/parenleftBig/parenleftbig/parenleftbigg/parenleftbt/parenleftex/parenlefttp/parenrightBig/parenrightbig/parenrightbigg/parenrightbt/parenrightex/parenrighttp/productdisplay/producttext/radicalBigg/radicalbig/radicalbigg/radicalbt/radicaltp/radicalvertex/slashbigg/summationdisplay/summationtext/vextendsingle)
-/FontFile 1196 0 R
->>
-endobj
-1198 0 obj
-<<
-/Length1 2497
-/Length2 11777
-/Length3 0
-/Length 13250
-/Filter /FlateDecode
->>
-stream
-xڵwuX6tHwwww4 0CKH7)!-"]\w5{^{Wj`s &
-5 ;JA
-fv`W;P{@
-0-$\\r(K4.Vfhk+fWol +OD
-d|bf 2eqyiM-f%92+qdxB~[?R
- #Z-V͉U
-=xA- B B+4s0+4xV>StK OP6N@/(%'_'_!}p B tOt傆w7s'PA!fnI`jspA9@\@fOO4hx W&hX%]t>lcM  ]@٠,;T}$s7-!a
-Җ\q<g_~k<Eu1L(<s ](zEmc-X̜7tY <*/ {BZͲޡ}ujE%sb[e f;Jz9k8INJz;{wWaE%BҷxE-js܍%"Հ޷_Vh3qC>YY4b6O<lNrF f9fh>t]QL_SaS?d|bDPL.iG6ɞ(_Z`SX{Bs*=A'
-L'mȑXs]$hRjӤp<E;[)p0 ofb`+`(B>ۢj{xmw
-(΢~ӳ4K[pӷqӧu=AhE.6ELs<k}eWcOyp|JYIgv'Tǥxe_ȸ;btR gL L)7SĎ YrR,Ka~!*eoĿ 8@ _ɗ %.GVEbN6G^A4W*7QKaZ3Rz2VU&–ko+"0
-EY7ӳ4x( <njŢ֥Dd  ѹw8N%
-C
-Y1鵦.oSznxxsj9_߲,ؙ^b+kŠ +OA-kŏLѰ͎mX/ p_g>p[}-TH:ߵϾb?D'պn[fu>qm:N 1_|*G%c0RN΢%8\%M-I !R#q[x(w
-"|unhBP1Ȏ1 $ adn%Q\&]P\wZHK3:^wŨ
-Oe7 cVgWFw%m\PBs]F~9MAHZ '?nTlvTWXВ.|nn.NOH0{.0xUᔤn2q%"v ._T[n{~R=昆DhM]M{'y
-c%A t ?<u#竁$KP9ELrߨX)ѨHEo46ޖ酑Le(jVLn{k!Itތ0ڣwCqʙS{ե@\?2ђeFna|BȌYIF`|~;C^Tc0TeǷ)XzCKZ0Ͻ~0FݧgDcaU, VDWF#rw|ş{运s KLṅTڐOI R !ߡ/$&F_Y}Nl"+UV/|mOзQ<qFebM:?^ߙ2:G^ɺLY 9:
-S/ʔ`w?i}x/I>*!7+^Ϧ*Dڜa$=ٽrF^ yN@sR;:-f:ai mPnCM E vڬ?QCE89Im5Tb10Nwh߿IlB[Ɇ;oH`?x;yyrU>`eG)|.)ap{A#Y2iNyKwRԾ8V aގn;huV[&_oRƄs_?
-/(h~'WP<%[ƿEd?Oȝ=qr u9QY0eadݢKfvH׫Ըk,ܣ`kqys[UH5ݲJߢ< yY>͈SAfӋMI1Ly-sU\lw2_叱d#HަXx UftK2EK]2A{5|jstd=Nzg_^ $}y&,2.*TJ;ؼU>R!â3-Q/%e4):I B &H`_=O7 թ'BeԐ0<UCcrvҁ|}2hpAK#[^[Ul<Q\b@/ڥ]C_۳g;粧ͩHANAEBrg5\wDlki_#MjśpYw}wۊ/(VT
-:v_i~gl­md 㙿/-0^*My9xFnԶbJzD#6<[Yh)i@MN9ł"b 5V_|%ѝs8AX*]q`o]㜮^.|C>BbM9”(s\fjفs
-㕄^6G|Y`QgN 2Bi+<W?* 'P1m^<uv:RiR){Y ԥ>s5[8vS,+IrY/Z s'x ig^1`I` !#W l]ª:dXM/sJ2W$#z<%&%йDt]@f;}*ׁKۅ@'iFJ#Y*HUs"ɷy#d=ƪQk
-voM&J8NAM[c:qxއ
-ba ^/ݩ`}n*@+Ưzm}Ei6|<?ĸ_@6k. Y0~HlO}ǀi'ʠN@=*%v=A,z}=&)5Cft kpIh[6syibRstyy7#.џy95/ʧ h<v<x~6j"_kUfLKV;HGI Ψ΀ű !q X`.[im]aT,0tEcMLpBr9hAgi@zk2AV*,1LV0cn<ng? >&./"樼Sƙ/'%f<
-/l汤c'74O
-NErf$OdO!C֋ ,\|ıX|_s;\6%/bmNWH+ɫ<!{+$L)@d'Gkx]5H>D8⛕9֎<~`[s`
-q_C#ETK۽~ΖY0K/My 2g75X߃e>d MSi)`ב s(KmE/$&ag͛n%{(/m(sYAjmqjܽGpsȳߓw_Ծд{o
-Gjm78ǡf(>'')Mبތ5o%88Iop%'qy]ڐȝBa E [HZ<GuWJ҆ Ge՗ 8fRsvBV2 ,v
-C}!8 PDit٪ꆸD&W OzȽ8.VF^E4|DP`n|W?J~ rPj%l0`oaM@4C:|Gfmubtq?DdMԿBU$ ~'į6aMFay[wГ"?_M(>k .y '칻` lT^.5?
-TKtbͰ@e83gMo.]wq5>Gaӛ\8fjyo:kټNU|-ӨۑΦ$eq8
-RsEtYߪ*
- 9%"lZǽhgۻJsp"Duez9멜`IzwF;zT- MGi=ɸWpΈI>+b<S5:]"* Xr*SHm?>3Yk` 6<cMSQo5m*1c0j跼>%SPn
-Pt8}-^ o~w9H=hw9JBXah-oݸ@͔oo`murKč07OPb88wZasw-6Q,E#b~$u35K Ϡ,քiF}I*8u܉$a䨋w.{zsKKעx[[-H<GRt`dw3|Y;5i{PHI}}P| x4yLFի4>&X n¹vSus2͛m cS9d
-
-GXe;\1n6 %NyxXB~5yZ/3j,+c]x=,@҃#U rC5"LTYh´"Zchp`2g4.j`m#q&Uj`rvݹl" >$GˑPvBSc)v:[ͩ4#d$" ~\?<}`k3u=vS&̩554Y{Qˇ'?
-Yq,Qg6yRkցG"SIeEҞr%"52n.Q"n[޼
-8严7] cҾ>~f m=+;}AV{A̭FUUS*!$N+`9[Wz/w^?6! 3m zx!=anAnּp ͬ`8fSþ8DC=d
-4r4B(..U{uN>KA!VRAҘA`ϞOdeЯ
-Fوyf3Dc*#sܢ߽XwR[[r}F)[*LEhi+~ٔ@&,,6zvϷp]==7 s]^ud-U6ȹ78WF!MeTJ\L4
-ɻRd/oٳs2ZEprh29Ď%iԮ^[{S>e[2pqc?D/v*ĵ1Fy.8˄]VND
-`g'bdǜqp[o.B,DOK2lǺNR_ɠJiޫ)mzxGl vhz@'rۦbO:֝PK9;
-T䜼; by-ox}I \j_e%`r-Y>$
-Q k,>,߅_~ȽqQ~95Vi' ;gq⠲&9I8RdܬrC1tT"y9Uc# dD9!VץWFٕ,KDZӫ~*
-cL,[}̚z˭™U"EЭ Ͱ"D\i#%m`=LWxX|T+9($<>$'C.@.wM6~'j3 1wl=cZuhf}(k mz׫|pJa@[q:NU#^ox_0Vb c,D^? 7y]/yezWHw+w[Tgf h & ..Rf?+xi=#Ao%Y&Xl")1=((_+htiBaqWy
-ná]w5o|b"RU$v+>=^goHQ[S2DQN& v<#jY5eygr@edORZ /ty!_Ph{T^SpL?kK z'\U^*/6;Ysar䘺207oR4>6c9DD굨D H]Y
-"h
-m=.S
-H ZZΧ ~P_o-vӳ
-aG ri?8 'vq+g>ĉhkӬwY݃*+ ,)k'
-^-u0|T\#.C%*1Е3ڤJ"32U0[ A0'Yc7sf\zRXOQ#a5&|l#k Ç\ TV1Ua3Lj]~^
-Xd~?wx)p,y0F*-tMBoD.sdzQ$0Pd~,%LP&xXi1Bv~ Zb3 J0-ALp.h<0/YDJo}w\8k8s=>Hs3orGZW|XxXrɃX9n,rgVis[2nUO]H8{ߑ=V ɥ4}j!q&䐺t܊x B o4yG4IZ"ٻdt3uDS ~{KQZv}=p1.7) |}.Vhl{ӑrG^Bnt-l:d8;8ͩwD0njZ"6#=|@8o|_W27 ND
-_WD B
-GCٱ"z'TNj!%Qb2c#O{@/$^܊L−D42W_d~0"^˂XϵN{mtCƉMC"qiqwgB^tUMtLw4< Biǥ,c3LRc4<*[h`9{!0iZm_{􏑻j7Op[pGN^iZufl -t0~[SGr4 /;pcFFUK5B ";#FGװ0!7Pkp[߹Q+Iy,BgӘm_">>%ugOvdAF}|N5i)R!FQןV-J{^鉊ZZދT@ׂAJ<E:Sfikx{r#VQ]T \C, jC< Ygm H\Ɣ66}zn6L:
-ïa' L*5!FRqM!X}3Z'_ӽ}Jv;_@Pl(nDbX (D`'eKA T2mEG83ͽ _xjI"el(!(Ah5s|ط,s h3"`A*]Q&YiwCPCs`zs7VK<L ʦX&tu9Yb>t>9* shK{U
--T*E%%fnхVcLۺl.mwNfo5.1M J> =`X8AaVS'0pm}E$%m>+NmU/)\B. +g!)nc\Tjm(:%:
-VƤSajaJpӺ؁'i캽|SZЊSUaEkO:c$5tXz+S:&'bդosoFθQiaȬC2#B\<Q>u Q cc>Otz-ByLIc\/P՚"} 2pd) +Diq؄3ʳDfpo,Ew"Vr Typ,'i7ot{ҢY(}=r+V^' jCm@DsYgɜRY6&~e{l< y(g& tsFԩ\…Ya">FI&J&Hݞh6Mwʹg(G۟8F.?T2}DO8 klx}u8;uw]`5oЄ5QlaM/h$d:-"@"=Nvͦr3(Tޠ2w(f4vcu_&ͫ;Te*bs>.
-aUWLZu\ah/5^o虖)W_Q;&)^^嫀)K N"u3
-endstream
-endobj
-1199 0 obj
-<<
-/Type /FontDescriptor
-/FontName /JDQVSO+LMMathItalic10-Regular
-/Flags 4
-/FontBBox [-32 -250 1048 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 60
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/N/R/T/V/X/Y/a/alpha/b/beta/c/comma/d/e/epsilon/f/g/gamma/greater/h/j/k/l/lambda/less/m/n/nu/p/period/phi/pi/q/r/rho1/s/slash/t/tau/theta/triangleright/v/x/y/z/zeta)
-/FontFile 1198 0 R
->>
-endobj
-1200 0 obj
-<<
-/Length1 1670
-/Length2 2078
-/Length3 0
-/Length 3118
-/Filter /FlateDecode
->>
-stream
-xڵTy<TkO27Bu+[O#!f)5QZ3f2sΘ9r+E *IJ)"[n,E%D7T$궼Ϝ3o>{LfI >FbA"R!T 0B
-ETrʂR>P$JT C(>N'& 0E<ê$wt)ēp;0LUS<0C!$e0!@ L!klB&S`}ui3,@R|b͏案\$a azDȐtwcsHL\{ d,Vc2*!|T"A *\E8M* TD@#+."
-Q_Rp-
-x}Wxx|jC=
-8/Z0"dO,Ea oÕaz+boH+?C8
-[Py2 $'Ba )Wb Abh6dհ41hV5@Ʌkr93qZ~Ž
-9,b,gq.X7EHH&T\Vt:áC2bx
-*@#Ѩl1sHnoZCk6&Ce">~gBWPqp;|&d]3A$+: k{`G!7|y igZ5
-6ɡ5u牑5rjll3J/sd.3 U:VS 8n3%1x@H,>pxkjVTml&h3s׮j<+̹IN#ɚ[߮M
--H7gջ(kp >P1Owl0Qysx~򏴗za TU:ˢdik C_ON%L3W^iyc+hY=X5x:s9uni^<=iZyYw YpJ3qs%O2:v1y}D\۠j,>sգ=̯Ӏ=|eǞuy\œDnJJ˘/w~l˽]|l|Wv=6< QdaK4„?
-޽In*Cƒ4E⿥ssłSe˟H F7}{f%eQS]~/_&oO7"IPAz|ƿNۊlM| L7G7+K:?UVe?olEfd .6Z|]7:w[/o?I3y9e,yZ-Oi!ORXe)5gF*ּflN
->?0nɊ\8H|$iݐYKy`G9TX.x-H\~w,YYk9G!9 pk _)v]>oCA['T/V \X!fW&pSVnIJ-y|E$ -c y}5t$yktt 5'n 꽨p) >;O9%#SX]f~yƶZIm/^
-< &y1wnh$,ntz봤`|?2/xSYq>v:MS}M麉p| }tw첮"N<'+}] {j Vٮ*k)[k/86\#nһsStH-}r(}tOKcʜ*Is/qv7{vZ[؃ _48yҚzSӥEaג,C7%w^r)ܔa
-#5S+;WJ5#@gkS/ Ջ);6yv1<ۃ̞+;,ۯgW!ĺ[iJ
-cֶbǴdU]9v=_y~367X*٠?D.
-endstream
-endobj
-1201 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KAZMTL+LMMathItalic5-Regular
-/Flags 4
-/FontBBox [0 -250 1349 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 84
-/XHeight 431
-/CharSet (/n)
-/FontFile 1200 0 R
->>
-endobj
-1202 0 obj
-<<
-/Length1 2014
-/Length2 6043
-/Length3 0
-/Length 7283
-/Filter /FlateDecode
->>
-stream
-xڵuw<!ǖ8{dウpNs8{eB!+!Q6N
-%{{9|5>.sUFD `1ysA3 `q11:!( (.@q9 tc
- /D
- ?sBVzKwqwH5011
-E@<? 7?8 wj|$/8MWlix? xx*X$>?P &gwޯ%y8 n_໏Aۉ7?|_xD ~4 2@FJ,./_.qBƛU|rO5 JziDSíLweO :YrkhzϹڡ=40JS2p2^qMۂC]Qŝlnٻ~F!M0HZI6sӣKI.)wN%7H:ӭ)-CM>os8koTZ)E{.,&`KHi=ɩX
-n!q3nJ{?B}xLP%аPJƫi"0?sր 0jEx>'#\aٽC˕TyWHei6r(|A;(?I`q`gÌ2~Vu"UK(0UC ঒#BYτ]?Cʧ?,m/mJd7U.kdd4IБjRH
-Lɟk^!=m^ I&u U
-*P#Wh[(9[OC3?`AG{_55NTAY+omG,;D2`$TάxTL%,3b9}TgF}WerV/PY5DN^sTrP~̫m0ZߙQ'f5w[6ژ(]pi,sOrq'C)+bVC_#fTc|GTvLuixw"&a];'gDT9_Lmvi] ]i&N,{+ 8enX2eR]!n%q@gxlihdnEGC~$N5~NߙMސ
-Vp\|bQIY1]а/6c[g'u/vd_ '3zIEA\hpcPv-2<T `wj['tzN3|Aݟ66uDJi\Gd9l'l0[p
-/U`uYC}YL%Q3YsDB2޾)T^!3j({| B =;f{858Gns
-!;QG^.?.d&k r{;\sϲn
-
-1- W YQ~a:Fiv^"IW=QKhHXoz1qM'/WG} ( k⁒z`#'oWHN@ߡC!V
-GKY櫮Ȩx KYuN2lFQB͠0g$M|,pd`\\\l>/*^(R+5w?MHyǹ?DV}]f*SW"C-ηӅɩRF&D/8WR<N5E:>lst\.C8%D.hvhP䓃Vjd
-^ F;B焧~%Q?eʈ[2|R"M1`kjkDž*k{.+{1kdמblO]
-H SdlAŚ X;AG\n=HP0br`v Dv|GiVp9mTH ##$Oh郝:]1Byʈ@龶/wՅA{% $ Fo8
- Gњzϗ7Zq+>hݭT۞Ot#}e{(0x
-u<<~~~0GϏ$x;
-٭T
-s$Qqf?jӏNêIy9O{,(õ& "SL;IkTkeޭfxj2
-Q_N[IWsQƊ2JJffjΏJ
-n504ԧohnh嗵>91F1!פvl
-s<goM olPU${\Gihjҙ Ҍ}_0KlfA3JfCXVS@P#%
-Tp7"l?oşWĽF.
-#YQC'|tXs|U[!?ONKWI'J tQ
-Re
-gYs*chBO~5)48]; c+$+>5;&[xWZuN@i_h${S%,v54c*VEnTeWZ$
->WQ^}׭ѻ(۞MEׅ<ZQEZ2mTܛ`Z6Y%.GD;|94I,QB$ ~n#`_8TCm|O+J?=*Xj +[^w\:0<yV%/ը
-G#?}&9 &npпKev0jlLyluU Ŭ Nw-oD8$M4l@PuTD^:8x*\3Nj-'tņ4lCB_f6>xkyzbZju50ݛ)t)c6EDc|x^
-:[nAWnKF?cz|y}[h\K)puIB߹,~>ZKs&Qfq
-zT9cQc>NJI)8`Aa'<Wr Eeq&9ѿ4{3fyJcC!ARy-́ouQ{y'u
-ߔgf\% ^ HXeh='g d_L~zΗjceY&kqvQ{˓Tqtf
- DGZu{b[T2g>:\0Bj;00ܳH<h7d{Af:H(G*\0& Mĉ$NV{͏G3GOBiwJd5_hRx(J4cFy" q߹g<v{ʉqn[R&x@:^~I7ˍi&֒{w:&d!b>M[4.`!u)܍ BI 7'"p>g>IVy5J:fWtү2
-z/2:e84tAywդnH)tm 5X5n;Bʜ(Lqۻ1
-nM; ׇ?&hmq̔2M?XŇIlֆ=3+^u/pOw&9ώ\}>BxAb
-endstream
-endobj
-1203 0 obj
-<<
-/Type /FontDescriptor
-/FontName /RBQQKH+LMMathItalic7-Regular
-/Flags 4
-/FontBBox [-1 -250 1171 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 72
-/XHeight 431
-/CharSet (/C/N/S/alpha/b/comma/e/i/j/k/m/n/p/period/pi/q/r/s/slash/t/v/x/z)
-/FontFile 1202 0 R
->>
-endobj
-1204 0 obj
-<<
-/Length1 1701
-/Length2 2008
-/Length3 0
-/Length 3063
-/Filter /FlateDecode
->>
-stream
-xڵU{<"ImMS2r$==l#t
-J"!)R92ɩtP)DJgSza!ӃhA!;F9pvqaA(Kg C0K ($1@C,,2S4x@"Bb!1H,HDz,łHPb K!LJ!},E T^ÄHWg[#H%!|9B D@A p:Aw
-@
-f} (@ B7r3En!"e $P4 a/\TEG}~,>$ NQ"l܌!,=* &}ld9,#3g~e&0XBH_y1% ";0HZ,>Ďq|4N}@HYF261{&$]K|ņ<!*\ÐCdwwW"*&VX̊ch iE($A
-CglJd+i|e
-_WFS>
-)JS=P19؅M1?b1#
-f>_~m|mmDD
-5,1~mtbC3xߕ ,V5\:=b%cԤzȢ'jNܕCh˙XXSuXZ,9C?h*y0ЍORlx<?|{=ZKm0*!=+o~0I3y꓂*JC:)N7<23~1OoQ,)c34+اs}Iv Ef:]8f v:UY7m$͋ۯ.|{aOu 3 +3xG}U^]0mkݱLrzOdZ`Y}HRϸOo+<3fOU\-:^[m\g# !@+zd|?WTpG~;a}ɲ>#wvA^ݱ(Ƕׯ6߼ߣQV6rż[C}oqS/vP:ԍ y rjkq&E#JGM*Q:؆`:ѽrT2_Ջ[ez7U=pO3aپnz6eٱhhזwqTZ;+mCu8yw|[E͚Pcsb?4JO( zg^]'\|0 wo冏F6mS}[e:li) |IKt5)?&^mpOVrIxMiSj[eŇW5[_MgPN$`A6՛̸<O[9fqPהƻx/;]j{c(9qWms𑘖ESVWvq@Hw71{{Mb8>3#mcəv/$otM-K$kըƅ6PNvnq󎣱s7E.9z1*'gQ~!L4bYe}-z}W G e=gT{]zʮtW$LRk*A4mYاs=p ձ"Cu>pi1: bH+)nN˅e7}4ϕN~^]86@;{76|Uʴ{Cl+h56|\FF-~\,pwpm2SSҵ?h[V;( I]$z=)^geC+w)BZoV;s[Iu*rn. /r4<]é_Q۟ar{mŋלG{"~_9{Pi>im+wZ5Q\k.F[/Esn[;Y&$F;*M:HXkIzOdasWǠ5bk@OK0zssSymI>3)ɳՋghkۯʚտ-Hj>t=;1 DeZJUf&(AnIrﴸ{upL1FmjCŊMNϑ={|pK2Q` ˆٷ3}!3Wk NJ 78Q8/E \;֢׉Z4jISk&Ơic]*ZjިǶ@iIAތPS'KV|~?銈>qAH`icT-sCJ[>e&6ݥ]~2DIEKCLս_[N]Wġ"tO}M!cYDI-3pN{{i.[]GǴw0ޚv"‡?E
-endstream
-endobj
-1205 0 obj
-<<
-/Type /FontDescriptor
-/FontName /ISRRCW+LMMathItalic8-Regular
-/Flags 4
-/FontBBox [-24 -250 1110 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 72
-/XHeight 431
-/CharSet (/A/B/C)
-/FontFile 1204 0 R
->>
-endobj
-1206 0 obj
-<<
-/Length1 3160
-/Length2 36614
-/Length3 0
-/Length 38305
-/Filter /FlateDecode
->>
-stream
-xڴeT5CnABh-h84n݃;ݝ
-" +{ZF:.<RϊVh`g `c``A$#ٛ>
-ڂ
-"v556W_ނt
-4
- s!p`
-U9} 3ӍN02bL
-g(C"m\MƆ|kMm[@&se
-=>$漂b{q#d qX3*mV if-6*Ե6R1soŏk: e}%}[䨤'DeNm oH˙3e.rkg2sq"i6uNUeO}֢C9;Y=5('-S!XQhЩ^u! LERyKZU:opAg475S>qm$׈@P)ۊrSo< FVPve y`ka;㡰 73|~NMIsK'=MBfOCDX~^g"M"U\mtlh8&ޖm_a!Qй'Ԭ~=.0TMp}]?ݜ/zv5
-1tȵW&0W@o~H(%_]
-Ri#0 Up/Qe&\US[v*
-#NV6KѮ9uL&iݒ
-ghd҇NSvRfShV,$GƄ[?k,cGۥ\>`u01D
-5[ۛ)]0u4L4
-F_)-53Xt(VgOP4=eKP6 AL?ͨkqwJ#ȥ#9!V?Dd:E8Gf693G}i>^+ElHev&k`0gis}/|)I|/:PADBnլiA5.ŹSp/m恄JP1mGMO8C64Ǯ
-sՌnt=<`_=Y-ۊ:8JOL NoJwϞ,Rx^@{ AnsPq,
-^^S2|C"q|$j$ 9hw4-7i2o:V^ dsF
-|brD.t9YK䊏LM:UifڵgpҟWjz]M(pٛ=FA9'
-B;ٱm3B!bL:z$W=߫Iryūqb>"YB".
-wj֣6Bhlj6E{=ﱫJ]4vk5ERI$|^pW+K>)2=-cg}ڲ@sW@<5F|*8%l:@4EIG ҝttFGm3
-Ph&ˆDl
-zZGqfNaU)k٪˲W@#jQ'y /P_`Stz`3 ߆qM<9*Iy}YTJխ'* 3+s7`xo٭`e=i,IÉpD>Pe^ lT=u#L`+nrNS-O6 ,'?Ts|a{Egǽ֨:OݤlÞJ
-d[W߬&"4Sx@2ooS]|䇱v.Huh[UiT} ǩ\~Iٴa=0ChSg#qLkX%jL9G6be)xvBk=>VaZ))!Z(r[ζ]J܋κw/MdW+dJr-c,DƋSAɂxڦwVH
-r-S*X1Y`?HmZRloW3T/P֯G /ı&O+?J6L})ݞ6Z^f)O+; "Nalf]`_B+l]T)~VI4ZSgw3b7Dj;
-^&.JNر<$۶nޘUvD 2*7'l<:U7?-$q#.mvmMҿR.Ͱs]E9\!,3(iUdnބ- ȯ u=65pw7dHPvF@c-AalV)C
-H+^RWI_VᾒZ X(mM}ýECxA:xb+{$<UlgnH:{pTIM{_gF &aHPuj-)b҇%|̓9 nmwj*녾-lILX+BA梻Cap_TC?5yG+;w+@%(I
-wPIJʹatP^˸ҡG/j@Z7ߗXۣ[&.hpT0MCpP<_3CB%R*mo ;kkbMbJVH4P\1 ^L<["?pj9\AL+"?'{*Y~%s]:3
-84'<}o/y/L2"UE)7/SYȁut5H\ ]9El”W֬ލpe ۟LxM~fG[E=ڙ\l ձ*$GM'=jCI@wu|R@hkG 3A,5b!f754Rtg!2^AJ<PXh㟚+
-Jcn!c@|:|t{„g
-ˠd-~>x{Iܤ CF o>͸ǚApКꓽ!A"e sBx9{ RrUMK'`(Φ;O&p\ף*_-^*W?`6u#J_h̕L6/|Yh:R(R2RhOȆkڵJ#LYZU 6%|A p+#ʲ2?7Ѵ)(3ZL0g J;Q}O9*/^Ӕ"x$_nE8\K3'u~?Q\R1=O>'yK}mۋFonOQ(Ae|U ف iO\WaUxr_q¤1^Jfy"+\8܍`DaJ<OM~ 'W%4Q%qҊFwg$1׮lI)_-M2|Jr.{ 19::4U@)4
-Vt-pU雨
-Y`Nhq! |BMM؁G3S%i`Q?_y ,d˸AuQ\QdZʲ
-ƓҵeQLAB_$#CzQSfxUR2.#78-}7Edh^1m% ׶[[;fSaϫ6(Qr <lS8Ю} q
-,aL2Aݗz+Tp^U(篬4h͠ 4bJ in TQJ\R!V!dMA</fd}ȥ}{8[ց5[ɓ!$ vp \y2hPV|wDR༸<g%+CƇՎy($A窭bQrȞ3W=Dj)%i;4O9QK&1ٞ68UWòe/.|1l#}S qg5@KYfۜj[Ll#4 OE<[-GRPƟkMYrR Wk?̉fLovh"󴆅Re21pMFP#tPbͳe>_kC-+{}ZD@#: 8,U * AA])\D^d텅 '=D)2;$tDԈQ>5#9XhKWytӦl
-m}gw^s+}I]mz,ƢU,v{/7#)Q3ڑ>];ήK~Yճg 2Eh*S?S/K\) h|:
-DVsf &\ {9RH{&Ky
-*CEΤbr)}tz>"Rk8N*"GL&Nvuj`_壐WѪ%k]$۽N 2D9nVWv0J^x
-G"M-&|E}+~0BfDv
-yL$9:NVI֒v0T;WYk̢S.8 ?Lh7% x/T>
-\<Pq8!y;:h;¢50H2a!&=Z> Kߎuyl~"ukzd6ߞxuwT &6~_Lx$x:9pFCYE7O[=7)
-9W\TiH*KSD~]LfD xk31:ZPc1.If} ѹ }1ďtXk)wq7))ې#GeOؾ垠@6MI:&?Oi')SV/C7 M[=զԺfgf<>-'/ zoۈ%ܾ,9UͿH /G~gƣWnTFH<Wl&c~I;'F$Hj-ga7rS/OF13+.VotOfE">lNpH(s+]6Bh;+U[4`p
-XwMҡw< CseaB4ru"^O4smŖ/v\7N$8oK-. *⢰Ⲏ<xceM[qI)oO>935ܩ!#iP+11$zM?#ΨjR+3ф[ u=8@ʲv1B}v< 0~H UbY~9Q,Z My~g9wOj #'4) q ,7UCEKWĤ<aF4GY<[T5[0QϹլđKUffNI-Z\^|q.p݁<eߣMY^l.񍯵^"lɡj(WFGKvpYsj[g(n >G4+&Kg%!O=.9իh04ҕ~#Y8!S6f䢙4U91Vfpl"Ǯz&ze89סn]}ǠeS~Te%}X8JfR BNKS؝S"A PIG6u<w*<3s1릠sZztNb>B猨}|: ϱRȝOA^--g7Xwi7"t-0WS^m;)``yɹ̗Ec5e9ʻdѡ &(p's{GYӔ9
-&t4egD `G-`xb%;T( VL_f"?JVxaGL#&MbVc1xwXשOx]Isc<
-?OLĊVJ.)[aId(HT&-/bTg&+G=~AtTzk8Mɗ3i7oXI}
- RnpζSxc7C˙7MMn1[pB#/&q.Mf"[;P#
-!cܧF(q*_z&uk Hv(Cf>]bҺYV2.ezOӆOckc̾->I 
-gw<h"h^3Y22/B0J5׉?3ݼq+!D?PPNnxd:HI&d)>A(735^-JFp߃(1ls𘎓1'qtc#^]w,fo0Zj} a{Fճůj&1,Uf
-屧QiU֬G9?6"jP{ l8hU%-ZoL$]XN5pl(uOh)^k1]fhSz놽IE}4Y0Kgt㕶< ;}<
-ͫ84r#TU+c)Nt(ԟWR;ja(0smz
-H
-^3U8ȦA46fT 緞Uĥ_CU'P
-›([N÷oF%#t} WII(^EbIB Ҫ"'%;[$^|j IOB3Yk>f`_>X\9x'!ܴ%Ϡ
-ӄo)@Z [
-VodCX9f^ٟ9c<^ )N=lp]YF悒Iڪ+n>XL*{TlARB:كeZLi)9_p0H˶Іdt^ŬvwBQBB:J)*Ijek`l*t|
-A9_߁ >|h!1 ęQte룄vN`(z 잙X>&R0WGvUM|鍭^.apK΄膒>6e}Ns$ܧ["tąp-N^{r8L[.n wq!ZWHpa͏" L\Ynپ5R0\y[d"?홢I;'*`|eZZ'8G^UkI:tv
-O΍7ҷf?Iw&_g]ks;$M|6z;0򁲪MMNHxAo%©43g;2dFGOd'6eSZz¬}cRJ
-%[ҽ}6i%[ QKHq%`VW1σ9{86}BER{ i*xSϤ7LΧVR#51V^
-ibJP^:f$".NRB
-rݛ ̝gͺSgm6ȐYu+)/qE w|B_XFe3&LعϜ",mG8}Yk^
-$&{t_;xٛ&>b=.܈.TݕsG_ CyN4Wr
-o%Кw?=w2ne~@3W%܍*F}r'Ha^5YK<yR]߇?cB]iY4 2w]<T1>^3)6%6+ԊRMQ5Ooa'EJNNٲ8np&;YR%^2
-"r›(%J;L5&ğ%(F)D(JݨOJ wH߯iUOGm{+- hT袵[Ώ-XxP&&fnpqLEːUHT||+I<<2nyX//".S(m\dMQ
-kPBzE)*¦NF̶zR,UK@DV.{`8w`|K'vb~u(qT`rxE%dO>)Lf.GdF$A"UI6BeyGD}q:yה-Jk\sֆSv~lvt1v7Z|VsZǝDb:u]U.>W1EL̽kTd5:baOyvAmSsϭI9] 7Si0;be٬8̄Nuif,s=_(Q-uL\gsS=Kh\Qv9Ȫ\pl fezb>fd97l>,)*:S#<R-veqP(W~Je)YUƱ1u@T4
-8u5炙:Pv=l,V : 1!nmz
-]>Im'
-n>I7F0?pϑH|{~@1zQ#b !=QQuޡK8 ,NoʷO9uR
-^^(W%f~O!r u46bTt [³ԩc5W9bKoĽ% /A=Ng3aWxeyI'cS3-ӜHcjg;eOBK'B?h^+9G'*,/fI",.}rEmh fYxôpITv Iþg҆"o1O*2YX[|lt
-l# 4
-#5g{o]5g3Q6%/08P&gsֺ&^|bѲac97)WT,zLuЭV={Tl)T5L7۟%e 49/wd'۬Vbv%"bkv]/"H;)3 .N_;j2|oR>|r8p
-]l1aMVAmG)i@eeQ]ǻP:dl8(ZgbpPl#o3q+WR!A]nG؇p5P.־Ϩzp+W幇.~%M1kxv%TNXy'0~JLFU\Q갏Ӳ,@J2\|Dnoc|8
-#z:
-HE}~!9q#NqvgX}"]dloûڛzrt>ɯh1 ,R(e$--*G")cLw- 2'c Ewsz<˲<l#HYt5:7(I}1eϥOBͥȪv [M.1+GIc(F:/(&9B܍v647"xʪCm:YPw\;xtjnG>4 |v-PԭkJT?+ž:ԃS"-uw~K%FeMiK|wvK8`dVB a 5rda2OodښTLiEiK, :f<DH/>V8,ظ-Qe۶m۶m۶m۶m۶]o/2u=\m>ɠrTq<Xfy hŀ䩃x斦w3qdW]OM3Y9߿X'0r]CuO(%3ĕtXL^^
-?]@\H6-&Z룁c+.Bq̕vof/=L
-9,}?ű(ST oA+9>Q7 3uhQ1Zqp%PTnm҈M肻ej uu#2ZD[}>kŎj
-뿡iFкi6Aa2 ٲVhM@`E\of帇/ٝ: <0[7*Gvghf5#B8Xlj}qeV[>HہFQΤ҂,!x}ty&|~O򈰦nx͠%JvXq$-,)qȅK Cḍ6~1XnL/}I!0ɦ |%l/"g8S9A(7{OA<5QD'#Yl'#->A̵ z<bWeve򇒇<[eG5h, x/En$'gmf<5"TvfqvӜӱDG֫?Wq<ɻR5Oms2 teLQ"3tṜb]Te*ֽwVWm8*gRHcq*
-c(u$rӦΒ%7d5fNt+]G ?Cwz&b
-RzEeÊoq\[Zܨi2?q|/NU4K`Ot#Zxers$ÞA]p.pfdYBZ{&qAV k6RjaRTVyJaN@|ǀݚ:j/ <uF H teVBePPь$\NwL9bp8RO].%SH>/!=:"
-*M+Qfݴ$b1ѽmci}.I;X>WN`3\qJB EsBPLz:bzdH;e]epW(RjaƹTbN),sUeN- d.
-)`Zsڠnϳ?Eq=#Y2` kY0ͲaYq`Wmz9"GnLql2v;8;xs3ҤlР#R1|7k Fpb%M؄-9C< X*y޷&x9g2ԅ)_N:n k=cWE8\bمeukJ-4'JV ,/M3zaWr'2UYW7hl13q\2gBcSCCq{~97ruWnZgA7p+i5,8MXUzk wlwH ae!7Ɏt&'+hܢ)R±w_㢪(B+Ms'cJB[qhw}w,^g-N6j.*b{TXXFy_ L?w0N>Ä\&Nʚq`?Oec:ԱMԇ%ëPgU&
-,#BiiMRhOD7=YG( ]kow}EN>id0fu S'7Kv?VQ>7. hOAy1''F2.7 {PKР8({vRF7oeK]N~оnESc@js511 RP  #Ctxҥkd~g"S5z JIyδ<d5ɝ >6$
-gW
-!' ƾèa$PQo1Ӑ mU3doLaraF::"s&c.֋8_jecչ
-&Amn?MGxNmuz>p*Wj>D<?D=Biw#IÑc[^8^U[ҹe'^L0##) +92ˑyX2rؒHȜ=ӭ%紨#Уܬރg鷵{ž
-
-ln!,S엕a=IZJh4.tlkY?7&LJɨLq.&w&9`h`UlgnmW 5d6+yLu[ڽ\n~m#}8[G4W~0s] gWBJ%c - ?a( W&6C?sE$:V/'Ka..ox eĽ^(%a ;+'hHt
-n/.evA6A f bp~ԅ]6z=dξi,UT/(tׅɡI*.
-̗a<$ŅC ,
-T8,_|?[kpyz(A;:~:唑'*HDkЍLFZX#G<dWW@>
- lE7O&Kog!etJe;]Nmͽ׷_G*ݨT}-l* 
-"VMp~{G8,w,X9
-8!qY?yWY(n23YK-#c K"lR#[3{C;BH4tQ09{`W2(:UO7-yIn֝YVA[H1jגԻm^GAӛ14vNwÙD4k63ەFŪ͋n*ZDz;<~7q
-ͫ/Dۋ(#~
-?'p:= TJ+'C t*w ۳yVʥAj9uȪ̼Ξ,5L"OW~hJ.}͐Vԉ'
- IQW 2vyNј` E;Rˆz(Lat X|1x"^l_v@7Pu[:ݍc2
-
-33,S"3Y7.] zs']ZA,_sBϕCeظJu}M3y_wK7gteIyo3NrP.q;Nzd 7Q3\%9
-FˣQsW4VPH8-i1+/7M)c~9ZNǿlFt<W<P^t캂Y?;T kŸWs]/@%7A׳D:z@`wYF<lۻңmbV7%6m&b5q^"*v&Y&?
-~?-{iq7*}: "&h"L
-/r)Uf]wo24&SV=*P#.=_lbXQpBu$I/c
-L`T2rA
-*)8uhd2uwy0@"$86@VzSP>j/Į9!ẐŮp
-ԑfni#w#ԙNs6e2]<ONEtBC.&*7O2JaoiBEhB 'H_c2;JV 'bЖZCz]hY68UA;On[cB |0hO4c Œ.ȍNsY,-bU+_-,}/;3n Xe.|P5kEjӉؿh4
-nu(4bPtTD]go~
- 4 I VpwhRy-Ńa76-? CAC$>2
-9ӶNqJm 1'<N;جcgFk$<1Xa0y"{:?Q4=wiM)=
-ßa> Jsk6c.(qW6@n 9Uh0}#(ۓ4?{0{? UO8vUo""${ @,2οVy}7\vϹ&@|N]Iߴj)QaYoM竭Zu}Us$HV{Z6s86K-ZH,E/"cI&3tIxFu"dSMрD61]8K۴D}_~*g~Wt/0įOf+x7]yMzp\.)BfQw
-&T*gy5
-v +
-e8b4:CL:LS*y5̳<+JǷ:ƨCɸVy0&`CUЙ;OݳGG:!lwk-jʭR ^gShDJwYt,Oz$Êuu4"!D|oA,yPnY>H%8\(ofQ{g`YR/xok^]PEj.
-؟։#\OIMͯXq0I2D姜cSS"@+AFj
-%ӜӢn<<#U@(^Fױ5JUӖ׽2)diE"&G,JDPKb#@l$byLkuB-4
-UEd{3A:3DpɯZmYVF`}cUWMrWq_0VڶLG3T(@%P ;M-Gˊ@l;/t_L
-4j%\>bhZXРr"NUM] Sd_WQ{5VT¹4kS<Ъ6Yg=!ǚ}3Q#!! 8qƲURf ;Hpz۪&Póq>]eZ>`r4uz, NMrN:,~^k<YGB[s!1:C+gM)<$2گ!|?HEp=KrhSCRXnT1VqJwz";,n0ͱr_b5[O/OM;!:{sa.Z` G@f G7ej.(UN< } 5
-I`;Y-)ENA96# vDL;!:+SvMp^eܗoi' PPBs/Ly)I =ۗzs<-%_em#I2j(AR f<rƓzm
-Na))m*[A]q*$ oӒPA [v$qZ-/dՔ-yi F#G'*>2dDb\Pʪ2|ۧ fӠqe&pj(K\m${' P͙HMG37h_ U[tN2m;#
-JMj\2p a%\pE
-p33vʲx_ĝp7V@pa*RkGWFG(#Pۡb>+
-|;?NeM *4i$_KKq!*Q_JٜG-t,!_zeȊɡtֈ>xG
-eUf1GNUQnhj{3j*,I-L#z{'D(x0+U\cZҫ!󱖒7w؁+L]GaQ0a5 uL]m9܂v\#I߫ϙb/M/hn_M˂K'DҼruD }M%i&Orϖkr#a`6i0>{ڻ^=(Gl~P(^cπ  Lj 誓&@9H+A&}vGǶ!P $G@^tr eu5UY'  R#MN E`Yj
-
-I u_I2ūUyUM8`P
-.$k&}\a6xk2TXU3 v {5C0 ,֎r@l {k
-; j_ج?әSxyXHJ
-ŋ\;l9`?UN")XiZd.Sܒ$vlrAa<& zbaa ̺%ۡȓCb,?~WH;Q'vߠ5bzZݧ0TVk;;' ȴx;uN{cW̩
-*
-fa@iGʛƸѐ`2]PcNhXce0f{V
-#NF 'Ǧg(Qs>OA/Iì6Z|w 8z] # bwPՈMӢ#5=SΙ.noOL0KŸay%Rpe9ҽpcR% t1: v' q\ f$c{)Fxxź\l01=Z~ԕ3缃қrnhzF\i2bR2ɕRAGr\ R_BeFS "x1‘ehS%.KEzƝ!?_>udGH狼*{r9w̼euc
-ǘlbrO`TRev̱<T &<
-?# ~Eр32$1眻n)!wfDuYN]=MuTI5ĦߨLXM%8,7v!=1ϋ3 m|9:, a9  !XdW<dI=zh-qU/v3;e
-yĮk85oi $~-4.g)C!z֭P-T"όҼ:(Mڼf_˗zdNK*!@c 1-"N71T|SL0{eͲ#.ֻ$Tim##XCylP%HOI{NӰB(964o~&JV&!auQv.^( ?|P٠#tGjТvбqYXuT̻+utWx 8 V}rt8h8HbK"\/R'~B;•Ug'|7νf_mDZ W$Ӳ)a]kIޫWdK0 S]@;J:%nf @HP.E\KtfM*+M>J*h5(:Z?MѾZA׻1
-@WfmZ5d*3CW9=tT8g%%!h"~: J)M$OlsN(K$6PQ $R
-.NILf$
-^979-a>rI(WM{X4ͦ.N-j!)q>V暐K9/-LU(c pz=i'
- D˯ :M_c迥M ubqR@I"Cid%7ۀso$-bUTZmdf^ZFC"o{T'e9Ю`DTQRJF
-J `2#p~5} 'VNe95gXSꒌV"cNi\7]c.0AQ."nlEeZ|gΈ|>z9
-?0&࢕j~y- 9Frᩴ qoJ +,S;O<wV'Z6;&U.!:dFC?_1xGQnr1~&1x|..(rq(5_oY~xJڡgڝ.8w3 r҄v(I<8Nlq;A3f'mYm:;8[8Ь~*0*DRzj&u'n<Xj4sW l
-WbҔ$Õo7ɧ)&ݟ2O3$ssvDny}*+nk HzGޓY W-{FN*U>qO`u/ R`œA0cX;]
-~dTZqy0@c P5D=6<V)f%֬b4be'~
-VdI+)[Dcў~ C\A#\('G"zP?H'lj> 8|!ČXƈc>w _GW?i1ti4|AqpaI!92HQ@o.Lb% 2tܣ eV d2Uq,<Uzc]sQLjU:Q@GelY|Yϟ]vkA~qu9h,?̨8w`Sr7ObL])t=3iDZx~'>l?$@J7TKĠ|Ca4iB #dw~=oESQK$.BT
-^l
-Ҷkr9p|H L
- ~XL!b>U~qsQg1a>DqN+{M
-릭nW^X `;Atugl>uAT1&̐RKꠅ5IQ77QFo]z/B{zy
-osFnq%g>b\bޜė=; GCPx>_!|d2f ;+Or)E M|wh~"^ OߥQ|MB6Vb8ߢ.LIfLl4.y8R_r,^ jƷֲᓄ=}6%ihv@WW1Xyn 1լ˙MGfml54 A
-YT@IK(*P"-Tg@^lܣ= *`s=T(|[ehMxG2F]1^@Hi3/j B:|RVLzTRi'%[,1VZv5`zJXNiK LCra Hex!; & 5U/FPA%bh). U<_7Hl
-\6
-zA*j9ߩmaZ\~/Rf*^zMQD
-30pwX\¢eشKn?דFT^S.`Z
- pR>sDwٞLC>]]z r vWqrGK"ݼ )ts' 9-ph`eG8A=XH 5e!|a|0hp#wKND/Yp9NUy(FX-ָׄ[\1Tq2OHc-S a6gcky%b01ȣgoA$O&M(>N(^WcdT4&`e6]!S<
-q^F!Mu] XQ9f5[ՙ\rP3WHՎ~Ϊd{71a@BKM5Ht4.c&9s*Cx۪o`\cFcetvՌ8=hՠʷW' я]'Bb/Yq>eij }m؀➳}z"bo%L4!V/ 1ƦzT6&%V
-D >aD?7Gꦅ&
-9se]~3<dtG{C괓[߄\p,J-a6aY̶aGϨ.7m_" 7VchRZ.9#UhGe%]eWnQ/46mlඈ 첩WȻYC
-N([0Ձ#e%f
-@ښ7/k*e+FtĐ\`ji ĄCoA0꒏QMgH2xQс'Gҋ(iF2n{%[jv.[kpUR2mvvOi&j&'S+!-,m8ڢMj܍ uXz}Jw7mVǣV䈔[H<?Ǧ&w۽Wd9ڒH#Jssā4pȀc 6>{qj!G b0md*6IS߶h2Il͕ [mO zs1q/n MKW^I-m!A`>W6S*NW/͗";Sl!⼸?&bwYq3@ PIRZ;ѬVa0 ;
-mAoD$H.
-_DH,3qź`*E~떻UQWU$ :g!U 1Ťr@\o}ԡQ ⫳3Z:OLz'?[|&gELiA1 SwS ih Cmxl͆µ`Wgz_6԰Cy"'p7-7*VIgM"k8owJ0S ~ ?p 8{9Ḵ8$oF0%rqc#bT Ozb#NX&v3{XԲYqhL]qI`hHg6Ƕ=ӦV.b[CW#Yite1|zҘ_C\J;pOFЗ:O_}AM?s̑}\:_\RA+?U|bPҴ[fG1vT
-A}6"E\2QV@
-mnKoq)&ZU`8p,Wm#"M'-싂K Y]XE;y
-endstream
-endobj
-1207 0 obj
-<<
-/Type /FontDescriptor
-/FontName /EJFIFH+LMRoman10-Regular
-/Flags 4
-/FontBBox [-430 -290 1417 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Phi/R/S/Sigma/T/U/V/W/X/Y/a/ampersand/asciicircum/asterisk/asteriskmath/at/b/backslash/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 1206 0 R
->>
-endobj
-1208 0 obj
-<<
-/Length1 1976
-/Length2 21479
-/Length3 0
-/Length 22739
-/Filter /FlateDecode
->>
-stream
-xڴcx6v&IcĜضݠqnض4il7_zo{s ZZk~P)29
-Y?-\mA
-@h ${)ߝ.&^?1map+_
-ˡ)yN*qdV2;vɁBEYTEҼ~%Z!ض7RnTQ$Dr5ԃʻids rf'
-pda{1VXb}yFK/Bo5j, 3A"R F[L;x. w8^ᘼly1Z e'汬@x!NrUؠ3^s K362ԶXU‡!E' Uj8״|'5j:de8]S1iv:
-_LH%Kc!J7Q+H:=/AZ{= ֫Ðl>c-\n%7RaRݠr*9|x^9k,,ڧ~;V%9?Rd TtؖS ϲ%s? ,hv,z,4{ikS6`ߝ-&_鞥QjLJ19wq`={6Y( 
-6 EsgSf-oB尔%v%)c|0(n2}О$ ͷ3֦S) M`Q^L^mzw-S?9|t^~ɸ#0/dsK).aNù3B&MҩY;c#ネ9h؏V2ҝhf>u%C98
-D㿳\VW1+ p*mǐ/|ف1m߃\qy[ =M12-
- H#=QbeI3DV`n ؄f{\l0t:q3b `㮁c\/\TeH{r|}REڹC0#SNCcDG75R ;Je 3i QPsj`\L+7,{"Hi3Cr a?b=mVh`ovhщb@UGXYin6 57Uy,(;C&,
-,/qIsc<0.VgRf9UMkeN$4IO*FCGw+X;OPÍ2_l89#Wd!<}Gfr^4杏I Ysx l5a,CALTP63L>=c>RʰZ<̘|
-:=A2f-1, 8<<d0$G)-)G\D5͠ա4 :1g-]'J?zziT<nGA0(M
-̘>46g4߯5/C)/S춰4 Ȗv压5b4SO"!Y+Ef͹Ʉ>.JR'iɢT
-&RLՙLeXR~&:Uf΅VK4 L63{镗n
- hΦ3k$0*'; =̢u|)R6?GzcOh'\7;+0+7Ze|kOћkTЯ4gdB^PUC!33#^Yg|-ܳʃ*zLFZ(a|FV_|*zyNǞ=*dzv
-'Z" 3F ԶA``s:NӔk/˹):uǰX>GH{M"P3Upv1ݰƏ94$"Mң)K =J^tĞism?m`ZWȥa&H~/|\WyQ ZreAg7%Nke.r?NPHߒ6O8Jh7XmyK98nx380y$GmY$[P#MTV$~ܢ\%BAN7(+]Өh{jt.K7!ߔ:V|I R>}Pþ }uGjԊ7̞+Gy|nmچppoq|$Ԅi$Džzk%|QqtF~
-=bj.SV7}?٩@c5*pg'T8?_휙?q(H%TmtnfVin1 ˶7&B,t'+`I7KF sr{&w5EcQcV(?>4 Gs@xm(-&.Bf4:4܄Om=:hr{^5یơu =LХ- F+MXGNʗK4|٪} ?lvsWRGia ]CDsVt<]/ں/FTwc,{ةdI&ޔJ/P5|T<a_z~Cj \6XGPM+F>=7&O@ڰtK℘Auoz-bD?xLPb)Eق%kj_աXLn5 / ?:caQ($uYk6u-
-{5iFt]Ie>6JWF/ e!՚=`7omfk9،~MVC7 Hg6T ^@B6}kVv?(90VS)`L 1k FI} .J$V ߒ؊WӃKsᤩܫ8ѯi1R7EtQAH8fA,~Ώgv o0Fle<lE"#0>9$cĔ8a^Sw%[(i4N5qwGم)FZy̿EO)~#g!8/q1H
-?d(^gʃȂ`fu5ʼ%չ#y^W]in;4uWjrʈVܙ&`w*Eٳ g@k"Nv;%[F_s>7>\&?x%o(I6Ƌ="kĖg*^We~[R"BP\}5h=8>L$H9[?G=yǯoDOKSjyFj'C+m*H 0- e/%NQa!*U]^DyZ)P%ق;l$RKFڿ'l)ep99x1fKu>czjCg,j;Θ0e-qpӰcوnj
-lM$C9AFv)o^1_2&? O;5bX{dx~hAj®@# WD%Et5Y [IHuO˳'"DM; 6G&nb5ַ/&W9 Ѣ;'5f=9'`{a]|kOd1
-A00a'nB)Q&5qŮc}XW@)T`8
-V :ԫX٪!F#Z`$Ÿ\T̏­%x=LW@L4(y;
-7J4"p1:羬qL.wYO=NOhV,ݹEiU!?׹!?P['>qZG',㤤\?6N|Q 6{_W5LDN@dlq\*pň`PÁCսJ-» ۠rN4bFnSq>1<'Uu0 ]Ld:|F2,(E~Tm]SHDmj|
-Զ߳QK4Y k3!Z~FH'-߾/eb2܋TyO&}ˡEXIkf
- &: iv琏xғw#Ep7i[Pѩ\:W X@ReqLd8ۦAKK%v48Kesѱ+"Y8eyG^X7>Azvk >R4=X5uu8@Q8Y]ݎp]2I|<`ё
-WY_]kNBoux<F bVhte4Sb80$N=fvDD_3wffg!Ml F=_M+H$i K1>pcvCQڽH0ᯅv5ԼU:aœo6Ր\ݒ@c;?Q *@%┆KROk
-8, u?;~{:$ HΣ!t/fb
-`xLdY]T/+xG&`GKlc!RdTJٝ,g{l\C;g̜|<۠I=nֳṞr"4[KұAҵ׭*:!!J-}_MZ[B@JkAC8mVѼYXfiJ3#M0:Li?D/u -E q nϮQ*"ӫu؍tpR Bk 7td
-0*|[=$, f=}cptJr&9졉 Cr=?(wE6웖V1T11K\8%JOΊ`~62xtW^ K3Jј=cͯYĮB0XEa٭ERJhTOLHL$x
-X2ʯ02,g{ b6"-ńPv*9sN1ϔ歝9_j2JCМ9{##IS)OQun!YxH?]rӡEY@=TJ%eW(*۔nei.Sn|ӟM"E|hڢgJ`g?~`聾LUzm*@kAgzk*__-CNv^K
-lZCoandu?9,>G됣Hf/r+AK;<dy1GG.fd%z$`Š;!'k,@ΆGA!p5fT~Iv?+rՑ1GHǵ`l%\
-}S1]/?k׍gE{hЪGCĬ N&tl+o~צ?A38/xuAmOJvP4+I8'9ܗK޾ufn81qqF*#jO(>%S?bX­b^b~aOp|ޠF|%zt.ja\ >Xg'nY\RUYs\s7Vj]fa 3 W{EѨSYUmÆ2Lm?mS2H΁xI/Ҏ=,P4RrOgA1*(2!62O3dgX4AVp]ti_a;*+zFU8niKIq3sREMtb_g7ڃTE,3V&Ѣxo,*蘛alf XsN nl-i&0R;93:iSWson <oLnO
-K"p3/+o -kNr,%w_~CHrNn
-Gc>j> :&;8NP#OG(xJTH҄9m I/,h\1w=;7+v9}BRO\|,^z #UqH$r9ah߆V
-޾$H䥼,4MAV=q,o:0r<^#'EszLrlTJ?YBdE0D<bt"UW4Q~0~EDa)5cȚB G|.,
-rx8jUWY\a^0졦pv;vQR!oiX1D?"Q(fzf1eʼn** ݏw`3P36wn ;V&oc[L:OϚr<`K^ B@I &,>6[7΁z_^ n_z
-VXY,v):3bwmt
-,foK
-ߴpR²`Vc8p_V^1?ZiDh}ժ"{-̘׆5GYȐ<G$
--akԌs?H
-ҊS /6&QGKEKO4eLk=.tCIh+?89/!mv1m ͋3 d'`
-]ewNY]o f748(ma4Fx4E1)(b4T siF;'{Leźv` ^
-X5$ L \rzfʏG Rrd]=Zh;{ⷽ[ǡyw*cW\SbydiK¯]>Avf@RߵM b6Lc2qhfHxLPŢpu?{s΃Eu,BS˵in?=KxG]~w2a侹 >hb!M} 0`/S)+E3ڡi\)K)3x5qlmT9flR \ܰĆ<m5z˻I G/s!;MQ"sW|/6aѭY$+IlX8Њoۘfsg͗\$"q#,nǦsp.  ,P,Vt4;ps2>8t6: ׼Wh,$?*lӔv0[*$ p>͋dNU]!=DAd8KG 5axMvj}3>%>8t(Z+*¨)˯e(g@rU>- Ͷb+<
-yS!?GHu4w'(Hpw[(t;ОR1 ӡn纲) En^V|]0(U7l(I#]#{.lT9
-zN'VDz}Uu!FXW܃k-.>P>_QfuG:Vf
-_:N
-0t@4t\d+>eZ+P3J ?"Qvʄ \O 3nLdDZ71PyѪg~a67tfFHj8q Oص$ 7P0} Ie*}ZǓ3ms' e#/u AE諌}-w0W2Hޏs4PPX`m4y(.8
-Vwśg_HO 9A!oY0S8Vu8CN PbZEςuK~#7~ȎOMVa`^+&Lv[r~
-F$?_Wғfb쥮0=0ZqwWWhr |y d3._:ʬ2Lk}. B (yz[g8OF72 Kr-ΤΟy`fُ,A}ctc|t1,d{WL_m^oZXꔕhv^ou(ROM@/-ViNwkt` 'N97 T[Z9TV%?>P%Z".vxky\Ay%9vEJ8"8e/}^CsVکH`˔9xQ,W
-bj"n_7O02sw_=gSxp(Z.tWv:_)*K7mk,_{^}sT;tX5ûA-2uԝvփO4}78]@_GC} &]!iUbQj<cZ3h3sW_ 5 @RŢ"GFfrPjG?t^Ŷ %QEut{5b1:NR?9QM#BET۰<\%^q9DnT0b_o#CUY ̋W៼A*DjIXF8 sϊX%H+t%w&#-N N2vAF{{i6' L\[ &xjVE] Df8^YTqeɍ%J<# [BV8.9-q=0&*bbi{?}ihqt%8$*K)UQ'i7alcW9llKXO~;SOIdq;r_S1H 1{ =}"B'JJR#Ws=5R<}Yg5I|bm}!TD ;b/d( )z7Xym_Ɍ7e| ~F)*Uѓ%BU
-nEMD<dh˂Č/D"#K93avO5ӑKZWޱ67XZVxkA?.V_} ,)?#UhSnjV7ALqf?u&.n΢3LWC!ݍFS(mƩ؜J68}|b6M -V%$4vj%ZMȧkhgp22Ұп+% teαr\sD k6ژߋgϵsnO Ȯs:%J5 bX$'FKyHimV F%mkki+lJDբxmr7ΰF×kט7y <T903@wyWӯlzSf\"|Ϭ?h t>W-lb#ަ CҖ@Z*"ڡ," }nO"|aiNetzZ+~㒻nQ."뢽j d~,|hǔċJoUv,k7QG8j8Ɋ:0 QQL
-`eD1[X=@Cˢ>q%XJbm ؄;)=3 )p&K ެnLV(Kv)G2%wzoJyKxì=l=yNRhX~&iO eta5V1.3)efxs% bE%׵U=N^(šɗXNѢ&iOˀ8$i7grlj N O\YɟuG3}MS^+1}PMYc
-*9 QA 5%v > oacSۢ7ӊ7&!xj/tU'Iyb+nǒ_7CDb[8,{w~̶YGԘ7e4QH&b
-gPZNWa҇K^ץc 4qM)2H DE/1l}ʾ> V ]؁6 cܲ|2a-yNQ2AL(cE3f[8<{c˃_NfHІRJG5Pd)BZ1M'1kd(GaA
-?qY6FvE"xA]"m6g|ed.6WAk*% Z#
->@^ 4>dQp]
- {;=-<OwZ;H䢤4>4$X/rTJ4AýEq~FJ5-Op nx_-di;^QZXDs9j4 [هGtbd $S;y^Z7WU~#C@'}~5,G]8.}%GɴxiosVq)kSyy
-^
- j8J)0aЉXxֱ.@6pUDP :lSV1ϗ8ad.ruk;+ex5T5
-o|nc
-RrμA\ܶ
-.8=ut, F5YDY8EdY wwF ئ샛 _gU6Y(ٟY,ѱEX;~q=[VK€dRVDzˏ/Z|=-r$' ^៿_ k]"Xs.^[jv6B|H:>ŌF2q θ|1\=Bn9QZ$,xe4ٗ⟾0zIvt~/wj<(3$;\ޢѨgFpy;Q [)0<GތE8hPeZ^ƳR3MF_H B=Ljײ%*tI U3 z7[yǩ%*6N2n4{˜~Ar+sJ)=U9Tz=L^v:"@ϦCK9c~m^""dsc;ytމ%q;:[sN7<X3hBxg9Q3j2% x""LEA81$eiHrc|@ϑnY X$ŢyX^2sb=<Q#e9p:zt𲧋
-Ez@ 
-@veu5W
-!(4@ .*K`.ZLļwM|_OKi#*c_-4juOyP"67"6EkuVGx&L$
- 7/Jmi0M( v&fO4T\6k;|uD_C:ɺ`s-'FZm͆J\bLbD֕m,ŷ,]xKr
-wd _':tlr8t}5Pm9~ O_7u0|h
-Z.<OE毿b[Aïw{hsR#`J_F9G Ҕa1chςR6OSTkg98J
-W3,,ҫJO+ga x1E
-/p} jH:9cLmTA$wtԉz&$mi纽;jGWJ0*l} .w)2Tu1lK981/I„cyj|& hO uFL: *}[rt\v*=%@#&.W<V;̥ic4_A#l/{I0 aG_aW:Wp+*Hc9 tB=*=0:'&o#>PpsPTwFӖsKE4#vGU+ɏPaEaӬ=ʌÓ68#:iو"3F?!uU΀H5KԾ.%Zt:H)`;*0nntv4t+[ ֘= Z l0ብp_g]]FE5I]Bv
-ƒ>((5vPGqg;RtW<-,jgd7fHe$AĬ =*rbWE$|Ȝ*T§gn8gux> l֟tu&-3~뉆40k!c0@
-f` vg \v6+ӽD'ո=a m͏y9E\y$FA~TyEA gk=TIpc_;
-L^&Tp%hoxayFqm+TU/8pL=8CyA4Fф,x1߂X,ICs<KG{%YIB.{b$⥗n[1)ٳk)@ R?Fp/>[v<`(ewi{?<oaKS z?IHc8c!h@ηShJo804Cc!ӔǧUv=ivsW&ݴ];#˼
-e~Â bVr!ͽ
-`PM,[.(+K
-endstream
-endobj
-1209 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KZOWGH+LMRoman12-Regular
-/Flags 4
-/FontBBox [-422 -280 1394 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/A/F/P/a/b/comma/d/e/five/l/n/o/one/parenleft/parenright/r/s/two/u/w/y/zero)
-/FontFile 1208 0 R
->>
-endobj
-1210 0 obj
-<<
-/Length1 1688
-/Length2 17097
-/Length3 0
-/Length 18222
-/Filter /FlateDecode
->>
-stream
-xڴePݶ- !x%CH5$A{pȻϹ}߯^cXsȔEA@I
-7qdTZڙ8ؘXX8Ĝ&`k [,,T
-p:X-ܨߙ{3
-"2js`T
-/w0K 
-VFy 1XIy=r|81GS(uB)Us# *86`|]={m6#z梃 ccB;?՛Tit=%`(^xi>|Ǟ5܆oDA q%'7AX@(Rĵ>8KP`,[ho0%WUd[ҥˍ]eh0ni4j 6eCDX-bWj\A-lt`&vK w湪IpH|JjP=}T\ӭI
-*8/_TyX̾F x_HoA$¬CQ dUv(EY)lI&y~<5ƃb"0QBE1 }.Lm q@H
-%|<Fo)&Is}
-ð ZuQ,?ٟ "iP)#-SO
-EvQ87 0~ Ƙ[{(zsr:9Qˡ,%?6^5 gtw,K Y&%o;SSsgCgn?"HUMԪJWd/S_v{oOC{)^>Q_!Ħ\@I.Vdגۅ)tSmJ{ƉՌH/b ]O /
-yPӐ魋
-0Zs]v0g5!C.7[{F: X({^)t;]44cEZ`zc$ȓ _/8 LS67^EALAP@dry i"DNV?hǠ1#j!Ae.Y[7ikoJЮ_%o(M@2 kBh%82agtNąҍjsG I
-2x#HKX1EY~[']yÇ,1;R0x\ЌJˑJY^'D!tÙ*O 'ײVpз),%\$ۍa`G%=fd*XSG$B0
-1&!ybTw^rJ㖽LN~*gđW SS7l=㼊C6+*Y<RE|Z]>Ufċ
-_L|ߔ? G)RpvnܯTBo="%BH/Q$)zN=q<aihA@*4Ov-ƍubE_=&a+֦ҏ-::@R)+Ow]ws;˥ !EBg
-,ʩ\}:_e<徙~z3y粑#tJ.~dq(7|dzVM!s?o "k!~zvVފ"^D%zQ|U3O2On\yJw׋4H-:
-%!^ӝ}?eOy+*BӤS>"pQncC~mE¾lXF Q%|_U<ȊuF/1qд ƣ##&)E>K"h.I
-Jhv7ڴ#Wp[wOHkDkEF0P "VQ}CRnQ(ݚBo9*,C
-SmK΢!"yx>b1l$hnV#DQf8lIBh. wԂ2;s$(K(
-IFs섓G1]CO 0XhoqtKx+7'=%޾Z$vGk]I4+]{?ిcdLѦoby($<ΝZEaEΪenIK}R06`<*i|)r)c#ڟ.JʹUѨBN,TF"
-)"~nUtr?sءtiY= ܳN`}D!˱)r_2ӅQ)YMC{-o CemݾZ@39q}|̯-tUO$z.P^)C]P|T0Gҁ7e>sB&?1C)ES_h\[ĪFʦ 2^ՓxjU;'㹡{f,!ܔO)58kڇ0﵈+_+Q ǁ`Aža&RnMaG7: TLC6^y̧SyM1̓i>+6!]#rJ7#?LǼRW*\jaU6)/sy?Z
-Jf,B泇:Ufۘ7W_艰>eOU4CThTM}_մH%8 YVt\U2D[y6E9@/e9#Y~4R|=kl?Hn1h2cIdS& 7bY;RuRvn%Ɏ#P[K
-}]&[Ň/i'ǛТ&ta4>}XfeKpjDeߵl\1π 3-AagaG <XegOpf+;zZGÕUԄ"Na8|E(& Pme'd|R/"7b<(j&XNaNR0_
-q-<4Y6e;fhGmUT'~
-C!؟5R[94׈J*T 5m )$6˻&'`2J{V&űRU(1)/`ͻfqtՊC |A-ȶqcH>Bx~MX=8@svXԡrYhS g+%dD`C16cЧIMct+}"w9]?Emڌ~v_5gC;Dx -n' |vnW3/~:?C?1鱞v4g7ɶ!n# >B& LY7̤w%a _Mÿ=TG7G.w8PW U)GʹO W_ җb_vqoז9c0§]Insi?d9P"[Jiȼtu3(|Ԧ6꼌 !Z+xQ&
-
-zsp$mdF85NlE9^BFM:zABG0? )K@BN/iYi 3[!W#ʹϭEE<Xְ{Y*llL~h%J\X$MBhN8NE*}iB-IcwWP4qH%j`51_.7􋮽wFO@/." 3S#Pb B OP,d1=6K+0
-Tu
-+{-׌h}<> w2Fm@K2lfgyfȶyrK6A݉f6*ӳJ?.'b6@ <16YF6N#) ſyo֖33mLFݏymMcxwԼB/
-G|='25> * #E=?lxZȢCQ4b-Ba-Q7>K5;ΘG^d(2&!KfɰO7_7Zy;$.[%!ŽɞoCɞyov 8>##z}Jpr"ou  \Q-Uv9/6%cA<,z/K,_^u݄,: &fڐȷ݉XhGΔ!Vޫ!fȺE/"voк힪~;Z-eN!߼1&7o,EW:BP'O!!?&Io"j1!`dQ X"zz]B!05]=[|x.L7]dT3ǣe:`yKCO
-g )y%Gct |Ͷɐ#{Dٶ]Y#Ƒ?>/6,MFپ /}9( mݶPAvةM ! Jt}öIp@ ߛVHQ-2N|J/>zXuv'/vv3a#}v9@1FÉфvS~S 5vĩr~1AdEbb$}کyaXgJ;*]^.G2#v% Rh?Rsocò̵A*~A9z2d}ERpr$s}1m^>V̍VX-ՃMSokzĻe:hy?eX;$Rd,3//فGck%Pezj ø,SAnp*q:vGLNu*䪥0R/j*{1ͤn13%ًyfNW#/Ҥ09@Z=?9z_~IgY^}lk԰sgd"2o, (uSL|Bಢžͻm??daCG@4>EW0sA]<m*wGewɸ3_͐ɋtIj#bx?v:;
-q{6_ iM @UXu>H£tB+:EBSڱmc""koLb!AxۯT
-xKdd\:o8 J}azj/3FR|Ecḋ^ Zv ;YdͧI-e~G>Ӗ#QM xYƂtn]O>-(l٥ZŌ}+B/$gg Wp ̭43$!0V %WJeo Q8h%wg#2ҳMOk}X!ccc!#\4W~SCݐ}RJS WH(l$T trΪY>Rߑ
- Yj.l.I ȢXJ؋{R0>ug!* J 9wm]vҸH86/sҖi] ݇ͤƜ*\QEZ<S:~$V?cA՜Cb)ҎζlEM+ÀAϙ >.ŕks8BH-EP$~Wlk(Zq.H++m/.E]E\tUxP.f[CV k }~ }5|^f%{xR`UbAoťQlC% ݍd?B.MBѸW!D#.beDF.hā3.=ZH[΢WnGҩ4qs&օ&0,>lb|n/To|n:m4=?@#ێY+|6{7Lk!Sa KEFO'/H@ VI&~&/jZd.6)($-GdD螦g'Wq#lڟm2<V2"C=aU^bFRIeh{n|YK
-T'F|6jI<ʙ:yƧ##q=֕1|QK_н`R~<x3.ޗHtZcyj',uNt
- =2 <0#0)W4n;_ lH6I%g^e B-9HM?V5*uq:cv<sIe%MSCK:4ͅ8#ޛ>BXWy>D~]
-kd$TX*,S%wS# z7XJ+́HyR﹣
-!g:#v ޫԺm6se3.
-Ǜz6j2 M[@=1&=jUF-=)UQ 70<^#5m0V,[r ,~0^U?Tk<ZĆsf
-yŁia<h!*H[ϫex:P1 ?8Tw2_8RK2Ja)o1j;/0wWdJP0ICQԢ%tٮ$Qs]IkזQ>;XTҵU i4rbWS3K-A
-hc(;'n:kY:o7{gLz2Ra&2F"{>M4JXJN;H?ȿ/T~  N_:2me ۳F<x髮àCZy2|N/fu|}1&niԄ%J o
-N׋]Ǽ6gJn5d2vyFri r(i.DlLzL^廹bc іlHtA->'צ~8+/z׷>yRH;Wt83́8qE}Ts}<#{)β?*D@NH, _h]LO@/_*mZrΐQ],^)tԌ&)~2@"G@29Mߠ1 KLtB}a&qh
-Jb: ~vz(gHTV)0eX'sSd0,1RD~w2t(d<Fh!jЗhRZX~Lc|oQrK"*t
-L{7n5 Ɩ`6AL(W H6+̓8ʼ[+7F'F9WX°-fVl971 OIn_UU. :enHI"PYֶ[^H1~?,pQ@jE+Q'/zclHdw8U:I=VxGml)giyE{ގsGNxC\Zcjnw
- 9dm"FDŽW~k-뙨(Ʌ#pWj6Va//+1=h^zCµyϐA?9LӚ%W<ao|Zvr:{Oban-f˦'oט.]䗔Zj?:aqtfr>9RpZc<4.cu}03ryh@VvQ%pZDBRDۯ!'> l6bț
-DH+0?!I0bڐf9 wqx>㠊HH
-ǯەϟ!wP̕䷵R|kێߡ1 iXs=|f.ˑBg$xzvrfҴ\^xN@GY,3XL!dPU[ê!/?M1l18Fnh>l0iSp <Z4{>`j >ϕy7
-YllVDX
-ͻiU?91ʀ(byˊU"AR4,x߳oJ=]~Mqp.j4nnH$l:7-4% Aaiݚprˮ'n""l!GDx KXc=H -~a6od$:]MtrmD2<Zz \Ĥ#+U'srD/7N}LL,Byt 5;"4u%@zV uz9h_Sr&n$Tz9/GD S᷅OcUgz.3Lw$дذ+MꀽH]FcT_;jOe(7Y:\@:e%.G,Mx<
-f<&̄N͞`7B3PBs[6j@^<)WRGm ԇ }6!^M:щ;棡r]]MϢA&-/ P ꮼ rGa8}77oQ$>WF'umXZ*,L &\^rZ bˉTzFOxθGeԥZ1<??d>7l\|γ19B^f}-Q@@&9@Gƙ%lb̫3-}U9"
-U_v{y& ŀfKtp  hc>M!\ѵ8j
-=q(,TXPWoN~y/#rj.f*x OάRk`M|!2h}AEf1s$tw??12(b]RkT0ib΂ Bȏd.'A$5 h왰).TPw>v?M%=A$%L] NśYZvMw~5}ZTPr D09[ו;O'8҃Em][iq"SU>V7J@ͫek6
-;DWBKaM2~EO _z
-endstream
-endobj
-1211 0 obj
-<<
-/Type /FontDescriptor
-/FontName /WHNEMO+LMRoman5-Regular
-/Flags 4
-/FontBBox [-566 -303 1772 1126]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 106
-/XHeight 431
-/CharSet (/four/three/two/zero)
-/FontFile 1210 0 R
->>
-endobj
-1212 0 obj
-<<
-/Length1 1752
-/Length2 20933
-/Length3 0
-/Length 22019
-/Filter /FlateDecode
->>
-stream
-xڴeP\ݶ5;@]ww!@pws{S\c]IiM쌀bvδt \
-vNδFNj-Eo fZڿz  ܜ,
-ttj# ߥ}:
-8;
-`0sl
-HRN*,> xٮ/8"yEmdEv2\%[I3&_D'sT3eW+z)r 4KY3;;
-B&{05#{ ETr!1FqwtWs$’ʸ!r0\ ޅ5F♰ǒleO7#ۛ\Hɏc%Vwm)vJnPdc(!S k0O9Lݿ+{0=c;U+t=gzsO{z Ǡas~>_K \BN=e@E8d&%*Iο*r3e{۞e%}Wk-0{U>Ms-nZBdĂ 3<dQ;A,V#}EWd2j[:-JU؛ [m%#)qpE[LetBFCh|OahlN`l<Ap Rg~᭱4昫 U2Yxkt&e9HBeC@!ֳ# -)o1M
-a;13ZHlBb`R L[+osL#rr{7Zi#&*߸t{ūKth!
-~v^fEpQ d7'a=睱/Wd1"7C{ЌAX5]0(B촛a/>B=Ƽ"c aТ+zX.);73kJ3cA<n:;
-kV' {ݝ 5w5 Cέ xIJ%؃$+*†bKoKCzSvY>xqH ]-ԇa]`@4H3fF;ATk1ItD 2y͇ S.L7"jNg87z8-_-ݎJ-^@fr¦{ӉoiCcE{ZR]Z/vȔ~1I )R\j<5ouC=z0
-߮撍@aV3 ) 9'HxLꏬǚL+OED7+jZ*03*Y//3Own&ǭߠxB2SP L[p}H bw%CD.~6u}#3#cb$g].sYdMv8+O 7sb9ćY(NLYve]kCf(\"l@YlF槩"q^
-?"tG}K L'+>G eWC5jdOn`.ӆr35mX/Rzx:*GvSP)csV< A5aLt6<$ kF&F|~]tR(s׈$ERCqc6~tf. a#>پCN 2
-̾ %N5,Wlݬ>DJvojX4A=^DQ)-HmzR߀$sZۨadyTaJ0ѠOk\j?[&nw8"Y>^?K^޻uw7f(sQf .Ҧ>董#+/yD$Qy_XeF uxXj~. lTNL:*+"Z ^1kW~0e&]Bk d0tn˓R57Gtvpկ^.7-
-FQ2٨80m@埼qa|Z&)#ҝҁƏG^aᘧ;u"{—^mO
-zN9\4<q.# p,Pnir2cq?\E $h J= hVn NjY>JMVYq$27":DK
-,e1^@Z#4niiym
-[ u#$J"Ң m|JvI4r=*|mI%(\(S5iB6HYb&I._yƌd$7=ɯQ1/V=^ CQD^=ߐ2<L(&u"AD(ٳm=CVWnH9J/։{FA<Rl+
-"+hpJ&B);'Z5#X(ePi[ J!Y̪:ZBѨkI% KXmQM5܎÷.Cta^) 9P7@F̎e^g%'֐" άA3^ h#q,Cqm&yp00PwE=!|4!Ypi j33c]Sʎh)aҮ["Iզ/4 얹:-2A<Oqߩ.wTy`S+̆STae'QU{DŽY83ø:< MB5AQ.Zt?B>piNt#?*;P)Cj՚وZ\*-ǛGʴ=Dvw5vM'{ ķR:U ^[gOGcc}Hu[Ҹpc
-%LMjg5jv=m"t"E.kl7A;I~$aq
- *emq'!+nC%vm.0Kb<wI}kMkWlԳ̓-zJ8AےQϦ؄]COÛg)Pf[fdht&ɼ_Ѣ5jy"o؆(//`PTkתB_DŽft CT27Z<쟠Udե,i! 9S]8۵=[VVj -;T&kG=\5no| 2;-[_.eZ.|i@Z7-42LZ], Mԟ`
-t+TҦ-؏n+sJ@X ӐChF]:b
-<g$݃ҕJ+&V`=SE,XyU'^%.Ay^Z6~֜"M 7`
-DD-fMKyϤqүT\WRT5OTE@([\ؗ|^Q5[QOPBW0WZ#x8Z/<b5Qo~D IJI\hrs_(bz0b1iWO{1[sK<Z+sūm+L^OA0UM YZf2`8~{:wԝ旼xZy~.ʯB,y";,\P'-gd.єTt9 4Hux BRB4~p3#e lg:6{%NBN[#+'&{k;Y9ptiNRn+y^e$O.KåO+YjU`vg܉&E"7 1/ -R.xSQ%1ypQV9#Az q$g\GBїenJ,pp|E_{,TͺY܎:}mjSZ.C00nnœK\ fPj._+<뗅ߋIK=DJ?qt;ZBQxO<݀kex!xU(OXB?Rq>W_ODuB_Vh1IJw K.Q8XE1O(%a*01օ]>P]M)[0V;l94. bn9Aң~Q!se+NY'^H0T[om1f Z)+$t M>dsq7fE x;B
-CoHǹ73E,_dWTJqFow5H ,bk*[* %qG\q'}:q#Dب$޳ @CU.f?pܯK* <){,87cQ-
-ځ:!:`]Ċ]D+
-PСnk/ĽvVx| (9jq yA#IKFZeF^5_|K]ajD1#n&)ĀOK";^-cKsZ,Yaq 6XEy#
-[3{": ;QN?oEj MfY@
-"H8й=!EE?\fvyyO;E=2_BK\T9&/0ۤTr(^ݗCv"ěy{ΡQbhWq'^PsrJ̹L!ܚeA~"ds;q{z78) ;#QFZ}~  aUp%GvUA]LxWϮk _$t&aJAe Cס:2W,MW k'~,!4.6^/P^s%.鲖J|!>:,M< Fh:'ZMШ!sY
-*u
-#=H=1쎇P 9+E!Ћ #⢇fG-+&c:@=(6uGї Y92687 .Tw$14q @U#qv/NJϳ+ Ba
-A  ݱk#{clVDk%1NLV]e ,tN#z㹔(d{a
-ƱDѺ1C cOӹ
-}YJ^t2>A7q!2I3q3Nk~XCtvߊ u+lm_s*GOWP"PL Es{{W: ;*&2?P=pu/ >f(}b׷qA4` I49_OnɂF*8ȔWDlwd-dA5'&iчc1.q} Q)cyZw{ kxQڵG$G%HRr-E:"q/uiIU
-e0kTW1zl8R`=/N~Ы9vf뿻Hѷ ۀH0]X-ڣ
-$JJ<9Xo۾(:t>o4LhCpW 0x8(a<~f-W^c#5>O
-Y=g lȳKc3sFV UԥCA 즏{>ʥfcx+b  +ͲQEB0!zwî-PI۸VaVs! */4;tc}m)G ,J*U9RK%
-Z" &3og$&%~ l{7kKB r2ԹDK`D+;Y%,ķ!KlVqQ׾A#&i%}UtDlRfW+wAC"ii>k|dr\& RDK a!XffUε-:6Yr̕hiUV˼!"ݣvLr%*eX\~9 ds)JU3āC0Zm\& d<apS0-r|ӟ?\76hKt<o)ۇMԒܕ WDcKujʫ!%rQ!9z}z!g=?0o%o18=hoDcζӶ7d\#wF9!F/y3~k/̡u;$BXϓh^"[I P3y3:0 :!`xKxWG@Fx(~o3>TWZy!i
-P ̎}eꎭi.Kզ
-QH,=$ZϜz)`#um,͒u=59m&;#v%YZrQ"!1ājG:l21nz:Z`x['%r)#s>tp^吿Y?L{;H+lklG%;6h~E1aY5 `"L>5+*=v\Ma~yD)4"hW .ez85xɟB ;[dJ椶pJa,HOwZA#VVmNg0RypAu'sU`4oMaM O1õo(mp4+s2RUZszXiWXߵD#7#ƵnN56wS_w#%z]RGWu{leavfEJɆ2dv*?-Ưɉ;Bj$xemrb' c0z#WL-{+L*P>]dkJ.y G/YW@ekk~DLɸv
-\F
-l
-;Zv[5jp`4{ulQPE~ٷ6*SF:%ܨ\?CWUL{_SNglr4FAˣEwcYaM<Jc;}% `~B<'%ʳ1>2|>>AfAv ΀.$̉`kw(Z7=LHPv i"Z{LfƟSK\xWl3(*us.U!M#B(qJ"˘.,Ÿ'Omql
-p0}D컜zt,y3IwdYaLY0f*ˣ0eա1zM16҅?P/b"wթ $pyY!׋XM@iJ}<c=_A- ~GSN%o"QM+UY탎yIcG6T0dhț~f*#9POtCRh4}7aZp! 0-6S(#(VNyr `o/j(e|R?vk76uE'k~7 )0.D6M/W絅ZUG8\-exyl8sWGFf
-dUkZ~zu J@=?$k~gDaZ3!k68k?oBȦ m|CC<_A_뫉yӏ̛ "%Omdn@KډC  M&Z97m3CTC40Wؔ.QUD). j]X\ &RuEmptoVi<cKǕmD]-ޒRpaP p@ LI{p"*ܾtl2+hK
-^Qͫ
-S1`NVI
-{8GWcqFRfHM"Owcd 1blBeSGrVjC]YI=IYrU
-.O֍L7JMIҚr^3<K QƺkKNz?u磶"1]I,v 縞ߢrͽp($@5ջmgc6}|"_ƩƂMo~6 ЃZvhn@P8Ah;Qnm?q5 tOMwL0t73NMw4ǜ<1sL~x?^?<9.-\_Mf;Mr>;\1J#Z_$QB(4 KF)WHaBwS
-M~fn}TꕈЍؔno2+L[E^κOzv0(slbD%GZ%fGCs|x0/9w1(N85 ?ot,
-IKl
-tWq PB ^ 6$]ةߊgt[8Ybp3 /@z2N$q}1Wߍ`+^(Jk 37^LՏR 3Ԟ1Gydrx\B\V<x1[\?켴۩rn?pR"WF"Y*6G戩F+HQLy zOF=͸Zc$ߒbbg>r {EoIN4TQ+7+؇gM\> +D2Shzm2ןS 36 DŽ1a54grfQ9wOmm]A;߰ME\0J.G< Zi*?#ڌBje~*$3K z/GZBV9-u"~OK:@) FWvZ7)r_ \[٦\Wy8DA$
-
-fAz=m>}GC{8nAco}rw}Zc%&/z'+(z(`<YzT2٦dZQKx]S!q/
-V
-ee ])#6S*HC2{7mo`
-.}p
-K}ݓ r 6v]F0hv_ &DRU=mc(j {yW"ڨGS^͓$v*S}
-qMS0qR] UMQp^xG
-][9 rءG1*/~AͼHB uMp*h,InWlX0E7oS}]dHLjTG׎IIqd!#E5󮺈1B:+deV 4xAIj^Ьo5-s}U:x[
-5wR yZ{u3/p /gіl^]{>' ?3x_M*ie[)Q.8"߻oHd:aaNVg
-{Ԏ@l'VI
-:oiMa1qnXj&/  B:~҄ ςH%6%!id 2N/1ъF ΃'nc'Q]gmi)~ j<oLV
-Ӿ/x )[ЊWO 8R~N+ڹi~>v_O` 6*7a4|/Bָۺ8>iQG_='{lcDxWzu-^\6t f}=A3
-/7]%c(H2ݩDK[" zm)T=FiEEɳUV',U-eOL 8
-?65X뗻2z8v0ȕS0n ʷW!=ryAP2؃F-PS%' *o鈿n[!'sa'|lb!K& 0c'2DuĴ wgr}S~y!C[Y;s<N*sozͫr<xzK16IiIƇ8թ.<h%{g
-b<јn+}
-n v3_␲5X f.|t?p*|U|| 9#рf-C>&紭>;ZkԌ [U eowo>Mo&
-
-W(Ik!r5sʆ:rZ:~y-mc0|=%8B7j6K>z8s%J#2D, sbQtshaQ1H>k4&U0WOZ!C濌pL!=Y/Y-7yQ0Q[g7?\;lCɡQLk֓&i{g#qdgʹ0v R {)}ݝ6=Lhr-;)}ݶK1(`F *m4E$ײ5C`$_s"#Nցd*A}FΪC}˟э Z?9X{X<s_Ӈ V$x:cΡuu"4v^g'r`C\H]%dy)Sɯ<
-S+,V @o{=c|^]%&ta'~8܄Kf#ľ.:tlj|~-Igi#kl$*tj
-S/Ҫ>D$?{1abۧڅ9=%TuuL(߳_ AaZc -Cs=>'\jR2GGŚ ;b5%2 D3otxkfV
-ߒ׊L
->cyRbؙ'V{Oqo
-58{Oh%~W54Y'mS{咣O:Ԉ[3!%nOث|{[.F;jaqhupPUғ6E3b2E,aЙHr7 .Qc:,Mۜ4'- ]JpӸP a8ObҪ2W2nHʑhIû%r :T,B>Q2 ?j1p8
-iC;_r8\F!Ej{"S( 5E՛<^r_-$piܥ'_euuy~v+"6thLKOIw0'?EȾ
-endstream
-endobj
-1213 0 obj
-<<
-/Type /FontDescriptor
-/FontName /MQVKDL+LMRoman6-Regular
-/Flags 4
-/FontBBox [-515 -298 1647 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/A/five/four/one/seven/six/three/two)
-/FontFile 1212 0 R
->>
-endobj
-1214 0 obj
-<<
-/Length1 1904
-/Length2 21734
-/Length3 0
-/Length 22966
-/Filter /FlateDecode
->>
-stream
-xڴeT\۶5{pCP.! n݂ Vj2ZTdLbN@i'G03+?@QȊIhno
-`gfeDpANf` ?lP
-僃/OY3,<@
-wGtmpWQ
- npv\&7E/ջ Oqq7'xY؛9?w_
-7Nr `Ru=e5Nv@T /a{??PkZ\˗`~ac[{
-
-RZ
-&;ZW#=5~,} *ܰ}-ֳxk pi k/L?gZq\ιk?Px)`J3CH\#L˚J:0) LJT"0S1LEO!^XS xtP
-Vۄ&#bjWH_)g9w yv4)M|+3? :1(ZȬ d9x>8BQT;$A \ξ'lI#(m?=NҬZ|BCm(/f9QXg4 ^F|B@EE`D QJ:Evߚ%/⻒4d{<Dd(PPUf{)]MMâ_=7PRK'&"g:+y3)I`x.נI>5e75b>ت|/L$C`9'OgjMyb]V(TXȼ8S9Ӏ!(*H(7P]jVIڰ{_(dׄeσByVBﭨs@slƞOR^g{T-ř }ʊZ^"E'B 2ѩMr.tY My#828^ع[…?
-*XRySQqF|횫4Eª6[=q,PACqBY{8#A,Igv/
-7Q]H2S"OI/ X.:wWkKljب(!Z> ή/i=JAwVA#U1qN>D0!;, 2+m&֨tZSRm5pK&YcY=W' 0*Սq-[\F/DlvuH+Ha8?% @3G&3PQ~In,jR^+zڬ.9B*Җ>2v4HcQiR@ƪ{ z#:J-7_Nr[j[{V"}F/,Ҙw,_W6צ *&xSNz"j'Gpe7/a0~'3FFŖ8h~D7E0`X#Y?1W$d1r䚘8ˉ,Bqޛl;DQ&U/] ; } N@P3To f2MMM&qA/;ͷhQ /C3+R);Iv7\1JƾH+h6ޘ)i瞍suI?i?U-z툰9Z
-~&?l|+gbZ9r=nɇ M~>x!mEe z=dm~uBN]MW"cWiB)tNԇיdQ%5΅ͺuɖ=3|<+CŶmW&sPo0XwE(X|yM= 7?i%{ "}0ƫFJ
-wzZ} ${C۾˫ wM\ɲ5/ PuטȩDrֈ_
-]N>JC3fe_ډPV6+hO4dOX3bک%irn\E4T>PD&Ota\5uUgI~V*@Up?tsݽX5eʯ23ψ@((*<(OoH V2( 9Cn𽆮ɭg~}P1_ Rp
-Ms Tgw:[߫GDgtʂ'=FY|&0gߐW6mG4;^-ZPCF]#[/Esdk'z,3o8'r^93@aJf(r2-+=Y؍ /QTȯUًa,bڦH/4`(/?nj݌6HF§pi 9 J3G,?'U: ?V6Q
-ùZt/c~{PҬfki3 cU= L@
-w\I4Jsܒ6-\LiQ#c}roT6*)*?~j.]
-B:M1m"5hOG*:iHDJ؝I(~{kM{1j^ibBD3u>]̂(.l Te^uJOr;yȲ~e;/ <ӆbnj%:̚3kn/N7ka>EG^n$ð& `~{mUrP7-Q(؞[-ܑF&$P@,-_C^w"}ѕN%>|'36l#PӉ*)WP&쯃J5ganp?C&6Z̘'e/`rhĢbSu "l
-4|vdzгv<!InTavcIg)] q.Ypϛ#MԮQGOƸ.[KԩL`ʡ[Y}a*ӵU[HAvA+u(HlKrnG%;BCH
-OJADF`}5J{!*<]wά1߯蠔Β^Ni-᧟7g
-6YN--~hM @)5&e6]T4&y$yGR7WQxuHQٛ})_01 BӀ m/|_iȊS+ etGMTDžǶ
-7rB`a?lOX ].V$P=<cmNH0?KEJ~@zri[<B-EQѓqB )cNmip7;qlRWԻVdJ, uK-J`)&UMyoN5u~Z7S w`/jV!cIBH!|m1~cqy(~q"!OG2,(7$fIa z-G%#Fm=Lݓ}uF1 w($t߶5|@@*]KwW^]:ŤD;[rֹ>G<L{5քiW؜??C=MKƎr^Cگ_g=p9 =Κ0YR˞j xÇ(mI|5bo ɶg/mE5>ނɼNs^8>7nZ0P.MDjpCA0ꋼs<AMɔK_pa9Ony1 A!ǐ<;z!ǙE4V,غˮl?!&(\u6N O[žBT,|ԊI}X;-s_s͍*0զOƶ[v4K Ōdj 1_*{,TC/ZXg:mE㖎_?%I4uW;Z%5`_]MeLW=x': $6*T ǼȚD}=:/ηtO NQOؙmRIa~eHO?R|/cδ}Lu"5\mAWe8% wA
-KrZGwIb?mjgm>31|vp
-uʡ6ɺN:R0X"'m?m,+"'"5^|ifPpPm&E:bMV͙;nѳɲ6g%pdkj&ϲ-&AO'(7VB>ae;3@6nʷ*V,A8 "8q%#FIއYN=J~+A/#_6=ĥ{ ȡۊt]b)qK$ׁM#%[.1dH p"kZ|e>}J5ZuB 3л
-JV-tj.:r1.rWk,%$|]LQiA6MeHEW%&yyd(W/ӃH\Rfy7IÆ7̛d{$?P>MĬo1rS@@kzِH<zDUG ɠцL?F*N]OI;~@9F7db@.)iML+Z̗AЖ<~
-0~D j~LUau܅
-s6#>O,"Hd?- N (%g8pu 1~#5 ="mV7&[@ FO;Kueb?mΞD3ɃMZw<wLo܊w),na
-=2_Uޠٯ~3]*N0[V"P'0ur1 N6A$ql?}*[ /\~G Gin ^؃%լL+zn]O9B&>asT@{m(#~6}2zDz f0J\OԨ߂`þv5$ Cb)c]%:kζ_ÿY+xn#7S''ov+ Z4S{ow
-d?!ܴL4|v:#w%});`FG)<߷ GM
-D.2,-|wzpӊ敝p̾`&A}T_9W
-]aw'k!)'T}痽T3 ~h-M glkgiwLTb]6=!T* Df( ah~=@4(E##iWצֻ--YqJqjDBRhPy(!Ɉ#׼Eٳf[k,vy݁l^_x +<r[ ) wDʵc;COBOc2E͝ǗgPJNhg&b~?h觓;e:a{xFTá ?m0<;Wq&t)2ɔpjChaA{]M#Qyq
-=$Arx9fڝ( ̟Uǖ{KcAӐ$
-}t5C %VTt)wIgjH&`8̴9n9XF]6 dc-HhcUy[ٟ_%UeeDm],yX@Mx4oF`d"ŸW[F&f2@
-:kZd2Q8lCy<jڛJHb_7O,lN89 /,G
-)r}P~Ĥ/,JҤVECr-ɇAa~}1YhNIayia]>##cz䞭֕D1>w}Aai{h%P[d~q(nB-bF yS\%9Κ ',H;G=5֨T&Ǩ+ NV"(QPuj e`:r@. }:9lD Bo4
-DF\ oZlV;߮^_n^!^4c|Stq΍Ka$l~n~n{ax(ygI,8 brUJ5 y;ĢFV6?e&HԱJ<A%#)>JZK1+OUyՓH*ݚ2
-Q R#lôk3dўD, 4;߉*ÅjZ
-,%
-J- :-f5w4 sT4Q_b
-9,Smba4fӳ'~NG>&;VrcÀ 5}XSl?A%ٝ
-T+0 is̺MibAVv E GW1YbsNe>ߵ[ P30- ݋x5\uUr8bzRԨ' Xי7{ l=M!:#yIS٬᳢17.=ZZcp6I
-u~|tЊjhr+PD}5t\Bg8r 6X/@=߷>I(t0EYb*s,ɚJdc1͢;&>TytxeQEboA^Uu-ok=^ǭeHf %ǶFб|l)}y 41Cq8 jҙJ;D]|nJLqgю !-7
-WD.튚huڭ#AWtj;Q2רbä5B{p$k15"
-+^h\\ꭟW֝~ظnC)۸ئ50Hcefmo`f ǒF(XRl}k8C 󅙢OſP\.p UiP˹ȺxPC
-y|<R!:ES'o}Rnj^iYQr؛Is;Gmv%tX!<=vQ\YjĨa$^چVLCƐN\ј@ve#BF̖ )h? bgMm^~#^`vo1'ZS/Տ5Q==Dt$ .a'W>pzq% {sLMNS_o^T@ŢxzrvĜ,&)8e%1
-LjmcIl9b/WALk>nyAh<dMs68tՔ6 p2
-I9K# m:{=x\s{x{\ť^
-W{ÄUXH $W篢1.G1U| l@9C3b,2Q{-4mV+`e-
-e3݁EEom6@I3l9N~`eҠX/ JPo~364V{vS D#( Yr}]0`q:֡ao|>^ rǼUiaG,l̛fmq%D"HFzG)W0*CwԙE-12Vr;lq
-3&pL`MhP_$}JP&lAp& ]K&l{W[hκO?C(d%!x%D+T/9Ea$͵&n'I?L,(}qnA KimW3Ph|Tҏpo (ڝ;;8(Aq
-aeY2~4z}}$:,1, |2
-kN\O\LANÒ\8,$A"xnYV}xj_h<u̻ɗ4kJ *c75Kz,oG:H)CkXj|ڵOFFdldA}KWҸ/NMVahTZ y)
-mdc}?V=G,*Xj*G"5=Wrm1Cԥ݈ ~za z49'Qk;d'O6$gۗfx37
-i>j6*v'uv<urX@ ~I Cz deZQ$Epn>)r)Nwk.)M͖NLޑ?y(Tze(۩vw Yj{(`,?%LB3Sm`?i 8 uiN6hzb+(`KdHYhᅮK9zV)YS$-=Fv<[ϤTܡ/.  Zߠy絖V[5?螅p{LfZ(OHk.2OeY`v 䢼̌{7?6v{c~몑h{"47PlMcK&if>X1EwgRK/24]1yhϳͤk>ꅒ) ,ւ<S|qߐ}elOqv7Tڻ -D 9ѓH /ɅvSerܗЙnBZ89Gzn
-U^*\0ma[WdSchM% JdpA$y5}$5Im&)] o^}%)ǝK^֌<T'2b]<wu]"l}f=K.Ϻ
-
-6*%muk}
-qf :g{mpXx<^6_ ]#CY[|c
-,MkSOb!Ve'^Zp5ڎN}=;L? ݽuʶbdT!dyKiJYz7Eq\ lY1T
-ve3+>+IvH |w@,O%&=z\i{'1EK5(<ep5*sv~vٺ{C{ԟU [ӹ|X'mumaA+Tt ݇=4Aq5-KGYa
-STJlAgVQ{6K@M4(L@oM: B llLD-F-b\ic,d7B?}v\ TՔ4$^3ag Lg6
- ]#dאV
-d<ڻ\b|Tba2KHvfR))U<r5qت}{+G~Oe/ͼE@a#R;~+5e۵5vU ؊xZ5;!L E3ޟB.In`ԐA-,ćE(C$8=ζr^sX)cȂ,vH)T5}v#7 # d|9777l`Z
-"\
-Κ{C娉?A!EWTAؙȦVPzud/n@k6,p0Fu"o h,/qUdd!ɞ
-ܢ-{muUbémNYH-zvTݞy0| xEgji.ج*!?uʎ3 [V2P`+el SI,/Oox>mCݲ9nHލ :,xfwgW̟lѽO%-UDȋيUЎ4An=Z#tߎݲwߗyk*bR>{dx8*Q$,;
-F|GJ˃HwӠ0y0Gx`73~y4@?1iF(a2ԽJ:, )>[$Ey%\E$r:@rCn` دR3znuET3o݂{$U`ON9H!sDOOlxzgR%!t\>%lfa_E)5C\<
-765bʎyĈ6\L.2DsHs'aVE $Q|!̺h!ߐZs/_&[*qPs{~ \|=k
-, Ƞ@= M𰝱N<x+bn`&.`W4!=e)LS=güp[x,`?&Vw"7*nـԐiCMfR1 ^ cgYҺKKN ]S2`IjFZBlR;V6@r[s5{ 8ղ2Qi]4n>>b#gLF심K
-^
-X#IǙ-@hƭըz9K1?Z} Ny8RY)#R%)?2Zwk3ΰk$0ACqEQ\:81(f!"+^k,4{Ƒ+X4 iU{8UcJI"߀7b!J`bK$UíϨ-؊$_}܀ٰshoCd6>m+3ZL \tr`,^0$[6.ʖF,
-(He%Q8_ Oz+4A s5(NpBvcHH ݻQ5:`[_;'/$mSeռ\Y\9o=Հ׭f}bm/΁Ft:
-PPC1JžmEuFu|K+Ds
-ϮtRͽtJ4vgQ ȓvˉ zc`
-S֩z2ƐGW{}K64./5`j;wb->.<,kE(pxZeAaB&KoO
-77u-
-#?i`F _K]~ߵ-@O 0Ð~0X"Y9TnM5xn~iNG9>('w={q )Q7['I`q钳S<B(Nw:MOÚajr|.(Zc7hVڲ7M*RfR_썿-+=x0 ZIR 2<
-a9IKϱZe7GAّ7jx8@Si0]Pe;at4z 薾C&a6tT n_O'exPUm͍HW[ؖMV1명}kN|RL<6B¡t-ޙm=(1U~7yPW^A8++}]6Y܃"-4w0m/y-'-ߊ% sYuJ4O抂pRW"j)hvpؙ'M WDa
-fb7 )륂9GēHb;xIYa1gŨlJ<^k[A pcr'j犆˳8#iٹMQ5rh&VlQ1I*'}):X39=곲.ST, 2o/Ejq wΎ^eA1B1uFvTt̸P?
-332˗hO&P׋hbTrmV>y4[V>I͕hIsYfƉrfHcxKt:`I)8&/=n O!rDܮRWeQ%rv y OgV}da֠i|9*d( E
-endstream
-endobj
-1215 0 obj
-<<
-/Type /FontDescriptor
-/FontName /TQFUVM+LMRoman7-Regular
-/Flags 4
-/FontBBox [-483 -292 1562 1124]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 79
-/XHeight 431
-/CharSet (/A/eight/equal/exclam/five/four/nine/one/parenleft/parenright/plus/seven/six/three/two/zero)
-/FontFile 1214 0 R
->>
-endobj
-1216 0 obj
-<<
-/Length1 2653
-/Length2 31903
-/Length3 0
-/Length 33393
-/Filter /FlateDecode
->>
-stream
-xڴuT[>Lww3tHwwHt C RR%!HKHwH#!x],׾?3 :*u-VIK9Pfd(h͜X5f
-6
-'? itaA+ /1T&)99x,V( 0!9gKA?,BVFUll=` / N@Ȧ%} } =G7AZ K?C].]SAAJ3:Y,m\|
-G脛Ap( (f^z-s|fk\QOͲ[Dc{4y7Ӵ·x\y%+臃ю~ͨ(E
-L=G(I'*Ne0ڛlj=q^jY$31I/w}kNIy|x0N^|?;y()5ujմ} 6#GWig2ͳxKi%dV;]`.uUp:z8. ;׉a5V$;g2iA`C{m4W)!,޻0
- &}dy5rO&F
-=Kל<jLjPf^J'qe}uyueVڪۄ'
-_Td+'V$ `˵M-Р1[p{U!HBG=׆YrJ9L.dm.GUc|bT50MOlT&1 v{JT[]'*]c(Ԋ>sĽgjRvJ+r+SZZ(S&_WQ?L[`f_pX>[:{0T-+YuuEtm!5ݦ%
-' fC&׺3;ޞ^@ Ygnq?Ӌϭ\
-)_c̭b$Leim!ځ3R!Ut;&өvigQfguƇ`x|z]^cP]Grf<%;=ʝއnKǍǽ7f"%Y,:Qh
-'y<+DgJy iH.<xkd>L
-d^+um
-wPN_#^Mo]0%kaNJɑWٍb$zo:@Nm= Cz0axL
-?JP
-vA
-/$jQ5fFcߝsmT1;垷AL! HZ`k
-؇_2 DʑV/y։/}b%k Od"cޤƹn}tѶ
->>I2Ċx)iz2ɏŚjW };s%&mckV9ڧ1pK; ^⺆d!2}|du! `
-;s|92BiG*NZ
-`$m\gI;SVU jQh$(TO U&KԷvYVk7+zSm"c%urͼK _ŪOeu>f
-!3FI)`
-Mx;]s݋KOmyBA0w<sZcU8_, Ge_bkreKt`oɴyBwȗג%:*q?H`zmUprE9tڬǣÄs?;b̭ yOWn/߽duHa냐:Kmbއ+~MV aәƢ{I 9.ts99awAh0lSU\`լNr(_k5.eX"9Ż >Q*"VTJ*usgEy}B7{I4BKYv?QVħ Ӑr ldJ+9>՟yKb$Jk/D&:.ۓ]-ENX݄rƜ
-mOrTn4GCQ=զI'L_RmL/JnUMֵ-`䎉;0p}-.`<FbP5;gV'XǢ E)Go&ɬYiɢ<Ȓ<)XڎF =V;}Pw;v`ebJB]}93IE֣Zn8|1C~Rug!\a/Aw'7u\hZs~GI:uz 3k1kdfM
-bB/]?{#ϊ]lJ+xV!Q?Fӄӡ%*$dGFI#{9~wpY>s<-
-FD"Р;m 6 ~f!F. YѕѴkT-9
-`&8SHxbčuˁ?+~`hS88əs$jT2pKv;T s3e*]+U%.S+2v˓C:5 F ~zD(vH纱Ӎg-1Wܟq!\\wpb̴"ˬ󖌱{h>PQfך1&9E84CJ8G0E܂FvH2@HQ~3dZW%}=؍tZ.I@/rkboR{jn^ҋK?S0_v8V3yYX=vš0/!wk(aI=_x#EGI!G$_s>6-%2mDet Itg"etܴc,9Q NCwo27grhw/#3:$QLy)#"=t3' Kﷂo
-=n+ڶE8t1X[_O3)>ѥ80ӦH B?~\yI؞T㎖RE<[Q^IR-E1be &ΉіarR>뉷VqiSrc*qK;)zfl<&4im#d.r] `LO8R<  ¼@:OvOXɴy(Az
-kYfkMv0{]m3xc/SzowX ]?Α}I/%?\餇#/\5@x_[xOK i]_^=96G%}C$
-!ʂcuIprLUr"M:}E)/DB{@S?L~.&Z_@)O&,u(zwD.л:zetZ}7gգJd4tk&" *;vMV\9Z"b0ۓb1zvůiH7E{hU`_ ')jGu ^*q' r':mҢح4 QHv *=5dK Xm49y%H`y肓Cd9~YzuauMɣc_,p|i\w919Q=cbm"k/ݥND7\P(k<b9CucfqJUҜ`+fojU_I_Qa've-)FDQ^9?)5l%{L=)4^E\!T(vQN\Qȸ({RKkRᕸ"_O%N77)] ɬl 57db;եhX[*?gD^y# r!Lhi<pEi0L]z}x
-&XiG'!}3#473:thZ!1R3P[BcnP^:kZG30[bեGD}eq14[f=qfyPW<:0ʳfLB>ڨR,q #1#!TFj3əaq,^/['wdb|nb<u@V{Yw(^ vsp_ȡp3\kyFLQptxB#zH
-#UuIZU0~I=&mٗ%ssfl̑{P 4.R{&gBnExmWx\mLhѧb)xO긱W$mDΜ;CIjB*V/
-{K@="_X]H>5d/1^dl<XfN͚7@C7
-d &?ZqF|6?]sxy\K7Rs/
-(2hQmeOnZ7Vb~
-eAR0h'A3PPRjbC5\mNfsY#'4or̜MräOĐ#PS%1S{}oiz'0_|#Zc9
-]t4'EZig1)Eȱ9S7v>]D!:Rdr,$pjl6q&0uMR w`l &I9W<
-W4x7o$P&e? Ot7@5,vx,L_<U{:O`ҍ f:h]wqKJ^q! 5ٙ1EdDdmϯbr6.m 1= V GJS):=TZ0%D6XdR31i?` 1m3/O?5@EeثMGb~|HP$gEڈ(r=)R&[@.+4*Nzvsi\jaltLQĚڣ
-I:}Гs}m$'R.s]U0u"vVX1:kLزAʵt[ί174ϊggk/we_n-QM7`n)*ݽn4e16c?RFlQ {?A$Jאw6:2|y-9,Ȋ20ǥZ MvZ@S$$͆%Av_4%qg_P0:2T~1ç5!h?,S{NFH\
-g
--5+NѕNjgrmõIpDר曍8wKi
-tR+Mi2]#sY2@Ww$^ol
-Kh? wn ﬡB~ Mo/;xe##,z7ۊuB@•gJ1vg#Nk?fjEarw j
-QEO$V\dš7 :q[ m.0#
-ụdG/Uu\R4
-%r|^}HErP?;,8tmHI!̷@Ie&]6ÊԷx݇bQr*O}*00L0fDY^;{a$rBGN%zfٮmo*n$I}ѡ23L{ƫ U-bބή<ss
-#w];%k+.96G^QA_(mcWF\⥋YD;68e./SDwDsRl %1<uhfr~mYPQJg._T[n ԟQNܛJs.(u2-&Ǩ X/;|˻Q"΢7ÇɔlujdիG|M| m@?&
-镻0[r.:r2 L]#J)&|LqP<O<7 J1Dޏ_[ʅS%]8fSǷl$׽RW6s77T+;S,Oz5Y֩[>; DukHy&HSYn/ݵ $rŕP,ӄE` EŚSGVsyC ^L0W˫ɃQƈZ~Ý %D!QtUǴ}[*oa;>/%erIA}䈇OZ1q VcסptL:ϼ9[|9"9]%(C RvrOBajAІR$~2Ԣ>H1VČO zP ?)*x[2ԫ#II'G8EԂPX]zNpE[5;wn K1h*-)l[ɑ\M8k \u8%
-JOߗY43rJLz+&WH`VOğ63PxN歾ERvdoW,Ƚ##1.{2:U~R;g$~}`rJ}jGY)`[2dK+}$j$qTfɭjvk.8I0A~HSf&"xKޓ8ۢY;z\[,4\5^g1*g+"au[X51$nKs[úaeݩ#LNcj1h5Q*H}ˆ}d=VoМ]Qo_M=(.-Ԋ ay)lUAdv噮<{h(W e$ֵpM9 jF=g\![Ck : /:ep(-mAK\@.Q )[/5U3ͬD#:l
-DYAx4H|)e;4/>
-j9YMmJP+zxJc-a^&Xb
-~*s58YȝZ#o6+ gk`mŴmzܣ>Z$Ͻl0XԪe><>w?R*eNg;5FY1Aq|ޠ.I
--{|?D#7\xPRL:6拡q)}`id[mI s>*E(7"}7~q뉦n\ɄK]}vȕhs-Ӎ?kšxm汖p߱ 2*YJVXc|R/\pIb o!kט]ѓ|{)14SX0^q  E%H(Nc=Cv)X)$FVtP'h#܏n)Zʩ':Wdu-rQ EA2ǫޑ[ &Zq\EF{$4!mIpSt\<7l PaǨξC^!W$3`5;f- g Ļ,po`_Tu_,~~!E76U䳞Ur`CPk2Krٕ8Lq[ 5^Y+7;UR)V9n Vh͋4sT4OooTV_ӆyJ}¿L)3[!._Wua 
-rws",# 7i0̏A4+s
-_CCouA8+ASc|E՚ =ICm4wد.-fT+jt/NW1꺱
-9TzB !փCFQŖ
-J`0?
-;ӵ蟨2#\/c9]KX&]Y"!^Fc~'}|gһ ۩%$/3PGF-h%V>N59v}JQ+QDP1gO`z:r}{Ӕ㓢 LB
-7 byM16AO!J圲i>؄LG|7nApez=&B+|k֐ǃ>OFʼn]%^SE}Xp8%hKתAMt#=Lʢ#^MܘHV^%"Ȯ<d9Ko\rv@<.l-#-0 VN"[񉛒NuqEfow[
- 0RVqv` AOc]c]N=~vO%Q4W{Rz pTxpA0r4neSV;,i(3
-SmꯀR nzl|c~^v%> %
-r:Fiu,̧ǭz@./IVVjr.s0oBݸ_kU}\:yu=]e/\+}vʔg.aנ˯Rsbj732sǾJ\( ]hK-¿Svp0) ~z2"TNuV$:}hYlgbf4fvy;Y^>B| 0nܹԋDu.]hrbt`@eaNs<:#-ɣ
-L9D,+,,n|z'gZYU1Mz*Z3 K^",]e[𞎨#;I>_:4#RcXXPIUbzWOnKtM=yuYE nmu]_obw n=\b5>(4t_#|{P$F 6xW$W,īN_5-m2au;t u໡/p / }maw'7}ᇴ:^${P* j5%JO d.}
-NǛz] &WG@lASsWcU/ϝ:5WC4=KǬwf|6>AβcxJĶׄP}3p>.3*S @ReC` Q2uIG`W8EjQ =B54:r}ToA!\v(
-" W?-
-5Ok|H-5A4gi`A~)G;/u56Bĩ_+`2ۻ( m eB1{=л})aFN+O@c?-[Msa\U
-_-vq5Yw#t,U8^2NLS[/)sa?"AN"D@eS7p? h=8ȺM[x}[LMq=Mv͝jV{d,~yV0U_XzU.myځ@̎ UslQG+|;zv-)R4<&iNI\R2XJ>K,/?r](>GDMļ&#+L}6*$9$SX+{"b1$Ȋ pV#Y@"\TޘZ0I' ؠ
-l w2iOA*a~֌IL𚩚nJ`--k^CS-$Zk9-j.Gnw-" $f]kYົЏ+`Yb!F>|[wUI em2`&=_a2.R"#*@+ћ6'׻pslCn5WH7R{YO~F8/)]?y(MPA)S=~ q"("3d0J&$9]ED{ws#l~%[6 HJ!RJ䊬{*,cm-> (R"WnO=zofdVW۶2Ū "-'l6Ѩa zۛUdSl~(glorW(XP2?(Fκ;ZZ:f2z/48>ۅ>=eS$uB^dCs(w5vu8ssyRE}EMh6vZ=.e)@b҃Y*nWgr0[beU쬬ngL)'HMϽ֜A$bLG4b(am$T$R`OsENj`}-1OX6O3"RW~ q8,KAЕ&
-| U~bw*]NI6"9B~ _1sspΚgv8bRg6 QRfx6;hEl::d(H\ǩƟՋ6`'S*|߯1i
-uIvoףӍD푿cGFZaT@k1M# jLQ$fRz!I2PRd Z_M{
-E8qAk$a||?{)螭Z 2f&a->m*I
-RoYt+ S܀|4C,<NF+`8۱ZtMQW2cE7Yx-Ykl5nyDUt✗6`-*NaKߨP*BV5JՏ'J'a \N#Y0mC{W9WތtB|,GZ(^܁\ OO$HTƼ?b͕*̘pee}1<C
-@@bz.y࢟^= wˌ;ǒ
-]
-b{7?[- RПIPQ#!
-y`gm/H4xJhCQ:x93p,W̆qǸCnrk] H 9 21,NooZ&PS¤߅R˷ኝKfN/w`Ju;^taOOP<z
-e'3{#i;W&@A/4Zu r@]
- ɬY
-*ha:vl|U GV`C/~YӀ2?&ҩ,DƁq:!%)P_><uKu<{5'h᪠H}o'dhpuB Αʱ~XE{G 6
-=۫=;VśSQ|uRE%"XόDO| I6mKYAѵQۘ O ܪ
-_5e=vU2OTzX+Uus Η(^%zkK@oj!o3lw|ҟ*J{k +8V+AL&*i󎑾ũGMw #:O<lfCÞfj|xqX=+dLтGPU|kfyMɟT$7ѭkKTR "e3m:\k=;x\Rðhaם}2 #7!gZD'
-tg|7h`1Ղ_B..\
-vȋQ,⪫-F2.pP,-uPrczc,X ZyyIG=E Pw\K}D5(
-r*bw-F a}5nM UaL
-i AWXh[:U!bt~h
-EU󆼩ȎͬdZO\L='U=C-v|ep;Gew7PSYx<8hEƑeѮ4ನ8 tZdJ#Z-}ה3gDQfus79ת&0Or;Mj(_bvɘbdOZM|hni$󋎙G [1 qVzÆ,eɆ}'GeL𨮼~s8_O;GS(^Ao/?EJhF ;hIqjq
-
-:ӦM&<{0kXIScogd./&,%B& 65ZwfGEs,1~qu
-w7.pɚwT
-M%4"t-pnXwhhbuj#B6SZ6jTtq!
-hdp*WI,O1VVt )h琇bdʪ_pBNq߮0cͮK2b_a$rhwmj* lƺ=;Uh1_y )%@D)'zRYq{/ldUNt-0'oVbQd7pi!(o ۂ(&p {CvJ=..rizau[t2#ƶS-L-TeI.bj5<C,Pr͆R=CSPTdNyLWg%\͠xg*g!89j bt ׼뗵Rm]tIwK4<rE'.
-?ǙD[ꗩun$^`EZp.ovEVmvjO8h+*ݠW!ǒ^}\nsjnSFȞpiԶ~G[^Bo_$4c7xt6Jb [hIݮzPCQqN
-dؙь%` [GP"@)Z=Qh
-.F;؆ö2{d?䕞0G$\'4N%X\BUޯX쭷O6lkΥi _1'7+nEڏ'@A}ny@oeUkFǜd3Y[S8[;?!\^u{SnoK .32m*4+-5=Y^q1K2<4DEh8[;fWU`m:*jvonӼå\HR+ܡ^E2p'S)NL
-2r-$@*2Ĵ8ڧh,#B] mcۃ' .d=
-895|
-E D1Ȕfr1w`l+i zl?)^cP8Z~<
-R}Ĺ/m&ԼBz6Dս0Zh_*E"u'퇚:*[ar#eQ| N+HY9q
-]]_j(t^\؎PUW8WfU+ZR8b9\]hm%Re¨!Ӎa//'w-׌.:f_3]kC+KI\w#P?)Jkn-mQaY_d:&tu)|<t=\2jХ
-}vtgl8'WƴDNu
-9zn?Q!EP%F||f,kKh-PK49$źs_bV$
-oar*+#{Jú2)QK32|
-qcYbFMt=s'xQ%PZ`B$n_  ?Je{]p0.&RNnr-H|7t+#ICdYU|;ҷGÔo2s$jp!qc14 M`@Ds~:;,C#e݅]̨@~R)Nm6hգ,C5YwRPB4*,T@ΝQ|o$##sI0nᭁP`xޡ
-yР̘G[԰yȴUH%Dtjڋ @o?Y͍0W*~]'A`7[6Ϟ^Vgc=eឳbswX "rL
--ِ7a+@ddkQ{GRNYl랴"7 k]*b&Hiǟ:?c Sx8Ѳ|'dIcJ=%ɗkJd3?Fge?-;I[l0 :3A?z%:(?lRQNDzAd}#N;Htz|@oa&[MMH$=pb+xjPRzB)Ee42CwawSq %ռqzݸbNzQ2iH3u?K͐?l/Éc.<8d_ȡ꠿m kU(DS`w&"w]!1ES#4;6JNFİx]-gH^ 7orbL #ƭ,u\ Z:KWcvV`PLC\ 47/c8 X=Wc}Cx] __EV/W0-
-WVA l(<8)'rހH.[Uˡ' 7ߒσR@
-Ds 
-Y mhYaHP۳dm5 -O"5[NRP H˷,گ^<&{
-vzG`5C݈{UW9ѫ,K×De_Ft608cD\V Zt}INLOqrWpjJb@{ޟʜėcRMAZm N:T<%[cp%
-ԍ)Mi:Jp&c#ila.
-99@iZV+:Z` LY|Jݤ@OYoߒ=L~d.ڲ2<?ѶԳnƹp%8+|Lљ y'*ܞXD5E i#%lH7У"L;+*^Yfۭ!Ѻ("!Wy;AJIPA_%|O[
-4F]8灿NɧK}O0VԬ=!>r' gƈ^McbjyY^6#?y(TYj:A 2q^*XtXKƠ4~V:P (PtWc0u<@ ]D7<pcl^)%/\d!DԘ<͕7MK(j‐`qb煙=7]!ԞopTQ2F&'9֟^_#X>S+-tl~8?tp_=4
-ܩ{W5FNoY|H2qLH}?yCm'[ &ڜ2TW[&FeKm?DY_uԬK|*==N$ͽF|} Wz2y"0tK69;W4tAO}u{&p0Y8!@뉿m7f*[ ^J?wi$] ;e ٵYEڄl'\yK `0Za4~P{_$,=2 a+9
-t\^hjp4AAލ9MַRrk6~9ӃOP
-0TJg)Tzca޸-7cj[8]arKاK;alkW 0*cC^4O_nmvw@JM|qKKȢr6+i7k(
- SދzK>hpgBOV̏8#_<}Q~qߓg<qF{6a<
-62[@$BrI-QmKx?*A 0rt`>
-endstream
-endobj
-1217 0 obj
-<<
-/Type /FontDescriptor
-/FontName /RIIBXH+LMRoman8-Regular
-/Flags 4
-/FontBBox [-456 -292 1497 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 76
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/Q/S/T/W/X/Y/a/at/b/c/colon/comma/d/e/exclam/f/ff/fi/fl/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/question/quoteleft/quoteright/r/s/section/semicolon/t/three/two/u/v/w/x/y/zero)
-/FontFile 1216 0 R
->>
-endobj
-1218 0 obj
-<<
-/Length1 2299
-/Length2 26420
-/Length3 0
-/Length 27768
-/Filter /FlateDecode
->>
-stream
-xڴeX۲5
- k KM'w^g><ЌUc֬9ߦ UVc1w4J::Xy
-&< @KW;
-(ce+,7v
-p0s4vrpL\\L<6@&~
-ƣ\AmXf< 2P_oe4?m@Նұ+sM
- P%D45}Zhe`Lkm$h 4Gb\$5.Oaaϣh!ocGGt,Nuhڂz
-JÒw^]؇  B}HXd)ڥ>*dl̸Uf~ ۥR^G{)Oմ`&:w$7Z @LZΡlՃHs՞]͂1|X< + E!?^ݔ)l
-Roa yq=8CZmK;ɨ\aAW6(֚~*κxh@v.1pt$Q}D-%[{,[P3V,Ehh\$\MP*9RLNܓ{Ρ璠3x5;Ei5pkۛf@5)MjzQ`^C6
-HA%pk :/gԢo%)GUtwAPPSBpR}6o|aй4+_wgқL:za;l v]`۝n
-"c=&'վՅ"2iw!aECӟUq]˜{gTSoZjA5ɺa!$HQ:2C<_`UJx:O:^ u7^Ry3G[׻l1D<J NSpie
-neA`4>8QƿLNse od*f0/ލmED@C/H9I\`oyoPpMqL[)'ïjŁ9o$61uسeӯ6YO;'͂6؄V~{SvҲ{5B#JB=1׋5jc /H|SuBE``1߭ }ipF7ʯLL-
-]EX{푊\0af
-v -YS$cYjUݻaRmR=e="b 8g%shQOf J&IO*3+):qY)aDrې` S6<3ۄ͵^a9@ڊf('qoV[%vuJ(I,0)PW~BE5T},'$J#uT2X{ݐ<[;:"rk Zd MwC[zs{
-Ʒތ#2fEI x[w?+mXk[?2_pl##B]& ysd:pd'_;̔#9w>sʼpDHgV,E&O:qjo2,0)~ʻmUZ'|~H}qR|Kzyt^8H|B$26Haɮƒg>_mi # sZT˖`eL>vCz'P:Ttq91GZڷRqCEpL9ZjaA0C)8BED+}jމ,~EöuE,Ӄ݃VC> B8mޢ(hW`8[oGK<neà ;{7H 5ѳwMk%9EPq
-jo!žI1;}飴|Sfᕄ}ꖬ\.O,')C﷓
- '%4>*d101mn0Y
-AZmQ'EͣF_.!q{Ps+-I "oݓ: 3|+*Wؒu4Mͫ4C>"iڵª~;A\;:Ek"SR2:Eݿ}>U')1nݝo7ƽhrbnKbzx2[;`>,T?'r0&^Y ;LJit\Ә'_+܄hR V#N&D(mۺ2tKz!DyaãxuTu˱h q?\]dDI y"kb`JG'f)rRJ3$XA,K, -tWYߥҺ:eLx\TcF= KW.`,WDV(ziZ7Te uXAk>ea3JlZ(;°0}fpk:"6lk8IܥEWKib ;qaeHDjf]M%̇s@QSʰF|Ȅs·E0ܥѺm8e> A`6MaR8}am0="/LQU3;W;iW!|ą-S iiK[r_gr^|DbIYnkr; \+\Xi;d KSɷJ\bd_~f5mU;^z򋲆v SX):aV|~RSѫHwdtʛT ;g h uI!>gݟ4w]T
- )3 ~_D}ZNXo5Rj>pE=mKnkK yFonVsc{ӫZYG&?H |a$؝X^=X-sIɐ OhWl{Rj2GIcFm%`w,eU0x-=I쀘#Off9H:g}i9.Kk\A3׋LzN[W<) n4^fHO
-_&N~׈gSk!Qp&-.aB8_3s8Ȕ@&'Ox;ݴL>WwCj%5wm062^>|
-p-<;<j4TLWXw* A!BLܪmn&QHL ZӳT[jD9_"w@jƒmxkȹ؛$
-
-#zM*F6t+r3=hR6*"WOK EW:`;8
-,R ȜCb|t`[Db_yUuV]:R!VC=]&$Gb}
-p EWsIT ɒܥĩcŒ4IDiy/~Cq2Tjm7LN
-q֖%.4{QsQ`Y(o:cau{›vXLw'܇KCvf򡏼f9_a㝏 SOq{תQ#R(|:
-8ܬwn
-ՅW0tq]peGTcr TVFTXܻ^I0.EAwje_ \C/Nc[g_𩛪v:/f9j.?}ju:uizeJ'yޮҴ!Q%wtbw!jk:] Vڦe1CD`˛zv*ш_ĜOo
-fqI<Sʱ*?</\*;V)  .yTo6h$.S]uYa<uJ3<$ix)_0Ϧz%=sy;NOlf ,ԦR8ZKɻr5uΐag>&Ix^C ңg|.ju`H;a%^?VKŒ*5\9NlZJ / =삺o&x5X䡪ȚyUGg߸J(*[<8x%cȽH,$%n~
-nǃh=}^^8>y#$4U}_J(ě&zbJ0ό7r&SB\5wZKiA86n:0o>ob9(Kb+ɰNGox|3(zD {`Pxxn= P#:q7&kFn=& dEG{w)Y
-vBrDqEa-$K?3C镵g>(sb%%a՜ÏSWr_&Mnka_WV7ܪ|LHЫJfCP2m@]GE?&hӌ<?BnUaBM9˙"e66ʖ`7SiT/t3vU??rW|k;kl)‡q;7qgb^J;ڒ2C[݂A=|*y/4Z$?]&SVHArYYC BGrki䗽B5Do-x|W˸aҎS0|& Q>gixiBN,uwv;[N{8SѓO8< \]:k\D 3A+W}Oo@ ؠXKk{P_UYUrFWOjz#UrζO
-&Ww˭QwnqU.Z6
-fptO('Ou9?:V{Jdеcr0d,:\ylzn/_/Qcp ;j&|Uk'YX6݄xYRIz (kaHBQSԐ ʍ'9kEK0pάEaWdV(ŚRIq[kab7A8лBW+?HJMĢaҺzD
-rcf!8ޔ]z&{UԓX𤧆wUirg; w+zV{F8}m423Ixo}CBڜPhmZځ;Qr˥t[2cJ="q}I-hLT)+pAAK+9^$2*bZ{/Z`\D.q`&M x|8P$L-8]nq, ːlp}B\uEp!zWDVGz+{m?}
-%]GL$5eǮՈb +$稒 AxnR֥=|8 "Zxl^(>סowvmN\.17'Q,}T&x1[e?Z[F^wnL
-C!\^bV҉yO^ZLS:YQK45#RU~2Gg:']EYb! -D:NsvZ+<ە^K{hV].YMT?e&ƚmI'׵NL%HՇB$06m28h3-׏&O^$*{J wJI/Dlܣ9x49>?mG>DyAcCe? )j3˖0N~ q%הCwlðoL ی2ŏl9[aӪ'w>Krf4Υ(7(!;ÛBD}T|a?*Xa $3}H~m6ל!.-is\kFOirXi]4C '3T^Z^|UrS 1j2rtgte4H.&,A"ϟ'dk!Zh&t9C̈́X8IL ׷3&˞<<xKQﭢSob If/'v["JkJopqsqWzC={I$4fUeȊ~nJ̢If:X_ЈDg > {RD=$gljq*Z3ys!RyM)6ڪ{p,d7K O,MI!ܜ]w}_@X LBfv;Et"qj{)5ym;6?U s}5bO?oibE5edL?hk&Vt8
-jjaDmQN1:Mh V!MX0&0>G9:.";AH_,0hR&c
-t8fn|+F^-Å06S 9ps!jۮCK1mj!{$%lғ3q ORz;ǖ-mr.oc'Cˮ4Vԝŕ_vRYyQTmZdjUߥD%>bG9Q$>ѩwdЫFBLq,뙫 ;@[>zY_:,fX-e [[ϋn5.4xw(nz|7"r:u[~-N*l œJpDea Xfv*ϥP b$Nww-]袸X>C0pu), ` G]oI^mFOfQ9űy5-Dѭ}H fBx!RVz=k"9D͊:KcC:? rl-0R{t {x#]Y(KvEj VJdPrK^!n#NB@=D(1n!Aߺ]tʕǽM5 mUҘN5:A' ͬmgIYmʾ
- dִYC)Y,1sT%5!Jv
-^Z$C7жNewMRW |,Pb~{zYǏ̜pYJF?C_0F߿Ðrnǘw'Q1s(A'LV̦3yX'֚wp. H(mZk
-v$6HRMqQ Ő:[cFgNɅ53|>H h\ӕc VI8ca8yl"W+!X(+1{pTH`JwR'N}#q`uw 7f grV W ?H)@c=@|6rs4pA^FĪSʲ#~x|a]3?وTlgI[bֈZh8ET EurҏpGĶwN!gNLHdN/6*qK +i:{H2{wn)i:|qR*p܄d,kVlaWf WR&$@TOϖ
-]얻#6HHy= 3 xpu'`(W#u(}f!O׃iPGx})ەv^{
-
-iO~cX3~V3]*mؚrflSe`3eڐTPt2xO0Q0EaPՀ
-4Y!6Iݵq 2ِRN׳ `#@dm"x>ާ5 !Fi!e)'sQ8΀W"9vcpW*grdnol:6{ xq׹oo
-[8XxvSs?82`Y5c߻%\gBX*>W5HD^.rD^MJ->ʇ+ ۠Ow=
-I8 <!8$PcawCpho'q\ST1YHYx+@2ih+e6%*GZ^ _4HΒb[.1:_Vs %f喸Jf
-ZP|,|cizuLJJ@kKsR-$Yj9fB[~ W$z8pZ[Wn
-}VVJ :_/&@qI2nV
-9sbJKI)=$`T1砩_Z}ь*x;e†%8Il1[&*lKmD9#'vX$q ȏ4u߈^~1M 6ck-Z"Zw4,g~olk^5nIܓ;ɻ@AkMpaWjRIw|QFSO
- Q$l+Qt<* El&yPtsNDP֣#}w~U^S镲ch~zWò]݅2oLKZMG˫{%UW0W,)[9gWy684/m/tMIc:QGI6+d5i5z Ƣ
-j͎vp[YӧSev? yKM|i՘tV!?|ɅĸAdQTGWsJ6?U9hsN5IVt޻VЕDY1L<&nV./D
-y>"A݃l`}8f CW"8#6즔6h
-IXLzƖ=3YW#HD6/LB[RM؝x 8Kk%a8fuB^L2GR9lO~t+*,iyTjbRΧuair$osFquc$31uK.BL2#owTs_O?BvYIWd{1"YV^l0vXX:QiԽY#k!~_\Z Q)}9 /!-[4҉zncaA) cVbIi{ז#+o,% b=h.aKƵZxLjM]F
-.D |S(+|L9+Ze6ӦשNT̪\.髕 ؈~iG zU+gIya_Ȏ
-]S+ܡp=t$)B&!QeYmP~ZT[Գ0P 2%hHE`Qg5H_lF}EԳy>\);Yx ͆6oz фWy`hj^'T3JBR-UDOJꐝCp4U_ɉqUH)\,jOɿU6+ht*4 #7ᵜD*
-TyPʹB<|**pͪ.;xyC~x1S:
-e]/bmRlb~~j3"Q 6y|iO5>]<9BB>Nk[9(w8VG 1ꛔ
-4 IjwWJb<UxM],n7"EV.9n$:3 yw-A~GEOØ^/Ss.z*;<x,1<p!Bb hvw49'Fky>B! Vuro?nG6Q19JmPJuvXU␰JPb&^E`oDU%r \,шlGy%Xg\:aͭkc?!5< WJu
-G'|,ĻiKHB: $ .ެ)Yij=d\;Z<]r+¬ٕja2`;+
-\Ua1Kzpf3WlHמ>);G-Ae=U"RojXU~X
-y6ƠC|RB;E`~`4=:۵' 6?L%-"tָdSE<\B>So<(Aydy
-/u;4;ĞHR4b4uF0j|S$%݆H`\đM6͙ ۬9U}*@?$3--@-hYjX->XU.ܵWD
-ŏ)Kϓ_E⌅u_ SUԜ+lP6 3nLqe ק3S6c*yE<aS2342å T??
-
-´ [etީƪMsӦ!rǰ`5W8@ppa;;<^<o!5*0}
-=p~f9Gx37FFϫAP2=jWF@絞u; R-$\ #t'`7Bm2ma~-Y_ug}E˧i5g)(&_h64_Y=)bF%^:^!\n XQӔ]Pn&~JPm"C'):ݙ-F׾,"|B5FU,gVO=l:XCpM%u>CƱ,rq i'B C^lgy>nA `tJ (FHIqeOFF&EM> ȿ-ηA#S:.V2ИGp6d̃&*=evYsF`7H:=[m0jML}b=Hi+ErBgӰ 
-AT $W$]gՐZ_a(tR ֶ
-c؜zѷ#,8'_XX\&coۢ%3TҐ0@ 5 K$?ۅh o}9=1Jsؚ$OŦe 5/Lo2Fΰߠ4kC2 T4tA iVAb%? wPokU"Y՚ SX9 @MMۈ$$1; :>1-Ny6؉ܿL]9܃۔}D ͯ ts-Za$euh^Bh Q_<xsD^m}'2!bV%TC
-V-T([)%ym3G[:AK,W'QגdP1f'
-'(n]TJ;~xNVd@ΐFرTp^Rk
-vM}<*D@]:>;
-,J  nFzobosec]Ix CdFTN;- > l/%iKK*@OxbDP-pJְzk-_E@"u"ό~\h%r>H@g$6 Nͨ,6N:RJk\m=i/T7
-} ױHW'(U
-z.0,Q1iabun?pĝ65n}༛[q={=\tv{U0)E$LYJgItQTʬiۧwp0jʸ24L㸿<'0l8mMjWM%VX=JL09IE) *ޖ Akzʄ[g)~ L۱{3 ]Ƚ%7
-@[uC/ui1$
-&rܻ%ADB
-pΞRQ-B$H?uU 2wEǬV:=-J=p&lp2eܽa!l‹y0Y̩e] q7#!]u>X >攄>ɽ$+(ЮkhjrDŽ_>-uI~>nHPuTUHv*!TݺlMrFϐ{F6/9C=Jȣxߋk
-7U`% GVCg~3V0aRb7k~M\ԌZ{M =h r&!ۏtZpVmu0b>>X/5U̮+Dh-Hc0ˉ9un$?ݢ#̐/Ib𰺄l,QO,Mzc{)6!=e(foxx^O[Lۛzi\lYw}wL=J<dfY]Ƌ2Gt"2 3FlKEȄ }4z*BFճƛ 1] ˪*/ XGkP@y! =*+X?c_W @vkh5͚їp3#n '"%:TFV(>݂g 0R :Y3i?7eoa_E K VS d`' 7,uxX>V%k:U+u, 1Nѡ
-4=W̬-5t&tmyPUp{GgԞƫ?ێ A{3يaSbe<7 b|d6RFnqA?_DqD*`y%$cchă"d!$ UMȌ7ʼn}ܒQfCoUmnBlZdu/}P}~ 7P\zAmoA+ "KGM9"YrwM6]]妫ař7xwmYO3lTf gWUz.IOհl5>\ȳE*q+m U$$I/BQMم,p`+%hs܏}yЮ㫊OenU-\n xH6@+ Zi:A\`
-7΁g^Tkv|`V\R"ƈQ#:_U1G<UHn _W
->q[G97g3*[B1qsErQ*,j[Zi.}LA~^@oEf3(ӫ}W{D;;:t%g\;<q"n x2
-o'ϝd$PcGG
-L+jngGc\G:6d= G+*vXcһ.igި!Ox 0k? dWr=#!>ұޖ"DzMH#:sd4M=ڎ1=5l(+Wd"qT(uAVo|:}iE뇙BW&!wY;R}
-0tvRFeIP$'ז^`=wxրYD%hthN $tfqO&ʃv@ҶK6 Zc+} Ȕt\i6Vʂeq>V% ] 3@V3Qe憃&f 2?cmL߇A*η6*sb_2HȐ
-V#D8.(97
-CӰ$;AHVC
-SzR%nM8ZO14KC9̹ad}I!涂"\Np&s-/oa6j0Qzi
-OIѥK@Bf;.0|)ÿ.`pAL6tx Qv
-u·%YwEV6ܲêh B
-a ͐c (
-k!!9PVia' iv|vzӼP/\{r9 {$T.
-1eࣉ
-qT8~^vYzPW ԖAh^yDF~K ^ l^cw?&BI6?~
-Ghi#Y#9qW. PkN E89|||MԻC!@2N;n<2\.Mr34ы%P&xu$[2 D8* w* sS[47
- zb) U!A b@)5 jQj=Rpz=J&X!=*_~k.wc9&A/ϱ^gwVh^n ASPwH /NƮL21-߀
-=C>^ӝ/VHՀ]if$|B<+=xEx+ ^ZgR&te'͓əwd[M$ 9r[PO=& (E9V
-,0uXIjo2U.r% 1ڧ7 N"0T -](?<L5il L۽K>Vͽ>lK?ILoD8Vo?(U3JVd1L~N`| X+e?uzQ@ 'e<؉ ݯJaq
-;]g_S>/x\7|3D*be7`p&=:G-|,EaGaRNoȥg=> L{Me_ ?)Y:bPݹ?vwoF ~b1LUU\nݵUW%"`&y>Iĸ⥶\ଥ"%뛁i{BӉen&hGuЉ¼lCA=
- xR0qz.htdx@l.a1TY]
-9.
-q=l幈C*nWuo&0,89 *Qbq"؝>À<?5fûr硙<p$
--"F_Q7762 Gە0ʟ%D3=[}A@:V>`/~C2%2xc ZBX;)hF'^vǿVYȅ4%:NkEK.p85~x]wy' -CPR!=*(E}o
-B{|7^(ͳlS_]=i2)f*wV&{Kaj
-e֨SQ :61RKɩ\pX#
-)~*-pc3`{_1 o@1"6J18Uy)WEEF9Ҁ}S(6΅EPl@ -M1t1`8nnp
-V8BAۈLd*G0Ũq\sf` "].n 4lȗHzQ7I^
-hNJbďc,YB  "NOq?nB[|H%WJ5[@p̸6K෩AW8 ]5z
-endstream
-endobj
-1219 0 obj
-<<
-/Type /FontDescriptor
-/FontName /XWCOXA+LMRoman9-Regular
-/Flags 4
-/FontBBox [-443 -292 1454 1128]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 90
-/XHeight 431
-/CharSet (/A/I/N/O/V/a/b/c/comma/d/e/f/fi/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/percent/period/q/quoteleft/quoteright/r/s/slash/t/two/u/v/w/x/y/zero)
-/FontFile 1218 0 R
->>
-endobj
-1220 0 obj
-<<
-/Length1 2358
-/Length2 20389
-/Length3 0
-/Length 21805
-/Filter /FlateDecode
->>
-stream
-xڴeX۲5 Cp Ӹ;$hpw\/Y뜽Q:fͺ>+ @tL
-&ﮎ
-@BYAMQ=pQQU
-ɫ
-4gs~ܳ%bc#od / vF6tt*Z:Xٿ
-`Pq4AZA\QAwK &k&wL
-N_?m )H=_bz_^?U89Y=? 8컇˿{ݮu޽ߋ|*<I]'_Xai-_&rFΎ:]OvܽX8t\7Y_z-
-JZFЯ{bECHfIKcM*kH}|z۪jc1Uܿ}LdOЊ@߾@ m1C\o2u|Q|.]i^1!%K:ι*o"@jnC?\xO8"MBM?5Շ_ůG1WyWVїXKמJ5s2V,WaJy@N36 s+GjfZX*V#a=RbhU>ZK<v9<Yf;nT@6왣a6܎K㺛UrF.BgSgH]ذO=t(`]sz V:.uI9 uQrIkqS;`"
-i9Tz[
-c-4-c )+v[3SC)ix'p|k5жBB-ә=zւC~|x|1_tՔxBxl+kE0я- Gqd*'^.BBoJ '>`LkгvJtμ?^?~3P1{j;O3h6V^VwM]*iy H<iR.,b_Jfy3xtƬRC͛g:diZP?ZL)Zf 9Tq4S}䴣S1󧵳^[y@6\Ӌ+wwCqg aފ|m` 98)-
-/Ӽǧ7,aP$#e5z[.-g"YN5sZ@Ȫf H@\A'܏͌e  no MpYI:F*cWO 1Z bXk7LM h:*^YaE o¸]m(֠^!/
-13yv5!<f2sXFuD]T.Bq|fD
-pfK6Nͨ#z@jB Lhy۟3+1Xůl (T(Nަ#I]h.(w Ǹ3ыq]dđoР8
-&fWÙ`jym[uFPVxMŖ"gpױP5~u@fK ]b/adfHB[ֆx(;7rKtB~,{W4EȯQN
-\k;Ԓ7 O1a!U|b?ز8N"|*Ԇ\f `u3aT dJ6R{<О
-W#/fM+#0l˹q0bR<` o P_F,^315y
-qf*ӶЇ.CPȊ<G\Bu@$//Fr3+W%_9Q:.[Uw`>c6߈8SxG&kBd). UQ.{VDa<gk}sCwL=c
-MOA޼f.޲O yj꓆帚'vku_N*282IY:Ƿ i}*u+82J7ӱY {lʎo|hDC )RKBfy#HXNv&+HSSY%K`q6?
-Ocf~U8Ԉbg\`M
-伏<'0W=u9|I(.=c Ih6WQ:֗(2"x\ƅ2ioq*;./3M$ᔛݸ^-uo-VRs}ALhusPjYڶc}3 ;MМyK; VbtH^ޭ]LaZ`AM&3ʲ֊Vr/Q/Ay8aʬ 1i{0q:JVc>{to?:S{9GUzn%`z]K'_*#;iyGHtC$diA_w:J|O0iK]tc:0yL֥g
-gm(g5hjkGSgSd^Yj{H(tJzDsmQ^QB$փAx_l?5-<E.*} p[(F|]Z@Yb#ηސnBIw)0Cb=}l/@_Qn{#t~'б7d]Su{ZK̰fJ2؂'h_i0Y` 2с%܏dk:yaZU=cwݎ"iV
--@~A#w/z!ىfM2Ј2>;窔#i(U\h!%02i*8~1~tG%iwU6p2" '9:WZL'|H7ʉgfW62[L*횛OE{}X)ǽk[[q'A@Nxl WwͶ
-z+16,*U"jbmoPJ%sh)l[HEA D
-#46<mmy#䁶*ɋ1>׬GLYT5}ECBRǍ/^M~Cxfɾx`1~>{eIf䞠Y
- a5nX57Yb&Zׯl[ųfE9Q:w:,8]EH [)ԫrB2ſT\-#)w㖓<2Ar?75I
-$96:g
-2 [Zg6Qc!^'T'[nU~˫CA_xZWD
-9]4}îeeƛVj 2G,,{vӰO3_>1՟#ߠ5ERﰴo t 7:?T*&QڸxUHaXE=,)
-LGgÉh<OS НS/6q~rזxDnӀ yrdMp!uE7љ7$@7)vB_{}vrCD&toX/wٿhHh+ B_-pIsf ;I֟FSFSEruWU?)mr2zMwЍId vl[o1y5+՜T47W}GA86fppBT&7$. :o?j6ů3@(t'‹CJB4gTS|VD@ ٸc_%d_"z[yL;Uk53t/ +uP[J9_,KثӑFhs<
-Cjn*F8Qɰ !Spcq-L9[Xl_1p $mC߉"ށ13c2A,G&cw&p`yİ%2Kt~a?d3oʍ
-20v(P*)ʆ|!t#4ٳ3^կ;b7b謹"ĺ=<
-
-jbQd
-L;TlFڞ-HUt(a>3b9V],W]fV=WYn>wc>FKӁJ8=_K̂iG
-[U*^XNRv=$ڑНFhZc_u$!]Θi L-aٚwb r/(gƤ70 D~vip7 A!3%jU
-T^_(|8tI zRV@BSΑQ~(MxMA#)|W͂P7b IK ՄߝWϷ1JTlBFcY
-B722!~(SwթHa "V_7rSJj lM&
-{rAev #ra郠شRh#|lc^(-DOq ԺǪ4ucĵRQ*MK8ȳOtMoiҕIbYtCs/k_fX3vs!;:Z h&9^62f(:=cgX<+%ޫhdwȼ r'r"h]JП%=("vU<G|;%?;%}?"Y%".9)5BfS8ӾU
-2eb!x5V) {^7HlG#M{>[;((41?뷊I1Ȝx[(8^ t074p5!# yf[rR!NS]u$=}Pn SsV_n =ٯu @pǒ 4ձij$zFHyݕ*͔G@-9|RBIZM踱`bkYw(KC[),^&XZ
-ZMrm=)KǻT}?}4Q@_"\ۻGbbu
-MeBrY'C'(af.I\s<$XB/O/BWa66°W %r*$V* {Sid[KtJ2 cqNdA:)oEׯ7u}CS6A5uz*UnKaQOu'
-2H\
-֤CMFD}`)m"ᢦɧ:v3
-^w`RQrϻU[Vka#, nۭ
-A,px& #o@\]9YBa^/i(=T]5ΞthfQC]3!30$zsY|(6
-dēCްgd0Va3F1Zf~L.( Eh<_=_lSNM~ bq(,FC3lgWcMuZfߟT)m?*=,kxڒ@ E]θ;mb1;>Y/n)Od8$(zv@!0;Vbw|Oְʦ )!=|} xƕ+V$[n~Sp>$'u^:;ytX2ۃxM9Ъ&M$wXޒpkRLvᬔnRlW|gY}A:'d}^q^]-š~<Pp099/,ഇ]XT4W} '_Y? {d&ij)Z>%<֑ZLQcWl ^-w.rs*r5Ya+g6?};}7\2RG?=1Vddqw@w{D7c|hGeOhk\΁Pn ۙtĥvW¹n d1'W鈊oy@/G3y0VA̛Yݻυ*r;js9r <lNs1۵os.ȢV@Zg=N?Aӓ'>&ZHa&Zf "vIUbi)Q\a`42GŴhYk#4qfB?}r@ <-1'q7@4Wg#IϗV5{Euov,–0[ow$u!'}Y̯4xE&#5©hmGKIc<>!AnŎyÖ绢fzW{itֽ
-Mo;!1b3E f 9$!ri3hH{1t)b
-^x?VJݭ"0K;_37y:R7$8cKФ r4tT璋?6)M*R0r*
-Vl*ht>h\- ϧc/QLmWT9w# ՞C(0Q*^]X|4sEZ 4jIX.0<qbFگ<
-]~O$v0:{`?\.gMU?XG4tsDQ[fSMh3ܹL# bÌBEi {BP_ )0I5vS5v1O7~v&#͎16Th,y=Ӯ$ɖLBXur;zrtMܤ_IP};{ < BXT  d/14g`:Y8}8뉙AH7
-22Q,b 5'MʄϝL]咥Ew$kCYնռ
-Y'tM~C#x(ԾرsƟwGsuq)GdזY1eW0999|CF9@LU |u<ݫ:4@N,U-}s.5Vqy/f`nNO%Us]pY'eu 3X;EL);jW-EzS>'6 g,U{iArbLx51 rCNS髁5ORvi?3y|mgEBBxӤgm˾
-d\~zvC@6[]:$98"="
-_=7 p8llu<ñ=砭veK9IZeTTЉpֽIMK!< .oZfqŋg\E~4r"͙q;Hܶ"SfdO(^/pKhOC ,C(I 鯽{hmAǡu,9D~
-ϊu↓/3c';z
-ߘ+}"辦bp|y+=p<p $ζV],J3/ⵑln[s51Σ{y>Cml2)ѧWv+r}(t?ĝv7JJHtWsRa\Atm#c
-qk<H#fo66A7`w"D=fyZ]̓t,ŁCokE<[ru*uCC̨+2D@SxK 9֏7xj"=`sCr*|!BQ?v3yG|I`;Q'[0a3͸ixcfl6 Y/yڌѸsgD,"iTw6ma7)nhMcA(CpY^p_F@HDQsc! :?q%H>&@7D; w']ݝG$'G !!ch`{G-:ĭ",`;UO,VD-vX+g+#Z9w\1N*)νtzǜzGu+3Շ=RBםh1T8jyI}Ot7Uac4gOS1N5
-J4',/p~[絖4Yn~>?W_w0a|iLrfuT(`5{l9 Vk_ > F%׬Z];[kҬq['
-P|,\u(=/'˖QK dőNt]F1 :۲~ݢ\!{Z8Xs%clj}}KH&">`B\ o3# :J'UBbs*Ԋӛr8݊s +τ< ^` !JD~
-DMy+n@501c؆SECZkPK9BkUUq4 kq`ͮ^G!Oˋ䯿5g~TU(VX"եx鄱ȴU; ֟_lbヺOAQD?Pڸ׭ R$U;㝴'Â{֏}d z*R2o =YǦ׽J7gJ--T~I]:T(Aǫ<+J}eΝb\JsnRE(C|ПƥqQuk bϠ+U攏wàvOxT>3,>/`}ˎ}v: AH9o3Ux/@iWgTiK{c:c:5gC[`1 {6}~\F
-Ը+j65x_׻6#7W }ٸ;GA.VsGɮ|~;Cxj3TI Kׇ8+.3P޶QkU_nKZ
-":/Xck^ujgC&TBɅ/4Ǐc<u(DޜhlBjf7:N"UV7;b6lϺ͔_%I ڐ_Qm'il{[3a_bl~u:d'V#u^R%0yP^^fB/[;Y
- jUbPTf5>9Wf/COWLha⸰sU4Q1H`zڙ*] ,ScWƶhʿ;̙L*E%I#"k;%攈Ngϑq,<%_Rҡq+±b)3{,WX)IKjL˛ =gs8JvCYMw/=] yH{˺zǡ43o>~n,[طka qI G+ܴ&uJJ0~NBC_,Ws*A7A=1i,=o{i]^bpz1̃%םO6 $VGQHf'ku7l6DXjA91`;k.wz$^7
-ߩ_(YJk
-
-fۅg?|]$soh=k/KSU6wbw16=`
-Rں\ԌNՒu5<(qw6=6~&JݗndៗS]'Wr3Hs082W6PHa>kX9T$ ~
-|찹/jLH(c8&=o
-5KŇp7RH8d(t){1uJ/H<cxcXpJ
-A`
-~Ƒ",4EjѣVW@VVf)DZ.Dp*&獏9OSQsgmtoku{S]tЙ )p=Խ%LF`*7\n*H.ࠝ)kZg[d_r
-f_ T&gJB|kå alEqNQ^Wه
-.ޘp6BΟ@U(6_[RVۺE!LƜSVi 6
-)ʃߞ/6Kc@ ?Ц
->b)
-Jqyi}Nj4P9js7_fnĮ]RA<`
-@P2fͰaXV׷BѬvGu3ސ(F0~LtD=8WKpV ЀtLI\-!./ͣY2n=[bH~ӬBCT6 BdoEw&@|g8S1QXg}
-"ՓG(U.@H-jM 4UOdml'
-endstream
-endobj
-1221 0 obj
-<<
-/Type /FontDescriptor
-/FontName /FWBTCQ+LMRoman10-Italic
-/Flags 4
-/FontBBox [-458 -290 1386 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle -14
-/StemV 56
-/XHeight 431
-/CharSet (/B/E/F/H/K/L/M/O/T/X/Y/a/b/c/comma/d/e/equal/f/ff/fi/four/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/q/r/s/slash/t/two/u/v/w/x/y/z/zero)
-/FontFile 1220 0 R
->>
-endobj
-1222 0 obj
-<<
-/Length1 1816
-/Length2 12527
-/Length3 0
-/Length 13711
-/Filter /FlateDecode
->>
-stream
-xڵuX[[=wkRwťݡ-Ŋkߓ'ٙsL{VvU5,@i+3; ?@QI`,j
-"`e afĔ夥44_ϑY #_I*xx
-_
-
-&X+u'ڈJ
-r]MnYٜSA>!<rk
-ԎD6˒/Qp`R_:>pə&mev$o@0Wsv pCս8pv܍;DהP i_+5|
-1 jZ>nYJBrB1iOVȀ: u6ә(M
-)Kya3=On]<d/k]\t,6 B4afoͥbhQV$D;B єZG+ mnt$w2q+lVƋp}?F1{>Ԅnӳi9߳NhCrV?7q48)q⫛h 
-=/!Aj-.LӊR̐x @î Pp_qI!ҨQ\зvעQ3p!z98h(XqjcȽ!jvIqM , =jz"jȒ3vuX@@hrGos>36sw&=0뢶CY%N.[)%߼!ECwh3Wc*˧_umE9haq
-({)#S HKeQ -q$'Ds禇D)cBN`4~C8{5m66N+ =k|bA{f
-j z+
->e^?[JD#PIRo[KGaEOŗep`<otJͩ3BV2zObA>6l8c\u=P]xMm[uo_q\׾'7GAy(MaDj wzU˼EzTPs⭩N&"[eqBLҴ҃A] W=CVMJ!6EgH\XWoc\~m6Ђ8(5}G;jm*!\&HXH&%4hg5C< g[ppsT(RE}.5 E#bo:8%G.ʰtmIʑvD1Mx |Uly?E蜫<z%vu$Ӟ0He[дDXc |هk z'|CQ=YI;~鿓aiH,602q:fx6ayM8_<_&\ram.ojp/jP>@h2^1MT\(J FUMyRz0~?!aFIP犬 WZz.mC1 0>qOH%fldRSy0GL)YCkҨdN2$c~01&˂E&b+|i)?*ĥ#i j8? ΐbrݖ&nU%1$
-V%":;sʞAKiQf$k0*RM¸3hBH$ERr] 6 UmǐvS^!inuEߔ\suy
-/\-à7X?vYЖnal׵;YǤ"}ˢGijcda5}7Kt# YjMM9
-_ArU|f Kb%Ip"
-hoI}UMdX{LsrZ &a>sn\ߚ-3K2{\zk8.](B-$źq15|\Jb>F7h_VFciAѳWW8w2"Tq \A)옽 ?FYlZ]uwJi2V(1|C5ML~״]$V@q3peC0
-#h=,it~C@S5ar5b3S\oLNTM=8xBupRj4g8X'7<F4h})8:Mu0pa8uMh@JQ*&BJЪ>8dJ,w})G E-5b[i="A섅$YLt9~7!:FӔ'Ga(@ضn~ESSeU3
-m;LI>:3hR/?q
-Ar.9>XJ'ZK^+0jH)|GT\ 1G;)<Y?G[%NG ­^i$L뮞a%bS|E>B&{oLCE),r-tZ7#d;V#U3 B(3LY + R|xPDує6F{Hƒ=.GK"i҅l{'.=~[P#?帇`3T"9hˆ.wv)mز]$-M3lO͘oea/}c0vOY@ ACUdw1IbarSZMӓ,/K\*bzN$T]\33}
-1 A6woxzbf",B j
-:ggP&v;?q.Ɠ4Ilڕa_潐/=h﬒c &`'=L~VemasVa뽡CPV8?m]"}e~F >0 b^m /t|媓0p hHZ TkﯔQIٍQטɂ]S5O>o
-&}q& vri>iź\O#z(?ӧaܺ0d@mm \4Úfơg$nH Ng*aj&uEwwa؂)zΝP~,XZ}#kc)pxǙ~̝Nܐ{Χx~Y&ku =#>뾅}#ش?$KrBQ4<#S5X(LhZO`[VO\Y.7> ;ʡ#cO~m>]) Ĺ6vEW+F,o9gs͌a'=o2-g<=EEi)8cQ>PsY/V#>E^4ͥDDuJI)~Ezv/bi^= '6>e< }Tǝ2\ MWf#]uq/DkQªKR%݃Qqn-H*6~S@%6b7A
-Տ}_<+Ik:`U[}0.Fr[&0u@X'6!%;AݚemuxW'H=aRG} a^U~nUjbacıUu9S]BE:\NsZus;.VH ҍ BP c_J)W'4m=tmLI{0$D)'SyHQ`>b( HߦbE'R|ez҆R]/V9{WA2h ^g$=[+;jhoQL搈(ɟ>R.ԆNjSӡZ1ٖY_'Q^snq`xUP%
-x
-^/z26/j֒/2F.A+’DEwv:Z=8?C&>UG2@S( 4WLcCo$\~_i>
- J>2
-h @ Zo 9G7|K^ aUxVW۹j+]EvR5Ed66ҥ}Qһ 62-l7vN 74&'nC3dT !E@8Vw1䛾#3:C Ze,|A~%߀g|S0=-wRwy;IL%V8mG֔wAZԤ[u(K&甛wD,#FyxO0N,Q\P'F9@ \Guu][uen:tq3FVA;2;^!H(hs<ҏ8fD.Zv5.
-~5FZydwJ/)i vq.`E ݿ{h_Pt &=dcaKіN|*1
-]-@o6oF(+@ײfȤԀGU͚@' l,nit=NϨt/'+g p;ZB! 0s{{YؘΦܓZ渜 qnu`&c_ba7d.'O0a*T{3oY|YΜ$gqQa'dHNe_)bl7t@~×\xGr/jsZC5]&IyDF B7.-&ŷ&V6T8\3ⷦC{$UwxX,?2Q$fEv9Ub$0kܽF#b /czFycokq̬Sw
-Zى<Å}:^_L $A nT ~AJ*9IN@ԗۿR>A'QQ81B8e+((16ՀQ]~,( /}e6}\x'l<cЖVQLkd* wt2B!PĨHf'Ա+}F)LL|$oeFb'Ü;eu;s?@>:E[ɏT6 'keՌ״C% ?6fezh$sz4Zq78[~seb2=iETbp^ {y6*;+[~6Z0~9'H\& DtPQE_gኾ2'덙+b)r]=]RR w<@I@}e a"HB*9$g`#;V P=%G^^Pb68sݤCr^81{Ϋaڞ;vMf/&%aP*])Ujx-3B2a"H#u3:א(0tS $iNgz[;8Q۝QJδ4< VҜәZygOpꪒ~b"\Q}BS8s_coeɶs%4-;WԩeX[P+=/<{F݅2=nN\ftfɳsϧVeq"O
-JDGԏ1p/NMY|2yAcB4stQf[`ȡB%IUt>cJOއU>a RX>s#~BڀSӆ%/
-$ۮ&6~p+~̕M[iKSk(uafl峦ۮGR*\~G`R$x];ݩ)&i#Y6lrGlEیllܭ^Ef)2b`v_.FL oIIudZrYa3FDQ'V4.{-u w[[w*2VVSh2Oe4U뼾p>:wîiۙ!s+ɡwXܧx$?'jݧd3}
-܏ɗ\MIrw-lp>M7# Yi#`|Ax
-^bZg)[wAZfVV4f<sjHU3bbIXѻұ>|5VhC#]0~OdtЁ
-x1+u„!tX(GIi3K,Fr+fd ^m(b),㵑-7A>ݽRփѿ
-9H?[L;竬W2W80w8~B2[ 8*^GV=NxIBl]MhE/%
-m rz?
-4i#3C
--Ad&3%WWƙRQz~ܕZ*ĜO`Q(z%|[EMf{1FWce ^`$ds)34N뾧+ϣLV\#$Ɲi~þKfZwZ1? 6|>>]c< / m
-CjƺZX "SK00`ѡp8M?J7F!%~_pb=Ә!Vv
-J n:Ut(N2+iK%_/ $rx .'CZ: ?#NágrLؿ/q4|NiThR
- FKhS"U XVz_UX`=fY| -8]s͡P"US{ݺkLR&
-E=@0/K%oƴhF *M˳t_wCY*|>V<#KƬEUtm.
-}`i\24(~FeKu+\Dڦ2)$ ScâiY}y\
-G` xdw, |֏kfPXށT[fAǙcvћd]9NWÈH*SV%>@eI(Л*D7#1 NѾ׽ Vg;SunI$όݗmywC+: z`Ī\ivVʭ?i:Z6KTo9vue np/ļ8-Gy1G-;.QGKϓ7Ebg O7VbmZѓ4l-5؞/FB"Σ|ZBjŬ dQWA7캎ܪg6c3=Te~'`b<Aqo^3Lѷ'ov:
-߈4v𖮉Wӱ!ѣWT'w7p:>'|lCkYȑf9n{Y(,xl'ڍ,P8 ato=]>#|IXHCLbUk' $ȭ4]qP}ա#o]r|a
-Ue0.͡;VKfD
-{g%6xMv/Cq,`uhn*ӄmˣ'_7Yao0cST)Zʹ%h
-ы,R/}褡~َOPcG|Nf[3ME2hZH:g(t9A>Vm
-endstream
-endobj
-1223 0 obj
-<<
-/Type /FontDescriptor
-/FontName /LLUQRK+LMRoman8-Italic
-/Flags 4
-/FontBBox [-489 -292 1472 1124]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle -14
-/StemV 66
-/XHeight 431
-/CharSet (/M/Q/a/d/e/fi/g/i/n/t/u/x/z)
-/FontFile 1222 0 R
->>
-endobj
-1224 0 obj
-<<
-/Length1 2507
-/Length2 20869
-/Length3 0
-/Length 22336
-/Filter /FlateDecode
->>
-stream
-xڴst>4$;N۶mcFcmac4m5o{oϽwL>s)HTL L<
-pZM]A &&nx
-$ RL<@Wc5OG 3/JobR-4 QGOg+ K1XG-
- `458ԀZ
-r8&Qo `
-L~e7GVP|s?lns+@P?@=t$G<&P{lA3:( JP  rlA_ҿA Z+?}ah hIA:1(? L@PAe  ΞJop?__Xiez.eA.x8xxӳ8ҳwlkM:_
-8`bV'^8YEpR-%n1c
-^yJ>{ s -*WɯoQ=‹
-°GdcG >-Ba|y8I
-;lPSKC:Xq'=a't"IW6>- {SJf/X0W]AxjlD8 Lpz+
-[R ʲCuT!J5<ORژ|s"{=o{L1Dj}7}zv՜7i^ahǫ$xMwU<5ͦ&fz0Yd4oNw@6ʦU^E:{/::jFo::D_sVPSigc8B H uIƯtӛ5BϰɊ6+ueOe3&
-
-ž䳷Z“˓'/UlX -;}.t͘ISԅ,;a/rbr/d;_}b :k
->"źsF+~‘;آ>d<EU1[ihg$!&Яbu,KԼG^=܅y5ӇwC,)yj9/cl2 
-R
-#rKA袠+Ұ XUS1Q56QK$;81mͯIvf+mn6X":9,0xY!'M@ -dMҭҺ-]?XDŗy&I羾_,ro4= gr(CWn=T>KL5fE 
-L+%|S8.n1B-ޔo)'KYU]"0I&-k4 |g {T|.fQIG?Eke9c! OL׎ؤ$(۟?٠Qi HɼCmNm_U*ĤI?OT?Gfl,$9PR `_FuF{r`ԉ8UFaKsM1T:$vt#-P@Y%(Vu"=ݺ7#7f[&ݴ1Tv^g,uzdJ4o?)nLÄxczI7  _jpb}mNdfqm@T\̹Bl3*GHJ7D7O O뮖|Q吅9K$ml1_Ƨp} AИ.ti1i u%iډoVG{ܬ"St(!D[sVJppL}7YUl1~2)$.b`9tPOf>M)B@HǸ2bWޖTJ|Xp~%ǓЩQ_ZR!yku% ro.q~zXOgl37+ۛ-٢D)4 ҡHj9֎5;H{dԟSZM>ưĠnz _E%V]fNt9ʢkaࢅ{@^}4 Sqܙ@8Km7v7fEii\F; |(^цZ.Kh?lT/s%EOAD 2Yw]#EI=B_[6ÛzxlMdzԿV #a0#`T|E<*[a#-d3Xβن{좖Y-?o 7a%g6y|<P
-wnz&\3b_+l3
-x eԻ!tk0T`6l7BJ)$>F6%Z'DZ'S*z%)22pm2_!ʄJ!_ST `% d g<`ݫvCȚrgi{Ia 38Oģv,]ϭfw?E03dpϿY61=NLH[nHJ|2i}ܧ"9ȸUW}Y 5Q0M?#w,6WaJ
-ң4wE`J+t3id1Am4=$l]T*.L?a`=y4^E ̨su5|Xj#J(vU @XJ@^?_a&|ĬysC9l5LM X׹w1_7Wfqf^.7-eb߶jW3 lNFӇMexP^wi\<\'UyqV}~1Q4坽 עsWsif
-Y]frs!3 9%RHlXNo5a0*4sϑk]<EbM-숡OOC܉Ht@p8*%>~=.8>+*1[˄ Lcm2 ,K^Ѣ2z(dlJφ5~2iqg* Gt
-uUEIh'Yi G6"Ǝ/Ε(ISqAV @Ҿ&)7Rdsl;7BH{z'~%3 pObK-e.Xiq BpyQ d7v:JXQ|V]GI Pئv4~eXS>B_}Q;"ՀLqitbwpj"^с/v]q\ՋoaNV=37&Z1Ԓjp`A楴k&yvB<Ю:Wǂ[~MナF#;_ICVs΄q-|{ݮ:k r0B G|#m_0铼t
-gSe۰'XmK'0wQ>1*{+;^ƾ:5_`^H4<+@b_8wK~g b{l$YELz-Eh<NdCpoBgDOV C(' Ufjg{L 4~BrٜqqP+bW3Hrdth*يgk=/AqKROjS<F Fz+ho8ߢ ?|)i'>xN6 ^nW-ۡLg|~V}/ oF[)K2G8'y}]̓qdhxUJMt;ѡa5EyQwP[l%ۚxXڬPJ,fUo'wjoKv[9prh|!fT{ºڏ'2@z|.dvkAetl,bڂ$dNmlIي}<[kvalro8_j`J9;|C'o/K[pJB Uk^azQVOq7dt:.|M iMXrBGQ`Eq+z3<ǥ^{Gdy]d:>Acќ[+_S}+Uo:I ]47s5U3<9))+d+4^ܷKcUaO'l_HkM`a|QNw"- 㬏%L]AoKg(v.Z(R
-aB0J(JG-?nO ws_/pJMj^X|RAo.nG8C {!(xO؟l{ $yA >PMΓ
-1 ުF
-4E>ޖ獝}..Gs, )zB7jTsB5垫edtsj*>_a>gj%:P:\UGv &޾ ė%z"5_$? cx)M8$Դ8f&CC06-$6~ddղb̈́ 5‘Nrd̟&V6˟:h6Л:nfR-_){ߢf*7*~W!$/V
-d EǤ0i/Gϧ":Ks?$ }jE<aqh_f=(͜e=hGB ,CxAX/%[!Pt6$ 3d
-6h@<vmc(5/QN_Zd6| 94uDrq(Q**z۰^1K*cc" $,|.He\mcq0DF44x=.qxE~k7ØY+L7s>F+o<e㽄6 'S0N"ڿ Z!֐.8AMJR
-Sn1YK%bt<{Y4r,O禶Ž:t{׋a6S61!,D)4.Gt˺I`3ó̙ CF&XcqPIE\N)dDCEEonGu^>XTbߍ'~6{C,p-/3j3뇤
-Y;9ElbO#!b]m/Go̯U<^ej^Jm<N:pMiyOn"z<ױȶa.,7=& a&k{{FOրvz"HݍWur.G'aRa牖K#)ۇ]/B]U9jA]Ub{T~3W jlWZءwh#_l3e9d=-mC{7
-3$yZOEU")ȡ90YwůDгatf .1ʁVܣ70=sf&1p2R.3%:ƻ|%Y
- g\KW\?*l :ƒ?6"iD\rْh':yԬeu*ubk)T\E{GXuXm "~Vmn*NU1+X5>ұ:I}yzo{:ny-KtOU@]ǘ(f@[Ç[Ϸfk ZȅӚ<fKX^S5bʼn<:6{{s n4(_d.Q74\Y®D9:WIP?CPfo/(@:nK)Iq:]%0vo+lUsDc , |a|G6_\wX~UyPb_>T сFc[{ BYem{sW,pbr/<~;VNΓ/w'譍O6$G
-Ñ?4TEy缚F{?FW` Sۯ<Nax`IhzZ5+$c&'W](xmIw&hca:qDaZז-{>8&Mr^偍 CrZpjvrrD
-'Q E&a:(~M^;E9ZF#Qo6tWAʲs}Ӟfo^D8{ZGԣ|wG=@X.Y˶u8k0nw>{D_Ro;Jc(;s
-ÛD%}-]Ms?Ӫg,H} iXf$/da@?lZ9IϷOW~,DFU@7JYecgٗ5
-!tAG3Ii ^]@§=#"EЎttr.E.\lpU+2c 7ޛ!G+@qC^yǟ[3H.YkL dJs?"fhZSѻ ѓӴџҖ^i@#,|.xTvXQ }73'
-&9BWB6n4T-~ ?+C/(8#ÝD j+8҇^Aemt@EU3e, ad q.A^IJv,qt^a q#yuXAeRBt
-_&
-Z2f
-־&?~~*DrƢJ1ᖤtҁOoNwj6CW(S S& ׇ*lH݃ħ?4c!uoE)FXb!?ģe4c@/#V^3eH7=./i<_P_Wa*4djG% @LWkpoD_x89zȰ] T r|I(:$|'w cB;lpغiZ-ׂgȻ5#4B_c>XWM]}ܹd.ZY\aW ,E8S]a)5֚_xp;Xb=$"s"X /oC{fجu}=AP!Iԓ^&V=LK2*@ x2CW6h OユjPȌB@Zvr犬@ZxHJmS7|B*Z(0XH;_T`&dZsih:+{mann\sO/-3`pV)z\7z9P8Q8-5^&9r}(l 8,RV{Bk?jjey?*Ew5
-c:m+v@H2Dx<DJ5<phI8/li )MzEQSA. Pmm}+GQbٟ1ueU_fm_k>agPy 0NJ_˾ՌJ> -Br\ >3jԗ,ڐ[;AbtUFG73kzsN&41O^Yr^8}&qDaG_=
-UY'щ b" c^h⛀I3SI& N8$^QT v9lOObl/X:7(AH~ >ަ7;iTyVDd(Nk.u?; 3lTd#-&K5d/nҫꢸKC!4]?}}=*&dA;㜻.tÚ#Qꓺ(D$
-h`}SN!H *7h.vQ`p{ŤqxRi\"tQzea.c:IayW%I!kP= =JVV'rAGԭ1݈,Tߊ~p52 YPL]K^{(+'iw!ԻDCqj:?ݱk%:<R񝍸
-a-n܆/XsvҰp1 ̔^YuY\]|j!EVb42fߢ,'jRg5Kc`~t4Wt"gIąvFn$2y'&:rnʾ)bM0I۠Qc<>R-.T`a0dR/Qj]:!Wvڂ(e&Zy [,k KFK떸IɊ: Dg ֍L56| 3QӐb1oZ0=SvM~7R*R7.#f#tnjf+ם~<E/$<N(dvNY\̡pwtaP 1ף$ap+$}ۈ#Cǀ'CN֕li%"־</+rC2 Ȩ4%/
-6|H~jm#Y]Г`4($= U\T>":=]o+"B$Zio=TMhm~ "Ք3Eo1 5=L<MhxiR[ďc4Qp'mѹ
-z
-0>1`+P~`% Q**] U
-lg E=dXg' 5nEBS' ]>Inα Ʃjj.&b |*BRn!57
-"9 cjdkh_^\X2pkPݍ;)-K~Ro-cjѷ:i*/{ru@X@\ة5}S{ΔoV'= ·D\HO T{?P%iJďOW&;\J>wO++dQULC}}Tˇ<AT|E{J*s 8+!Ujm0}?zL
-WXZ˕n2@\|Q @~FQnuvFF!WMЇ0ή$=8Q?dM!ޯ>Sc9VXZ@SI `4CNxaKE m6)n^z[ث~riV-1 ?;
-VőHoȡ-;2eIҘ[IpRBkܧ/ta}@R޵5H$i?Rߜar^E<1DU,}"^ w^'o};UA[~t2[F\vNߊD/$>D۸D춆ycذuܧ7 !ĥdzBdPL:?Vv)|OfiN
-&€k(aܠ:JN_&ןU'Joeh+y}@ {i>rx$ozU{D\*cԕR
-(`7ڈ{>2Zt
-I m9~m,҇znZ2-]Hz5w]ڝB;M , >\ǁ@=/pl_=R0dito>hJ!:/[Y&G2;Wgw[U U7lVW~iǢ \f>V
-p X?NMTͣ!~|IÃc;=骷OC011=~ımwk=UcwXo4EVsRkjSuMh9ǻy,kjD7ҧm 3sd,_N^P*>|,*$)ȗ%YGJ ]ꟜI;=nvԴAdT' g*JӱS"[g^(G52<_`;Jcz }28tm0P0!\R\+.χW]>k 9?yaϺU
-dzmy_ )0|T( ;Eqǹ
-oQWi2KfݑQS
-CrƼOar  O#ɵk:YÎ>[%M:NA0
-F$(qqFbGԑbNu&m-T^<-q:pL^xQcHmG=_ov?vx
-:yUl~wJ P`XO<8D%rt4:%ɁcL K<d7A K7C !%U.y>YkW] "fdr&:Y*/,8sH%>atrcNi1ܺ]NX@!|P+1ĠכDzc-Ox#i65\3{aŏ_
-ȝqO] "yt.w*bD 5s)noksZTDX=-pU#N?&=k&Q)A{[d/"0[܇l`yzyS6u^S=Q}#YqȠ&//N-\`>2`k
-ÒrEԖN%P``#f|TƥC㥡P\ޕdAd
- Jcs:Ⱦk,Uez^lC? ԫU"H-T%ߒSda,!|e,d4%-?V˽)7"B4 D4:a7|X=Q&;AQUF44^m$G*Ig ,A.NײxjWe P5O|{I
-LNgl,]bG,ٗ08ao,6;29򧦗@.lVIJGdP;IHܰ>Icl@ґN8YB>=ɗbMl
-mKJu(o{U˙>ABzC*UV'0~q` =ByܯoJ\*l|E5{ :yxغ(QQo"ߊg̀^Q"ZHOFl(
-2 Ӱׇ7yh\ʌbIs!M9X{#G5
-o)f{H4\Rb#e~lK.C8 U>aWGM
-0##D%WVJ7da"8%Ҳ'<]`"]TxJ޸ޕ@YzA rAamGGJIbWI{Gk?(ۦ~ًGcփ$a&i1U0Ժ?K>nїNZJ#pWUgQk})g$
-gQMFuO{й>$Qoo?yK$\yɽ_D]oIhF{qd #&gB!:|X橀y؜%~82)oItț 2EŝO sJmi|\KQXxiC?bzJj#u iͮ*F[mE B9ֈS
-Y ƬI[XM0d
-b$#Y P}Y"x 뎿m`k<PK<S(57OEA*4-D
-;aP$T!0dcU=`4
-x{^-G,gKp~@ bHaCjFĕM\ L̼f{UfvAoh2J4$g:!ɟK.*()"_]*,_dzП9+cUŞ~mO a*[_l|u:ͺc{dXoWWn}rP s9]CRݏfst$(Џ;=a?<N4g%7W4QJ; XKi97b-u|`EiCC8(o$MKGDob*lήٮ ]T :H7*=PZ+eN4e`ttரٲ*`ayxIRzfBˌ@|BLx]z1p^륁uN;t"WŨ];` 6vZ!_&#cJ>J >V ltPn7GpawM\bzhZ!W?mӡ_o|  m W
-7z{t.pu|}Å]<v/&K]M̓Szuk \o9IU&OŒDN4L6Q(jvV^Rhx]3T*<~"6{$C>1&"4ok pjY0j~3);My'Vi"`zż8rfETa GRCЀ @p^ifG^<F|'(G$I"XaF bf7rąS M?}48
-~ҹ
-<qN|ns)dFǂ{@dt^.4U4Sq Oz
-c6UdɖO
-}C{\fqR}W}T#Iҹ i6lxؖ92w֦1Sȕp7ٱЧӶ\nbUZd}jwS;_.7UZ"d5{}U.N80H l15w"*d%P|T<ѭm-^qJxeYjћvnŀld~DgL.SX@7TUN))r 7%2pWpXҖu&3ep]|'c޴K.W%{A%P G^Z 60
-}H 2) _kB_EV>Q7gڭʨʵNOOm"MH p++Xdku`|3={!kDE3 mjwV䱏i(2<+fl+.I/Eb;QQ>7w |#bHn6JC۳.[Q"Cɇ0RdA8lΒ=~ޞg06L\ c I4u\3Bf<_Ӯ՞=R48vt5zf씏%YTUiNBp͙4MNUYhcګ:$+B%V!tlڬ/eKBQI$3w|'[ q4VMO.oɌgd ivPl|Dv"S+(1.Q-xD&*dk>y.Ypm)+!Ѓu3#{]&$h]nLNq8]v^q2dFaYDk*%QئX^BO|bL\6A8jb?-uJr9r1ͰL c՘RQPmi67ZAY(u7rUxf]rC-uؼzP1 )90.W {D"Ҁ1Q I'zE{mFɡW4)P
-ƪyxLyyL !;wٴ#E=31v7KB:k
-*ag!ܰ+_#ƴΝYg># c&$E0ӍUL %7k7F!}iz,ʢ=Sǰq+
-?/mїRA??YC-pևSe>:EHYwWw/%=
-t(;#8& %2+
-#H5,r)e#4|ry?<.Ԯ1,O=q uWdgu?4A<(ĕ>9_E/l̬@mco!-Sf2`7pZCIvKSsCm`1s[ލ׺xzp"#1@ms[#f#Z[NIh8z`fbdd;eMUրP2}XD[aIR|.zz
-endstream
-endobj
-1225 0 obj
-<<
-/Type /FontDescriptor
-/FontName /RXJXSK+LMSans10-Regular
-/Flags 4
-/FontBBox [-420 -309 1431 1154]
-/Ascent 694
-/CapHeight 694
-/Descent -194
-/ItalicAngle 0
-/StemV 78
-/XHeight 444
-/CharSet (/B/C/D/E/F/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/a/ampersand/b/backslash/braceleft/c/colon/comma/d/e/f/fi/fl/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/plus/q/r/s/t/u/v/w/x/y)
-/FontFile 1224 0 R
->>
-endobj
-1226 0 obj
-<<
-/Length1 1744
-/Length2 12375
-/Length3 0
-/Length 13520
-/Filter /FlateDecode
->>
-stream
-xڵxeT.Ŋ{pw[p`ŵ8)R
-NҽssHLY\Y#4j,V .
- O
-
-Py*
-kЫ^;
-'
-?}EO
-d [Y:FnC#L].NVvA'MR5ozx8LAUKQډUs1Jv/Եٽ l. F?i`|>݅X㇠ޮ "DTc1[oq5$]IGK]Hcomph2OQ-F>C0] *XTgo.d7;cI}PE)) R,kz8~`OmP-O ב@A0.[%6~`k8i ~2FCs= XtUJiɻdE u&/-<-:9R֋5:o^GIM?@o V!m)kgԜ0{:5"H6U7X/u ^=̀a\6~
-Yu/ s;ٺv1dbOe%1BbUK){>iF:JV$<[VR<CE{_MH;Y:VUx-y 2N Xqkj_ވE%1N鰍<&fzz~w^<2V^nXJېzmQe'KC5L Qm&zW@Bnc5W.}s7vBA` bf Ӄ唫Ħm1
-{U.ܙ2YoN{"Nq( ޜ( nyz*G)m~5*$0IܰwF
-J1(Lo:EI7HYZ/]:N75wY:AC8ȳRx\cC]ˆ2LBI<j-\wGhq<M ۖX$__U\Dr{
-jk) J$A}8mel&۳6F ˏȢ&_@ }dؕ3@jPK"}ӈK!MDd rgΑ%0Ӽ$ybe"ă?e,_)3_CWVf&^Q E.@1N3e1NHv׫nm}l )D7a;tyo-~
-Ո`bn-ywg]3NWQ,LU$FoVUK$ЉCQI!%3 6<~d0s ֽ]cDu\Bq [Gq3X)?$s$ynw|5 dj[BcS=Oߢ4Ƃ6* p^ԥ.S *JP4TK2*ON~LJQi878p{*U6IKT.&]^[y uOlapQrM7Xֿҏp
-FMg*-_an&I0wP$`1I.ӱYb"G}x.R? ,Rp'$n~3y
-wvn8-wr.=T;ҟfɋRNk9s;1oQP#,k'y3lZrZk3ORyѐ:Ԭ'y 9t۝\s d4-W[a1 "#j:YF{_z /܏ }1|U,mOÙ WN;!P{OJ1V/Ovt g O/5(),}C IBX(bT2n@RzTgy6֦0i`naέ|Ϩz}˧VEH#Nňb&Tઌߘ.)Oz?BIp7jLn^X`?VC %27lXoa?W]r.U,#@BrE C-)i| o-TX} .ڼ$ {A ܡklv)DtC*Mt^]ipl? uG pc
->Ϲ1
-i$4@ːBœ2 ڇXu/jP@ǽhvheI<m5Sޥm?A\@[YP`y
-'˓;)< \8Rv)|PFoX_ho#oG2<<a\J}<d d?F[uxz7U&IS2DG%]o\'kȒS
-hDj¦wJD11𫷮8ͳu}
-kFbܩB"0Jxn]%?'U2Y9܎}'Yu$;,b|j&l%]9Ҋ} 6rɝh]0&cbvpt,ޓ]Vc)6&a^ҩWIYR#
-t=] nGyaw52O,% i n-F-ƛ/9kuBG-;)y6u~ku5~ SBRH2c>cWfoĆ(GK\ KƂ"uMD^R9ot:6nWzDI4Wy6B UxmkkLz{?@)6󢔷ؼfRSqCCGonpۄE@?[}rx9UI|f}W4C}8'ҒE1]M!R;VMfޝ';to{cxӦXt.ldsH!p7bx#+񄿑An"\9qa?.;C5-};Tj"·A:š%G5.c;U K:]ܖ>ڧ],HdNWnW4ڠ>{/XFSvA`ބ݄E!)C*N):7{+ ϐ#M ve~74AVe#/xA[C(!jS!'YNDa8uDǍTK[I kV{P<,NQ5Wm0i5E "yR&N}&_ݚ0G?Q5Y恷 8n;2/e_hVR!X`MNDO;TɲX컦lqOy,=Ă~ Y8f[#C+:@/+"o,7VAE^}MV;Q'17eC]k6[GS=~EWf8'̴~λۣI3M;Q8 V맛KqKKva"r~7M+O?fw@~;G'?nl"7T#s{!7Sȏ'^{r YkE7>.hI(GZF`8XwM⏷\^RoQ p_âeRnO 2XR->Dʳ6ٝBlΗĂmӑ2,0s~| I ;y
-?9
-`k'ٛ <cvlG%m~4n
-/Q7k! 6\Dol~Pqo#XV$ى*רwڿ| Z1!@I(i
-׍k oJ|u' 2dv]=}wKKKL4_: ӎeQe "ro|r3'9PJPBEx2?KövPʌH!E|gfanݔ[k\*r7Zbߤ<end\$<ƺIVʇ7_^q婯@9a%Lq6\3s$VJ7[ٕM#;"lt}6SJ~OH kljF MW|׆I=guB5̸+4[N%R H]ΡN c&&*vA@t+^R)Lѳp^Łlr
-OZm!d 2~KΡҰZf/.w3eŅFkxI? (r A #ۧ/ S.mǷ!>h|.k9ٳ3%|WVdZ@ߟ\1RP@SKX!F1YCLB%5@A?D&'Qw,,F} 5jLSќ~{mFJXm֪.jw`WB{uհDJ"c;KYr?r%ʳ[9I Cycs5Z{lXL^fJ+|!ցj li3Uz)y"Ӟ#BQ@I;ܓd~~ UXp]qipM[v,.o»iO\M'N/䒳˂֝hD,Z뺑Xëz)V3}sR:ѓr>R %#]ɗDX_͂ޞY4L6愱>]Q18t|\7bCn1*K+h0Q4nAq!MdQ AKE3LI$6#{r5t X`n&^}NV\zob~S{$m =T_A 'wxcefO1|LF4ub;=o&pŶ1H4 '"+H,|#*ځ10-0}5n+9֜4p;5E0TkNr~lZ%#[
-#2͹~?GDz}C=lmEr:d,g9qf|Ȫ;%=Щzi#v[dV1Nj|2ڽ\î=C2W1xFV\JaX W}rl
-4s[<~K=x!u( z\Me;IsEo\?5agV"x3 #$*G?w37+ n{`(J"F[aMeU)8^u{q"HϠP`I
-! +qX}h{ PTUSK<es=<E?;0DFd'RȂ0?
-*n5޹^>t]~*.R("HG'sm(Mg4_Y;}>L} yz+RhF#]j|U5{Wt
-<V/&Ƭ~9f'wZEu^IZvcv_yn`w#עGM7QNurOb<~f9"$W{#a;2ۉFxhujs &[GAYz_ujA
-yQv-ro 6R
-r-Ut]Xzz!Yhڬ@5>,t8WqTk0/':O;b^YRdO?^Fal@Զ5G}'
-HуmmDViκEmBlF@$"WdƗaj_0$PPwKoˋnnаKU`o81P_^`N
-'5k9~gz'4re`{86w=2l9puicP'TZڸMa|Ldŵ9/Wl@o4wS)<{Ʉst1`"U8HIYQLGAڽCeېjuQizmfo<j"\6?%|)T^HS<奓d~?5˿B&Ub-vO\fNDzn=׆^ cTƢD ˡ)[x}h$AZm`M b0G$6kSh7 z;H+e ^R;R/'
-O.AGq5~2 d`OjnjVӄ!js<M
-$(3hn0*Μ's_cѕǺD¶|],0\{,R%Ub#ޞ1Sx=LNg$׆޹zf
-f="eяJP򛱩<hIۣ_B=rܗa^ƹ<uG(Oq="ʋpsZۓTE) \9ՋE,q~'mD~{?ZNJZڻjhd<OńW9Q2
-~iaeƥjb6dm2Nh>aŻ)`)g/ùeBBoj<]Kv5etFnëU&~+yr3AIr5@`RVrh`؟cH%0M:4$χ^|iVw^$a4EυĖț
-ܰS6fj-_J1nr.' \3<m{lXrD:OX={a'7&n;Y>ʚΎ!!+5MOR#3L$ۊ'UNO(m(|)ӐAdhZYkbn"Od mPP.㦉_;):D(BR1NJ>Ѵ|Bw k]"v9SGDUT #d`oR7kyC5Dx,E&KSP*q!^y9h 'G|3")$dgM8d"wJp 7:
-ɟLIg}2kv@tUu/Dֳ\%%FR"yM;i+"$%(jΔ)^')5`z̝@鼝ԅckp<PXRK[=y z#@?Pѥ'|pi+͡\WmLZRxTs߁.KhFw@
-TE/ UkL]%OP\i~iFZe3=]
-n h]i8a틋,=~'RM.Y=y9;'lDȓ\oy}mZߐh`
-Hű?tFA Yzhth{u˘R/B<0 GǩNl&|_[ uBqSpVW>d44Q`ZY3mto*0ui J0CrqKqe}V "d+6À7iPXN)K UvNHD+
-`r=Vܩ
-fd10iqNi鰤$ŪwnWUM ĥ48/@?(!@j߾NlH鋚oXa1ԔⲈIV /F?!Q&;*Bp^BKn f OߒB+٥D
-endstream
-endobj
-1227 0 obj
-<<
-/Type /FontDescriptor
-/FontName /UQBZSC+LMSans8-Regular
-/Flags 4
-/FontBBox [-446 -314 1510 1154]
-/Ascent 694
-/CapHeight 694
-/Descent -194
-/ItalicAngle 0
-/StemV 87
-/XHeight 444
-/CharSet (/A/S/bracketleft/f/h/i/plus/t)
-/FontFile 1226 0 R
->>
-endobj
-1228 0 obj
-<<
-/Length1 2269
-/Length2 5412
-/Length3 0
-/Length 6786
-/Filter /FlateDecode
->>
-stream
-xڵuw<RMdsǞٲ*u8os3ȾSQD"YHɈI[]w8z>_zK98, T$W _G.d
-tHP{?|1(?28)!x܏\G@bD]2C\'OBBsu
-jRߌcZN+s;ӓqj)H{'!k \Ήdi373nqO_^c{+;V𠤳(ڣs&˷Inf3Sf]LONSj64)fZqK73&DXpyl[  oX!z OǑ(k߅+#].搻{4^I̮y}R TQ5:fZ< Ogn1T85yYKZqnY_ ږHǢ}HX LvɌ/iG^Ex܋KRڕِJ/unĭ,t2#6;x3JF/{W,ΐ=ccY=Kڻ (00{^"`WNzS`{Dӫgπg=s4䬮_N uN6S}^R[&Wa9;>}1_;ۏ[1)jUǶ8|̩0v>oeSu`).GA#OEl\MH# xN0Kz[gȧYnS]N]sED*l3ܷ?З)h^@q7xsR o_e|{sZ# mRT}9+6iEyUGq.V9gG KMnͪ|E'iB2%@JVUː1vӌF%EN;3J>)a\lqϬ"Mq O˙U31GP!!§'ަyݜ9t :}z[qbJsxPrJ]h@Hޢ`ie>Q燾dg>|[z=gFvd<EjIn#,k+,̱K.0ĠVc0*jTIE*аp T
-:Q=cQ-Rh,h[=0~L٬TپzȋUrٙfg% eXg̼OW+P҂@AuT57xe ǐdYpħ׃@YX\/M~-;#6ƮdKofi)'I6*L67ܪ<zNApx&9i쳲ٰ 5%A:OUFtx7D^ݑfKCO}'6Tzfāf|mD-}/Rtsz&/4N,><>00A^gUAx12דYXr5Xu1j8yZry
-]ҽeD:uîGBV[
-*. bJŠCWƢQf\3 &ޓʊtEeDz \>;ytu&6W%,RkF¡&TIQ+;|XzmŎE؅j§RSb0Ve^Gң_k t`gۚZ-_q W-&ՄwTYOV4_SOLZ?xJ"L
-N7~U|-YQXy4b`ZxEpntECy|MͼݲΪMq^S^9gZ#4NH'- merCNwLye"bMHR+M<yϫ1#o_2CgtZpӫL}o_=a}-pW4cDCT@'a=ٍAa=qlAҫ>*w7|֌?74o ^+Bt3c=j-<K"O}Uv$Jnq&j<u+wK џ3Z"}w!n}F.m- y_
-&D?L{Ҧ2F}T7U+yDZڶbL廊fQzw]{|)&n٫(Bs-ӴE6"m+ uq^1YgԶ<QLcر\g*߱cvM5ɃG?Jxٻ?kMg(7>a榪} PKKjW)YyEB~d?V~=g
-[ WW;Ҳeq\=ؘ-XUFe2܃u(=2~"9%݇
-쪠Wu" \ iC`=-ov$}K⧚~vI8
-+'ܥ} ;lXJ_&eA4nU:텶,ʠ?}7=4tU-"Dz=<&rf]h*O/ΡSS'\^ wT䄮[J0:WiYM`+b:gT]ƾ 톏|JoTy"kI@D *w]KK ~%IU,Yi er~=_Ȏ7PGϻݵxkSCN\2f\gIc,NiSZJF 3iXK G
-d'wIP\*.Y`Wi}.FIz5m$:K
-ȅ:Kߺ)bL6uk`cnܒ[\ڪdJo!az6,L:T}uuKi1ٛR3]ڂy>cnAˍ>kfGw)sX‹wJP.4&R_D'lVHSB7sk+:/'sQ=O{3 |g.ҼLҪ~s 7s}[cq_3In'w/|cįRrmt{\c~.n#Ȥ`\ܧ7<sW熣Ť?",tR}Q.0zsHI*1Ij۞Ὂ"}C\kQS]y U:;y䬹)!ȪΧ
-f9,-ɀ_]nDqTQ# #G=7u4(4Gnn[IS_h?[}NKȸGbTYuڭwrT-2ֲR IsЍ../Gڏ+'Ю%4w( 5Rs.#- mS譻cn|Is7YVh8Pb>sMZ! 'VtXܤ{oFluG;JMZJAfu!cAx|BA6S
-+#xyj NL6sn8xFwEiSV޶ug(H.lp\xUygb{f"^:jU7Ҥw˽w}%veߍ6::Yhh.:aQey*mb==BCC'% 1~`{c(+-^48XX⤼&Z5 }=w75ݚJ<&`ΞVߞ)C;z9´\M̽3a1臸M4sk7~ʝ=ޔK3 [E=W%LPAӉb/zGGgej-,M\iL_f8>tD>p_zPθ%jB/p.'V+Iᮜvo3'K&?Plv{D+ $ԶTP6&/:atB/>_mNǾ/&4ehUTo8PebkBdLx|̴CiOFvzirQ^YZ # ۮi~{T&0yMZu}7d35f'/+%)UAB)7ڴM>vtˍ;Hו n=m
-@anlɕvlmSR -.A%"
-i\<wicA{t1'Zҧ}+U>x9okj2ᐠ٢k)^?)
-rXblnQu
- Gx{2MP6ÑDلӤ)/khRu] iܼ/Oݡ)0.\\A<qVoj `cVvX잖aOZ{!k(s9.40Z{=PN⼒ #J{&:rIU؍-8\į^o]_}nSuUOr ._Aeڽ`~6'!VU'uG 㖷/eqJMa,0s[ =O*ۜ|Zsc<v6cHNi *QGY7zm4l<?[x
-endstream
-endobj
-1229 0 obj
-<<
-/Type /FontDescriptor
-/FontName /IQIYKC+LMMathSymbols10-Regular
-/Flags 4
-/FontBBox [-29 -960 1116 775]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 40
-/XHeight 431
-/CharSet (/D/E/F/R/approxequal/arrowdblright/arrowright/asteriskmath/bar/ceilingleft/ceilingright/divide/element/equivalence/floorleft/floorright/greaterequal/infinity/lessequal/logicaland/logicalnot/logicalor/minus/multiply/negationslash/periodcentered/radical)
-/FontFile 1228 0 R
->>
-endobj
-1230 0 obj
-<<
-/Length1 1869
-/Length2 2571
-/Length3 0
-/Length 3715
-/Filter /FlateDecode
->>
-stream
-xڵUy<T{-bM2Qȝ3,ٷ!9fp23g9-$[DT(ED!E$ZP[){{|?}> hF k)$#D!<?+2 Ab.(($@B
-#|K
-
-Y
-
-f%''GS$0&Ix
-b;aB
-c|~)@?E_1D>P!5H8fX翟%
-~##K>Xs\/!}f~_M0~U9:SEI}7n2W]8b]'޵K J\vX_K#@So#5Q-A JBʥe]ٰf)bdӘT)OY(
-s5nM0{rX/޽?nU
-Lﲀx&PzkU^i6jgK3peRBqc s.Ts.,'I]?鰀u]#Q3*ԯ#S$"uT-ƭc] "m_bБͩѯuzdn'^xK~tj?;K,E\hknJ;ì~e ieGJfWޞvx2%]m?¢i=s*yeq
-ߘU3)gumԪ^)nMzW> YwL2.'MtOͩҤmZit>Ӿ:kzach+ru+VѶ>K6T=$Vޏs-'gq0v载Ű%dRvJ;:bd*19='ؼđxekc>σxzlE0X9Z|{/yczxƗW`b&.tH/~U0?~S[xnSn[+e.~\=y`|q0f_{mZYfuU8xfO6E̳nTnQﰡ3 Ώ+ZϚhU06Yo7IWLr돗,|RxڻUd/%^*_f^F8qq^f/nY 4LknX-xyDoӦԙ+ oo .[h+.MPEWjq`^Lkt2Jֳ|3*,%*z:~l]#ggدpz{:Svq?ݻlrEUZ4<lHx?
-2N(jm)W{}^ڥ5IKb
-w*v,w'zUi/a͊0zqwǧx(8N^{˗/>pd-6 [[ UCUuk[iS@W\[`,j6x^yk5ѮpX"yK/,޶I%rPU<=`p'eN;<;?Q94VN, rnr^JwaG-:6y} a>S3)y7ݍihz`kgzJ0Cxfo?6ǖEβf-<A?e]-78)5Kyn?󎝻9R[Ds)6ObbՕO8|®ӊ3 d>]9CRǸCQUEv }e[Vo5j=ޑA$ʇHx4Ǻ.Ȏ/.'c_5l윛K=TLw|%+mG
-endstream
-endobj
-1231 0 obj
-<<
-/Type /FontDescriptor
-/FontName /PXJHEZ+LMMathSymbols7-Regular
-/Flags 4
-/FontBBox [-15 -951 1252 782]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 49
-/XHeight 431
-/CharSet (/arrowright/ceilingleft/ceilingright/floorleft/floorright/infinity/minus/multiply/prime)
-/FontFile 1230 0 R
->>
-endobj
-1232 0 obj
-<<
-/Length1 1691
-/Length2 1663
-/Length3 0
-/Length 2716
-/Filter /FlateDecode
->>
-stream
-xڵT{<TgUX6e*] 3 3acfΙf`h,Km"ݔmV*tcԢVlْQ[g|<y'
-Yb,r1wfP鞀#xTN)4APU j2t#[ \=c
-@ \ "tqDSApB # CT*C"tj4
-'s8;h/*C"XF.*~T>`Q0D(D!b
-@ x
-HU0;.`g:f9
-b UJ(
-JD1i8(Ȩ&}q *U@p]f0m
-B$#/7wa FQ
-n3
-P $0aABFE1*-LM!L&%/c˴)jPw19\$G.i,[:!a'>}R?]m&`0\g
-ꋇ:zP;omxkJ>3iƛ)ݳ1uV !D;K&o!UC9~C!WrN?1j:N3Z=lZ|fWl
-eve^421|Q5~TgNXWzTu[g̾{(3(@c!8y^ܭƷsC-cro
-oCケyWES-:y
->s`; ߏ8Z>e[[Ke]{Yڬ4إVM35}tn7/oOR.JpxWl)ϖ`>4Q=lWR
-Xg"Z7-neizkG>|u|ǝ
-W{WKoMܐfqr{թ᫮ su ų6|.ИDXJ_,3)>}y;D.jt^۩7ɳl}/='IQz?k8bOP=-כWK;S>/KW-I:3M *b2%yO̼ѽLʫDL3efC3Gl)Vokw5{vɒW{y>Z~pEnjg^+SʫcxCWxI7kEGgZ5IƟifI#mK*RwM>"bp$ϒT4xgy@:|8kYe=ExcŒk K]YQ7j &QâGr?nC
- n>FdUW]\}a/V39Ҧb;*UFonӓZΎMR[LτY]35̾vAy C~;=iϫ$#HSpvմlfr,|Wg֎'e_ߛb{n[ P苏~yp-wކ~ns}h8mEMK/o3MaqgZ/cݞsq\Ǜ>M)~M6SmA]Ñ?}iݘ;uIq;[]yS</Q}s6߷r>W6Ä+W_? ˶GZ=ku--hۡ߈i(+_~kr24\UЌ Leoj0J۱fU:}k/)Ȇ)^m^S&MSr^Qs᮷dflG<xoxs2߮bشKL#uc\9y/kZYig 4뚐FShU~F& sʈմ7e3nDY*Ol[%uplAZUC-k'L!a珌jm}xFi%ܙ#)%_XcZ͖sn8-*hd<['3m;< s_<ہoSߙɮ4G\Ĥ5j? |UDw_(1b:ӌ?V78 q
-endstream
-endobj
-1233 0 obj
-<<
-/Type /FontDescriptor
-/FontName /YSOURC+LMMathSymbols9-Regular
-/Flags 4
-/FontBBox [-30 -958 1146 777]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 43
-/XHeight 431
-/CharSet (/greaterequal)
-/FontFile 1232 0 R
->>
-endobj
-1234 0 obj
-<<
-/Length1 2278
-/Length2 26738
-/Length3 0
-/Length 28067
-/Filter /FlateDecode
->>
-stream
-xڴeT5
-5Kݽqh݂$Xp k};YT=xGS(2L {Ff^<$
-5223SP9]@.@^
-htzL<@c5O /rva01v~W-4.b O'+ K{ 6?x2dMm@6V
-zLOϲMAV.[wsfVEd$%TGΞA{FpqXY8)ao&{g }V}r9y2@؃?bs+{3?}7su`Rrtʈo
-_eA
-x|_Ϫn-_A
-geu2ը}NYt5q2D]G;wYTNaɼ@^a~ݝG|Cf"?j+,Cc3˩bzO{\_]+KX- NJ>h[7m.֑m!=9@huwi
-CŅxQ Qɽ5A3iƛ Ȧ}B)d*`ejvZ0NA4y l`]5hMNq*1&f ܨ_oi"o'_~t[0fU )ф,_Ndš=ZXzF@]Tz#4u_DEB b[Ǘ7>+PT ħ:ZlqZ r 3Nxl[K JÄ4ۓv[3oE{9>#~9BHovMҁx@>ƑPCAZjlVw
-ɖI'rGY*,g &̭挨[\#eD?+N=(]kj~N2`&n!v|@nd~C\,/ҟ ك3 ^h,CӠxk($Ӟ#LnT=jC3']QUI~>qج* Y|vXڔxc.073k E]v3jp\,S/I
-:P8 ^2ϱJW,e,箴Eig| g0/Jw_n*kܟ;Iqqw6g`;ƌuoJGB`#C:K yP(JJv{J”R;r2A scB;PQY(!}'5 ʁ :<'s{[X;eVu b,y݌YBHf7^dQ`&_26#7Ha?+Lj.7<;T;-'z,v%FNm`j]+GӰG5 3mUޚ8=ԕ'Ja wa(*bPrXeu.i~VU.`0,`
-]Q\ x A2 PJ VQDIbn-E;]kR^FPvS)cT0!̛>'rp _sO# }#<x;ǾFv@@cXwyD.X%k\hw klu=N[+STvJTZ*ck 1ASn-MQ-4`r1Ns!y]g-,ύa5Ӎ]cTGu[3ٯ>C4 .#~%o G|]bxJ'7IUXļil%AĹުWt"O;!/)JH]sڻ(k'suK{@;(/ߌUOFa2P wMYsMG$!*B}< XVlmlXߍ >xA 1p>X?kw "kC/-aoF O0Ҷ-8|H3^O7{][eFD`K45ardDT1j{( yRM̒F'їu=Z1NJNeqXyf5wknr2%jͿ)xF 9_TW1O+VlS>E~k1vՇVL q&cncbj'uj,oܻ0,ѐV
-_La#I8hhzAX{džoܾ/؇O ]tawtk)JKVM颴HlV:.cOWUgKu\ۛ fuwN.a{Q%lh {8. ](uASڏ1 -ug)W\įBJh +`(ݶIK\hESƘ_sYD{RC<+wP6S `?C]@w:,/}U#|wd3U9O.Հ/`Pm༘+=UlJPn6Kql>?ITw_Z;`h93;Zlb77/C^
-n M\;[u5 ff'83B5}Gi'}pIg("M \x-TRFզ ق3}k i*,W̧S]8ƀ0a@oUhTOiqm;f\.\~&$xeF*ǩ&TVՆ_>"NFk|0~+&{5.moip}4$>Z/̠1('- :ejC{d-Wօ)Fp4Den{g:IhPA”$ƃ:SNUP@zkv_.!NmqCǡAͬ}F':0_T ̂sdZ(N0r0*5%-=yyv O!=fr°h;Aŕ33R~qͬM'v"X{}u{CSTҥ+%hB :gA߯l(-ljPKMY"g ĉMa}ERE֋u[T^Ooƙd4S*e2:omCb;RT'Z(/!7OL Z?)OJv"$Щ࿤ՙJ>Oyqc &ϢGcz餇PuOY#
-gYؿ!Wydo (BP41L\:sB M'!(~rRNq( 7S`W:.id8ҙɛ\|wS[sN(N
-ڙ$
- Vm9 }⃨<SWӶǫ|i`.:KwxO
-f.y^ M!#AUŀ JƩt 7O6<;7~Ǯpu|;Gnj1 *,AMN_+tj4>CYZBU[V]j lӊn jGEz.u}!;!Ѫf Χ[aH&=I?@j+1r58wCrN?~,o&rvZ *U:-0Woh?
-,<CՑ4獈K>IZ.N f!O~X:D#8%`$NBHCl|pOX@XY|9.Pl̜A8efn]s5!4
-CH2fPc$k)^=L3v2-M!oYqv>b&|3=-tzՓ.7z_4r6>\I5Ub"b q( %EޫVA
-a
-5L;|L2Q:cZQZ*ڒ}5W;%'d<;YM潤ME9|Wͺ0K@Kx3O> k58;CO\P`Y{qtY?SxOֺv+FG B+Q,f6!vR-kYT#CN?~U%]T OC.'o<EP[¨wYFNڳOΨa(" ۯk'@0XY~e(\CYLC~:+ˌtZ abR
-
--JAiF\4MQG'd2M2?..6s ?LLˀS$!G P 64{ms z6Cep_?rGg"-jﷷc?|5תiIzo8S*YҨ b^`Or;\QV_"fŘecܠB1PfdaPSsq6raI{Lم`]Ӝz܊.tK;:b1o#JY;֖haU28J[%yː6тo-|wCUbu);Q)Bdї$;ITy }( `~Y ;DV1}"ھX21!U<^|56dl7ȟ~S:NkP|`XIg <HK*O$#'za??{%^sMnN[fb߻MH@bOFe=sQj_l Ǔ+W#A̭|]6
-B&_:ͧ
-Xl%5
-VZd=hi4?g㙣}RT |tiKĥ~ٳg|G./Nvl0I:|{Buo[^,ƵcL][mB?n>w=&$ݕ(3ӯo2}NDdX"W|v3N
-79_e"i˨{GV*J,SUsݟ
-JbbfV
-h#{:qZD/ԧov!RrE;ΒV džCґ!fӱx]TI&~i@ĿUBU%pLb@qX-(Kfc[M};C[9|<`̼e4ېȢY`[)[SD؎kOK0DGi`9N|xsK7c'?yoü:q_򇰙GR਌3P")_ް>/~e#@p'#
-M9%[\Q¬\IT&*bo VD\<EU%Ü<ւZ6~J
-c0; xABSqǑQ-9
-)QCz0("YzW\f.E+JA&
-XlZؖfoٺ#c1¡{,=W \\3&fZ B?#LB\^T]KAI5rQ4iק1u#muwSZZ'8$5}5}JMA_1PVD2Gpj2,y ІifJjw(igl WBς٩?InM)N\]Hkб_ tQkVKi_Pw :m7^#FX X\ST1dž~G7ogѨ1&\*:wjcEt3E8 dkm!jzX%8r ofҽF2
-2.z8&  .~q4;C-H6kmKnO+¶gvpY;MQYB8>N굵)Gę-<|ʹT40}]_\zK^mxI)N[lx6os!깬F`?RZYcgܽY7+>$NvVy]НMafN,3XKQ |vz~
->wE}@Q&bǹpG ܎
-aEʛOfIQz* Z,֙Ɉ"A@u^(G4YTMB+9ߝl[Yg*m&-Hl
-Y76%5*,H?dɩLV=| @hO*oܔj:$+`=6#: cB ܳ(}mҶX2ΚiH|W@NX3!J7 e}/@Ϲ&?opx|<DVAi
-j`1V Wyb;Zq,aSzf8H.{n@Lf'U,{̋VKKivٙn2&dMU׃f_jYAYH75k`oEcߊXbR~kH qEcŃYJ.Vkת_/4PK= M00r9e(IHVyRѮ?@Ʒ%( ]?i ڊ"ST&kDY^b#%'!@m.-kӂ8/ 0:c@姒%QvY V>tƎH<bTn]^m'8K5@}1,8ǸǗ@7)H97˓kV&n0.ms?')mOU.=
-܂e&P NG^͠9[tۏ8[Շ}ݦD*݌b
-:oTi܄mE^qle/,&UQpyt
-cҊ%ë]ijzp~,UFHOzGYׇ>4[ѯJu2ܘ㾲;ZZާ\fe>^|ZPyُ\kkV~c+̮4jwQ9[zQ 8M'N }:#oo,1$ORO6yoVZ@\VA|[q54-\r؞ZܘVxjtXi'ȳEEB.+`h܏HDXl #|`!(+}L2 9EJ 'N%FVCӪ
-}9_ρNX8ޟzSl ^0HZFI.ތ\u L}gL9^mk^/CWXE.='ڍv>H7p{+iy/DK5QCͣw269,f(6g]7ۊg-hJ[l=
-M89.ޡ [ڝG@D(x(\y膃 (jSzyFb>yUySwS}ԬоJKʚ~<Q8<Q' *|:nܕ~Bs "W2h)Qx֏cYnO6·g΄/Pb2L 12m ^@a:[dz,prP֤_I4;I%cԅ ѹ G|FåoJeV{C]b:)nw! w]ElOo[Bv $YM`c0Ռ=B0ʏ_X(kM, 7Z/}ͼiWvki;鶘ol%
-D wy:<Ts":j-W42um0ThlZ0|)3x^nbo;|5^ \QJ!zQԼ}8{8hjEG_8m8 <Qc*+c
- IIg [/g{,IWIHOUhm]qڷ8JK}SeΉ~3djT?<:G\!B(X9Nߊd0
-ӯtׇ9[k"0cDD<{jqҥ|a*`A ٫]1C`=Y ٪D$Ƀ MsfQSIt?S],IA> wWʮP{廣ɝi!8 -_c59Z
-c'>pJGܧu\tYU:έP7/WGQU0`! }պan}xx)m-1~
-&4q]uUzʽZFO?V/<tg!NPP;
-Ѱ0Caڳ՛\3գ2H61 @'T?_IHrJ}V;y CеuYN,~p5;zNvc2|TRsdnA<xG/Uΐw!+
-I#g-q2,
--jtDX:8aiY+@6u
-t“ݑ+}%!B: 7VCFH"o s:l8Ck$Vוx ŽZf3eÖǴv bwUPHrYV!Xd"v%CօlYCT,{/kڪp *
-$lvL|,Gq̧ /Ƶ"nLx<2\4X{g=#P#>W:Ӛt`/JA(SU+]^R\dxCX}Qfr]z
-HAw1RBg_k׃ kFuFv!XK=Vk9*kU~"9m0#9rպzH(
-rrNZCLSQxpX`z,փ)P
-CK5W=}U+{i'TA}3TBRWLɢ *8?>2phs#U4nwu#(P`) Ǖd#oDXHėҮH
-c~JfIAm Yf"a&^!l~: {ƻ0S 8G(iU)<YP䄌eDsGbVXQWdw\[ 󜴿4Xƺ;uW\LsK.(P;6M:(#4HbKfJbpeH:+i&I9F`g0>_0/s߆\/H a0ȵR" pη!]vM](TWj4b$u<u38l_W54qʖ a,0h ~:?^ƄK.#Qd?0{ D6EhH̹&LSh=U;LX_v ϓX*fEc/z\15h__s}`5848X;>VO>Eή`JH&6΍m=Q:
-y/VU|tkJ;>u321?uCo4^~8gG7N/j9 Q޽84E
-
-8۾xb.hsOO  i`?DXVeQ
-6DcɛM22&W͜A_ָz]9DR8jta ׎z}T`_]C)7 Ei !˝\$ "#pCG="TY`]0?k#icѬs؋Hau, 淐FVO5G S' L3co7h:xz)&fQp37>痟:(qY!Q3`Qb/~Q6x& u>`͛FG^=K&Ԑ:BX~ٯ<qRa|Ч,CQbIΏ򯮪 weFuC0!ugZ_K
-77ީS8_YL ɉ‘&&M05<x,5IsWZV
-p@IXiUo_;쑒)9mM@ìnEmZ]Tn+SnsEб
-
-URfu'硝ԟ? Pޜ)QJ,p 1oڍRȃ~^vN<w2UR%6𘸤p}03YdOi,`i73xsñǛ%4#;Ƣ_0*?{F6 9˫ެUc;ҸZYZ|Bml+#bnU
-4m%C߫ ԅ*bR5Ycĸ%
-|u/ȀXaf'+MZy]j7zD_( b9eeCoJy#lM_G[X⦧TpIjpLgk8 QeRGy6胾n$j DR4cON MCp(g[9ק~ʶO+R:vH
->}WsbaiN}WXw
-WnDGa@H,I.PױiٸUK)(GtM,Oʇ8ůq%8>ٖK)jݜu=}TojxX~>l;e{
-.\PzJꇫi}jٚuXƄ-q |;dxu| FcRy;k3fB] IMF[}8>"e>%0Zj!Mۢ껫}D#GUI\܀
- Z<e Iw,_ BsӋTQIMZz8ʊk[5JNhZUDL 4awC" -wʹ9Cs *`leR dzFECDzAhKA PւOd0b8ֹ93S_':,T/RZj!2cy^WCpʓUJ*_ֽ>ר[RQ!D6fQKC=eu ?=f*28_fZ@=8RpO-=fׁї5h
-7oW+ Q0Ǻt| CoB
-V1$&<2]6`i./MՕZڹĿ3kJQ,qh f`coK~E:eIM!'zF7v =c24mna j A҆#]2>b&$TBP'8(lã,"s|X<I-$W'5=g#R
-^26⬯TqU=n_4Z3/,4{KWMFkeR
-^ ɪ7x>EbT( jJk׬|>ږ#0e6hI|eQTO|2qᄌ}[z#th.䰧K%o0P\"p,lx[W)8cay,|&<sSYVB~֜pƒ3 )y+є}픸?t;cw9_@1f2>5V+;~[Ι(uDSd c/ !s,'gW=՜ŀo3a#NRyx2/BM7?|hD0ePtaLMP ))g[e)x0S'#/w
-b23Cf&r3^ǦnuAp_ 8 Z8~L(A00~@8+5D~ɦ!ٚ3wQT>Zt6r"קYvěomϸt1O! >yU-g [pD
-1ݠGk4m(TZG n*SS AnzE`J3;FwQ3ڇ]~?uѦps@`c{QTKN WJGF]3՘}qoZ<kҴjln%)<
-3= .YcmA>tAn/2gh%{XE@;m4t"T`o)u gTZӔ+3`U$~{Ţ.iwתa' F3ia) ȹ.Fˌ1qT3Zq[3yOY{@un;C6~$\
-]߄9ֆ{ J ޘeEJa2EAX hRYNs|se hELcTj=b۲&?<ڞfJEi">O/Ce0Nevo
-196tTu`8r{R?7YN m WXR\&l.ɂ#W@]JĭB@@IGd&Fg;UĿO،|Sysor&UF|oUGK,$LB;.y_pn_wh/"a%#Ɯgt,n3NL&lF(5"}7LW=K-{L&"ѽ(
-X+kRN})̔8?.7vQ5W`RĀeĹ]-sisg* B>kYL4Zx@X5F^|Is]ՇU!QHlu&o,[*6Op)t>=og)֭+*i
-:&I77҇/ZD*ӽMpk =|KLB-3ڏ3BVnzXv0YI)r&?=t2#;/''(Uǽ6U<-$\gV; 30"һWKPx=/ b]U=.e{#*᫤E\lgSRI2]B/B7-D7tiRSTHKg+A`Cڌ 8|y[s$P7ItI^p:Jo+`T
-zĤ^dƊfLlTӱ=AsfY3}_KΧ=ࣱ_
-\R-GH}
-.a]?ɍSձl:-*<S4(25$ӞmT&
-""
-C͜D"j k>h(&G߯ݗګeoa]!c,
-$oK͌Sf@xNoE)c8v<rы3DzmBeO[pRf.NS'Yk
-gq)c,G:@|
-߶ExauLXɑe祙_:)S5|c
-T5
-ru={D?J+A[a%47a2QeoIe618_R4[{ᙆ:>ʰ|S~c.)%[@flKP.}#ӗDnZ<591&?SqLXKQQ#x$&"9O0ϼpE$0d
-DґW&jlzh
-JI&h\W=/sh.,C+'^[NǴ>e:KHEO/
-r!Zs2*;<6kpRM߹*5̿~ՠ& H!8F[&yѩO
-.24s
-؀E7D6kGthJ2E n)^ Pqf“
-R~Jqæ϶;4hlG%J 6LxNlL٧/JYoZTQ_Kq}
-눰$ŰkA=ݖ7 Ak2.ֶ$OxK0 '=
-CacJ]@XK":$D[ DpTc`/!m UGDP{h"m
-B1kS JH9lQ*5%
-9-A"t!E<[P0iw)0XP/B>YUx4C-h
-MF^bեr4D4<1S@"G(FNY7v +{?ėZp1ҽQH}.`ʁT =c=o*C"ݨm[2mlh8C[6'BS+(5cˤ8j'a#6pwƕ6oxj8Eam^rAH_-Ênb"Pj,&:wU%דA3@-g#FسE[Gyۍ+E8~@GU\FQm
-%hpt{ d;USZ>Uc-X<ظ<~Jo1¥MX㍋_O')Ψvc=i5/vDUf` t<ʹH]2t4, vz]!=4_qCw;s'rMH
-mO6)TzIe7)h, ,hD-#7s)oP4d$ IJzX
-#8U bT [vVP<P6a'}
-rs&ZXBB?/_*q+O&ì<Zʓ%Ez瘻+-6nvqxdo􋴉ZNSy\ 0*vN]PNqc{ҏ.Lx
-endstream
-endobj
-1235 0 obj
-<<
-/Type /FontDescriptor
-/FontName /DIPXOL+LMMonoLt10-Bold
-/Flags 4
-/FontBBox [-454 -308 734 1039]
-/Ascent 600
-/CapHeight 600
-/Descent -217
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/E/F/I/Q/R/T/a/asterisk/b/backslash/bracketleft/bracketright/c/comma/d/e/equal/f/g/h/i/l/m/n/o/one/p/parenleft/parenright/period/q/r/s/t/three/two/u/v/x/y/zero)
-/FontFile 1234 0 R
->>
-endobj
-1236 0 obj
-<<
-/Length1 3028
-/Length2 31175
-/Length3 0
-/Length 32875
-/Filter /FlateDecode
->>
-stream
-xڴuX= Ғұ
-5@9@f
-q@;l@ 6d M(Z_IҐP)IP?ĠB8iw8WK_
-;/ :ÂWu99修
-6@G\+5q
-0r/7϶M~_
-П!V *%Gf*o<P%l~~,67\jh/ɯء@~ք]o72׆sR_ByYA~o*TI;?^/ r;*ZCW7t [ -h
-v(+ut
-pXdbp2"ժP6eO|H .;JDǑ7^f}\]M8 a@k;j'N"çfnM?
-6U9t& hZrU*=O܏"@"!L~>j!(Ġە>ǣ.e kbq_aɏXb pf)t;|qʍY\XkLgƋ<!ZrTɍ"y&~/%eg*L i PJpZS "dE#Bvay;?b1~
->
-< }26ȳG]HvM !M.\6Z*Ihի Jl2|r %m UZu~M1mP O\Hdh3mܰd*uԜ}B2v\iG?uS;>7%9:f%}$T>"otj^|ݳvJEQ)@y݇TkAG"na`{Y7#16յtU[nTaJg6#W&ȩb`4ZRc&бUPu]# 1s;=ENN+m ׄj avYU81&Z{[Ze yأ~"24
-t~J$ُ}U~"'ּ@-,Q)#rL1i' A]-}g? yWȩXkj 
-w)5FBd;@n\Q=U$x]R][ - qCw66"~E/BѿV`Q⥾:k'F&-392R_fVP6ЕRXL19P%|Θ;/Z^t}h4ɨx"󘧫3|q>6j'` }`V%Mo<Vg*kWӥ3>E#z7/;׳LRqU?_.үdJFȼ ML|$h4# Xk]U@,#Q`lZ ^<Q 8ТOq V/ȼ iZJ!qA{4zO$~
-k r2p\GPiD2l=iiُW Ú4'N&-qXg4Xǚl(QMOK),ʆFU
-%~>CWxC\4|NK-.L3H:_r*OWث? Vp̝X])$`'YbTA7I e5ɭ?lYTH(ޭpq[]ƒDW D;Osla"falvX6B80sU>Db}o_"R5W?:Azsiiۉ AB랧Ayp!ᣍzG
-mJߒze_zِW,wd9^zh xcӢ(K2Sh$)|q>]ѧp|0#6^k85JbVq&QJ(z̘[m%ލ .֤'݃~ SWD{O #T}(pD,Bت
- XhO>p$g(خ?Y~Şz.覔)
-q8`~<}hq&S٤K!#ҭ=Td:BVIps*"ۅ8_WHLOvSW'UC,=kLBB_Nk)$.L)`<Td~9|dއ=+#-eYQ̻-Pɟ#[ϹMB; :o7yrwԞyzPc
-*.輎!#qc aMh8rp
-#>3G&scV~柳OBqmQc =
-r_EHQB+Jӱd2!擪d0y֟<TŞ<v;g*NOh
-K*7fJE4KCSQ42Dw6rL=Abe{&cGn~y9\IU쵎 گ5E wҜHss{|2?r۹ ~J(mf5E^/.
-roF%hXF#| ,,ÍdxDRH!,ؠjuSZ۽X@3 5+wBt˽RptxR'㞚EDm鷌DȰGI@B= i];/g⤪{I1!tq MA9v.8y_崦Dط:2/
-~!F
-OfH~Wmo;WkD[ݫU;k:Ou&iIQ?Y
-!x5Z1J7P>aeo`>pސLG>B
-oK\EFM_-a|ugtϛe1mzc==<jΈueT56Hil,q(fϖM^ȭs.z{%_Ԏ*$Ϲ'*u?XuB4x#v WeD[y'HFW˵#px+C7[=ʘSorFv]/KVCed?I 5,D-!oxɣX4ٌi|Yw4'⅛)&|"R+Bz$lQxT$W}ٚ`>J,YXw4NW2PG.v3,zH{݅V}˻,NJZ6ONF͔vH޲ }6"ް_كJ}8 9q"ڢ}
-^5~j45p(:y}=+_}j8y,Mhd"؆ᠹ"88[s"G U-J͌J@iFoLyTV ɳxW:~9\_JBe!Ou\ԡ{ }KӏU``P7oȅ0[۽~m%W̡^2-eEX7yΊp)t>¨h`)8Y1zQ;/){F-F]*)q=N^<?'A7KfwVskRik+Ѫd#p--+OUڃ*S&^ аú"rHU7*7[H>xT?,2aEUVcV |mDQn?zFUuw?׃^œB<-Lqnۺ>S;
- H0\|S7Q&1.Q:)~Jm]rUd?|1c" H=
-7RT;ůE[j T[{/1#4j E4v0 [!?~40@^D{Έ'٢,Fu EB O2UCH-Υ,7nY#=
-%Z_.qH
-2YI /Z Uiu*+WXS<e&=,-'w1ʥzw_
-J{QSХos|s\AG jeCq
-$fRش IC AQ=_( !} қhWih87!(Vf0 oUP˫=W=q,\er%WRYQbL.YхH5"{'r9f`t eQ(eBmU:Jd[Y- ֡#^W>ʾ[}7FwDTZGZrB:aEM;ťiF44{C]]x9i`iUIXc4H, nG ~c+=#C\ S+k*GXj#}RB%f^W?]cUК0csH{Fw Փ4QXirif52#'J=\T5os NiB68&NF"]3ϔB?FL>BB y 6:ӭW)Npg_Pp8*%ngN 6FhM\#Dm1-c:[0+7' eZ5\ fA zBVTAjfkPң]J[ge%xr-kj\+:*΋ |%WҪgIɤ`iR|
-Ŗ5uH)}YYH=&.ҟA<Iz=^6~h ,k[ua
-JqoFg)[[ޱWRESM do~pMn
-y}Dӆ^;^Q~1r#`YB7ރgGHkV?̠P\pB#|f"Q/$gf`6%UD DZ>ʆn=Tu玦ʓ㖩̖f*8!L3(|&w<,mQ38n>=.Wb:4ƃ(L3IBwh)_핻}Kۧi:As7Tj}uzp@iYIi;/yiGU'EZO!k#r԰ KN'Ka)'ƞ"qbp1
-nҏtu)ψv<zcr%
-%{!^GR<17YgY72ڶsu2=}UK?l>
-J_<gIS'w>
-;16$٢᥹op4JF7#˘)gnǡ[}ws:<lqȫSW[}R^QPī<מ}uHvo*7>~ WD-A)=!sޖ*QV `@AyS)hٸ g <c.߭!Uma&z3Zx#a@Y3DɂRv%:0(Ιnq+47];A`n?'oV<a^A)S!Ԧx/ko҃pH.K<9(2f~ewe5&SqH0*x ZStnrB
-3R|)#=iJ}0s
-4{wY%_z
-;Lztѥx/:%L7d& +Y˩.wMßX8rJ0P%^Dr*j?5E9„ڢUѥׁ
-wyap
-~:
-K5K鹐ID6־
-
-6m]ZLJO+(euVwe]Co~) e% \P4؄'HK¹WTcDϢ`s8<䀗iX 1lNN1
- b5#41QV
-HS;v :[jˉf\|Q7>>HeW*82]s3L9s/=Y B*]FZA y˞{څM<g&`?<SSWSOQEpE|팯*{KەV "7Nb|`n;FU X]L MFY,VF}A`U3;!?uBo=aG]iMFZ#>w[li>aALOʵ2?Toeކ|AʸD}Ul*>ڏvÛw [%.(ru\ kI;Uix賂'u/;Kʑ%Nc\rbj JSVF4t}/5N +Bn#osYO06I姧J'Y/pc'ʷѤc nҁTTg ϹLmh4U];u(ds Qoy^\"fu<A$dX=VuDn OwHdQL߸5, kKsEҚ2ׅ@{!)E_C߅9.
-"f4t۷
-e7߷k%d"_R-%- Nm`xgU
- t7yض_xmN H؊&?T.U^l[m;l*\VGZYPNΚwb?;2㔆t|-<r0g,x0
-Lp?$2Z DBE(dAE*S>.GPu5ygxftVպT_W>SlYEpDw s3lR3RzzUiVLi07U0e ,|0lLL@;\}Kh$ө KuGUeZޥ~-Jkt۷Vny
-(N·rX5+ЪPN$_Qm}{Iq(ǫ[RIQp;Q3\8|ܲhDjؐqA 6"?.@Gӓ[G#5nke_fxq^mӴaDjR=g%bQW'is\J
-(F]*ئ™2 zvU Q
-[YcR
-kvGds9t?0F.*@v6ycf2f.s fm>Ï{P%!+HRxC+U'+ޖp,Bp+h%֓Lxck4:w.W^k-N ngq
-gL`WL@l#G ߴIn_Saޣ`ޫtD'}USk]Q6Gx{ c@mE bdzX%GMyb Y$YC#{2(ا؃Zu
-9<ko/{[1ݬjb\ا%a.is}/Ԝd߲]E# EE7. VWv>mM4ut{ ,
-PuŤyD2ק$e&_rT$P?^.^g>hloHG'NmIzR(,.SL'/Om+;xIN,ya*t4S4~M4|H@DIl9ƇhUGYTِo2f8 4\m_^WԬ0P=y2*KE> +%TsFwcgPU/LPpPg= pl-2r
-‘22D3ka䥼ufocӒ\`S:dWf;)ItdX~ܖH^
-I {EqvEmɞ*6JhTjR2˧uS]Rl1EɉlVه]2v~4hݭ$5C|ևv= NfVv rs/;v`Ȼ~ ,N9פ԰q o87a|b< `ZxN,3>JN ߤ D'<\c$-F<
-h1˟YG$HȔ'%jz,Ɩ*S%Fod~HEAVz+,P .NϖލmX|̩VDo^qUO U׼8wgoO@Ansی<Lq]9V
-_[ܣ2$oGd(WᇢcMg.֕Oҩe?L@U!&~qȸ.^
-IQ8]
-`YQ'C_W(eI22`r)iT.4u}UyDh
-V>&QՂ&:Jem0 &9f
-RXZx^lƙrIgEvIvb/.Wސ@ـՋ{_fޙ!
-*Y&}d ;N`m5s==ü+e\6J' 8NǖSyg.ue7QIU6x GӥH0Eg\0T6S+ʖ~/YwWaBFD; 6"%daO2p0tNĉwN&Oewsf>أ5^Gp{jFStCfn&WJ+
-\+g:?MP[o6^u`KIyN}nd=偉o}?7w
-'Ph@ߌvbB9KPd;(K\-lj*N 8J;#3%}}*|ѫï|ž[ӁW6~JXwWxoN=]0#"OܺGCf獃Y
-Ѣ.NY2N]}&2M)bg'gH<+Ep6N!Va.8F]2G܀vza08S:'Pa$gcif]dE/<q@:K览_ _3S3Ak+(W *KQM{vCXoT56"~AfYġ5aTb@<sG[]ߞ-ULmTz|`{Ax%7?cLdV%,5\Z2A>]bb4DBGð \^ WžWq9Z :Î(Q\0첋׀qXVdw! f'wB_
-NU$FJ0JeoXnc) pvISt!$]Gk^i0\288ݎ$6W64-,""_Zᦗ'ϰ1›D.M\Ƽ\Ĥ me-" H 0 `K.?T;7E*e*3ϸ.z
-t ?m3\V2h]1ObHa #YVRmFI:n1XtFvIH5nrlbeyf""u.dHG2rLD<z䁭J܆ؽfxSʟ^z kw2%F]DnHc?+[y+i>r\#hi/*k)EE XDʢTʋbAjKy*6V,oa2!%<Bs~{HE'?F0%U& JMlM*[jE2YCÇ޾_pQtDHL;~1aNctT+uy_=lݼxeBD%l-AOf9kU)ǽ@ɩ
-U1
-hG|ب<`
-(H~Hi<#HH7KA V,!ۭ d-;t*̞W!
-c~7bۋh{ Y^^<;l7ʒ%l5B(+UR,9K:TAYqYȗ(V١UD7퍕m?@.?坤 -
-^;y@.<A;a=,ŠD!A$Yłgn6ga[0<T;0"eD
-n t u: Far3s^N8Ό`ܐ `iKAV
-au`6j7
-K3Ŝof6nwr 1qꐶb.fwPSLJ;f=qu=)C*S=mWñ:7u }3Pɱ>fnJ=cM*M/{kI
-mgO %ۃphu`(?ޏt "33p- 4P;_oHwrZSYI޳6\pjdq22%wh_dn5Zr CY` j.}%szg,'yE`ٕY6` 4o5$FN5NJ@æ~5/XQ$oIgp$@q"n@kRjfK(xxt^uȅւ"ғOy:zR--$ +`UgT~ݼ
-K|~}N&v"o| y;&kipߝo.WcjwWM'uIZ ȷ 6p+h79FɄͮچpmNnza͑܆N֕QpʢG-P+{
-$B$8Nկ:;bsҫK^O3iZMgςeq Xvm̜Mw}CE]
-U5A&OM3ϩp^A?0^F@bXf#n_„ qf>0WaAK3"38c0R/=ЯD*m 4n9?N}
-^Ƒ{W1W<|ޅS Zj15w'zܖbtR`.
-`#|TՃi4guhVefw=D@=s:qrӒ*¾
-l*hRg|>cו:]m%,Pfa\WCu4>yY=.7kTwR˫PqL6V_~wj UV?d&r)I2Ze&h3N4pyݘȎMh5j&T_gCAkm zȖ+Q( %?IEHu$ wS:b
-g]*`A:\2T
-ԓGDƿOҾIpl
-sp4P\PLm̫8ECdi.2ЊGDST/inpm
-_ʲ$"Jfe$l18Xl}-7irv ɞnv7! M`M3@p^ɞw I,m !İ`Cf㳩0<'f>D50qz#SJǧRއ&ØSa*E4
-F:}SR2sF%SO3ʹIɱ8Czl憨K{͕)`" rي 4 |6 mU0u4xls_Kw<-e80eTbylz$ʈ:Nc "f+:=5e|bR~b[FI>3Z":{nò1N8_"'^P$O9!$X]T-֤QioPHesU߭#c瞬î!>|Ik{)p
-+CkۮT"UsO0cW6*
-5?{
-^7 cOξ'Ӛ>A&пJ
-K4Ҥ'vj>lg-H(i72߹HwI\]T;d6nλ͖ÿ/:FK|N%)$ş0k$2Rn_C.7nʯފLqПe`Y'ROv%"~%
-K 6qB:2ϙ,TаF1wwj⛁a+ SH'Tdw
-O. 'K̸(f^`f|0[L] 6_Ft~ʳ¸Kua?8Yic[-$<+reSЎT,mԩ_rxVU^w#_9[֍2\=zJ) J<]F)S_Grx,$mXFq`_նz!ՓUM}uq$Š
-f<QuԍWls
-9}I
- WmƯ]8i+CIL\bl+tG #w*K".Ȧz;կ{QQ&hl}Oc~q)e
-"e ޝ0 r<Y0=Rb]:(k.;*eT`.>:uZAMM- kMzp&Ґ2(8􌠬0i %W5"a\OVypnmX e vمiհdݐ*xm&}!6HMGGdLnMN╥Gґ Y [˺
-Q6ff1Q(ǑJr5CoNw96Vv υKB2"i(<Z,4(%$ȕV$ ^wʙ0,l
-CRF$XZ?,
-ܥ:<
-5AirCi)YHB ݚ`I^
-ф\{1'nBb>U3(v :qҎ|zI&x5{&Gu,QMh"S8kI}XLE&!Hi+5)><Pe3. ^l&i;ag @"#hhF
-d~ ' <NjvUf\A=xa(ia
-#Owlk*?NK{c#'ғo0*:oQWڿ%e%E0B9vP',% pZ䠙PR6|gCNe&iߵFc\ut$U6\ =G,C5]pO1-dȏ3`ȡA*/`_3qW9
-aFјq7 &tʆY}_˃2eiVOl P ot lNV ¶ l_@
-x}#I2wZF IރM98g~D j+4d} [(J+ peOB~rKv͗t +zPwq(rNTTj:L4ǑBoѐ*RV1e`7Zzr n=wi Q+Dt&O˴[`H
- =Xrwu\0[ă)y#idD\[1<0*LC &G7At(O4@@#HH$A.x 6]H;gSq𽗨EM8TU]jy9LƵp|XT"G[OgxrRRhL:IZocꄫЁo2Jك w!"N/N#F ^ú\7\t:ukwB<[Dk7R%U3O:7PPMC!GFnQZ ng}²
-`Ƀn*}v+XJK-zbIUڠyosi1E׭5 t+GY0?
-?kPЏCNτZ[NYl_f:<w)f;"YRV[Jn1 J+?@*E?_ޔ $)ӧBpp~<5 {0PǕ9e%?3c<& ۢ|Our_em!tjwKt8\5^}xsT,gD{aM:U7`4;'&>Փ޸1Ljv"Ǚ+B N'8Ґ޻p{WCxXY PU 'OJδ})}K~Pf^4&8
-DgƥRt:Q3ëNrl1: msv}ȗI݀걃йKG6yN7̻aSt[^|U):/txF~뱇X¨gAsL0b','k\ l3LeTJ-[k.7SjS_CS.Mhi:Aƙ Z. v&*
-r"0TxsFx_|dfFɐ+'G%6]UkL}Vtd|{8yx*vP \3sl6~g@6X
-WP;O18U6G(f%hʝě4!#ऺ0ڈNEʢҘ{󼲄6]2'Ghx;kYycZo',]GCu#"8<Κ{;(0JY\:,r RZEMtǭW0=x(BWڒ2dKТFm9`/tfH|6 1SmʅIX*tV`{ӄefMI^bqdW:P{oxȪG͵=ّz6I*8d&.`:QOv#, Q-Ӂ P@ww ij䪷eÙ?mA;쯱fǿx3W] 7KlqBk92xpFd8( PTv_cu;RPϨUt*$2D1NtS\zMwv$>Jv
-w`n=Žg_fir le߮hjh5 x$)ȯ]?ж-]_= nB@39"IlY,'}Wū! $>)>K׈Ya;8-2hmǨfNMTɈ.}
-省i;&0Ь"Mi7q,.z4҇]nlJ+H)fw5:v%1~7+}DO%brrU5MUڊǚ`clI}і}V1~׺jDm)4d}_tAhLQ\w,-/~>RP!<B.e}@\_s̄[0(Sޖ\䃋*SG%@WSQ03|i>$W 4
-͟ fb_ ]fx$)8pm%"rJ}qU :&
-93&DZJxt%H*9OXm#UsIZX7㥤>3OGnGM$ry `ߜ"o6*C<T٪LvZZ>j-^al@ek/(v?Ǘ
-^ DwIzU ;L+cTQZB Of4_(x
-.'M ]4Rr( Skaj!?0asFFޔ(wLI̔> nF Nk4ЬwxHO:PN>5U5u\
-f|a"y)tDž}"*uRW>y)$f!)_h`ca +Eҙ\R>Ojyd[;Y(NEy;$dCo['ԧIEe$SRe g1y&g<L8}N}]IgI'@.ߡG;`b֠ lwQs|=GT/Y&F6EU3;s aྫNB~G5e'-Crg8so_+ Ui5e/;:O}JB넸.y1'xIo <)<4\cZl(PC^.Yyc<tԃK;AU-{ېQts p+&Z2wl wi~y J)Ja1^藛{_IibSP`svH➬J q\[`e<1y/"\Ϡ$@PF`}#ŊrB[\|_;S~I6%^n 'e/dS2VV&sI/ ե
-M/N5?sT=rpz
-&XY| Rr"T[t%ɞ3wJIP[0Y[-RYDk*
-
-!͑)
-endstream
-endobj
-1237 0 obj
-<<
-/Type /FontDescriptor
-/FontName /AZWOQB+LMMono10-Regular
-/Flags 4
-/FontBBox [-451 -316 731 1016]
-/Ascent 599
-/CapHeight 599
-/Descent -222
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/G/I/L/M/N/O/P/Q/R/S/T/U/V/X/Z/a/ampersand/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotesingle.ts1/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 1236 0 R
->>
-endobj
-1238 0 obj
-<<
-/Length1 1894
-/Length2 18948
-/Length3 0
-/Length 20147
-/Filter /FlateDecode
->>
-stream
-xڴzeTm-=8{pơqnA5@\͙o朿w٥]DYA dٻ002@ VO@ W[c'
-d/npXL]]-y)
-`loeT`(߅V
-@h $ Nr{/˟08/_yeey `hF@ӟ
-T9+?Ogk7flMAV.[wsgVDe$%TϞA^{FoE.n
-.NV.C7oQQ7;;;\dߋX {P
-2 Nk'Q4SExV-%
-*hϢ,KؗjQcپm%WOߙ)#KLi0f)WtҜje''~t<ŰNFI%իh_/r/Y`itEXA_wm/J;oT=! ׃MxK@>Tlv{HRQ0I;a}uAW2ɴSO㛶'< v &Ҕ?"KKe ҵ"gcHQcPO} 9l]5o]nn[̳V,z54zxbHoϽ2Xz`N9ŸR4U\jrd%(I*8cOn¶l{T᫑>~Q@M2c'ۚg\AQ +Yp^:{ϲxmCJt}o>KoNWoGW*-q693i*6dCxEZ!+/my_PdT*;%jGLϼz4$g &6aE[.LOokrcFFOIdߢ2Q¹|Lyp+&hAvG.bdb,Xh$'ְuhUm@T$fw?٢.u@%ZR.rn8 \q
-* 2epǑU2; ~I2uݘ-="upWrd$*C X 9t'fF|S<ދnNB}i
-Wz<bEPM,+q5\[:L~
-u3,`IF&v.c uC/c4;#lv0F:KdB|lޜ\aɏ;~ E*h20:.R󊤂gYZ~W:F
-uOR{?@qX7j;2}59r<f''86e٬L<Ig[Xw39gϾo5k?xgdCgcֹЧ
-hh Ib' ah%L'*QjDr:k\#!DT
-cYp`gWpE@gT
-AGӅwgJD<hԨT]"Tg2mU&U J=3,qJQz.
-hfnuXֿ#cI͓ xKE 2]ӷ-FӁ؏B;%<漖z$\ʣؐ]8$p
-t#%";ڙҹnoD ;iE_oL7Q ;;rXqѶ{g:+4L_M^"?B.IU<9*`ZNwVo<i e
-N
-+b2瞈 6.FSP!mR>&.^ݳn4o;Ri LP'v¾|5[r>#И:&1ৈe6-LM>.6H#3]j8u/dXTg(d G2Z,#"nJaqCMcyDO^ĵ]:l9[2a`3|$S2NY>k<$GMZ62kzUR9A6U}
-l{bjԕ%ښB0.}rWȠ*؞kO2ǘ,ǜ)-F\tNq^f<2 +cg6m$gs#rDZoWf&ȁar~?.o
-&<(Bw^FTgtӂ?+4 kl;|߃LX(-Ae(nDk%0f# ;B9td0]}JlPJݶW8.lpt#M'|Bַ}/ҧsZՎjf'6y2sU,9cU6k/\Da˝na4mr?hUg #Nt[ԜiJNJ/Ld,C2ι=ZVkm3*9J 3 9V~?5R0%734C?Î)uՠ1VS 0:Bh3Ee특EO>{'A S,E;\3:@v+xF_E.(yr^]b0
-%TLTџ.i>ހ''Zصb?<^)188,<F9j9GzKp۞[ .-2ìoX Bه5^J!W嵱 <ܒHjPW^jƽ"\cҜN T(/#kȥߝR4µ|-W4Ɣ Ge8xGg!EغɬN߁v`ġ!/)g~F@Ѷku]3Kګ bN̿) *?h3%9Pm|lESXdkb9bjư5V#B<YTߔ2dHO9q2qO4KS>7°@#:sjoJ?Ak7
-돾œt|z]oK俢er0AFU`֗NAJ?Q2rόQ1$qmeYm>4Ku7^ԉP^T+XLsYQ53mi=_I?YVG#W c
-CCX.(ѐ*rKA)r1YepQ{YwVCwEI,5~<>2RH=yspOб.cN[]G𣻍^ȴ~O3n.p,
-0_+}7Tx 4rd2j?6m:gA@^3% F=r)Sɪ#m]v6Т0UR[oЉ&."Cy%O=ʙܧlpOeWu^V6,NmMZ ׻nyObKW.*cviQ KeO! '3@Kaĵ?99 &m/`D. X1r5mNtӲ| Ju2;e]2")*[!1zw14X*ʲ !bP4 %pfXvc2a;j8ҎoC?Mi}-{KCď_P|d
-u(9qh)TX7Y0ڿJ$Z~{
-=kn6_xT&˦xIiAy^_&*%yhMq8(Wuv;bK-Msynb*34tc\XH|t9*\3# Q:)F| n!C2[ݰBFuJ󧫨fm/_#@< *F
-jWP!anƏ3Pt[1
-
-OiOC$8ov9Q@g:4|5*RcV_P
-,1 gJ$B䌖<{"HRkc\q۳CYӅdL*Ny͜$݃a/Avkv<i P'BjPݢQImPR;|=h4՚`a44*3 v8X)j(,jn ]ʈ65 &,L)(7}b2њBtCNQ. qm
-<62>Qإ?3 zO
-#UD?A3w}ީ Ķ7>♻i~2Ntz6"ލubιx=dדwU!swe5U>O}&:)OWR!:$6X{Fæz.ƒSIO
-t^`8a[K3upcO>O+PŮRglCjt$e"TK㢟 *!1U9+J5<a
-6T}p!OIkN egY⚰w*2[p'<6ĆrW)6)7X6}d%Vc#ÜRMڢ,
-r:U32U9b$-7Jʈc1ס㕠6I7uOw\4;H괢>oA6nMT@iD//NmB ^~Уդ: +C!AA3J0; ʿle _aS@:6F`c[EGm^h\>PiS[A#&IzJ(5P?{sqh%Xn8a9}!مMssN!b0I J`n,=Y>y6bmM,"Ǚhq=Qɕxԝ.r1N<G9rdUPz{t$:2>_UTE@%:1rrɆ/2XTz$Б&1g݇­Hu,6
-
-% p6A0hh1J)|}vTұh-jq=>^'F6lEHPei24.:6$Q_V o "2QAw:@, WƖh0ዊCv dn3+q}fP"bⴍg*zbN0` {`;rRa<d~u75GNr!&\RĢqUTJf+<jUlƥV.:ު Υ=`
-+~0hsd}꿟yvK1bcr+|"Kӝ
-\>@Ú&Y Q]~\EpX@ʣQ7?
-<BG]ĨAԿ1O5o}کԾ7Ta^YY0C{,-ߍ
-;XD4N<W.<>Pvsr*i- )ML$[ՆyYT(;FjIH}$x6UvP9'.(Uh,A4UH[+FqghNs*])kGkJJS "nUAgd\i^|D"M39NDjl|5@K^*Ŭ s[CHZUҍ0R
-q5[AÇ{_ɋA 5^\1w346$n2°پmq t3= 3+:H]ND& >\C1ML\~Tş uxdOd>KCHAdYQEw)}n`3lI,)vRT;ld<S0T+|c oi8z-'s+HhEB 44O)r||{ ~KkՖ Z.:-,3A(os9ɏVs[F.
-,@X?<sQ!%:W (|iO:q+/{)scPN&ic$_!8NÛ %‘(V*g;vc~pdMC?1-)MHR;u |nzo&ZjJǝ%FcWS(NsX<>Ora7TCogf2H¾U:YDryZ t ,h̓ėYl}98v|ƒ%okA?x}61ob~pX:`$^
-#٥XOD(Vu_ԴU;=:D2qWue ac B
-
-"
-{ۖd;=)*_?^.>oIZӡ-LNg2adEǟBΠ<V:Q0^@ oW;r{zn `oMyeĿNIمkk䏆8Bi=#tkkkmQ꬛R؄=0雲k6'iP}/,wzVXˏlG6CZa _;F=9Ҙ(^7CP>"Q
-*`Bɧhs1^dh7[֮C)K8 r%tIE9~AkH%a6S)+Cl{~c1`#O6@Lgu3wIѴBT*gHsDk[T1#nJ9Ue+j8H<Xy-h31)a+/mYF*UκU)Ty.ARԟ 1hzQC{ Yor8XkS/ iw+M MWH=ɷe":_<f.0 2xOk4a[ZS)/PJݗ:ix ۿd+
-&$B*/=Du!{gjS/Mws|>|lm4*~=#UO
-]ɝpU:T>ρ"?KuS:* /…g?>4 -<5q3.R|Pƚ%Xێ
-﮼!or*Cp{RH?.i<Krn]&%KEՁ'/_Rlᦿ4
-dqi.͛1 [#N>Q<{l6i|9oG?!37+22 ofS%M;*\ &/4s6 +陼/Jx4緑Arެ[J'\ >Iy̏9C8%>ײc9b/o
-vtdѝ\&iN?_w?`<U:h~n%I%W5Q]b#:Q)qT}Fʽ[/]!υ 0=0O9{1=mou!~qN,3| LMx, իC!ǚ* BbA?yi1o4~R!++XR[|`0\_Юa5qvj}QQ )ݣ) PDf7nmKEInOkVvE0ܔ)^q4uɪM~7P;r-Щ6A213yp̠jP<YLtMR."MNn,ڈn 7iBvs\ Fr#(B)*W8JFTĢGޛYƻ'}`~E=hT2X!~HX:C?WK v;E&$$#4Ώ^Sl;6CÒ0KtMBȊ'$F1,Xx[؍tLז@wC2: `=Om/yB\h
-k=hQ(Qr4q5/DDJ?{o >ޅpқdT+T]P`~53+1;K̘ XW>MBjן5૑*=dԱ!]<.uXc?ΏP[ P_T"==KH\w|q*O&BJ~Wʅ,
-hԾʇ?̍Cڨ;}~-hլM1%mYpCkaζ.ܑv~@T>pSЇelOܢ":/jʩreU^-P #T*3v/K(Y5-W~ਲ਼܄搥2zt^ Fr$"pG,hdVZjdc0# ;3SO5P<F
-;(O{=h6kY\Q+Qv EaI>&iT+]Lު(nBܰa*OY1!:f hH,6qB_D/ͳ4zCW-(eu1U_0g
- ɊiW*S<cBt9^};'Wsۜ#Ro=߅#b{%;:c,A7@fO6]W71J}K0&*8h9 6i
-exk+d+ͫ
-Q"Կ!>h"sB+x,ʛM5C" DI7`. 9xÇL6\7u|NDP4u,4 &Y4cP}[WzѸ(n>Cxdgc,Q7}2zX|qKѡf*-zZV#P65>v#~Q43WoZRX
-e'"]cejIÉSte +~/ʼ
-CG(卢Mi[l~2k
-tFL : &ǥA1CGgN8=΂SցMRak,,>aYS/$͗33WC ~`#V-֋CL^]mBGkWaO߸ÿTo.m^)
-dLdjsQ˃&VA?a '6E!-V٥sBU߆#~9am$oufK7 AԽncRݬe+6j }͘ < ճg5(乐eAkBNɶ4Snr=Ï0m%L3QkTn]kR ׬7*Cq8"a0_MvcL?|D>\z+(Z=۞wļ!l 1mia7ޏ81rXue;v/g5q> C e32Ǡ,05z#mʇ1rtVΖStrt\*FyOm嵏뎪z^D2V':\V%s__IG
-V)ە:0!C\9,St႖G.ExnS,Qn{80c9IA{Gv"v,5I Z%hJc:= <d
-z[Ⱥr4q27X `.`UeQ0$9yMz<rawaaT)Q{_8 G|AQ;&¡ ]XwjęJw@9 Vm"PHhip_Yv-&XO&~4>wn5 BHG(FXˉl2|N[Cz3|}X
-``_ -lT {Qhn O\duϾz r;b^T CyzEWgBnԤo wq}὚g\y/~M si9'A,Oȳ:
-]P~XX4eJX:Cy`K@H,G`{t"OhTs%i4f꼖46pWI.q1$h w9"3y@: 0UDaFi9!fv{19MkKW2|ԫf"(\#b`@ʆbs{6ַKh`/QKjhm19 \L?C%"Qns$ ɸy$0yuјZ`g٠R
-80jzuG[t-܋DZNŎVY+ p;oZ_Ggsg/s”>ܑIj;BvqOѪ=-73 Y?[dAvF=rQB394P[l>p|߲}!ʠUTHd
-[ajft!+Xq9D '$gyW-zrn;/XQLX˨oi`W{~ٝJ%WGb P͗"\~>d3[/ ʣJEmoW+L~KfI:%dGE·^? ulP mO {ߊy6WJa3 \ 黔fuTJL4v KԮAJnP- 4N=j;l{B֧V
-t_ݗ3ZGPZ<3h;[?*ޓ
-Fau"~&VYIJ/eOm h+-SOGWR'P׺
-['5ڃEE1:&k1eWgߚ߮tY膼S(͟ڇ5+Mh|WJjywj~`Stzsqꛖ1"[f+rTT+2qW/ '>wY?? RƲ5tG|B !L9.|`,ïrTLؑёDY;RծxY35044y(<{yy0ކIhRXWGIpmr? XX݁42eo$R#dK[nLchxlBg?LH~x7y>([svٚc%./ްϔ΃Cn`K6˄O\ j^쎚%Q=1Tw8jB5/TX&)܈fir9 Q3(t$ 8`*
-)iMZL5y0@EoQ>_[e4/}F2lƺjAZ`\GtZ̮M,7o&I>^}Pp(f#^7ݰAT'Bj`mUy%뤩sCy
-%(äQو#Cv'rWup6L3f_M5X}wmRGF&Ұ`cɏP->{6IkD8H.U`mECy& -`P CW>x} iD^{&rүdZ +zɩ 4$4c]i'Ϻ#v<KƛX?jݍp_R+AN:hp yl\A4Lw
-DД;)[wH'<HZ_ fy_hӜiAO\~X?ܱ;YvԿSTrUύ|V Юӓ}`7 & cao&I|P3Lo/hTk{2m<ts࿻ N/!4;Rimߛ6Z_DX%)`M${W]]GE5iG=+P9-+@Cvch ,n#`LZ`kApi5h'gy=_@݋yS.v5X`BN͚)}ĊPa8ǹr{H7},fɸ+9[w靧K"t^g#w⍑d+s[%%Z+ rf_%%|8 fJF(c G@N
-hNJ
-nv*C:lw :
-9V^%Dڊ5VBfRTf
-.1`^ CW9ꓐ,x9V+/!xrm?*d(*FpD^o)y!M?:e =~8u;00[#Tm`4^%fTcC/ ?0&/դ.np/@ '6cgw0^o2EH9T~PK :$C(Kq^::(ʵ.*+ITm",ո(DLCr"j?= oq >e2C?1v~>Ħ+#U꒑29'vȍ b y7fնkm6C:ի5i {C0;!33X5&lD>@ܶNLx:-mnZhV/MH2 f$ 2"o,ڎa |r mo AM~d&iLf
-d=:+ef, NǎoLcZClLG]<>+~M]Qld]Skhȇ6ݖ 0R(gmVVVG/5yE҄`gQ6k4wJ ̽3S+V=ób&'n7etLΫcŷV{K|Q")$$}3۾5frLg/uiETQzw%/𐙀rb69]7YG53HZY`N&o,L?^t!$u`8w{17H ͢n1DK0rnqf/ͬb
-?ZIZ2Q+B2BF^xǀyKSKppcu*ן,Y/oEp<`c#
-endstream
-endobj
-1239 0 obj
-<<
-/Type /FontDescriptor
-/FontName /YSUWTI+LMMono12-Regular
-/Flags 4
-/FontBBox [-444 -311 715 1019]
-/Ascent 618
-/CapHeight 618
-/Descent -222
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/a/at/b/c/e/g/hyphen/i/j/l/m/n/o/p/period/r/s/u)
-/FontFile 1238 0 R
->>
-endobj
-1240 0 obj
-<<
-/Length1 2051
-/Length2 21581
-/Length3 0
-/Length 22836
-/Filter /FlateDecode
->>
-stream
-xڴsxFLl۶mgbl4m;MVc7hl;7;3]|Zk=3dD*tB@q{;:&zFn='2 L
-GF&4r5rr8\,
-&.\pd
-0]T=L
-l $/K+$iўT=uc$c'燏$&4N)PP:@gfG|gؑWgc ;U
-nEZ>{S+ 
-^t#FlQ2aA(֘4CO7'dY<)6h`l$ʪ\
-~Vu s9N,tkOA֦k ]Y Jf(gAZ:s CLyMΓ1#h5?9Y.lPT[t6P$q|ʼn=gi湐<Izoi SK%.5_aG 
-^\Hm3 X̂TΝj'?:Ѵ!ʛ$D.6Z^tUHh[[KaS5^WsYչN, T\8I,#,<mߙx\̏ei8ߤL'Ipvh<,l Ade0M] &_,F>$bƪ&Fe-=ɽZ(VcKk-L(*h3gS*
-@ }CDQIxuEl[<펁1aRhf%,DK6CkY!c*ipaقt k<%{1YUfB5OZ[PV7
-M
-!o~6ʩC ʆNx`/W9#1Y*ϻbKY!³wR+ݬlX0_]/|BpŬ^e[f;Ȁu,蕠/{ϵ>z H*?Bm@x\,N{Nx &V0K}3u#-WeHxls?Wdu?tO@]M'j&jzMǾ@rs[a%7vYZftsr ezn5a`%jۘ\T[A
-'X0ƳB1mݤWn_iI{|>Ai#m0a'
-E
-+נ,5] >]v_)uRIFg: ʘ@ &9xn \;4w0c#JؐEBwNP2ĥPkcH|a ]SM/0!7ηc4!fV/!"){3'IXe=O#72o}ْ)_q55wM:Vy==x Q\{CQז)zW`Gv+)ڢm ;GPY!"+ƘХsK h#N_ۖ^":v#vh?ON4h<OUg$]34
-q)J݁
-yÜ_dkA-ЄrA!WK}B>{PДZ9 : Ib@Yo;݇$x6g1`?5EhSMA|QVNIMd0hE>NkSE-p9lTjL^iRKHxh6ʶKM'4|B$
-V"X*wXUv(۬b'@E T0<7z9T rG]+5Oы"BnagRJ]e;S?j0
-Qwj7Ja$!a"9'@?(gc3vQ!7F'[γkuo_M>0@jYcUgZ쑊/X;`nlkNl{jF7o#}!jP@7` *sP1}J%
-tלV)0J5VP(1Ѷ$U`3l ψ;5{pB)Lo;jui3[El1set9&(fAKT~ȺZ)VKC8ܼ\Hܷ]ҙF[zU0ŸT5jorV&keMEp2<Ӵ5fLUAT ;{gIR}sL|^LGypO8|<{lz !~@omʯs}U^d!NDAȚKfX0P'2_·x"c&ǚdߠ'R9-<aC_f*JILv2S pzapq QSE s9E:Rv7V Kd6-h3X5fhvk |%8f3[~qH\̻N4K`ը-;KG 5CfU/;S@0R2cW,B^7)iwVŷU&?SԇT*ICX5kKuަJQO)JS[CSݕhY-d U#ƥݯ˸ /ϖC"D8ܬ'o ~xqy~M냀QjU" uƺՋ6۴d.}oB
-!F<~V&R!IJ%>sE$ xc 2NN$%rJ0$ߗDF9Z・,$9NY|{˾fC9ɳVum:8@jJ壏UwqpKMpI ZBol?e>Kߞf@^=י8xWà@;Q~'+ZLtcyiݼjD0B֑yGN:hM |;e-wnhP,5W@<@р ik8WH>9E]3jN.ӝθ(u)! #u([< Q~IAᱯa$p
- X-˲V`&zM׊з" 7Ԋ4 3zgZ"KnGW=u#×e`Dӥ3<g5\b{0ͤUN!,Q<tXfJd{L>$De)v'[[TC'~ZOLnj*v['NIQD]ӭCq2]j܈Z$Byt4\?QFxO1|kh_YKQ#¹"dnUhZ$]Hz=H7UDez.+y_ݎjY4.죬XNw05|[~P*Xz.8K?`K2d؂mϊ9]Ϙ~'{|@-2vߡj 1'ź/T?ܶ|[C3ږ^츛hqG`8ՙX1[g׃gx/d5${nl-
-MyH0dS"{yJ xe`ǦƊl9j)v
-Fu]quNϧœmjwX(!W(ĥy1
-E9֮`RNgPR6Z o)kA( ̝wm 7vZ ql.`\H"ݵ\J!~ܴJ
-> 9+2mfqXM@ӏ̛Ɉ}%T!ZT3Laⱶ /l LF|-YjqBs-`zиb\C$@ڧ/P8KlZMn0Κu|RrʴL6CQ-!cw5z ;e <XFn={ yM&5-lO
-Dt` Ԃ:^5CMo
-}Xb?7f@IHGvZq]h?ְ )=H@"t쯕^G5 ;'ڤGB^>Po p[ U/e(C%:sx'aӃ-N;$l8M]|5eF!9@ AStUmc|^(Ȁ
-Ҝl|w@ҠuQDqq]xkV|j/ OY0h$P,ؗ5"Nׁw6Xggڥގbx53F>r晅W!V]xr0f/|]v a }?aGR4'-rTXcUO }+2n;Wel h%w"֝sóŲ7弁V1k  4E]穦\3HKs9[e}S wh}좉~:Q?>ǂsƞ`OTI b=^:,m[`yvnb^;8t 6=6^htHQU]^b-=Ŭ];w^E*y= ,L"|7')uEԷ|neU /v5n-~RQjN`Bfj:jzqtgmn >w霻oJOe f5iCaKg- Ouncֶ~O%zàgn1Q+["Qv+)T^Q!=I;8|Y<>PW{Y[K +
-u0f:UFY6f*ݳiJ'~S;F wï얾h^LXo'^a5T4h4'c+xF?Ȝ{Hew ;3|bIVWb8˴.wEC/%q)łlwNɕa~'ZXI [7(XA+`pH_+ DK,IJUqF8 I_z߇nů~7Q26P9[=@b|NZR&vS&Q>0MjGH=|O;:hIqfآg6۠Q_ž|cE[g&A(ԘcPfEڦ mdq۹|UҟxKĦA#N@1, ˽S7|bE^;OB$za 5{t_?˹$b:eΨ[n<;1mw8͟~7]dŘFq$I
-Ae?/iӅXV|OwmDj&4kP>v/ŨH
-?[6NWYu푱҈}_
-N$0p:gֆh}d13]OA)$?~nAgkLqbz?ޝ=nζ
-aTԙE _C# 9#0y*FI+ fF~06%yoܟW%n$ o, ơ~gXڼ]%?Rp˾ulw%ybK=kܾUE@EJmYB%7I$y&tK_*=F
-!L*o
-Yu_'=q>>tݫCX+9 %Sv&_jآ5,FQhltQ(ҚfxZ` y dpZ.c-̓Ȭ6&н2\n9Pua\6Rn$DbXj |E1}JP
-9 "y1`V$Όt#(ed1gdЪ.\Ծq+6PiMMU]^sc$R\]6@ _ϝbb~[DSB7q㣞<M^*dyrK%v@<y=b?-M \G/Z0_'DZe_4RC{~Ί[|< LΎ0-s:^ {w
- sth:)-::7fnVAo %Agr&*p L}:
-wkhj=L_$g~6{iC*49^'4f!Z8FsuV/iw3Y 2 m L*9g1^$@*_JIjxv',s
-(,yNawbwmOUhb gqftm6#fc$0ݶָܐXx\3 <a#ra>ւ3 aZH95QF4#1 Iq6tsb"t'^(oo{UF3N!;D#Cpuۘ5OϦ?"15sr.Jy5Pغ8:*36!(@HXA:]5GԘ}
-|mjx
-{ԌGlLiԕG
-mIn+e4GGo^S>jۼG'֝4mOz%*g:)̾'c|Sz.}Nj͠.pHx (.mAӌs!:GuW \rci6u{p\ܫGP*p#pYںow .*g::G4?KxtL+cQJ殴sͨE>)V^4Խ1ckdϽw>'p }s=c$7AJO
-L5&zbokPĖB>}EHC:(*#0OrW5pgWnczUS$c~LJ=[C|jBx/. Jя"֌mϻp4U.;R7T>4Iv:2~vq#zis>Ir\V2 4y$l,gC^m:7i ,<ͣe'%ImG{<>HR c08~Eߑ1hSkxJr"OUq/x~(ar6y0hYY2| E.?ع}2w Wl%Rn»+U9eS!hٝCBy4RoMT`O9C#[74/яGH+022ǜ( Y\{ݯ e{FB
-
-Zɾ[616;8M@TC֯,SPչq98iG"e{ܱcޭ" 49 h2noOi_rk.
-ugI˴aQduQ3y [ipϭcƊ'>36IAAVdW!E%g~މK .|IȦ=^I#Ap"-UE@ fMט>nv6q4p2hH"-&w61# V zc>v!&}H3I]ѧOϮ2ܫ=">B3 Gy;@o^]lw爏I uNg08- gQeqO؟DK=}T;f)rzQeLӮ*EWǒz ك2A{\uC(:6@ [x bfV,~` ~Mf[`Pϳ.\ t&dzr Ջ倡b9H'X GHzT|aϭ6CXy_W2LB3kiO RsE]}
-FՑi4jEClz|((nQm j#IHC&Kv\#tcn](4pYQ
-vRHHuz4ou|"=d< >˒Ac5۵uf, x+=
- L\wx/@qS/)=n[T6L߷3uA?d<J) Ă\ǰՊзQQ?H*xh-r{ؚT[ S7y\0jBVˣkX Kk 'HagB>[W}|M ;׉% _;Ȳ^l—8YFPӞĹtD}!3ҴNO`rhy(Tx"WAxϨUu SC̛O2w8NGc`5O^K 3{ʊaI/,TUskue~ D޶Mq4 ΩHUOZ)Li$4Zk\X:7>*7>jƢ|A<ETR)}<7̘н 2J&q@ӳ4ٹwSB@Y)j H=󚟎e<]v?7 ۠ $ʕ߳wl%
-i@zsm>۷RE)^
-eo,4&.3ČLE%?mqGxy4dv c$/o582cQ !tL{vJAG5*f-D*I GS6Vrk`<_XI&F<\kӵr*
-|'ɦ>%/[s-72J<
-oǦzԋ`&Uh*de0vF8*nV!"KހddžÂזx.%a@6F DA{JP5 5vV,%C4d^+W!C\FM_.te<DuoYzϕFw[i' e_w`D /})y~qlJfdg byG&tgz979= .
-l
-$@/ me
-
-UdrI`O_zt+O m|E&x٦bg\~$s$``k7!i#w%1F 2\Vb,@kIY]!m?uw~5ɕI:~ڜ㯫﷐ŲTU5 .6ȏ+rHkiV?eK6}ڭ5گJ@1oI~mHr?]~giZCj'͚fDW=LIT|Z|&Z}Dk7X6+ 34P6Qa2닳ti7^0WC-?WZg|#A"}_b =y̕q*5Ry̵l@Ķ=H.G=}ė
-,a>&ܹe7TMc*}7AѧL|oFBPoѾ/tq9j֩4Np"& C
-u=IŶTٜ hHZBQ]_&V_Дu3HzG#qXfV-9mE"Fwڞu-QXhk!.m q
-~3)Qζוؐؗ f̙^`|nv DvQ4'(9L, 3C;Vi6Jwfu
-Ew] *ND5gZb
-GᖸK0˒t,fS5g=/0bd'w4
-4ǩ)H #7w
-9ͳk !'yK-ʉOR3̪̉.BAt|7CcYrBĵK0O @
-5dHO]جPs3
-^fc$-ɨ [1hHkc0ueؽrf@g ?+0Vl گ]e(ҎP{UEd^@ ĖK+Oj$\eVe=d4{{#B!5~St*g>؞uC/{XY
-~ҭMUcA7w~wKG m=#t1&|zŐs1»ſ폳w^6a3
-+KSI*}|2A6%~\\E;ɭލYUIv`'ZLv>¡r&7ܗI.mLjTءIǙ7HR@1&%FCg]jЫ҂ /N{v՗?5o5u-)
-%* ja1Om̫uJvUʣM.d!Ă, ?U>JoZ34m^-
-)7`>MhG\~dvy56|Mk˯M",m !TL+x Ӓ~}-ٹq=ꗤ?('=mSɮى
-mݵV-;`ai>Zv-FC \-)4ג?.šr3{M;FHܶBJ!KCc"2Fb T8С$wˈuv`5
-/Ùf=x 厢1Dpu(PԞdd:k k [M)O2^l*c
-ѥxWVX825
-G 5^gwZ9lXNSÍ.ie"\µI4w
-M OCr,9[/SV*2k4!x.4`j
-ftͫн}ކ;# b5]-ٔH2g|][ڙru=e⪸M|/yf0 ?r/
-MVgwZI?j/y"Xhx:PTkV߅:S,y}Fވ1Ki'86d{lmZ qYniJǍ CWV7_o uD+#FdB$f';.}-Hx9>c-i۠a2Ql(AƢ M
-ENt/冔+eutoJy(ef7q5Qg6?ץb/V+o5se⇓qGɾ&ڪ7\夑f:C.
- m}7n.eN9;@ur#}70n讓+l[̀-T4e81THПG*6b6H!!9P[ 尉LS"x߃tst[TL*HxrX\4Loev-\~殘nlkH~0~Hp  ,_M;^HUtK7SGeP´Rf-FXZuݤ,>gbAxsyk߆2j@uOK7vEZGӛaVHK*'Cer 
-z}*qj;Omwwٻt{ ˾rHQz$)i%$3T f6;Q$o?f5+;(j-Ee!*U$?v[],W)v]4/u߇B_]` t<կz0_cDj85v"ϥ syأ L\v
-ip-7CSBq1F٥]7cjVQCλ`YnJb<m%=!JYFx"`0:ʻ %;RVSǻȬFbP2򻽧
-b=i|xݕ8p7,63@7sxge
-mAX3|N{1\0y⊄ǰSez~.9J,Kn[OΈd(ZѾMc1r임ךoC^]Ȟiv=" rv6ϿUhrU b1Kq.fNՙf 6C9b8Ę.[I,iŚސj;qd7o3pT_-K01!@|};*EG<V J4oл"ЛD塴ЀPJp;ǰB9Ñ _ֱSծ\.%kV.E(D
-q\H2QM(rZC˜N{$EXc#aUtuvy#{ GRo3?ݳhUT"nfol܄ B'U0O_>Z xoaFJw6!ڟq'9;fEz>nÝ~U^w'E|1hAPy7yd'[#.Hc[u dmGP[Z(`kyF^o3LPBJلk/ύ. f#Շk^s'o47}GğQLSޕ_pb w1"}O*J)JeJv;
-4潿maM˧x`zZ栦L
-wor?&ָ JCοJcD޿uDaNڄܕ.q~^؆w'o^4-"\t~mm8z$!lFH+fo;IbI[:s>6~{ϐpW"J\}yZ!fhv*# *
-endstream
-endobj
-1241 0 obj
-<<
-/Type /FontDescriptor
-/FontName /OVEALU+LMMono8-Regular
-/Flags 4
-/FontBBox [-456 -320 743 1014]
-/Ascent 601
-/CapHeight 601
-/Descent -222
-/ItalicAngle 0
-/StemV 76
-/XHeight 431
-/CharSet (/a/b/bracketleft/bracketright/c/comma/d/e/equal/f/g/hyphen/i/l/m/n/o/p/period/r/s/t/three/u/v/x/y)
-/FontFile 1240 0 R
->>
-endobj
-1242 0 obj
-<<
-/Length1 2491
-/Length2 24233
-/Length3 0
-/Length 25698
-/Filter /FlateDecode
->>
-stream
-xڴeXJw4nE" %"t Hs{Ͼ}xxcZ Kk Cr jm=,\l<(@ =E 
-l
-0X%<3 ځfew@hp(TA=Y8
-ri-m9,
-'?
- sUA+  L
-dxyi5%
-9,.y D:AEߒ'㯻?䄐'/a'X`;w&!W G
-ee d%!-*Hs5< Y-b
-JB]*xYhG[2IPFK>|O?5$,TH0d%' utު,TQ1~U,,1x3+3y"-5}Ie\ݵ^ ]َ㳌EKro1$4o^I0:؏eȜU2qY3Nebxg1~:)r۫-rG/FV[֪D]ĺ<
-Aw&}jŇ K pq
-7tiO&$o7i
-Eh{Io__DNS[Nҫ|Gn0h@ ~0hTbWinX.f*A4[O<#7ۺ"Y\ SXGnzo륍l#+~{Jn8eOVy|'!|YIcEJ(=vNk7Ӷa'Q4W޺,N0J'.lzAy>zG؆isn,i߼ԅ@/\abr]C{lDG&mJXۄ[⽑ Sӿl+Y%hoӸP)Z0[gq=GMl+#So.o+S&\?,xeb_ל>Obt,d+$m@!tsՒuo`;RYĨ
-yJWZ7uFN|;'5qQt,eW\#^AK
-ƀ:Iv}ls̔rGR1t&V
-xlu-!/[ہudTAR}(+SxaBhlCd v׭WOnד1v5zSR~
-jU϶S2H2ԙ ( yxbP嬜<9YUՏ{ f(w{=\LHb'Yָ
-`@!bG j65h.&[ϻ\yZn+|k =Q;}]CN+4$f=5@q V4xfV q@`_8k0o)g^b=[W? 9
-qա1qڥP'a٨I$I*THRȀ,zQ.kۄyE"h K6nL
-c}Ҁ?2̗\'fBg^vu7Ճ#
-._jYXR
-Q5r:ySj Ac,C˷IrBvΎh4L6d|ZwEȏ:噊yNIen y=ROtiY ݃Y4cMޓڗ2}X" 1w|oKȉ7m]9il<nOST-;p\Kg8_@4Zŷ96NZ{ {eMZ6v8H6RT|޽/+4^D)F1[ "sc:,*EM[ti@#PI/KfzR&+dN5}@/e9Q qCztx99+8x C!]XU#$qJeMnoRW{R/s%hRkt P>u5@[nkYEw9ME )ʙ[(8FDrT"fb\IQtǗf(py0Sc&hFX8S읥bK`؟tX{*uZߟGrW32"6yû^6*θToXR'P
-z|9wrDŽb \+r_/h,J >ә.3PWkR1BNqNaCsӏrxZyX"WW8+*vƾ}9A8R9+BxkEᨺbţQȫJ^&W2=c[&!9%v:8Ԡxno03 ڻÇ۩cٌcG?^~?1*!g
-kDUdÖ<s
-Ejڇ%#J)Q,n)S~f܄J3kguDIKd[>Gvފ4U]%9knF
-;|]WOȯsS2ӛG*'<$+Xt}\Mpk}+ܳ
-@sBI"\$хk7^Ȩ߃ uI<u=ȉTta&`U`2q&{=2>
-E#
-|k]>U(K ?W#Q]sNM+%J]0xGp" PWyMK_ 3/,G/Xw؊sO֞Zq; Ll["M:j6S4Z#Xmұl3#yiݕU{QV ϰLa8F>GNrJ4_=%DIMk4#3ϭxtUK0|F]4:Ǔ<F-~B )^UN] $pBY5COze7cLqU0^M"DτWaz>ʯJ=)JcqbZk~%%ne3rxkT&Go޴!t8 q ZʬЍ[/PG$x ܎IFroZܳѭm(H$ f?Y{& Wie^vCH/ذBcK#4\18,ᵚ%Rȭ;fn\
-YRMv9ؒX~&S6<Vo=}ځI]oJ
-*aLOW|#N}{xR@ݻ5c*opAX"Tf:{F<Z7\
-F=B)%*
-8o_
-X,/c_\q&i^=LǴhFjE |Iu Fuw:bL+ @DLuNޖ‹>ߒdoWj-f]m
-2#In#F}"&dkXe | ш*Rj/N8?Sƃx:>d uиA}\zd^)_'ļ97~.;] uoPi 1иE851,Z*Z:h3/+"fo_x0`
-9;Rk#QDV`p+֔mo+y`э&ئnA z 8RCP:)
--?Bي-SY$T>Z_ 'j6omH0ϗ{CδͨYR圃{z,FD0EqO{- cdu 5{ЌIHk>m/s8 -LP=1/v1B9g,twI aQ,x5Y×IlGUx=\l\Y<i0ROxkQ1, ߪUU}uA^dMj/*k~Z9DCѬ_`tzP4•HR1
-,)o8xV;īAΥ+tY8,ײ;WoJdQŐ+u\+U=X:.TM./8UŢr>5lz\uK,sթE;,XGa4sD7<W][Ď2ڌYZQ׭Y+)d-V6A[(>ɮz 'zH} 2URC"sR߼$O+h(qM\OɴQU$MTW΄uYIztZFuնjbאsfG y'4Ti ]TX.Fw 6XH]s}
-\Vgۆ<=Ym"3ǰo|e[;<+$G)ZM(F(;KGɀy`6-ocnּ|5M3 })bh7qչAMwf3gUbбjo;ك2K(%Z<r[\JW@WvCc<2vyJ= .6(]:w9gќIZȮnI.]%n BxOX$gG:pȇF*l? w5dg@o%H.jp)@i9Mce2e`"ۮf[ZȎ4up#`_ | :}BU)A7[AnܰXw<? l*H=inC:F7] ULy# I/`ZE0x$7Ca r휿i~k\K|/xd}},.^XyL;C
-ĢY*)̴xT1"á_:Q2:QXEpM xp͔b8n-[3hjqO!pـH"lҾ%*;xm4sY`{`Tv%)*<f|%8[{x"zy5Lqgvx 3rC+M|/XsUvEai[Jl_=s#SXkl\T n7~mȹ(gs AZU؏ޖk)}hqj jk1}po( BR<݆cSf["l2Hչ&WD/Obh%;g'WYCRG[62 ,Vߠp؅0-Im{}2{6Q81g%C54с*P!}}M|7˔cgCo. -!!w;iNh/zQ"{Yҁܸ<T
-+J\7^_F 8IHϭ\DШVRxZtP?ZWVin6(R)Ǎynʗ^ 7ԭ6֡:;YuwU9+G2y(*d/v%DX̚i0|QK/R *842U#|5!vE]ZÍb4ZjWhW/i9i麀jqi)rƟ ʌkѨ^0Ik?SCS752
-So"ml3 G26FǞHݶ;m4͑ pe}>a3ν_!h":G,1iJG{d CKاG,krmrD/-;'*BuՈId^4b1I4R ukFs.RW> (XTkW1謈} 2y &f~~JL+/`Ғ*W߸9A\[_s?;/ P:iԊL
-;7p(uO-J}_>Xx@Au՟HW4ϵKf֚NwEX! ˈ A;Ф.Zgة%HX)E+[z,DZxo Ẃ.AHm.˥JI_%LbyZ (l֣]SV>c5gDch炢d#|>(n˓c3,wE?zFp]h[>wȋ/?ɇ̘1݃Ѳ,3! ҸKs"&t9!->iOE]Xbi(T`p2]B^GpF[
-Uʄ}$%f{GJ%q(ؗWb/>܈¾ƒ7fwȔS{t4iû+8a}&<C*՚$߷5Y}b dm+0Z>6gqP@l;-<WԹJ& F+?4g >ғS ~rT9?xup&@ AGAKYSF2G"<xv qqwϰs@$iܙ3ș6M=CO"?йb7isrOTĦ̳sk4jrhUIF§j I>045WX`ݛ-45~V,orY(F;
-;ֶAM!x#|I)4F} AP SA)c~ q4>T ɀ֘qPx7j~1aڅ)j5gȱt;F5^. 0)h]˞@kB7Ok5(~^z>g#ĭc9OTm f3m?p)-)EXK&%yd:uo#RN{\8#K6lU8T:
- @m>l/$*yQ7"'2xc-[Sa.]GZ/in)<<,L%j21JFY
-=k`>E1jcpGVMlzlA$Wx%\~V_5@uc_G%vN`Lx.Ao
-Gg
-P^A9K@HYLZ6X(iV//q2{, j}6..{3.h=\/ F;i24P ~vݚ}ao ^Z>Žu +l%7p mek*ޯ͕ĸQr jZ(j5:#8i)EB7Ȋr3jsp|ez4^4QY%4WEaIcZ<{*mH3j.x`p5(stX]I"b#!~.ҠB%?]S3`A>S,4_PJPf7ڭ5 uwʚ]a 1Fwf XI!I+<9Km6 
-'I7Xmu{4wfL^J\bCQA1ȇP5?vOE>g;u宋w~.'S>8z=Erv^^3Q^yhE`2 rӛ?#[v5xy=h42 РåJ5)<S}EoK;5=Kq,eAMwi7:Ye\r?xk@]]9b_ש(iOU rpzdA01!iōSD-XܐpS"ím?`B<e?&T@Q\}"MCVH^x;37G.{!v~r汒WB3TU§H,]7oW$u[ij*oQyrQCMj|)%pp:x'8TR&{ӣid [ݞL
- }́&6<|?$9JrBNO/cbO -Mz ,D͞LOStiT}
-Wl9hM񭬟y55RZ%g52}=[>>LS.2z5H |7dh8q []q*q(<yiVuZ4K̐ fP*U8CV sV8ΌVN~viJW"ePEcOUC~1,O)m#;
-z-]勇o0:`f\>U?ɹ48ߠ{kQyJz4+u+&'$-\{X7QzR`HWL/z2 M7wu5_oK\ڴ1mI#O@lLNL~mht{dE-Llvma|ڪ=~;Uīff4xԅiX⟉OmiVU1]CjqF=>cw19@ЖQ
-$ i^8QpyfUťYj e< }B\DS%24e1 @mv%tg`aUMؘ}#$;>i]㷻}BD'͵8sp\6ֶu ,%/1n 0cĩhޞ:?8ỷ6J+(~\r0ݑYPj(.\N}9ÞFآzF?8b^4q}xY.BQ4Ii#(g$T[_du<
-07oPë-$ރUᵈ1Si/ mP|qœ@n/dpq˧%A/ks;MuB+ZQb]V|,+hNqzq/ib4F nGZbx"Cb,jE~ n7ع?tރ/}8'h{^STD8$]AK w
-#vާD CӚVoۓGX:utWI좆fE~ .%O?WZ7Sb ;嫱q*zR(x|eQr{?j1oWtˢw |>]yHڧ1 V/3&n<&`,qRI߷~<i la*>`*
-g651^ 7Ho' b#b'IQQ5Hl)L)xCJ~sVUPNMÒZ]tw8m|[V=k;mwS8N
-U8K Sc;^+Ja6J޶fÞ o[.d_,RgyEcb ƛova A.-b<LYf'M!R5y >0pQ~|`쿇bss (R ]B'[zS;ѱX[,ay@ޔeRB4~Xl\QB5y~K8,M
-{
-8_/q"w?G@ '0ȥVk-۵fN[PcZeJ`QQ[xq;FouGA8֏!p,ME$_76͵P&Ωi4֎cp\9OzӖ3D72GJߠhT|LԛEOsXa)Տi_?/e"g9u=ifzt=1
-sZ7oG(5N,~
-D7U;0yl{;O',Y_#B{a3pM\v(5# _迠tCk_BomLQm4}+3ru[fc)KhAnTmÏz
-f}Co"'cX:t6+ "jxpIe?W= k $FWgC7^ O,GIdғzlv$hUqtvn2?ٝS/qY1 =L[RD~pO'
-fۂxB˹AM5"Ƌ~<]c']uQ>*tsqIxz7bg&f ?'^LO/ 9ե}?\fGUZ呚`TUX"sG8ЉVޙOS!4~} ˼h=M碓<2gEaW
-_OaD:
-Pk"Cyk+v0--AL1ɱUB/]Jwˀl#vAimyz;e)^Z>o,7ޔ!|70cLe1jPrk-EK޾^Hwe?mz%lc۶mۚm۶͞maǶͽ.w^Q{b2s~#229<Fd̪Gq He$.<`wv`+%2+&72 }~ѳJ%c _&D.{ EC@nvGW{q1Ɉ4g#^|VFb=9J-)#V6浫%/!Viقu~'ۖY
-@HY>8͠m>:sg3]7 9إTEBu8dSz]ӱvMBEmeolñXv*~(sEQK
-ׄè?Gǐ]п{8INryɖnoiZmO۳pg~Ԓo?);,I3!RZcXj]-|8çlpoz`{˙R @.`[|@H:NI.#yW N/="<c|JFθjO?4d:0S(usWAY *AZ!nA
-;`ܕMV֭]qو^ W&2V
-,䍃,T?]Nthv'&e)"1sM@ Bߣ2z+mVOٱ١5AǟbU3 IK{1.ǵmjxK8
-pmz$i?NGX
-;9My"JzWkx˻1)Yi5xt-v+pJ %P3:_K:2,h6KJ3j=Xn9}ǰgY <
-(%_ؗz`u%EPaUԮ\ߎY$| &Bfg2G- 9_ƀxc t4cRIۆZHR=rH G`oϐMB6㩮7W}cJk$
-^`Pi ㉶eHG1/TsnēGO{+qݺz%F/p9c2cT5}3YEIwDͶ倫:mumX욚,T&mJ7cC3
-&Ec!AUM9$٢/_ۃ7-p/
-L89pIͷ QO/zY7aq3?{%n0GЭhp.Fl!("+GxzG>eߙeޫnv) MFCMZߤ@8`IҞZ(Ohkhn=ʙ` d<é37F}zR0xLr
-+4&>o/:7v4! 0MǚjRQu05H6 %) ~u0łݙ>+蘎1 >"R3?^'W9&#n@P
-EJ5W̙.
-DMdaTKtg |jͼA.tZ.:i W%P**Т|؍">T\J zðbN ZsQMY-٤Z@EnTds7"oľ~ v۹Ty?4.DwŸk <*4u3Is\Zusa&ūsZTn9D)k|mP7?!fwGZa<1e7[;U}Rm֤8ԋF("3NJ9IJ6y\6m&+yʋFƧB[++it' ˅uw;D~n
-kB3m EҙwJ1msF8UE;~3h,GS9?mRCwem6lNכϹ5:@&-T f%]ūxz@7uh;ee,8Q$Ѥ^D#Y.MVޫGQdhyT2QS1 q@!ZMؾ qɉ[h=o%܌*Xᯗ`GCowծfUޱI 'JvTv_(lL,J;SYO4*bR #1z>;eZ
-(YQS[1?CP[ދg Frq1%ޫO(g*o1T0>;Oݪ Z8}h2c_Uɒ,>j6QPwC!"EDEc鄦5MW7ܨRBw"^8ɸI}
-SJvF&UGʞ$[_[ ~
-R>fCܲ\15-=,a:)5 #$Nuzl>eȷ8rw9vJ;{1yPJ h,)3=78BM\@Kn48K\*߯5!`-ьV
-LY',Ah~?ض6kFڢvwrD.ƏAÿn\,r[ـRQ ppcY!j^sNh;t-q9HQ UhVH!+Syd=rfq$^=T>
-WlŬv0E }ϟ ?6@:5!H&ec
-DOZŪBO$]CyhPw\SFN< kRaa
-+H B2H2bD26?ɧ%c*xǂ csnmꐳ{,d][zʴQIW%zo"ϊņ{2һiV J:͵tyTDE fvD*s?L*G5oHi
-5j)RL
-J'w+
-CاA;Ě+dvJi 8|`[Wb\Ch^9()<yrLsUB
-hXZb1
-of^ tZh$]sVJ$z/94E.UQww)1zK>"~4c2 vNVD5 {voKрov,h@
-HQ|)cZy
-Jxkr^w _(SX1
->9uCǽ&9%ovY`E2Ӱ+RȽJx"V/*-ECiuH?Iێiv\? }Uv?|_Yp";Pbd˚5]jU﷐" |
-(\8sn-&w3P˷EBe@K-閐y 9͂ 3>ٯK0wUo9{1lj„fk5n^QHdU|` TNF_Cܨ߂Ȫr؎__!t4QWT9
-X|v0bgd뗍D\hUqpϬjtHhҤ%amJꚅD4 +^^>&=qu(Qj"zxE+korFkqV3$3?qxPM]U;$EX"ĠvRG=Hn=4`S##b.S2قo: G\%ϲ
-}y61w[luq}}HY."ǐ?2R e2Z Wc Gw<ǢBlov8$C 2e9 ЇDEǔ6nw6a1Cڿ罯ZA=6{%V3A2L^K8dH8n
-endstream
-endobj
-1243 0 obj
-<<
-/Type /FontDescriptor
-/FontName /HYJJLU+LMMono9-Regular
-/Flags 4
-/FontBBox [-451 -318 734 1016]
-/Ascent 600
-/CapHeight 600
-/Descent -222
-/ItalicAngle 0
-/StemV 74
-/XHeight 431
-/CharSet (/P/R/S/a/asciicircum/asterisk/b/backslash/braceleft/braceright/bracketleft/bracketright/c/comma/d/dollar/e/f/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/r/s/six/slash/t/three/two/u/underscore/v/x/y/zero)
-/FontFile 1242 0 R
->>
-endobj
-1244 0 obj
-<<
-/Length1 1636
-/Length2 5300
-/Length3 0
-/Length 6376
-/Filter /FlateDecode
->>
-stream
-xڵVuXkFP_J:!H^`6F ) i;%$DETPDQ|k{GT\ jQ8q"F!R:8;PÀ0R@E@:@ZJJZ
-N.p'Da$Mo'@%!`/0, {gd aDP@ Nl/ Լ00oh›ٸ|1 7}mG4
-ⰿ+<F=3Ħba
-#%&N멨( "@H$5>u''Ph1;!Ppc^f(W0DR
-'. p 40ֲRS7'Q(G4r/0 G-Eŋ?j8{@RR
-#N{t1ZB-mYoaY<@&}6
- W*z_~mI!/`uZ36Kv((8ӀjT FbrSʕ̱9a6t¦w]M>+U?Hl1DZ>_}֛Gh`sⳡOS^m/~[FFxn<Kƍ;MۊAaSL"&e'*ˉ,(oB+ۼJQ^(_8E7]з0 rSI1lp`1fs(NgFޢ .'U!Ťԥկ ?0)*m'n4lsteQOߺ,WS6#vs528=d*Di)LO=ERo3RGJ_ą貰U
-(P@u k-YB)ov:D*.gIZ@EU]ThxH׮JBl?xvnVB0Ge嘵|/׳ ɰ
-&, v~%$w2ǡ44+]cxnՓMCm<~iش/桧SVlg|ucYڲOǟ:g禽Uʯ@EwdݭZ t.g\!hxB!ǰ`73SHӷIVw ްh>aKR42fOxc^8%Hn 0rIǪ< sr\;cbw?8ԢQ.~ ((xIIh1N3M:l=ȅ/!!/"HZۯe~0G.D*/}1ƿ;M?[0&R򅮄?kn 6|n)h:*eJQp\e\rpɹvےSճ1ڮ[eJZr<\) sЮ;dȡ؞`wԚoʔ Av͖-820r&vv|ŢFJTʼntf!TTi
-TWd×ečvvIDqSq$,d]i7Co$O*p p!ġlM"1lņڤI.{Z956WGQuגte^̦VDq5mx9Ȑ[ 6m/ KzSȄzO.})gΒp3Xkn`JXGM^G)ryQKAv4nʶga&8CQyfԆ{+SݨO&,~8lTFfoo~;;.@Ndy ;`(}-W!{wWCRa ߿o`FvSNGs^ï*uq`
-8X|_CnV</e1lGN~/}MVgxlLc$JE̲9W='徛F7?VLt5^*hw|"iAt*, S9,}Yn>O|A'zW\=z<85D9#tv0 MVso\ &Y:I,gZ.c/yY.7;R}[_4f夸<K
-x/=% m2@cq{]@vׅg g,w4(?ދ{qUo (#YIK;G5<ų/wTb= z{SJ˘e:3bLw.,dߘ;tJَ^A_YeO$JϞ7L|mm$pYWHa7G-ht0}:/?Ηjg2y~` &ZJ$ok7<Ԯm.|pK3'klS8gP/{zP^ս~ yïS_>[,igF-|6YBBHgJ2Qb?XyZ!_*(d1|}oH%C‰K)ϧLƶ0M=̬*&)=? (gmOzPOgֻL/6m0sՠ"4\rgmk{j 13o6\Jڟoٔ
-IZqw׶*%;U^;N==xv㼕*-lh`oRr#P3"XBnC˒@
-LbiT` T봩2CE>lު _X$g~:\N᥌2Am+<<|VD&mC~D|aeSKF>3{\92Z-Y/֭fzuΪS%uד N<7tgv6(*3ksr55x8.wtt 8Wdڂ:
-|$J 8GYhf<q揎OB38Q "+N܉P!]ѧgyQ2Zx[^F ֝ dtx78N*ܛ8=I/J=ig6|6ឈde}tbbt<|^A=9(*!AS,pPPC S" O'ޞ~Gz3,HkOn%ʳ{}FKʶ?(^`\G\ID3 OE5JccCI$).#7czɨsdF*;awBO<m-N K\־>&#k<CqhepuT,᰹dK#/՗NT()W~1TAuINH2˻kdeL%`qjQ7z[mn[,ﭹ*Gb{Bg-V\H n5O? !Qupֱ/yB&Q97u]zf+]|e%j<v^问|ˣj #.fmi-+kD+E7XA3yj6*h,ˮ6>?F}yZC6;ZŤM n[K̂68TEkG05L~ d7h8V$f>X)SE/V:cru桞ꅨ(3vz{!pn:"e}cʛw^*_{[Y-go{Fw/E鷹ĕ\֧? zx6pV`t
-~p{m΂NOF=1}]8ȶ^u4Jp3{Wt3tŇ5R}~묩@fv:ƤLOYR{ajj/4o\zshdX+mh"9_{Ƣ<:|:| t1^IwĐA~+?%_dI#<WJfPs J ك762(0|3ϗɾ1(BXǍy}I9|e`[&i,c#oe"!=0597V!8貴B{0Yљ8"3E|{ա~ݴEan f{֗%Y3=D_c׏ v1)TYC}svZX$mb^W};I/2Ks͕yz/Ҧ@3Z
-endstream
-endobj
-1245 0 obj
-<<
-/Type /FontDescriptor
-/FontName /NQGYYB+LMMono10-Italic
-/Flags 4
-/FontBBox [-491 -316 834 1016]
-/Ascent 599
-/CapHeight 599
-/Descent -222
-/ItalicAngle -14
-/StemV 69
-/XHeight 431
-/CharSet (/n)
-/FontFile 1244 0 R
->>
-endobj
-1246 0 obj
-<<
-/Length1 1434
-/Length2 7117
-/Length3 0
-/Length 8071
-/Filter /FlateDecode
->>
-stream
-xڍtTT]6݈ =tt"%0003C)-!݈HHտֽϳ!-R
-KC ol`/"ts
-Ťť@(7(ݡ
-'[o C ~ @םALM o007rto\Xp`?0@ BOTQ?lܐț-^
- O tcmPiƈ$ۆK.>9d-$gK?p?gm}
-?|rl%ϥWl?OOq$Fbm5=$Caߟ겍g,gtSXNiwW 2i6;i'-oD\'B'.!J\X:y>qRY~O~#yig})-'3SM$_D'-WA$pbս *0UaWXIV[/ՄlCv(M~qkaJk"9)sā9zq^uU -\uRc>п"!8hkfHZ
-3A\IKK!|(f5E" 8 uN)6߮ʹƙScȅA7wq,)Bfc>TxV~m4e\G(ۨxnE" YغJR.*ج+dܝ%Nu[ T\KMxO'Zb2 )-$<bc"b.I~Cn_͉ʧIqV:9 mrS Y󷵮u7x8~F}-,+!9b
-y}a's?pW1zZ|Q&pmYӻ}
-ݻ^9sX͎r4fĮ5r#MvVXc
-{<U/k/6XByر.uROĴnHoxtU@3G`A=%A7w`^}q{̢Մ-êrY1P3ƜSm)2ןk(Hڇ:(՛.5єPIGZ՚65?&UJbp+ؒ:xTt#Ҁ
-嚚\ϝV~؄w #T]D*m<kb$Z;F;*~XZ]d0W&vzJG9Q
-1ȸ"-r| .yDH- yQsJMlp 6sU=v*zT#6~-Z+˫ƾp}J$g~wËJϔRTYKwւȾ'fxd>n|[YnǃM{y M¿gX/^yi-@1)kUݡK
-|˽,lAv#/ުS1|D>}*Tb&>`3|&͠]'lFlҔRnOTmYl'-䟳}k|ɉ~ ڎ邓[A78xvt ?
-`n|a(3F{jI4~^b {;5vKNR[Γ=r$k,@n|"cjt9fM-\]{Qǜ/to`L5VX%Øˈ.AmP/.cD@F9PRꚉG%~p\/ :ad]g| |CzC=xxA-Rys
-g$uKl?a)Ԗ˶"ٶE`Esh,E|r~ V氛o-2<BAso^[Ly| Vl"3ISlAdhU`7-o)Ief%xk0ZJ&)!9{ej2B:6X7.˭?tYMoj2#]+"
-FJ! Nd{p \^7+!WxWf1V`R 9s;I@l, MW{/1VEM)u=&Uk7 $N?k6٫x3BA8K\8+gJNmP*R6<I~_3 J pD?!|8?r{B魲x|Ys
-7%e`QQ e gڳ1gYBJ?ñf6L=;_>ZYJi.8qh>-H"qβTC`?H*
-!3>?i-+RȍA]tJa=^7:z[#I)#
-Q˅A!m/o-T/L=^H},tF ު-qLz><t,!\zx0zs,#xQoU)ygPxH[O4uX"R`lE8}8m'ɠ<^n5>v@x;J<)$D酇k8VLDĬWډg/^w@r:WbTjbJ}a-G>0qΗd
-Z|B2,19-}l{ibNX {֩qn˧z+;xlrn蕰u OS%B._Gzm߇aOzM<qp7(s]Hm+ϖjK`~.'Lc_.]ԑu̅tch&in'Hڄjڂ?Lz_Bə:~H]bfJ+opR ]*U;X,,/D<p\z9eԲI%㸑f;DXʨn7'<
-Aj!Uf(qczI՟o.
-X;JU?^ZϜ7
-?b ͠nIn3 ?u'e}\GOn.R U ҳ4eD3z3"n
-n'; a%3bF"S)K7o(`m-1{oU ;cmؔc(۰oX}Žha->U{<I}d#{{ YQM|]=O?$y}]I @YxESkcUV>ES0^=
--g[0ױI̋gnpLbBz=GX_5RB*(H<pXɎ$G5*Ɇ~ w4o)<v`oEN3{QX,6&) jgga26@ Soz{~~E;trg&gԪ*oP(a3Լ1?LC
-%
-,1uU]Jд͕ܣjHMI+#gUsM 5͇\H\tq}/HO
-'O
-x^M['/5F%KtOIʤESS\Q;@)fхPϛ3ALBBI`tǣ&KڞT*YЅ"T9Y8y5nbZHTLw)n#nّZRr3>͓ L3Mr~1nĔcUR"9UiɆ8Et)
-C%9GueT;hlc"? w#y
-^p!%QS v*gzuH7
-5t+_3z{k<_HO
-IpuoYbw(V?l,Wm#Zέ)<^pi*HYfXס 碨H4*:s֧2x'AN$==l?L݈CG-{9%j%4kīb
-uh#kt))Z IsE}nȰt-ˡ bɔkM'TzS;E
-u{4]ZW~43eA~fP8/?O2HR۱k⑈{萕EgV
-IYg66{=;ˊc[9 j1{e8X>G6Tܭ%Mo1tyġgi<u/J"Z^'=mSa?!i6F).qAٯ>R %3?Pdː:;3Vۛ6]g%gn~AJ‘&5h*_E*tJ= <cW"xQck~K+(SpzZ0ΰ'^{TwѠ1! ˷ujig[$FlзX&ׁz)Hؘ@ h Zh,Xr̳4Au *:BZ<'nH氠<e&8NX
-S{:ZS4i:}Ji5UfErFCYA))zr eSryV:oi-ֆrc.,_{v{݀*L'|ݮF<,yNd}RΣG}{,j@T%Axڶd([Ia`_{SJZ[)h{ MVnYb|s6.݂uz[=4x
-endstream
-endobj
-1247 0 obj
-<<
-/Type /FontDescriptor
-/FontName /JGFHSA+MSAM10
-/Flags 4
-/FontBBox [8 -463 1331 1003]
-/Ascent 692
-/CapHeight 550
-/Descent 0
-/ItalicAngle 0
-/StemV 40
-/XHeight 431
-/CharSet (/greaterdblequal/greaterorequalslant/greaterorsimilar/lessdblequal/lessorequalslant)
-/FontFile 1246 0 R
->>
-endobj
-1248 0 obj
-<<
-/Length1 1532
-/Length2 4268
-/Length3 0
-/Length 5231
-/Filter /FlateDecode
->>
-stream
-xڍT 8K$IO,"Y#{]ɌØ3cRhRBQ(Bd˒dJF}\39}#yJAKt S̬t0
-HPC tq4uH$
-󃠽("M<H}A,2`qѕ&
-Fm9%\1Ji(?.TPVt**)jXqX#+Py\~d~-a\DrA@)0-!ʷB?p^8|O$'f Mp?Q1?ew>Cn BY@
-f+ !?GtǺ]EQG~ )HN:5${44=\38N۝\~mi2Ês,ҙWZ3}z=^F,ޥG]k~37 5z.N>~͎>!Yc=760ihbJ $TB"> [rg `;&8_XDU$" -9@^ۡPl24 [?#2LyF'4e@tR0X/;*zFVr_Tbo ɷr60A-aۡ(nw>n7wwIe/̿Ie<;1cj?Ƞ}7H9x174ks+=JC RSzv}ѺSʐ8sbyIc!Z9L1d%a~(Q7R4k%Jl-ɞrr!"DX<PagDԘ_v9J?ʷ>+5!m6-7F.~-
-875{M*7=dÐ5d]wM[<SFH2uq0)7`?G^ӎ+=*;if֡'0(s5riLÕ+ ח )tMK1%dr֡U&ÄU't_!)LgPNM1[˴T&*H*pGkhb/0gdYʲͮrZJ3ʓ[_Ih'7
-TLX XD~\ߑϊ-B/UDzE-ؾokN[R΋x11}TZz^jwMZC~hk>[ۑl>k<]OP]V}Ջu=-U4%lefD{oœErddʁJq*^소/ g]v)=(`2Xb@ɚZfq)6F(0{ E1,6l #8oMH #ev1oUdBCC5+,^71.-bR7:|hSw׫5Ep]/5ԽŨ6v4v VhJ ЃH >|
->ؐ p
-BѾg27Ew1i,>sE}R)`T~g A|MRn֋lЗPumH=`x]q{:fEEv'ug|zhXI__Z|؎8Z]낾p{A(Z\Ji
-aʓ~¯ =ļEt䜻޼8~O* W4 K C"+jG&OcwNiBYrݘGard©uMga'.[0xea''تHnAh]Jcy"hD
-rt/!W'5[<zۀ]2R5>4Snꄇ5O#
-Agˉ;ͽq/$ bWt[Lbv[x'$߷g{q 8ߐ5CO>iEX|5Oh\yQ.g*gq1[ʿ\R=%\cb$ZW/K #\mA w׾¼\<Phb,",N-V FK|`R{;+QLuk{KV>U*2+%DG\mYWY[\4
-f3
-
-FKw'>wQw74fY%#%|=?VrktW)mWV=x^'9P?/
-*zSdً"Fȉ6RFLIu=%F[ |I~c,/EƻÛ}u&.Yҽe-B ǝSŮ[ҷqΛq3a,YڎR<o~xx%Y `~Mf
-endstream
-endobj
-1249 0 obj
-<<
-/Type /FontDescriptor
-/FontName /QFSCRH+MSBM10
-/Flags 4
-/FontBBox [-55 -420 2343 920]
-/Ascent 464
-/CapHeight 689
-/Descent 0
-/ItalicAngle 0
-/StemV 40
-/XHeight 463
-/CharSet (/N/R/notgreater/notgreaterdblequal/notgreaterequal/notgreaterorslnteql/notless/notlessdblequal/notlessequal/notlessorslnteql)
-/FontFile 1248 0 R
->>
-endobj
-1143 0 obj
-<<
-/Type /Encoding
-/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 35/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I 75/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 159/section]
->>
-endobj
-1166 0 obj
-<<
-/Type /Encoding
-/Differences [0/parenleftbig/parenrightbig 12/vextendsingle 16/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg 30/slashbigg 34/bracketleftBigg/bracketrightBigg 48/parenlefttp/parenrighttp 64/parenleftbt/parenrightbt/parenleftex/parenrightex 80/summationtext/producttext 88/summationdisplay/productdisplay/integraldisplay 112/radicalbig 114/radicalbigg/radicalBigg/radicalbt/radicalvertex/radicaltp]
->>
-endobj
-1157 0 obj
-<<
-/Type /Encoding
-/Differences [11/alpha/beta/gamma 16/zeta 18/theta 21/lambda 23/nu 25/pi 28/tau 30/phi 34/epsilon 37/rho1 46/triangleright 58/period/comma/less/slash/greater 65/A/B/C/D/E/F 78/N 82/R/S/T 86/V 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n 112/p/q/r/s/t 118/v 120/x/y/z]
->>
-endobj
-1150 0 obj
-<<
-/Type /Encoding
-/Differences [0/minus/periodcentered/multiply/asteriskmath/divide 17/equivalence 20/lessequal/greaterequal 25/approxequal 33/arrowright 41/arrowdblright 48/prime/infinity/element 54/negationslash 58/logicalnot 68/D/E/F 82/R 94/logicaland/logicalor 98/floorleft/floorright/ceilingleft/ceilingright 106/bar 112/radical]
->>
-endobj
-1148 0 obj
-<<
-/Type /Encoding
-/Differences [6/Sigma 8/Phi 33/exclam 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 63/question 70/F 91/bracketleft 93/bracketright 97/a 99/c/d/e/f/g/h/i 108/l/m/n/o/p 114/r/s/t 118/v 120/x]
->>
-endobj
-1152 0 obj
-<<
-/Type /Encoding
-/Differences [48/zero/one 101/e/f 109/m 111/o 114/r/s/t/u]
->>
-endobj
-1163 0 obj
-<<
-/Type /Encoding
-/Differences [39/quotesingle.ts1 42/asteriskmath 136/bullet]
->>
-endobj
-387 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VBHDYL+LMRoman10-Bold
-/FontDescriptor 1189 0 R
-/FirstChar 21
-/LastChar 121
-/Widths 1185 0 R
-/Encoding 1143 0 R
->>
-endobj
-436 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /BUSZJO+LMRoman12-Bold
-/FontDescriptor 1191 0 R
-/FirstChar 28
-/LastChar 125
-/Widths 1179 0 R
-/Encoding 1143 0 R
->>
-endobj
-1038 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AHPNOF+LMRoman8-Bold
-/FontDescriptor 1193 0 R
-/FirstChar 65
-/LastChar 65
-/Widths 1146 0 R
-/Encoding 1143 0 R
->>
-endobj
-687 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /OMBWTA+LMRoman10-BoldItalic
-/FontDescriptor 1195 0 R
-/FirstChar 110
-/LastChar 110
-/Widths 1156 0 R
-/Encoding 1143 0 R
->>
-endobj
-388 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EJFIFH+LMRoman10-Regular
-/FontDescriptor 1207 0 R
-/FirstChar 21
-/LastChar 159
-/Widths 1184 0 R
-/Encoding 1143 0 R
->>
-endobj
-381 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KZOWGH+LMRoman12-Regular
-/FontDescriptor 1209 0 R
-/FirstChar 40
-/LastChar 121
-/Widths 1186 0 R
-/Encoding 1143 0 R
->>
-endobj
-512 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /MQVKDL+LMRoman6-Regular
-/FontDescriptor 1213 0 R
-/FirstChar 49
-/LastChar 65
-/Widths 1177 0 R
-/Encoding 1143 0 R
->>
-endobj
-392 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /TQFUVM+LMRoman7-Regular
-/FontDescriptor 1215 0 R
-/FirstChar 49
-/LastChar 65
-/Widths 1181 0 R
-/Encoding 1143 0 R
->>
-endobj
-515 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RIIBXH+LMRoman8-Regular
-/FontDescriptor 1217 0 R
-/FirstChar 27
-/LastChar 159
-/Widths 1175 0 R
-/Encoding 1143 0 R
->>
-endobj
-793 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /XWCOXA+LMRoman9-Regular
-/FontDescriptor 1219 0 R
-/FirstChar 28
-/LastChar 121
-/Widths 1155 0 R
-/Encoding 1143 0 R
->>
-endobj
-393 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /FWBTCQ+LMRoman10-Italic
-/FontDescriptor 1221 0 R
-/FirstChar 27
-/LastChar 122
-/Widths 1180 0 R
-/Encoding 1143 0 R
->>
-endobj
-517 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /LLUQRK+LMRoman8-Italic
-/FontDescriptor 1223 0 R
-/FirstChar 28
-/LastChar 122
-/Widths 1174 0 R
-/Encoding 1143 0 R
->>
-endobj
-894 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RXJXSK+LMSans10-Regular
-/FontDescriptor 1225 0 R
-/FirstChar 28
-/LastChar 123
-/Widths 1147 0 R
-/Encoding 1143 0 R
->>
-endobj
-1041 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /UQBZSC+LMSans8-Regular
-/FontDescriptor 1227 0 R
-/FirstChar 43
-/LastChar 116
-/Widths 1145 0 R
-/Encoding 1143 0 R
->>
-endobj
-437 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /DIPXOL+LMMonoLt10-Bold
-/FontDescriptor 1235 0 R
-/FirstChar 40
-/LastChar 121
-/Widths 1178 0 R
-/Encoding 1143 0 R
->>
-endobj
-389 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AZWOQB+LMMono10-Regular
-/FontDescriptor 1237 0 R
-/FirstChar 33
-/LastChar 125
-/Widths 1183 0 R
-/Encoding 1143 0 R
->>
-endobj
-380 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /YSUWTI+LMMono12-Regular
-/FontDescriptor 1239 0 R
-/FirstChar 45
-/LastChar 117
-/Widths 1187 0 R
-/Encoding 1143 0 R
->>
-endobj
-514 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /OVEALU+LMMono8-Regular
-/FontDescriptor 1241 0 R
-/FirstChar 44
-/LastChar 121
-/Widths 1176 0 R
-/Encoding 1143 0 R
->>
-endobj
-794 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /HYJJLU+LMMono9-Regular
-/FontDescriptor 1243 0 R
-/FirstChar 36
-/LastChar 125
-/Widths 1154 0 R
-/Encoding 1143 0 R
->>
-endobj
-1050 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NQGYYB+LMMono10-Italic
-/FontDescriptor 1245 0 R
-/FirstChar 110
-/LastChar 110
-/Widths 1144 0 R
-/Encoding 1143 0 R
->>
-endobj
-533 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /BAOSFP+LMMathExtension10-Regular
-/FontDescriptor 1197 0 R
-/FirstChar 0
-/LastChar 118
-/Widths 1167 0 R
-/Encoding 1166 0 R
->>
-endobj
-529 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /JDQVSO+LMMathItalic10-Regular
-/FontDescriptor 1199 0 R
-/FirstChar 11
-/LastChar 122
-/Widths 1171 0 R
-/Encoding 1157 0 R
->>
-endobj
-679 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KAZMTL+LMMathItalic5-Regular
-/FontDescriptor 1201 0 R
-/FirstChar 110
-/LastChar 110
-/Widths 1158 0 R
-/Encoding 1157 0 R
->>
-endobj
-528 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RBQQKH+LMMathItalic7-Regular
-/FontDescriptor 1203 0 R
-/FirstChar 11
-/LastChar 122
-/Widths 1172 0 R
-/Encoding 1157 0 R
->>
-endobj
-668 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /ISRRCW+LMMathItalic8-Regular
-/FontDescriptor 1205 0 R
-/FirstChar 65
-/LastChar 67
-/Widths 1160 0 R
-/Encoding 1157 0 R
->>
-endobj
-530 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /IQIYKC+LMMathSymbols10-Regular
-/FontDescriptor 1229 0 R
-/FirstChar 0
-/LastChar 112
-/Widths 1170 0 R
-/Encoding 1150 0 R
->>
-endobj
-532 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /PXJHEZ+LMMathSymbols7-Regular
-/FontDescriptor 1231 0 R
-/FirstChar 0
-/LastChar 101
-/Widths 1168 0 R
-/Encoding 1150 0 R
->>
-endobj
-848 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /YSOURC+LMMathSymbols9-Regular
-/FontDescriptor 1233 0 R
-/FirstChar 21
-/LastChar 21
-/Widths 1151 0 R
-/Encoding 1150 0 R
->>
-endobj
-665 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /JGFHSA+MSAM10
-/FontDescriptor 1247 0 R
-/FirstChar 38
-/LastChar 62
-/Widths 1162 0 R
->>
-endobj
-666 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /QFSCRH+MSBM10
-/FontDescriptor 1249 0 R
-/FirstChar 2
-/LastChar 82
-/Widths 1161 0 R
->>
-endobj
-594 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VBHDYL+LMRoman10-Bold
-/FontDescriptor 1189 0 R
-/FirstChar 70
-/LastChar 114
-/Widths 1165 0 R
-/Encoding 1148 0 R
->>
-endobj
-527 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EJFIFH+LMRoman10-Regular
-/FontDescriptor 1207 0 R
-/FirstChar 6
-/LastChar 120
-/Widths 1173 0 R
-/Encoding 1148 0 R
->>
-endobj
-678 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /WHNEMO+LMRoman5-Regular
-/FontDescriptor 1211 0 R
-/FirstChar 48
-/LastChar 52
-/Widths 1159 0 R
-/Encoding 1148 0 R
->>
-endobj
-531 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /TQFUVM+LMRoman7-Regular
-/FontDescriptor 1215 0 R
-/FirstChar 33
-/LastChar 61
-/Widths 1169 0 R
-/Encoding 1148 0 R
->>
-endobj
-849 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /XWCOXA+LMRoman9-Regular
-/FontDescriptor 1219 0 R
-/FirstChar 48
-/LastChar 48
-/Widths 1149 0 R
-/Encoding 1148 0 R
->>
-endobj
-821 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AZWOQB+LMMono10-Regular
-/FontDescriptor 1237 0 R
-/FirstChar 48
-/LastChar 117
-/Widths 1153 0 R
-/Encoding 1152 0 R
->>
-endobj
-391 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EJFIFH+LMRoman10-Regular
-/FontDescriptor 1207 0 R
-/FirstChar 42
-/LastChar 136
-/Widths 1182 0 R
-/Encoding 1163 0 R
->>
-endobj
-639 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AZWOQB+LMMono10-Regular
-/FontDescriptor 1237 0 R
-/FirstChar 39
-/LastChar 39
-/Widths 1164 0 R
-/Encoding 1163 0 R
->>
-endobj
-382 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [374 0 R 385 0 R 395 0 R 432 0 R 481 0 R 502 0 R]
->>
-endobj
-518 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [509 0 R 524 0 R 538 0 R 544 0 R 551 0 R 556 0 R]
->>
-endobj
-563 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [560 0 R 565 0 R 571 0 R 582 0 R 591 0 R 596 0 R]
->>
-endobj
-606 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [601 0 R 608 0 R 614 0 R 619 0 R 624 0 R 628 0 R]
->>
-endobj
-642 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [635 0 R 645 0 R 652 0 R 660 0 R 674 0 R 683 0 R]
->>
-endobj
-695 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1250 0 R
-/Kids [691 0 R 701 0 R 709 0 R 714 0 R 721 0 R 726 0 R]
->>
-endobj
-739 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [731 0 R 745 0 R 750 0 R 756 0 R 762 0 R 768 0 R]
->>
-endobj
-776 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [773 0 R 779 0 R 784 0 R 789 0 R 797 0 R 805 0 R]
->>
-endobj
-814 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [811 0 R 818 0 R 826 0 R 831 0 R 835 0 R 839 0 R]
->>
-endobj
-850 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [844 0 R 853 0 R 857 0 R 862 0 R 867 0 R 871 0 R]
->>
-endobj
-880 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [876 0 R 886 0 R 890 0 R 896 0 R 902 0 R 906 0 R]
->>
-endobj
-920 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1251 0 R
-/Kids [913 0 R 922 0 R 936 0 R 941 0 R 945 0 R 949 0 R]
->>
-endobj
-962 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1252 0 R
-/Kids [953 0 R 965 0 R 978 0 R 983 0 R 987 0 R 992 0 R]
->>
-endobj
-1000 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1252 0 R
-/Kids [997 0 R 1003 0 R 1008 0 R 1013 0 R 1019 0 R 1023 0 R]
->>
-endobj
-1031 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 1252 0 R
-/Kids [1028 0 R 1035 0 R 1043 0 R 1047 0 R 1053 0 R 1059 0 R]
->>
-endobj
-1075 0 obj
-<<
-/Type /Pages
-/Count 5
-/Parent 1252 0 R
-/Kids [1064 0 R 1077 0 R 1105 0 R 1136 0 R 1140 0 R]
->>
-endobj
-1250 0 obj
-<<
-/Type /Pages
-/Count 36
-/Parent 1253 0 R
-/Kids [382 0 R 518 0 R 563 0 R 606 0 R 642 0 R 695 0 R]
->>
-endobj
-1251 0 obj
-<<
-/Type /Pages
-/Count 36
-/Parent 1253 0 R
-/Kids [739 0 R 776 0 R 814 0 R 850 0 R 880 0 R 920 0 R]
->>
-endobj
-1252 0 obj
-<<
-/Type /Pages
-/Count 23
-/Parent 1253 0 R
-/Kids [962 0 R 1000 0 R 1031 0 R 1075 0 R]
->>
-endobj
-1253 0 obj
-<<
-/Type /Pages
-/Count 95
-/Kids [1250 0 R 1251 0 R 1252 0 R]
->>
-endobj
-1254 0 obj
-<<
-/Type /Outlines
-/First 3 0 R
-/Last 351 0 R
-/Count 93
->>
-endobj
-371 0 obj
-<<
-/Title 372 0 R
-/A 369 0 R
-/Parent 363 0 R
-/Prev 367 0 R
->>
-endobj
-367 0 obj
-<<
-/Title 368 0 R
-/A 365 0 R
-/Parent 363 0 R
-/Next 371 0 R
->>
-endobj
-363 0 obj
-<<
-/Title 364 0 R
-/A 361 0 R
-/Parent 351 0 R
-/Prev 359 0 R
-/First 367 0 R
-/Last 371 0 R
-/Count 2
->>
-endobj
-359 0 obj
-<<
-/Title 360 0 R
-/A 357 0 R
-/Parent 351 0 R
-/Prev 355 0 R
-/Next 363 0 R
->>
-endobj
-355 0 obj
-<<
-/Title 356 0 R
-/A 353 0 R
-/Parent 351 0 R
-/Next 359 0 R
->>
-endobj
-351 0 obj
-<<
-/Title 352 0 R
-/A 349 0 R
-/Parent 1254 0 R
-/Prev 307 0 R
-/First 355 0 R
-/Last 363 0 R
-/Count 5
->>
-endobj
-347 0 obj
-<<
-/Title 348 0 R
-/A 345 0 R
-/Parent 307 0 R
-/Prev 339 0 R
->>
-endobj
-343 0 obj
-<<
-/Title 344 0 R
-/A 341 0 R
-/Parent 339 0 R
->>
-endobj
-339 0 obj
-<<
-/Title 340 0 R
-/A 337 0 R
-/Parent 307 0 R
-/Prev 331 0 R
-/Next 347 0 R
-/First 343 0 R
-/Last 343 0 R
-/Count 1
->>
-endobj
-335 0 obj
-<<
-/Title 336 0 R
-/A 333 0 R
-/Parent 331 0 R
->>
-endobj
-331 0 obj
-<<
-/Title 332 0 R
-/A 329 0 R
-/Parent 307 0 R
-/Prev 327 0 R
-/Next 339 0 R
-/First 335 0 R
-/Last 335 0 R
-/Count 1
->>
-endobj
-327 0 obj
-<<
-/Title 328 0 R
-/A 325 0 R
-/Parent 307 0 R
-/Prev 319 0 R
-/Next 331 0 R
->>
-endobj
-323 0 obj
-<<
-/Title 324 0 R
-/A 321 0 R
-/Parent 319 0 R
->>
-endobj
-319 0 obj
-<<
-/Title 320 0 R
-/A 317 0 R
-/Parent 307 0 R
-/Prev 311 0 R
-/Next 327 0 R
-/First 323 0 R
-/Last 323 0 R
-/Count 1
->>
-endobj
-315 0 obj
-<<
-/Title 316 0 R
-/A 313 0 R
-/Parent 311 0 R
->>
-endobj
-311 0 obj
-<<
-/Title 312 0 R
-/A 309 0 R
-/Parent 307 0 R
-/Next 319 0 R
-/First 315 0 R
-/Last 315 0 R
-/Count 1
->>
-endobj
-307 0 obj
-<<
-/Title 308 0 R
-/A 305 0 R
-/Parent 1254 0 R
-/Prev 279 0 R
-/Next 351 0 R
-/First 311 0 R
-/Last 347 0 R
-/Count 10
->>
-endobj
-303 0 obj
-<<
-/Title 304 0 R
-/A 301 0 R
-/Parent 295 0 R
-/Prev 299 0 R
->>
-endobj
-299 0 obj
-<<
-/Title 300 0 R
-/A 297 0 R
-/Parent 295 0 R
-/Next 303 0 R
->>
-endobj
-295 0 obj
-<<
-/Title 296 0 R
-/A 293 0 R
-/Parent 279 0 R
-/Prev 287 0 R
-/First 299 0 R
-/Last 303 0 R
-/Count 2
->>
-endobj
-291 0 obj
-<<
-/Title 292 0 R
-/A 289 0 R
-/Parent 287 0 R
->>
-endobj
-287 0 obj
-<<
-/Title 288 0 R
-/A 285 0 R
-/Parent 279 0 R
-/Prev 283 0 R
-/Next 295 0 R
-/First 291 0 R
-/Last 291 0 R
-/Count 1
->>
-endobj
-283 0 obj
-<<
-/Title 284 0 R
-/A 281 0 R
-/Parent 279 0 R
-/Next 287 0 R
->>
-endobj
-279 0 obj
-<<
-/Title 280 0 R
-/A 277 0 R
-/Parent 1254 0 R
-/Prev 271 0 R
-/Next 307 0 R
-/First 283 0 R
-/Last 295 0 R
-/Count 6
->>
-endobj
-275 0 obj
-<<
-/Title 276 0 R
-/A 273 0 R
-/Parent 271 0 R
->>
-endobj
-271 0 obj
-<<
-/Title 272 0 R
-/A 269 0 R
-/Parent 1254 0 R
-/Prev 255 0 R
-/Next 279 0 R
-/First 275 0 R
-/Last 275 0 R
-/Count 1
->>
-endobj
-267 0 obj
-<<
-/Title 268 0 R
-/A 265 0 R
-/Parent 263 0 R
->>
-endobj
-263 0 obj
-<<
-/Title 264 0 R
-/A 261 0 R
-/Parent 255 0 R
-/Prev 259 0 R
-/First 267 0 R
-/Last 267 0 R
-/Count 1
->>
-endobj
-259 0 obj
-<<
-/Title 260 0 R
-/A 257 0 R
-/Parent 255 0 R
-/Next 263 0 R
->>
-endobj
-255 0 obj
-<<
-/Title 256 0 R
-/A 253 0 R
-/Parent 1254 0 R
-/Prev 167 0 R
-/Next 271 0 R
-/First 259 0 R
-/Last 263 0 R
-/Count 3
->>
-endobj
-251 0 obj
-<<
-/Title 252 0 R
-/A 249 0 R
-/Parent 243 0 R
-/Prev 247 0 R
->>
-endobj
-247 0 obj
-<<
-/Title 248 0 R
-/A 245 0 R
-/Parent 243 0 R
-/Next 251 0 R
->>
-endobj
-243 0 obj
-<<
-/Title 244 0 R
-/A 241 0 R
-/Parent 167 0 R
-/Prev 231 0 R
-/First 247 0 R
-/Last 251 0 R
-/Count 2
->>
-endobj
-239 0 obj
-<<
-/Title 240 0 R
-/A 237 0 R
-/Parent 231 0 R
-/Prev 235 0 R
->>
-endobj
-235 0 obj
-<<
-/Title 236 0 R
-/A 233 0 R
-/Parent 231 0 R
-/Next 239 0 R
->>
-endobj
-231 0 obj
-<<
-/Title 232 0 R
-/A 229 0 R
-/Parent 167 0 R
-/Prev 219 0 R
-/Next 243 0 R
-/First 235 0 R
-/Last 239 0 R
-/Count 2
->>
-endobj
-227 0 obj
-<<
-/Title 228 0 R
-/A 225 0 R
-/Parent 219 0 R
-/Prev 223 0 R
->>
-endobj
-223 0 obj
-<<
-/Title 224 0 R
-/A 221 0 R
-/Parent 219 0 R
-/Next 227 0 R
->>
-endobj
-219 0 obj
-<<
-/Title 220 0 R
-/A 217 0 R
-/Parent 167 0 R
-/Prev 171 0 R
-/Next 231 0 R
-/First 223 0 R
-/Last 227 0 R
-/Count 2
->>
-endobj
-215 0 obj
-<<
-/Title 216 0 R
-/A 213 0 R
-/Parent 171 0 R
-/Prev 211 0 R
->>
-endobj
-211 0 obj
-<<
-/Title 212 0 R
-/A 209 0 R
-/Parent 171 0 R
-/Prev 207 0 R
-/Next 215 0 R
->>
-endobj
-207 0 obj
-<<
-/Title 208 0 R
-/A 205 0 R
-/Parent 171 0 R
-/Prev 203 0 R
-/Next 211 0 R
->>
-endobj
-203 0 obj
-<<
-/Title 204 0 R
-/A 201 0 R
-/Parent 171 0 R
-/Prev 199 0 R
-/Next 207 0 R
->>
-endobj
-199 0 obj
-<<
-/Title 200 0 R
-/A 197 0 R
-/Parent 171 0 R
-/Prev 195 0 R
-/Next 203 0 R
->>
-endobj
-195 0 obj
-<<
-/Title 196 0 R
-/A 193 0 R
-/Parent 171 0 R
-/Prev 191 0 R
-/Next 199 0 R
->>
-endobj
-191 0 obj
-<<
-/Title 192 0 R
-/A 189 0 R
-/Parent 171 0 R
-/Prev 187 0 R
-/Next 195 0 R
->>
-endobj
-187 0 obj
-<<
-/Title 188 0 R
-/A 185 0 R
-/Parent 171 0 R
-/Prev 183 0 R
-/Next 191 0 R
->>
-endobj
-183 0 obj
-<<
-/Title 184 0 R
-/A 181 0 R
-/Parent 171 0 R
-/Prev 179 0 R
-/Next 187 0 R
->>
-endobj
-179 0 obj
-<<
-/Title 180 0 R
-/A 177 0 R
-/Parent 171 0 R
-/Prev 175 0 R
-/Next 183 0 R
->>
-endobj
-175 0 obj
-<<
-/Title 176 0 R
-/A 173 0 R
-/Parent 171 0 R
-/Next 179 0 R
->>
-endobj
-171 0 obj
-<<
-/Title 172 0 R
-/A 169 0 R
-/Parent 167 0 R
-/Next 219 0 R
-/First 175 0 R
-/Last 215 0 R
-/Count 11
->>
-endobj
-167 0 obj
-<<
-/Title 168 0 R
-/A 165 0 R
-/Parent 1254 0 R
-/Prev 31 0 R
-/Next 255 0 R
-/First 171 0 R
-/Last 243 0 R
-/Count 21
->>
-endobj
-163 0 obj
-<<
-/Title 164 0 R
-/A 161 0 R
-/Parent 131 0 R
-/Prev 159 0 R
->>
-endobj
-159 0 obj
-<<
-/Title 160 0 R
-/A 157 0 R
-/Parent 131 0 R
-/Prev 155 0 R
-/Next 163 0 R
->>
-endobj
-155 0 obj
-<<
-/Title 156 0 R
-/A 153 0 R
-/Parent 131 0 R
-/Prev 151 0 R
-/Next 159 0 R
->>
-endobj
-151 0 obj
-<<
-/Title 152 0 R
-/A 149 0 R
-/Parent 131 0 R
-/Prev 147 0 R
-/Next 155 0 R
->>
-endobj
-147 0 obj
-<<
-/Title 148 0 R
-/A 145 0 R
-/Parent 131 0 R
-/Prev 143 0 R
-/Next 151 0 R
->>
-endobj
-143 0 obj
-<<
-/Title 144 0 R
-/A 141 0 R
-/Parent 131 0 R
-/Prev 139 0 R
-/Next 147 0 R
->>
-endobj
-139 0 obj
-<<
-/Title 140 0 R
-/A 137 0 R
-/Parent 131 0 R
-/Prev 135 0 R
-/Next 143 0 R
->>
-endobj
-135 0 obj
-<<
-/Title 136 0 R
-/A 133 0 R
-/Parent 131 0 R
-/Next 139 0 R
->>
-endobj
-131 0 obj
-<<
-/Title 132 0 R
-/A 129 0 R
-/Parent 31 0 R
-/Prev 75 0 R
-/First 135 0 R
-/Last 163 0 R
-/Count 8
->>
-endobj
-127 0 obj
-<<
-/Title 128 0 R
-/A 125 0 R
-/Parent 75 0 R
-/Prev 123 0 R
->>
-endobj
-123 0 obj
-<<
-/Title 124 0 R
-/A 121 0 R
-/Parent 75 0 R
-/Prev 119 0 R
-/Next 127 0 R
->>
-endobj
-119 0 obj
-<<
-/Title 120 0 R
-/A 117 0 R
-/Parent 75 0 R
-/Prev 115 0 R
-/Next 123 0 R
->>
-endobj
-115 0 obj
-<<
-/Title 116 0 R
-/A 113 0 R
-/Parent 75 0 R
-/Prev 111 0 R
-/Next 119 0 R
->>
-endobj
-111 0 obj
-<<
-/Title 112 0 R
-/A 109 0 R
-/Parent 75 0 R
-/Prev 107 0 R
-/Next 115 0 R
->>
-endobj
-107 0 obj
-<<
-/Title 108 0 R
-/A 105 0 R
-/Parent 75 0 R
-/Prev 103 0 R
-/Next 111 0 R
->>
-endobj
-103 0 obj
-<<
-/Title 104 0 R
-/A 101 0 R
-/Parent 75 0 R
-/Prev 99 0 R
-/Next 107 0 R
->>
-endobj
-99 0 obj
-<<
-/Title 100 0 R
-/A 97 0 R
-/Parent 75 0 R
-/Prev 95 0 R
-/Next 103 0 R
->>
-endobj
-95 0 obj
-<<
-/Title 96 0 R
-/A 93 0 R
-/Parent 75 0 R
-/Prev 91 0 R
-/Next 99 0 R
->>
-endobj
-91 0 obj
-<<
-/Title 92 0 R
-/A 89 0 R
-/Parent 75 0 R
-/Prev 87 0 R
-/Next 95 0 R
->>
-endobj
-87 0 obj
-<<
-/Title 88 0 R
-/A 85 0 R
-/Parent 75 0 R
-/Prev 83 0 R
-/Next 91 0 R
->>
-endobj
-83 0 obj
-<<
-/Title 84 0 R
-/A 81 0 R
-/Parent 75 0 R
-/Prev 79 0 R
-/Next 87 0 R
->>
-endobj
-79 0 obj
-<<
-/Title 80 0 R
-/A 77 0 R
-/Parent 75 0 R
-/Next 83 0 R
->>
-endobj
-75 0 obj
-<<
-/Title 76 0 R
-/A 73 0 R
-/Parent 31 0 R
-/Prev 55 0 R
-/Next 131 0 R
-/First 79 0 R
-/Last 127 0 R
-/Count 13
->>
-endobj
-71 0 obj
-<<
-/Title 72 0 R
-/A 69 0 R
-/Parent 55 0 R
-/Prev 67 0 R
->>
-endobj
-67 0 obj
-<<
-/Title 68 0 R
-/A 65 0 R
-/Parent 55 0 R
-/Prev 63 0 R
-/Next 71 0 R
->>
-endobj
-63 0 obj
-<<
-/Title 64 0 R
-/A 61 0 R
-/Parent 55 0 R
-/Prev 59 0 R
-/Next 67 0 R
->>
-endobj
-59 0 obj
-<<
-/Title 60 0 R
-/A 57 0 R
-/Parent 55 0 R
-/Next 63 0 R
->>
-endobj
-55 0 obj
-<<
-/Title 56 0 R
-/A 53 0 R
-/Parent 31 0 R
-/Prev 39 0 R
-/Next 75 0 R
-/First 59 0 R
-/Last 71 0 R
-/Count 4
->>
-endobj
-51 0 obj
-<<
-/Title 52 0 R
-/A 49 0 R
-/Parent 39 0 R
-/Prev 47 0 R
->>
-endobj
-47 0 obj
-<<
-/Title 48 0 R
-/A 45 0 R
-/Parent 39 0 R
-/Prev 43 0 R
-/Next 51 0 R
->>
-endobj
-43 0 obj
-<<
-/Title 44 0 R
-/A 41 0 R
-/Parent 39 0 R
-/Next 47 0 R
->>
-endobj
-39 0 obj
-<<
-/Title 40 0 R
-/A 37 0 R
-/Parent 31 0 R
-/Prev 35 0 R
-/Next 55 0 R
-/First 43 0 R
-/Last 51 0 R
-/Count 3
->>
-endobj
-35 0 obj
-<<
-/Title 36 0 R
-/A 33 0 R
-/Parent 31 0 R
-/Next 39 0 R
->>
-endobj
-31 0 obj
-<<
-/Title 32 0 R
-/A 29 0 R
-/Parent 1254 0 R
-/Prev 3 0 R
-/Next 167 0 R
-/First 35 0 R
-/Last 131 0 R
-/Count 33
->>
-endobj
-27 0 obj
-<<
-/Title 28 0 R
-/A 25 0 R
-/Parent 7 0 R
-/Prev 23 0 R
->>
-endobj
-23 0 obj
-<<
-/Title 24 0 R
-/A 21 0 R
-/Parent 7 0 R
-/Prev 19 0 R
-/Next 27 0 R
->>
-endobj
-19 0 obj
-<<
-/Title 20 0 R
-/A 17 0 R
-/Parent 7 0 R
-/Prev 15 0 R
-/Next 23 0 R
->>
-endobj
-15 0 obj
-<<
-/Title 16 0 R
-/A 13 0 R
-/Parent 7 0 R
-/Prev 11 0 R
-/Next 19 0 R
->>
-endobj
-11 0 obj
-<<
-/Title 12 0 R
-/A 9 0 R
-/Parent 7 0 R
-/Next 15 0 R
->>
-endobj
-7 0 obj
-<<
-/Title 8 0 R
-/A 5 0 R
-/Parent 3 0 R
-/First 11 0 R
-/Last 27 0 R
-/Count 5
->>
-endobj
-3 0 obj
-<<
-/Title 4 0 R
-/A 1 0 R
-/Parent 1254 0 R
-/Next 31 0 R
-/First 7 0 R
-/Last 7 0 R
-/Count 6
->>
-endobj
-1255 0 obj
-<<
-/Names [(Doc-Start) 379 0 R (Hfootnote.1) 513 0 R (Hfootnote.10) 705 0 R (Hfootnote.11) 724 0 R (Hfootnote.12) 1016 0 R (Hfootnote.13) 1039 0 R]
-/Limits [(Doc-Start) (Hfootnote.13)]
->>
-endobj
-1256 0 obj
-<<
-/Names [(Hfootnote.14) 1040 0 R (Hfootnote.15) 1056 0 R (Hfootnote.16) 1062 0 R (Hfootnote.2) 516 0 R (Hfootnote.3) 534 0 R (Hfootnote.4) 541 0 R]
-/Limits [(Hfootnote.14) (Hfootnote.4)]
->>
-endobj
-1257 0 obj
-<<
-/Names [(Hfootnote.5) 641 0 R (Hfootnote.6) 650 0 R (Hfootnote.7) 667 0 R (Hfootnote.8) 669 0 R (Hfootnote.9) 704 0 R (Item.1) 574 0 R]
-/Limits [(Hfootnote.5) (Item.1)]
->>
-endobj
-1258 0 obj
-<<
-/Names [(Item.10) 917 0 R (Item.11) 918 0 R (Item.12) 925 0 R (Item.13) 926 0 R (Item.14) 927 0 R (Item.15) 928 0 R]
-/Limits [(Item.10) (Item.15)]
->>
-endobj
-1259 0 obj
-<<
-/Names [(Item.16) 929 0 R (Item.17) 930 0 R (Item.18) 931 0 R (Item.19) 932 0 R (Item.2) 575 0 R (Item.20) 933 0 R]
-/Limits [(Item.16) (Item.20)]
->>
-endobj
-1260 0 obj
-<<
-/Names [(Item.21) 957 0 R (Item.22) 958 0 R (Item.23) 959 0 R (Item.24) 960 0 R (Item.25) 961 0 R (Item.26) 969 0 R]
-/Limits [(Item.21) (Item.26)]
->>
-endobj
-1261 0 obj
-<<
-/Names [(Item.27) 970 0 R (Item.28) 971 0 R (Item.29) 972 0 R (Item.3) 585 0 R (Item.30) 974 0 R (Item.31) 975 0 R]
-/Limits [(Item.27) (Item.31)]
->>
-endobj
-1262 0 obj
-<<
-/Names [(Item.32) 976 0 R (Item.33) 1067 0 R (Item.34) 1068 0 R (Item.35) 1069 0 R (Item.36) 1070 0 R (Item.37) 1071 0 R]
-/Limits [(Item.32) (Item.37)]
->>
-endobj
-1263 0 obj
-<<
-/Names [(Item.38) 1072 0 R (Item.39) 1073 0 R (Item.4) 586 0 R (Item.40) 1074 0 R (Item.41) 1080 0 R (Item.42) 1081 0 R]
-/Limits [(Item.38) (Item.42)]
->>
-endobj
-1264 0 obj
-<<
-/Names [(Item.43) 1082 0 R (Item.44) 1083 0 R (Item.45) 1084 0 R (Item.46) 1085 0 R (Item.47) 1086 0 R (Item.48) 1087 0 R]
-/Limits [(Item.43) (Item.48)]
->>
-endobj
-1265 0 obj
-<<
-/Names [(Item.49) 1088 0 R (Item.5) 587 0 R (Item.50) 1089 0 R (Item.51) 1090 0 R (Item.52) 1091 0 R (Item.53) 1092 0 R]
-/Limits [(Item.49) (Item.53)]
->>
-endobj
-1266 0 obj
-<<
-/Names [(Item.54) 1093 0 R (Item.55) 1094 0 R (Item.56) 1095 0 R (Item.57) 1096 0 R (Item.58) 1097 0 R (Item.59) 1098 0 R]
-/Limits [(Item.54) (Item.59)]
->>
-endobj
-1267 0 obj
-<<
-/Names [(Item.6) 734 0 R (Item.60) 1099 0 R (Item.61) 1100 0 R (Item.62) 1101 0 R (Item.63) 1102 0 R (Item.64) 1103 0 R]
-/Limits [(Item.6) (Item.64)]
->>
-endobj
-1268 0 obj
-<<
-/Names [(Item.65) 1108 0 R (Item.66) 1109 0 R (Item.67) 1110 0 R (Item.68) 1111 0 R (Item.69) 1112 0 R (Item.7) 735 0 R]
-/Limits [(Item.65) (Item.7)]
->>
-endobj
-1269 0 obj
-<<
-/Names [(Item.70) 1113 0 R (Item.71) 1114 0 R (Item.72) 1115 0 R (Item.73) 1116 0 R (Item.74) 1117 0 R (Item.75) 1118 0 R]
-/Limits [(Item.70) (Item.75)]
->>
-endobj
-1270 0 obj
-<<
-/Names [(Item.76) 1119 0 R (Item.77) 1120 0 R (Item.78) 1121 0 R (Item.79) 1122 0 R (Item.8) 736 0 R (Item.80) 1123 0 R]
-/Limits [(Item.76) (Item.80)]
->>
-endobj
-1271 0 obj
-<<
-/Names [(Item.81) 1124 0 R (Item.82) 1125 0 R (Item.83) 1126 0 R (Item.84) 1127 0 R (Item.85) 1128 0 R (Item.86) 1129 0 R]
-/Limits [(Item.81) (Item.86)]
->>
-endobj
-1272 0 obj
-<<
-/Names [(Item.87) 1130 0 R (Item.88) 1131 0 R (Item.89) 1132 0 R (Item.9) 737 0 R (Item.90) 1133 0 R (Item.91) 1134 0 R]
-/Limits [(Item.87) (Item.91)]
->>
-endobj
-1273 0 obj
-<<
-/Names [(chapter*.2) 435 0 R (chapter.1) 2 0 R (chapter.2) 30 0 R (chapter.3) 166 0 R (chapter.4) 254 0 R (chapter.5) 270 0 R]
-/Limits [(chapter*.2) (chapter.5)]
->>
-endobj
-1274 0 obj
-<<
-/Names [(chapter.6) 278 0 R (chapter.7) 306 0 R (chapter.8) 350 0 R (page.1) 378 0 R (page.10) 558 0 R (page.11) 562 0 R]
-/Limits [(chapter.6) (page.11)]
->>
-endobj
-1275 0 obj
-<<
-/Names [(page.12) 567 0 R (page.13) 573 0 R (page.14) 584 0 R (page.15) 593 0 R (page.16) 598 0 R (page.17) 603 0 R]
-/Limits [(page.12) (page.17)]
->>
-endobj
-1276 0 obj
-<<
-/Names [(page.18) 610 0 R (page.19) 616 0 R (page.2) 434 0 R (page.20) 621 0 R (page.21) 626 0 R (page.22) 630 0 R]
-/Limits [(page.18) (page.22)]
->>
-endobj
-1277 0 obj
-<<
-/Names [(page.23) 637 0 R (page.24) 647 0 R (page.25) 654 0 R (page.26) 662 0 R (page.27) 676 0 R (page.28) 685 0 R]
-/Limits [(page.23) (page.28)]
->>
-endobj
-1278 0 obj
-<<
-/Names [(page.29) 693 0 R (page.3) 483 0 R (page.30) 703 0 R (page.31) 711 0 R (page.32) 716 0 R (page.33) 723 0 R]
-/Limits [(page.29) (page.33)]
->>
-endobj
-1279 0 obj
-<<
-/Names [(page.34) 728 0 R (page.35) 733 0 R (page.36) 747 0 R (page.37) 752 0 R (page.38) 758 0 R (page.39) 764 0 R]
-/Limits [(page.34) (page.39)]
->>
-endobj
-1280 0 obj
-<<
-/Names [(page.4) 504 0 R (page.40) 770 0 R (page.41) 775 0 R (page.42) 781 0 R (page.43) 786 0 R (page.44) 791 0 R]
-/Limits [(page.4) (page.44)]
->>
-endobj
-1281 0 obj
-<<
-/Names [(page.45) 799 0 R (page.46) 807 0 R (page.47) 813 0 R (page.48) 820 0 R (page.49) 828 0 R (page.5) 511 0 R]
-/Limits [(page.45) (page.5)]
->>
-endobj
-1282 0 obj
-<<
-/Names [(page.50) 833 0 R (page.51) 837 0 R (page.52) 841 0 R (page.53) 846 0 R (page.54) 855 0 R (page.55) 859 0 R]
-/Limits [(page.50) (page.55)]
->>
-endobj
-1283 0 obj
-<<
-/Names [(page.56) 864 0 R (page.57) 869 0 R (page.58) 873 0 R (page.59) 878 0 R (page.6) 526 0 R (page.60) 888 0 R]
-/Limits [(page.56) (page.60)]
->>
-endobj
-1284 0 obj
-<<
-/Names [(page.61) 892 0 R (page.62) 898 0 R (page.63) 904 0 R (page.64) 908 0 R (page.65) 915 0 R (page.66) 924 0 R]
-/Limits [(page.61) (page.66)]
->>
-endobj
-1285 0 obj
-<<
-/Names [(page.67) 938 0 R (page.68) 943 0 R (page.69) 947 0 R (page.7) 540 0 R (page.70) 951 0 R (page.71) 955 0 R]
-/Limits [(page.67) (page.71)]
->>
-endobj
-1286 0 obj
-<<
-/Names [(page.72) 967 0 R (page.73) 980 0 R (page.74) 985 0 R (page.75) 989 0 R (page.76) 994 0 R (page.77) 999 0 R]
-/Limits [(page.72) (page.77)]
->>
-endobj
-1287 0 obj
-<<
-/Names [(page.78) 1005 0 R (page.79) 1010 0 R (page.8) 546 0 R (page.80) 1015 0 R (page.81) 1021 0 R (page.82) 1025 0 R]
-/Limits [(page.78) (page.82)]
->>
-endobj
-1288 0 obj
-<<
-/Names [(page.83) 1030 0 R (page.84) 1037 0 R (page.85) 1045 0 R (page.86) 1049 0 R (page.87) 1055 0 R (page.88) 1061 0 R]
-/Limits [(page.83) (page.88)]
->>
-endobj
-1289 0 obj
-<<
-/Names [(page.89) 1066 0 R (page.9) 553 0 R (page.90) 1079 0 R (page.91) 1107 0 R (page.92) 1138 0 R (page.93) 1142 0 R]
-/Limits [(page.89) (page.93)]
->>
-endobj
-1290 0 obj
-<<
-/Names [(section*.1) 390 0 R (section*.3) 712 0 R (section.1.1) 6 0 R (section.2.1) 34 0 R (section.2.2) 38 0 R (section.2.3) 54 0 R]
-/Limits [(section*.1) (section.2.3)]
->>
-endobj
-1291 0 obj
-<<
-/Names [(section.2.4) 74 0 R (section.2.5) 130 0 R (section.3.1) 170 0 R (section.3.2) 218 0 R (section.3.3) 230 0 R (section.3.4) 242 0 R]
-/Limits [(section.2.4) (section.3.4)]
->>
-endobj
-1292 0 obj
-<<
-/Names [(section.4.1) 258 0 R (section.4.2) 262 0 R (section.5.1) 274 0 R (section.6.1) 282 0 R (section.6.2) 286 0 R (section.6.3) 294 0 R]
-/Limits [(section.4.1) (section.6.3)]
->>
-endobj
-1293 0 obj
-<<
-/Names [(section.7.1) 310 0 R (section.7.2) 318 0 R (section.7.3) 326 0 R (section.7.4) 330 0 R (section.7.5) 338 0 R (section.7.6) 346 0 R]
-/Limits [(section.7.1) (section.7.6)]
->>
-endobj
-1294 0 obj
-<<
-/Names [(section.8.1) 354 0 R (section.8.2) 358 0 R (section.8.3) 362 0 R (subsection.1.1.1) 10 0 R (subsection.1.1.2) 14 0 R (subsection.1.1.3) 18 0 R]
-/Limits [(section.8.1) (subsection.1.1.3)]
->>
-endobj
-1295 0 obj
-<<
-/Names [(subsection.1.1.4) 22 0 R (subsection.1.1.5) 26 0 R (subsection.2.2.1) 42 0 R (subsection.2.2.2) 46 0 R (subsection.2.2.3) 50 0 R (subsection.2.3.1) 58 0 R]
-/Limits [(subsection.1.1.4) (subsection.2.3.1)]
->>
-endobj
-1296 0 obj
-<<
-/Names [(subsection.2.3.2) 62 0 R (subsection.2.3.3) 66 0 R (subsection.2.3.4) 70 0 R (subsection.2.4.1) 78 0 R (subsection.2.4.10) 114 0 R (subsection.2.4.11) 118 0 R]
-/Limits [(subsection.2.3.2) (subsection.2.4.11)]
->>
-endobj
-1297 0 obj
-<<
-/Names [(subsection.2.4.12) 122 0 R (subsection.2.4.13) 126 0 R (subsection.2.4.2) 82 0 R (subsection.2.4.3) 86 0 R (subsection.2.4.4) 90 0 R (subsection.2.4.5) 94 0 R]
-/Limits [(subsection.2.4.12) (subsection.2.4.5)]
->>
-endobj
-1298 0 obj
-<<
-/Names [(subsection.2.4.6) 98 0 R (subsection.2.4.7) 102 0 R (subsection.2.4.8) 106 0 R (subsection.2.4.9) 110 0 R (subsection.2.5.1) 134 0 R (subsection.2.5.2) 138 0 R]
-/Limits [(subsection.2.4.6) (subsection.2.5.2)]
->>
-endobj
-1299 0 obj
-<<
-/Names [(subsection.2.5.3) 142 0 R (subsection.2.5.4) 146 0 R (subsection.2.5.5) 150 0 R (subsection.2.5.6) 154 0 R (subsection.2.5.7) 158 0 R (subsection.2.5.8) 162 0 R]
-/Limits [(subsection.2.5.3) (subsection.2.5.8)]
->>
-endobj
-1300 0 obj
-<<
-/Names [(subsection.3.1.1) 174 0 R (subsection.3.1.10) 210 0 R (subsection.3.1.11) 214 0 R (subsection.3.1.2) 178 0 R (subsection.3.1.3) 182 0 R (subsection.3.1.4) 186 0 R]
-/Limits [(subsection.3.1.1) (subsection.3.1.4)]
->>
-endobj
-1301 0 obj
-<<
-/Names [(subsection.3.1.5) 190 0 R (subsection.3.1.6) 194 0 R (subsection.3.1.7) 198 0 R (subsection.3.1.8) 202 0 R (subsection.3.1.9) 206 0 R (subsection.3.2.1) 222 0 R]
-/Limits [(subsection.3.1.5) (subsection.3.2.1)]
->>
-endobj
-1302 0 obj
-<<
-/Names [(subsection.3.2.2) 226 0 R (subsection.3.3.1) 234 0 R (subsection.3.3.2) 238 0 R (subsection.3.4.1) 246 0 R (subsection.3.4.2) 250 0 R (subsection.4.2.1) 266 0 R]
-/Limits [(subsection.3.2.2) (subsection.4.2.1)]
->>
-endobj
-1303 0 obj
-<<
-/Names [(subsection.6.2.1) 290 0 R (subsection.6.3.1) 298 0 R (subsection.6.3.2) 302 0 R (subsection.7.1.1) 314 0 R (subsection.7.2.1) 322 0 R (subsection.7.4.1) 334 0 R]
-/Limits [(subsection.6.2.1) (subsection.7.4.1)]
->>
-endobj
-1304 0 obj
-<<
-/Names [(subsection.7.5.1) 342 0 R (subsection.8.3.1) 366 0 R (subsection.8.3.2) 370 0 R (subsubsection.2.2.2.1) 599 0 R (subsubsection.2.2.2.2) 604 0 R (subsubsection.2.2.2.3) 605 0 R]
-/Limits [(subsection.7.5.1) (subsubsection.2.2.2.3)]
->>
-endobj
-1305 0 obj
-<<
-/Names [(subsubsection.2.2.2.4) 611 0 R (subsubsection.2.2.3.1) 576 0 R (subsubsection.2.2.3.2) 617 0 R (subsubsection.2.2.3.3) 554 0 R (subsubsection.2.3.3.1) 638 0 R (subsubsection.2.3.3.2) 640 0 R]
-/Limits [(subsubsection.2.2.2.4) (subsubsection.2.3.3.2)]
->>
-endobj
-1306 0 obj
-<<
-/Names [(subsubsection.2.3.4.1) 648 0 R (subsubsection.2.3.4.2) 649 0 R (subsubsection.2.3.4.3) 655 0 R (subsubsection.2.3.4.4) 656 0 R (subsubsection.2.3.4.5) 663 0 R (subsubsection.2.3.4.6) 664 0 R]
-/Limits [(subsubsection.2.3.4.1) (subsubsection.2.3.4.6)]
->>
-endobj
-1307 0 obj
-<<
-/Names [(subsubsection.2.4.1.1) 677 0 R (subsubsection.2.4.1.2) 686 0 R (subsubsection.2.4.1.3) 688 0 R (subsubsection.2.4.11.1) 729 0 R (subsubsection.2.4.12.1) 738 0 R (subsubsection.2.4.12.2) 748 0 R]
-/Limits [(subsubsection.2.4.1.1) (subsubsection.2.4.12.2)]
->>
-endobj
-1308 0 obj
-<<
-/Names [(subsubsection.2.4.13.1) 759 0 R (subsubsection.2.4.2.1) 694 0 R (subsubsection.3.1.1.1) 808 0 R (subsubsection.3.3.1.1) 893 0 R (subsubsection.3.4.1.1) 909 0 R (subsubsection.3.4.2.1) 916 0 R]
-/Limits [(subsubsection.2.4.13.1) (subsubsection.3.4.2.1)]
->>
-endobj
-1309 0 obj
-<<
-/Names [(subsubsection.3.4.2.2) 919 0 R (subsubsection.3.4.2.3) 822 0 R (subsubsection.3.4.2.4) 956 0 R (subsubsection.3.4.2.5) 968 0 R (subsubsection.3.4.2.6) 973 0 R (subsubsection.3.4.2.7) 981 0 R]
-/Limits [(subsubsection.3.4.2.2) (subsubsection.3.4.2.7)]
->>
-endobj
-1310 0 obj
-<<
-/Names [(subsubsection.6.3.2.1) 1026 0 R (table.3.1) 792 0 R (table.3.2) 800 0 R (table.3.3) 847 0 R (table.3.4) 865 0 R (table.3.5) 879 0 R]
-/Limits [(subsubsection.6.3.2.1) (table.3.5)]
->>
-endobj
-1311 0 obj
-<<
-/Names [(table.3.6) 910 0 R]
-/Limits [(table.3.6) (table.3.6)]
->>
-endobj
-1312 0 obj
-<<
-/Kids [1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R]
-/Limits [(Doc-Start) (Item.26)]
->>
-endobj
-1313 0 obj
-<<
-/Kids [1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R]
-/Limits [(Item.27) (Item.59)]
->>
-endobj
-1314 0 obj
-<<
-/Kids [1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R]
-/Limits [(Item.6) (Item.91)]
->>
-endobj
-1315 0 obj
-<<
-/Kids [1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R]
-/Limits [(chapter*.2) (page.33)]
->>
-endobj
-1316 0 obj
-<<
-/Kids [1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R]
-/Limits [(page.34) (page.66)]
->>
-endobj
-1317 0 obj
-<<
-/Kids [1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R]
-/Limits [(page.67) (section.2.3)]
->>
-endobj
-1318 0 obj
-<<
-/Kids [1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R]
-/Limits [(section.2.4) (subsection.2.4.11)]
->>
-endobj
-1319 0 obj
-<<
-/Kids [1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R]
-/Limits [(subsection.2.4.12) (subsection.4.2.1)]
->>
-endobj
-1320 0 obj
-<<
-/Kids [1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R]
-/Limits [(subsection.6.2.1) (subsubsection.3.4.2.1)]
->>
-endobj
-1321 0 obj
-<<
-/Kids [1309 0 R 1310 0 R 1311 0 R]
-/Limits [(subsubsection.3.4.2.2) (table.3.6)]
->>
-endobj
-1322 0 obj
-<<
-/Kids [1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R]
-/Limits [(Doc-Start) (section.2.3)]
->>
-endobj
-1323 0 obj
-<<
-/Kids [1318 0 R 1319 0 R 1320 0 R 1321 0 R]
-/Limits [(section.2.4) (table.3.6)]
->>
-endobj
-1324 0 obj
-<<
-/Kids [1322 0 R 1323 0 R]
-/Limits [(Doc-Start) (table.3.6)]
->>
-endobj
-1325 0 obj
-<<
-/Dests 1324 0 R
->>
-endobj
-1326 0 obj
-<<
-/Type /Catalog
-/Pages 1253 0 R
-/Outlines 1254 0 R
-/Names 1325 0 R
-/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>2<</S/D>>]>>
-/OpenAction 373 0 R
->>
-endobj
-1327 0 obj
-<<
-/Producer (MiKTeX pdfTeX-1.40.21)
-/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051\000,\000\040)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a\000-\000b\000a\000s\000i\000c\000s)/Subject()/Creator(LaTeX with hyperref)/Keywords()
-/CreationDate (D:20210215122033+13'00')
-/ModDate (D:20210215122033+13'00')
-/Trapped /False
-/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.3.0 (1.40.21))
->>
-endobj
-xref
-0 1328
-0000000000 65535 f
-0000000015 00000 n
-0000049043 00000 n
-0000931505 00000 n
-0000000060 00000 n
-0000000159 00000 n
-0000053451 00000 n
-0000931412 00000 n
-0000000206 00000 n
-0000000359 00000 n
-0000056811 00000 n
-0000931340 00000 n
-0000000411 00000 n
-0000000620 00000 n
-0000056872 00000 n
-0000931254 00000 n
-0000000673 00000 n
-0000000852 00000 n
-0000059998 00000 n
-0000931168 00000 n
-0000000905 00000 n
-0000001079 00000 n
-0000063926 00000 n
-0000931082 00000 n
-0000001132 00000 n
-0000001237 00000 n
-0000070623 00000 n
-0000931009 00000 n
-0000001290 00000 n
-0000001405 00000 n
-0000075334 00000 n
-0000930882 00000 n
-0000001451 00000 n
-0000001606 00000 n
-0000075395 00000 n
-0000930808 00000 n
-0000001654 00000 n
-0000001875 00000 n
-0000078890 00000 n
-0000930685 00000 n
-0000001923 00000 n
-0000002094 00000 n
-0000083193 00000 n
-0000930611 00000 n
-0000002147 00000 n
-0000002280 00000 n
-0000086747 00000 n
-0000930524 00000 n
-0000002333 00000 n
-0000002520 00000 n
-0000093696 00000 n
-0000930450 00000 n
-0000002573 00000 n
-0000002752 00000 n
-0000100411 00000 n
-0000930327 00000 n
-0000002800 00000 n
-0000003014 00000 n
-0000103043 00000 n
-0000930253 00000 n
-0000003067 00000 n
-0000003208 00000 n
-0000106384 00000 n
-0000930166 00000 n
-0000003261 00000 n
-0000003425 00000 n
-0000106445 00000 n
-0000930079 00000 n
-0000003478 00000 n
-0000003644 00000 n
-0000110054 00000 n
-0000930005 00000 n
-0000003697 00000 n
-0000003830 00000 n
-0000125489 00000 n
-0000929879 00000 n
-0000003878 00000 n
-0000004036 00000 n
-0000125550 00000 n
-0000929805 00000 n
-0000004089 00000 n
-0000004199 00000 n
-0000132962 00000 n
-0000929718 00000 n
-0000004252 00000 n
-0000004430 00000 n
-0000133085 00000 n
-0000929631 00000 n
-0000004483 00000 n
-0000004714 00000 n
-0000136855 00000 n
-0000929544 00000 n
-0000004767 00000 n
-0000004958 00000 n
-0000136916 00000 n
-0000929457 00000 n
-0000005011 00000 n
-0000005263 00000 n
-0000140966 00000 n
-0000929368 00000 n
-0000005316 00000 n
-0000005427 00000 n
-0000144304 00000 n
-0000929277 00000 n
-0000005481 00000 n
-0000005653 00000 n
-0000144366 00000 n
-0000929185 00000 n
-0000005707 00000 n
-0000005950 00000 n
-0000144428 00000 n
-0000929093 00000 n
-0000006004 00000 n
-0000006143 00000 n
-0000148703 00000 n
-0000929001 00000 n
-0000006198 00000 n
-0000006520 00000 n
-0000148765 00000 n
-0000928909 00000 n
-0000006575 00000 n
-0000006864 00000 n
-0000154660 00000 n
-0000928817 00000 n
-0000006919 00000 n
-0000007156 00000 n
-0000159480 00000 n
-0000928739 00000 n
-0000007211 00000 n
-0000007368 00000 n
-0000165807 00000 n
-0000928624 00000 n
-0000007417 00000 n
-0000007549 00000 n
-0000169009 00000 n
-0000928545 00000 n
-0000007603 00000 n
-0000007762 00000 n
-0000169071 00000 n
-0000928452 00000 n
-0000007816 00000 n
-0000007950 00000 n
-0000172126 00000 n
-0000928359 00000 n
-0000008004 00000 n
-0000008171 00000 n
-0000172188 00000 n
-0000928266 00000 n
-0000008225 00000 n
-0000008468 00000 n
-0000175388 00000 n
-0000928173 00000 n
-0000008522 00000 n
-0000008704 00000 n
-0000175450 00000 n
-0000928080 00000 n
-0000008758 00000 n
-0000008907 00000 n
-0000175512 00000 n
-0000927987 00000 n
-0000008961 00000 n
-0000009139 00000 n
-0000178053 00000 n
-0000927908 00000 n
-0000009193 00000 n
-0000009312 00000 n
-0000180481 00000 n
-0000927776 00000 n
-0000009359 00000 n
-0000009440 00000 n
-0000180543 00000 n
-0000927658 00000 n
-0000009489 00000 n
-0000009618 00000 n
-0000180605 00000 n
-0000927579 00000 n
-0000009672 00000 n
-0000009822 00000 n
-0000192627 00000 n
-0000927486 00000 n
-0000009876 00000 n
-0000010005 00000 n
-0000192689 00000 n
-0000927393 00000 n
-0000010059 00000 n
-0000010332 00000 n
-0000192751 00000 n
-0000927300 00000 n
-0000010386 00000 n
-0000010555 00000 n
-0000196083 00000 n
-0000927207 00000 n
-0000010609 00000 n
-0000010902 00000 n
-0000196145 00000 n
-0000927114 00000 n
-0000010956 00000 n
-0000011194 00000 n
-0000196207 00000 n
-0000927021 00000 n
-0000011248 00000 n
-0000011453 00000 n
-0000200182 00000 n
-0000926928 00000 n
-0000011507 00000 n
-0000011651 00000 n
-0000202997 00000 n
-0000926835 00000 n
-0000011705 00000 n
-0000011953 00000 n
-0000206440 00000 n
-0000926742 00000 n
-0000012008 00000 n
-0000012280 00000 n
-0000209472 00000 n
-0000926663 00000 n
-0000012335 00000 n
-0000012456 00000 n
-0000212929 00000 n
-0000926532 00000 n
-0000012505 00000 n
-0000012695 00000 n
-0000223978 00000 n
-0000926453 00000 n
-0000012749 00000 n
-0000012987 00000 n
-0000230783 00000 n
-0000926374 00000 n
-0000013041 00000 n
-0000013226 00000 n
-0000233591 00000 n
-0000926243 00000 n
-0000013275 00000 n
-0000013447 00000 n
-0000241172 00000 n
-0000926164 00000 n
-0000013501 00000 n
-0000013688 00000 n
-0000244721 00000 n
-0000926085 00000 n
-0000013742 00000 n
-0000014003 00000 n
-0000244783 00000 n
-0000925968 00000 n
-0000014052 00000 n
-0000014259 00000 n
-0000248196 00000 n
-0000925889 00000 n
-0000014313 00000 n
-0000014540 00000 n
-0000251943 00000 n
-0000925810 00000 n
-0000014594 00000 n
-0000014728 00000 n
-0000284468 00000 n
-0000925678 00000 n
-0000014775 00000 n
-0000014935 00000 n
-0000284530 00000 n
-0000925599 00000 n
-0000014984 00000 n
-0000015185 00000 n
-0000286793 00000 n
-0000925482 00000 n
-0000015234 00000 n
-0000015404 00000 n
-0000286855 00000 n
-0000925417 00000 n
-0000015458 00000 n
-0000015564 00000 n
-0000291851 00000 n
-0000925285 00000 n
-0000015611 00000 n
-0000015747 00000 n
-0000294872 00000 n
-0000925220 00000 n
-0000015796 00000 n
-0000015877 00000 n
-0000297325 00000 n
-0000925088 00000 n
-0000015924 00000 n
-0000016112 00000 n
-0000297388 00000 n
-0000925009 00000 n
-0000016161 00000 n
-0000016427 00000 n
-0000301035 00000 n
-0000924878 00000 n
-0000016476 00000 n
-0000016747 00000 n
-0000301097 00000 n
-0000924813 00000 n
-0000016801 00000 n
-0000016920 00000 n
-0000304541 00000 n
-0000924696 00000 n
-0000016969 00000 n
-0000017096 00000 n
-0000304604 00000 n
-0000924617 00000 n
-0000017150 00000 n
-0000017376 00000 n
-0000304667 00000 n
-0000924538 00000 n
-0000017430 00000 n
-0000017605 00000 n
-0000308821 00000 n
-0000924405 00000 n
-0000017652 00000 n
-0000017817 00000 n
-0000308884 00000 n
-0000924288 00000 n
-0000017866 00000 n
-0000017995 00000 n
-0000313034 00000 n
-0000924223 00000 n
-0000018049 00000 n
-0000018274 00000 n
-0000313097 00000 n
-0000924092 00000 n
-0000018323 00000 n
-0000018404 00000 n
-0000313160 00000 n
-0000924027 00000 n
-0000018458 00000 n
-0000018622 00000 n
-0000317068 00000 n
-0000923934 00000 n
-0000018671 00000 n
-0000018851 00000 n
-0000317131 00000 n
-0000923803 00000 n
-0000018900 00000 n
-0000018989 00000 n
-0000320909 00000 n
-0000923738 00000 n
-0000019043 00000 n
-0000019243 00000 n
-0000320972 00000 n
-0000923607 00000 n
-0000019292 00000 n
-0000019424 00000 n
-0000328726 00000 n
-0000923542 00000 n
-0000019478 00000 n
-0000019615 00000 n
-0000328789 00000 n
-0000923463 00000 n
-0000019664 00000 n
-0000019796 00000 n
-0000330297 00000 n
-0000923345 00000 n
-0000019843 00000 n
-0000019972 00000 n
-0000330360 00000 n
-0000923266 00000 n
-0000020021 00000 n
-0000020221 00000 n
-0000332709 00000 n
-0000923173 00000 n
-0000020270 00000 n
-0000020430 00000 n
-0000338839 00000 n
-0000923056 00000 n
-0000020479 00000 n
-0000020570 00000 n
-0000338902 00000 n
-0000922977 00000 n
-0000020624 00000 n
-0000020849 00000 n
-0000339915 00000 n
-0000922898 00000 n
-0000020903 00000 n
-0000021158 00000 n
-0000021528 00000 n
-0000021660 00000 n
-0000021950 00000 n
-0000021208 00000 n
-0000021827 00000 n
-0000021888 00000 n
-0000916665 00000 n
-0000914743 00000 n
-0000920493 00000 n
-0000023905 00000 n
-0000024120 00000 n
-0000023773 00000 n
-0000022035 00000 n
-0000913869 00000 n
-0000914567 00000 n
-0000916490 00000 n
-0000024058 00000 n
-0000920143 00000 n
-0000915093 00000 n
-0000915617 00000 n
-0000024517 00000 n
-0000024405 00000 n
-0000024257 00000 n
-0000026481 00000 n
-0000026632 00000 n
-0000026785 00000 n
-0000026943 00000 n
-0000027100 00000 n
-0000027258 00000 n
-0000027415 00000 n
-0000027573 00000 n
-0000027723 00000 n
-0000027877 00000 n
-0000028030 00000 n
-0000028188 00000 n
-0000028344 00000 n
-0000028500 00000 n
-0000028652 00000 n
-0000028809 00000 n
-0000028967 00000 n
-0000029124 00000 n
-0000029282 00000 n
-0000029436 00000 n
-0000029594 00000 n
-0000029752 00000 n
-0000029910 00000 n
-0000030068 00000 n
-0000030226 00000 n
-0000030384 00000 n
-0000030542 00000 n
-0000030698 00000 n
-0000030855 00000 n
-0000031013 00000 n
-0000031171 00000 n
-0000031330 00000 n
-0000031488 00000 n
-0000034212 00000 n
-0000031765 00000 n
-0000026093 00000 n
-0000024589 00000 n
-0000031642 00000 n
-0000031703 00000 n
-0000914042 00000 n
-0000916316 00000 n
-0000034370 00000 n
-0000034528 00000 n
-0000034686 00000 n
-0000034844 00000 n
-0000035002 00000 n
-0000035160 00000 n
-0000035318 00000 n
-0000035476 00000 n
-0000035628 00000 n
-0000035782 00000 n
-0000035939 00000 n
-0000036097 00000 n
-0000036254 00000 n
-0000036412 00000 n
-0000036569 00000 n
-0000036727 00000 n
-0000036885 00000 n
-0000037042 00000 n
-0000037200 00000 n
-0000037359 00000 n
-0000037518 00000 n
-0000037670 00000 n
-0000037828 00000 n
-0000037985 00000 n
-0000038139 00000 n
-0000038297 00000 n
-0000038455 00000 n
-0000038608 00000 n
-0000038766 00000 n
-0000038924 00000 n
-0000039076 00000 n
-0000039229 00000 n
-0000039383 00000 n
-0000039541 00000 n
-0000039693 00000 n
-0000039845 00000 n
-0000039997 00000 n
-0000040149 00000 n
-0000040303 00000 n
-0000040459 00000 n
-0000040613 00000 n
-0000042320 00000 n
-0000040832 00000 n
-0000033752 00000 n
-0000031902 00000 n
-0000040771 00000 n
-0000042477 00000 n
-0000042629 00000 n
-0000042783 00000 n
-0000042941 00000 n
-0000043095 00000 n
-0000043252 00000 n
-0000043406 00000 n
-0000043559 00000 n
-0000043716 00000 n
-0000043870 00000 n
-0000044027 00000 n
-0000044181 00000 n
-0000044333 00000 n
-0000044487 00000 n
-0000044641 00000 n
-0000044795 00000 n
-0000044953 00000 n
-0000045172 00000 n
-0000042052 00000 n
-0000040943 00000 n
-0000045111 00000 n
-0000048516 00000 n
-0000048670 00000 n
-0000048823 00000 n
-0000049227 00000 n
-0000048368 00000 n
-0000045296 00000 n
-0000048982 00000 n
-0000914919 00000 n
-0000049103 00000 n
-0000916840 00000 n
-0000915267 00000 n
-0000049165 00000 n
-0000915792 00000 n
-0000920611 00000 n
-0000052918 00000 n
-0000053077 00000 n
-0000053231 00000 n
-0000056294 00000 n
-0000053573 00000 n
-0000052770 00000 n
-0000049403 00000 n
-0000053390 00000 n
-0000919271 00000 n
-0000917909 00000 n
-0000917547 00000 n
-0000918268 00000 n
-0000919620 00000 n
-0000918449 00000 n
-0000917364 00000 n
-0000053511 00000 n
-0000056448 00000 n
-0000056598 00000 n
-0000056995 00000 n
-0000056146 00000 n
-0000053827 00000 n
-0000056750 00000 n
-0000056933 00000 n
-0000063228 00000 n
-0000060059 00000 n
-0000059825 00000 n
-0000057184 00000 n
-0000059937 00000 n
-0000063382 00000 n
-0000063541 00000 n
-0000063705 00000 n
-0000063987 00000 n
-0000063072 00000 n
-0000060235 00000 n
-0000063865 00000 n
-0000097331 00000 n
-0000067210 00000 n
-0000067037 00000 n
-0000064228 00000 n
-0000067149 00000 n
-0000070684 00000 n
-0000070450 00000 n
-0000067386 00000 n
-0000070562 00000 n
-0000920729 00000 n
-0000072632 00000 n
-0000072459 00000 n
-0000070886 00000 n
-0000072571 00000 n
-0000074955 00000 n
-0000075119 00000 n
-0000075580 00000 n
-0000074815 00000 n
-0000072808 00000 n
-0000075273 00000 n
-0000075456 00000 n
-0000075518 00000 n
-0000093757 00000 n
-0000078337 00000 n
-0000078490 00000 n
-0000082815 00000 n
-0000082973 00000 n
-0000078951 00000 n
-0000078197 00000 n
-0000075704 00000 n
-0000078644 00000 n
-0000078705 00000 n
-0000078767 00000 n
-0000078828 00000 n
-0000086373 00000 n
-0000086532 00000 n
-0000083254 00000 n
-0000082675 00000 n
-0000079075 00000 n
-0000083132 00000 n
-0000919098 00000 n
-0000086870 00000 n
-0000086233 00000 n
-0000083469 00000 n
-0000086686 00000 n
-0000086808 00000 n
-0000090422 00000 n
-0000090125 00000 n
-0000087059 00000 n
-0000090237 00000 n
-0000090298 00000 n
-0000090360 00000 n
-0000920847 00000 n
-0000093819 00000 n
-0000093461 00000 n
-0000090598 00000 n
-0000093573 00000 n
-0000093634 00000 n
-0000097049 00000 n
-0000097393 00000 n
-0000096917 00000 n
-0000094021 00000 n
-0000097208 00000 n
-0000097269 00000 n
-0000100472 00000 n
-0000100238 00000 n
-0000097569 00000 n
-0000100350 00000 n
-0000106169 00000 n
-0000103104 00000 n
-0000102870 00000 n
-0000100674 00000 n
-0000102982 00000 n
-0000106506 00000 n
-0000106037 00000 n
-0000103267 00000 n
-0000106323 00000 n
-0000109717 00000 n
-0000113228 00000 n
-0000113534 00000 n
-0000110177 00000 n
-0000109585 00000 n
-0000106695 00000 n
-0000109869 00000 n
-0000109930 00000 n
-0000920319 00000 n
-0000109992 00000 n
-0000110115 00000 n
-0000920965 00000 n
-0000113382 00000 n
-0000113941 00000 n
-0000113080 00000 n
-0000110405 00000 n
-0000113694 00000 n
-0000113755 00000 n
-0000113817 00000 n
-0000113879 00000 n
-0000117973 00000 n
-0000117676 00000 n
-0000114169 00000 n
-0000117788 00000 n
-0000117849 00000 n
-0000117911 00000 n
-0000121583 00000 n
-0000121737 00000 n
-0000122198 00000 n
-0000121443 00000 n
-0000118188 00000 n
-0000121891 00000 n
-0000121952 00000 n
-0000122014 00000 n
-0000918809 00000 n
-0000918954 00000 n
-0000122076 00000 n
-0000918089 00000 n
-0000122136 00000 n
-0000129016 00000 n
-0000129170 00000 n
-0000129329 00000 n
-0000125672 00000 n
-0000125316 00000 n
-0000122465 00000 n
-0000125428 00000 n
-0000125610 00000 n
-0000919446 00000 n
-0000917728 00000 n
-0000129489 00000 n
-0000129649 00000 n
-0000129992 00000 n
-0000128852 00000 n
-0000125874 00000 n
-0000129807 00000 n
-0000129868 00000 n
-0000914387 00000 n
-0000129930 00000 n
-0000132741 00000 n
-0000133146 00000 n
-0000132609 00000 n
-0000130207 00000 n
-0000132901 00000 n
-0000133023 00000 n
-0000921083 00000 n
-0000136167 00000 n
-0000136476 00000 n
-0000136635 00000 n
-0000136321 00000 n
-0000137101 00000 n
-0000136011 00000 n
-0000133335 00000 n
-0000136794 00000 n
-0000136977 00000 n
-0000137039 00000 n
-0000140535 00000 n
-0000140692 00000 n
-0000141027 00000 n
-0000140395 00000 n
-0000137316 00000 n
-0000140844 00000 n
-0000140905 00000 n
-0000144489 00000 n
-0000144131 00000 n
-0000141242 00000 n
-0000144243 00000 n
-0000148164 00000 n
-0000148328 00000 n
-0000148482 00000 n
-0000148889 00000 n
-0000148016 00000 n
-0000144678 00000 n
-0000148642 00000 n
-0000148827 00000 n
-0000151818 00000 n
-0000151583 00000 n
-0000149104 00000 n
-0000151695 00000 n
-0000151756 00000 n
-0000155032 00000 n
-0000154487 00000 n
-0000151994 00000 n
-0000154599 00000 n
-0000154722 00000 n
-0000154784 00000 n
-0000154846 00000 n
-0000154908 00000 n
-0000154970 00000 n
-0000921201 00000 n
-0000158726 00000 n
-0000158884 00000 n
-0000159038 00000 n
-0000159197 00000 n
-0000159542 00000 n
-0000158570 00000 n
-0000155195 00000 n
-0000159357 00000 n
-0000159418 00000 n
-0000162260 00000 n
-0000162087 00000 n
-0000159783 00000 n
-0000162199 00000 n
-0000165377 00000 n
-0000165531 00000 n
-0000165869 00000 n
-0000165237 00000 n
-0000162449 00000 n
-0000165684 00000 n
-0000165745 00000 n
-0000168789 00000 n
-0000169133 00000 n
-0000168657 00000 n
-0000166097 00000 n
-0000168948 00000 n
-0000171906 00000 n
-0000175012 00000 n
-0000172250 00000 n
-0000171774 00000 n
-0000169283 00000 n
-0000172065 00000 n
-0000175170 00000 n
-0000175574 00000 n
-0000174872 00000 n
-0000172413 00000 n
-0000175327 00000 n
-0000921319 00000 n
-0000177832 00000 n
-0000178115 00000 n
-0000177700 00000 n
-0000175737 00000 n
-0000177992 00000 n
-0000180267 00000 n
-0000180667 00000 n
-0000180135 00000 n
-0000178317 00000 n
-0000180420 00000 n
-0000182736 00000 n
-0000183010 00000 n
-0000182604 00000 n
-0000180791 00000 n
-0000182888 00000 n
-0000182949 00000 n
-0000915442 00000 n
-0000917014 00000 n
-0000185594 00000 n
-0000185875 00000 n
-0000185462 00000 n
-0000183147 00000 n
-0000185753 00000 n
-0000185814 00000 n
-0000188811 00000 n
-0000192255 00000 n
-0000192407 00000 n
-0000189093 00000 n
-0000188679 00000 n
-0000185999 00000 n
-0000188970 00000 n
-0000189031 00000 n
-0000195702 00000 n
-0000192812 00000 n
-0000192115 00000 n
-0000189269 00000 n
-0000192566 00000 n
-0000921437 00000 n
-0000195861 00000 n
-0000199644 00000 n
-0000196269 00000 n
-0000195562 00000 n
-0000192988 00000 n
-0000196022 00000 n
-0000919968 00000 n
-0000267030 00000 n
-0000199797 00000 n
-0000199957 00000 n
-0000200244 00000 n
-0000199496 00000 n
-0000196445 00000 n
-0000200121 00000 n
-0000202777 00000 n
-0000203059 00000 n
-0000202645 00000 n
-0000200433 00000 n
-0000202936 00000 n
-0000206502 00000 n
-0000206267 00000 n
-0000203209 00000 n
-0000206379 00000 n
-0000209534 00000 n
-0000209299 00000 n
-0000206665 00000 n
-0000209411 00000 n
-0000212654 00000 n
-0000212991 00000 n
-0000212522 00000 n
-0000209697 00000 n
-0000212806 00000 n
-0000212867 00000 n
-0000918629 00000 n
-0000919794 00000 n
-0000921555 00000 n
-0000216324 00000 n
-0000216537 00000 n
-0000216192 00000 n
-0000213234 00000 n
-0000216476 00000 n
-0000220794 00000 n
-0000220621 00000 n
-0000216765 00000 n
-0000220733 00000 n
-0000223768 00000 n
-0000224040 00000 n
-0000223636 00000 n
-0000221009 00000 n
-0000223917 00000 n
-0000227620 00000 n
-0000227682 00000 n
-0000227447 00000 n
-0000224255 00000 n
-0000227559 00000 n
-0000230845 00000 n
-0000230610 00000 n
-0000227884 00000 n
-0000230722 00000 n
-0000233378 00000 n
-0000233715 00000 n
-0000233246 00000 n
-0000231060 00000 n
-0000233530 00000 n
-0000233653 00000 n
-0000921673 00000 n
-0000237246 00000 n
-0000237400 00000 n
-0000237554 00000 n
-0000237713 00000 n
-0000237928 00000 n
-0000237090 00000 n
-0000233904 00000 n
-0000237867 00000 n
-0000241296 00000 n
-0000240999 00000 n
-0000238130 00000 n
-0000241111 00000 n
-0000241234 00000 n
-0000915966 00000 n
-0000244845 00000 n
-0000244548 00000 n
-0000241460 00000 n
-0000244660 00000 n
-0000247972 00000 n
-0000251661 00000 n
-0000248258 00000 n
-0000247840 00000 n
-0000245009 00000 n
-0000248135 00000 n
-0000252066 00000 n
-0000251529 00000 n
-0000248434 00000 n
-0000251820 00000 n
-0000251881 00000 n
-0000252005 00000 n
-0000255307 00000 n
-0000255779 00000 n
-0000255175 00000 n
-0000252230 00000 n
-0000255471 00000 n
-0000255532 00000 n
-0000255593 00000 n
-0000255655 00000 n
-0000255717 00000 n
-0000921791 00000 n
-0000259651 00000 n
-0000258921 00000 n
-0000255942 00000 n
-0000259033 00000 n
-0000259094 00000 n
-0000259156 00000 n
-0000259217 00000 n
-0000259279 00000 n
-0000259341 00000 n
-0000259403 00000 n
-0000259465 00000 n
-0000259527 00000 n
-0000259589 00000 n
-0000266651 00000 n
-0000262875 00000 n
-0000262702 00000 n
-0000259853 00000 n
-0000262814 00000 n
-0000266815 00000 n
-0000267092 00000 n
-0000266511 00000 n
-0000263025 00000 n
-0000266969 00000 n
-0000269588 00000 n
-0000269415 00000 n
-0000267268 00000 n
-0000269527 00000 n
-0000273134 00000 n
-0000272961 00000 n
-0000269725 00000 n
-0000273073 00000 n
-0000276821 00000 n
-0000276276 00000 n
-0000273323 00000 n
-0000276388 00000 n
-0000276449 00000 n
-0000276511 00000 n
-0000276573 00000 n
-0000276635 00000 n
-0000276697 00000 n
-0000276759 00000 n
-0000921909 00000 n
-0000279367 00000 n
-0000280148 00000 n
-0000279235 00000 n
-0000276997 00000 n
-0000279531 00000 n
-0000279592 00000 n
-0000279654 00000 n
-0000279716 00000 n
-0000279778 00000 n
-0000279839 00000 n
-0000279900 00000 n
-0000279962 00000 n
-0000280024 00000 n
-0000280086 00000 n
-0000281882 00000 n
-0000281647 00000 n
-0000280350 00000 n
-0000281759 00000 n
-0000281820 00000 n
-0000284591 00000 n
-0000284295 00000 n
-0000282071 00000 n
-0000284407 00000 n
-0000286917 00000 n
-0000286620 00000 n
-0000284767 00000 n
-0000286732 00000 n
-0000288869 00000 n
-0000289092 00000 n
-0000288737 00000 n
-0000287067 00000 n
-0000289031 00000 n
-0000291632 00000 n
-0000291913 00000 n
-0000291499 00000 n
-0000289242 00000 n
-0000291790 00000 n
-0000922027 00000 n
-0000294654 00000 n
-0000294935 00000 n
-0000294517 00000 n
-0000292141 00000 n
-0000294809 00000 n
-0000300657 00000 n
-0000297449 00000 n
-0000297146 00000 n
-0000295138 00000 n
-0000297262 00000 n
-0000300812 00000 n
-0000301224 00000 n
-0000300511 00000 n
-0000297587 00000 n
-0000300972 00000 n
-0000301160 00000 n
-0000304325 00000 n
-0000304730 00000 n
-0000304188 00000 n
-0000301440 00000 n
-0000304478 00000 n
-0000306757 00000 n
-0000306514 00000 n
-0000304894 00000 n
-0000306630 00000 n
-0000306693 00000 n
-0000308947 00000 n
-0000308642 00000 n
-0000306934 00000 n
-0000308758 00000 n
-0000922151 00000 n
-0000312660 00000 n
-0000312815 00000 n
-0000313351 00000 n
-0000312514 00000 n
-0000309112 00000 n
-0000312971 00000 n
-0000914215 00000 n
-0000313223 00000 n
-0000313287 00000 n
-0000916141 00000 n
-0000317194 00000 n
-0000316889 00000 n
-0000313559 00000 n
-0000317005 00000 n
-0000321035 00000 n
-0000320730 00000 n
-0000317359 00000 n
-0000320846 00000 n
-0000917188 00000 n
-0000324618 00000 n
-0000324900 00000 n
-0000324481 00000 n
-0000321232 00000 n
-0000324774 00000 n
-0000324837 00000 n
-0000328507 00000 n
-0000328915 00000 n
-0000328370 00000 n
-0000325091 00000 n
-0000328663 00000 n
-0000328851 00000 n
-0000330935 00000 n
-0000330118 00000 n
-0000329093 00000 n
-0000330234 00000 n
-0000330423 00000 n
-0000330487 00000 n
-0000330551 00000 n
-0000330615 00000 n
-0000330679 00000 n
-0000330743 00000 n
-0000330807 00000 n
-0000330871 00000 n
-0000922276 00000 n
-0000334303 00000 n
-0000332530 00000 n
-0000331047 00000 n
-0000332646 00000 n
-0000332772 00000 n
-0000332836 00000 n
-0000332900 00000 n
-0000332964 00000 n
-0000333028 00000 n
-0000333091 00000 n
-0000333155 00000 n
-0000333219 00000 n
-0000333283 00000 n
-0000333347 00000 n
-0000333411 00000 n
-0000333475 00000 n
-0000333539 00000 n
-0000333603 00000 n
-0000333667 00000 n
-0000333731 00000 n
-0000333794 00000 n
-0000333858 00000 n
-0000333922 00000 n
-0000333986 00000 n
-0000334049 00000 n
-0000334113 00000 n
-0000334176 00000 n
-0000334239 00000 n
-0000337324 00000 n
-0000335419 00000 n
-0000334402 00000 n
-0000335535 00000 n
-0000335598 00000 n
-0000335662 00000 n
-0000335726 00000 n
-0000335790 00000 n
-0000335854 00000 n
-0000335918 00000 n
-0000335982 00000 n
-0000336046 00000 n
-0000336110 00000 n
-0000336173 00000 n
-0000336236 00000 n
-0000336300 00000 n
-0000336364 00000 n
-0000336428 00000 n
-0000336492 00000 n
-0000336556 00000 n
-0000336620 00000 n
-0000336684 00000 n
-0000336748 00000 n
-0000336812 00000 n
-0000336876 00000 n
-0000336940 00000 n
-0000337004 00000 n
-0000337068 00000 n
-0000337132 00000 n
-0000337196 00000 n
-0000337260 00000 n
-0000338964 00000 n
-0000338660 00000 n
-0000337423 00000 n
-0000338776 00000 n
-0000339978 00000 n
-0000339736 00000 n
-0000339117 00000 n
-0000339852 00000 n
-0000911742 00000 n
-0000340077 00000 n
-0000340101 00000 n
-0000340556 00000 n
-0000340582 00000 n
-0000913390 00000 n
-0000341140 00000 n
-0000913032 00000 n
-0000341166 00000 n
-0000913669 00000 n
-0000341192 00000 n
-0000341492 00000 n
-0000341872 00000 n
-0000342427 00000 n
-0000912731 00000 n
-0000342451 00000 n
-0000342477 00000 n
-0000342527 00000 n
-0000342565 00000 n
-0000343061 00000 n
-0000913768 00000 n
-0000343228 00000 n
-0000343252 00000 n
-0000912251 00000 n
-0000343526 00000 n
-0000344259 00000 n
-0000344899 00000 n
-0000345087 00000 n
-0000345736 00000 n
-0000346378 00000 n
-0000347067 00000 n
-0000347709 00000 n
-0000348290 00000 n
-0000349107 00000 n
-0000349591 00000 n
-0000349709 00000 n
-0000350057 00000 n
-0000350623 00000 n
-0000351197 00000 n
-0000351315 00000 n
-0000351665 00000 n
-0000352057 00000 n
-0000352823 00000 n
-0000353390 00000 n
-0000353845 00000 n
-0000354299 00000 n
-0000385958 00000 n
-0000386404 00000 n
-0000418933 00000 n
-0000419442 00000 n
-0000438835 00000 n
-0000439067 00000 n
-0000445918 00000 n
-0000446158 00000 n
-0000452736 00000 n
-0000453364 00000 n
-0000466736 00000 n
-0000467150 00000 n
-0000470389 00000 n
-0000470626 00000 n
-0000478030 00000 n
-0000478330 00000 n
-0000481514 00000 n
-0000481757 00000 n
-0000520184 00000 n
-0000520856 00000 n
-0000543717 00000 n
-0000544025 00000 n
-0000562369 00000 n
-0000562622 00000 n
-0000584763 00000 n
-0000585031 00000 n
-0000608119 00000 n
-0000608442 00000 n
-0000641957 00000 n
-0000642417 00000 n
-0000670307 00000 n
-0000670689 00000 n
-0000692616 00000 n
-0000692995 00000 n
-0000706828 00000 n
-0000707088 00000 n
-0000729546 00000 n
-0000729956 00000 n
-0000743598 00000 n
-0000743858 00000 n
-0000750765 00000 n
-0000751255 00000 n
-0000755091 00000 n
-0000755416 00000 n
-0000758253 00000 n
-0000758504 00000 n
-0000786693 00000 n
-0000787082 00000 n
-0000820079 00000 n
-0000820702 00000 n
-0000840971 00000 n
-0000841249 00000 n
-0000864207 00000 n
-0000864534 00000 n
-0000890354 00000 n
-0000890827 00000 n
-0000897324 00000 n
-0000897558 00000 n
-0000905750 00000 n
-0000906049 00000 n
-0000911401 00000 n
-0000922392 00000 n
-0000922512 00000 n
-0000922632 00000 n
-0000922739 00000 n
-0000922821 00000 n
-0000931612 00000 n
-0000931818 00000 n
-0000932028 00000 n
-0000932221 00000 n
-0000932392 00000 n
-0000932562 00000 n
-0000932733 00000 n
-0000932903 00000 n
-0000933079 00000 n
-0000933254 00000 n
-0000933431 00000 n
-0000933606 00000 n
-0000933783 00000 n
-0000933957 00000 n
-0000934131 00000 n
-0000934308 00000 n
-0000934483 00000 n
-0000934660 00000 n
-0000934835 00000 n
-0000935021 00000 n
-0000935199 00000 n
-0000935370 00000 n
-0000935540 00000 n
-0000935711 00000 n
-0000935881 00000 n
-0000936052 00000 n
-0000936221 00000 n
-0000936390 00000 n
-0000936561 00000 n
-0000936731 00000 n
-0000936902 00000 n
-0000937072 00000 n
-0000937243 00000 n
-0000937418 00000 n
-0000937595 00000 n
-0000937770 00000 n
-0000937965 00000 n
-0000938167 00000 n
-0000938370 00000 n
-0000938573 00000 n
-0000938793 00000 n
-0000939030 00000 n
-0000939272 00000 n
-0000939514 00000 n
-0000939756 00000 n
-0000939999 00000 n
-0000940244 00000 n
-0000940487 00000 n
-0000940730 00000 n
-0000940973 00000 n
-0000941236 00000 n
-0000941519 00000 n
-0000941802 00000 n
-0000942089 00000 n
-0000942374 00000 n
-0000942657 00000 n
-0000942869 00000 n
-0000942956 00000 n
-0000943074 00000 n
-0000943190 00000 n
-0000943305 00000 n
-0000943424 00000 n
-0000943540 00000 n
-0000943660 00000 n
-0000943790 00000 n
-0000943925 00000 n
-0000944064 00000 n
-0000944169 00000 n
-0000944291 00000 n
-0000944395 00000 n
-0000944479 00000 n
-0000944519 00000 n
-0000944700 00000 n
-trailer
-<< /Size 1328
-/Root 1326 0 R
-/Info 1327 0 R
-/ID [<A971C01041B91DD916EB04B34B3F508F> <A971C01041B91DD916EB04B34B3F508F>] >>
-startxref
-945296
-%%EOF
diff --git a/macros/latex/contrib/numerica/numerica-lyx.def b/macros/latex/contrib/numerica/numerica-lyx.def
deleted file mode 100644
index 96b0f7b193..0000000000
--- a/macros/latex/contrib/numerica/numerica-lyx.def
+++ /dev/null
@@ -1,44 +0,0 @@
-% This is file `numerica-lyx.def',
-% part of the `numerica' package
-%
-% This work may be distributed and/or modified under the conditions
-% of the LaTeX Project Public License, either version 1.3c of this
-% license or any later version; see
-% http://www.latex-project.org/lppl.txt
-%
-% Andrew Parsloe (ajparsloe@gmail.com)
-%
-\ProvidesExplFile
- {numerica-lyx.def}
- {2021/02/15}
- {1.0.0}
- { Enable reuse command to preview in LyX }
-%----------------------------------------------------------
-% copy (only once) .nmc file from doc to temp
-% directory; use nmcDummy.txt to mark success
-\tl_set:NV \l_tmpb_tl \jobname
-\tl_put_right:Nn \l_tmpb_tl {.nmc}
-\file_if_exist:nTF { nmcDummy.txt }
- { \tl_gset_eq:NN \g__nmc_reuse_filename_tl \l_tmpb_tl }
- {
- \iow_open:Nn \g__nmc_iow { nmcDummy.txt }
- \iow_close:N \g__nmc_iow
- \makeatletter
- \tl_set:Nx \l_tmpa_tl \input@path
- \makeatother
- \exp_last_unbraced:NNV
- \tl_gset:Nn \g__nmc_reuse_filename_tl \l_tmpa_tl
- \tl_gput_right:NV \g__nmc_reuse_filename_tl \l_tmpb_tl
- \file_get:VnNTF \g__nmc_reuse_filename_tl {} \l__nmc_reuse_retrieved_tl
- {
- \tl_gset_eq:NN \g__nmc_reuse_filename_tl \l_tmpb_tl
- \iow_open:NV \g__nmc_iow \g__nmc_reuse_filename_tl
- \bool_lazy_or:nnF
- { \tl_if_blank_p:V \l__nmc_reuse_retrieved_tl }
- { \tl_if_head_eq_meaning_p:VN \l__nmc_reuse_retrieved_tl \par }
- { \iow_now:NV \g__nmc_iow \l__nmc_reuse_retrieved_tl }
- \iow_close:N \g__nmc_iow
- }
- { \tl_gset_eq:NN \g__nmc_reuse_filename_tl \l_tmpb_tl }
- }
-% end of `numerica-lyx.def' \ No newline at end of file
diff --git a/macros/latex/contrib/numerica/numerica-plus.pdf b/macros/latex/contrib/numerica/numerica-plus.pdf
deleted file mode 100644
index 7115e44e67..0000000000
--- a/macros/latex/contrib/numerica/numerica-plus.pdf
+++ /dev/null
@@ -1,6722 +0,0 @@
-%PDF-1.5
-%
-1 0 obj
-<< /S /GoTo /D (chapter.1) >>
-endobj
-4 0 obj
-(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
-endobj
-5 0 obj
-<< /S /GoTo /D (section.1.1) >>
-endobj
-8 0 obj
-(\376\377\0001\000.\0001\000\040\000E\000x\000a\000m\000p\000l\000e\000\040\000o\000f\000\040\000u\000s\000e\000:\000\040\000t\000h\000e\000\040\000r\000o\000t\000a\000t\000i\000n\000g\000\040\000d\000i\000s\000k)
-endobj
-9 0 obj
-<< /S /GoTo /D (subsection.1.1.1) >>
-endobj
-12 0 obj
-(\376\377\0001\000.\0001\000.\0001\000\040\000C\000i\000r\000c\000u\000i\000t\000s)
-endobj
-13 0 obj
-<< /S /GoTo /D (section.1.2) >>
-endobj
-16 0 obj
-(\376\377\0001\000.\0002\000\040\000S\000h\000a\000r\000e\000d\000\040\000s\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000t\000h\000e\000\040\000n\000e\000w\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
-endobj
-17 0 obj
-<< /S /GoTo /D (subsection.1.2.1) >>
-endobj
-20 0 obj
-(\376\377\0001\000.\0002\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
-endobj
-21 0 obj
-<< /S /GoTo /D (subsection.1.2.2) >>
-endobj
-24 0 obj
-(\376\377\0001\000.\0002\000.\0002\000\040\000N\000e\000s\000t\000i\000n\000g)
-endobj
-25 0 obj
-<< /S /GoTo /D (chapter.2) >>
-endobj
-28 0 obj
-(\376\377\0002\000\040\000I\000t\000e\000r\000a\000t\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000:\000\040\000\134\000n\000m\000c\000I\000t\000e\000r\000a\000t\000e)
-endobj
-29 0 obj
-<< /S /GoTo /D (section.2.1) >>
-endobj
-32 0 obj
-(\376\377\0002\000.\0001\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n\000:\000\040\000f\000i\000x\000e\000d\000\040\000p\000o\000i\000n\000t\000s)
-endobj
-33 0 obj
-<< /S /GoTo /D (subsection.2.1.1) >>
-endobj
-36 0 obj
-(\376\377\0002\000.\0001\000.\0001\000\040\000U\000s\000e\000\040\000w\000i\000t\000h\000\040\000\134\000n\000m\000c\000I\000n\000f\000o)
-endobj
-37 0 obj
-<< /S /GoTo /D (section.2.2) >>
-endobj
-40 0 obj
-(\376\377\0002\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-41 0 obj
-<< /S /GoTo /D (subsection.2.2.1) >>
-endobj
-44 0 obj
-(\376\377\0002\000.\0002\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-45 0 obj
-<< /S /GoTo /D (subsection.2.2.2) >>
-endobj
-48 0 obj
-(\376\377\0002\000.\0002\000.\0002\000\040\000\134\000i\000t\000e\000r\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-49 0 obj
-<< /S /GoTo /D (subsection.2.2.3) >>
-endobj
-52 0 obj
-(\376\377\0002\000.\0002\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
-endobj
-53 0 obj
-<< /S /GoTo /D (section.2.3) >>
-endobj
-56 0 obj
-(\376\377\0002\000.\0003\000\040\000E\000r\000r\000o\000r\000s)
-endobj
-57 0 obj
-<< /S /GoTo /D (chapter.3) >>
-endobj
-60 0 obj
-(\376\377\0003\000\040\000F\000i\000n\000d\000i\000n\000g\000\040\000z\000e\000r\000o\000s\000\040\000a\000n\000d\000\040\000e\000x\000t\000r\000e\000m\000a\000:\000\040\000\134\000n\000m\000c\000S\000o\000l\000v\000e)
-endobj
-61 0 obj
-<< /S /GoTo /D (section.3.1) >>
-endobj
-64 0 obj
-(\376\377\0003\000.\0001\000\040\000E\000x\000t\000r\000e\000m\000a)
-endobj
-65 0 obj
-<< /S /GoTo /D (subsection.3.1.1) >>
-endobj
-68 0 obj
-(\376\377\0003\000.\0001\000.\0001\000\040\000T\000h\000e\000\040\000s\000e\000a\000r\000c\000h\000\040\000s\000t\000r\000a\000t\000e\000g\000y)
-endobj
-69 0 obj
-<< /S /GoTo /D (section.3.2) >>
-endobj
-72 0 obj
-(\376\377\0003\000.\0002\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-73 0 obj
-<< /S /GoTo /D (section.3.3) >>
-endobj
-76 0 obj
-(\376\377\0003\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-77 0 obj
-<< /S /GoTo /D (subsection.3.3.1) >>
-endobj
-80 0 obj
-(\376\377\0003\000.\0003\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-81 0 obj
-<< /S /GoTo /D (subsection.3.3.2) >>
-endobj
-84 0 obj
-(\376\377\0003\000.\0003\000.\0002\000\040\000\134\000s\000o\000l\000v\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-85 0 obj
-<< /S /GoTo /D (subsection.3.3.3) >>
-endobj
-88 0 obj
-(\376\377\0003\000.\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
-endobj
-89 0 obj
-<< /S /GoTo /D (chapter.4) >>
-endobj
-92 0 obj
-(\376\377\0004\000\040\000R\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000r\000e\000l\000a\000t\000i\000o\000n\000s\000:\000\040\000\134\000n\000m\000c\000R\000e\000c\000u\000r)
-endobj
-93 0 obj
-<< /S /GoTo /D (section.4.1) >>
-endobj
-96 0 obj
-(\376\377\0004\000.\0001\000\040\000N\000o\000t\000a\000t\000i\000o\000n\000a\000l\000\040\000n\000i\000c\000e\000t\000i\000e\000s)
-endobj
-97 0 obj
-<< /S /GoTo /D (subsection.4.1.1) >>
-endobj
-100 0 obj
-(\376\377\0004\000.\0001\000.\0001\000\040\000V\000v\000-\000l\000i\000s\000t\000\040\000a\000n\000d\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000v\000a\000r\000i\000a\000b\000l\000e)
-endobj
-101 0 obj
-<< /S /GoTo /D (subsection.4.1.2) >>
-endobj
-104 0 obj
-(\376\377\0004\000.\0001\000.\0002\000\040\000F\000o\000r\000m\000\040\000o\000f\000\040\000t\000h\000e\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000\040\000r\000e\000l\000a\000t\000i\000o\000n)
-endobj
-105 0 obj
-<< /S /GoTo /D (subsection.4.1.3) >>
-endobj
-108 0 obj
-(\376\377\0004\000.\0001\000.\0003\000\040\000F\000i\000r\000s\000t\000\040\000o\000r\000d\000e\000r\000\040\000r\000e\000c\000u\000r\000r\000e\000n\000c\000e\000s\000\040\000\050\000i\000t\000e\000r\000a\000t\000i\000o\000n\000\051)
-endobj
-109 0 obj
-<< /S /GoTo /D (section.4.2) >>
-endobj
-112 0 obj
-(\376\377\0004\000.\0002\000\040\000S\000t\000a\000r\000\040\000\050\000*\000\051\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-113 0 obj
-<< /S /GoTo /D (section.4.3) >>
-endobj
-116 0 obj
-(\376\377\0004\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
-endobj
-117 0 obj
-<< /S /GoTo /D (subsection.4.3.1) >>
-endobj
-120 0 obj
-(\376\377\0004\000.\0003\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-121 0 obj
-<< /S /GoTo /D (subsection.4.3.2) >>
-endobj
-124 0 obj
-(\376\377\0004\000.\0003\000.\0002\000\040\000\134\000r\000e\000c\000u\000r\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-125 0 obj
-<< /S /GoTo /D (subsection.4.3.3) >>
-endobj
-128 0 obj
-(\376\377\0004\000.\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
-endobj
-129 0 obj
-<< /S /GoTo /D (subsection.4.3.4) >>
-endobj
-132 0 obj
-(\376\377\0004\000.\0003\000.\0004\000\040\000O\000r\000t\000h\000o\000g\000o\000n\000a\000l\000\040\000p\000o\000l\000y\000n\000o\000m\000i\000a\000l\000s)
-endobj
-133 0 obj
-<< /S /GoTo /D (subsection.4.3.5) >>
-endobj
-136 0 obj
-(\376\377\0004\000.\0003\000.\0005\000\040\000N\000e\000s\000t\000i\000n\000g)
-endobj
-137 0 obj
-<< /S /GoTo /D (chapter.5) >>
-endobj
-140 0 obj
-(\376\377\0005\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
-endobj
-141 0 obj
-<< /S /GoTo /D (section.5.1) >>
-endobj
-144 0 obj
-(\376\377\0005\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000-\000p\000l\000u\000s)
-endobj
-145 0 obj
-<< /S /GoTo /D (section.5.2) >>
-endobj
-148 0 obj
-(\376\377\0005\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000t\000h\000e\000\040\000t\000h\000r\000e\000e\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
-endobj
-149 0 obj
-<< /S /GoTo /D (subsection.5.2.1) >>
-endobj
-152 0 obj
-(\376\377\0005\000.\0002\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000I\000t\000e\000r\000a\000t\000e)
-endobj
-153 0 obj
-<< /S /GoTo /D (subsection.5.2.2) >>
-endobj
-156 0 obj
-(\376\377\0005\000.\0002\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000S\000o\000l\000v\000e)
-endobj
-157 0 obj
-<< /S /GoTo /D (subsection.5.2.3) >>
-endobj
-160 0 obj
-(\376\377\0005\000.\0002\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000R\000e\000c\000u\000r)
-endobj
-161 0 obj
-<< /S /GoTo /D [162 0 R /Fit] >>
-endobj
-165 0 obj
-<<
-/Length 237
-/Filter /FlateDecode
->>
-stream
-xuN0D=^vv
-A[TvJSi#U.C:u "hI@fz%G9#`.?3Y9;xn7>l:\Kдs',k\h*R45nKvW8!_MooX
-endstream
-endobj
-162 0 obj
-<<
-/Type /Page
-/Contents 165 0 R
-/Resources 164 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
-/Annots [ 163 0 R ]
->>
-endobj
-163 0 obj
-<<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [246.184 396.506 365.064 412.446]
-/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
->>
-endobj
-166 0 obj
-<<
-/D [162 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-167 0 obj
-<<
-/D [162 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-164 0 obj
-<<
-/Font << /F30 168 0 R /F31 169 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-173 0 obj
-<<
-/Length 935
-/Filter /FlateDecode
->>
-stream
-xڝVn6S(Ɖ@9hz4[ %e{$Ɍ#I
-5QH2hGfW0v>fL~K\A[F:)tNmoS?,".̬5P1Fs:_WŊ!:*'ŝ [U}~{G>]?Q>]ba8VZ*9΢x6͌cL`w1 ƺ.:+wX% }ȥiք>
-"38/}L9Ȕ4zׂO&M I b8POq_yJ;䪢&,rc ulKUf@\@zan4T[eä^R^! )87v\Q`(5X
-C??“+D92H5{AKk1L󆭘1J\ ?h .NV֤Kxlj7ˌ}
-0p~- &=v3)
-endstream
-endobj
-172 0 obj
-<<
-/Type /Page
-/Contents 173 0 R
-/Resources 171 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
->>
-endobj
-177 0 obj
-<<
-/D [172 0 R /XYZ 133.768 452.679 null]
->>
-endobj
-171 0 obj
-<<
-/Font << /F43 174 0 R /F28 175 0 R /F44 176 0 R /F45 178 0 R /F56 179 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-215 0 obj
-<<
-/Length 1197
-/Filter /FlateDecode
->>
-stream
-xKw8,aAt%!lOYtxf΂JrN#` vJ1+I;v>}7y3C
-d@C
-5<̇hC(f87E+ܥJEk>0=ѹNU $41h#u͠u(nnVU#[vf"p7,]ւRo
-{9n܅Hun}8x~$7UIV ż6ݻt#1\_TZ"z42, sY _Xe',y"Ys~h9C-ԟ1/Y6AUlb m\${ɂ2͡T xvhu4 I'_ߤI:eztoTnoPؓ,p0r:
-endstream
-endobj
-214 0 obj
-<<
-/Type /Page
-/Contents 215 0 R
-/Resources 213 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
-/Annots [ 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R ]
->>
-endobj
-181 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 514.77 212.874 523.727]
-/A << /S /GoTo /D (chapter.1) >>
->>
-endobj
-182 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 500.877 319.295 511.67]
-/A << /S /GoTo /D (section.1.1) >>
->>
-endobj
-183 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 490.859 238.902 499.715]
-/A << /S /GoTo /D (subsection.1.1.1) >>
->>
-endobj
-184 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 476.967 332.716 487.76]
-/A << /S /GoTo /D (section.1.2) >>
->>
-endobj
-185 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 465.012 239.428 475.804]
-/A << /S /GoTo /D (subsection.1.2.1) >>
->>
-endobj
-186 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 453.057 237.491 463.849]
-/A << /S /GoTo /D (subsection.1.2.2) >>
->>
-endobj
-187 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 431.139 308.98 442.033]
-/A << /S /GoTo /D (chapter.2) >>
->>
-endobj
-188 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 418.63 296.104 430.585]
-/A << /S /GoTo /D (section.2.1) >>
->>
-endobj
-189 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 408.339 288.261 418.077]
-/A << /S /GoTo /D (subsection.2.1.1) >>
->>
-endobj
-190 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 395.273 238.542 406.066]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-191 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 383.318 280.745 394.111]
-/A << /S /GoTo /D (subsection.2.2.1) >>
->>
-endobj
-192 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 371.363 301.944 382.211]
-/A << /S /GoTo /D (subsection.2.2.2) >>
->>
-endobj
-193 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 359.408 309.166 370.2]
-/A << /S /GoTo /D (subsection.2.2.3) >>
->>
-endobj
-194 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 349.39 200.02 358.245]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-195 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 325.535 339.359 336.429]
-/A << /S /GoTo /D (chapter.3) >>
->>
-endobj
-196 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 315.517 210.149 324.372]
-/A << /S /GoTo /D (section.3.1) >>
->>
-endobj
-197 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 301.624 290.459 312.417]
-/A << /S /GoTo /D (subsection.3.1.1) >>
->>
-endobj
-198 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 289.116 238.21 301.071]
-/A << /S /GoTo /D (section.3.2) >>
->>
-endobj
-199 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 277.714 238.542 288.507]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-200 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 265.759 280.745 276.552]
-/A << /S /GoTo /D (subsection.3.3.1) >>
->>
-endobj
-201 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 253.804 307.174 264.652]
-/A << /S /GoTo /D (subsection.3.3.2) >>
->>
-endobj
-202 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 241.849 309.166 252.641]
-/A << /S /GoTo /D (subsection.3.3.3) >>
->>
-endobj
-203 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 221.061 308.545 230.825]
-/A << /S /GoTo /D (chapter.4) >>
->>
-endobj
-204 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 209.913 254.317 218.768]
-/A << /S /GoTo /D (section.4.1) >>
->>
-endobj
-205 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 197.958 338.058 206.813]
-/A << /S /GoTo /D (subsection.4.1.1) >>
->>
-endobj
-206 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 186.002 340.659 194.858]
-/A << /S /GoTo /D (subsection.4.1.2) >>
->>
-endobj
-207 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 171.557 351.896 183.512]
-/A << /S /GoTo /D (subsection.4.1.3) >>
->>
-endobj
-208 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 159.601 238.21 171.557]
-/A << /S /GoTo /D (section.4.2) >>
->>
-endobj
-209 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 148.2 207.547 158.993]
-/A << /S /GoTo /D (section.4.3) >>
->>
-endobj
-210 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 136.245 280.745 147.037]
-/A << /S /GoTo /D (subsection.4.3.1) >>
->>
-endobj
-211 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 124.289 307.174 135.138]
-/A << /S /GoTo /D (subsection.4.3.2) >>
->>
-endobj
-216 0 obj
-<<
-/D [214 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-213 0 obj
-<<
-/Font << /F59 217 0 R /F43 174 0 R /F28 175 0 R /F60 218 0 R /F44 176 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-229 0 obj
-<<
-/Length 511
-/Filter /FlateDecode
->>
-stream
-xݕ;o0w
-@<M-hK:2-#
-@"z>rhUT8O<V__'?e@\Ҝ=p+Fs:>_NЗ2(y"|(>qӶ1n"R ~
-endstream
-endobj
-228 0 obj
-<<
-/Type /Page
-/Contents 229 0 R
-/Resources 227 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
-/Annots [ 212 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R ]
->>
-endobj
-212 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 654.302 309.166 665.095]
-/A << /S /GoTo /D (subsection.4.3.3) >>
->>
-endobj
-219 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 642.347 309.194 653.139]
-/A << /S /GoTo /D (subsection.4.3.4) >>
->>
-endobj
-220 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 630.392 237.491 641.184]
-/A << /S /GoTo /D (subsection.4.3.5) >>
->>
-endobj
-221 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 608.474 249.115 619.368]
-/A << /S /GoTo /D (chapter.5) >>
->>
-endobj
-222 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 596.242 338.71 607.311]
-/A << /S /GoTo /D (section.5.1) >>
->>
-endobj
-223 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 584.563 314.756 595.356]
-/A << /S /GoTo /D (section.5.2) >>
->>
-endobj
-224 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 572.608 315.532 583.457]
-/A << /S /GoTo /D (subsection.5.2.1) >>
->>
-endobj
-225 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 560.653 305.072 571.501]
-/A << /S /GoTo /D (subsection.5.2.2) >>
->>
-endobj
-226 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 548.698 305.072 559.546]
-/A << /S /GoTo /D (subsection.5.2.3) >>
->>
-endobj
-230 0 obj
-<<
-/D [228 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-227 0 obj
-<<
-/Font << /F28 175 0 R /F43 174 0 R /F44 176 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-233 0 obj
-<<
-/Length 2372
-/Filter /FlateDecode
->>
-stream
-xڭY˒ܶWWL#
-Ju7YzR.Cj'qͳimq݇#'`ڱc컢VNeWÁn_q|},Bvohw
-wBVCA\)
-
-=/n_=ͱ̪xeN SիۢN),gӛ48`]MfHU`^</Dbh.TCq b]<{
-vJE6Gs2ϲ1_H4LQSt?˺hRLc^7wu Njsy8 n`R6Pe8<؆bwۢ)D-NPy K{eK2S&9Ŋ
-CG٦V7hm0]-/2^g٪=G'0 j.b*fR4dWx]뫋9*J(s9y~xoExBMqo#1əB<G`ZU$u=g!'O'l7y (F*A>cHx џ5'f3:[I2Ry Z"3Z
-endstream
-endobj
-232 0 obj
-<<
-/Type /Page
-/Contents 233 0 R
-/Resources 231 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
->>
-endobj
-234 0 obj
-<<
-/D [232 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-2 0 obj
-<<
-/D [232 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-6 0 obj
-<<
-/D [232 0 R /XYZ 133.768 251.056 null]
->>
-endobj
-231 0 obj
-<<
-/Font << /F59 217 0 R /F28 175 0 R /F44 176 0 R /F45 178 0 R /F50 235 0 R /F47 236 0 R /F43 174 0 R /F51 237 0 R /F48 238 0 R /F54 239 0 R /F41 240 0 R /F53 241 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-245 0 obj
-<<
-/Length 2860
-/Filter /FlateDecode
->>
-stream
-xrܸBͨ1XI`tH)XU9x+L7)sR
-^SKN xÆo߿_?鹴\*F(ŲnR1zy<xsϟ>,<Ԏ eL e{'ݱE{!;\&E~Oxj%>?>^X\Bvup L5MY*kmWMOf SVLDC{t,fsɾljmUy[7g`C XVtw纽ϯ4&܀\%GȇJv9*!ZmWT+
-l(Aښ>cKwPwɊ4fk}ozQO<AS"'<진XV~#eXR@HejC;>8GÅ򓖡l1d&/0K <d;Fn^:ю@8Uu=-m$c7t654bTF+|P%`gHvͩf8NTG7aO-iǭ{lމz+}2)
-jW{\]QO?c}.9]ҡ?HHUJK@}%G]I~
-%UN<c`U`%14{/~Da|b'ئsn%H
-9]
-31зt@Ȭ+U̺]Ulԧ"?>ۏHܤT8ŸȦ,f4Y "Դ?48ā :!g*t*fWA.%O<餪;ojVL %scgEm=R*> $Ч'ԅH?H,{j0õ; BgxnE tȿ"#l
-Oi2mX cb"2]k93<{]>ˇ~l'|zZhiZf',BIc=1^Zﺡ*P|67Ui
-fؖo#Y丗 49V m+}ƤWY0 ki^+Y|
-endstream
-endobj
-244 0 obj
-<<
-/Type /Page
-/Contents 245 0 R
-/Resources 243 0 R
-/MediaBox [0 0 612 792]
-/Parent 170 0 R
-/Annots [ 242 0 R ]
->>
-endobj
-242 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [389.324 227.901 395.786 239.838]
-/A << /S /GoTo /D (Hfootnote.1) >>
->>
-endobj
-246 0 obj
-<<
-/D [244 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-248 0 obj
-<<
-/D [244 0 R /XYZ 149.011 142.792 null]
->>
-endobj
-243 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F51 237 0 R /F47 236 0 R /F57 180 0 R /F44 176 0 R /F48 238 0 R /F53 241 0 R /F56 179 0 R /F66 247 0 R /F65 249 0 R /F67 250 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-253 0 obj
-<<
-/Length 2604
-/Filter /FlateDecode
->>
-stream
-xZK۸ϯxS:8Ud]DY1Id35=
-D_b~ QDiŌ<_'Bu"A:zuҌ%s %1D&i[\t ?
-q\ŔpD1L[*8IT]o31D40"=wR?-Lgcl`;Zs%4.cJw B92MКcC\!$|io.c,01$c ĭ}ty(y/
-Љ9#TP#A7.=9$YJHLg8I$>)oפwfV^r3QABJ`> luKn\p]f[SL5$e>Mhn-)ZOg݂W*C;wJ-W=$qP:/iͥrzYfE]Àă/%+T(A;kF
-> QG7o\-9 bQ* nY'}\z;N8R]R
-pNuզ'wtZ7UV.&ADTeR(D*l ..cQ~4DO4IF
-VY+dۜ^w;V2|c-MQ&JM2pf#)9Em ںyFBnqlf7i8Pl,We,At*Fz@:Їeȃ>Rle?4k"dh
-qyV6,M[֡ Px g_]BaO`3Zy&QKS
-ZEi1m5"fS{]ʍ1ø2Mka`Eg|jfh->0:$^ks-q!-xEO]Ng\,77xl-k "R|Tu(W8z?P7@  [uw ЫxW[t7
-8lmn|s{ q)x1 h^׶p}xUnkGjlCT~qc{!)`ƀ\ }]qo1xדpByV2x!LANu׋7n6]eY8ݺkadRt!we)**nvu_w:z|݃PG>\iw!_Ao_ZY5?<!
-Ա;lgZ)NTts_hcn
-endstream
-endobj
-252 0 obj
-<<
-/Type /Page
-/Contents 253 0 R
-/Resources 251 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
->>
-endobj
-254 0 obj
-<<
-/D [252 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-251 0 obj
-<<
-/Font << /F47 236 0 R /F53 241 0 R /F50 235 0 R /F54 239 0 R /F48 238 0 R /F41 240 0 R /F28 175 0 R /F44 176 0 R /F51 237 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-258 0 obj
-<<
-/Length 3393
-/Filter /FlateDecode
->>
-stream
-x[Yܸ~_ M*"&fAdfܭqkD;"j1g@0RSd"Egft ^_|YNrՌ A3 B^/goUS.jKFMٮvsn%\Tm?~Jqs5|EGU$-*|h+@Fa
-hC74#Ƣp"[*XRhbNN܏&,|h9,QJEꔼxa%h*٬ٽ/'T²\Tb[^y`0
-Z4 Eł_AL_~w&7sS;5.-eeW(R3.DǑݴfYHYz8EVuQ{oK+]u(#]6D~2!۫]JhZZ6b,Go/^S+17V|kI ֨i7j2%N`sOV*Z\QUz}Lȩ8,y$!fޔE|(h"q
-+mYT:CO7+
-W7
-kDMGJw}sRΙPV:sWM]6$|>]2Ѧ,@WzqSM
-X"lr` GuFSovԕMW*>tWâ֫F[*BPr'H脔YS}غS*@OƗv‚?^t޵Ee;@wPq.ky.B[?OaoJ<7ex
-~m KΏFND{}P5r\oBh}pceA ذ&˹SyS">;tOAL&RO@sIP,v6p6QۄO!%٨׉enqq;8ݙ; QJ6 ElUnѐ`lAXXLB@HpPR衢 g/@TGXڑ
-է\
- IpYB5Fȍ> >W*e9-$ɒ0'F>t{h6<q%YcLH"!YE}9,pjmXejhL0" 8ד
-hV
-|f]@ 5})1KD}&ꎟ2ieѹsQgb8 bLL:
-I]d.+sBه<9K8O
-3f*q2a:qm(
-J)eE1;<0L8;
-͞[*dӏDhݶ`d?Uj]
-;W0f*'<M(5_Ցfr0~>z}~n*@+x=
-&lp1Ϧk<H˲E@7nG u3 o6ʉ2v1].j<2%s'0E`}3ߖ~馸.;]J;w͗m@*8_㹫d43)dJݐȆI(%26xO#%|8 C#c!0c&%P.%R8nck ?cqxJ};rUYTȻ3<]c#X~ 'Sad)SP}- P
-endstream
-endobj
-257 0 obj
-<<
-/Type /Page
-/Contents 258 0 R
-/Resources 256 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
->>
-endobj
-259 0 obj
-<<
-/D [257 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-10 0 obj
-<<
-/D [257 0 R /XYZ 133.768 581.794 null]
->>
-endobj
-256 0 obj
-<<
-/Font << /F28 175 0 R /F47 236 0 R /F50 235 0 R /F48 238 0 R /F53 241 0 R /F44 176 0 R /F59 217 0 R /F43 174 0 R /F51 237 0 R /F54 239 0 R /F41 240 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-262 0 obj
-<<
-/Length 1948
-/Filter /FlateDecode
->>
-stream
-xXo6_&//QR;c@u
-+YjY(D,d /^ ?~!}G8}č0b(53*4=S2iN ~i $lH< r|'MȈH,T&)2DIZX| ă:'At(=O>u!PHyDz頝wL=IՓz E2XU^"H&y\ґtC P 0"+)V$$A{MK(YPxͭ7nr!
-l*H6L
-‡:!re啝ͮ
-i󬲴&-"JYoCZ{d*ʂWh
-a$[+Vue?
-wn @´@2vv =*ɒvL.n&[NQ2t /[hammf QSi]keh*i*
-19&sė:[
-endstream
-endobj
-261 0 obj
-<<
-/Type /Page
-/Contents 262 0 R
-/Resources 260 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
->>
-endobj
-263 0 obj
-<<
-/D [261 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-264 0 obj
-<<
-/D [261 0 R /XYZ 133.768 582.025 null]
->>
-endobj
-260 0 obj
-<<
-/Font << /F28 175 0 R /F47 236 0 R /F50 235 0 R /F54 239 0 R /F48 238 0 R /F43 174 0 R /F44 176 0 R /F51 237 0 R /F53 241 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-267 0 obj
-<<
-/Length 3060
-/Filter /FlateDecode
->>
-stream
-xڵY~<d p
-]$qۊ0F gSd6U2Șrԓ?-$0L
-ڄJY$}d2*əVf+K?UVi$u5=T4^
-3eN.cU%|
-
-,ף;E`k45 q,g^1+77[*"qNMT}Kcv</=!İH\SV 7 rJg;Y[on:M*o.l{ ݈,u$Rn224|k0?Sw!I uDU (jYS՞ nr+ExVO]ШHva9"eqb7W/v9^S'qSƇ Ox[m_Eu vk~K܉MZHTmnb/%~{0 >k(LhK"¶)¬bElCK[9crO{s2|00` @+uY֨z=oW}' 8fXFEGOʝ2VQ@s:mXb<y̰4uNP"ܰɾd(/"L$t"E&y,CWVtSJh=Tf}n 'h$1#ܠDE`Goʶ&:)atbL:rTfblzpl-OӶ,{H4x^J 6׈8., GhYC8l !:D@cHhh{^MFɞ=z@
-WDsBw7A #@67~Ù|vǍP.a*7?JU72m*EZeNΨf Z>S~kY[{R26-U3)uպbrRں31eSaP <q;y^s'u
-[fRj՞NMp"5]VN{#FyAA\7F!KOY)/ovBd{Af5r
-+3 @;/[A(ʛc;G'%Rh̩A^^웲ļNÙ[¬EPh
-E w̒%?\+=®\HMϻ(0lYaǭf[Lk
-r 5/[cf:.C"l9$S-19ɹs"9aĔ1`=eMݗE)jf:`V f%̅: uǓ.z'W}tn@2}soCw.dyInVVcXUP[Lo:"g4}7owc1JfinH\)+zW
-Mn-ld`(5U+ɡ/;UO>2CuT&+.N$
-endstream
-endobj
-266 0 obj
-<<
-/Type /Page
-/Contents 267 0 R
-/Resources 265 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
->>
-endobj
-268 0 obj
-<<
-/D [266 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-14 0 obj
-<<
-/D [266 0 R /XYZ 133.768 496.823 null]
->>
-endobj
-269 0 obj
-<<
-/D [266 0 R /XYZ 133.768 328.666 null]
->>
-endobj
-270 0 obj
-<<
-/D [266 0 R /XYZ 133.768 283.72 null]
->>
-endobj
-271 0 obj
-<<
-/D [266 0 R /XYZ 133.768 251.839 null]
->>
-endobj
-272 0 obj
-<<
-/D [266 0 R /XYZ 133.768 219.751 null]
->>
-endobj
-273 0 obj
-<<
-/D [266 0 R /XYZ 133.768 176.123 null]
->>
-endobj
-265 0 obj
-<<
-/Font << /F47 236 0 R /F53 241 0 R /F50 235 0 R /F28 175 0 R /F44 176 0 R /F54 239 0 R /F48 238 0 R /F41 240 0 R /F56 179 0 R /F59 217 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-278 0 obj
-<<
-/Length 2365
-/Filter /FlateDecode
->>
-stream
-xˎ6>_
-ڱ!$UK2r bLÓ6"E%hf-F{ְՐs<Qp\Y@a|~>c&r;qEw ;(軎Q.@,哘MՏ5" vWlpYĐ}Q(b14 fyg8P#$еf4f/8J31~}]N}\W" ]7V9) cR`rs$2!dK"F0 $_
-?blxnUa"U&͖9 `//I>og(!d=4;{.\0nv9j6TjVN8{m
-X^
-
-
-2Y
--L qUWx oK{"v opf#/Y
-Jt- b"{12 G5JRSDV( QW Uc ٔ:Z4Q3Ob
-Jkja(Pcy2 ?$46T[:`(]=sK
-endstream
-endobj
-277 0 obj
-<<
-/Type /Page
-/Contents 278 0 R
-/Resources 276 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
-/Annots [ 274 0 R 275 0 R ]
->>
-endobj
-274 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [463.753 317.115 478.476 327.908]
-/A << /S /GoTo /D (table.1.1) >>
->>
-endobj
-275 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [432.491 199.107 447.213 209.899]
-/A << /S /GoTo /D (section.1.1) >>
->>
-endobj
-279 0 obj
-<<
-/D [277 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-18 0 obj
-<<
-/D [277 0 R /XYZ 133.768 362.404 null]
->>
-endobj
-22 0 obj
-<<
-/D [277 0 R /XYZ 133.768 256.35 null]
->>
-endobj
-276 0 obj
-<<
-/Font << /F28 175 0 R /F57 180 0 R /F44 176 0 R /F45 178 0 R /F43 174 0 R /F53 241 0 R /F59 217 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-283 0 obj
-<<
-/Length 1055
-/Filter /FlateDecode
->>
-stream
-xWˎ6++F%uS@[4]D{3Ke$A]${( ~[ ן_yhr8DD Rn=^jkPa?^ݙM^tjӹ鋺ꂏ˷\<,!&tIB-$J"iZ"!#¸E?LZZ"L$$'GD(> 6OAȓ>1~j.L
-qi
-!Qu:l<T
-D}t֕q2muݺG]V1҄ӰUݧ6ܔj~WDHؘLsʅ 0ڨ#.-! a_[S96@E8m }*z'`3;}ha wf@CM P򯚴&k&Rf Pϐ=`o9jTo(ǚ *<z]xF#0>2C),wצnnοm6lFֶ }/.
-stjT)0kXCx9#1+p0Kq/4ʢڏH*}vwrvo>moK\=qk4\<;̒iZy[% ŀjLDe[X3̕?S? (Ɖ&3*y8ħ1@$Yhfzb;km~Bc0iޢKӽUof1~qYaCeuYS|lG$rkfNxM\Y=hՖa(}~bN㸈ӈ!(W~D<>)g'<4"HA>tvJD/J?v}}ۛ!9 *0qY4^_vSPJ(N; M?
-
-endstream
-endobj
-282 0 obj
-<<
-/Type /Page
-/Contents 283 0 R
-/Resources 281 0 R
-/MediaBox [0 0 612 792]
-/Parent 255 0 R
->>
-endobj
-284 0 obj
-<<
-/D [282 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-280 0 obj
-<<
-/D [282 0 R /XYZ 273.702 572.181 null]
->>
-endobj
-281 0 obj
-<<
-/Font << /F28 175 0 R /F46 285 0 R /F69 286 0 R /F72 287 0 R /F70 288 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-291 0 obj
-<<
-/Length 2013
-/Filter /FlateDecode
->>
-stream
-xYKFϯ"N`w1dDYH"R{~54}QjCFp㿔8%Zs=3&1frVMo|!ïq$l!L e!NYe[U.b.\kߙnEq#Ns+F,UqoOfVV]~v@ԩe]׺*C{H:ǹҳ|{CO%DA5۱Y>˓sڴOzZ<zƈS L!fLj{?>ngoM,-͙"YX[`kE ۀ {jbd7|96)\&%Tly|
-8"^]%6 ¨%Fp7e2A_1N
-ljz
-ܔ b88}p:9%=Y+X")WI,X5 ,,툔bǔE! p#N$
-я!DK"քk7AxKrI Y"ANê9 XJ\8|&K9QC39)]^bߺ>ސy 
-ŮCNI9LؔInSTM/*Xw 8Bs b.]PQDڞdβ"Q!U JmY@{YM]ߩ]k`焊<OR H!::{ty>v)JmJ04?v?SF
-ш)>ާ/e nwɭjݹY05&1ST54i焉^ݧ1"D߂Y|ds4"
-ڴg+#bLo1@Ox,a PM.i={7 &FQыu|eݘ$`vdkYI?Ƭ>l!uƪ*н
-P1, |D̯#ba7  r.Ƈjb$Maq،^MOnz%05c
-|T‘:]hF@.08IDў;ljLJ^Ƨ¨ w)0C4͞^/$2磱LOU:2j=<y<CfU2?^cŚC+8(M[ݗ}WDYf7MckYߴ!Z<ZQxiҴhfⰎ[{oU=pfMۺiSVرesԖ*,M@Ӧn!E]p;+_1O$Prt!k=) ~V_޲/<~~e'@)yv_+EH`?vБTk(TF&m$
-j+\<IV:b<Q B Uz崱 Z#(K8;PM,q by(<܃y 6C ŧ|ߦލ'`rwPi>/xˏvD8
-_y^ZF[ Eu0XhvOejU.˼)B SĥzcU~̟iH|ۤ1OPw ! ,f
-endstream
-endobj
-290 0 obj
-<<
-/Type /Page
-/Contents 291 0 R
-/Resources 289 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
->>
-endobj
-292 0 obj
-<<
-/D [290 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-26 0 obj
-<<
-/D [290 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-289 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F47 236 0 R /F48 238 0 R /F49 293 0 R /F44 176 0 R /F57 180 0 R /F53 241 0 R /F50 235 0 R /F54 239 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-297 0 obj
-<<
-/Length 1925
-/Filter /FlateDecode
->>
-stream
-xZs4~_pFoKe: 71C_^gp'4VNBz\8JVj[tg4.^s3jGڌJ jt=$?o-r<HY}j2)BḴRI1Od^f̒n&[A+LS,_mͶYճWoaCƈUAfY9m@F8&he5nkJB)e"CISՉot;vk){Ca_Z%%E0!6of3M_\xJg+v{-*'sAw]-&N U,2̈́)IP1$  gXq焉W Rp&ᑹ"l?mmyo+42 &LL!C]M ܊MONeh+*d*?-&e5Ns9[FMu>Ytg%fw/cF[B3?1gD54?h,j?jx
-![2Ii34ؕm9uM
-eYab #gPЕg[ v:ùxZ|5t]e)
-E9uUg0d׋|S2݈~t;}Cu>aBPvA MEuΕ+ޡ.K? A2||<ʅ
-x}([ͪu5NP uC뮻:mN7f ,? DhHnGR%@`Z +Eـ!sh`8Գ 9`:u} W<J9XڇcÜȃ9K[0؟HOr Zh(s҉C#t/ʏ1`(SCqODxl
-#=Iߤ1}("6N4Tp+ (,fy r00u9ǩ?2f +W:r-b&2B=oHTiUC՝2/ci!Ap)BJHi9f_]|AI,,!"t4] :wA 3zkwԡj!MoI 6b$HZGL
-T݃d.oZ-1m^)R<F1o$]sl,Ol GmVOM]exrby2&<,M+m9()oa1WxyDK2=XCc"ёjG2wlkyϪ*te:[c-+35X cF5a_rbxAW|xݓ{ϱ[VC&jR⋢i!ٳO,bw*qE¬s)FdpQK? HӃX[.'nnaEކ|5zdL,=\71˃35́x>jr. [;TK\(D~A}I8w2̨8Hѝ.` ӆ 2=ȐX=MWiR>2 _#k/D?^E3( _x=Y4%/4=Ꭾ&Ny8 g23,}gL{$xd9q~9sqlIU{qs2Ɨ&>doXn%هA?zk2Dï%ڢ8>{@ziJEڞX
-endstream
-endobj
-296 0 obj
-<<
-/Type /Page
-/Contents 297 0 R
-/Resources 295 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
->>
-endobj
-298 0 obj
-<<
-/D [296 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-295 0 obj
-<<
-/Font << /F28 175 0 R /F57 180 0 R /F44 176 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-303 0 obj
-<<
-/Length 2576
-/Filter /FlateDecode
->>
-stream
-xZs_{*u|e4$fʓ(=tI*'X$e*vy~A.h[ş77W_~"cY*n!aL*.nB+m}-kg]4ɧpƇ!|O׊5g͟a;;Nj255"IwYO'>YKnY"cX"\+<l+-@@R=VLM_K@R[RJ&"ol̬!4t\䫹E$0&*YF1gMOifJIcܫ;cAHJ={K<E%0)4ؠ G/.x|dJW,VC'Zݗl3c&3~31M_PxlMjgT0Ϗcc?W8t ulYghN%LqYq&$z F$?vyn(ڦ|ug1t24+6sK-HZ£kga'ʝwx lhvat)]?5ۂc~?j$?dx.*ND s$y,zIfW7҈jAjfՆ SRi3˖֣
- c|pM}<SyG+wu`o#659ϩ f$.@22`>ot[Tm|d{ d6ƦM=T񽟖$
-0je*sJMg*6h/ꪺZUXgRTAQLx$ Ab 'bpۃdmO:.PN9 ~AC <j_h3@czQ\[5E)EKy#:zGW--<!t)$ V
-G
-\ 4dV9k 7outgޡ5.&gL cLֻw63A O2ˌW.6۹GU5w
-ٔT @mzr)n;<0A,[qxNEҭ0%wP>|wb3-ģ
-6*DXDG=ssJFȝ}w C@ ~
-~q
-˻H]|(|<$^\ k
-Hs/|:mp ’X
-@|f?H]tPk"e`3:7ރD
-endstream
-endobj
-302 0 obj
-<<
-/Type /Page
-/Contents 303 0 R
-/Resources 301 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
-/Annots [ 299 0 R ]
->>
-endobj
-299 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [297.336 399.312 303.798 411.802]
-/A << /S /GoTo /D (Hfootnote.2) >>
->>
-endobj
-304 0 obj
-<<
-/D [302 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-30 0 obj
-<<
-/D [302 0 R /XYZ 133.768 511.916 null]
->>
-endobj
-305 0 obj
-<<
-/D [302 0 R /XYZ 133.768 161.927 null]
->>
-endobj
-306 0 obj
-<<
-/D [302 0 R /XYZ 149.011 128.717 null]
->>
-endobj
-301 0 obj
-<<
-/Font << /F44 176 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F28 175 0 R /F59 217 0 R /F60 218 0 R /F57 180 0 R /F51 237 0 R /F56 179 0 R /F66 247 0 R /F65 249 0 R /F36 307 0 R /F33 308 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-313 0 obj
-<<
-/Length 2476
-/Filter /FlateDecode
->>
-stream
-xr۸_ҍp;~hg;ݸOe(JC6I%d{
-#y-ªmGG*׽0J=`Mޔ9W*}hKf |B<
-(h-iWf
-yՎC Ѡ*8:V`'A]I/\dDҤ]'~; Y@J<*K<9٤@!na@/PJVƟtz6 ow&"E
-l?c8Ky].urKޗ
-:~L:@cSC ^6[ha&pOhTUX3%dFX2mDf2m!d
-զO"@ ^Ic˘.i'ppnX
-, jJ<ꇘX-(:i[b)]
-CƙKf&I;E#;
-sMU3r 'YȤ'ٍ~`0VvLBzaSË/@A J; 1k oezNPj4?kE Af!-̤0dCKJ 廘_"b
-0jhPzHZ>@LW?tt϶\oĜ?~vb$V8b.JJxЕcEknlp
-L}iU'aB@}Hҳh،,#a?#s@#DmO -p_á "ZF8v ( r e
-D 
-xYJ!ec-$'BG_(>|_G\{_o?_q"3P'?~n_t%=ǐ|]x(P_2^rz1T3cOqXX7׌߄X&Sc|9(GQ'HŽl"*c6(3m +6EM[a6"H &Ԉۃ
-=9PgX&~ĴkAG<
- F`jk9ۺ']]^qpLH³Oފ/{v+wk~~rV;9?se﨔Sd\ 1z]~QB ȨUTl6
-k
-4Y
-endstream
-endobj
-312 0 obj
-<<
-/Type /Page
-/Contents 313 0 R
-/Resources 311 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
-/Annots [ 300 0 R 309 0 R 310 0 R ]
->>
-endobj
-300 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [291.407 622.421 306.129 633.214]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-309 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [149.423 493.166 164.145 503.959]
-/A << /S /GoTo /D (section.1.1) >>
->>
-endobj
-310 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [283.26 120.142 297.982 130.99]
-/A << /S /GoTo /D (table.1.1) >>
->>
-endobj
-314 0 obj
-<<
-/D [312 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-315 0 obj
-<<
-/D [312 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-34 0 obj
-<<
-/D [312 0 R /XYZ 133.768 609.477 null]
->>
-endobj
-38 0 obj
-<<
-/D [312 0 R /XYZ 133.768 221.062 null]
->>
-endobj
-42 0 obj
-<<
-/D [312 0 R /XYZ 133.768 165.43 null]
->>
-endobj
-311 0 obj
-<<
-/Font << /F28 175 0 R /F44 176 0 R /F59 217 0 R /F60 218 0 R /F50 235 0 R /F47 236 0 R /F51 237 0 R /F54 239 0 R /F48 238 0 R /F41 240 0 R /F53 241 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-319 0 obj
-<<
-/Length 2098
-/Filter /FlateDecode
->>
-stream
-xڭXݏ6_k_[.mtط(6֝,m%ٻA33L/p8!<lW<?ݽzVM
-#JfLtswؼOٵmW;x8n2m-
- =lON[%nR$ݩT['}ʏD-kV$*>qmqC6 NV"eZۗ~-WuĶ nɱiea]y~}j)+8pGZ~<#VO%\kraP]mѹ4Lr9v\nEN0jX&PJyD'A;G4z0DiͲbp-OB ӯ|ݥ2MwGTӳ|tk_?[!oaSq6W.p[ZxBb2"ȱLj 62"*-Hw0=[XŠnXw*?Wm bdf~QKtO&>A\@̏mspgL@.xSLgYPt$WwɍZ8M8 s39xc!R|flX~0`yU[gIo{HJGIc^,o!b F?? E߬bڡObr/ cдRsq셸9,Ub *o;9O@u75!{
-LALM<\w.|EiaB3R*yT*XHp)B9 ;q&݃M ZAJA
-1֑{ z51
->5cH%T4R&~ 1F zSKot$0/JItWqۅf}" |}J 렝 Whe}V0YDV/E Ά~3U kx |%ږ@- _GgCyetnj= nx%d9XGclN?8 {ʠ@Դkrr{
-vTQ""bMP&˻hq(1УcǓ*򎤓KOGak”)5M"#V.XC ~]cZy 3Kelelxʩ6N6_P1bܽo3V SW%޴t̼YBUq[eE6ޤ<ϏȲZGrb@1~
-BC)y"TY *
-endstream
-endobj
-318 0 obj
-<<
-/Type /Page
-/Contents 319 0 R
-/Resources 317 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
-/Annots [ 316 0 R ]
->>
-endobj
-316 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [243.883 364.881 258.605 373.736]
-/A << /S /GoTo /D (table.2.1) >>
->>
-endobj
-320 0 obj
-<<
-/D [318 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-46 0 obj
-<<
-/D [318 0 R /XYZ 133.768 408.232 null]
->>
-endobj
-321 0 obj
-<<
-/D [318 0 R /XYZ 133.768 351.936 null]
->>
-endobj
-317 0 obj
-<<
-/Font << /F44 176 0 R /F28 175 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F57 180 0 R /F59 217 0 R /F60 218 0 R /F43 174 0 R /F77 322 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-326 0 obj
-<<
-/Length 2378
-/Filter /FlateDecode
->>
-stream
-xn]_B9v (胬jw%K$גk{̐K$;NV̹9snsnKf?'_ή25dZQ"X]܈ݺ"]// wM{~s`d qeBֻ_{זC'_g 4cӂ+3-
-B9Va猒كeH"5 /gL
-
-+k|:_r= iRHcR5ϒmTjb )Sx|s
-C%YtIނ_)':쭛b!'͵.
-".0QVL͢4quA Uw>*2 ,FKL39.Dj)4b o@u
-ɇ>H<@H$^0 G
-Y`P> 邁8♫ GLS ^& f^$
-y-Ȯ_3ޭ/?'\ :g^|)F"q+7&>)hSS cHX/zEZHZocf{ k QJ44]~*OVNJX
-J c0+ aoŋ})ewT@ )ИTϤxgͰ 1wm U>ΰ^A]@=Hw0w/Ǫ;0epvno5av˰J~%=2rUHG K] I+,,æJppR2 |.|rTp=N_gQ3=ɨ=Ƞ҆*5IxpG?fM"'¢I0OE1\X,x9m!pХ3 O'
-endstream
-endobj
-325 0 obj
-<<
-/Type /Page
-/Contents 326 0 R
-/Resources 324 0 R
-/MediaBox [0 0 612 792]
-/Parent 294 0 R
->>
-endobj
-327 0 obj
-<<
-/D [325 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-323 0 obj
-<<
-/D [325 0 R /XYZ 273.77 662.272 null]
->>
-endobj
-330 0 obj
-<<
-/D [325 0 R /XYZ 133.768 402.776 null]
->>
-endobj
-331 0 obj
-<<
-/D [325 0 R /XYZ 133.768 176.184 null]
->>
-endobj
-324 0 obj
-<<
-/Font << /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F78 328 0 R /F71 329 0 R /F77 322 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F54 239 0 R /F43 174 0 R /F48 238 0 R /F83 332 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-335 0 obj
-<<
-/Length 1858
-/Filter /FlateDecode
->>
-stream
-xڽXKFWHV$;{a1!CncbU]_}UM[տ_ 7ׯk |u[)WpB]dzˮӡ뛡y]}y?߿LF[eO%rfcƆahw=utZ3(A$J F)'_Ok Dgɺ>m ت5t4 v!aJaJO{^Q*R]fٽ,2~ IG
-Q!WLIڄ:ȂgN<`oVI2<|
-:Ǻb}}+EFn]ujrp]0Y
-8%kl1[cJ
-׸Tet#>WMIo+>7b| 'hA]"%rE~g; >u8DŽ\AR8:ڦfnR 0ĕTD:!e*FBIl1UKUFa&L
-W30E°CT7R.6#ƀ ҌJ1"@i+ާv1K~E)ƂyU7+o_ʈm8mXSm
--z@.l`pWKW>
-1/&ZϾ@pR ID
-;xPvKrgQrz0;<[p1q^rrОyA|)E1 Ǻ`Z8KPN\n(<ŏ9۵3*!gFf+$G 6AG|yss?p) 2}rV|+Ѿ 6ViVa$OM!*[̣7N#xՎ aJkxkaּyGϘ`Sd@JS d
-
-hg";ޕ Z
-!:KWhpA utA,gε(FJ&q
-ѹp*Tr0S3܈'*hEsj$.ݜ_H)N)LgcpyY:!<uw%["$xY_t!9DlN)̆).* ;͚>b lP!O!m˻9o`u ݰ _YMۤ-87Tտ'+ `_vB;O͡w( . !^/"y?`!9>/f?Wï'}r=4ịT6G*2{cbl(
-y>c},.}h{7R#(Ǣ~He7*Ro+_IWC8pq9.3Q1vo>]^?_AFZJ 񛶻5g1<T-Hc%3*Ku
-endstream
-endobj
-334 0 obj
-<<
-/Type /Page
-/Contents 335 0 R
-/Resources 333 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
->>
-endobj
-336 0 obj
-<<
-/D [334 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-337 0 obj
-<<
-/D [334 0 R /XYZ 133.768 619.805 null]
->>
-endobj
-338 0 obj
-<<
-/D [334 0 R /XYZ 133.768 495.943 null]
->>
-endobj
-339 0 obj
-<<
-/D [334 0 R /XYZ 133.768 385.142 null]
->>
-endobj
-333 0 obj
-<<
-/Font << /F44 176 0 R /F28 175 0 R /F43 174 0 R /F47 236 0 R /F57 180 0 R /F60 218 0 R /F45 178 0 R /F53 241 0 R /F81 340 0 R /F50 235 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-345 0 obj
-<<
-/Length 2381
-/Filter /FlateDecode
->>
-stream
-xYo _y:mkͷ)p&i*+96v/9}Y}XGr7W߿&cvsXbӍ5 l͛_eԂ2fi&IX&Θ(oc%{"^,#c'3cqFQLdeb)%l,%Xm+ML,?HL.M`iL΢xTHt>YJQ*gbaJ;;s2MBG/0) ˌ9ǎe<2>tc4~th*Āsrc&f7~X2(ɆJeIHb)I*- Ji[p: SDD2‡MgdPsx^P!̚<9U1'EK/K!pʥ0&}66RG?ȖG2#zs"oLW 7QQle ]>}L+d|vo9JcDiZCmCU{R4[)Pf${<wiTu%lT|ɅIj@;Խb삃v؂)Mw+G5vy1qFKyxK~˓Ttם_^wޡhn>_'3ȓY.)8K₿/"h=ǾngWΞB@e'1UKcow}ȍK7>Ty
-3NRJO7ysMvq?Jʬx xZ>NڦS@(џ逞w/Pss>f)*+m4$MqxoJ؄g w
-|Eeq-مnDOC(t )D, Y
-q-.zr-~QyIVгn,sϳ e{&y}Nyl7c_=ʹȀR~?T)Lkma&Tx]V
-ưhr#Uʋz<$d)9_ "S-$k 1
-KGH쉢#`AV$!n=ӻF() @;Ol ]]*
-HnnuҿKiCFlC_zAG:nBb;k
-endstream
-endobj
-344 0 obj
-<<
-/Type /Page
-/Contents 345 0 R
-/Resources 343 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
-/Annots [ 342 0 R ]
->>
-endobj
-342 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [248.101 338.037 262.823 348.83]
-/A << /S /GoTo /D (table.2.2) >>
->>
-endobj
-346 0 obj
-<<
-/D [344 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-50 0 obj
-<<
-/D [344 0 R /XYZ 133.768 466.458 null]
->>
-endobj
-347 0 obj
-<<
-/D [344 0 R /XYZ 359.076 425.736 null]
->>
-endobj
-54 0 obj
-<<
-/D [344 0 R /XYZ 133.768 263.691 null]
->>
-endobj
-343 0 obj
-<<
-/Font << /F47 236 0 R /F53 241 0 R /F50 235 0 R /F28 175 0 R /F44 176 0 R /F59 217 0 R /F46 285 0 R /F69 286 0 R /F56 179 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-350 0 obj
-<<
-/Length 1484
-/Filter /FlateDecode
->>
-stream
-xXK6WhO57{hHnE}.P-V* 9,٬w}\LR&= I&?h.gqd$\'M„ FD+CPrܦ~=_`c4u]ѶCMk2_(FۓOc}[@snOhao[wRɂ1 /LȼY~;QRh#~+hK['Yrb|MZP%\3M޸M@kr~\4EVń[7GvG OեT^Cz=YvܯC[ɝL߀ k>IAWDKsIμC7ȹUFS9KWEDuF%z7$3m҄e*$bd3gi)!%Z(bNVMdl!Uϳ0&R<#6C<WiԤ+XDɌ(9xRM zrJ w
-Z4rDž[TjFy¡~2Fdps\ۂB"sI04qIV@ yٕڻRr&T uE
-Op#1zQ
-`BhDbI2^jU=)։YݫA>Q"C$yo*TOѢKb8zZ&WnEF8]p vdn0mQȻ?[_??}}v3y5f.N-ܸ XJLrbS%Rr߄b<?6?S&!Z1B
-ȣB}. J7HM/#^E"*_\EZe1!Nbk(g+SL>/VL,dD̉\ =T}Bڟ"(Y"C²)lz>j#0t
-<\O4'эA9;|.1 2P[aܐ4ɕ
-endstream
-endobj
-349 0 obj
-<<
-/Type /Page
-/Contents 350 0 R
-/Resources 348 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
->>
-endobj
-351 0 obj
-<<
-/D [349 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-348 0 obj
-<<
-/Font << /F28 175 0 R /F44 176 0 R /F53 241 0 R /F47 236 0 R /F48 238 0 R /F50 235 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-354 0 obj
-<<
-/Length 2259
-/Filter /FlateDecode
->>
-stream
-xYo߿8tD!C͡}j޲9@H,xo{g8goo(pf82Z<._Dwo~x8jq]0!$ yX,?SkWHR\=B0 ϢE P3I+MQ=}P360vov[G3^xiM3!ul\E1bQW(QJrK^>quۡJPi1x-t42#5yo*Zo[wU$%ҜXBPh>Zi+#--{Ty"ca`Bk'le7=T붨k>EK_U&34SW&
-TۊFMm벴!1=dFA{~g:&,|ع
-WcvrO ^݈O7у3D2Zsrޛa
-u*g܆DlcBW!¸sSޛ{>t"h:YF>YFT#nɗTaKȎ0i`ڻʻHq'0F|ٴپ76ǖ ?J{R
-=x`ۖnIRh]z^,瀒c
-2>10SaɳΛ켟ǝνahH荝
-jP,Zx&`9I'ldY
-endstream
-endobj
-353 0 obj
-<<
-/Type /Page
-/Contents 354 0 R
-/Resources 352 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
->>
-endobj
-355 0 obj
-<<
-/D [353 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-58 0 obj
-<<
-/D [353 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-352 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F44 176 0 R /F28 175 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-359 0 obj
-<<
-/Length 3369
-/Filter /FlateDecode
->>
-stream
-xZo$ _0Fn}K h 1Ї+0ޝٝqvfm_%Eͧg_sA
- 뇹3Fzƥ쫶kiKcb*|bZ~cbYMQmXHi{Տ{ǥI֪DXw[Ď[b{q}]ŵWk2_`ǒE
-Li+qwZ+rmibfJ}C H\knݩtUScMg0OUꦣ1|*džJ1.GMƖg5UbOc"s'#vR(D_b5ڲ8np[PЇSq!U/Hl־ e`5N:򀽑^g |0f'׾)ڒ.Pt(&uZ3 =Նu%5Ӟ8rqVhy ?լ1 mq}a.<Ht)-[*th`SL6{ pTX);jutlTlEWm"WzInLϼ bT0?yb'\b^e5 R+#sdb%ÌQ_JP.jIl q*aT!oh3R(62<
-)DԅcfkuЏ
-=p£]XsCADox
-0vpU†UT 5Mydo{'5@33v$µHz/Et(.
-  q Zmء0A%Wre< S2-Oh#||TMc%icajP%'<162={XAӥ9`1E7VPS$Q(6TC{pgyWQ90YNHo
-=@p% yv;|#kboޅ4d9 <Z .4M_z@#ބȂ^k8tu VlS[Ɓ}k5Fjo:Rs2h 6Z j 2Q|Wm2S@Tɥ5
-؉짔 E  TIi.R`HQ<I!"F&Rp#, c68RDy,e,_EG£!GKr3uS\e!1z/3ZF<c ))''YHf +eáhbYo:6} wJEKqqD?8.ߜ)ȶ,P](-:<BPa/
-Mq}FM{>O%^Ώwv=0M%#|N%Z<y
-lbꛀS^TH}:ADG^rƥ|*5bz3tH4 s]9f0%mdJAiwlQ3HcWT,cQ D iA%vt&a9_G,ew -Au[
-V򜰧uӻ6i>}.k1t>;&OA`L@$v"zL (s6wFQunHVJ2ȘՇM49%~32G'!fģ8Q ~r̋QS} o޺$1=Stsq"d3<*֫ }ӄ
-^&厍٤;fgMYrbC4VnA:j ! =Bv/~`|~) _m?pS>~E1g"g)0<gd|o]:+!f$Y 9#yMe$=A~ǟ('l>cI-ec mаڧ7uwQo91]xFv
-u+.+@S-'6EF%gp<u){
-@87 T
-
-endstream
-endobj
-358 0 obj
-<<
-/Type /Page
-/Contents 359 0 R
-/Resources 357 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
-/Annots [ 356 0 R ]
->>
-endobj
-356 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [153.609 189.03 168.331 200.986]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-360 0 obj
-<<
-/D [358 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-62 0 obj
-<<
-/D [358 0 R /XYZ 133.768 630.267 null]
->>
-endobj
-66 0 obj
-<<
-/D [358 0 R /XYZ 133.768 279.853 null]
->>
-endobj
-357 0 obj
-<<
-/Font << /F28 175 0 R /F57 180 0 R /F50 235 0 R /F59 217 0 R /F44 176 0 R /F47 236 0 R /F53 241 0 R /F48 238 0 R /F51 237 0 R /F45 178 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-363 0 obj
-<<
-/Length 3856
-/Filter /FlateDecode
->>
-stream
-x[Yo6~_o+#cH" $d7y 1
-fEO޻jh5uY,qrE '8p湟 ?9ߓ)Lr45)w4xbSR1+}MɳbsH[;KT{\QR)0Yc@)[bm@{rXSL:;U#.)d^"%8B3.'\V)Czc~
-K$<
-8$;̈́p\\ D,M~WuU
- ^Qȉrl>G30cUF4/B9zGUPa[:ϕSY\WS5Db ٯ(af6"=w054F)aCrf,q ӫ
-!LnԥOsuHv#TS%u1Y!DȾB岤
-V
-I5:J <wD62!PJstVϐ\MT%9V)}A%
-`֊smYuJ
-J%HC1YO #D15j1E-xvK,
-B=ǒ;Sc+
-/
-M'C^ 8})/4gb*'o#ln) 
-m;r-$}f#@k}K|0Ÿ߇,GXΤ\9 )7In?cDl|4BiXQl\'j2RЌw}D
-%Jҡf(8(A1챏,|K>m(<YI|6o\
-؟ǐ,$0BGaeH\;
-,PcWJ\6r4El9%̋Z1zߡ7M$jΏ>)Py ??m Zʐj_`P
-#A(火muO n0<<oyTp@6 z:Kd.<vMWÌӏ (a܏>}}wNG}ȳ Rm"{tG;e_pb/q zJg㏾"¢FN }U} -'y?
-endstream
-endobj
-362 0 obj
-<<
-/Type /Page
-/Contents 363 0 R
-/Resources 361 0 R
-/MediaBox [0 0 612 792]
-/Parent 341 0 R
->>
-endobj
-364 0 obj
-<<
-/D [362 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-365 0 obj
-<<
-/D [362 0 R /XYZ 133.768 267.212 null]
->>
-endobj
-361 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F48 238 0 R /F51 237 0 R /F57 180 0 R /F53 241 0 R /F45 178 0 R /F44 176 0 R /F43 174 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-369 0 obj
-<<
-/Length 2955
-/Filter /FlateDecode
->>
-stream
-xڽYKo#7W(mH _Mv'awa"mKm[^i<6 d$z `lb_fG?o(gft~=:cVȑI-*GɏgJ6D*j,.ǔ֦J[tgh۟S!Xf9Q&="l,Fh DFVe1Ō0~
-dTDhқ=n ݌N@Ŏ$&Նl/d Xfu{^7DPLR8a  c9IO$IdɬXz][d_QeFGDӿi˥v'֖)CsfA|:9qlM]g)ԁ_O-)ս ;ZL= Ku:h5TDj<1b=iKi1b4 Tq5(W5 4sU#(vLIx
-2ɪRIcbg 9w^@.u?Է@Brc'?ۂvO bu9+wZ,a`[RKˢ!*J%zWc={3NN%=՛LX<|ӽh~B0n6 L}m* !NHs/~V]+2r>}M]c*(֯jX/X,we_{k'RBSO;
-yk=bԡRJSK֋:rA JyK0[W,LLWUNΙM7\N'$GS˾/YfR\l<LmV+J  -w_,rI7*פ*n
-UCWl9ڻq71헵oۢ
-jr \{\]jr"]KUm]uHG-։!O\sgM|y6<E}KKM#o 50p0. Kh0Yr {/S=YWeIk :6)|e!d.ʷ]ǯpFm 5Yw8M.i`n;Wxsc6;eHx][-kvS'bPoRc] p/EƷ a
-#yls _%G
-챽b[浢ZZILDZ!L/klCyRү0UbmdCMdžj2R6~+h
-e.&DlQ
-׵'}ߋ$krM'wJC܍6)9_[C΅F[">bZIFGaysJ^;."9"n1&{/Hj#^J:(Mh_F/YÀxW_ğR޾?z㷀&Ca 7ep3HR;<b˦t]Ldaz=qu5@LaSMzhGؾ󫛩x5V!qw
-5ĥW6uρ]--IQyQ^x;eiLzO'i߹ U1"7UT$_,{-j^uUyS5m b*j*3TS<r ܓy&{y}a;
-endstream
-endobj
-368 0 obj
-<<
-/Type /Page
-/Contents 369 0 R
-/Resources 367 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
-/Annots [ 366 0 R ]
->>
-endobj
-366 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [231.271 549.427 261.491 560.22]
-/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
->>
-endobj
-370 0 obj
-<<
-/D [368 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-70 0 obj
-<<
-/D [368 0 R /XYZ 133.768 535.75 null]
->>
-endobj
-74 0 obj
-<<
-/D [368 0 R /XYZ 133.768 357.949 null]
->>
-endobj
-78 0 obj
-<<
-/D [368 0 R /XYZ 133.768 304.595 null]
->>
-endobj
-367 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F48 238 0 R /F53 241 0 R /F54 239 0 R /F44 176 0 R /F59 217 0 R /F60 218 0 R /F57 180 0 R /F41 240 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-376 0 obj
-<<
-/Length 1951
-/Filter /FlateDecode
->>
-stream
-xYKo6W(@bb -CQP8ծ+n`w̍] "(r4|3F*Og_\~+MLs].#&1:2 ].x:[%z4%VU'PBy%'z{˺n0JiL$BMVSJ+IӸhr7=5rSAў(3u0I2)]:o7 Q>g7 WڛC t>:@NyVhґu Dh0ZiB^G+5A>+HܲO3ExHA8zd.$/ 1+Gv4LRTvGz'|ֲX´ A*=>$ԣ$!ȴhP טiHʄDF)
-0BxQu><&vKn;U )>%pŋbj*mɲv=L[LX]swūunl2I$uQNězMj
-FO
-C\ f. :
-t8mYܹۉɪgk߽ܺUD Rma Z^x^a'xQ) /Ѩq_w\47~})`tC> 6y*6;r% f$|r;Z+/7wxTG[{k6ǵ;j3IѤKE
-U
-GhlW% `h>k|?0)xobF*!sx&qjgwJ}9eRO(3OLAy07OP짞o 1(\%"Ly<j̟/
-A3PrFF
-endstream
-endobj
-375 0 obj
-<<
-/Type /Page
-/Contents 376 0 R
-/Resources 374 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
->>
-endobj
-377 0 obj
-<<
-/D [375 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-378 0 obj
-<<
-/D [375 0 R /XYZ 133.768 524.839 null]
->>
-endobj
-374 0 obj
-<<
-/Font << /F47 236 0 R /F53 241 0 R /F28 175 0 R /F50 235 0 R /F43 174 0 R /F57 180 0 R /F44 176 0 R /F41 240 0 R /F48 238 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-383 0 obj
-<<
-/Length 2178
-/Filter /FlateDecode
->>
-stream
-xڕYKs6WpOMo:[8Ta׺Y
-5CI̐
-ɑFOAr
- ' }5d$d%Wk;H<ѹ*G&4/bIV$& /RiulwBJ (e+x/,_ӂ.}ώYndTHY]m_cJa1r
-Ѱ$ b7L#42 .WK3SlTR
-2(#Ԝ
-HՔo2r:)a0sUvͭg) <Jd@|}od@
-endstream
-endobj
-382 0 obj
-<<
-/Type /Page
-/Contents 383 0 R
-/Resources 381 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
-/Annots [ 373 0 R 379 0 R 380 0 R ]
->>
-endobj
-373 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [176.947 463.985 207.167 474.778]
-/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
->>
-endobj
-379 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [160.169 407.69 174.892 416.545]
-/A << /S /GoTo /D (table.3.1) >>
->>
-endobj
-380 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.594 201.616 160.065 212.409]
-/A << /S /GoTo /D (subsection.3.1.1) >>
->>
-endobj
-384 0 obj
-<<
-/D [382 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-385 0 obj
-<<
-/D [382 0 R /XYZ 279.001 662.272 null]
->>
-endobj
-82 0 obj
-<<
-/D [382 0 R /XYZ 133.768 451.041 null]
->>
-endobj
-386 0 obj
-<<
-/D [382 0 R /XYZ 133.768 394.745 null]
->>
-endobj
-387 0 obj
-<<
-/D [382 0 R /XYZ 133.768 256.313 null]
->>
-endobj
-381 0 obj
-<<
-/Font << /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F72 287 0 R /F70 288 0 R /F78 328 0 R /F71 329 0 R /F53 241 0 R /F47 236 0 R /F50 235 0 R /F59 217 0 R /F60 218 0 R /F43 174 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-390 0 obj
-<<
-/Length 3303
-/Filter /FlateDecode
->>
-stream
-xZob nzˈ/J p&@7AtZ[Vr%9]r'҈!"Z,r.ξ~#"ei,na X'LH..Vk)2exy7+t&'meGoJˬ<8uիH59A}V0}WWn*ϷŚ+*ORƱ˷0|Bަ1*[<oz[\Uf~&C"늺7C=1,fI*`,"lHXޖn%Q=:fI$kA^~$341TḧfynF &41,g/{K|!Rxg22*Zl,-~KrNC"HOy6EHy K3D S ))t<wVi- ۜrEmˏ<eG,IXZoJ`\6TƦޯ֊'d@>:zMVT9
-)fّ2#UQl$RL.=o# z͊mg/<z&eF
-1#أ`2QzG-9CG}P_A-UHR3-M2`_M&‡\EYWq-XW
-|
-2z75;=s,'
- i?C-bau1t:3LGC u(!3M}韀 Ӭꉻ3c94Gvw؅;<$R TS0Ko%!(C=~Sj7suvFxH+>_\3 .`%l(ag=:6U~ƆŨJ
-fГB|y22}21p,-i`Y/aѠK}pP92O 9;BEx4OF*#mb'EX(
-
-wwջ//KU2Cc@ֲ$7%D"k1pn6
-]|(-nӯիE.[G!X|ϝD50Ef~vk%:o;ۓXn;\M^%@&uc.g<S /FqhR≽]m{7k3؞%`ñiwVNF퇴RKah Z&20fKr7屆
-J{Ư֢=\W2&]iT}]p4P(99""8q
-endstream
-endobj
-389 0 obj
-<<
-/Type /Page
-/Contents 390 0 R
-/Resources 388 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
->>
-endobj
-391 0 obj
-<<
-/D [389 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-372 0 obj
-<<
-/D [389 0 R /XYZ 133.768 361.687 null]
->>
-endobj
-388 0 obj
-<<
-/Font << /F28 175 0 R /F57 180 0 R /F50 235 0 R /F47 236 0 R /F48 238 0 R /F51 237 0 R /F53 241 0 R /F44 176 0 R /F43 174 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-395 0 obj
-<<
-/Length 2866
-/Filter /FlateDecode
->>
-stream
-xZo_A<~ԵC E)[%'[eq{")j8 3$&|?d,Ke:Xj$5Ie&7ɛHjU|tgR[x
-<ӤYX0I]4MYjj7客7>fNd,uXt
-案0smy w4T\F)эTuƌmO:~w0Ia-SFLfB>\47Bs,_d[Vo40j9^PXGAoMd׳TfYMsD0U:"
- zL8NnptR<5uceSҁ8M"eYotr
-P0ʌ;Ŷ89)$P>ꐀ@,X<{L{bTj]jB~By0#-8r1:47m^#&*ln}?,6eYi=!H0 CFh:-rƖ^% `QQ,"
->ߍ%G(:_^ b
-GV#y{ |!
-1~13qE *N}D9bgb K*mOQY6]q;tAw!0ac4 Xax^+<RI*' 5t⾦bp0,lA!YG<AyT)|ju߻nr[zB%Q<CFLUTp8* ߕa!+:<8:"e#<օ*`yp^wbK?8m9Ns
-٨=YV T.4>
-)}"[]zx|CMCbHc|ߊv׫b@A318=XzU[w_>JoZ!FKmB8rXY4v 
-endstream
-endobj
-394 0 obj
-<<
-/Type /Page
-/Contents 395 0 R
-/Resources 393 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
-/Annots [ 392 0 R ]
->>
-endobj
-392 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [298.506 378.652 328.726 390.607]
-/A << /S /GoTo /D (subsubsection.3.3.1.1) >>
->>
-endobj
-396 0 obj
-<<
-/D [394 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-397 0 obj
-<<
-/D [394 0 R /XYZ 133.768 197.418 null]
->>
-endobj
-393 0 obj
-<<
-/Font << /F44 176 0 R /F28 175 0 R /F50 235 0 R /F47 236 0 R /F53 241 0 R /F41 240 0 R /F48 238 0 R /F43 174 0 R /F57 180 0 R /F51 237 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-401 0 obj
-<<
-/Length 2157
-/Filter /FlateDecode
->>
-stream
-xڥXY۸~_A?0nv\}H*y]J$)R!9O7H 3}p4>~'eVv MMdMʤ26Ub?NMW]AӲ}~wKfO_LĮWR*tܭD\}Y;ZhN} F8
-T#ŔwqW e,՟26MO<a6Z$`=Qr]aUMŦ=N7Ӹk1{c
-ny_.
-sM P A&ewW61[g$Ͻ|~ϙƆxs O,y )5P
-o`Q?8@d w➶ X/]wͩ[CN(/pmv[.o 7?iXtt(G{݀XCN9A&P<[ǠMé@ g|h(|tqȠdwcn9K N K-A:MU/t^aa|)}쨏ۂy1^
-endstream
-endobj
-400 0 obj
-<<
-/Type /Page
-/Contents 401 0 R
-/Resources 399 0 R
-/MediaBox [0 0 612 792]
-/Parent 371 0 R
-/Annots [ 398 0 R ]
->>
-endobj
-398 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [248.101 243.939 262.823 254.731]
-/A << /S /GoTo /D (table.3.2) >>
->>
-endobj
-402 0 obj
-<<
-/D [400 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-403 0 obj
-<<
-/D [400 0 R /XYZ 133.768 560.107 null]
->>
-endobj
-86 0 obj
-<<
-/D [400 0 R /XYZ 133.768 372.36 null]
->>
-endobj
-404 0 obj
-<<
-/D [400 0 R /XYZ 364.306 331.637 null]
->>
-endobj
-399 0 obj
-<<
-/Font << /F44 176 0 R /F28 175 0 R /F47 236 0 R /F50 235 0 R /F53 241 0 R /F43 174 0 R /F60 218 0 R /F45 178 0 R /F57 180 0 R /F59 217 0 R /F46 285 0 R /F69 286 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-407 0 obj
-<<
-/Length 2019
-/Filter /FlateDecode
->>
-stream
-xY[o~ϯy+ީyhnѢ@9[6(t,%jK^`%[\C@΍of,Io'Y|q1cN..%% I.2mVl!NM1,mYP9s\ц_fYўZۺm3l6;G?q rᒜF@9s&5 C88t{zYUf݁J4*Ѵ
-L^M g<7aӶ)˚֚pn@QKYHҪ{فE09IO ˭tH82 Q)7S($n69sчK&NB}xLr9W3͔泅Vy]̤pۺXnMZvU)WLKyӑg<mU'4x.4bf ^B,h D[cY
-X5QM۶.b 2Q`8On4'HGrժ'9b<b [@Cϵ(@_}!
-/'0?M4\r+I;@@_4VVE)k;
-5*R1dEl5UoT}E]~խ7?\xI> B
-l,` 2}"}|>ɎY2&˔cQ/i+(=So 3衱  {KL >m^; uC~T8`r^k&(}pSZE'8S)@3^|>I}`r}ry%%| '])=*/sr//Ki¬F2t%rZɟ%C\^۲:;;g'ϙʞ~
-Gh'ٳ+f 8L,07?G`q.]LH&!cC,ұ%4Xh~%ʕ[slr9ۿ},GS߃?ea:G1aأiX>&#{!0.G`99W?uf^ӻA]yudClXj"`ۘCJmJ BE>5
-endstream
-endobj
-406 0 obj
-<<
-/Type /Page
-/Contents 407 0 R
-/Resources 405 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
->>
-endobj
-408 0 obj
-<<
-/D [406 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-90 0 obj
-<<
-/D [406 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-405 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F47 236 0 R /F44 176 0 R /F53 241 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-412 0 obj
-<<
-/Length 2664
-/Filter /FlateDecode
->>
-stream
-xڽYKsܸW0 !Z'ʦ*9خ͡fX!$Gn4>Ic;ރDu7GG⏯8X$D"Jtʤ6zNz^ϧk~%>nl_ $2Wo⟬_(po%QG0c|6>q"Zlo͉0'%g=l`( s҉ZM& IuJ>YIh#[^fY R}vɪ>Bth4$͒,!?D2eY2Zam oHD"SL,ƀYT/޾q0Dwv1 0G׋.gzYipTmĨ Y(1:q$Rf29(yIDf 0KM=҄}3B2}!fwnj
-l'6 ܎&rU\om_A>!ZȔ!B Ȋ3.7MOb;&[-cBqI8B*Fo4"*#%Y)TkIH2PwQ
-rҿ:68jm*pp߆\
-+\ͫ}Lxs]~Uéۼwr4
-2]ݵ )Dۜ-==FPlbER$>IgT=CK-ER h
-H7Zǻ,IhUW5[w:h( yݴǗoWv8.,DjÕV'p=;c|0tvr+jkzLg)=g_{{zG>[oSA]S7f5L S$72ﻙ_#(PSHvun@hG,
-a2^^&e|ׁ*y[]RlG9&>&.636N2A{oET,$yX0;i-G!e}~ \; :@
-0ؚ?
-ߪ?!4Lno7X:xX~-
-[b]^ٴ<֠ȦE= "`X Nc 5BP"JO!)oˑZvRZ!v
-kX0=̤NEQv]ukgIscj2<{#YM9fV nrsX7GbGk,WӼtݻݾjewiNU[nI=>Wþ]Q(*ZP/ &"C0κMB71Do"%zRP]VʐJ=Z\|T'J}&/b`c:7!m寮Lry78~gI?t>mbm ҚTV_9=Jg_<kA(ٝc, DxKke)mA6GLML3촋 tgC p"A3T޽ 0ʭ<eh7CwZb1J~=.l5`@8n ŌǞf=x
-<}α#Á)7\j8_:U/z>0+t{,[1ˌB8"ђ_z g;]=,*A2=ͶC6ӸD1A5v{UKmOFf[^6Hɵ+3GT\JnnYZve@j^tu?
-endstream
-endobj
-411 0 obj
-<<
-/Type /Page
-/Contents 412 0 R
-/Resources 410 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
->>
-endobj
-413 0 obj
-<<
-/D [411 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-94 0 obj
-<<
-/D [411 0 R /XYZ 133.768 428.373 null]
->>
-endobj
-98 0 obj
-<<
-/D [411 0 R /XYZ 133.768 203.875 null]
->>
-endobj
-410 0 obj
-<<
-/Font << /F44 176 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 240 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R /F45 178 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-416 0 obj
-<<
-/Length 2480
-/Filter /FlateDecode
->>
-stream
-xr@Nc;O<ŃUvONnHB- (
-"B,
-x&X.9i05cqLmp
-[ѠiQ iQfL9&UtJ`Jٛ|=P3?I\k  ̻|xGn(v
- ?齋&&q~Staڔ:EmTxTDrH x(L,oťPv';q>DU[{ *q@Äa!y_~. |AR"U2vҚwx1@fL|C$a<Ee3"8IS/L%=$B6>V$@CoR| oMChZ-og:>kMjGv)bs=Ρab۠^Cه Rի. .c~E,"@F"p׻<+UK+
-bnK$F ٔ\#5):PXR}óiY+߶DAZYQ{_f*uV xp \vo{Q$~qȬ[£F(,ҊKks§0Z2m B);UKefCmE#Wx59[4N}[ihN&kh͌q v7ۼƒjj`u1 EkO>hPH_fx-E 04hRV/8bL,ßx.ˈdJye0{Fv#.j{2쯚e]
-iԢ0ay XվLXCzj8Yri0N#n8->A-3zp`qת6Z=ϗپɉ's'4tw],QG(Ɔ
-Q瑄Ш̩ԚO2/ 5 e|66;[˼iݴځfDQmcX1RC]d8`:wgyX${g
-7~6$5}]*3:T̍+i&rd UP~
- N
-[)Ŧ0tJX> siD}(̖bwSdB
-endstream
-endobj
-415 0 obj
-<<
-/Type /Page
-/Contents 416 0 R
-/Resources 414 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
->>
-endobj
-417 0 obj
-<<
-/D [415 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-102 0 obj
-<<
-/D [415 0 R /XYZ 133.768 176.502 null]
->>
-endobj
-414 0 obj
-<<
-/Font << /F44 176 0 R /F47 236 0 R /F53 241 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 240 0 R /F28 175 0 R /F57 180 0 R /F59 217 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-421 0 obj
-<<
-/Length 2664
-/Filter /FlateDecode
->>
-stream
-xZKo9W>:,&!3k`#mJ-%
-"/-)q{.b*:'4<<?yJί&$Jj…LgEqFU(gU-ޞIWj9*wUU,kߗ*ÏxbYYQrT8M 1bepsӫU|/HYV& 2KO!ٚ 2SIBUC8ƥ-Aj&quWN7U[PCRH:}*S#@$:ڞ DMMNǒ_&KtX8I1%;Y@/Dzߟr8@lU8 z:pJ,x`\NGV3Z! (Îc8cxz؎|tqFl8cd/$l*BMd1Xzmv Z-; h fÖgY!&cDCs\2QᲛuQ1E8hXD`M]ϢGdL}y)خį#a=Fd(OFw|,,OV)̈fxpmC*yb.;ʷL89g A>yXlxUcRC{7a;n;2-Wx =G:p4tמ.|!AҀا;M7H=5sj"n1XmvυT 8>aqObME} gg!
->HO<˘x Շt)Ǵp0a<2chgfBGe]=$&6ύ*vsK1ҝ3b+hþR6֞|P] \h1 kyq<7x^b&vY.3C9}6C\2 !:ƿbxrACnL}Zv!v0XWDSr:f|o6_.
-߸w,6
-6<TS3pbwOgEN%ܑm8\5@s`с%tqZ1\ӦM-O`>za*uzf.)rDX*itG]|1[!V!
-f;p簸sx5OCD=w^T<B+O ʻW ×;;|}@|i8SjXF9u`|Y#W_Ŧ $-.SeZ|uO4dp7:`DϏ<7+WZdu^^;W8Lî
-\4̛DMvj3ɣ|S†.Hd"]LUeOo`:e62mm\ cN6#-",;k D/D00Ӭ5!I9oyߢ[vڷ}M?#'C1y!*b}UZF4eF7]4pooB%$:iv&m
-DP-l#"a-Zl!dS{Ubw M0F
-쯃
-Jc^
-Nq'1|$p/3[%&_<^l}SWϮw$)vJ7T /{''!,ZNѴJ%GTŸ>^G4t1sgy`cƙ`Nj(fdža{vP$Qӓ$H̬CooLW[KBJW?M`,jzWcW& 7U(T׉2{z2?76+ܵ;Epx)39t4ׯca#\/܅[uYs5_Ԉ4vP0tZz%\ ]Vk%c
-endstream
-endobj
-420 0 obj
-<<
-/Type /Page
-/Contents 421 0 R
-/Resources 419 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
-/Annots [ 418 0 R ]
->>
-endobj
-418 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [401.071 153.023 408.045 164.978]
-/A << /S /GoTo /D (chapter.2) >>
->>
-endobj
-422 0 obj
-<<
-/D [420 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-106 0 obj
-<<
-/D [420 0 R /XYZ 133.768 322.402 null]
->>
-endobj
-419 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F57 180 0 R /F44 176 0 R /F53 241 0 R /F51 237 0 R /F54 239 0 R /F48 238 0 R /F41 240 0 R /F59 217 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-425 0 obj
-<<
-/Length 2060
-/Filter /FlateDecode
->>
-stream
-xڭXYoF~_
-~n"T&
-~rb>e`,ID2ðHɞXڼ*逴%>XR0+/5A{ <'75َV0ui=N1 
-s4<:r Q^Fצ^o /t5E^,bb8Eڴ hDO))5 dl(Q+2)
-#Jxo<Ԅ0f&]bҪeVʄ,CzX: mۥﰆ:0⫓~X!xns`+Wa6r\`福`xe%)
-p#(dl=}q1q
-ɬRήZF1QO?[bTR.wuW4ݶ2̰o2fPz;i+m3p
-q"Sg#zMkVfPѱ
-6EmEQT' ǎL
-LBg'#F<_47/'4}}կr*kc$O ZDNO u2!uKIVG@e
-}I0+R2N
-V{2Xpqj
-%nM멠4OE^Y@6't'6롌઀}^.!6P(%C1OE-iLUIU<4A{|Y/i, gׯ]5m
-endstream
-endobj
-424 0 obj
-<<
-/Type /Page
-/Contents 425 0 R
-/Resources 423 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
->>
-endobj
-426 0 obj
-<<
-/D [424 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-110 0 obj
-<<
-/D [424 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-114 0 obj
-<<
-/D [424 0 R /XYZ 133.768 461.532 null]
->>
-endobj
-118 0 obj
-<<
-/D [424 0 R /XYZ 133.768 408.155 null]
->>
-endobj
-427 0 obj
-<<
-/D [424 0 R /XYZ 133.768 351.35 null]
->>
-endobj
-423 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F57 180 0 R /F47 236 0 R /F53 241 0 R /F43 174 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-430 0 obj
-<<
-/Length 2158
-/Filter /FlateDecode
->>
-stream
-xYKsWȩځD>j7e\n\%1pd*ק FN h6!e<>Hf7TYWdpn/ΫֻR*LeZql跧~O}z%Qp<H$WtwYWno~3 crKUǫ_~8s1S?Dm3
-YiJô&{'~&wOs0Z+ec]v`n/ *?Է iU@KUu_U)UI)|thH|N
- .Md+99n#lv>>;Z[Ye>Tmun˱ .}ŴCl/-.=XQCkC]?C.wd~h iB&W)XZc
-/{ԡ&E~jIIZY";=тf#Jݶ CQMH<_NOY+/"ĊC3p]Ca \H
-ZAbp@M#$i[y12^G#Mi7:X,,ĩȭ~4oM7wu}B}Osx퐳alN =
-c_Q5OD?!#ˎ`v~CɷD*5'[lwp&nPy LmLx-"8n) 8~+۲ۧY(,wh9.3!#m`sx^j MIq
-46|А ˪j<@r!T0tGy͔8ζ?zڼ-t 1R}ش-٬[ȻH ';1䏀b{y8HrK(:QPsvFUvu|t(DTJ*1Hףڨs67e)Cy} #K
-|u4
-R²WUuEҾxv unlVhqi86>-TfZj$"}np66hub1`aޔqVH#XV4nunSރw)|a]$%F̡J Pz%G^7X(ȿb?;ǢKÄ}Rd NŒַ#=
-'.5>ST!`pRoE/[_$=2gnUJe¬<BƼ&TP`PSKb}{>$^@0Y_&İv*y1T^0/H&;312)BBdCS_h`(8?E};fbz@s+]ét&T\%zL,9sl*aeٷCXDQMN@ˆ./z;
-}wTzx
-endstream
-endobj
-429 0 obj
-<<
-/Type /Page
-/Contents 430 0 R
-/Resources 428 0 R
-/MediaBox [0 0 612 792]
-/Parent 409 0 R
->>
-endobj
-431 0 obj
-<<
-/D [429 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-432 0 obj
-<<
-/D [429 0 R /XYZ 279.001 662.272 null]
->>
-endobj
-122 0 obj
-<<
-/D [429 0 R /XYZ 133.768 525.59 null]
->>
-endobj
-433 0 obj
-<<
-/D [429 0 R /XYZ 133.768 506.869 null]
->>
-endobj
-434 0 obj
-<<
-/D [429 0 R /XYZ 133.768 373.727 null]
->>
-endobj
-435 0 obj
-<<
-/D [429 0 R /XYZ 133.768 168.467 null]
->>
-endobj
-428 0 obj
-<<
-/Font << /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F72 287 0 R /F70 288 0 R /F78 328 0 R /F71 329 0 R /F59 217 0 R /F60 218 0 R /F43 174 0 R /F47 236 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-438 0 obj
-<<
-/Length 2489
-/Filter /FlateDecode
->>
-stream
-xk
-U-1|\8HQn{
-b-|Wʮ;p3SOvO\r8 >W7W߿$aI(z"bQOB1f5 >TY=+t8H-7|W\AV ,7zSX[LEPg>[94}Vpַ\"lVm8`wy:>M%bӹbo\t3OZ f=+T{Bi,-8uw^, ^o["].74Wgb PjRj?Fy8X"]w$jB*[mrߔiNCbdkz&
- ;7 g1>ę(ʺA$yrD3y&”.̠뉀8{gw>Xbq$
-(сTl-gYHڢ`~ۏ(i"C3̖{Cqd偀&45@7fP<T9~)0iuw
-qLьpT'ba`C]S|yS
-D(UeU *i5apꨜSHq{Yv}=9d"m#/= ܣ$0Aї.# 0b$h
-c'3#B@
-m_z0h+ =l"R!Սׇ<ot%I+ S "}9΅2LF;Tp l L.eݦ:ۥ=NzO#t}_fun*˖s` "ފ~,\hi~z^=Aʕ“<1mb]7*?OAxuXg$!
-Oʡtx i`zSw8(HńI%!4Zp=(.F1CfÃ9CVتoe q0$P^-pկWb"6&^ݾ,Eނn!l00 _j[\qh냁A/d)2C*"D@94%X&nrl"3 i\Ey-߮EX1<v/>#R3n63?2PA;IRJr`U}cYK_Pڀ0+}F]uoY$"K/գa^"b6K7'DT}$Lp9KĄi9&: _)ħqtf(.8fzA%m31 <r8NFhC'!# R;@Alya8S˴9Ah04߇!N*/V֤_͗(D-#$9b?'Kyڱ;Jq{G{Af>~IK=]ubq@YV6]wURwxhnyBV2fbJ1N2B/fH}}['2g8ً;g1ܶ15"L66ѯ<83oH'6{Fď=G.UÝ/S
-O[CQжhts?g9
-endstream
-endobj
-437 0 obj
-<<
-/Type /Page
-/Contents 438 0 R
-/Resources 436 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
->>
-endobj
-439 0 obj
-<<
-/D [437 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-440 0 obj
-<<
-/D [437 0 R /XYZ 133.768 617.782 null]
->>
-endobj
-436 0 obj
-<<
-/Font << /F28 175 0 R /F43 174 0 R /F60 218 0 R /F44 176 0 R /F45 178 0 R /F53 241 0 R /F47 236 0 R /F81 340 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F41 240 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-445 0 obj
-<<
-/Length 2590
-/Filter /FlateDecode
->>
-stream
-xZYsF~ׯ>\㹏uRI&R0 IT.9b!Yz`02ُ'8\qv0!A0ԙ
-Q&ivsPpU./gQȧEwz$i^WU;z_k3ҭDf'RH0c~TpzKk·1EXRXzG_.&UU}_'nqF24 iF=ΦM2*.`=(h g_4p$qx& ET9&nGІj%Z"E6bD{6bZ{5J3-%b@>hQEaJeHfiI#mU[$uJ kXw|1* ^OމľXUaنe#.U $ͬ^m%v `&ܓps;!"J'wW@zR.͇QB}>0z 2HA`.L4eɿ¾-xfR/_vW !q˾\-`I& ٥AB6((2nXfɧV9qnvѩ[GϨÌC4 m['[
-atC gw ]lVFlg}^$tb b{@4,G l=^ch?DB]Wf>kjﭼhmr|eo~$;w!GE58n"gع3g)GڸJ"z8E1G$Abd(=D 6& u4vA8(2,Re;4gafGa
-aү1E=$H<:NSehzY=R# z1+m'k7[]; 4F˰Vrڄqk[jH֍Zö\|ۜWEHm){cB@$!5F<UM9Ce.jl7jVsXZw&Z[qh[,RֻhEF5\)3WHY(Ej-Q
- &ڋ[ωSeS-'yZֿե
-Ty=c07Z9?to0ӊɴ|+nUR;z?ͺ+BBu3#R M{}ԌmKuB~
-FmWKA"՝7c>]ࠔ9=Fl7>.lӄPU]o'|9Mtg@!TwK-'0ǀ
-aa5lbB4LFmaD: DB`IDοARTXCV|Z6Gi^)__OO?I&y}mmj=2z1vG/Nhg
-)6bbgŀ"/0
-,?!<ߜzؒ`<菮79CQqV3c
-Ā#6 i=<?|s׼JJBO#Lt(~Sj&wq>ը R%2DgϥUf6$I7Iv(1n|[فR#GaLj ݡ@`@+)..c6"Gl  f,eM9g"O)IQyDaKX!6s  ۞AAɝN
-endstream
-endobj
-444 0 obj
-<<
-/Type /Page
-/Contents 445 0 R
-/Resources 443 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
-/Annots [ 442 0 R ]
->>
-endobj
-442 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [248.101 540.271 262.823 551.064]
-/A << /S /GoTo /D (table.4.2) >>
->>
-endobj
-446 0 obj
-<<
-/D [444 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-126 0 obj
-<<
-/D [444 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-447 0 obj
-<<
-/D [444 0 R /XYZ 364.306 627.97 null]
->>
-endobj
-130 0 obj
-<<
-/D [444 0 R /XYZ 133.768 493.763 null]
->>
-endobj
-443 0 obj
-<<
-/Font << /F59 217 0 R /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F57 180 0 R /F50 235 0 R /F51 237 0 R /F48 238 0 R /F47 236 0 R /F53 241 0 R /F54 239 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-450 0 obj
-<<
-/Length 2909
-/Filter /FlateDecode
->>
-stream
-xڵZs6_{S' 㗛itһߒ #Q6钔O&bȐ%7M/$̢߮E?]0o$OE]o".e&JN`zz}Rƛxo4-*Ilgi?f&QRd&D短gk9-Y,Iu-9 M+?pro]%us+K~!~}e f/F>~{d" n_W\W^!-V_/?H5,Ƶl9ۜ$.iǯ~
-!6Z|Y,Rrj34a&30uh
-`+wrrd63ihmEDc̈eǝFG}GY(JVywFzEr7I
->&~JRX Xz E
-q)Mb3ogV 6ۑ LʎrPl0{K- in;
-UĎA$::O$'!ىw4
-_15@H(V&! έ
-P1DX}6|)FP`)!L=pmi_OG9X̱Du"tt 4ɵK [{hnvZ{qNݾ ]Bx ~/&"yIXs@V> FP^D0 Pcaл t*7,.C&68Eot3:B{%G-F_
-$˞e
-33PU 1E2ޖ,ۊdr2X y^:FB~GG˪Д6MkF(\diw:A >4RHr$(}ܢ !ff]4%,vn}w5it|sjY!dO0-<E`p1@Ƈv*AЦm`ՙ?DZ]mSB`_llUYKJ
-FD?~fܠZniʪ
-ȹ`Aȼ ;'TÿSH9Þr`H瞍PsPcL:0 k:C 5 իWk@>77e׻bHX[R`aA]"[M>mS63*\ٺV}y@&
-U6n1nuY[D}>P˻Pd-܇j;Ev]C~AdPTYQ3^
-endstream
-endobj
-449 0 obj
-<<
-/Type /Page
-/Contents 450 0 R
-/Resources 448 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
->>
-endobj
-451 0 obj
-<<
-/D [449 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-134 0 obj
-<<
-/D [449 0 R /XYZ 133.768 457.34 null]
->>
-endobj
-448 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F44 176 0 R /F53 241 0 R /F51 237 0 R /F48 238 0 R /F54 239 0 R /F57 180 0 R /F59 217 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-454 0 obj
-<<
-/Length 864
-/Filter /FlateDecode
->>
-stream
-xV=6WBNN<~Jd
-yA_<s߯Mٿ6^9ؓ˭F3e$txq.x -<{ )8ԴO~~Q=&`DizcʰoՂp-N7[
-endstream
-endobj
-453 0 obj
-<<
-/Type /Page
-/Contents 454 0 R
-/Resources 452 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
->>
-endobj
-455 0 obj
-<<
-/D [453 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-452 0 obj
-<<
-/Font << /F28 175 0 R /F50 235 0 R /F47 236 0 R /F44 176 0 R /F53 241 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-458 0 obj
-<<
-/Length 1061
-/Filter /FlateDecode
->>
-stream
-xڵWKo8W(cKov Ʒզ<}Jl(zD37OSt(oAeDkj$)Éb6&ZW/HU_W$IKK QۺڕkE}Qd $RNPFDAE3UrULiBnyui:Ŭ"R3*uv~d\{9̌ *5sF gQ)G2Tn`+uoXcY;i9 >y2~j8f,Ҡ.R=E!cl Xq}=P\141@JGwQvmw]ԷUs_j׽0b곊 H!WZ2<chk QjdIzh޷3JI_mF _7 ^w!@H@кX|h(Imq# Ć^|mkі|n }M^K)֟^X
-e%
-Z/O gk
-9\k m8:q:kވH=BvB?|jD ϣƠ$݀Մn;5;?dCpv&z ͧ!z D1FGZ;+tL
-eM?.YK<97Drybqa`0~@gFhy| P`f,o@I ;q0(-hwW&UCkǣ6qNyכ_'T
-H!4P˚ZyQG;GNa '?&E!(Nj@
-endstream
-endobj
-457 0 obj
-<<
-/Type /Page
-/Contents 458 0 R
-/Resources 456 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
->>
-endobj
-459 0 obj
-<<
-/D [457 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-138 0 obj
-<<
-/D [457 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-142 0 obj
-<<
-/D [457 0 R /XYZ 133.768 488.032 null]
->>
-endobj
-460 0 obj
-<<
-/D [457 0 R /XYZ 133.768 465.932 null]
->>
-endobj
-461 0 obj
-<<
-/D [457 0 R /XYZ 133.768 447.728 null]
->>
-endobj
-462 0 obj
-<<
-/D [457 0 R /XYZ 133.768 427.803 null]
->>
-endobj
-146 0 obj
-<<
-/D [457 0 R /XYZ 133.768 395.744 null]
->>
-endobj
-150 0 obj
-<<
-/D [457 0 R /XYZ 133.768 367.647 null]
->>
-endobj
-456 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F78 328 0 R /F71 329 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-465 0 obj
-<<
-/Length 1253
-/Filter /FlateDecode
->>
-stream
-xXMs6WHMLzhLn}s`$".Pe'm&D2}a0ǂ_o)G8N) ׷ AD+CA(r&E2Trw]QݵT74xjg17\j<%: [y-օ"D#'Qëͅgo'zy+fF֔9 96YQ yڙnG$W?Rسc
-.+0#BfmXF\i*eʽ IAGvOg,*qL% '2Vk_5/
-=CKׇpƂ
-:c
-`w=;x}G(Ij%CVPٯIM_Evnνd
-MW\m'SLlceLރSbRF_i|= F2c3Cg]0kxM,S.Ԭo(-g#N bM
-endstream
-endobj
-464 0 obj
-<<
-/Type /Page
-/Contents 465 0 R
-/Resources 463 0 R
-/MediaBox [0 0 612 792]
-/Parent 441 0 R
->>
-endobj
-466 0 obj
-<<
-/D [464 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-154 0 obj
-<<
-/D [464 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-158 0 obj
-<<
-/D [464 0 R /XYZ 133.768 427.529 null]
->>
-endobj
-463 0 obj
-<<
-/Font << /F59 217 0 R /F60 218 0 R /F28 175 0 R /F44 176 0 R /F46 285 0 R /F69 286 0 R /F72 287 0 R /F70 288 0 R /F78 328 0 R /F71 329 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-468 0 obj
-[525 525]
-endobj
-470 0 obj
-[657.4 657.4 986.1 986.1 591.7 360.2 498.7 986.1 591.7 986.1 920.3 328.7 460.2 460.2 591.7 920.3 328.7 394.4 328.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 328.7 328.7 894.4 920.3 894.4 558.8 920.3 892.9 840.9 854.6 906.6 776.6 743.7 929.9 924.3 446.3 610.8 925.8 710.8 1121.6 924.3 888.9 808 888.9 886.7 657.4 823.1 908.7 892.9 1221.6 892.9 892.9 723.1 328.7 575 328.7 555.6 892.9 328.7 575.2 657.4 525.9 657.4 543 361.6 591.7 657.4 328.7 361.6 624.6 328.7 986.1 657.4 591.7 657.4 624.6 488.1 466.7 460.2 657.4 624.6 854.6 624.6]
-endobj
-472 0 obj
-[513.9]
-endobj
-473 0 obj
-[525 525 525]
-endobj
-475 0 obj
-[525]
-endobj
-477 0 obj
-[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4]
-endobj
-478 0 obj
-[295.1 295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7]
-endobj
-479 0 obj
-[1027.8 402.8 472.2 402.8 680.6 680.6 680.6]
-endobj
-480 0 obj
-[513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 285.5 799.4]
-endobj
-482 0 obj
-[799.4 799.4 799.4 799.4 799.4 799.4 799.4 1027.8 1027.8 799.4 799.4 1027.8 1027.8 513.9 513.9 1027.8 1027.8 1027.8 799.4 1027.8 1027.8 628.1 628.1 1027.8 1027.8 1027.8 799.4 279.3 1027.8 685.2 685.2 913.6 913.6 0]
-endobj
-483 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-484 0 obj
-[599.6 571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8]
-endobj
-485 0 obj
-[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
-endobj
-486 0 obj
-[295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7]
-endobj
-487 0 obj
-[611.1]
-endobj
-488 0 obj
-[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8]
-endobj
-490 0 obj
-[597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.5 472.2 833.3 833.3 833.3 833.3 833.3 1444.5 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.5 1277.8 555.6 1000 1444.5 555.6 1000 1444.5 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000]
-endobj
-491 0 obj
-[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.7 646.5 782.2 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5]
-endobj
-492 0 obj
-[877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4]
-endobj
-493 0 obj
-[668 592.7 662 526.8 632.9 686.9 713.8 756 719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8]
-endobj
-494 0 obj
-[388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9]
-endobj
-495 0 obj
-[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3]
-endobj
-496 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-497 0 obj
-[625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500]
-endobj
-498 0 obj
-[613.3 562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6]
-endobj
-499 0 obj
-[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3]
-endobj
-500 0 obj
-[777.8]
-endobj
-501 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-502 0 obj
-[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
-endobj
-503 0 obj
-[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1]
-endobj
-504 0 obj
-[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8]
-endobj
-505 0 obj
-[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
-endobj
-506 0 obj
-<<
-/Length1 2306
-/Length2 26895
-/Length3 0
-/Length 28294
-/Filter /FlateDecode
->>
-stream
-xڴeT\[5 Nnݝ݂&w%}o~tTQ(29
-@`0Zۚj@-*@REQ]I=qUUS +
-j?y ˋ i+0p:XI?(ߙj`W
-agO. W[[c; 7l=L4R8[HXy
-|?
-, l Ƞ,tK
-/֢}]oM5S1G!PEJs$}&-X։7dRyEs,͘ζKxKS࠷ߘ1ƽ˴F8tХ6T-DW۩R#{Vce,AVJ; 1"YCK2hmW ,`Dg5\}
--Na 5Tz{SSpw}<R7TYEx)pI/(`bF9ϟք)4Xf Bxh<:}k ;Ht\D_-\ȧ\}|Dz;mX0!JNjUa> Xw\2w%on
-"p%T6r/4}
-.&U,L-oJh$F{ZG_S}tɷ5 S-UH<4<2e.2#8{b%$o#ԋ:mL\ل$W•ΐ"XY-V.9`Y-&:x qސnװediwc} %[
-}K6 )Jm,;"db>p&Nj.ڏD@p 1ξeNtlfyTQM;_G7 j"vsϽ٫G
-0擄&!s r29BݦX=>q,+l58!7?b7YiDiUFTU_o/\GȾR৑g59M=d>hWuT9E)\u@a>^^rpK,C ST̨GI*'t f—+n!K\1e.B`_q[;p _3.3ֵP;9B>k:w(d/T0l?DHR lrb#~(-&LF]WS2۠"f(ZM} Synטǒ&itƋD:v +s2K>͔ /*3:zx[iiO$O[b@&ϦtB3G5}
-R`%cedȩqTV%`$+& R& u5* b~]*Eӷ
-G铦 Ð @k-3G#&<8)+zwۭcS, uk;FB?þc<tkl|~d1SZo vZ|Y
-e%'7^ 6y ;}D򠄏.xcR[JA_U,KXGtiuQp:/*/|raf1K\B?WԋD^:(G )um5NDU
-c/1T
-'}]b Rq7U^e
-@NZ!r++[-JM;27Ơ821)/qQ*<m#'`sjε8# zsY04j.$#뚹
-3F&Yuoީ4|y$֭nGYOx=Ez:d2;{
-~
-ǣ6"0߹O?>TL_G3k@y=~u<^Qzj "=l/s&Q?vGolkC: ːO:uMo!AX!)\u/n )w@cZIEdV:$7dC_u $ڹTEhkv{(Z<
- >-:zL^M@e.\ni7=<JD ?#<[;F7OA>Ov'U|rQEtH9\;cX ,}:'Q/ŋq;sIhi?2ú R-aSq̧ #PaO.(~)p*cs!CnBt}XuWx]oJ:Vx~9m<)5Q<ў70rJVۙgInRQo LHűY0iiZݚ
- 
-1$7Bbv/%LQ8#//H,pM(1wR՜D$Sr`m- rWX>ZKҼ77{H>B-Ayu7Dƽ_]Vγ› v粝샾4M{W!t}Y䈌1Iki|xؗofI ݀3<A-k!ǻvP)#,izǵr\"g׺-GrrFn;`M<921&F.Q6ig<lm<ˮ]xwY&:WX+0.rш'hn9d|nN=c5`C:DR#%0Cv6 )R8 *B-ӶZ~)̻ 5w%JUwI=.Ô)bPX<^a}=עq`z |MYrt[Y^[J7=A@䥜rw"'NRԲh_F;\^PzWaL[Jaq+dbVY~&NCX`r"f&vFlT6:}HK#BAt9UÇ^d
-˟ӳվEZ{3~'3#L9d2[%7 kϰ<xy `Bd?7׆PY^w2ŸQl.?'  -+\ ڲk,hƩwG^[y4\lnyQ=wb&(]-r&?b^;{gShN,I)|X:<zTlJ-r`E>V*.ڒ˫&hV8wzC DUr?2]dYloadRt7AʩȓhD9P|$]ok{LA'8ތYs3\
-IܷoSA{
- aԉL0 Ør+"܌h:3.B
-+&mڭ1.+oQ""Iy# AL
-JQjpi.ǨARew9Y[RgK1m?;j a@
-â<fI sn9q7.͸A=A ri1W,[fqnxWKp$
-
- N0'K8v&֛:|>Ck
-jx:@u*OSI Z+lP҉HF KZM~t0gi[7C-a 3-'WFkΛjl} ;ucEƺڶC|sv S,<C󈆋G
-Vj-eK%!vyz8)oV s\ͩ/Ծt,۱+Rz<wmRT^%YzAKjru76Mx ^dF Z G ccm$=6jsE&署/Kϯq(%
-Gz7RH[ئwb^OJP2%3FWu4C6鱃SoR[^66&w N VS?DNdh4nK!qiC/BQͭ,PHu蓓E/9yyN5cWvg HR7>!np+X,@{ݥoIz{7>yi[3
-|UaBli<oMKlw T
-n7\W |fS%Q')bE ^t T&(#Q e @f–
-*Nߑ.ؽ3vHb.0TaWMB#454 _au4|c9`s&PMT;/I0Q*0ݥ3ܢ UY;bvi+mv/H.d'D%zp'gF)a1j[!U尉}A,\(=#Dh,2"5r2t=!,z̬5@Vrh6oq>A$&݁nl
-7ve0#55`g, <Vۑۺjes4Yy!%&I:-wh0-YMt*bdЊO(ɄJ *m2$nV}j|WD+S[tXg:&jcN ;SC|AB,$ 9~GJ
-C
-,uှgS(iNӜD] 4z$ҫāuQj[ݙ]w[r&@>$n|ilG Je[3B^x;o6oS ڃnV;s(\$Ży_hٰ}O%bYJ h4M̨c_0Ws)7uZA)}>,)]Gq5 \> dAH4~ʗ 9PtÒu]aD]D-%eh.`6*4s5ѳtx8Tw?GIQT/vKF+[P7p_34q7_μL-5Yc3~ o8؄r#J#lb+{e]K1&>6Mm!+Y(#KuX CNIC0jrw%^ ^E$^2V>dCLyhveHKzDi +ʙZv>qz>0Tt^y:\&lPOr sonٱz8ΊnCGMQ[
-\;F Vω)T#/r6Kv$>dl
-\727|"IS
-}F8Cw}Y]1ȈoCVG.GN6~ų7oy:(m #ڎWZVΘijaI8G\Xflb"64q
-%3G sK}mԀbK V#ι`l-ޠ߾v!eKz6
-bp^Uy8?wN. .} 6g^oPGޠ
-~CCI  ħ]@)a82h0Mݽ̟jrmxN?/["37qE`wt˿U!O~u@+ܼ\T" tF䫧JSZk2xu*BD.ba*R`-GpF"!y}2
-uvД>A.w r,.ZC_z/vuuf&{R0(h
-9.HK|OY)W ؒ;\^EAghQrgIeXlZj&W+1B2#z/9)xWÄ)YM<=Bң-oKdcNE S(ۏMYZ^3]AwʞMgæ(}CLSNp[0~e{2Hݕ\̃ >U0Plκ~&TS'Stm/pi-\7fPxn:?r&,D2X~ ? X9pн:x }֣<Ōbbu(K:eHiߚPC2(uS4Sbw 4"qG!pu2eW4u!̒aCX
-XJNnr ],~^h)CIqضhȾ M4X[
-B'O"o:G}. +OMZ/Ԟv)BowAMLo2n}v%gUDEPkNZd;q_ ЭoIF1,6y[E)AOcrbylWF,V78 87X mqQb!os=Ϟ2vל1/d
-.1҉.UIG|(48վڌx
-ӕ}s'12Ʃ9c0S3l#Jv$s,NߤT mXdq"J4=ܡ~TC3W_[/8a7= Y:Y2!w[um~hUl`,^Mv䯦 ^im3!ޏq.4tA ҩ4]Ewrvu3YEݿ֒C`@oCl+DbͶQQI-̔ ?au-OФ5L[!ze|- A"VWWKX
-,)gKo3/~ų.fAzۮ
-ǫp^iD^pyHrpQSNdpV8p6F|@#v{b:Y&@*z rԃx,B9`oz> ;x_ 0.rA-dXԦ;: {bn6%};vOdkEaMWHDKj߽u֗\9hg18)GD|냞εU?nv B m2xq26\Sv|Ue\7'Sڐ[9@\gCUǖ0=3'`/˫mtO۠vKOE'?dkho;Z,Wq_BB-Qg7<B= g ,D]^~z󛂬zVlA=``w
-CaYQ돯F8c"euN-dVf
-h,Bhb.U':>πcRYko?vucX;:uh\e,B!er+8 ZAݱ`l -ʀ(lcc`h~<D%qܕC3
-']11dӃ测ysMuOCNe5f(H8}Fkxަ?.{c[Cφ>*cYdǚM`PP*3uBvL0
-ܾp+\(ߪ=2%M91Qwпe OOs<+)̣\O|LbyGodo%K4Ň׵h>%A=}H_߇L9]4쬡F<U:?a,(%
-G+ŊWp)hnV,.*ȪB[3v4dx$l.h
-80 b`N <uygvBxzmQݙ%I3PC;S(Y_!6g@ruFM}| $Ȕs'.^aԮV+[O{M*{P{Yh)a4`ge8jVur˜ߏgM4| 1<aoCo#mt<@=ɯ
-30NZs<~]Rіp9Z1~ QwkuTP&
-stLQgn TR<rH2ዂxn?MԢj RvmdHF<Tt_a8DǢ'2,x>h S8l-`Z8C@sͰfFn- }SԜnt$Q=G_U[vqNnX0YQVp܈6:7 us%߲Hk#oྡkӥ:ry]cZ4-pt?obqcm?h@iP~!_<X}(OW]G]SHLP!Jz,Q_ 3^J5g (zH&hifg y׊ ,<uhQ!^1[mսab~fL&Y]W_ ]󿡂"KXWo88m2= 4s!nQ.k̋~1]O~B"ז<gR
-2 9^=
-0yC
-?[E 7;|}pru_dẌ́4<)'*zvݸG5S"3ۋ]کߍZDpm|)q\X}D;V=+rnfi%Z8lR(qZ5Lj|v7LBNj.
-__ew&;wE2V3mޑoV//ȩ_xhT^n 퓂m >{̨[&^;>8߷jrB)pbyzDhF<K ?p]Y.k湦?9v4p)F[ rV^AB**d`&B
-h$[@9o`iw#u2G[(aIW]CHE?~!+p9krF & su*Zc^҅rqa[ ??paT` BRVYطd5a=.˰ǢD{| k91 }iyqfdP
-
- L.2=\b8Z .x竮J x75kK)԰|C/g_H.Z8coB}H
-2ny C}zH5]MZ?JH *~٦) B9dž}$cKf~w|}l{Mr$Pn%GfqJ׍[q] @`}Bx*Q
-F_e@ekyyšBf5@'r/QP:B`Ns,Niny]El2q҄hprZMpk&
-'"G h!cr
-c6ELU$:6qZNZ)M\j| ۂܰόA '<(}[Wjkr=aTh5O?^9Z(q5ģџIj 2 ͘7|.IYxr+GGhBI}愳ta_N'JiΔKzU!
-QwrmW,nr~ǸƼ٤8ni1
-sտ<f9n"L$/d/vzvE lX0=H쀎~?:27kQi-:U7*)7#j&X{O̯n3bVV`=Zp!~?*~>AS䄮IBA&?֓`x `1\Qp$/s< Q
-?/؊2J켅'7~rH;͚匹cri C>{ D()rݫ =|xpk|.Bi@0.N?=uRL`ͼ:+_x܆8,] Sz?o824);F%;-oc~25nk;pٳ޵Dp%~vkO(Qe3z18"v1+W([Lwn6\iod_)$msuN!Щ_P^fq|aQkSP<3@ tRt멿P,@F@qχXYfQkOOF&Gę|RDQ1:)7TTސ)u^j 1x{iCDԜ`[[V)$'P ’3rp֗ЉrinېMad0_E9Rij'=긧!e^L~~њ
-a 8$Á萗u.𮛊F9zaTJsvױo6`|XC<_<Sm9Tݕ+$K>"(Hj% j7bQ$ԛctd}Rx
-MP883*J ¸)&}QiQ+pCEUͱ<lNIG#3!?BE ts @vR^.J҉Xb~<MloY>e;WY`l ,`2u ?!JG3cMRG5s$ ' ?vEw|ӼUğ?kS[fTM.ofO,WCRY$b҄
-k\*+LpAR5z4ٳ\M<|!H{Ăv(hn,}mLZז姜d6WY$t*̢aS <|8sz҉F`
-BHBz/
-cf5h!_rRIof5y{,HEsof4Tw)D. #jfEFsmxd"noCl
-ŗ|^w:yoD>n?fJϚj.y#ڣDûv,eoœg\<?MX@hZ`8or RT=ǽXDaC ;d}ԩ zТXuF@<&ғqCԬؚzj-6]^AͿJ %zΪ48qݟL1Fޡ:s
-r(EHbXXUC-r܎eǪ7o~!r N9lj{"j4}qĵno(EP.q":?FMZU^;נ@dĦN޳ ŌD6vty!3C6=P~yaQ[nNEa.ȆqCn
-FD&.-=xpWnA:9<Ba܍<F
-[W ~ MrKʧ'@$t 'c~Cu^2Q0{ 8xVhc $b5R|]/[觶 ۢ2{|k6
-T"nCJ
-K<L@1XcؚJ,GqV\?{~@_!*\ ɨMzow
-Y Bp؆k%gF$E[ =Kì+^G&]#iHK|+"nRj(O.`;_޾kO{"+U@b{a?h
-e|]312=SYV{Kp,~Y7r(gQO?[rG`ZZ
-3趐2
-I {`c&Zlʬ"EK,6?b'Txn9Zu:qo>kdWM4%WԿ09ʑfq(ϐgӻԩnxyHykjMNĴ@Pldo&z* {G6 ӭu&.Ŷ 'p]=gaDƞP7mg!2`{e姫.
-?i&mb]$ۙB]u.}KLi=Ck0f1>-
-,I썧k?`D4៍L\? n2=}٦+HNAEhv+t?b%O
-'cd'FǺÞ+)X֧g/*)dv79%9{WEh{)\Oεy7)$*~JH"&0QKdu?g6n>>5cNK<W>"t
-ID}uͮ4bh^,uIcLMY569Z^BQj*;Ub䯏AeU}뜮ꅉ.#Q_DCPm!y$ČN+5Ap8w{P$q"~?TCQmPMJ)jȋp@<q'Azҙ3{ P -1]:OD.KAZ|mX z\/I%
-xCL)gy67nJf 1By2" ('2l.GGq_M;&b8H'
-7>t +w{
-<$2lu3|Ro5$yA`.$a-[,CuRʭ" )ir#XӒZ$/#"^@!#%kD; zCVFX,.q;:RyL@.gtA3k$ ,FT G6i߬Oo(E'j] ˴NJ'*ZOR1<B.ӝ+/ 285:a;RO}B`v BQŌFv(Yժَ(jiVymhxpA|yӅ wt8&9[R 8HrpoO Psn^nwtd,X/Փ;\/A0S*^q\AT愣:o},<E!|Cﯫiujo`I]{DiU4oXD߽ͭO!e(7ʙKb%-LS4Ȯ#y@eGNINYd"vO#H+4z*T oD?D!gh.{~6mz7R%y\&{Ch'lB&&7"<Ο[w\skFK7|nm(v];'ZI5U<|r' Մ`e^/䑻F"qRf۴@GtPdqR&rm+7/37KT8}G4Mb:1P\Ǎοt?y[aYݶ.C=ݠJ־eB5Ӆn-W
-<)"5:UlԒwN?;k6_
-hF͕O^L .%:rmwT'l^.
-xG
-l *|Bߖ
-&CR@ۼLj"P e
-VUHŽjH!O.˧ I Z5'x|6K 8}- f_@DU܂dd@K
-?]׎I<x,|5ؤ*;xϗoP+>q[yh'Pe`K9%o["F&/'֯+wrmAL~;u.ZJ[#ER}8x:/=pXOp"wcXY_ذICm'`|,5}qB BqCƿ
->s5n( X-Ge eII΋svT}^:bA85Q09
-endstream
-endobj
-507 0 obj
-<<
-/Type /FontDescriptor
-/FontName /LJJSSL+LMRoman10-Bold
-/Flags 4
-/FontBBox [-486 -295 1607 1133]
-/Ascent 699
-/CapHeight 699
-/Descent -194
-/ItalicAngle 0
-/StemV 114
-/XHeight 444
-/CharSet (/A/E/F/I/M/N/R/a/b/c/colon/d/e/endash/f/ff/fi/five/four/g/h/hyphen/i/j/l/m/n/nine/o/one/p/period/q/r/s/six/t/three/two/u/v/w/x/y/z/zero)
-/FontFile 506 0 R
->>
-endobj
-508 0 obj
-<<
-/Length1 2322
-/Length2 25996
-/Length3 0
-/Length 27372
-/Filter /FlateDecode
->>
-stream
-xڴeT[5%P .!%sUOͥs5H^Fhh"
-uaH(m li
-`` 惵# [| N?Sme t_韮;ѩZ;Ho`b0q32I#f#h`j`heajp4p1898xyS `la1@
-Ӛc
-^@Ká L;%):y 2"]f[r?{Fޘ5Diaqɶx Ő. H
-.Ђ_?VL@sTpdp9tX"Xss1g)62 䅲bmo]T0WׇT $"OwuS/pvy |niVYr_!S*xz!Ӓ
-ќTYBh뀤3=- ѧApՠO%⠤C
-3 4L2"߼XΡqe[#eۯ$zy*Re@:]4 Z;5 ʷ3NւTeV!>OEZ2#K\DZb+R#
- -U748w#QZ1 w:]VwcE )oY/_2,7f,|ʼ$Roz~e0ڲrBzwy[>S*ig49 b{\d ޷t688&Yިŋak#h cPd^A
-gEYiJ7 {[D4Y=mVorX4<h7/_5`ĉA(SblOm㌧7. a ldynO"Xs=
-tcpR'lz{d)p)'
-J9%<9$vƣU[4M\
-$8a[V\{C8e
-
-)` 5kx|Fq
-im6l-wa0=ϯzH.D: CR,2z@wdD;&z2ģ&c,!
-G cBX,{@N&KOR mq4;.H,+XX,ǥ8~82q r^a6*l;Lg. `rB-k7cWqΠ2'CiϥC04̩nh
-f]6Fm"?!834uDi TU6:ض,gN֟ʤݴdm B58Q1
-:Hw;69 <KiSt} T>+x(ݰB'> r^JƯ>Q[F-NsË
-Dњ2(_M27&&pa0oA7uVec߀1
-/LM֞f5J~<T٤ +?<ms!1n7#
-;'e= 3r^G; 0 Tܾ3Rd>X*5!!4]~Y}^z#M~t 2Db;&
-B7)Y]%rL5lkEElsU--$W>x(jua,ZIR
-QNyϔ4STBnWs鸥U#69K7Rt|'aUq ؝
-A&Ù7H#Vg[i"51ڸH@)(OԪ\p-36bdt1r(2<kQiloQ 44,ыi?w[jG5f7t`hȑ[WOކJ)z3#M5ط[FA;j}Z A1OUtC0 ukk:ݑxܳP>$F7E$S}S^hz6m,E5 3>JQI 9y%9^-wWBX
-D3~sfv8UYsҏF'AKG PtMYP.-P4sf%y74_hoiD0Pl0+]oFqZBiY9($ՠTQ
-+nԢ5iNS.h_Iy>-ԣ<i0[]ga26icEȭ?潗J'v%ɭN?3$˅&L!l Wo7aJХo;[oDŽ:a1;2`wRi]מf7aGkݏ(ӽg޷oky1D1Q=M#g:P0
-Z){u7+lȪ}m%hVyimpFD##_Rx9OrE)U8
-Jgƻm^x-*jZ>(a/5=X.b/M{SZpr=roV7nʠ`i$|t:0EPa53FU; H:tXV!0ʫlW<٧n8ú/?<pIdƟc^Z5Yp_3Be_2!4U,zea,LdEib*b2TZ /IϝWe(Ʋ_\^>4T~3PzӀ< qJg k 3e"u
-23(X"j
-F)1`nE/8,^.D<`&f.olʙb8irdGFomu YV#GPu
-]ؗgt_n2aV_F10b0τc[?}9JOd}bfΫLsyBv%kM Nв?zRFœ7uOc{wKק9J
-댯#N+FS}mgmUV%r7-6E5
-s`ʑ'KSSEڷkb:VuXuq^ \<3g M2/z+4g4wL*g[~u[ /mĞ78a(a j 3ʖT u]Ch:'{1=Z@1Y9A(f3S_kWH~Q` U"tWQ07yXCVX:9^sDKKlfҗNOT H.jS;@rA Fu\z(6m֐>j"~hH SVyY՛t#IYESn6n|Y]mVPt}dہ
-ma<it=+Wns$vMݾ2G/`)&Ƙ>J, _-[7M*?$R{c!2lE:hfrEųt^F,(]4
-q>ZhE_:K؜2ڳ
- ]Vqc
-rAp}2o5>ckia!]_BUC^(,Ё@%xZ,HjT2G>ׁD egQ~Fi0 >ZV`@
-=̶ec|C"Kh!Z5eDTOnpHYd[18d]D;Q=#
-vJ[p{w:UԉwAS/:9[R7 n4R׶un-19%EЋUs_ӺHeuKCk?ce&Vj,)]EsTzW/=l߼7gķ
-4s/ͱ)ςU^\H)rmGjU"/;T
-JYyP&`FF !tg*Q/NCRp_ٳZrL̀.lLrDbk)٫KSZ=˶~bFǾ2|ҀOSV:*DFrkgs{%nΖhPuPYLuyڠH[rcش{XGG㏅l-GeJciIY34chwre'b:$*
-^G`
-)7YEҒ`O@1דC<N* ˮ!oCu3"ۢAӰ=^M~T<]>-OOc4Q*;᳅Rۆk=[ۇ"^<emr 0]:]-)
-(NP>@v6hh!dʐO3$} FB-jai ve[|刽In
-< fQ$[{Y Ѯ=gobmLT޷82;
-+_.2 d"J`Q<;F_Oil\J)6έ;zG#tp2!{S }}&wHx04Ʊu_Zijp-rcLzD^Yf0ӚmG<^Grɖp1׬dW`AgԵA wȍ$~n>-
-P^۪p \ T
-=N]l3 Ymoү)0:UU%ȴxrś{h;Cb-/s
-\
-z(
-l'Yt>[6Yk~cY2ATS
-̮@7J^ĊD{DHOQ@ T
-{w10 [lEV9 8g\;Yuиm$s䠋ﰊZB.ks`9*7Wz{ze?KWl`u+
- hʚ2s>^'(*@Y)Uf18ϾkCCDd vxf=^.X.uXx6EMF.`؁ MDǏіV)?m dvpCy ]EEg6l_2W |&luMۿ*uⶊv=fí q8Ƚ}+b'뾖z?;meC1@~fl?ZwA3=&ӆ# Ӷo=8 l,R;8&
-(Of?ɚ+deFJ8Ng!>?Ī9\0e9@B76:8pkgQܔwnL+Oj5|.3ZDFhѾv=V"IV]jɔ >U.[ʪBޫ:FDkYMOzV.ꗩutVƯn+= ʚ_U, g'D6J"-z)¨iJUbpklJI`bpI@@
-L_sk|G
-*]0⿓h ԛVR.kғ/ы9H؁77Ŏ'3ǽ䳹za~McNH |ȑԛSe4xJ+wd<~ODcj%fw$ҐbI4]e:7G`(CH ]n4jXw` HOTjwSua_]ES$ X zW߷o `o>yrã7mhs^;klk{pJ)˼F_mH~VCA:%ݾw&F@Vu[_ z]YWU[lXMe>Qցw qՊު$i!c̪&:k2"<ai.!L{`=1I- yjc
-k;t8y&!qpʧ_a=t\)6/=s-UV0 LS#yeFvsImMm㯦1U9/\њE;AI=Hpۗ;xüJd*!v%?p  V^Y~=DvL;8J5 !l?<BN:ZeH5赇`ue(,]6R ɖtdQӜirLnJGV'T\=nZJl_K/uG?m`T2^q9̘@nLXIO)&o`)Ihc9*7s4y|%Z3crr&jwi-Ҕ:Cs}B@(OZЃsv0>,n*Z 6d}_)I&S}oM_ X ꂌ(HZ@i|!mת7'όN;T4 [D*aޡ}R! 1YKsU`πeʋ޸ P`Lʔ!XL23YЃxA+UۮՑDj=z4S)<2gT 9oEyaIM?>[ʃ.eLgQ-|Ҙi?!mfFBr,*YYa{BЮZ§K`%a꜃kʧ`)Y'+3,Fa'_Q08uyR|FA
-oC#K.:
-< aZҝ r|RDlm
-Iqbyl\ԕ'.Y?28j|SA32/p;_I_P(:Pl.`h4ŀ^W׍vjqb0jhE75|U~
-%<R_,qvu&gњ'۾9 X@h_t{-C?(1 T
-V#~Yp!!JSfKh(ain09I͔\j'WnI)Y'Յ>FUv @$BpM|0O8t6|gfG<?|ɉi. cݓұ\g(4okSs#%aWf4ds ;w*S0<**VƖzf=
-A*qdUp73]0E+>E|T=nNscE8==XӈoP4D#;h>OvĿ5'N&I(=b%%βķP{\KDUaARe ?mHo|JQ/^!K9 m!mtO@gJ*Lhr:xɯ7N<}7o7sdG|ܯBPuUN 7EBݢ]j|5(҅C$/ kӜ}\9w0*;(}v '&S'FVÓqog篧;H?z瞬SBP*cx"uM>4l5VK9: ^nLkLconT J"} yr"qYwA'!vH+w0LpbO ;ٛ'E-VBFb eG.䠉v
-i։s-VVGar͍+) <=AMx~Gvs)TAAgz1^I
- \FM+
-/pr9д5ZHDU(4Q vz(`ͧp䂽S˜M~||~o]lmbn5M`|w>9_  nB5Zq1K:9>)'h5n=QY80J'Z
-<vP")!(#\`|aK=V^[$/g@W~\#0Oi{\n jh;|^ֱe?z-l=y\L&
-C7[><"F8tǾ7iVж9 '{(9Jv7y"8 6lFR>1SYFQ_{c2:avz);7GB9
-um{o17Sf>9,2 `x<v"JAǡ*߯G)caz. TԵ!э*~/
-(xā8VW욗lR;|,ʞD]Vғc,iqPyb@gU1;o5S BRYfkżeJ yivc'
-l tA'`ʆԠ }@ ebMԭ~yi0o_Ԫ8s1G/='#n7).;r[>i"ў3ېc}L *GȂW2$,]x\Дd=Td%kưth?ܐpN>My~Qm4`ѡ2 ztcyY?4_} =t
->(Lv/,0ID@3C0 2SA^[;~]jҞ"mDvZJf=^ Qg=6 ]Y/w`.lJ '$ݛ\6BH "~{;J`g8w
-6|KWCCau3hyva0xU]7 LhSj6P4JfhgԘ72hrvä5v.uYhY#IRQ $<JQ67w|VAŮmU tDMs!^d])g9μs]V>+69/o\_#^r_AO ;\iC,oRVf0 ePˆ(^T ``˰K6qB,[yMf746`MY<yՓ=fC\`wpHR B4̆rT7 Mbx:ރ"ʧKů^WVһx.HN&L 2(Yfڠhe@EQzK9%c$HG|-C>%6؎х;Z
-؁KO$H*,BS~%P
-=;r7
-Ǣ}[
-/l" H[ɲtDUuLIԅAp9zKXp 68:փ7/pVGnMݲD㩗X$8űՆ°*8g2z9[s^Zw0hTüj5o3oʸ
-^7u3
-#hy mUYAgx#޿'cGܒsŪ->x40GP3@,P+ѧ63 X#[^?ĬM1Nd:]զ6]ȧҼ]A1iЊ8*ɢ3X Kp!*eõtuV鄂KF}J̈́Zə8^X؍rR°[0!!%_
-"y[QFZwc7.it
-åGĭ2K!b[% Vc Z9\"[Snkڗ~6;6Umz^Cʹ rs01cm`6~|)űj,&^+Ama4Rٸ {&^| -ï+w+$_b\tMQbN-L/xm< Q3r
-eUX1R%W #pe96^sΛd
-e<o[q=Ȗ~ͭ[4D߾R;ll׮\}
-6l݃]R\'(wd _eS~(V;+YT=gn
-d=` H!q!SZH@Z-#>nc>xc9kt@։Ye -Tr\ܙ jΐ7 e=)+Ls T̰a\4?M?1pUx`1Ų"DzsjtW-v"y7Q+ H4}1'řan֐'D~pz^ͪ9(hW`x8
-%L
-Jи~[/7~4ܷga!5)Ru+}M:tˇ'F&!IqД Ps!Þog|(k*L' u#boߨ. @qh:lW*CF𚄸HsʣN7ui`Ng%@*
-q#ZN"nRjޛ[q#%Za:~0cbRݣPNSs}N*›PZ;`G|фR+RdM;/Rd/
- d+!Ѕ TwjA)ի}<Kaۈ4Ʈf=>>%;FnɍE~^l䳕QdlyVEn%&:/-Ȫ!F={:0z}޵|+l+xx7H{"p>_0䜆7
-s5Pu-w2 7zV =L%ZVιw
-DnmEjDR=^ =(;⯑{fq > [$i8demv1Cs_\L$-[2̍YQxy$R塖L
-.!!TGl$
-x)TBZYk}OO@F7tÒI93tn2)H[!H<*{
-=j-0h(!UQc̲tNjW7PJCiMzp&Ґ2(8bE!PNQ
-f
-2b# Q^m#XoCL4tYHzJ1snĒ50':%VEx"}bsbdå}+Y0$C%m9js
-hC"erZSf0\|a&z4b!6ŃE$T= e)߅C<$"[m&)튓"[zP6t=9.mK!B#`?z@vq.Ӕ[;.<]_mk&W4WUGVy,dN`W:FmT/GVݙR[Dl\5pc7~_6WW6s1m?%]=ZW_4<GH <A%[Qk,&!9 (sV=_slNtW'>
-UVt]Yn
-e/iQLpYuyQEߎ!N$ھ:s)ZۢL+j^-**-7W
- B2
-\q~*= 9ØR6z
-3 H\~jV 0㊮FI:-sV?<?I H_-}VȏqB ݘ& L
-bZ
-
-gSJA֝Ac}>Uó^1
-+#g1HS¡'qVMѰgifb+gJ?[ ēNA
-r|Vrg垮
-Bk?F7&L:f2_jي{bMb&Jf\yirR>^`ֵEN֒[|NJ%Z? !a)q_[з{Y!))QzHB9'8["AUkLknhga,J{VJ$D`^(2"Eezd5Uc!JԠ2^Yw ;)$91V6z.OIR `dO$ށjB &]gvL\LLڙMG%͎<V0Vƾq.Ɉ$3IgH^?L{8ncwIcDY)& szXi6j[I{EC
-L::X5]8].]^}ͷHԨ57Zߧ8_ ~S10?lp|@(&er,C~fg |{؏[ x_:Q h{~Ķ:{L
-#`W#KHe%(2 GQJN*ܴM4Id3$)fD`R#]%yUMq,% GUd7$*.(]\Pw^m/L] z,Ռbct
-L4{{-K ^oi>vc*=
- b]若PMyJpL2uY@WώQDξ̹ lތN^nka<+o+*BIjU^(X!zELxk uWPaa)4q8,h\mӟo޵8
- NBM`7Ґw=(#~W(^c%'JP죓.B˒
-t%2|-l{E0ȥ*s<'Q>U8*Ma̕T.FaLpJB
-zV=y]`"*(Td;hWڻR ۸_fB/-/~C[27=ӧ&y4icRC^}A`䠴| =ŀݤXa'G6z)+Od'FM'jZ39he\˅-MkW։`P Xr {m.,BQ,T걊 ~g.߶C:Oڢhr|D+b#'0lYK1u%CML+зEa,Z/].vW^d=iNls%6cHQCI!
-
-΅jDgi][
-zS/SQ* MB kH,Qݾ:&RUu lχVpF? n :JylKw-;^2h kch62w+e<ےqο;JuW,%LR!mr2ႀ>$<]v薒"Bm\I!]c'B:"~ū^ GאI=¨]BB0Zdnq˧frުY~dx0e *('c"ܴs>3_]f WIOss /6|ʄ_ȶe~M0/+}m!8<1M퇝*\!1 K/=6꒤ԓ_:U%+ c^.E} oLi{"᫗& 9bX`ag7UEsOE&ɵbE9Ž@Q!#~sd4⥟">Dh9$J}}1j'++T
-{ځۅAOseTp܅J1f@_ &W{yUX﫴62=1`r. {kG\ 5%W)دP[&rrE=_v'\_:me6WpBpyrU$nhyΕ  [ʟNU P|v[^&Nկ?Q:JV?\ }~\>ر]#}>ݴw׫ 1]c>I
-qsa!ȍԊlwP3Fe֌f(=+r5G?c}ٳMվL`G^M, ̕8f"D)r8a
- }r#=Ի20N{&hR> ?LzmHyvGy~.6[H]Z-u+tt*G64 Ejd<чv
-J>#qpl7ܓqJm#ÒuwQ7;@y$Z7 3zŵAH{̄g3An͗_-7 y
-9U'淕O#YeHN68V$ߙz#ӜwM?؝yz~qQz Wjt>ğZ& .>muQR?Z:[@ќuqy,3 3VA;欐-pG
--^W u)YUBqły6Tx\ Wv_}鑩qb#`B;+vt2rv.L2w"0̔VS*qҰ 4G@"XG;GdzE D-‹H
-j+ws^,9[IhB#=_?rP#)yւ^2^Wxӥa3l5?AS2:cX̺/ 643R >l%M8TߴȍRi vs nM[n3\whfd(D̤ך'KN+WuF >0OpJ^nXrl($m&uב&D\#d\vQZQRťuS+*!IH
-W52߭
-Rg?*:|-/. ;Jmۡ}Š;VS<c)$mSw7Rsuj C{q41Z Ҡ=2KD&ZaxŒl?'CX)HpŹD[&<K;Imᮀ(_eȃu9kd/u![IJSEǍ ?]"6Y-Kjm#.\5#:AIΌ"?_Lb=htMJ7:ZH>A;%lB\:8%N$7$n|;n*66qߧĤ[v*uhCq\`zv/Kq,85Yz.@cTefRJCSK$۲N-}XUB{蘌yq(u+4l\\c5B׭Q4{g2H^Xd<eC"csh|Ժ$*'7! UҎoIs QP
-endstream
-endobj
-509 0 obj
-<<
-/Type /FontDescriptor
-/FontName /ETYTLP+LMRoman12-Bold
-/Flags 4
-/FontBBox [-476 -289 1577 1137]
-/Ascent 684
-/CapHeight 684
-/Descent -194
-/ItalicAngle 0
-/StemV 109
-/XHeight 444
-/CharSet (/C/E/F/I/N/O/R/S/T/U/V/a/b/c/colon/d/e/f/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/r/s/t/three/two/u/v/w/x/y/z)
-/FontFile 508 0 R
->>
-endobj
-510 0 obj
-<<
-/Length1 1843
-/Length2 22950
-/Length3 0
-/Length 24049
-/Filter /FlateDecode
->>
-stream
-xڴuT۶> )VxpwwwwwN(PNq=od$oYs$o(HDL`Ff^=9Bh9؋
-?|A. 2lf/N%7-}?i5C~:
-`_kd`=?{hЎCr+rGY<ɭ_dI7V;;
- g4HA0v|xO <쩳%D~rѴ4%"Tpr*µaVۺfF,mD.WSV4aYBl5*0}D؆F#3[ LG> f~}DbRf]#وK*Xi'S_0c'ZUqp/Z?1hu aJIH1PHN( `tXiz
-n2<wJ[_"CcyYV)OFYPw!&7n H:u ĸeqۦ4nHu/|qMաΉ H>O/{luvi^dor)b:g湧
-<J5d6EZfكu|1pA{AuN۞!j :S%K*ҋC=6\Szq&ź*[IyaSx_pѦ}iƏA"ۈ))8}X $ir$[D1t&&gP0
-[@T3,H +:@-㜏#5#/y`1ɦ $qeԙ=•–]qhj#IE*眊QTGH>' Q|r珚.GsoE Lg{P;\F)`Po17O|!$ζeh:>.=0[>P~X֫
-ǂrkf15'}Y]j17"\{7C쐔cNXgWO%AW52O/׹>4+oA9 A͒R5u^K$lVsDW$/,Y{{^%U}"A\a_ǪO._Iv箚Iqdz-%DqƂ'j ~ EUFXZ]+zG kvcqDfs%RqJ\44Qc45z CpG>DQ T P=9v*v%5ɓjyԊ
-僿8fʡp(W'9Y!'v}|vJW=b+. о,jdtʘ
-/Mw)1<}w(>ؾwo(0Oʑ/KTt{'ջkBHe~,{ϥD%}%G56GK"(|FJo?$Xu(5X/<|'D"K)sž:Qvx`\|**%64{I鰶!
--ŕhϴPUɿ +uNk87Ce9J̭
-&3^PEL*Bv4"WTc+oMhbI/4(Z? ¨
-𗫈)5CTvtKdxgV
-V%ӭ%z4Y2E/Wp=`r\757f/^XQ*kY(rN0媨X4yyhPVr99(iD)t:'h}]g/ZKJ5lvbA_Yoy\^p 23ZK"@gWx@(h's2%ާY; .
-Z.gcw•/
-38,=ץ3Kq#V\O_ʧ(Iq-[pF|3em<`!(-Z(G{AٚirWUCaە>xx VZxv?Ð1(/!FiWjdHunҗ%x
-XF}VveH s-2M76IVQ8z F=x [Uw6c=:_{*e
-8QP՟Հ_ƾqcZ
-c=LU$!›\3hEv̓p\kARQXR3BB}s+IMG@}5< sn߉AJPUJ[q!?cjLV{ӲR
-zR∋E\yyUo>#Da?"ۖ9i
--źKɲ¸^Yv;p[OPFa Dm X#U'q_u?Q3y2I)|Ԉ?;֯M0
-}(^HA
- cǨNOmsح >,nchZyfdUM$Ӭfԕ+p
--IԢ|:ҧ"BcX2+ںN<BlHD0aq.WDk[]Hp_fYQ"k< , @7;
-挾9ZI+ԁ|YEz<I.<m{|JY\4qLsUb-v׏@c9I 2|fmwFfI[@eWfd9IMMMTԔ(r ·a]+EM*(uR0{ L¡;&q20Yn;A۬4h R 4j5ΥoPܺk&8GP(_8Ո<1+vJzyICwJY{q.:Xlg@ć̐_دPqd\
-|#5nQ.J>߆Smm9&*xZ#7
-mi9l[*w
-6DžMe :|F-)\DrkhZ?ڶ=63x,;dI_>* 5A1/ a߉T{OkW*Ś9xI푅\ DR|sgxԗw#F^w7i:sҌjk`髚+vYMɵsz`I,O&.REiy`<U vDH/A5WǴuͩ_f8 X~}`tq4E+'@;NV,=jӴ9{326yFk*TN?vi_֕dFIfD-CURMts`w%CL'>/*WsP}V8~c>֠JB]gvKiK' O\;5#y2,T]'2 !~Vn+q(HR LiGU6C9aGz mˤ̴NRjPlC a"訙Ы̇SC)GiCpν s
-h6 s %c=\ߟ^fpB~6(-&ٔgxbKn̷C+w_l0лpE{rH8Bຜb4xވPEHv^Hx
-QV:?,QQP!b |)Ϊ%
-sRHϗp[+PihYͭG-3w|GB!~kY^#>T د ' 7)[!]ڕO7DDQhIb'8Y<mRv#pF}\l%{yW v!a~jk&`[>cswI8J1'ER<mUGÅN> ٘W@.f:G<~1XKa\b?%ꬒΤ9~ E%jęKD mXFp_$g
-}+tΰƶGӄ2Ƈ$2?]^Rglq}
-NñsA*g*EY^'Ϸj
-MB8|a神$~jw^YfjJso}p>;vV^#v4:|uTiY@nYqP8#\ufU\iARe&#ɕu3yʀCz!sq|H%m}B?)(3Xo5Ҕ}2&FH7F䶩еxR$_kK~?̐ctHhH'qõ[|C3x 0K(նHpRh} 9'gE밭G7KOʎwAiQxŗnojܶhxRbOmŃ⻻3BU+AhpVuG7_NrG|RqNʋ p8J5g0O*LA,TELߐvA&CWZi=Pe7U^lf G n3 ݙ7$<Hwq})X CD/ͥ4Vwmp2yn6cMmqx ڋ V,KMyO ؐl졊}/@J ӰZ!MȐjgی\ZTkHk Nc' %A6pc1D-Iyi7<pRH]Q z <n>]BUNuBCPDV϶1e5H
-nD"Em6N(\#"'DAH]F8{M6[z]‰Y3nbespKCy \5P\[pbF\!o
-}EoγXO}?fތ Qnz}NZo
-‡3"-A!`IYۯ҉;vBTVZ*Y$a3LPh af!Đ85EJrlTAx14( ۙXZ GФf3>o XZIc"!]
- i է5j*1RYwؽU3aNiHP>;Y%Nyw/]A>
-{VRcI:$):'\(Y>"4ɑ[^!fA'K6[xT44Qz !42*̱:heqoi䍶(y҈Juj-]Ki;ix82fi+k-F]B?~ndWyF;4/t6K'Q3èXe͙₱ Ȏ74z&$Cl;؈ѥ[to{<-NF8G]|~
-14ư\M7zvn[ =&dUiJOm4Ĩ<V+ݿL{VfsJl<g堉1
-FX׌63̶41> suVq G#A2Hs7邉hw_sՌۑN[`\a-+ds޶u@)8J#^avvI qn"GTif6#=th^
-=Q}0">1)D\x޾SIJў9 SYRZ SaMXQ/*[sIBU77&˽aX #_NQXB@iQ)QPo-Ct]07QG{涜{bĉ"B/3N7Do|;j7R.\jrGli(Ǎ6@
-/9|+S]2/D\%rHeUBIK؁\˲{-zڬ:h5s}rXfȠtg8IA9hq2.m%<%x,j(N(zaߎ]i\OHwL[&6@b
-woNgGeY?2w=$=hNNnxo;W%$y1Cn}uXk B85z%:4Ϩ} qEp
-0@n6I??ϕ(@c%rZ=+ޖugɟN|
-6I= zEBwU4766jReE:oԌ?-"}RSi.t_[ Hتx5_]%mqmcL/Np(4 cG72o,IFgyh}͗J FH <ZHBٝquλl]C5|RUIz 6̐~tR3bQR/#@Ie&&S
-笠^ϾQxB'MIBJC nM۱Zlbf74}ԉQA={Y;!3*{K$smCKie;p25U ^ L?Vh7]lP̡ʵkV#\sKkba@|Y/GHRt@eY,Dftˉ#`w=ݯ|U֙
-`ҼTȼs3=o%FSWR-T f R ͒UK40ggGz<C( Ns*tPOR0+K3'ĝSk#X.(` S i9s8g:
-Rsf,/N5xO
-3݌14WΖT?ŕJæy_~iAȄQp;.G8 8˿> /tݡ6hPIK]ȅ8]0S/^}0-&v=mmS)lZJ~a]@5$
-ScH
-ـD
-Ωc/¡/l(U̢c4:%>*-]k:kF&/A* n\, gi|_Xq_OT~s?Kf0$x܏0cvΣƳ+H.W@5P5.de v%EVV>Yl,afutnDHrʦ1jT"t
-Q I(ꥏKgZ6Yr3'Cqsb CGK &Wm#Nj;DL)!pTx09A^i!xE}&HNj\A#$5>`z86)W{)G
-V[(hZ4-]uⴇ^"+PἾM>qc2P%̝}urD79njvS&XvWh5.aa¶)M^1B5oijV[<|{(/L`( ;rxhxe΋i 15'&X 43pv(1Wse\ȕD[ĺ#@ͧ
-ʕ$2Lf*i6ۅ/?nSpnDpͦސF=EPYp;>nVxpSTq/٤ջĢBc7(]|DPbO9ptXE<L&wWrG||}YEQĄ6";&%ɔumK: EVJ!_ ɾ"@j,ek7<},$(&uE7"YBoFPp"Wx79<x/cC:YS|K3
-ࣖX1ܭRr׹gW7%VN gkuyz*<H%n!Nco@k
-jSpJJ_aIוwy#sy7w2}s6>FT~aܮ^=+~~&Mw
-J*qju& Õ'\˖A_}W@!P~- %~lъai>S 5攂<r^wVxzI7_te5ΤBYC&W|0J/o?u|iDx8`,Z8{k-S<WGkxiUq_s/95bk70>1(ZnUgw=1ĠUh\Uđy&-/o!49 dlN}f kų,ĉ1lg=ay>4a[9v1gc|^kQp4B`,~-g1NNO۪X\>:eK,R94h̜Χv3v({l-C28BzOQ{,Yܡ㥠ވ"hfrK#u$%0G۸ȱcи!4!{;tY)ZȌ᷹w,7!㊵f.۠q'fZf5z,+̲(
-7ofD] ߘ8Q6`}c啘r)Td PM6YxVvע2*Pm sZ:V;77frUX핳3z|(O؊7H~3u X א]#g `Rr 6t<)C7DdW) Ww+5du!!X3GSν,1Rh~Т> ' ^En灶f_[$T=~WK7PyWMa-mR?J☁v
-!#>WJ9=Rrgm̏ S11ȏwN䋦}Wrx3ɋq򭯨IˊҎ^δ
-H.+ S}L(@#o=e9>YTR:9t'KN*"9X);}DH&A?qgPjTuNK ~ʶ%ۑBٖI2g~^$B3
-Bx\Y\Sg.0|MDɶ.f@c^P-kXƑפ&}@HAJ܆)0=&!} g0&z
-F/w3 |
-?W E7z5í3Iqu0vXͼ!s' ;u["%~X>:2MdO:g]vdҨiJ
-&5\pRӽP焜.G=//vnֲ1-]x~FB>%s.y}4s[K8`7[Rxi"uLY9'h{f|#c5q~YLVzoCt=H>KB $byYSx^g`;(d vh-˔_E櫮V=poT]
-$3<Bmi9uqѳ7E&;tSe}'-g25^]bWJq&+C5XX٣m\|7[l=Q3ǿhUTif杬/Sm5"7\#~^ugDՏ́GfI%‘HBH:4r9em]S>Ǔa`_G\_,XN\tnXzyɊ tl+g9:( ]m@~5<xz5By`buZ7\@LF?T;.w^`2D._Ӵ6F$0‡zJD#?-0_C'ϛ-yT"E`G#zO?HX]]058,:/dB XҸ*ϛf,7Mr;+&f"CY*1VDjF\\6Id̄ҳ%20,Drng?v
-dދJ*AYPlG~J. n ^ w„M501ּ54H8lz'R]} [^(G.-@ #Dd.oJ\d_ǞEBŜKz5d =o:J$ je0k: ֫!k|\Hw@&3Xs<
-\C@mseЍs%[H[7W%V9%:(I <-3ЛC;8@[A4b¾s[LO1l^EJϰ '*nrTq`N 4,w?y#sSu
-gMG$]gC0:6j,?o)o E^x4&iLEN:ht!뉘]Whז&,-MZlO y.Vbf#C!Ρ3^$pBFy{f˗p㚑~L{Nk8ଗΖ閁 w`9]N!mTLO60#B=_6Mp ;Lm .o| 
-}jc;- 0|l{z|/혈2BNsXUuLsg *q=}boI)hTjb__є&̑%n5+Hro4 U1`]Z_D!`WM)(AT,__`<h
-::[Д'D&{UJˬœL#g/1bڳ\{8<xSa Y*6ltd1㹗wuU$82Y+anOm j0՝]`*nɕ1░ǜ_J3( C2K
-;@a9$nR xwi<Ǵ dFO'śA%J-?*~ю@{+=Fn~A
-`y7̻q3 *KL'O?@N94ネXQ7FWfMV%Am E=yFI{EfhyXSH-w#6ڧuұ9YX1P).wY"qχ<IJķnzL;K@|r0^PA)Ab`T]|ϟj9 WP{gem? }njT5wRi8f=n_efV^=yȿu]YBG:ʷ!.ab΢?</,ޡ<6`jml]+N%H~`;9&(ZVPzpT\ Bݦ!iHNMqHTU5ʮʒ _vQ?ߴmxWs]mFk|DJ81"<9C'ehoklvo02,IET\yG<'G=)ƃ
-OqD3{ja}e:RJ5("+e$fOvHeikb)=є&-krLcOV#)k23TK`P*sMt3ɍ1A ; ޼ ]gaO
-l]ʊ+O"iد\O Zw)kN kG FY0;@_>jhA99{Z{a|qcj33? mLYUʶQ{ !0Su6jm}Јvh
-kXʌ;[1 u0.#?ROqӚ*f]y[홡~ݽXk|%&qCNm}!fZӫb/|0@5yRg
-+EBϴ?Πa#f!]
-9E4դJk9¯
-摖K,zʮ^|g͠{tlh෪."UBtҤ\{)nhM7s12;h~LHf{R񩅉GB REo9=((3i6L.-w KYdB5񕧓CoCqe:~]h*Wɵ;0]<Gc!eQ7뷑p1/*?~4$X&G2
-O@LWAߐ_gL+ f>C7lmn&_%prc9eιK;qp-^Ñ: vZA.t!/6D>>‹w(rI~*DF4CFU-Z?>MWVj]"y
-@I2d29
-bϚ
-X2$"I~my|8#5ͫM%HG@x??ynf4'c#^h^2~0e#
-mFow^ikiːk@ ]AI/#@V;(BׄHbcE5>F
-JtWjt+b\a|~<)xa5x铪qz\EA+4yp
-endstream
-endobj
-511 0 obj
-<<
-/Type /FontDescriptor
-/FontName /PCLXFX+LMRoman9-Bold
-/Flags 4
-/FontBBox [-501 -299 1649 1136]
-/Ascent 700
-/CapHeight 700
-/Descent -194
-/ItalicAngle 0
-/StemV 117
-/XHeight 444
-/CharSet (/a/c/d/e/f/fi/h/i/n/o/p/r/s/t/u/x)
-/FontFile 510 0 R
->>
-endobj
-512 0 obj
-<<
-/Length1 1776
-/Length2 1705
-/Length3 0
-/Length 2778
-/Filter /FlateDecode
->>
-stream
-xڵUiXj4DG1,(&,QdB0@"Ub"jQ\@(ƦVJAELк>y&m=~'!"0`rY7 
-!B0F0a΅c5J\á>8 "`7u&@8>Jq/1@8Ys/B05ԤFc%S|0U2 IUY ($*,! cI 1R
-L=)HvP%T=/_pvu\tG>X|<ZMEH Of(
-ST:D/ZJk`]ǎOW4t E$)}r|h Cf{;Q0x,rlѕb2HaDl/?R Ì(Q&Ba
-=#!g>DhaiBHCT/4V mқBS&'
-"wY0a{#3gi6t1x̎Uz+{\;nr6uͭYwuF4!{WI8յHQcPnY/nF6C-ʂ15fFxG;참-v[Dk
-Fe&[nR]_,.s6xuHA-Ms>]85xQKFug;kO:SP[zOf~wڱu ΛnJ~[zovOyNY~c[sfU ,3 X]}4{y Q7Sj7`ϕO;+\Vxņ{8p2yLͫ96ŏ~yru%;YAv1Ѳ#A|~%/Aòw2+.*xU-'h^>/̊$ߊSOC$4y;򜆞r\]hf1lAݰqژ"3bmsV^|Xq81Gd/k5қ5囯x>'k_q} ]yOaz+bwG1eȋ??Ѽ4r`sO)S[LbmN%}]#3wwYPΰT|*U]ttzy[^X5P^2w;XJQ,i8keEsiu_+()u2~x_Vp(VrJ>\:JatS/1.ް9zz ٠2;5}߻
-|eŸ|n?os;>qaB:dTWf {on}́l[Rk;+ vi_㖉
-xg2\[On6#qƍymENtβ'%6ϧ޺yc{`iqUŏӿ*uj;unῐp$4usQ>c'~>7ک.1zIܖTdVٰ-"n}c9!`0,/[*l]医9_u}/ϐ7cjWFy{yd<C36{Uǯn}"DMeL.s7q
-endstream
-endobj
-513 0 obj
-<<
-/Type /FontDescriptor
-/FontName /IPDUEZ+LMMathExtension10-Regular
-/Flags 4
-/FontBBox [-24 -2960 1454 772]
-/Ascent 40
-/CapHeight 0
-/Descent -600
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/parenleftBig/parenrightBig/radicalBig/radicalbig)
-/FontFile 512 0 R
->>
-endobj
-514 0 obj
-<<
-/Length1 2172
-/Length2 7388
-/Length3 0
-/Length 8720
-/Filter /FlateDecode
->>
-stream
-xڵvuX[6 tH3"ݥR000t#)))"R"%H# HHI}}s?kg^{Gz2VpK"kh
-
-2Oxn
-e|g/>:`pdu`w/x2
-0+93m!:!N\ap7ZC`Vַ`e
-lť G ϙW.E(T
-t
-z}-(֣h4pܚ1f]dveEHRu_-D{PWn$[/+lփ>}nAe<t}\4ZddLBDSiPב׃K)45QB2H}t~S
-!S]L[OEDv; iCӲUrגJ'OGyD: F(VZ[ 6O=-gtG}+JZɆV0bp5ܘTF2LvZ/ A\y(N*ox>9@>*g?% .槉?5Rv6gS1EЙew,
-b+)hYj*IIL]ljǂKC\Fh4<f#PbCC)!eckDlܬ[~^z#6[_TZqYߧb$G~V$_ü[5N˺ovVꦨ-?$.xÓW<h4+']Q+&5$d;%袇%K_=iD+X\_11+1]p+ `e1W R^ˤ8ntE&w~p
-I4pWģ?`AKcgso p"4TI%ї]nR x%ܾ:7q~ٍ~-cFV+>PxD f6) PyG(ɟ br8﮹t(i5;踦 c?mN8HR5߰RMU=FRnE}5Ӳ01F;213aSח N1_G6 n[hp dN`ŝ=E|y:F#
-X!k&p D
-o7&sjYf\[,Qj=ИFRƢrdE w;5R?>^ev;aPHF!>z%"CW*;hrK'<Knpq'ASꃕecaI=͓=ۖp;֛7pg뾀rs΄=23D8;߸
-7mo%D1@hr .3yx﷋'aKqwh8&ՙyjY}
-8~ԙ-gxS*JcTt?¹H ]lѓê|AX8/x3lӂmҔr*2E]N!P%1|Jgi S4yŖ8:UB
-$(ji#'nTC EZ@tsBZ=\qy?Ĺd%cu3BWc:SwFpMOCCfcOuΫvM(/{(ۻ >/EvCW)~E m^Whc"vyb!6֨Τxx6|n*[rJnIp℆'tyVaϖB~{zFq}QӴrub%Ԣ@v^y i1XK5s79=f` 92
-~ OR']PɡinNgcbX
-:nsۨLאLK%TM '}Dx ωBl%_4a
- ([YCa96T`԰zÓ'*D>;SٮOzJnzU_XM>:HuQsk7ƒL~f U{Z R t X[A |Id^y?jr
-LCc4_%b0C"4jA:̆G LɾjYoBI"<LV4,_
-
-ѵx}Pp\/pK(]Zl&H)rLn;Jt o^rpX2L]􌛏 r8F]=R5nĪLsD]s~(pߜ3cf2<^&OL HIo+&ٰQ0FO`,[E2|oA}mYItdWً׳Vyw*cWwq7B|: 6@MB:Ѽ?3ȿWoPdD
- %ZA{ w Ǝ=rD. C.~^q5hv:<|OjG6* ^HVJ`El{ :V0H]ؽ;%]ߧLf(h7#2hkLRFQ.?ITDQTu-w<n ao0Ê]eTz'Ѝ3O?K Q9DCGHA֔&3^0mﭰcz-a̭B/'f;^+/'0t(K'RX]|2}c x]̘ND篔QP .:\2</lC&cU\l%~ [~Xm
-{Iz-[*?wm=xQl%3ZRΈO)ޞnO ٞc<#&v5}cHO| HoIZ2|<3ynO^Ix 1qHm˸yyW߽ލJ xMJuV*26$a= 5%ʻ y* :ƌyRFb= ?l)`ʉ%؆OcH'CxhL=?k[{FJxy`_/LAøSlP [5&N&_ ϱzW>楁D[{b^9ҭ>Niⵛx5=.W,X?LzV|0(81 >9L?Mb!1菤Nݦk L2k!CBB>D?>3!L`pPwŧ[{h J<ºaE`N{-,RB7BɅb?YY& 6Q8kEo"OW>[]*8| ^Pc~btpx})9$Ћ{rGO"nȳȻoycΤ ~*h; ﱯ7QQcE'^{]s
-&(k.FцouUqbF,H ‰'2⚟M/R>Qm+q/-A)S4&E`&i1jܪZr۬41CoP-<JR٫W/ |brB5B'r.MB6Xe"u$/P{y]$\.y<lQM>W3ѸKPC-+GTu˜CnH>ǐn?ĽhUI\zZҺ*srekE!й oi)
-b/ݯ[_pŕʓ=p)KUkj1ڳ6eP30>ᢹ0G鉊{gp7h7b[I޽g5p Rjlv\ᵷ0ΫSN_}-eFUFpI ezN~23 Nv.BHF&/" f5b嫱?:COaރɹ ^U,:!.J*a![wBiv^dLEJH˾b획6ey?^P*;c5 opJm9eOm 4Ȕ}9sIjplJa55o. LeưAĹ\uS#ˣDxf;N$~ٴ?_<11p%yeƘq5 ;嚾74L<R0>,dP\6*0e\}
-ljk\ȋ{|6])Iv__rm?*.C*1l]w u }|wڽ톪 [IiFa&{{-cjڕEI&mh])e-i҄CCJCH:Ja\ }M{k"vM0OQtNdK%%Ep[pnS.RLp׬Gbz/5m;/{>6 sϸb~A_إD{NUv%'Zo(@m}r wfwdug}K*lⳢ!vE:LE8Ś)<QsDTʌB&aO9dgfm؞(5]?1,r܈hlL(1vk"Kk|qNA5-YTqg{jKI~iSXۏ*|'qL0Lu]p/E]セX/Q*_jJ{XBՍLa߂J&GKG1DXncx$R&jȞ Rs{3JM?DVGC;b(L.Z' ijur_pUd0Zl&|*_koh7
-endstream
-endobj
-515 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KXQPYK+LMMathItalic10-Regular
-/Flags 4
-/FontBBox [-32 -250 1048 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 60
-/XHeight 431
-/CharSet (/A/B/F/L/P/a/alpha/arrowhookleft/b/beta/c/comma/d/e/f/greater/i/j/k/lambda/less/n/omega/period/pi/r/slash/t/theta/x/y)
-/FontFile 514 0 R
->>
-endobj
-516 0 obj
-<<
-/Length1 1780
-/Length2 3225
-/Length3 0
-/Length 4339
-/Filter /FlateDecode
->>
-stream
-xڵUy<T{͒YJkBKb̜a0s&LE% Ҋ$$$Q],{EYgvg>3g{;
-[TɰhC*NM}'`kgGD"JUu4"icL ;
-
-r383B:;c{+s3'gU[{vRCXȲ7'1v'4u
-jD ݭ3;k ^ˁF+sa[˝UwX{w!RBf-]\b j嶍[_qMiVUr T|F҆r
-^^ D KޓDž,oJ:I7{h5oȃG.TD=cms7׬6 U{W 7"5EĆk\ )@wQu ԁ׿o67(M5} $|inQ^"veK=9~VoK힎Z7eT!wI ύ-OkaՑ5ILa8|z?e<b6J;`\yGO]'<(?J$G3eJL;>͙FooʀRừgp}tr3Ͳ'23x?a_KIҢm$+_dfc@bsNR e >gƽ~/jdn7߄lr^?!wBTN=}Y>RB}f*sy"}M<Lzub*AxwA{hۣd_Wwc& xM"]6J~;erDռ6M<zkycq'\LS<uzh 8yۨ~?\`{/C*d`껱T ۗpx;o&TFnMx9>w@ؠFTT%SRj$>du4ځ_C&^ְ=v_)S{/- cmqbafS&
-=G펛ʮV?c6Uaґj&7B%>*<;/2bLnR䋩˦%%)yʿxլ{&~9N=H |YEBFlkU[E.>xv)~
-?8^m";ѧRyFO}`ƬLxڞO&8"ARXvUbZx3qO諙1VҼ@\ao@1h\߫K9vqi)*Cu\D C3*6_WUu5".c?hO̗tڮsRx"*<*F.f2_$9beu/tO'<Şy)#v}tb=T4ϝ5'V̘>3 "/d'Ն?:WŌ`CK5 No@ffUBiMe"ݧ"ڡ!MƗy3e)Ƌž`ek&3:{Mz,`tZ`oBeEGo2ƋFaG ƔMkEM۾"UWD<X[xNn*kX*2eVct5*վ ԇF>s6?#φ.ye,`UvϜn%܌.mcuA5JРόr[>w^Ƈ^Mm7gk(^(b~/֩9o^q##)򉓭uH߶QAW:%BpOafKFFwUxݰ,ފ([De>amlmt.GNb2eVaR]/-$՘Q'vvOzЛ̓j#<X31}QT.mKOŝڤHa >8Z}[~Y޷~]_(x똘Nbm_~j"}{aDը%+{,J ou9=W1;dC8e׫eGLXyoĈԝuY:0{UnfdF|6{l^Rj侜wtFHP_}7r7+yv GKKI‹/D7Y-(dZ2 _x{<B}Y"eCؖ]GdoN3tHo>=6犉O1J%KT+'HV1[EJq{+7qNyAe\qqԥ?:eCIc{DEޝ )U0rUr#L6iW1k.>\\{=h1]zׇ%cu]*H^4/q<yҽ%gfoS]uF$˽I"g0LJ(LWn>Ea]:Y_=vxk;Qhޤ4)gDŽo3a4'UE*~ײ,|栾p>.Q{zƹnQ:kT]-{T @S]‡:-؅NJw L\?
-C?)kxH
-wXK.$Dd9X·,.
-%Fͦy+5@L;_RU?0
-endstream
-endobj
-517 0 obj
-<<
-/Type /FontDescriptor
-/FontName /FPJXXO+LMMathItalic7-Regular
-/Flags 4
-/FontBBox [-1 -250 1171 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 72
-/XHeight 431
-/CharSet (/a/c/i/j/n/pi/slash/x)
-/FontFile 516 0 R
->>
-endobj
-518 0 obj
-<<
-/Length1 1711
-/Length2 2041
-/Length3 0
-/Length 3104
-/Filter /FlateDecode
->>
-stream
-xڵTy<Tk'v-=)35,Ce(4f9̜1궈J] n͖f+JuӢ{DBu[~s~=9^${. 9F)dcW-9KI>_"d
-2||
-?/߅d$<}s1N,/Kς?xpHg2X
-břƴtufHAXVԳw4B 눆}N0M]ߡ*Eb#\ p?@N_Rpᛍa
-F(-(c#J_՜L10)&MK`ņ< E Y(]OP@&< raLqE"v4ÔF1T\\(J`BFP OLx8css`V*L$(Wib|CrS}1
-]+ׯ?4 ~Ш9 *
-7[O2՟Q'ɝlWx} /Bv/e?z,\790U8z%-^{Y;7a_Og1Δ]}4 ~VbWƑ^z?g?.=H#Nj8LLIžnxуGNqvuJ{:d SF8Z/jzbjEǁ ui/h͵?άJ*幈qݤ4vaӖfǭiev+9 5㾓d4MX%X, 35Y"bmw[z4dNAۍf.g 9ƆߺjmFLI9#O~7+ؗvԡq u.;EV<'h6 ;{H~O<-xNҲ׵]^
-vxEܤb:E>27{huUС)LFfDʳRoijϵqUJ޾@SuI)Erګ!0HShf_MU)^@JjO׶=:fݣߺGg~&f%8bۼZsH#ܱ5Fz1az:!Nfo/zTBg{) ?3Iz*+ fqgJE:^Y\USt .{ \nocVhW `Etii\]w_ yy-*F=tBAz?Ko1:0ƻyv cMP_鼺EuOa)j?oH#ѵ:kwboBﲷs[Z9-JקD>j]xR̼W*g'iݨeީoo2^:HDi?ܧWv)n7 Tq9ݦjH"~CLvs YΞ70Y摿B; éri~B6H>[׸=K)b+Mۢy+_O)3F,lK<bfwu
-W;nPфm㏖ҟmc~ņK$L^ްt;2AsΙI«n{<;+\i'ެbcFvΎwk9K;iF"8`9BlgeY[0,yr;r `Ff[~s7wV _.b2Ykn|qNT XGNF 8mȴإn#~jD5}dzfWIl7a}iN^? /vl26=<=!i+:Z7˷06ҐU5YSZl$ /R $3j|3 }-oL`}/$!P4!uO<oz,s
-lrgh]o^K';OmՠaYQl0Ifazt#tNN~Wݞ+ox0/0ag՜5Yi*IH|v8h]
-z`['zEqt.U,h!7D]٪,7GVI\d$ߘNʯU~Z!iXǂZ'!sVG_WKg&iW p%70 8NVjnsҵ h[զ/{m;}[3:&Va kWCѓm>YExB;gڲm蕝5DQw촹ǘb,Q nlȍ7I܊W>vguv7}nV6m8>:9Hã^68%o_\fGCRknsK^1Myq鈋) E$2JVS펿(.YƟUpcmiP.\gqr#G tU=ORX{ô]oKNgn-
-endstream
-endobj
-519 0 obj
-<<
-/Type /FontDescriptor
-/FontName /LYXDLJ+LMMathItalic8-Regular
-/Flags 4
-/FontBBox [-24 -250 1110 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 72
-/XHeight 431
-/CharSet (/comma/n/period)
-/FontFile 518 0 R
->>
-endobj
-520 0 obj
-<<
-/Length1 1677
-/Length2 1235
-/Length3 0
-/Length 2254
-/Filter /FlateDecode
->>
-stream
-xڵTy\WW`"^x!'-9PH$U!y!C830֊*UEQUz (^x`ԅoVa?3NR$2 "2cta f0l( ⋅Bk01' )
-+ARȯq 22EYQ$0!d
-1l /fA8֓H>Ȉ.I8 Z@jF"df~RxQad"WXJH%re<LPo%$xO W"?!JrNTH"H8۶67 Ri6
-gԺ^{$Dh
-_#I3 Ik g/6!iguAK?0X@ U[IBMjp"}
-0T%){S|6`5sˆb'*9\.ZP5~+aB}[AAd'<7ډ͠0O*z00 97O'|]bwZظ 'nK+O[Nv]>;E3cz+6>DRu_QټtIG[)XTWP>?~3[\3y{*o$*:@F&5w<1@!w5vFr+ Snk:}jԃw}P$|8hn^nOU,G8:^kؠgCA26ܳ slFIk>8b(63Rtvaǜl8'U[r{{:?8:|ypdx
-3~I)9gmdb[mH_}I-oq9;/c n2wm/ZREB'7]]z6q-[czF2^[1S?h_Wp[YO
-wIZ݀QrQ ;rҳ;sόg~2fvM?qRz rW:čdǾ[1)C&sGߝqe4awcWUU&C=7kX{ͱQ,f2bՏ\ɫMzVT!,f:J횕VhMGu'6V,ҍt([F 89'RW+lwQ}ֶV3qҶbp{cv`^TtJ-^ɳ~dӊ\|E4&>ܘT~6sXٌqv|C{47;om?op;,
- MY;2g98v ^
-VLfh3Uuvz˩.LElL%yaʗz, u߯!6^sn]q\=S[Xlʲ]XICIܗ㚛?yK'6*yӰ3A#,.g飹}\\<^tlaMG˯1j.4ߝxއ.&~lOVns6w֭}::$pɡ2e,f_ڰ*tSW)GT,~"s݋ ){n-( K{ʡ
-/>(m-d|!q^kAʫu^IO__~g඄e#9\gݒ@H2·rM8eCFybmɖns0Rg7HaSOge6x;͖
-endstream
-endobj
-521 0 obj
-<<
-/Type /FontDescriptor
-/FontName /GLFSGS+LMMathItalic9-Regular
-/Flags 4
-/FontBBox [-29 -250 1075 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 28
-/XHeight 431
-/CharSet (/slash)
-/FontFile 520 0 R
->>
-endobj
-522 0 obj
-<<
-/Length1 3100
-/Length2 35183
-/Length3 0
-/Length 36825
-/Filter /FlateDecode
->>
-stream
-xڴuX= RfMJt4tww4JmϹ蹿kXc*ꌢf@)G0#+ @AQԁQ hfg`cba@wA` l P6Cb!,,H
-:XqG'/5WvF_~E1Lm=\mA
-WUde5
-UQA~SZ8U
- s+W߃)!A;b!rpUX) t0u08Mn
-
- Pͭo,Vv@Ȳe 9@/
-; C,!C_~ +
-! 'D ޅ(p#
-"{'Ib3jy2~l< =m!- D$;dv0A<0!I%AplnGd uTj/ ./5R%="vP SO] MMMh:sUt$AR`q)dg<+.? ܭ!W-xYi尤gw+!FxRcVď9bmIbM56wtrc?zЮWOE7vPRSXZx,ڗ.U,6fB B
-Yɪ*יjgCwT4`&DDhMGkT[xQDZ޲eXQ XNae *O2}UCv4%n;3G,j7`xuT |mw< Ң`*&OXkH2UՑ𿀽. w/_<G
-_ǔ w 6~F %ex]$c'_RkH o?:#$R6o[hrrCPA[)쑺1Cg,*l.&KD8uuêxAH~`Fj>"4볛,,;vF)8裭y“k(X]W?`4;/~r~Nf
-'jiԚvPמ~Wt 3->` ySXFtѣm\ewT6#y:9~0wٜϴ<~ѨA*+_7E`&B5" i-}R(Ϝюl+K(KMʋ
-T r;XzCcѼRڻל/NEl(5f[.I,Xjl=^sI¤,cΥ*NO6
-pΈHAa*w+4΄p^3⑙x~v_= c^Nҙ^\WTuʃhJ_UD˷ $o#"n3[=omxGµ4:Y
-o^HsqH鏫svF nӧ/7
-spt/V5sDfщE /Or{r45(Y+|90VrwGn#uEi㌝jڰuQ4y1IxAyucyh CX!$dAm(+?7 Oۧ]U~.S"ܯڷ"7޺Tw[PzyHn~@x{DW0єʹ1 CNeT-<\*Ж~Œ+SLTmk@[9 8n \_Pۺ9fU46Bؗy*) J/p\{Su4$ϴe؏G)`MAq&9@[8pT:9?}hюYxzLD"3^ǣ[zjvѻIϙ<Zx>
-6+V0#Jء:r fxl{u2CYrPʏ ^8.?L
-tz2YywD>`}JF)>.Zm7JԺ\פ%]XӘK[ mX?o):GϡQYU(O`!$Vk4XpomMUwo1NV&LS+~TZ=/~5Q8aK=Vn晡EѯHv $<}J{F&=6I'KQ\')}B
-~P97gEKQ Req`bFA -`n){Q9cw7tGkR=El"u
-Srjg*/Nm5 ɺ|QɡMʰSN
-kwx>b
-nLҖ8HF,h1)3Ρt7]S65@_fm*R]fw112\Xm,o2W5'Oj!ʬ=?WedD@^s4k}9YU7.ʉ{da}*ڽ)ś!DO'w=%v4 Yanťo@'{:|(o-z/]XnpD= \ ȮF ^]Pe3O/7|= n=7,8b6^v=GlSEggFTtE#p=Or[KW.ƞ{ÇUơbPU[ 1^ӭ6BI8ssfOdQΣJm
-bHe`>|gIs>uw;QUH[{FP5|(W9Frj1ZM0*tm@JN #Wo%n
-nw;_."]?v 0E(Iw paw r=^5^z/mq|ӑv+QEehx(Y'ܰJO|`]aNQ^f殼Rj=P#>c9En}FTo#ڇCKSqx۹ޫo'?饔t<߈gnYh: !&Jykj\vC)K JgпUKF|(; #_ci@S #-1F|sΘ !i $ =\CžG/=b@G|яYl-O&>|vTR_S| fý"HYUЇe{(_L᭹ʏX=3s w(?ohN{{\xvRA=n7Ey#;(CSWz\d܏[;(E9vjNm<m[NX93qsDPԀW=wғcxW6xp&aRyvm[KR8K0"@e` (#O_΢N{3̿Fwo܏UJ@TN+;ZV74>7N!^%B&t vO0lW`wS"?*ѳD
-V@`A5~Tf^?,o\b]f;E7 b s"Rm[<'w7S7Q1mgZ1SJ`>F-A3@mEQ\pFY;p*SjnoM_`3f
-D|\O} VZaԠJWmɜ&e X|[_7ʕb63ЭlB6++.Ђcpn;O8j^޸뺜RyȷP:3l' U]
-T[mci`/dMLv44G׆9|6⹬080*KD> KbX$T2.Yost`ޞdevĥ.<w Dz8?IZP`>+$wzAei';xANy;kt~5cp [07z.idqW$ <8(*rAy<uD=5HJl0Dheq! YTf/Vu
-]L^KVܒVuq.A%~rPI5+6Q
--Αbv:I/ID<If+0 vhw&?5OlcM'>Rm[Oa̖K2J[ DG 0-u9B@ˠI) 稬~y(a
-#Pc*ypRA-޼EE`;6vW#Ȕ_g1݋
-u}xbMCS zZ*O'. 03;y;=(8{qw.4DV&6 3fL tsdN/(єAҹ!V1ŪĢ R/p#h枝q(_ջB,>h}"fivӂ_M4U̔%]p>2F%'hS̮C2uk nj'g]< р'CBLN_*O^{"ojq
-髯}[3ò#D]Mp8bq5f:DgzD`$:aŝ`tJeJy *;T˶Qfb*$gnbôd0fNfIDUh>pgu%^܋3TW$EU[[}o5Ռͦ7G`mį&Y
-]Jhg3v0-WCqh]!kL72bDHKU_~:>Xn#WP
-L'e !`"Oј.oVsuD R2*?FHzi"v>Ŏʱ}R-Xg:3#Eܱ^ñ K )6:v٠oAyX&/ZI8n"5UW/N_N'̢"ӻ!ʍػM ~w>B{kX]["[dlQQH'txVhI¡^HYvݞ@J#JᶠMq>C 'ZOzl~n]jMFj<дh$EpA:ci:2yYAfKmř`ƍhTM49XK)xk {u AqQqZ-@> mdIFN Qc?|{P ^Yח]3?
-2EjϿy볖t+ls+4fP_b]k 8ic4
-%iO^ijkGYECQW\`(`>`͇p)>VtCW
-㭈iڶ67 XD-*S L8[[}>s g!F.[9dhUI6(cΫ=i8ړ}a 0cSޢi-Z֥5A{ $l U/Y$ؕ-p*o:e*Et:E(c}!.AazV76v ϙwMg&4MPJ yqvќ]P Pً%oѤ۵ K;
-9Հ]=:Y0і 51NGGbfe75LZ
-jmuv_ uYӐ0m}WcH:.GtSPE_Pǵ qV4L[O$ߟz~^G(\CGؾtD//Z<¿_2["VG ٟ:Ǯبz/ z-RC ˘֘9Rjdz㪶܀cHbDӡ5<b'irbtڟ$(\C/#hKܠκ֜Fc#oDw_f/cF#_NzϼJc$67jV+D+A+*cC]ex)v^K#O(w[%uYEH悂Uy8@ _~RC;쇦^()i>asSv>Y׈!x%c~לfpBG8(&
-j3i.}ì.pHLu0>j؈3(;Av'$ '-1 +9]-?B{YoWETT狢pQ068\^Vu{=?/:aPLfML5P[vw]ӵ%= to=>!,UPo$SaK X= M -YEK҈O9 Ylg&vV.$f*A_5MHWX$8;+b=ҧ09滐^s҃PR笯(ࢮ2mmܝs),r|j!5r6ҝ%kwt"3B4D1huySȖQI, Wu/$GqŢ-g21UHx?',%i%eRyC}q =@n= zɹzwf$H"T $dJ-+5[ ϶EM\ ɒBL'|u _pA@~qd\/4P}]z}zҳdHrtW2}+LߋZè)|.#]qc1 f:~0ҶdD#Դ7RY
-%2(-ٺWw.&)%
-%Ў9xW([ߕO)5
-l!zn37雩6`L6'YZS\T4S5"M ƏK/M
-}\FI"뙂wbu«+vͽS/|[MsPV,`+.Վ_]
-o*I?KGru7}K˅}Ͽ`i$@}R(Ďly^kQoH.J z :#.K/+csy ؞,=,M}]53\h4kLo+X=
-Ev/;rC$H?K[0?yRP7&^j2d8*Nge`ut]mׄN_OpF/Ygs0j=6\~rjM2J&. #_Ӫ8!F
-4*~\c~zV䏺1B(KDM q8e&//*4R%S/*#PB?jK[OcX&$6exi+R
-,"Eȵ`nUUkp>Wzd'*> *䣀Ma+
-cN`ɐi[˘P|yŃTq oZ\Ţ'nA#?ebŕTklc 'M2˻v
-~>ԃ>}VOtC.gYs!lr +2z)yN˻/UbEx( [=rm~ 0OV"!h`bkFɂdX4EONQSas1uoiix$zD 6<L){;wm?_>dKhE^W>"O,+> iQ> lpټT\x2@ˌ 7bt
-/d?#~fWz"E [ikI&sT >*!XXF[O>( 6EUl954jK̜1z84H1ePX]hOR`-I bƦJBשN$99[}/fROL7|e?"bai ,1eQw1xƿ 7'Ȟ}\a+ tb#=$tg/}Z[hPʮs$tѯ[̉2]F06,C_> ]+үYN#{FzAh+ƍǿ64϶%M!u9
-TwM7/G|aE ɏ2[`X`'4`bf2'_7! xzr;u7빾jh(A4ǢCB(2=93-uԮ1[5[-Jj`㱀KڦlǢMNϋB3hLS,I#Dh[q/]%`i !
-|:L~NRn_bU>ًkpteAuqV q|ۂΪ返{EkT4 ]o2;eb^.OtRk71K byWgU].e2bۡP(s]( TG~"ls;5̸^4ZSk,Q
-(]昭m_="zFS-}_Zޯm I^ d1a,97_!fЉ<`^MC~Hcvc-e[c3l K*Y< ~JiǪIйAC8iOa֣T ȧur;Z*`:&g/O* 0$
- [^I3'lIoe.^1sA^"_`h#aHYM*bfYN>c䄰
-j]1~YASAYp5!t)2SV 8[㳓-#Q# He N!C sK/r(Yodڞ'e7_01no} _hT9 'H<{X#xbƿ.{J4h_gIc%és䚊߱d7lay?}̿a%,<o"Sݬ,gx!} <*FJ2RAu<GŪ ^ƳV6MP <]vW(R}Sg ׉HY䀓VJb8-M/ѠUJiA7J -)M fT:R:Ƴ
-s*rgE5^][6KeXI։_P_|cVF`_Y>fUӮ[CX:I rY;S!9cp*ptW&Sf!M%A"xQǮaA!PZ+0W_ͽn3LToi4j"{ sz4apFizUIC7OBіpϵ|ewXxhIpck7yHgo5yzR\}z) k҅Yw]A7дM2x%MΕ7A0Nr{Zo/}K}#i;.I3CzfAsYJ.q}kE(^yORDƗ(2(֊Izٷ|JZ4Iԍ1}{oxBLQڃs|R[D7+Rf@ˀP
-Yp~4KwV.¤n
-f J~ ^4k QI¢S͉E9tXMo trz^S<@CK'Ffi7Аz
-.qjyNec/9~+2UkaǶuҘͲshAD-B|5 G 3 *k>s~[Oh^;Qe|;֟Ճmdb:jxҪx4b~-Q|HTxZ;BnhOuvr +gp%F{LRM
-90cI>\h(Q֣rq=C{ڄfV#io_Fgb*G[q
-T<;,q"y9:.v'dn+n
-Y+~F11HI# K7cPcŒHagxLu\a
-^z|I)O; QVQT-+mYTA61Q`OGs\S
-<4M'S!1x;RR 6\Hs%CGĦODK6f۴ϩ~Hh}02g)
-8tq*OkزPZ `iy痓t`ЪbPvtαW?SŤi}7܎XrΨ^sԀj9ivzFHK5U3)|GI3< ;uxE>ǒL`bBdKn Ƅn81,d;#bE@)GZad'9=>S=OG6phG~^+ǕO5Az}0 '5A(j-/θX&M
-,b 7X*Gu.RmR36v[T2Bky(:eݺ&hސcܡtbܓ;עLXW gw{" W JZԡA0g Q>چ.@`g99+-h4Yw8nIfr#(1evc3ノ({@jz]vϣ7Y
-U
-5 FnIMwf-5ۏ ʌ9gG#3~^[lS0
-HsR5W+Wձܴ" q@'_ @O)-4t^®K=)$_¬LkrjJ9]W>rO\i5+#GXؓ'$YEqLeR_B'Hz".hDxL?2X܇ZZ7}<#dh֚@~CXȖJwe}QHgF"3P9 ̊qbi|n5$nNk|:It>) e3 &<LW"0!d* O/@Jv?*9 bvz t9v3IlayB0mq8I쬍\R*sQ1
-<=sV9b?Ah|1-(̊Y5gng=0N.U@iU $31[ `4^C#FtW kY[oyNZHh~0F) L./k"3M'V"w5@GF{A2P B
-Nf;>/ 漮J^ݡ}e B!c!TH
-!ah 5 NXvMoln@tG1ߣs? /s)I: Ut
-lOQ:Uq=|9|T`뚜AjOJO}4$,} `GƛG&X,?"1D/>w=<GF@$ H1w.o2]ĢqCR!NJTSHNE<˳ a*k0 qhc*Pؚ3Д@Zw4<c"N5esM7_M<rL
-SlL{Ŀ~hw!we66@hGucnD7kp4͋Q,:b
-p|=uŔteLL[g՗,}#݅o^/}}Gh
- `r.VI=5U mmLXDë @9A%ɬ.`BZ%:{^m=
-e{ڸ.J"͂Xs3U!Cq
-ճ&eOXPՑ X-i;VBĻڬ
-+^~֡i/mL J?
-F+@ (&ܱwQVC+uZ]6h73^a Dw̸'Vof\1pAɕ96ƽg=n wz݋Lg6(%M}4=MNAˎR-L]]dt@[j/>pzGXaM
-s%.+l;es]u a8g :9s;J$r8TŞ (yPR. %l>7 r `@u~L4h|<d vn&Dtی};Js5OTg4x8[֘Rp5[T. /ÞL ykyO$0S*0jm( s).\rg9Mvgy9"I݀nےEPlYnKW
-m lMx`oH3wqe} ߝ'4aZXʀtI3{;+j2HȠs6\re gWa)l&ړ T;:)<<O'Km*s 9f)1 H|ͣchLTonP}E΃V^*eu^bHcfK>_꼨:T/HzCdȚ_(lNݽG.?x"͊? /Yv0,v@sאd' )P`/td
-6єp'S
-`3Zb?MbU_^ӣ oi(q/= bS)OzڇO.֯(T>W̦vZ5iMӢGwt:sdRR)i 2Z=IF9TgyCXea:kʚE>Xha
-F Vrx9˖u%ކ`-=Ax;JNm `;NqgwdV=Qd_.:+pG~]K0$rJ*/հ)r#;QZƫw緘Rͫgr# -ck"BRQ]=h N$С0cǢL
-sۻ)NLCLIӎ;8n" 0OH~^AQDh,ImѐGn}E nIwH|V&..9ucVB+èej%]+66kO Ĥibiݠ&% )z,h-n,BM29.s`2͂%웺62Nzl3h&/ݪxK0LUhI?M?2S^\cR!ݭ* jXUmyX.Be;V29f)4fq驫yRȋ>V+)+]8hXN?n9)&>n
-{X\CfEb :
-k<qa2ua盗zJ#)Rlj2Ս$TFBy١jī=84e5oCrp& 2@Ȝ>,Nuk ӤZuaC|1|2,
-yo
-im`02*k/$eTtS{,u"[ 6eG<Ο(׸'Ac⷇rKCXW yĤV\ŒYz/;7hd|f‘Z n~
-Q9*uL?%+|2dEVU&?ID{0qJ@[EV]5$i)pN .-_r.AKAh `2˱fzUJu<qM,гGLԴ q#_
-7QBp&ʁk y*
-+܏͗ /AK
-{Ju=L?(!&Mb2i0Ր1SҶB0M(B2eɠj<_Xp:݂Mw(̿= jY57[Yl=uRlP [%Ct0^vw6͎J6Q^Ze&ڃm7~57*mZB$5b/y6$tER@bdФeyտ*K1*>adFws'SCfA҈hOUz\:=
-2@\!LzڐFA_ /$?9LѮ9\ŐRR$nh2\ē.@=V֙%KN=QD,]EIAϜ-2LJ7ȯZ`Q[gU%NF |<f`w_#5D߮8e:Q|VTU3`1ƭ-'O5Y:4 iPC}pf~vHx_*l%1mXBpTr8e)0LI/5k̔yL"p[_N(IrqVQ֤vqE;%45mK E.P}~͆@rD<y+0 Vo*\4CʓWcNߕl7%ײ^[Br{/?ڗh~=. i_#" ^Nب'9!
-{L|Z]^`x);M/Ә0py?+r򭎙-iQ-
-K*@])0Ð"9tAwlBOs=|>S:
-ȵ6?&corSN7>LMN2l qgYCfb]e|B]&`].~&9bKOYL0 ޫP;}+u ~Bջ$k$Ь]\ˤiNh(&
-r7XLA O߈I✩D#`!΍13W xf ]BW :]K8"߲v+NdX"ۭZeo˟9!'4=U-֢
-N[:NP&.LvI"σ [
-ȭG{-;I46}u[71`SC66KPE4=hP88Y ~,j"WEȣċRN5'Xc͡9> ɘ2b>4J~hq=tR":n_I50 ?r($xwt;c5L 9T5HJWQȧ< _7@
-ke/]:`J`<GTũ'jǰ%ZPPŖK\m ct!+3OXOoC7JYHdGؒN7yxPgu%
-WP&*<"KŠͤx(7
-!W V͖4b䍺VTWQ K*3Gҿ`+LLAc N$E0$fP*$WV Hq4GvG{!zϸh5W8y:;׌c|,: L,5M͍VFelZ|g y-
-.=z~i]-䲡 4CvҫcrE$0*I#qvN4y3ebЧ< -EQ~ 2⎴9#s֌Xn!F w`C
-[g s:,T7
-McPXf>_*7 j:G4r $_%@7m䫂 mLouo4Gua:$X8,c.I5X-2*y`MEXmmXTaڱ|t[5J#qq sNP~jKQ@R -ay>@A uGoi^
-6
->
-6DŽs2˜^zN_+cB*NWctME;M6*Ё(4t/DJ*4fEutXC}Rm7h  'Yđ ߣ5ex~y8+^ {hz ym[1'ё1h#-@ _3KMz[>%F O
-M;IL]<4xQEnD9ל"}eDH}4(/H 嵸-,fP3dV}UV6֊I}dXX=6Vh3//B@8lczi+$9b(^i Gh@1-v9* 4kLscࠢT]ѹhyKSیl. z)
-d>: T`vLI=S}4VL'Nh,ë..vT k&[}ޘ| iˮ<Ue&7fWs;;XQ<[-عTe+F|;j[t;Fr,;mzYٲfN?ԁV[<&zJ1[/s aݠJZ6o/,D"_B-'^wأ%{"؁@$}8)eh'Ӭ(mU#`驿}5vlW?tVL M?
-]s7[Ơs_o*z*]0}i;_ɳt"bi|O?F*![.n}>@\كQJl2Mzo}ŋЮzr;Elg_v>A4\w̍f,0%@}x ![A
-pKЎBZzF"P]c % B??U4x΃{T>)k!eE VQ_@[,㭫3u%+ЕKQ%cԖl)đ^XC}6L+:_0yR5{TzVP$I,t&טc> 5.X<%/Ic_=5u1~щ.\nŸ rDR_;q'´Pb(k+iYBLZ00a
- Lbm98W &ntg$6R!Tĥ{Χ^\Nx$y+%+B WЋc_j_&[2.3=I/.$d ʉf<n4}[kq0_зˡp9)'MƓojU$J/~ַH-=L!OSafm*b0@y\l| <NlwKN٨ȁ|B69{s?ʡk^Yr$νp {\8[ɬ#Z
-u~.4roO!
-+o@g"l9Aq;:4L=O}fi11DZʿ,b4{dՕ`*DB]zUgsϘ"D@abt~DRA,W".L6 Lic ?*>\>Wϲ;jYח)p5}* $p}^I0+Xc'
-Nϒ#t{\97LVH!Y+O?zRrMX"06IDyFw' UypQˬxJu!" Ta>\ޑ,˒';X=mw5?g1~&g`a<rӝ7<"P)Gz7l]Ȅs`ig8LBw$"m+׃0_hN'IhmKW]`:]ȴpj89oqr[O5fQ KTPRY24Af|r6.t"oW@Ҍ0N wI6ICPۖ]K΋N1 "$ʥobǩ>=/Zfvwj`Vi:
-Bp+z7"dd&op;!nPim'57뵧Rd$j:P $Yi/ժb! %(#8]R15f
-`-KODc@ܾH[ ?CTU ,ԶNW56QӋ%6c&D }73UViz#S-&]`A8 kޮ}CxN_aWW&qZEL8
-ܐx?;<Y!YI/\3!tg囃>STW+;p;.j1zhD&g"2_D{=:eBEWş/vt<>N[TE .,&sl=4&YEQb+I5
-_
-a\kJu =M?d9w`G/(tY ,\ =&X1G4\TY[(쮩)t2 G"n )kE@RQ4boc LsMk.Wtr'B}b_n*Y=BiIxln2¶d!5gT{|dAEmwL&"rN݃T>.U55Uv *^YGڗ2r.M.2|@,k*:M#,j0)
-Nټ %^
-5V@ۗauZwE*Br,_cQȶ ּ8^>|
-|Oz3IWSB4٫^ݧP]ySF%823 YC;u:0B?<SlP]b:-ÅmOa4uTinE\d>U!o@^T5:VC el1J=MI#@
-- wft'\6"ԠXr&`һR%[$FQKKsDٍ+քͷw{{S&$)E"v#tww
-nwpO6 _mSw
-2 rW"ix Su(5 v$Ԓ_1xE!rQw%όW }Fc/FDY3.С*" !f-Qg&JDm\ U
-dnuGxEÿ [jyPT'|FY`B]捁B'Pd3"1 Y(!7aq@t`+4y%ۃHZ-d FTbi(QX_E\h"Ұx^3
-:EDRr%<;Oi}:8 M5X>3\m̝a)F yMYo.= ^+)+ml+
-[7P
-?omt}F\lyt0^ ] 4
-1/q' `JWhceZuhA_ܽ^"1ć MsT^?m3
-Gm$UZʡr릦ơ3D&kRڱqvVPEv>t;~(>Us xc9l[󴄼2)0H5p̌"`2@(L%>u;
-6{e
-h&%[fj 姷\oQvKuR,a(@H|
-iكcX9x>BqcY’v%ݠLvE"枖ׄs\0夔bY)]*5&)A Ū6/7WF(xQ6hD}Ɖ7V=b
-=tx{]&K·)d3L1=XKA2`:>Tz[*
-endstream
-endobj
-523 0 obj
-<<
-/Type /FontDescriptor
-/FontName /CZMNTH+LMRoman10-Regular
-/Flags 4
-/FontBBox [-430 -290 1417 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/asciicircum/asterisk/b/backslash/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 522 0 R
->>
-endobj
-524 0 obj
-<<
-/Length1 1976
-/Length2 21479
-/Length3 0
-/Length 22739
-/Filter /FlateDecode
->>
-stream
-xڴcx6v&IcĜضݠqnض4il7_zo{s ZZk~P)29
-Y?-\mA
-@h ${)ߝ.&^?1map+_
-ˡ)yN*qdV2;vɁBEYTEҼ~%Z!ض7RnTQ$Dr5ԃʻids rf'
-pda{1VXb}yFK/Bo5j, 3A"R F[L;x. w8^ᘼly1Z e'汬@x!NrUؠ3^s K362ԶXU‡!E' Uj8״|'5j:de8]S1iv:
-_LH%Kc!J7Q+H:=/AZ{= ֫Ðl>c-\n%7RaRݠr*9|x^9k,,ڧ~;V%9?Rd TtؖS ϲ%s? ,hv,z,4{ikS6`ߝ-&_鞥QjLJ19wq`={6Y( 
-6 EsgSf-oB尔%v%)c|0(n2}О$ ͷ3֦S) M`Q^L^mzw-S?9|t^~ɸ#0/dsK).aNù3B&MҩY;c#ネ9h؏V2ҝhf>u%C98
-D㿳\VW1+ p*mǐ/|ف1m߃\qy[ =M12-
- H#=QbeI3DV`n ؄f{\l0t:q3b `㮁c\/\TeH{r|}REڹC0#SNCcDG75R ;Je 3i QPsj`\L+7,{"Hi3Cr a?b=mVh`ovhщb@UGXYin6 57Uy,(;C&,
-,/qIsc<0.VgRf9UMkeN$4IO*FCGw+X;OPÍ2_l89#Wd!<}Gfr^4杏I Ysx l5a,CALTP63L>=c>RʰZ<̘|
-:=A2f-1, 8<<d0$G)-)G\D5͠ա4 :1g-]'J?zziT<nGA0(M
-̘>46g4߯5/C)/S춰4 Ȗv压5b4SO"!Y+Ef͹Ʉ>.JR'iɢT
-&RLՙLeXR~&:Uf΅VK4 L63{镗n
- hΦ3k$0*'; =̢u|)R6?GzcOh'\7;+0+7Ze|kOћkTЯ4gdB^PUC!33#^Yg|-ܳʃ*zLFZ(a|FV_|*zyNǞ=*dzv
-'Z" 3F ԶA``s:NӔk/˹):uǰX>GH{M"P3Upv1ݰƏ94$"Mң)K =J^tĞism?m`ZWȥa&H~/|\WyQ ZreAg7%Nke.r?NPHߒ6O8Jh7XmyK98nx380y$GmY$[P#MTV$~ܢ\%BAN7(+]Өh{jt.K7!ߔ:V|I R>}Pþ }uGjԊ7̞+Gy|nmچppoq|$Ԅi$Džzk%|QqtF~
-=bj.SV7}?٩@c5*pg'T8?_휙?q(H%TmtnfVin1 ˶7&B,t'+`I7KF sr{&w5EcQcV(?>4 Gs@xm(-&.Bf4:4܄Om=:hr{^5یơu =LХ- F+MXGNʗK4|٪} ?lvsWRGia ]CDsVt<]/ں/FTwc,{ةdI&ޔJ/P5|T<a_z~Cj \6XGPM+F>=7&O@ڰtK℘Auoz-bD?xLPb)Eق%kj_աXLn5 / ?:caQ($uYk6u-
-{5iFt]Ie>6JWF/ e!՚=`7omfk9،~MVC7 Hg6T ^@B6}kVv?(90VS)`L 1k FI} .J$V ߒ؊WӃKsᤩܫ8ѯi1R7EtQAH8fA,~Ώgv o0Fle<lE"#0>9$cĔ8a^Sw%[(i4N5qwGم)FZy̿EO)~#g!8/q1H
-?d(^gʃȂ`fu5ʼ%չ#y^W]in;4uWjrʈVܙ&`w*Eٳ g@k"Nv;%[F_s>7>\&?x%o(I6Ƌ="kĖg*^We~[R"BP\}5h=8>L$H9[?G=yǯoDOKSjyFj'C+m*H 0- e/%NQa!*U]^DyZ)P%ق;l$RKFڿ'l)ep99x1fKu>czjCg,j;Θ0e-qpӰcوnj
-lM$C9AFv)o^1_2&? O;5bX{dx~hAj®@# WD%Et5Y [IHuO˳'"DM; 6G&nb5ַ/&W9 Ѣ;'5f=9'`{a]|kOd1
-A00a'nB)Q&5qŮc}XW@)T`8
-V :ԫX٪!F#Z`$Ÿ\T̏­%x=LW@L4(y;
-7J4"p1:羬qL.wYO=NOhV,ݹEiU!?׹!?P['>qZG',㤤\?6N|Q 6{_W5LDN@dlq\*pň`PÁCսJ-» ۠rN4bFnSq>1<'Uu0 ]Ld:|F2,(E~Tm]SHDmj|
-Զ߳QK4Y k3!Z~FH'-߾/eb2܋TyO&}ˡEXIkf
- &: iv琏xғw#Ep7i[Pѩ\:W X@ReqLd8ۦAKK%v48Kesѱ+"Y8eyG^X7>Azvk >R4=X5uu8@Q8Y]ݎp]2I|<`ё
-WY_]kNBoux<F bVhte4Sb80$N=fvDD_3wffg!Ml F=_M+H$i K1>pcvCQڽH0ᯅv5ԼU:aœo6Ր\ݒ@c;?Q *@%┆KROk
-8, u?;~{:$ HΣ!t/fb
-`xLdY]T/+xG&`GKlc!RdTJٝ,g{l\C;g̜|<۠I=nֳṞr"4[KұAҵ׭*:!!J-}_MZ[B@JkAC8mVѼYXfiJ3#M0:Li?D/u -E q nϮQ*"ӫu؍tpR Bk 7td
-0*|[=$, f=}cptJr&9졉 Cr=?(wE6웖V1T11K\8%JOΊ`~62xtW^ K3Jј=cͯYĮB0XEa٭ERJhTOLHL$x
-X2ʯ02,g{ b6"-ńPv*9sN1ϔ歝9_j2JCМ9{##IS)OQun!YxH?]rӡEY@=TJ%eW(*۔nei.Sn|ӟM"E|hڢgJ`g?~`聾LUzm*@kAgzk*__-CNv^K
-lZCoandu?9,>G됣Hf/r+AK;<dy1GG.fd%z$`Š;!'k,@ΆGA!p5fT~Iv?+rՑ1GHǵ`l%\
-}S1]/?k׍gE{hЪGCĬ N&tl+o~צ?A38/xuAmOJvP4+I8'9ܗK޾ufn81qqF*#jO(>%S?bX­b^b~aOp|ޠF|%zt.ja\ >Xg'nY\RUYs\s7Vj]fa 3 W{EѨSYUmÆ2Lm?mS2H΁xI/Ҏ=,P4RrOgA1*(2!62O3dgX4AVp]ti_a;*+zFU8niKIq3sREMtb_g7ڃTE,3V&Ѣxo,*蘛alf XsN nl-i&0R;93:iSWson <oLnO
-K"p3/+o -kNr,%w_~CHrNn
-Gc>j> :&;8NP#OG(xJTH҄9m I/,h\1w=;7+v9}BRO\|,^z #UqH$r9ah߆V
-޾$H䥼,4MAV=q,o:0r<^#'EszLrlTJ?YBdE0D<bt"UW4Q~0~EDa)5cȚB G|.,
-rx8jUWY\a^0졦pv;vQR!oiX1D?"Q(fzf1eʼn** ݏw`3P36wn ;V&oc[L:OϚr<`K^ B@I &,>6[7΁z_^ n_z
-VXY,v):3bwmt
-,foK
-ߴpR²`Vc8p_V^1?ZiDh}ժ"{-̘׆5GYȐ<G$
--akԌs?H
-ҊS /6&QGKEKO4eLk=.tCIh+?89/!mv1m ͋3 d'`
-]ewNY]o f748(ma4Fx4E1)(b4T siF;'{Leźv` ^
-X5$ L \rzfʏG Rrd]=Zh;{ⷽ[ǡyw*cW\SbydiK¯]>Avf@RߵM b6Lc2qhfHxLPŢpu?{s΃Eu,BS˵in?=KxG]~w2a侹 >hb!M} 0`/S)+E3ڡi\)K)3x5qlmT9flR \ܰĆ<m5z˻I G/s!;MQ"sW|/6aѭY$+IlX8Њoۘfsg͗\$"q#,nǦsp.  ,P,Vt4;ps2>8t6: ׼Wh,$?*lӔv0[*$ p>͋dNU]!=DAd8KG 5axMvj}3>%>8t(Z+*¨)˯e(g@rU>- Ͷb+<
-yS!?GHu4w'(Hpw[(t;ОR1 ӡn纲) En^V|]0(U7l(I#]#{.lT9
-zN'VDz}Uu!FXW܃k-.>P>_QfuG:Vf
-_:N
-0t@4t\d+>eZ+P3J ?"Qvʄ \O 3nLdDZ71PyѪg~a67tfFHj8q Oص$ 7P0} Ie*}ZǓ3ms' e#/u AE諌}-w0W2Hޏs4PPX`m4y(.8
-Vwśg_HO 9A!oY0S8Vu8CN PbZEςuK~#7~ȎOMVa`^+&Lv[r~
-F$?_Wғfb쥮0=0ZqwWWhr |y d3._:ʬ2Lk}. B (yz[g8OF72 Kr-ΤΟy`fُ,A}ctc|t1,d{WL_m^oZXꔕhv^ou(ROM@/-ViNwkt` 'N97 T[Z9TV%?>P%Z".vxky\Ay%9vEJ8"8e/}^CsVکH`˔9xQ,W
-bj"n_7O02sw_=gSxp(Z.tWv:_)*K7mk,_{^}sT;tX5ûA-2uԝvփO4}78]@_GC} &]!iUbQj<cZ3h3sW_ 5 @RŢ"GFfrPjG?t^Ŷ %QEut{5b1:NR?9QM#BET۰<\%^q9DnT0b_o#CUY ̋W៼A*DjIXF8 sϊX%H+t%w&#-N N2vAF{{i6' L\[ &xjVE] Df8^YTqeɍ%J<# [BV8.9-q=0&*bbi{?}ihqt%8$*K)UQ'i7alcW9llKXO~;SOIdq;r_S1H 1{ =}"B'JJR#Ws=5R<}Yg5I|bm}!TD ;b/d( )z7Xym_Ɍ7e| ~F)*Uѓ%BU
-nEMD<dh˂Č/D"#K93avO5ӑKZWޱ67XZVxkA?.V_} ,)?#UhSnjV7ALqf?u&.n΢3LWC!ݍFS(mƩ؜J68}|b6M -V%$4vj%ZMȧkhgp22Ұп+% teαr\sD k6ژߋgϵsnO Ȯs:%J5 bX$'FKyHimV F%mkki+lJDբxmr7ΰF×kט7y <T903@wyWӯlzSf\"|Ϭ?h t>W-lb#ަ CҖ@Z*"ڡ," }nO"|aiNetzZ+~㒻nQ."뢽j d~,|hǔċJoUv,k7QG8j8Ɋ:0 QQL
-`eD1[X=@Cˢ>q%XJbm ؄;)=3 )p&K ެnLV(Kv)G2%wzoJyKxì=l=yNRhX~&iO eta5V1.3)efxs% bE%׵U=N^(šɗXNѢ&iOˀ8$i7grlj N O\YɟuG3}MS^+1}PMYc
-*9 QA 5%v > oacSۢ7ӊ7&!xj/tU'Iyb+nǒ_7CDb[8,{w~̶YGԘ7e4QH&b
-gPZNWa҇K^ץc 4qM)2H DE/1l}ʾ> V ]؁6 cܲ|2a-yNQ2AL(cE3f[8<{c˃_NfHІRJG5Pd)BZ1M'1kd(GaA
-?qY6FvE"xA]"m6g|ed.6WAk*% Z#
->@^ 4>dQp]
- {;=-<OwZ;H䢤4>4$X/rTJ4AýEq~FJ5-Op nx_-di;^QZXDs9j4 [هGtbd $S;y^Z7WU~#C@'}~5,G]8.}%GɴxiosVq)kSyy
-^
- j8J)0aЉXxֱ.@6pUDP :lSV1ϗ8ad.ruk;+ex5T5
-o|nc
-RrμA\ܶ
-.8=ut, F5YDY8EdY wwF ئ샛 _gU6Y(ٟY,ѱEX;~q=[VK€dRVDzˏ/Z|=-r$' ^៿_ k]"Xs.^[jv6B|H:>ŌF2q θ|1\=Bn9QZ$,xe4ٗ⟾0zIvt~/wj<(3$;\ޢѨgFpy;Q [)0<GތE8hPeZ^ƳR3MF_H B=Ljײ%*tI U3 z7[yǩ%*6N2n4{˜~Ar+sJ)=U9Tz=L^v:"@ϦCK9c~m^""dsc;ytމ%q;:[sN7<X3hBxg9Q3j2% x""LEA81$eiHrc|@ϑnY X$ŢyX^2sb=<Q#e9p:zt𲧋
-Ez@ 
-@veu5W
-!(4@ .*K`.ZLļwM|_OKi#*c_-4juOyP"67"6EkuVGx&L$
- 7/Jmi0M( v&fO4T\6k;|uD_C:ɺ`s-'FZm͆J\bLbD֕m,ŷ,]xKr
-wd _':tlr8t}5Pm9~ O_7u0|h
-Z.<OE毿b[Aïw{hsR#`J_F9G Ҕa1chςR6OSTkg98J
-W3,,ҫJO+ga x1E
-/p} jH:9cLmTA$wtԉz&$mi纽;jGWJ0*l} .w)2Tu1lK981/I„cyj|& hO uFL: *}[rt\v*=%@#&.W<V;̥ic4_A#l/{I0 aG_aW:Wp+*Hc9 tB=*=0:'&o#>PpsPTwFӖsKE4#vGU+ɏPaEaӬ=ʌÓ68#:iو"3F?!uU΀H5KԾ.%Zt:H)`;*0nntv4t+[ ֘= Z l0ብp_g]]FE5I]Bv
-ƒ>((5vPGqg;RtW<-,jgd7fHe$AĬ =*rbWE$|Ȝ*T§gn8gux> l֟tu&-3~뉆40k!c0@
-f` vg \v6+ӽD'ո=a m͏y9E\y$FA~TyEA gk=TIpc_;
-L^&Tp%hoxayFqm+TU/8pL=8CyA4Fф,x1߂X,ICs<KG{%YIB.{b$⥗n[1)ٳk)@ R?Fp/>[v<`(ewi{?<oaKS z?IHc8c!h@ηShJo804Cc!ӔǧUv=ivsW&ݴ];#˼
-e~Â bVr!ͽ
-`PM,[.(+K
-endstream
-endobj
-525 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KZOWGH+LMRoman12-Regular
-/Flags 4
-/FontBBox [-422 -280 1394 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/A/F/P/a/b/comma/d/e/five/l/n/o/one/parenleft/parenright/r/s/two/u/w/y/zero)
-/FontFile 524 0 R
->>
-endobj
-526 0 obj
-<<
-/Length1 1653
-/Length2 13161
-/Length3 0
-/Length 14234
-/Filter /FlateDecode
->>
-stream
-xڵeP\ݺ-; n &;wwȻϹ}߯WGs<W59*(wgf`ɫU.Ǝ
-88 $@LXAM
-wM
-O(
-g?;ڢ//N;?}4^1 q,|Myz~ݩ
-{X2R oέwSSkU>~Ou
-Ge`瞽=|s/yLxy#x`0t[r3eGw׉GԧDZ٬MaF7p:2.jGT]cۄ+~Ry k&ȐtZ^5n^$ HrE.tm){$./NxLqCg.#BbݷKhuˑ.2\ȱ|ʈAe#(MjEa=vsf< LUfVR;y,>Dge!_`ǵ9cD"@NvD&BľfG;4} BXBKqDA1숄/h,Ls1ڮ<=v"1 ]a,X<]NG\i^S؇8a}NDc,bUkJ˟!Kȧ6F~zbܬ{4 67>EAҲ<|$ axG14F!Y%V^AE &CꤒdTIW&
-6Dvߊlޤ}@ؙ>1:l=Z$2WP%SI­xu<q^y MXl6V2 yO}-[H$Y'tuǦ+ě'gE׻ m`S?
-@'1dSj}J4M^[4g TCkt\ReFD_5xklWkJ_'+
-X:/hdItC/<w&ъN1Di
- CtoXY1fw,0NFo}•q:ar<>[E(r
-_Pt_«?s<[+vٹg`JժY2$,t4MxUtoZ+8<?R9tT[2x&ڄې1G` D&Z[.:;?86_jJCNJnV4 $ѕBQghKOշj\5RC ^ds+RNp']m@Hpf2Oh-[yI<(br_PieUy!BiJJ*w:mܤ^aYf{nP*+{?wQa? %0nTэ) p?s"1s@_
-_M6a_@c%eYxCԉ
- Z9a{2a=rygթĵ{*PB]/+7^B
-oxPG] WOLs
-!E,@hrh Z8{],gQ6Q~-IM ,o:F=[uq6 sSW|-bްIw`M:9]ng9Eet 4a{,f;CղP4_QP!dT tEAA41HLXyN9=o=T
-q3:)ysQ,<
-X7i6lK(lz,q>iJ̿cbkW>JTY0WjxAh}!\QfQFSN0xȎ
-~(vC+a
-YN]qu7-C>t@r/Hτ$Ti j<ޖ/9}R)BXI@ $/`Yo {h/N F5lk8ҾJ`By=k[8G6k$2/,Z2P[n#ZؿL)I+53Zw -ơ-t?c LҟaCHCVܻybjQ$?Aa(CiYo>EDk!MŻp/
-
-ߑRI4Me"Ì8R?Q{آ"Γ$'_ٲ\sb-Ul%o?))}y#$ /IZ4D*Zw9E"1v'cwBav,Mr IDm"ji ㇈IH؇w Ƈqq-vOL-q-
-,W4=guV]_'XB&"lV30
-j͓2.xjAɳ0#33ά#o\c% W"To&V X~_uZc~[h@0:K5|V\#S0r/7!f+g^Q~(`0:q.HQ@֖<$7y gXF?Z߮RcF: Z8)  m@0ܺMUjBphږ9/V0
-gdOP}In9c+@B <[N%smJa?fqgd['ɠ Ldg#rel{L0? {0xT:.'a]XRrp*MEe2Vȏ&Hq4ym?PU H>DZ&Z k6z !?} /pؚsQ>2 ? !,2i 4sIGD- C{G+ܥ2j- ի'j+8o);|aq=4{kmsPîM?ԱɊ~R,Jh'oe2lG<Kmk&'|z5d(ork
-K$|\YCySd}Txl-7t*Qt~T;,ۙ`m!@.B`N;5Gq'V wFn+9 B3[pRvk ݍ R0GF*Z|>?q7(*k:/Xh;s"Ft;aoh]Ed( eq ml[CCD tmq9P#,sիczwKf&'|2_Ђ>('+V6;n->T>o޺쟊X
-o{D)1nF[<0kKAn<V s Jw',)}HOOKmBTb".&? 3ߌ!GeV$WT9SQO'9qR0a'hB(e9gC7)Iv肬' m~#m/FĜrR$%qwБF1 Rx0ے6K&ݞN l\DLLSq~.PL7Tk\e2uP>jt_q@=7&Ŷ4?qQ^"IxvEd?"sc;؁i`2X{u_'}w^ p4kpx} wWGwgCšp$35iHX*to-vˠXלdim"a{lxQiW͵C 4:TS2#&3glp`^e=8Mwr78H狿uEgӺB2 vFXaD;-c
-!^d*W<0$r̠ êuiTfdF0.' ǹm,5MI^tT\w#HK \j )Jl *GoE׊wyle/hJv˟M!{ڌ9.9)ژ<MW!c
-_O =s} .{D*qŒq?t:Ŵ5@\}q#lTRtm1sR~8gF/ࢳ˙w/
-U۲2U%ok;A]L%2ad\1RvʘYE_@B)-(s F Xyb`A PFAi GWJ$ь@./G]pOlS]ߚ;,W-~K սi3|̄`MZͤ7Bre :P Ihn6L'{ŋIt~שs53A-k޾E"?c.p#ď#Urj.;"~?x?]ƓI
-~>j DWḱ[8+Fvq8q4,8ʎGlDEvՑV $Z//\Z:Q_T}ش1-X5411%^D{ ֙vIF<:vk=6 z&nFFC^Xm^ >RY1ŨmrN$5 .F!,--mδr`+}DRx@Mg݂|&6>z5 ժ侬u`:@ִ*~0N p.CZsUyOkʜ*;k; Eq uwWQ
-
-\}XbhDVW82jc$pH]>162K4jb&od0KFڕb4%dn@^Z)WI).X T 9s&1 GULJyHo76wG^=_1,47Qkq }LD~d4{FԺ<#&JIˠH[9>%2gE6S]TfKxʐlhPGe~^`駁#UR̀+t4w4f}xa;A<:LEH}~"H'0M-rvmfmWh.>6t"7r"̓\7+HON^{XQѯ)T~@Lgwd|=rN$S2:ID d# I)01
-Sψ/h5؞vmUy$(C@_ޥ ``'bK tF&F[o*B։i9@|V[x|u0M&`\<"C;eExxAaL|XA
-iw!sJ!TQϜ
-.m4d#Mܨt7}!bȌM{Vt꩕ Ǒlڞ;2(kqQR΍#R,xsFрN
-յdC ;u2؟pF~Jm'mLhrC:ʥxho#0?P+rb x;ו+sAKaIx<.1rE0~Ǡ':ܼ{Z'oHLUeb/Wݮi' Otv0(N2ps!3m ds#ձܺu4/9Sb߸݀pj}W6(iSRe"ZU\q-%6kӛ~uT+W,ayhxo&)mĉ5bm22(vy0Te
-lKԝW7ϒ1N[G^wJ9 
-5Yl , U1=
-SPȚ
-8, JPu FPތ ZݶIգF l.-V{c&oE1i/P2vSsKNyvF:*Ǔ竔[Sh@MMƩ'(G~$i[uuink"
-bE"+طay7Yf("5-^K+Lo*¶oz 3d\igYq5R#' >~MO,R.) ܰL+Jsna'X]@i_2֢Ƨb6;,jYY B -$'g-F{gVE[&s:/;؎B`uXsܚ6%j/E:r Mely5ky zc# $]e*o[Dw},-P$Oo'nb=/{*19>Oם  3BZ]l(LՁ25O]Wa^:&crG,zS1"6@55ƹCM\*{E-[^ɣS/|^ll#4c%0\CW
-  S)T5aN  YxAGVp ``ģ
- Q ahW$(vK벮u<gꛩʤ&a*x`LDi)Py!O76 NL֢s2\2`ćCZp3+mRBA}Mo} E*5al $̋PC
-r*΅jrlP#\Nsiu쭗Q3<Bx sdRk Dee[a.3b ݟ/*֐͕Kf,^1!J҆Eڞ7Zo*5'ڬ_i4oђۿgYpwh( `w i] `&П?uf14qmd*1[5,
-ۧSͪn?Pϵ'-K+Cgm?yxZ8]p}{5s럽`qqsː4r6l%2/F`t~H <ZGr!c,W_p%ÅAqGEy0# ,CxW
-Q+#@\cG&zOF,9?!/zSm [z ytWd
-mPb㙨ދtY_s ia2a>چ8Vxqb5ޗ('Egǖ|@Yxgrēf塆;&G:S),\d+>E%en,öD_y$RGtV/?Ï&;Q>%J`DΓ FLũGRlS~nE)ʣX:iԐ?O^ˇXfƩ'~;&UHp&= (tTWhEkCf2T!.W&ŧ(b7aF3ҏkU`$ar&A|:_ P'[,ov[o ٵ8b(0Gܧ7沀޹cRU7YM1u/dd\xȬM>UR/"}/.@х4Y¶+СxgAe:\8*h6t_!w 8+O?ug+*n }|~<ks.f%O,n.J}21|y _,>VHDL7xȶ^
--h_-Zi)9z62{G5Wޣ;Tb)pؘp6k)zނ ve
-{>ni8UY,9Ά9A԰f(P9SD {YK
-endstream
-endobj
-527 0 obj
-<<
-/Type /FontDescriptor
-/FontName /GDEXXT+LMRoman5-Regular
-/Flags 4
-/FontBBox [-566 -303 1772 1126]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 106
-/XHeight 431
-/CharSet (/one/plus)
-/FontFile 526 0 R
->>
-endobj
-528 0 obj
-<<
-/Length1 1636
-/Length2 13651
-/Length3 0
-/Length 14672
-/Filter /FlateDecode
->>
-stream
-xڵeTݖ5Cp`;www)*ܝ,w ,t}Qd/{g: (21 n&53JhjI<
-ŕ Yـt)`G/g+k׿58V- 35{
-
-`
-2A8R-TEvL Q%E5+
-uK9I
-pz1sgq^t#D̻GVM%4`q y<?@ GCO)`N*2LȎ7R<&/_cYVokrs:S^D5\i#6j
- ;@ɨBz )^u##}g*yuw;Gx:h˖`X'l'*nI
-'U[xY@=5r FfIxBr *I
-4tð*p)!R |q
-Z:qm~Z`J]g})VOos"c!O]j/=yJ +ud;O
- N&w ϣ,J'z/ LH\4nWBBM-56YĜ (Gg@"'bKȞs4h"=/9U61z+XT ݀V3Ͻ
-@Q4F!j9Fs?VG5…I?ltQ )ǵǗDzQ'Иq-\|H69QNq/M kd A9҃oΗJq 8`tq51;pkDu6q#:2փ6TYǧ6k2O/"8sno MG
-[ GߧT]s1_X}E
-+w `_Sa t)my陯E0AАN1A0}7HnN[ÔEJԵXL9\@FZ^ %@q Q‰hPJw0S
-p
-ƩJucHOn-j@Ct{ME݋q2 
-lK iD~ -}!yPun +v$Dr
-MRJf@UepPiv""}2TΪ}iĽ';~
-4" u5wPZOoˋo
-
-5"f?_fU(kQF;Y$+mM]́h0Q /ܢ3UˑeϮ_. =)y0p(6o=*%V͟~O`-$ ńR[t#j&nXQڹѿވolmR>2JA=XJÁα{:{xnN)GfG weW칲_Y.1*ѱ1W/<^M,} Ws̋J[T]:9&S4](7Xc#qJ EY7;n<ΐ@c罏͸V`yHSzWoo\
-wxnUi/=u#2
-#oO[jֹ L3_D-/| <% 7\R.ĴO6#i™ѥ;i"Nc[ACuk^SaWl%Ҋ%=^2hҁ_Z'6 ^S0 g,??P -j NF8V|\8u![W"̼eCǂ |p6r0qJ\hu'%"㸆6~쀛 &K[W9S+q`e+6N*;Ȉtgّ-N|46RBwQ/zK 7NlnQ{8!t]_?֨ZoeHǾ)6AM-7m= ᑊ[칰LaaLT'J,jF{,[SС(1$և5%z~6U|+Ua'9ACEǪQRc_Qa^O 6YS%ziR[2%4naRTBE Enj[!yǎB]+=͉H~P+$!
-1&͈ڣ^})"՝41'W Nf?i%QYTx;E}*k5FUJa_~/7,W;)?f<?;fEw;sڕ1UHz^v&9
-=&yDdo2>(@"pҮM.FM༚Q0Aq8n;_g.<Ch;:jH%0<%WLߕRzȮ IIx+SU)knƉ-qʢо^W,A0lL竘ޢ Xsf,*v B6!Nd(MD~~GK_L8zήMh2d:ǡ7?@n}?'e¿0,'4>5jQ&MvY\ofe ^l.۳(Zگ\6 ?}*3?ʍITx :Vt\^q8 Tlډŷ (k_Lx:W(CC&/ζ{g,}K\׹
-ӗ!;*O IF"06|FgwE3lj]MM,yBB
- y/J9th*IB8~jE@ӿL@ry r0<LV@<i>੉ufX}%Ce8&f=Xg?R٣m]B @n0:on f&0[9.4P'Ϝ~m9Z(pg1IV]+D۵.fEЗ<RhA܏zV%hk[U%9lPefOc5!>w#r6ܚ^Ŀ*nb(=; Q ڵ%>1^)er;4KDP s-7#4aA)IWi EpwMfv?/KzFÊZ[nl}Ud/</PXt魃4PꭡzeA^2'a!19 Yk9_2Mvp&P\18!gL'~,5gfb&pM)`xR;XBmXOG/N4yAW^~7XOHTwa<WyәlLnP#%@[6hH9%SS$<D*n[NTX rjyheCyw8~ .nON~ΞJj AK!|Nd3;4)Ѡ=|g)2!ڝxv[>}xf!zנхdkq+Zf?Fi[e`m$,Yof+Gwsk$IՌNhz}2}nFEIPJS>&q?T3>%(׻ qj~.K'a)%?T
-uIŇ쉗D9@\9+^'V/R2e 6!jyu/D*2sb:Ѩ$5n?0p[*sΠ,97=|fHNB:\{iq+ kbS|sCJX$v 5ƒ6~ ΫQe'YTVɛw:'biǓ$w/-<g-b=l5bG徑G@D3J`cs 2/cc<1_ضuQ4ePTi8JjrܭAsCaO [3g'nGP 0<?PL퓯gx> #Àˋ|ID* 72_.eOP,skӔsw\3{rL~ (V"t[{Ch5q>=II)Ƅѐ?UyE>h2(0% [gA#&M _]|nzn{fR;" R x,<Zפ%&`J`s~cZ KỳS?ǃO38=ޛA6}g (.řOQ>6gvƾ$'=5{qW\B)z7R
-ܴ̬1vR`ebi+W3?1)Y'Z]F̢j Er
- @ϙAFvLnZteWb-}`k,/&5k_' |D{&*,zHGSےdtzهd ET,u|B[<t=Jup-<ǵ6[W.-c Nfx2;1IsǽʤfoGReS/a::gE8
-^TOղ{S$v=!/Kq*>o@`hqi;!#O]6'TE³>Kn}M 9;F1qxy/%P!ADdZ!-vq2$!u)ᄰDGh']j
-NױޤPCDOa;>|W!8qŞ\eb"쥺Mx8Ţí2<ǚK4ȼ8'X6Z"Kh18!i|j/F
-ؠhmm2?! eU~(5 u{3K8c{fL3=we7o>2s=阈)Lfg :ɿޮڟJ׳|]^tAOsy#Eߝ"%TS~UٗoxN{dE(_ sFw+ 'f6wA//&Oj=`jLs)~ͭGF3*]E7-*6nn%C9mT!7jn0pw?r\C#낯)p@1J⽿eW5BMhz
--}Byﻙ?Ntz-<@-W;ɾUE a{w@5q^ &_gk8~/-0)}5HLaF:%DnL|'"d'5H8x jj0wjY-GY)LxWgkGdTǟ!njnPkS[fA Sqq"g~?:z\aE:֘Kb!Ax/=٘u.
-s-zZ.|yc k¤vi <F6N/l ,qbDY-tk""t%];)E$(B8 9oDcP|á^\<)JG,W\45;~$s l2U[{ .dwJCΐ,;YXci>bjRs͎{2tA|60XбKgQ*ve8ՈWáwXm7Xgan$ha>ސWK״b0!F,YPu~O6D <6{m'Yٔ7^BiO9[]ٰmhh /姴V#vv i)a$"*czeDj"_x6EɎn0F&RfYߌ6
-*JVw
--OL,Ïh P#dW`?uG
-xiDH*t;p(
-
-M>KEɛSU~ uGFLvgm7P
-@UQʂ]M$
-/!ѶK|e'ɋ7'*^8±wc"%F(D3J)vI#R{Ӕ'e2sNse
-ӳJw+^"M=.P϶f'DVEo ~֝SGW=^aU wrڀ_?p3s{i00,7"n<y@gP7q2?4\&V5.DžT
-,ۉʝ&rpLBW!qv
-$S3uĴ0' 6Sk>]"t=pގoQF'TRr_jSUG29qTXn*lDBl뿌Gf%=pAl_K 3#L14UH8[޵nzDL̻seZ.*)C/.yodo~lWc݆or IeGqqǺd#7-6D_m{Ct YʑO;gmWmɥɿNLYkbv^/Y>FX̲3ˤrkFZ~}`J7P.
-r_#9jCtwq?g!1کdWgyYJ
-q6FNaCeE9,ycq?WQe
-v +*
-l;l FD~skܛ[b}N&ILdwRT|1<`֋(S2,*15T<bf[i^ckZs:F@i5O߭5BݮqeƬJYp:2?c'`j(KykEp~s
-&-cL @’c\ZY/]OU׬Ұr-Ew"L2V^'rW_b'LԧR/e| G!;ֽ"і/RR`PcB;dmOB-ݨTeYq3UiA */RLra`i&BxT%IGc2M}=\bO
-,)ܭiJ.h!l·'#K fruXn*q:^UЅ!!n/C\}+m:޲ȚuZW:m~L;Z1ri uٲ<|5P7ox- Mny`5`ǰ=j'XTB#.T tђm*v]'ZVz-]g\-3@OF3zynLo|r{x-Wy;"=fu3Yb曍NV@UJUr?RKz5G͙1寞nlDXmswS.SgGWVmJl %(ߊ\Un(7
-^9\[0{t"\@?0W4F&qIL{S&O3ӢyhC&
-5cU֒
-endstream
-endobj
-529 0 obj
-<<
-/Type /FontDescriptor
-/FontName /CKLDUR+LMRoman6-Regular
-/Flags 4
-/FontBBox [-515 -298 1647 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/one)
-/FontFile 528 0 R
->>
-endobj
-530 0 obj
-<<
-/Length1 1770
-/Length2 18460
-/Length3 0
-/Length 19600
-/Filter /FlateDecode
->>
-stream
-xڴeT[5kqBp(P܋wEw-^y<od$;k^"SQc53JفYX
-l܌.6Ǝ
- S 7H_Fw*߃qj9mpWKcbTT
-7eP)$ ؼ6%_l(Jgk2id(e~)hk&h v<Da\&4/u+amvtG'l#ht~{4]4m;,gՁռ/i3rU@DE/~CY5LJ$bgُ0_;?$H5z;>:o"촹pYCX̀IޓɱHT
- @}c̄EN4
-ߧo
-kX~bg򴸞ihR
-U+<#%TyF w/ǖ g|3:6eBHo> ik*إ/b mͯu8اT1֪+f@p{ R員ۦu:gݣ#tJ"s<MA"cPK߹pQ
-V8-f{]`ISeZ@ϡB:*Zd.` #t
-9+21رK_L󂣔j~"|Bx5rYyIJmc4'"0S8OvtO] *r8\ .*Ղ@ylNAaĂ8n;=P7fGP4@RKlH?##V-Q"K;Ε a $m5D);HEɄZZQ-u_?SnѨQKs晧!,' "N_qтYqKrA<r/vYz˺b&ywi!D6jb+92ohT;^+=Zy~NLeD;RB x1]z\SHUJ] tfFkܭk4G[P(}EB[2%a-?水/$uCme2HGSMUC}A˧)c7ڏi
-PNb:t+%
-_
-,"ʧ?>K8k` Ε6$3DkjOuMH} bMzA鱨żo^VMz=bBܭ#JV$ud`{
-4ɭ,>3 R}3E˔3rV٧zJD"/g| dB_vuPȼs [~;9oY"mco;jg qW?IbYL4NW_
-idˆ(a؏Wt$!G #fVPDN,HLʿ A>];0>,YC%  ~/p*az<\9:%aLo!QBzÍẢj.]ZSۭ°61WȯEhgQd:l.q|WD*0%\a$ًn<-ЇD,BLI^ҫ$jIs?]X N)QoC$d78̸Hg'挪,: 0nUW,1#rqX'`k8dWkA!u+:^]cc@YlǼ1#+SPcl:g nѢGc:q!ᱳMa0^u7,kRSz]D ه9YoRg%|_X7;ũl4/x~WeD!|*&V} Hו
-3gާFd}aL>-ncW,şg<%$h5tP?Botl%{MCc]ev
-&[B2*v)5+M r ]b^<Ϻ$pM{x(4.R۹\]}-q u`4E A&i3TNEdV<6ߤr}N%<`qU>W1r<v} 4ܟ_:Vu@95ٕ=74n2
-t6HMe?<n4-pcgyZ/2eTc7K9?Ê}|^5Ƃ; :XZMRRHNjY};wZ5'W*#U*=|Q;7!ZE?
- C/7o{ [n*O3kDէ~)9Zjtn)70Ex QJCa}Zڟ?+sZ|
-f{a.
-T@n*)2#f[W(f7u(؟a|w'W|ZD~ v vHNEalb:"! 𧧇EvxT
-D @G7Rʑ.Z{%ȋv`nV"N4İeHCck[M;iukrۃ&y>8v^ Q?A 8wLNLm?0,B\[g;m{P<^_sfO}]~BSPMz ol\g;|.I8An4S;mZ#g5UZ'X2n)$ǔDGo*fh[ാ%5S~ں~|-^)* ;oCU7hYwini3i +q1G*LS#9wqMJ.Tʽ¾h=͊sw a!X*H+K[Z+c+%K`ߴTdF\#/x/,>FY wB_8Sdoh!E}K0Dݹ…<-QG;*{v/f}
-Zok
-w|Iџ
-Rvq7$zAnb@.qƇ얌ۧzDpQ[-c+YsSANP@ؑ#n;>bOx9ǥ ɫa!Q0\@oeQowK3- C:7(çtؘ@[+T-q{v rAxqʛq>M` ~#çdU?>er24(P^R6Մj:C
-\{hcZ!JwWw6f
-&Q>D"TYk_s!l
-y<741}|ɨoCI|1a}YjLDbsRn:;=I~QG<Ք8pZ:e_!alO:t 2j,R; p{
- n v e!r1$]_c]f-<0bcR&
-S1[Ƈy5"סS_#CZ@DŽѨv<8*sbL E[ >,X:Lrd.ƗExT
-Fu@i穽~F0v~C }8151Mۡ2gg6jJ׎'??HcA|0CL5Z%:btm$ 5-|Y#uן-Y${etv3S(\ON0Y,Fbٗ{+7i-|G7o2)Cu^~6b9˪O3U`(m4ni5'ߤ4X*Dh``'Ls=Mq #!M/׷Nc<lș{ ?r@Jʭ{pL3N(R4?C%PaiF~K{w ~X~Όł)M$ٳL OWUCa(\f:yf+{ZY_JcLk'{fa|\x. I XH&hI.nZ[Kb*t1p^5K ycNx߫nӧXˎm>Jy#ޱ_\H|O M~Mj_Z+ AXIT:ʯ01O G
-&?g=w OEr:LvGx4n2:OD+rdFQ0C`J ՚JZ'+MvrHAu My*|V)ÎyV<%}HxzDzJz WW{xl
-GlLg$1QMoNi}:/4, IQ;𱵽8Ĭ=hlJ 4 A!qo`:^0[} OI5d藤  "5Xm<޲OQMs7LY՛b! m?v-CҺ.㴫i7\
-ۥ
-sn) 7lRXߌ>H7)k : #ULs1E`JШ,` `^஄S3A=H շj>Pbv&O' UׇX.HSذS Y8N WEHG@*Y$< Pz#+ RhJc+op:nm_ON^u&&ofUtTˮzp>qIGA IsD'9 : ֍6iͱm"|q<SץgUgK^I2$G[GH]mj|מ5}3R*,Ń8/<yx0O <YQW/T(*HiiH-d¦B; q<4Z<+(8Wqdɳ5
-L5>1iHep`jE*ePX];MIN6Z&=Bk$Kِyrf1嗊*sMgv1tO .O-p+v(  N#`s7HdhicG2{Uu:೯}zTrՄkH)(d;<:}E{~,hN'r\';̭=[Qm
-a8*ӗ1$Kru ՙŲRSƑDS~
-Oɂ<#!S(ȟYuhcrniX^_cU#p/Ѻs{F:k4Ϯe(VggM?һp5'߬Dד~@
-@yMٞ?_IRN8 yЇ&YiYph5%[Nk wGU^`Ш*$(3M8?1\.tF0yS.?s>‡tr#-2*}i$t=Z Qm{r;x (55_~[qz69] --N!zCYqAţ9
-}J?7^"-{`r|c-S6 (ܛ)T&淘\kچC=9~@
-߹(17mI^Aa2 z
-@F>m-zc_0YlֶPd
-a
-Xc /r+|̦+W9vs
-DԭhrBw
-Bl3nOlVwmfDeX?~_?@BTH4b'DSNEfȦc'? ~3x9hjM[(}zUk `*F)Co`<>~18vEq4/A]j/~16I'3%R\@rGeWGP_\ΒqATnb?v<-sY1o꤫-|8a1{{e`TDм7`+%$AMj,\N"M$[M նVеk<elv1@Pfu
-T<28!|N<ć`e⺨{!|2 ?؈ \wb84'd<>lx\YbT:ȻfS-
-.\˫!Z@ZYͭQ3VxKuKlsewOc`7mt#|{+~6?5tnہ\q"BML/>GAXAi}Dcruxh3zaq5|B( %@<  vvf?f
-vlWPVRbWC^ӄ|HF~WP{#^ArYO}+ԔEE1wO|3Xq)=h"f @Pe/>Qo2P[wM3.e; n+-N}Zh%fyVmLsoRƍ2]pD'qI
-VWS=-.[8ϊ E[9;WYI_UA#,VjI$ؖ^YZ|2p8~CeF?zEd ׿6ͯ ʣ}G,VZZSo^XlNq%,YZVȏm滹&InNa{̤kcݨ*idZ튛q4w1pOE!ZnZvyчd2=SR=aZb҇ N(w_RS$UΝs@OsЈ|L$Ϧl*B])7iog\d-pȶ4Lẽ3k,Ddw L( <VYWx*V犬9t-xbC7iXnVU<KDgyQONrYR o(U\CJ4N/k#/ߎlէ:6v+nCm􊤴 9"{r܏僚FAN-FVTl8l$x 1HN` a'])FI'-RK9NcB#{^Fz&79gБ.&P|Hm+A:p \ffx[Rkqt+"@y<UBJ:\Nq<Oɪ_W/G'3)EmF
-M"mq/y]Dw-
-eC|g+mFL"OBNsif#vTjzEb:нCOKJ n锔ጂlyXauGqFwՋOI=ve"L͉J.[2N
-V$Ia{Χ~֘yuRҸ6A(^a_RDǰ$X &ů µ<g.m48EbnT=g9Hmy
-C;R:^H1 Ik+aeF/d AzYDun\3U? ?%@UjDPO,YO~[۟qeC2veunC9ItF1Q0:jRM7:zhV}_󁕕"G.D~lƠJ4Yw qU<̭@°iHpƔcGTU;Os
-EIYJ)1 FXM:+0p#@)m ֬L"kivlF\KN w@qRؑ) f7V$]BJ.*ail7BoCN?KtN
-α!н.n,.?7+UFe+E5ۡc6YCΣ%<Vя2ų$l/o^~ Ȑ@DS/rn@YyftjB/ s))v8>ɓG^~qC>%SW7pLOC +).+!U,c8Lݮ[uc0~P~r3  =GìSM`?T-^ VXm iJl+Òe[ FBQp$2Vw:DcSZIl2*Ѡ}NGvɐJ+lռBSkDݷq
-ltQ лL Ã[)2┖ió'fwKZWFi6e|QpQ
-0?ʼ;j鉘o*y[?z
-K.$X]q2p5\\B@a^WCfq*Hn%lL^m3^R:)E#\f6m)r&w0]w63{?{L"Bkmͳ11ݣ&o*kfkZ+ɏ<l%HS]OckQXvm^(z :!V]{pP7DǎS5mqHAOdFM{`F[#DtU܎ո-82jn{6x
-WX#
-*p0?qơ.a'FCvI'
-FE'
- <j W2`bz`<*?0辟7L'ᑗkE;[Χ!RB'3nSE@?MEt?
-H/SJ.
-.V2Xm.i"~6c<,Ry)fȮ[2&mѦykQ~M0};C=Pu21Q^Uoҧ=!Qޅ EnOd}͓U:H蜙?ZEE; ]dMGJkch*ng( Jf35rZu-aZꐢi=E*eaEE[;X0nȤLj'Soo2bZ )?Nu*DD],C1)d#fS ?j'ˣ_
-TwT&
-vETdYF ?բg8Kss`*B ;ǟ:s}N Q}Y{75{ۗAuږݭRPBލIEUt-ೞ&p"6Z!bSf|:qTAx4pLU]PsQ/:X=SkCbo|zܴnB mo Q1DY="dA6)aBL_W%Ȱ5>R#Bu1& 2dSƪsRç,8m Vx{t2յ$ٲϴjS:`<VTJQW6.qrw<nKF<5K[!?'˻jos5Sx+kzK+OoMdJ ~H?,J^ ?<{/+/,#R~H}23曶p%H_FrL96h?s^; 羵1Q6[:"}w(ꘅ q*{>7 !{A׸tBR-3<[z"ހ)AȽ1FNGD=$]=>U1qEnr,Zn zí`85 u%@EO|m@AaԦ[7NJMd$_7gpZDfKkЂu66U"%-AC2΢۱b^w! O2跔~ŪPrPCKqLʼ3.QULI,
-O1
-ٌ|B8޶qCqdNAŏ:2z%5h>Mxšי~_ؘ.IlAn(G'b*4{iDu dXU#nŃW)x$75J^)Ys.'9>=ij.XŕO^b~B߄,a|1+ڰ @ƕ<7CjܛB%][k)9ٞ*⃯uۛL&I [#@ؔW+&zH&xB1hy4~unU#r5ҏ5A*ȺkݨC%Ľ-(nsdTJRݞƃK6\9ÝmuV:0
-P- YLsUĴ"&\we؅ 2Qbp^_z[I.C\ϧJb IJCKA:&pi\, -јm ZT7"r\cQ-zVgN2F$IK}V⓾W)
-vѐte2 mw$Kf)8"Gs nNl
-풞*LI0S#>VqXÄxl,B`]QaOfDC3tenNk1TVL۠xkCPHgI)۔ܘK¤rS,I_)q.&6B]:V+W)客@ߴ'ա2 h6]FگZ|qXGպ*n$0JPiykJ;  "@uXM?FZ:2}|
-W/֩F468Ov$tdRhbAF<UŇ#G!M ،N%0X.A&>C`!,¬pDhpGy]>'[$p~/,ZW&IC <%U* E[1ftgxxBG6BM :SXx%[FYmF^hhE^m\װBnWP3NA0αt b7ԖG;xkT* <`4_ۧ\,[+"U<%tJXMD:f6ɢIiCN?dwG.gr*c
-ȢQǭ6e^Yb2Ĉ6؆"Ϭ%!gddO9&a+x2{4-$gaZ)0ZZ'VsKe%:z~څ
-߬!v%lnQ_ÛXL£)0NIlcdH=
-endstream
-endobj
-531 0 obj
-<<
-/Type /FontDescriptor
-/FontName /RJJWMV+LMRoman7-Regular
-/Flags 4
-/FontBBox [-483 -292 1562 1124]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 79
-/XHeight 431
-/CharSet (/A/five/four/nine/one/plus/three/two/zero)
-/FontFile 530 0 R
->>
-endobj
-532 0 obj
-<<
-/Length1 2023
-/Length2 24536
-/Length3 0
-/Length 25788
-/Filter /FlateDecode
->>
-stream
-xڴweXڶ-^\Jpw- Nk^[Z
-s}"cXsP3MR` 3+@AQ loeRZڙ8ؙYY9ĝ&.` bP6syK}`eDNoNs'@b
-2_l
-@ rIi6ʷ7˿ OMhceW]L\\=4":9._b෕y\1\l@{?{f ˦($+%&<"m: fPr>pXD* 2ۿvF3> 9<YmA`w[X-LՁEd
-76K 
-`vB<
-PsuY|5]@mk(8Y{賾L7?G/d=8&qGٿnn7/sE@"،?&9Wpy\<JtD.9Pȿs&uXA7TCcٖe\UdWїMRt,WY3 SqsE9݉\nn)lf{|{ةhW̟)l-NvXDӝ.رQ&}+s BpzUYa g?࠿ ce0nDB#w
-~;g('c`ӅvoNHP*^- 0j>iBSWF閜{K^. ks1YhH/E[mҒ(4,h8w.tUy|LIaXͩ"[cNn'btgMgUZnR%VZYΙ}U:c2,ʙf$3щw=렒ܣ
-VpnlT(rDgzwc9פl|C{NC^Rn lB'-4 Υ[v >Ĩ(YS9ؐ23k$4}py҃S!
-!207l$7@iWA.Flm$ѣ,od|owLqO֪){kţ9_"tVV&Dy+Hc@b>.|Cia2,GDŽ"aQZ oyh'H%DQy
-Y
-o3P^hb jn@R$
-T&X|7NXF:94YKaT*1ܧ!|@ğ9~X HyEI{E(/imQ"S]6څA6䋗Pi
-QHu7JdñpjYj
-U6y>Lb=n֔my7|Rwy?+IC,pXW.^+njOO<P.
-KU@%1"srxo9NO 0HԖ_W
-TEH}'vnN ʋxXտؿ3f]$x緢g:*$Ay8Uz}"^õ #@ W39g8n U?SnGCRcu6^$xPAV}[4
-KvwTDSg-pQ)hб iX*K~P})ʻ_./Sds D6]7_}.ٿ22KyT3gQ|y+5
-Xbܺv0 ׎$OR_—q }qϭcR)q`U,Ԙ_<hv~IkH&O9W,&ZQ{I^{$,.hWg)b薟Xɳ1C` [M3kM|F;󹁂?1T o@7%;\_Ѵ9Xh\ y9# l.^HtqjV]}Ls
-v*M<\M=fjx\k?Kʲ ?/5#UQPhXlbz<LLiD,@p8?Md1u9_&)/Z eLZčֽ: l 67Fп +>TMON^J=Ty@
-7\պλ-G Z1n1OuIHRɳ~>ʈ
-zQٺSO_er[W b?q=׊K6F l2ӽ*TX*CA<9yTS^]CRf[G5Z8LTHaP'j9<u^/duZ$^Dc֝>OP]^hcE-k*eq Dwבt Ս-+QUU<ܗn X͝ҢhY2 4Lqf f7 }3~>zgWiӗJ0Ilߩ'rYCގhv-Z.h3Z!#g D<C%ا+ʥhWg8߰`IFh漞=˵CyuYRL7ntNp+H "fHP / Fgy_Mu-kv;) NÖI9?c띓s3}QF3#"|9}5e'\~ΙXFar+pZ".NjH%w`^zؕ_ 4F*LH[)q~un;>Sd[s`Ʉe5@_~M{Ib:xB 7D+Kh^=(_
-A彯%c|֖W dߗ<·U
-/E Hs)dQ 燩%G3?" ^ z #Xxt~1UFdu8ȟDjsقY,կM}9ؐǹn YMT_dZ&CpKS*zWN"AkEE-.zS#W3Gg-@'F2Z%:M.&U F65]೶X[O>h|ֈZ(}>b/vi
-NZACwskkKGߪ# d⢒1zo͠x_aW]x
-aR0#xVaT*{lRVgtit|)~?u<ő\7ŜmE oSڦ\I,B*}T|IgM=ffr( ' //s 7|L퐓Ӛl(Ha:,TEXe.3Nt
->qlY-ݓ2&lpz%,w&6]grGlrҌڒ!3HߎjBzB\?pYEB'3@7o]6ەʻL5%#؁!91ޟb'!DpP\mSfXQ~H:❲
->[;*-
-`9|VFC!JBƠ'I*U Ho>fC#N':>v㏷Pҥ>N+
-p ul{M6 s&!cAʝ5A;6F1urz=̯:H-^wGFB81~}6i͈yf3vp{[gڭ:#
-|Gt<}'RD57Ֆ|E&,hY؅jO_HǠiy;Qu h\ĝJB)q:>bCbNcPOovJpn Z~RBJu W:B! ٳa&]}>s9|;ny+>
-8b>}6es.yؗGL~<Л1N=wx`Fp^x")a%z<`Z7;x;袑v1F]vsmb|s:
-{[[y[sq3+2X`>~WP3bߒY*vg0yxvYUd;So8u͗ԝRö?tB>5|C])KN~C<G}s
-?!ɖ1qZƊ8J)>T+ò0I&eFy—Rղ N{̶eZEK"8ujOA0Rw-oR>_6mZ/=a$.jyvOJ,PŽ>_K#+;MݖkΓ,$c
-w^Sw6
-/vxɧCO*D.?toܔ9iFKh  VYܩwL8%ڜtT.9MZ8'c˕Vه3[rHmP; nHٷ sLW*0Cգq{-Ɂk>W5|7_q]Z0x%/Sg$;rurjR$7(mZskZu*
-@wAtS%}-drmIұ,S=Ҝ,Hy: ipTc:~*SB^]!ZDvt,bjBXtY+&ծܛ]P  tZz'ЎjX#\3vO ƽ8cʶ=cns`tYQKU~q-9՝1N29Z,a<Z:
-xj
-w)/>OV.F4f-`C+Ҩl5^m] ~b#na &ʦNBv%y @umȜ,#ƘKӐ"(LV\r- f d*:^81'qa3
-Yx.p;Lea*=6a+.9b7_'hwްU 4{-5hQ,DWGpx] M33)U}Wzldpo!]@E[/(xlLt$=!ut*m%RnK iz>0;34tFv c?FV '_a0zܵDWEX+?#CgV%+K OE}"1ʧ,gc.0H:qk$qX"yG:Cbc
-)SOr>tb;φ
-K[iQ%R(*+\IλפֿFL#\&m *)%{;BOH+R*kX^4otQp}0R[@.Hk|gz|_$7F\ՙ+'6lRdwHmC~*qRV8м[ B1wZ{T, ]_
-Q.eg*jG?#aF%<CQ-c~Y/XC`nU-@1[ a1{0;u NptY*RJjL=j)]5֍h#Di0
-J
-y*zPp) [P]YnP&߄Y7Űʐ ,}]fo6TRy**s;B30Q(w'D B4&`5 ٌq=Ў>6Wqv&;NkSO"gP +LJT$梼ת-7-_H10h3>O5B_?:Cp&lg 1xD&qfiKw"aj*iUN&0 J[;#]9D/sЉz7t)')|ّ:sSWQmPOr3|"v-oSC}ld tV e}J1}E Etjwc.ܻJZLxVڨ^o#kLֵ~b?z[kz)C㚹7f>'vU;hz))v璹YzgEbƂ#'+ _sd1?6עŒ^-w:nJ$UBuk(k
-OR;W&Щ)2ܧ qu>j]XE0jCPaNwd_cRȉf.)u*#HUpRqL@bf=í5tjOJUÃbzs
-u\Ͼr
-Þt8>ZJ`Vp| ۙ #caS~2~m͚L;tZzw矼bEu`@9aXφd c[C &n9:DzV%-):cṁ,yrKk!2N9,u)9 O,xXy s|E$kH!=%Rϓɞ0E-f],F[ \4vɚ&!xv
-LYBFg(t~4F$mp&ĕ5kl-WZJ|$<EZ.#CU55ҊcMi6~6
-uTS"ػcKLD)_„wt Mym#^=f$PBU3!pk]ǘUùZ
-5k4`}·C+;ߔC]"rFYzUEuFr۵HfYB d~\g&,Q|BSPB[ce*mL_} 7ۨ&օLV:ax^?*'U<$`~v﬚ǫp8 Efy}1 KSUS⛹Ÿw4h4Oc7q%6=j+7$[ X>8sڀd^(܏J]Q]6s%6_BɃN3}6rƐXYiJۀ]:w\3cy+&6M=1+'Fق &h9a8
-bwAy]~ӽj'%bӋatg;tqB>*%
-<A ,_MKNaϿp\pc<i[j5m EDhh5ahS-E*`C e! V7ވFl$Pd}D%Գ<SG׹5
-{Temݷh>>|EoUW,nF[$L^4F?+c2K"uhdBuPyMVp>fs ;̓UL6HJ8!٤ 4
-d3VCOnw5'Q
-BPaQdv|yƊ~ d^O EC^#ڮ>
-0E>+hdf*SьN5)dU :".tzW0H~`ka%A2vw 8"JO=R  f."vO$>qm͋~b5÷h1Vv?vaov83l^7 ԋ6;@Zy_AXjJ} m(,ps3nL9ON,L=I0.Ӻ/ߚPHv8;0+ֻuv[F|ia? [evs[}g+Zp}i1!84"Vґ!6EحP\ w;SpWJ0y|Rꨃ&5@li6y_fM
-5ܭڷ7>,ɖRfΥ&ѓ*&Fh/*LJ/~+fc:4L1 /\|3 B.)|<EL rlW?BڱJ+c=9|E68jCjufco\f5m
-nE$?Sou9͊g*rgK -
-υ4QG8D6G^6lJYAզBb$5I*l8bn:𐯜 H 3e6[ 9 d}oJ$G䰹_j7?{&[utQkPF`5<;lT$ŋZ;mtqB?,2Q)@|M~VY1NnZK3%:i2z.~5uC1؎N:bt&m8p91v7UXWFo=M4v PI`DTEP%vd 5/BjV'h%*úC3!u#bDdL'fOS7t͓⬓;.G%
-T}1xf-ˌYrS1xW/LK/>pvO6ҶfTJ/B 0QM}b!%+MX&OT>xpa`*L*^Sx/N𵌛rey#
-1ݧcNj;DpCb:QOxKio]y٭Ƽ㬂nQbIA2ɒ&ߝ0w59PK<}= :d[NWLmkBb%)3@}\iWl@-C͌K9籏Ir9F妓<GsUQB64\ZSe+P~ ((EXC8L m
- WkMW%ZUӻ=I?2ە{RdZ6aF4gOfd5 \cfvkKk5iΧIgf@KCG%5~ע'bF¶~e7x\FD͖Oʽ-?4BP s{ ϡ.,8``N I[
-O[B/eџǎDDlA`:*܈kY/΂'Y$#+nt^dfK.$Ii2M- qaR[Tc$c󔆴$N+܉;TjkLs!u5߳/UZ߉:Updzn3fM3A c[Czަ N_zT3cJP6l%3hӁ8x)11xi"dT3RTb2f{77h KX. %cPnkev<3I<fVܞvNl64 vaMsFn3"8yg[z]2`O?{4ɗK D#cO=\<ڒ, Q\Dc8S3=zIq'Q|X橀y؜%~82*],m٫N4K5Rc8jLI)KD#&IbvSUzUk2KJIU/F6V"r x FղVDEBtUlzZՊ<V| =;; aIm@3g-%>R 1ܽQ`i/{D4IVߟz#[HeC$%i9Wpw%OW;i8QﯵpP6<|串 X#|[
-yqJylʤ:rW~vRМs('dQ,+T䆇q#рvZQ ~S&ZePs_@6|ǭՋ]O)J/&F+T㩿X$)K6rɢ]{{ jXT% j׷xX5
-D mCV"#,N߶݉Wſ폳w^6a3
-e3" ls.'cuzT6B'V9id`|mŸn i`& ꅐjxCs
-owT7d$ pTPmAa5f<j L7۲y 9/ ;PrrqW07B~ڧCoAc$b!h{݁18gc$89 -D5nD}w8\:w*eLLsUq['۾-QM߂ӝKiDΙE\}$!!abHq>2!v|S%u;ptZmyţ3(^c@c J DYGcr˶8nV~Q (Ƥ%ӕ2V1e\(a<gFqNY`btM1vRѧĔqxF͕{=A S!0rp(i#pdL#i7%(K|M@E+<s䃵;Eop7њq$Jrʤpxُ @"a ]ˌ"oDM33k-VJ
-$n7[*K\ 5._*GUZ/A)ai*Gј>:v;Vt5X7Q(k쟯t2e@yf,wapZlن,Ef6; {3O&]zk̶f>Sтϖ县B0-GEn3malbP/ex=
-:AsY$p8eUn]d/-xI lA"P5ԅo_:Sƫ.ՙ ML&gl[4x:z18"v1+W([|sΔqͷʝvZA63
-G]z9HnHCɔtGfQ-M\~ҖD ~v[P I=>,rTt.K yZW[d&/!&QTk2`gl.™f҇}``Mdq22Zg
- `/ W[حAҕeiՍS;A_*\@\ysCjFm4mt-0zq7?h 6WWw oYfX4ݺdA5WN4bZF՜hhV|ͱ !T0b !+"PJ@>&Vq.it_xXq:e-BYbLL26`YBceD:(3cqbk
-52޾/\o2T
-m:_<2Jb& ¶6V,\|-4B'{q:Y-#I޷3OewH7f $HF:M%D6(:7T1H(
-+ǴeȌ(4.>&Vpy@%\{/lʣd]f^ظnѴcFhL%*bۙ#v|^c9_Q)win7eA9?22zI %ӊZHTz6O?R~-f!ѧF ~%諁(Q̥ϋ\Њ/4oloF MlL<\}"P#GfKQ_jP4oΎp,mJu͠)I^ǁuFs[*Uԭ[_[OP
-ȏ3`huE|D^} `|y MI $Y K}29%r1E4]ޏ /4(b_ߜGbC+qư#
-HU:z(5x܀Muš`5B! Ze*xл&Q ?vL'06~G|=+"t]ig3V3׮V\<F1LmRfF2To\pZC,TgPΓ6,p0Wy.)nQ--Lk+Mc9 @WyF$nFqęue!'zRȔv,3vxɱQ!(u*Ĕ|ϲe;Lgrq_UJz$9'cl}TNO_`]n^ʭ_r,[XE,Ds
-ä_;E˩ Eh-tĨKSE&*gsDd7~.tOOo }ģDŽ]okG!oʲ,Xg6NxY#IxQCW. UWoX$ p )c%l엹іF*WuG"4i6m>~YPmgYQЭq/gޟݤ:ODFHi4(hxHO3Ha^Y|rRgBA;Td~cC(bd=jԡ[`0aGAŧ nt7rň5tsT
-m %5q/|e5%[dx ]xBWV5`$ʶ}.[ Ӭg{Ic
-rYjw.)S
-/f(-:Ww45O̾zi "-u~QMߤ ه9n˽Cǽ$9~\4\
-@
-SԱѨ8u Ta1k_Xoo~ɵb9BhTDUz3ҍ)Vk@Z͡ ~ei6u<ngyIE.qs5T)|pAUH^+ d .
-8 &Q\
-_\ (F
-'8ؤ <[ēyz~R<"ƛKځgBl B%eUo`.SX}WsbGd FjTdps2z;FΊI
-dGfAE$Zp햾ƶg-?:(C1HWVGЗ(/dVZeeU;_Uep‡]_3=ʉim?GԩdBQH;xÄ
-wTZeO_^9ѕQ^sfT`ָ¡H
-R;u
-@5[fn!;);Svg ^3uztu5;HBZ-hbexscm$-wr=GJfn+Fx1:8Z娴g(5+WlĭDk>WQ~/iQє5z4$2"4J8a1#/ڇ$<mqEBMѣ3u|&CrI,/A@gAwN>jP4!uO`8>O9̏)Τ+q4Ef(/Yu 'iOZM$iΒ5#w5u왁 Ǚ0
- &qW2G
-endstream
-endobj
-533 0 obj
-<<
-/Type /FontDescriptor
-/FontName /SLCJNC+LMRoman8-Regular
-/Flags 4
-/FontBBox [-456 -292 1497 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 76
-/XHeight 431
-/CharSet (/F/S/a/c/comma/d/e/equal/four/g/h/i/l/m/n/o/p/period/r/s/t/three/two/u/w/y)
-/FontFile 532 0 R
->>
-endobj
-534 0 obj
-<<
-/Length1 2244
-/Length2 25958
-/Length3 0
-/Length 27351
-/Filter /FlateDecode
->>
-stream
-xڴeXk5R,Hqwwn[BV(^XqwwiΡkzr0q{>[J5M Kgs]t`
-,.rP_o/9xĀNqm[8;Al!PA
-R@  ??0_og|zCn
-?%T>e_. _/FrK-< +T6Ug@s+*Dߔ?,BVzUg#tY[-obٗpv
-؀%~
-COCZb-hJ[0>b 6
-Co˚" S#,ڇ8]); VNO}@DH$wуrO[ZcG5ld3k֬ɳ;Wd7 K;Ct=[9ƅ
-uhSJY}w<`d&mV0DD~JXukذT<3@Dլ1h yXmZ]85]YZ1^IjTnXh>ZMU5=?v-~<C!Īx𷤐w8τBG L&Jخ}BKmS
-GW$j's!E# O\k L4
--N0{вuN-dk,H-\ЕzaSpm C|B&z)҆rk2=p}v ~Csc'N u&:< ^M[gOv!\{W$D CR*g/MD;(7Zi>}e,\]:0'Cl]Xa
-qd]d? L֥,=AON|egiM/~wb=D}Zoz%4fCKzL˗7iHh1 o`93PR?TBsݖd=h<%, kA$;:.[{95A$58
-Jӏ IY5K)}A CxXF)5U6
-- 9R>|~u}&$?tn}D}7*f7 >~nN2Q'J^+h,Jo5]9e٭֞peJ=~Ey_jud1vv>5`hHY޿RZ+/^neA4]3e'c>]c3E)
--+Y; ;>T1>h@cE11~I8j'h04hj&SSQⱶogoZ>NgZl}D6Wn$IW)ՌnI/)
-7>:yuGR  NT2M`+6p^aeF&\OwգijƠ ]{j%8itrWCSV\uRCCuu*{o+F2UnL0͘muSwO'u$`vxc<!ўR>+zdGϗY(
-UxeJZ4[
-QQ|Z⏪E5@\ͩϞ -ztdGj2=cҸJhKі<%,!HoFkэ]M@Ov$uͬ0\J\Qv?k5e{Ǭ{ ]O-5.Y&s< |gBЎ%ɗbbsɎ=䟲=_*<c*]Q(; O v%u<ύ
-^O^<hfk/5HJ>)GdI>jJl ">I`}1'𫧙5ҥ ߳&/fl/Ut&:vzE[?۩&^an~skߴ>OIudF0X Ӣ
-,%F`|7bs˟_Rc)ȡcE>3%vtb>(gLk䊻pmB^/-mR\p#NyH6&9,&TV(5OѨ-aoǪwxkG+mS6Tʗ۝YaitQz7owd`6|K-ۻ)@]Ͱ9n%GU+],NNrWsMceS/vpPwdMHj[c؁<sz`:¢:)VA"y[mg:ǗBB<;?2L7ےwDdy|[#D|
-XYS3dӝ_bVz(<Izi螸^g:;zO8!69j䛑Cj枀oԯkݱ;wG`+ap>'ū}C̴t g3C+Cha?g< _lR,JK֧]V.#;=勪j6hNx=VTڗi=Jm6gwH;S
-mM_"<nG5y|eamPdqA,sEfnϘfX̊)Hp|,Se*)ƌ9KNȪ}p.R(ud7RG .SPK0祉Jw {u%sISE`xcKr(5sW̬Z;x<xB5|X&J1Te"VQ&\8gk
-%+[½b}zٺ/V) ~oiQ^-] \VM>+: iU @G~&(pOW? 1>׭S~ 村/Q=ߎ܃AS{0"_{UO"<TjJ$C'X(x XCX *3s[ӁsYGj_gwtӏx?)~T_ɴ?;oіB?oz49*E<fqQ/#ړok+6³uiV3?4}nxZ="H09xSp]0xi4=HA{dž$w̤V"Bh,/~Fh^h{^3&us_dz먖)RRY{IytŅ3My /#χ 87<
-[2-ikhERy_ jj^5C-rT|]z;oQ &VZC5\mĠPfUdg T8Os$VAR* 8 'TT$hCQ*#Do K&Z{^ok-/$tP];.\!Bt]:G@bEҭ'nMٜ&ZG<ϴ<Lga=cW
-3*_4ZZٱ|8`d{MCF x\a^D75@c*$F--!>tZa|}
-Gt|h= VbdX'{YہXnKìd'sQlwFᕢ#'
-C'H<n)3cBaHfK:&
-=bܾ I|Jn,~v‚N.q-I)7=S"dM|,?T(4-2l05<~M|E:F
-"摧5@CGV{zNǫΩI
-l?D[HirSJni
-:V(=Pukqפp.Qз}D? \&$
-&:'%"-zLթzc!lm#5VHXܖ<"LڜbRc +8xV,HI*m%ۋ ="LjO6X5ז~":'Cǽ*^qh+u|M s'%qqcS0c JV7{9.iH)ҽ--磖UyvxrJK|ôH/\+6vķ(`43@b,.Ú GaNTG 1ta+nZ%}^>f! oDv4RvЌmCU&(K7[Z6.G :0"%Q
-";~9t;*K45Es|3ǞIX{+"?z7GTl^g?DYct0y2˜Be m>4quQJyW,l~ԵbB"w 詄h͚" !}@%$)c&b"*(
-3j;v5ëdDn^'3N5KQn))YXjj!Y:s^{
-liWV(4>4\欜gi!v@Ko뢀g^:XvmCe/oЅxvBh.Y5Wvl\iHـ?mBG=y3vi`Ӗ[=?=,!;W5*SҰ`_pRC%5 );j9dRQv
-.3uv:asVd?+QdmYlQm6
-6BT$eԇ:;ҳc;=cV[E[YZ 1H!afJI0
-ya瞦 ϟDj0&+o|fH'^-8u NW|~YT?- 2ЀD$c|ɏW Z0#xﺆޒ[&/Si=^K_IJ &Bk{5ɼS{3J'|O
-'U7[z '~+>⨩_հW"ڵ8}k[Z'!6%1m}p޴w8eg=.{mJ2FFL;e
-' 5vbwRKbyETj| $ar]D؋zG-W3(vR-_VLhh:2${{wU-#k!&lrӐ Jt4CV 6Z x)Y9 9\ڧXr3nhQ0>
-4h5+\T>ZSHZXIo'cgoWYU<a$S 5l_yݮGֶ_o2e{7WJ<+d pszGMx%Do EnN{mkg:fWi\SM{(r*@7`;m'A߼Vn!hs"сC}-g4Q3AOӛ_xXY-ogzwqd}-/='~?z}]nIƀh9|Et
-ѯB)LGHa%s^<.bEvfvaZ[:';Di7mB,"FG 1%hOD6aM!/3 ">50Uwy<ro;I+ N]$'(a[k,nkYFPD6MRƵgByjg=KEnh2HPEmIl[l&Z\ԹyW ˰h6fd sCg
- !nvG, [y=x/eٟi[MLM+_@
-w[M ;psVG_YȚZ8dZ)Gda!QK: 5* [nA<ݼ>#۪hx6r12mH/xIP=p_ }"V=W?^lsusx}<*7o<(| fδVtO8*LYea d쪐h3Y7ee\ëU1Ad+]L6ULiV'(H oI*K/mFSqĜ&*Dqz@> wR2P;Q*rbmzOhszD_E#cJfa[aG[H_Tq~,<Q:_aXud|%/1N o.e
-jr
-|M?mSR7jriõ3>*iKt:,u 皼 ;ߛIx5݅|
-IdF#midOx7lpuC&`:LޭKw$*lj7pm
-GJVᬍ"Pb&+j5R<t|3 {oCJg\6}(q-S?G/K;w"sEߪ>uꔚSpa&7;>1-.PmO/)g])XCO_yJ^Nl>u(sY|Y0 L:@FyYƔ}UW32!m=5)ˏAn): cq^?|HX^TkU.rgj|NBG i׻Fh0894hb0>8c*`MDy]cCYSNI:Y Bݑ]+#giHwt}b.&?Mbu
-:ί/tVz経?r'.v{xK2;q 뱥8^ݲ狆pFO#;tʿr9&}@-NNcNeҷ:|so4k*>.T* 3Zj$v}Dl)ƄS5Ha!Zt2Ŵf$6f{сYB̔C~N _*QlCDqHWf>bwmlj#VLq#_zʯ>4d|Fu3$Y >(;xxoלgR/@_v-Y)濲}$B#>kBa%ڹJaᏂ1o?N^_>;N&ko%Y4_׷JtNրgoBH6'nXCUmiڎF ZӡǬ⥖-M8;,y}m<L&nTC5%-ia/t- Y2HPVm.iBε)N&WojW h7+ ~K"7| !Ö:
-##t)jӫgzh4C Scb
-vdAWb*;BO Q 9x%Gt;'
-&x(kK]7^^<TY[qtb :}saA`T%gY/fvj+_q[vS4a׷G)L#v׻حOv:%~i{ft@]6 a}Ck4hn]=Iw]hQh)+geaQI%[@1|oGd$p}d9Uπ, Y};Y])K圹g2CGlUv 1HȾqIV3\6
-桙9Ǒ7sD_<ʈN?`0I \ݖ!
-\1DzgNpr m+jylrLql+&<<WnSc+9y+XYkK9<.Hb
-qe@Z.)Gz2́EWcwY]
-oA?l ˡ3vf,󟻥sݑ>p|3beۨ-O}qkϹJwsD 0ꁅ༜j|('^Y6&22 ?a[(A2E˩4cE
-ǵ}!>@"!&-X䎻SJT-BY̋9QlBkiĞVJF)ÁT|dHJ. )Y<VG{>y+f̽_
-ZZ CJ&y|;f(t旯"e!}{5aK:t_}@t>=5J!LIT?]@?]m΄&DR]]k`ձ3?F]?'SJ]hJlg5,ZKN>&[` ^ҙgն\|,r aQr?r̥
-?SDfkECdi-حG*p u@^5س%z;;~)2m#_WHZfTciG-x,exbgќ}'9)W_ rj
-O>v l"I Q$.77] 33%Y&j~?v$~82QF-N`;ӸtBߢT$/BN)G><dq߻a/.5GQ3aLO}b.t s)%25/[H-F[X54P];1%g Js?3,e}dj2ʒ,S"h#ոu4[!;=|AVKY$c5hEGz֍Ό<) |D`(7 UaG `]!Dvo9u+γa)kC_,s>rB%lR/(k =KdW߄e݈ ⧼%/ 'rH jt Yȅtj`$~]B1P4)Hrfa
-҂p%clj}5Kss! X(AĂ+t2<[uRh1QKAYv%@l`vH/qf`N"CǓ
-+U>dN6BhtQI%Qy{a9;`HjoZ%v?jiÙi]&3|Xkm$ ItYJ㬰٘ˉ[*(J
-:H -$"NܙUaO;:@O }_NA:HqlwX%<z d&rx:f UU1'Yʷ᜶8?ϙyjdbϨ9KfءwdoeJ厺w[:rRY ,]MzvYxfӫu KG }r#=Ի20ԯπ0ci=j mC&tbI4K-_x_5BO [O"Ht(v5&U)F;A%Fu l$ +mIwͯ6udslwS+Gۻ-/t`0#fhfIx`o"9~ °hB]XO)!RC&}`4_N^鞊R m3i-Jו#._'g-ǥ]yY0:ZP f?Lv==@x;nMLP0Dw;蠁hLH8;3A47ibz©4$ar"7yT F8PY0j4hE1fE
-02枾I :ee 1ߪ>׿ʰݛ6^W4w 0suw&{Q*`Bqv) J9!qZACܜ06\G
-*(*fͤ ONg
-ooT2Ԯ*{6Y4 03ߜ٣.,e[1˓vX\W8#%2vh-m\7J/{h|+R؉Hj>]{CC MNiT?Z+yP&=Tfs%k|-2 8ėp#o2mEJ8۝*
-J?5׫2)Z}BZAJ";/xӊstWf7440uOcXYIw<銩`V=c|oqKY-~/h.ANѹVPf:B$`kXv[rnDCÂcV֞T01 
-3-m+a) YeR̔Lьs[FTR25؆;@J"DP|;
-Y// \5!d$hRhFևb2ZN.S,7HY>LE<au 7EcSs9;)kSй5
-*nz.6{ljyʶG @-r^!ԣgH9^RC{هi s 7M-]G%l6pNU
-cFdb]i,0TL[+xt؜C_i>șno5x %+F,نBlf{O`j!|} !6;
-Qr@׌¥Ky/ SOt%0c1#3SKw}8ģ%@:
-f4;ЍN"e
-mFOö\f/q;SLa7B`v4|dsx#l Ʉ(^S0;Wxw3 T1CNgMخ@;W5^0^b7 $f|hg( kvA:+tN3>[Ctn$v jK4,~PRQyM|3@qay#&kΤnbp#ij])5&BE 沸m4Ze~?+2iAl#C2Y:6f&DmتRKk\%(x^%\q,Tq ۖRx]W0Kn%/
-Q+&
-endstream
-endobj
-535 0 obj
-<<
-/Type /FontDescriptor
-/FontName /EHDBAU+LMRoman9-Regular
-/Flags 4
-/FontBBox [-443 -292 1454 1128]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 90
-/XHeight 431
-/CharSet (/a/b/c/d/e/equal/f/ff/fi/g/greater/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/slash/t/two/u/v/w/x/y/z/zero)
-/FontFile 534 0 R
->>
-endobj
-536 0 obj
-<<
-/Length1 2183
-/Length2 17713
-/Length3 0
-/Length 19038
-/Filter /FlateDecode
->>
-stream
-xڴeX۲5
-%k<@#Kp4w;}^k4tT͚vG=؅nog
-fces1ؙYY9$. { bP1sysu!Rd`ӛt1t
-63+1߄
-/hـ
-+<UC|R#+ GT;!d69P(% ^Q/%\Km-r\MtOɏEJl4OY+(Ki)P>Ps&S+ @kH>}"ܠu
-(RNIT&)i*1]
-zAN.!&BYjFBF/xAbK={\PTvڮ0b%"' $tj{>.NiE6 n$hOP.Ѩ!H::|G4^n?+2`-w1BG<̥>C=}dOV۩p@,mOflwz6cuL:{%Y@]'ؘ㸂}"]W_SVl/3uD> )I4ayQ_\l;~kCJ
-IA.]豲O/E',mr>?^/d=r#~ r*lb;ݕr*kbOI:HU'qEMn+̍ȝ\10Ƈ0\wm2Y(Op
-R@SB\G91|R"8BJ6m)̌{*ĵ7jk;7_咭0bF' ٹqbmہ'\mNP72i,4esB'y
-;dp56XSX8<޸ٴO\yH[Ͳv{XQڙ X`ȹ@?S|'uo[8|g / %Zϙ(aԗ3H]FO޿NN;T3hym\ [z(g @Vx&.@XeڠjHJUz;Fe"?O8‘a(zJ. 7%]^Z~mH e9W¯xt*l
-C8 *JF4l'# }r1
-ыPy~Al2js2b-anw5!b3vJDs)szsvT|$<5Ivd֣z0Z-'?{F)5ٖ&o”Tl
- l\jlM+ڨGp{Y+?CE?WnjM[zxT1!9 z 0qvT_w}*l>u"h-v̟MM E/}E1;y}BXpB4z&u/|
-i/8b:[ζ
-S,*fktы4ZZqyA ƒSIxjpԼi *zsB25ϻCHoj/iCc|lI~#KCLAm4'gvw0q]R һ6vb93HX1KB ?}Sa 5FG;2Ӈ'}?!إȎuك[C2et$<] bX^0Bqx=YLg÷+Z)lt/QcCzZ64_9uӚFoYf<ӂ419Ξ%c~T~]aྗ\&
-Ow\G_2be쾜^{DqGECm!lw!/:̋B/ g?\cwuc|r۫?Ze~[+s ;O ۤC}Ii#
-<
-5Fu+IңT ѶS)g:^= Fɵ"s=ĝj7׎KVC ߺv+~
-β7 ZR% &WC|0Rxc*iRjh#J41kvjw
-2jdžtذKmjTCŶ{ԼҫAbP
-7us 5b#2^
-BBdjcOFQXC?xeʦgO^*=)+rBtc<ZK^!_^4r(hP+Tf*Ht>
- SYdY(ٚ.GwUJZʳ1$B(lЋ>+(OM$K¥2/cXv9n-٥4ĘC)1eP)\gTS.2J;P? X3\4j?[`Vk#J .h<3 DiE=N-k&MFeI.ŰV+Fܷ@D <8
-sM\ +CǒtDl!P\'xXeΦ<i׽p#ޞ
-=WԆE|w"{[e'L9}DREʭ J`| NnvSYi&~aprHl˵ꏱ*Xu8 \%?$GRg"5!8^?*[Lijl'{Y^d~PT͆Z/ҟмJ|5^D?ʭ!CQ唇'Pe d=lm`D YEuUsnA1gٻp!$ i*ke6q/\3ǗL|ͧ- Ks۷4K Jbw°'>I^9Z@̓eL\Z [@lIR+09
-0/l ,
-,sB[uJzEth^8x#ōKRËZPHŞ[P 0}n 1oJQ@a6qз*(iN߀{]cH]z~򨤷9r]_!ccW
-پ¯LLv CTت8n-Nƛ5(`Ѕ ;vp.D瘡AےjD 1IQbܜQץ^nqan(I3un)/}3>`}uP`b/֝vƬT;h*2|5A*𥴎*>6l%R
-g)UAޓ 9g#C}g )_'^#nܐIMD')"~(N̢a.| ΆsY>KxN/F?ڇK˪(T/Wcb 51{EGg;nv2$LBf"你YŒ1%]W !ӳJs(9C(o_
- J$~Ljqn+ чp%Gr"' |NagHȹ&b+{Q妸m_ڄ-L}id$;h`u+KǑcB\;)Z  O~hb7|cb Oy%f m~>!gШ{Ws+((ZIC\"˱=)Sjd]m9s6bGE${3~ zPlYEܫ+CI%>AjW-v \1ztd[ȩ3;1[eWH[3橋i՗F d\ tkuxr`]ezRXZ"p)t'RzTGVhz,j)ct!av7Z%h_D0E|73`};tbyPmP̦pvDtx6ۇ%'qHVkM9d:<̦ZXqh+LŊ_kK.= 00!$5~:A8&ygR# uK8ijd.^mPyxg
-Q C4i}z3<woA|1X2%ymAQRkx藿_'sə|c
-K[Bbz!xj`@Eeѭ_E.baxM.nO2* ; 2HQ;(p4IY4|$U^)jʎ[Toΰ5 <[p^ѕЖs
-7$w=2 ;W
-dV4Ȅ)g_/Yd;gJݟ mZiݖ"T3rY/-ֱ۪NTynrm\s~"7H<Uɾ2K&OmQ5zPzw#HP+`+ҧM9S12𫂭"( A,&/E ZBBv/4#'XU}lcbɪrInu޻lM^oV,um_$ x%|ΣX#7<y(l&gKה0c
- ;Y hR,|R^ѦΥlpG
-Iwn_?;_YOm]@_]~KNQxtdl;jT+0DZb(Qt`!Lɀ(?Ħ
-G*@,fL ,F:l5$ѡH kFײ]r],A1yz}"_2>
-/~wB&&IFruṗ0K[?IF FH=HM tν,xs mIҀ 6 v-&N/{/A
-#aKDˏs9;-Xܨ\E)a;r 2 }r.DkK_L&u+s%`2?m@gm[u;..ɡ(. ѬCܕ<GUN\{akF 0ƒ*
-\;uzM冴>5rX_*pADQ{.Nw'dj=B0*+XEf.@a h<mgeC=Vc@ +aU6=5OYȾ1(.#OD<iS)IK;8Qkm&,m*#7[=u>yV- ~"/Y_`V)B?$fbNȈfeX !,^s |L{.fI+Xzm_4W,ӏ3HH;~VKigl|ךo-"9]~U-&}}Lg94]XH);b$øqWB@
-9w/!Y|Ć zlO<?WNυof_0^qEFH9|7#t[!Q۹QT7P@3[h}Q*= k4k<Qel`Z9?{L̡
-ӂ?RvcJ;Ϥe-U0COxb$! .7Fk$Fa
->[D2ҿn˘b]:e&QQ0f[P{&H<LO.d̨kiC%񵴲(Q_$Faig/QN'Q1?ֺ|U xd5p6Uں+;GGg8U~RGIS~^ -!ZVN
-J>}':Ш٨KSZQnC)1P&wl!"B*42؞'ᥒcoRKAL=
-e'];5pj,
-65Uo"1+#U}G"6_哞Ӄ$V%ШB:u]C Kz3-iGc3m4HK|eVƾIآ-T|iq
-kW1dǺH
-,@Z<u
-ƍIaK{Hf!dJ`3gT-`c/ 4!bl^<=bwsڬ[y`i} Sp0/O\FT6zW\"O-:x,9{<uX[gVty0ûnK3t?!kyx *XFۢ#SRS~H*~
-jݨ`vURD6'hto; Tk D"
-=@*lF4QSwfyR"o"ێPfm@_"x;*1&tYCf
-؏=@e?B9"D^].1n)&ƒ}貁)-a fm;y8^K]68Η&Xwly͖BX)uaCMݛHtI,1rf>KGECÎ 6[Ժ/9+ptM}}fJHMc- m
-;$AyٵG-2ո+n2n5bs;u큧2d,yk=es3jv}jXLc,j!
-uu~I]~(
-*`OL>E_Ea'ʸ첂,'g$v7MU6Sd}ٮIޢ-H~JU$M%.*{l圩X/:vX3UtRRwfj(Eo Z%0w߹PC8Rv3}E8sȣ9 L2{-y'2&Cٵ`XCe .b&qc琒牤 _o(N4RHwY(<ۡϹx?}_P'\Q&^[܆-
-XJS̬$oПL.q*撬2ySjw:4}qOyM8Ws)JĀ9^c\#9^4U<̫. Kс#ۉQyk̮tii< y^Ѐ1Xr%ܡZlÿR#4
-. ]j^bZP0S_Q7ħ mZ)L8SF"A"{=-5@r=7(fPV2mmUT9g3"\mq|/5/\tJUķ4.3ɱ%DF9i(0ԟJ3]Ӈ:t)f!m PN+B&eCww#i(VUqIknތ{ij k뻤JC.zT_D y_Ef&:b|voc_}ԟ8Z7=%'C5C"nE`Б'l҇y a&x,bͽS&R4 #tj$1= {De_`8h7;i,"awY=U_KU1{ֿTY"GW.Y^F.}[ZRfQ\ o ;YVc(|/(S$AY<~rd9Zͱ\,Pv/{(zYHG*H-+#}1dKְK#[焰WV,Wm!;`
-3ǸEU~8wUJSmd;hmuߴ$q$}
-G6%X'{oL m aK`paoe!gI}Pu 9hH~EP"?+fmXћ,"?j2(C5b5B'xx'zb%cTlM^dܠyPGnm<Ĝg;MjbJߪL.W]oGOM7c7z;s6aw$ɸ F4[P{qA856?"T
-Vٵ*Ud("
-V|(\k?吂5v̯ΤNV)DEMYv|k
-wnIA݈;\x!b#g',|GI+9՘N[R)>*=wH*3RWP1b B,끖v
-Z](s:Gۉƒtv3t<i5Iay__x>XFYAv5.5oDۈ s1){><Gr)Uֆ 8ũ8 Q<3PW ~K&Vul=apڷcv*:I0U4ZQ EnE+=ڨnxS?2>MY6x˒
-Qi^b*&K%#7QUu iev ]HpcGn7uuF|w,O\JK:2]_p)&b}lOxK"+7|S&nfS_ݼv)rhWBv:[fIՠg
-XU[ˣ$Z_0lw,Oip(Ml?gk_¯$2y$;L^әg{%̐''"lgsl7SвYny`3 >\X;x1[*ѪaY/ ̿,|Bh@seZm-s !ugi9@y/..3;c5Knaʏ$mB+Whjt(@aA=&Js)Rpzrr
-3@ زkyFZ
-l2j
-:N}k-F M [tuP͍'904AZ8
-4;BU5D*N3y$`5VW 2x>_I=:ŜfEDbe3}F499/;V_1ש-B2(XujIeu5$8ra,r~8Nc,?\bi`O }T:DB~g`lK-H;w`ȓi(>쭧ৼ!ǭ2*i-6[>cxP}r1m2KWk$Lq*@PX4ږU Ñà̜"L+jvF`.زi酵D@p1<ᐼ*,"q=()d)(n zqJ;`cʔn~Y]֝Z[%ݽ="R_oED
-W뼒XxUρ ![g1v`jT6ݓwۇFkq2ɚT}">Tx60(RwZoLC`"i*2=1FmGBß5_C`Τc 6)H"*jm>Ĭw/q/9%zz[- cciEQ[~ȗN%x,JT ]%@MUr$c
-TZ8@j؈Hò<z- NlgaV_o#7?UʥGJHkWm597Lrgr\F.yg xOU
-/cq;Ǚv 4*;knlB,Z|Y*PC4x{$W\}HNjv9G'-G۞)
- =>1nl
-4$NiHҚ7tSH^nqdE~UԡCWO=<ި/U Lxeaт ȟ:Pfȍ Y
-ǯ}-ǥjM1@x&8h6}I-˙IY묛hQ GBhgxNҼyrJω*jNl!%B2
-VĻHdjvߝE~K-ϸɳ׽Awщ%+ȃL¶;fv:-,U~QMeVMAFe祅L7 '䰽".T/Wend"ʹj5dQ$łv##)uD +`n IKg97ww +82H!X{$y`)=wO;$!e B&z-v_M,ޜܓ,KÖ+t'_%\dL
-)vOYh
-6nR'N&wA NȬ"ZOOԤ躺=)V
-endstream
-endobj
-537 0 obj
-<<
-/Type /FontDescriptor
-/FontName /VRDHSB+LMRoman10-Italic
-/Flags 4
-/FontBBox [-458 -290 1386 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle -14
-/StemV 56
-/XHeight 431
-/CharSet (/F/H/M/T/a/asterisk/b/c/comma/d/e/equal/f/ff/fi/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/r/s/t/u/v/w/x/y)
-/FontFile 536 0 R
->>
-endobj
-538 0 obj
-<<
-/Length1 1924
-/Length2 3043
-/Length3 0
-/Length 4231
-/Filter /FlateDecode
->>
-stream
-xڵUy<T,%B(91es09ccV.
-P, %uDDR["%3n^53|ϳ%9G<ʘ @aњÇ`2r|d`ZJJ4d`Ȁ ,!*
-$@4
-DCp"@ J*rp #0D%Q 5H~ mmmA
-̢'C}u 2
-) Ym~|! @A
-!>R6y
-h"M c'B!+]`
-頟)<Ed ]rٷg/̚ý#|_/ajm^0$eЫDMro
-,пsGN؁M&rA(LpH<Wmi
-;H+拴>[wZnZ-[yB܍w~=o18y&_Iۚbr@iq0Ip#dt3TQ1S[P.[?oMp,-#Yb(+3s[ %n
-;8?m7?f'ň5ŗe8)1H&əG$.e`wm(ٶevԋB*(*uۛ5&EwGt~7힋{<*cX2ϾΔ]ٹw&)d >|7ז
-l-~}w٫a՛CNbR(Gץ;vL} EH6/u2~YQ(Xy&x uth_;DvMmIa!jun4Ǒ5a%7|V!VYMQtWSjKc6L)rJ%S|k#k˟PIY?[%}{:
-*tκ>('-rnQ@);]E>Rrĝz=gM-^5F?Mcu]{LpϮDŽRn'tzTnɋ_`%(4L6\q9\@mxΎ0mq-$>UzAb:pS5p\vDV\dg2*tq;?O<[z}ﭱmI5BG6aZOi$U t
-:q۶0LBripta
-
-6|ADd]҂,NqF+/ps) _7f 6#5ZMZ~^s-̵i51}Sڏ& zuɯlO%۳lJާ]EZD0Y>"+P7c ê2Ri|S#Q ۖfn
-+fބ恼&jezm߭o8(^WGGî <QxxQfTa )}82VWOuALJuFA헯K0í+ҿQ56D8WpAGU׭|\:4=:/tBzN1<M'C|%{nBK-Ɗ[|Sʾm.o ipI.M=zx0pkV槹Uk
-nu7|o p<IQ\-v{Lv*J'z-HᔿzhP`_3
-X/Nk20j}E!E҇GQt{~lOcgVg }0W]Bˋ$2q`7GNg\8ݩ>uIԛhYó\>77=c7&#s zD8|xa9!⪐nȅ6ָW{@04p\>OuVn{ky {*Ѭ48;!'ӥs7{Џ߲<|cĥU]e.ko<Q,*x.fL}8bQ $w|Q#_5(N_>|47>=ےSukQu e
-k2sf,"Ͼ< `-Ӛʂ& ٤cS9tiCҾ4f]
-OszR-v<<湑d^\{:$, X;smhզgtīmV `
-endstream
-endobj
-539 0 obj
-<<
-/Type /FontDescriptor
-/FontName /GSUBPY+LMMathSymbols10-Regular
-/Flags 4
-/FontBBox [-29 -960 1116 775]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 40
-/XHeight 431
-/CharSet (/approxequal/arrowdblright/arrowright/bar/element/equivalence/lessequal/minus/multiply/negationslash/plusminus)
-/FontFile 538 0 R
->>
-endobj
-540 0 obj
-<<
-/Length1 1747
-/Length2 1924
-/Length3 0
-/Length 3001
-/Filter /FlateDecode
->>
-stream
-xڵT{\L(1"ReEs"+MF3Tt95G3Lg4EEۖkG
-lۊD"-ŒJ3>>3|o}k2å: pC *ưl6D
-q8&R}Hb0(&&.8 Bl6pa a.v0N \0 L!ՂI j8$%0I8)$9,Te&e3 xA(L.B
-M>` BE
-/`Ucdl'!(Ox#| wl(&[I812hHa2BHpBPF!O:!0F`!0pḲ Q\<$~b*7oRDJH2 JR!
-c;xqyToR{(AiD,VsrVsl
-\0d-(犐}"0\AG/k
-" I~(-=]?ǐ+ h
-#HqfnX-wHaopoH?/
-_
-5bWwf]󦰃)^$*'qQIFT֛Oqc/њ<׷hS"\mɻas2ugցvtkV8WUpcyEꪨ)\dE#) j/{tyhᕽ&%roE\};W/lrmq&jkд{,L lڨļuyn ];21m< ʜs8zrm`7;Lzmz|-ܨѸeFͮzsx6-J*uxhoWȬKGE4P<l͟9|l}ڝʶHr&pTޥzK6P/4.iAVSjo[Lh>;]( kǕ
--tzִO'Shl:^[{}:> =|ުgWm3䄋tyƌAm^jO9z\dАtʤ`mO&O(-㸅A=PJbԋ/K w] ZY6*9uM[U>!˂}wY{N 5.P<D<z]4VPKY%X`<iTJu/Q4p9=Պ7xߦ{Q[1^pýZ_bg[UFïgI3+&g;nѨuflSSh*zB2]ʿG1Es;˽9Rnlayk5SFEF>k͚Z]SsΟڷEN?BvY
->nzM}S;wpۮ}2?K/oūjdl& C|>z%:dмF򂫻r)R5#ԟnJ6ٮaE@߀O~$E()..XGƳڂԘj_ pL{]7q]`rK-nki9H̋x]oI;
-)JF^3 :.8rց@YfA ׯ b KgL9*z`B*rKҒMk~FZ"j6~"~SkTiز0 7g%
-fg#u7dNf ~ۣ}aG7;sD<,Fv:%0Sc/)}>?OOkpu
-dz/;k쾤ֽyɨ)jVDe}#pG[& 7OfKMΙŖ |26td{ <dͲtԭi%QMvM}iێߎd0. u4WGK
-endstream
-endobj
-541 0 obj
-<<
-/Type /FontDescriptor
-/FontName /OPBTGD+LMMathSymbols7-Regular
-/Flags 4
-/FontBBox [-15 -951 1252 782]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 49
-/XHeight 431
-/CharSet (/minus/plusminus/prime/radical)
-/FontFile 540 0 R
->>
-endobj
-542 0 obj
-<<
-/Length1 1718
-/Length2 1751
-/Length3 0
-/Length 2823
-/Filter /FlateDecode
->>
-stream
-xڵT{<T'P鲤^t1>vU! f*aΌ9Ӝ3dDzԪtSR-VI
-FɭP~J]˞|fμ|~/D!;$*,E!aTI
-"`K"kۓ6p8!zbpU=
-h#fg,<#"B9<m+'aQܥB$-!@(Q~+`%oKT"0.~<4l#vO"f0 Qm{6!!kb5 ˍm0BaQDgF'CX1Y CL*grXH"B!vv J G$!@,J׬Թ_a ^
-
-RUkBX
-rU¤|iũ WĂʅx '
-**a'>ŗ*"P
-v],eQ!Nj_D_5
-*=1۟JlxZ"M:dJjZ!AR;` N+..hF;?iХk@RSڵu;'u>pgZm,Kͽ ɬzѰ\وi{OЏ8<ffpGF?6yۼxKxً|,=:7e<m:3joC͢{tvo}Yd]*r<cVD ?@i}˒=rCQ^T5/^FzwY
-gzoy"Ö=W[U8bִM3f}s"- S)\VŝVS<^lB7q3]1wopJx3/ֶn;gazQE8O6ힸi#Է&ҢUE6ލnx\?5V]5E{$ߴNÊ';2O.5=xloRNG$uא_W3Cz6C7j̎iT%K<i_Z=Eo~:)jiІԤv`PFR&aeifϤdf$Yyr
-:]\µPtbJl r*w?H3e.3)|_(K;uhɎ\1lXidmI64b4׬aAantv,]?:l}<e{yÄ'W߮ ,-˺x<ewM:cu/ߗm "Dls2CThy^G^:sw}a`v<mF"yNfj·ΪfwN|ZѩAS)B$XwɻkSwqʸY
->y4Ib]Z4"3Iׄ
-VO(ʺ!j3cD䵿p{$/im@봹j+xi%j|n2
-endstream
-endobj
-543 0 obj
-<<
-/Type /FontDescriptor
-/FontName /EYMYEV+LMMathSymbols9-Regular
-/Flags 4
-/FontBBox [-30 -958 1146 777]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 43
-/XHeight 431
-/CharSet (/greaterequal/negationslash)
-/FontFile 542 0 R
->>
-endobj
-544 0 obj
-<<
-/Length1 1935
-/Length2 23647
-/Length3 0
-/Length 24789
-/Filter /FlateDecode
->>
-stream
-xڴuT۶>bwP,8wHqwww+Vܽ}νgyk9WƛXANd813rddeA6 G&F:!1Lhh1pr9
-dc 8n
-^BjJ2جqUg<d+¿j2@
-
-c -<ۂc5rC\XeEן^.F+U[S|W5GuGb4ki78EDI#G%'*ul+O&VxLG9>lsɥLQ8PIGvmAJb7%l
-Z-Ĺ⏹տؾI~t`gIjH ͺ!})"-9Ոv =#w1?0{>IKA‰%BL󙹍@lΤ)E?\oNvUχɠY.
-BNʚ(:%!C>V8Ղ Ą"[CS3xfD{ 4Rl!?W>wHTbtT-U_OolW`dkЖQO_. I.htR bf;Ac+<5hIt@&m/UU
-Jfn(w/ #zg$z `q1W_dUVVQ]KV
-4.B vS1m
-¿^zۈ=7G42/Iޖ2/KF\ۧA Y2ԅ?18WvP|HhݱL,/ ,zktDV0$mITUR[oYV5*_t% Ȓ
-AQ;}lXEۤ."TgzhmRD
-
-$ F.x,BI,uVB!#K`HW
-%VJ "%Vym+H3CSC %
-LDv_*b 7D5oCa"rn Qdԣrճ"9a+T|-&f
-C W/IRѼ,TqV:+%NԶw͑j9S !8b.|NjM/`! зzrk-|6ȋ^kYJC>W~Ӗ8#thR,MyD4K^bJ߿
-A@i7Ssf2`m~(@SZ^M(w'1Št2{[4g$S2Lg8%Q]2q\5s7~?Q% ne(GdT+m(
-qv(*!X"pmrez^wj:\%²OD=Gp ɷsMmzCqqJaqk6V6{ AW_irh,裊$4)KQ?ʚ}B~PE>1FRď/-#`JxE)y6KE[01%/2:Id1P־GêDӖ̀Şȓ(E(9YQLRJ8b .ImWws5 )h%Cw$/\凄f"Ś%N2ia(<܉DWHF|4`PgjB)D1
- Lx^xqo$VNاW?^ѯF\(0 No6@b-հ*-NncejJ[VI Lc+29{oSlw+/>Te% G=p/9.oC&ZBX)V8%es."R B:>[[CB&fnXb{bk艹of8KR i Z QCBG/˱o 2HpY# R{?PS=qXn+^> X*}["xO^Z=nc84Yf>AD_-WD:y0+FMk)MOȼz.2F'c c E:ܯS<=oȃy!N~}γG+qzuBAnMm#q TW/Ôu>WL6Ȟ% cwB7~G5ߴozj 4xI0BZZ%/~WtpOy،sL^T -+p3 񜬑*zs-GaCG"q?h)r>{;+A8.k*N]PuD0pM=~9 P|5I%%fϺՉZC L:MvQ;J GZql+YlP16:EQ[Yd܌ s504r (V# ɇq-q{9
-kKL!p"
-F֩rb%_z1tbbS1A/ss A/
-&'8Z
->yUYN!N;?bԆ GOGybK&/drhF]OT_{R{rɬ<K Kt/G(SUO1"G֏ g6)מgQAui%;Tc:]+[xʤj'4JH?qՆ9rb*%/ wPl.1IG#<֋feٻt` ] %KMAb}&Ј ˧YlWФ7DxNug'&N[H.L7>>ɹ3fsμTĞgO*vmC\ާI'tB1U1MZf~|Uh`;o5ޗ R‹vu!Ou9HRcAAous*ن޿4mՇrjK%nI[+w6 2
-{m'O4Lue-vDj2BD/RDY: .:yĆ1?iCd1XHJ nKUO(
-Ly'kfπXa{<x 'ĈRoV,A(V ۻyŶSp wwr4lUj}}-/tdi:&S>y3;[ly~P&yLX )Dr4ܥ Tګir>i]aۇǶ0ij# J8p;u\@VcŭtB(lxѦ;:8D g)IȽ}5h#UaL9^ ;}^;|=-c5l'MƩ#N8C2Վ&h\
- >31u&^|URt4.V4"
-:. zk+J2T,fH.8crfP0]r G8]ham.՘Y=C{C7FY8Oԑy~0M }C -bLHD!\2X]IN/L.s-25xł=0و@ZK"6d;8tlc :j_zΊo 9jfF eCCIkyVk\Zk L2ON聬MVrWB)Jڔ;^-I@4HҖ\~'K\2N ! p!ObYXN>^ tC(O}#8h(%(6A+mvf=&d3;߲* ϟ[Ygx?Qh-yGɋX[@Sq&/seM^/vh8݃f+= ,_~xc=uf<Y
->MH,^Bg;DW0{^{y63XF fuTm
-OK-߾dd}>/Ie2
-f˙_T5‡nOb) ƧZ4GeHgyEx\DG[s=i"$r/@ƷDf.l'9_Nߖ|Wrlأ)җEVr݆Ql[h >*]hZO!4{S~c`+@0ˇrI*J mۯPGifO
-j@L ijgL(-yXDDΒScs1m [%m*&|3Et-X?>|@,љiC{b>ўSICO|$_Ṛed%J-ςR*fsjj\ڲbU;WH沓ؑ
-09b`(=QBn/- "W'Ʋs<h4N<6@@wFC͔~[%YeU5ɪY}!]xMi4YxlpAsG*/C5qec--,sy9r,:ںinw'uLJ,M\i\Ϭ?$ZG.sf UGS
-OfЃA\2蹎d-/f a )^HUa¿bwp<g/ ;j kn`T bf&?bww|s͏%q*fyaTz6 `Fgfsz Ȓ3Ǐ
-  lFj[oxogt֧KRfH,0魕lo0|S 6(xt$tuU鵒i!<(W#s$' tmhf|I%`z(/&;FL¶ZĈi}6
-ihq2Ԕ8IFxi}ի55`[.D62(#@ʞ1T dgKacո<*K':ksJKvt鼃[3UZT)F~*Ev(Gu^ 1
- jM-2l8OX|vdH;4G>~D4?o>{x[6n*r\6~ /'H
-QcP'pT[Xʓ'eaatV?z_} V`<,$Vw㫡:}_Q8
-P⨜莅Kz.)|TےgHgaSCؾcW0X=Q5֭S}]7ΎjKr왲1J"Ø4,]V
-($҇Ą$Gu6dLC.`DA 'k
-; 앉j1
-)Ool\Fr<wTE<ގ_0%U}%Ԝ)`T5{E D^k҄꿉~}ݰ/Id
-X I.ٚ'D4;.IH"yf^1~ ;AOL)M_S!Ќ
-/qɔ'3~K"F VkAhۺ4Qi.U?`l
-iĪH\ j>6%YF=ΣBXٻ6^ږ=W*&f}BQ)>H"09>+$[T ):G.><#<HHzbs o5ƃh['<*+sK]#|kc{u;DOeRQv:̮ō^ҴLX!dBΠ>c5r%L?+a/wgǃ
-QM<DͭyӠ>*tUFv>RD!c36mr5r?g3u<rBd$և|zhOE9C c/;7R Zu)iok5e޹͆;o׽s(Y=N(eq<7T:6۝u R-;mΝXQXou֯oZ
-qӷg7.$)R(\OYf%~}N)Z)a\%°40p}R!b``2z/_.ͰG95.hzj,;\?
-xW:UPM$k&.XDDQϽ¥VzeP u\mqW˳l+4(1z>ˣOܨw< hqe<6}Ha\C,~ܙd4b, 0)2.?Q;XAv9v=Ndhz(cAe!t:ftW8_"&r%"=>t`ET2,R&G@%K7FL|
-Ug,k1H<gQI7ᅤ9-D Qw?p?eb'l
- EKˎ.X0ӹg[DN- 2\;}&(\ fv@PFoͣbYaOk/1c%I Y*p 8u8"R ұIWL
-v -]|WcQu\%:"̕EY,6l5F YEe-.Fm^5}W@PI<k--~Пf`LG70+0Qk -RbcaE$Jr4ie ?4H,*?XSTebs9q)3(v%iPI~ό18pv)
- +6$I5X$9Dr0~aiqNlXDZ!P<2[HrYe oNϙVT]V"d/Lg峝g#<3Ր[=`D ~|_]Q:+)DG5aJ`ܲsB>Ar4a!. uO)8A | j#;^Sr]g's|U%f;oںh!xC7* r 0a_|U6 u. } aV76>LnjF)a+O(|pauGt|c/xV82zq/k% k;'|D)h7_oaK8?%IM$ tcEGQS('h6x )֟)uWYHB1ݔ:<}[bJV/jCj~3((KQQ&~9j$2a "fms-af,B{1ͥmNi=r%Bw
-O,B63t20YࠐʛH2$SKVG%99kB/ڹr\7;M #'^R=!xGdEAhļǾ馯BjěοMczq}X{&m~:mA<<+Df#'ssX yXm9\IƖ0%B`Jv P޳֐~1eu/_CT >eo|:+eZew\C6$4*o㱩^^`ɻ|rc pDgim-oV0p*tP-8U_Y,!6=;:k!2PRlwT0d\$m25mT<<6Eݝ%*KVh>bٛYpb 9<@ =<$t) :< qLL
-
--eZV|'D̢igEؤAeMkEUWM9||rKY!p59|I=x'"fƏ,ORI^DoY[W).Oh8!
-x)f]1Uޝ|QGTTS8ocOVOtoj-NdƋC ɉk G$pD96 &+ ;e#a)o
-dp$-]$"ꕣdVdQz9G-cqaƗӂ;Щpq#∔xI*sA8+pl1zBE6*瓙ZʞxD['ۦ1Q{^;5oO݌ϦN,&. (D.,?&H?FyH`ja5"to1BS <@32aV <K-y{?]9o"$O3kBtJJү\[Ҳ~jM
- 10~Y}Dc2!i8J@ gM:ɚI'ۚɶd۶O]ާ߿~6툽 I8}֢!إCւid.Xscb^#VqY$T`e&Sj,o>57JuLU>~./ߐ50kT+TyJ.$W63+#Euo(.׼euUK L$;̩=$xt=u2趓5";ĢZVX^KB7D⺛Z36GIHź'!8q](\K(EХ:FCvӊ\ p CAsaqRmp';Ntz]20dQUCfCbϰ J]{̡跅]>չ;q<l%<X]l}n[$m %GѭT.>hyi+T<Ū*G}~6ba@|?nUp£<KԊcʽT Y@x;?ogb&g]'K2O yеCiqnLj~p|3OWw@0/TW^e45~X0 d-xD԰eINk9N;Yt]B2B~`Tb R컴t._B4XhӚ4Y %9?ݘ-}&rjN1*1dGmU\s)AV<Xdޢm,~[K 9ĴEǎo.V kfFzʅq,4W<݋pWֿeS}*Ejri>oR0oZJX2?>d7Xc .gp\" 7D^P2K:bxmٔ@بBbT| `6zgKAndXcG&46`2 ־0pBΞ3#}'"-*? ij:Ek,:cާJ\,Ùlp
-]j$W$Le} ~3RYFE|:fth{ц(3Ug&s;.xFOxv-4lAڳD8%$[i?q瞪eᕂc3)Q1KoXN+,)pg388r?x\Bak|-:P_Z7ᄛ=>_Op*r\U
-Ra);E>);F HSz-f9~#A!gR< ?{j!C*7ytlAI}\7"V!JQi4Jl)w<KaaC\-{AGTHNcD})7Cr=ľP?alRJ]kHm?/8-/mLK43]
-K +Oe ia@7;GkYUb7
-HAsg B k?`f2R `m y|Pdf}[kmb0E:V`F]y M6g E'뗶/~33ÿ52m^5-& \^ G0vAKIu~B+!q_Ozڦ;) v1n|gmX86iqv1f8&'ɦG܀&SgHA:kk># P& վ+r&ꅰC^zZ)j~C[ܟ':es cw*Q;Mp4~kS3<}Q%!)UN0I3?;Nc<`5S#G<"om;yXGU'Falt)7xKbR~oyk{U0
-Q P hSIDsBH'Blz!G MZq &
-QŢ,d;=RK߄6y#z4ŢjJc-$(jЯ
-ꋣ"6w۬KQj("XCYF`X$|s:0 D8 os:_nQ|t-b=pZuTUom=^JtFR=sRĎ:mBtPlpyc>O=^*%hPM7LB9O"8
-e0Ò.ýR~53:I; x^ cj] Rt>9y4əvwPφaT]|Wl=
-\B^ 1oz6/8G+3غ%K5_ř83yה K6<ԷKQ!o/LbC
-DBrg{'KFJROI֮t๘j\X=73N{҂FEK&7mwp7d^%}/a}{ezř}uWdxH/VTNupklYo&x2Z7Vdt{AGKdYtF16ͲF:3T
-GZ8{ܠ&f$*+ K-2ghݙG%>/&<Ƅa/U Y(S&,/Be@&5 BG;SQ;
-h"齐kBHyNG!hK&<gLM씔v3$8B4
-#7ݮrh;s_pqY& mZ:iМg;/Rm%wHIaPPxxmˍ eemێfe/
-)s9W̙)"푣ůgy ?T"[uﱊtb\(I⽬8MxoNr\NbhpDg =?Xr:?Qա$GKP8hdZ럎/d&U|*@{ISi<w/tADO#iB3_Q}ßa7
-QFt~0Zӌ
-\y褗m?[ )-EXǐJ.^@To]kIt6HU^FYGq@pn`=lUޱ:{h)
-V
-&mXݾ3ogEǤn}p+ÉyQ"9dU+F4ƢMjQ-]m*/!.ţ1u\
-u]HJ#xs5BSmr{3F%?DAF>_k})m4BL*|W>\̖jO"fӎX;NJ wbrnVqo__877͒ra=늟z
-{]v7&6u>QkJC4F:$S[RBg- sAM+w]Xٵ]kqƞޝv
-HYͤ(D$E}֕t$L(6|- kL<1r'+/Yvfb}I؈ DiNߟ?lP!u_FYry
-1$͖QpXj{kR/!#HSoJvEiy{"e7Cza.V7 N$D_;x䢂uY+H:7!&N2pԆ䖲@l0C#nq-3bIzL{Z 68[<sT5b
-8
-f6gֶ#"w̍j9)R݉+5g8661^t%ul\$އŽk>l7H=v҄#9[ 瘄lSyevsO _pȻM]pV́^
-5cn4zc(΄148ұXo`MSa/-f8F\nmo2^JqEYŒcK*|ћݧI1ռVgr&Rktf˪ikѧ"L55n|7kWB.M!]F齠yl?\k7?f'kKUi[:{E$xn(AIo8$ᠰ11ڎZ
- ܀шDfP)g,O@C2]X7fV>r8
-/[Ӯ1kj&3(a<Rl4?bXF[v~pI{l
-S(-8z+\Ѥ6 D15{z,5'(9/J@1 ,;
-" X.EFBqIXP,x C8Ee,6yǾ̧pM?:?EO]~f&qqUIJ\csNj %l6DBd6yhX@{Zg<a>+.n7+i rp,N@..s#@+;s;hUnH\f
-[z'ץ*#Q37Wdze'gcGq/{Cw@~?0֠8-Oa 2IrNȻށ{r+I"kT!i<]:f^N!u~.\V "Oo<|Dx#Z> ݟ:'DNfQIuz 'L_TƋSQ>Zvsc&8Rwx )Aجz4ʫ]-ߦU%>ISr@L)Ҡ@j/6N"ɬnWHrbJjN] x hD]oLօ/(d\‡_x<)TR^NAQء|d,yvs4}DWXǮܺdXD9=$#-A1dRQ]]6o%0=o%jɇuY{3҂@Vt,! DrGBcU@GU4_/ h(![;ć6KWYy[*ʱ%O]'w5;}s٭e: &IL`Iz}j bgwE
-endstream
-endobj
-545 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KSXMOW+LMMonoLt10-Bold
-/Flags 4
-/FontBBox [-454 -308 734 1039]
-/Ascent 600
-/CapHeight 600
-/Descent -217
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/I/R/S/a/asterisk/backslash/c/e/f/hyphen/i/l/m/n/o/p/r/s/t/u/v)
-/FontFile 544 0 R
->>
-endobj
-546 0 obj
-<<
-/Length1 2724
-/Length2 27892
-/Length3 0
-/Length 29463
-/Filter /FlateDecode
->>
-stream
-xڴuX[>Lw#]]CCwt#ݝ) 
-4{v?;昸\uTbYeA.`VvA
-΢ tppsH- i 0PY!vv1Z,}*@+@o
-nokwђ
-PyC
-* ՒtrRp7gl^l_6{Y{=/V+- /b/[cp 2V.@
-d\@.
-;d8yx
-Ruː)D[[qCn\g$喹dUFx%qNsʫ fl5Zh5i"0
-6:nC:5vtfqe<'=ɃmBߨٗa̝;>Qؗ_-RN\(AH̷aT$:zf%i,OiI UN}5q@AE{hk3/".tbnU BKdJeQ >c5f`v:mmF]}+ݐE[,kX joQ$ 0&+J)g\l>}"LDY7jaMz=QU<*2{OFXTYXE(6wΕ]/Vfxkn-%#)J`H3]xVL[C#m_ܣeogpkƗTH M;oi58Yk%?K&Ύ-xH^.W{ӫA2AmmL.V &~mvD AD:R$5dfU=D^oacd9!s}BԂ&ͮ`3Ya0>Ȗk('{ >TقkAGLU(3Ny&f@R`ІP}3Թ"-@L[HmoXȔbu>nIU+ $fzcM u
-~ YH{
-nNLXCjjWS%C"QYrʻP
-rhrC%f{>+-ш˝`,&‚U(sWt@.=rgT?2[$SXnD<"#qsYt*(U_
-fyee`{E_"^r$R;«ǽģnW֣#&`%Ha hUBQAuʥQʹ&Q64 z!fNRi ø!+-DNt6-+r"ޞhK[ =W
-&ic2(Ɔ.e%` a<Ҧ*/a*Q})0j~q0%hh}G9eᒸGD 4m'}WaR ɥ.k"3BVϒZG)Z)xBW:_4?9rme5U[ OO/P홣Udw쾍<D %u_
-h(wLߏk&;5&6'Yx^Un8ɸg/śAvpVSX01|-5Vek]P%B a~SSwBw \[Ma($Jrde;aQ*mFzD/Xg'LuJvrOVw=j8kjIoqf ^dxt1#<kTZFM6я&0~VQaW$8c О
-kz\XV 5<J[ӑ@c, [0g P& I ?e12 9*ueG1}-ڨP#IG8+tjU{2#cs
-䧐TVq[(.%gNir$ dᇚ}8C==(mq{UrMwxs Bx|GGL}9 aW.Ͼ˒xa2*ë́]e;z=zU:j!zXl]|/Q8dT_ KpN8ĤzgeVԸ:#
-|&'o9<!CY.0ȭu^r]T3 L
-R\zCtVdzr1d8\)p!sc<i]`ѰSRA;qGJ^Y({^5WR70Acz%}3yyyXy{]O0 cq[l?;|@8?|,(hF`Gʠ*?P-~#E"_H~.,b%PS7g
-o̲1o?}W2Zf+fӿ52|Ch P0Ճ 'I?>"hZ+!$Dw1 pХ!4<
-sq
-+"#x 0=vE=:+Sq[DKc$MVv̖nRѭ%u鞟L1Fb0~OI{Ot51l)KD/dxꥸK\+j.!vy3u.>~PGJrffV !.fS;"&0ITBDHLөKPz~=xpjtb$ڠC+HRhn &aw*kZunt%@~3+oln\1Tf@tR#*YeLӤ} j-$L3{pUQ՟.,T=7%=ӵKE=rvv%LBZ݅B V4!` 3wW=Pv4zix93ag{޲?zozڨ6TQF .QGɧ/*#wipY68\|뢞QhN 1#iKFfp3q}$K9^|EzP
-I> ~+ᆞKGuW:76qNi00 ,xaşdGqy8I$L}XKG4#ro/U:R_pph,1E`>+cg;Pp6g'/,B+@MfξeɖScoO^Bu9@$E
-4߉7,,\)g 1гuXQ_/Ļ߰bcZk6KVhR'0=Mx+X0..*m8+*ޫJ_JScKYӸF& z"z/[OfQ,M+zYU#Hd*
-&hw/OsSˇOpMZ8w|?(4 *1~L}l0u =.b@2~]V`A\JLf{&&5v[MަTΛlQ#H-;xt.5G)}u_q
-_5`ʜx9)^jr$\g~9UJ@YXFTa, 5T9ա8)qkC4VΞ7]R*~g(Iz%bxߵowX4 >SmE{ S=+ZQWBO<z’|!W0S[`buGg}oְ=ѵn(~n9&E]u&KV+"3,Z}ZERz^=ޭ-N$4/ )&wS<P¯Vj2(V"H+gJ[  ۪eZz#Q;๭W}_
-~Y$n:8E$Fѹ(cj}4stMdfF|'_2Q*:8"gE XsXrKL~Mo8zg] Iv|^<{O,"JNd>1/2W7
-G Rd?Q<7ۄo
-QlJi8AhIQ*:n\` GpHs%['~EC:=g*קiA\Tx'<do1 GYS(
- I#gy2aq[{;\iPBpa3Tjd7%<Fd[ӡتF
-<i55NgB/Y/dֽj^xQF:;V(uyPŵ#K PW_+^
-K%њqcb0N_鿊d=~#`aLf쒠ܬ2rT9i;bwUW}K<$XxcXo3z䙭4YG<_m^SrRC> {w_s$]oabq; \?A{z
-y֥|RC$:lܵ"G>mt ˖G"IM4$ىrdTذEy]#~qb.E^,'tG>+Ca錂
-<ӭ4dE\4UJXFʜJ>
-.HOk T[c6s$z6ɪW3Qy}EmlO5$ ;Rtt({|IaPwMء 9H^fHP:KFS'Fk1 e%K0 jbGINWEtpk +<τQC=ُ *-hqOB:F8^
-:?CKW`5jPFVq|\µ+Okw֟#kcgƪfvL/hDr;gJxR, ?/?Iމ
-TΒN@~ d?
-VI yu}+
-vQS&ttX/6^tL R -> e1^@qKPUS[8$WK>10|)t!2ǔ) }a9/ >)i nĉjF7 kv!ߏUepl b<-;(kع,DZK\6uif<ϊ ; (Rsq @xIdz"7 8. f-o =3|^GU=hzBA 0X"AHCj2?{F<sXQ ^XzS nˣ׷:>iawS M$-Pn]9fϞVzjߢFSsFW0 zipe+\2ъ{dm$L_ G&q~C܊n+~I C
-o,Εé _(N]h^-4fy B
-kE3ˊ0~'b݊OjE@.ԣlkm|W4 U='n@O"
-襥*Ĭ^ 65Sq8{fgwfsI
-#0ɉÑb3~Cj58~}ѻj!_\ӦM1F;kK9C8Rd+?%ɿ&m&ΤW"2k/o%Q.kr
-ρ`lo20"qE)7땚!)Q P5d=Z෧,? ]_N e:8Jjg||7?!As&d
-hӎ%ڐ!`K\zɭdӗ99CO^3
-vI.'qdXy%ts$)~*7闞9a[$B~*̰s1!"yLxCQг8a-~fh :='oa1Q8peCg m&Σ*%SM5x٥z.i |3<)?-ÓXT!nEuK+^8N;G>J o; Pñg WT@J>g]̜܍UQ)צ_~׍@EbE}oz\(W WC9R6
-*1)W[tstd4@b`#sFr;b31j(kPg=?Ƥ.1@.#6q 7su`l۱o8 F[ʇiw@}3'7K-
- fǔ$ڢxm|~OI<0Ac1V%i|L$pMiz a%p a[TiE*8?aٵ<sYNd'6iv*_JnR!~bc9;ne3t!^dI5I6f-B溨WovVo7@~Xd!W l< IA 1?65(Sk[bV0`@un(-!vq mps*ÀO{0Ѹ3B7 ʥ{r rI|8_*D.~B`vXpӓլSvOx8~s7ze.&s=2@cYBE:a#)½[^i>F1Pm-BdUJ ـ[9IǃIaO
-bgqӧF%SNZ'X\Sg ʭzvŠF+'C8/0 oGgl.$ |wQNg-T 6b<ewB,uzxUVSp`ƍE|8S5%b:}5)-߉®4Ln5LhT*
-![(~K`S *Dbj
-CEV8@PZ ק ƎW|U"q{+F8[~*1N"*E1b9N]3dXs Fn5 kX|hF[k_^ڬ9OKxbk-H(08ǪzEc$A~~J[?x)i>
-#)P:.Mb2qr-ZDNY\nځ)0phMkQS:3-Gm2^TpS':-n!6R(|VXn7NЗ މgX6cU*xx s W.s/:ߗ116|} /Mx=S{驒NZ-<黡UgzsHj '% ݛ c1rBө;f=6)e ZGC֩ǹ\4 .)Dx]K iGG~:z<u!4EpEC2,ai}5 ܁rk:7י YC /`%,_YeeTn
-5 yue`c|(_rhP6}4PKv_6tul\Je8<P EgK
-z({_X mSx1*K <ϑ:1A _#O[ va4OAT"*n3fv<[̋[c$@:{!_˲*ճQW'L^Ţ'[!*k^j=ȒDžkxL7_o~uoj DKR-[W _$1ƞNڡ7# J\}d븿i) `*eS̰֒Ch4e3 D`]YYZh84Ā+fc#s1I)b ĖLVQ5J'"4}ِHvyF̪Or=/҅ʄΨ_>5lR\=ƒE#P˳]z}.F:ݾsXTnßvPv(3=y:mӎe>`^eegeD+;p,_ h))9^Jf"`e#|*)^/?n`l '6#[ӪZ*W4>+p\ؚea XօkHfťAVftͼɆ:#T1ADS^tK|ۤeC-)7 XsWpU_m3׳llORBFnUjbʿӅf.Ϥēz0*coh-nєz|V?ٓV-.s2C.yUf!7>$'`ڜi'n\+\Y>c!cQKJĭ޵du^&FISZOz&nZis%I}c0h9FCQbxTa]#Cք;nXLvM``4cl5S#5=%~ZyѫKL
-,oa[2@4Wy#wHe poѷ" ͍ԗ\ʳ
-R9mLcE"&VI]ʐP<J?8="6EkÊL-2U9@Bd"du> "e=N[xw/:\4#>Z^U<('!5$T5](&i@$(_<Yo8%f/YYE]hN脗ji]nd$'M"R[$4/h3Yl*ҳ+N0?OF5#d{<Ms7}n!>ڥ⸐-jI /^Wf<
-Gv#罽w%Ux>$%_BzFXg5f^NiK/7+ "bJq'L$GAҚ.F5aEw<̀Beb;E>u^;^a=ⓝ&R,: ǗDL9~(
-/]&DzR(#,$2bHd򖞟٨æ4.ի*Bc0ۛ4rF~
-៚?v?OΔ%^gLS/YAr6{jffAOGGO' > oq3m)[A"BZ[ʼn]n!5\Lb%_SžZT
-Jxl
-7gFΖ>@eуY{|Z QK7CZen]kD]Pn+jpA 4B0 h ]ph/fJ%옣RBnuϪA=yr&mo"TFTƸ CEn#6Pl3Z篟 H1W.X vZ*TL9{"G1r}iwIKy
-WlR:pn5YQG2Uue-+FnhHnoCZd v.jq3 |5h}m2k8?հtcWT3x:TO 1c") ׫bQ0O\%
-]_nsN m S%<zml em
-x
-UrB??G.cZ'U$46$Q@i0M@j#$55]!R>Wn(+2P/Jr wf9uTˌ<0J/T_ ][ct
- yrNT IJ$n; K tjcpyk^-(;>yJx$Z P/;ѩț)E<?ݠD\%f]ADW!7ecd+q851Ls7^uӇ0'_i=lǑU(
-%G[B8咖㲤*p.l[Mřh)6)v';H"ă{e dS4?hW5cQq$>Þd+cIv- TNbWyuU1Z^7zh4ls3 ]d'KZnvɛ5aPp Z4PР:/6>խѵKpn^ *Wȍ
-/aF]-È*Ԭv#j0# f rlC*ǯv6Q:rHWaEro}/2CH$T5X必9;]c<OV,-ϣNC>0gA45Le:/|9ml5ķ=ܮyjXžmoY-mnD8RU#,ˡHH.<j-r2Hɏ#KuZ=Pk)iƐλ3<zzX:Uhʥ.{
-Ȕ&*ժˎ JJ |3*b\G4H@\beGLJIk XߙL}M#Rfp#gQ"Cjhd~#Cl$7809w/}GpsP]Zܰܶ>OPiUG`J>#]^|o}MVeXY?alKGOt{_`(NC|I^e\ߛ3(:s$Q>֔cٸ8+Kjԁ4ZƏ/E\Gqi^n3՝*n4}/&z$h*Ŋt6 Cil:IZa>4YoP~ ѬQ,LhRxeX)9nhMEGD[Q3u@L]E
-4i$5pҠQy4tϑ)UΨU'LCt]G<q^0E(-G'
-U+rY,vv4&fZsvzAa|uR70_%3뱼4% Qp >j[@`u$c))n߀?eu4 dSWy+B#GRo$ٓ2]9guqi) }R=eáKZNZ cbq?FFfX6fT(=/{Aݹ8XU:d2<?q8/{6DoAn8@V_Q۫L^UY>g`?`nE*i8 )v%s8=b%ԉR@!A
-.|Pni8WQw ;EI _-6iT&2qxK/TS^?=1P*o ޱ[LW "`6
-3GXTY5N.oզ=ԁ-!ՔtkgUB7'ӹuTIXduǦ)PEq}M|s#8(Křz{W ZBf҆vah>,3K u;jU|kS*_fK0edw nJCBy|z '5ۜNhH% (m&jz |oʾtX_]O!Iۘ"abt@toiIeh$Ev/nj߯zDZBȩHf)`fդ3ElI@Ur?E5t
-'&܆
-
-¼p].]lF<ru=e⪷n
-a Dv
-765bʎ:M6IJ Ut1o.$pOr᭓fp+/ߟ&([;,r^qrpQ5ojX>ag3#`7俕V&[u؇1n%s|^eGIz~A7TfrsܽL9Gz@
-/ E,!~QͩeYî!38/kvz5SKcm5蟈>^dc`NRÏD1hG\~o&v 5igC:fJK.ΈZe͆tq~Hjђ4ErYPs4bl߷ס0]}NQIXEM=*h6a=
-Yu&]Xdia_[-k?+Bݙ@Ndc%1q 9q>nD2,KGF}HhB;Ȕ{tlK!JH_vB*.*2|^c#hnԨի//+[ы16,GI|ڞ"H$}@:7߫A6+"Jb}J8^F /.C"R,Fk6,8uljϦPvwCy3]΢NFf%TFɄͮچpmNnzavkX~!>w)ttbRӑ7pZPnjcm@so)yF GLf8ߥxlA8O|hΗVF.Zϋ;
-޾e]Ң]o&%y_$yCL9x*ˊ^bIubr
-=mfmhYi >֪w*'n
- rhE .
-+lr >OE$;2DjpF_#v<3M!8_e
- j<ݮs PzAV'-~
-G
->{hG?%ަj]2ued_UJP2{ųa+=>
-vi_ǂv$v{SA
-^靉I}F?w΄2P]WYljG*g|Agnq.](t7%:k3ͲY^Je詴_w#9ʩB]F
-$^ VU3CUُ@:wN09D?)t'ΆJW'Kc/i(e[.u6n59iV-*TM"[nic-DՠMĎzF&QSh+@5:^ƚhkB6m_sTRH߾i/ ,eoN P_yŽto1[BAr֤ڋN(
-nU
-!TO6 _'LN!F<
-%Se.Dol'!gK>q;
-;p%?$fV98GifJD~0iM[[*Olut;ۆ$qb.ydQب7eqgj)Jq2弱/)}zDC2_suSl֨OɅ%}wPdGMmYݫi`q@(Љvj>%g~ni^&vĻm,$U:zhn8$t*K y,<6s }us+@R[yi$s[\!_%#H甎S/G0,آp[1>dL'm=:hI'I2*fE(e%J{t2S>wom=ȂswTHX7"K2|#%eaARTeh^~cd
-u2>0_O;(QB0RR,ԍPX^]8VʬP/-ÃHӡD33j,!Gh|4%]ƘQ^ZQ]zboUG4?EސH+S9hoMq%Cſ z}{EVopė4Ԥkn<)(Cs E='uFc>NߪI@ۚ8 m
-2o,( EV,+&ԟ<hEfkq9DtǛ0](#2=6g.⃯H{+j-l=  񋯞7Auh:"A\QmK&]FPK@4e)Βd;zd@Vυ ۚU`s[lJSK{Kx}ɉe&襋l
-5?A=oMB1hhDO^X&tRQ:2s.c]:>~ +S,CDՉje .cV
-jvj@P)'Ni -v& [o0f_:`{CFs .G'8t}ݎp8M,}2
-|3LAG!xuNƔ}W+WD=:qrmK*`x\9`B'qE[CJAĥltG {3܇
-5pBDl$f6^i;}V~5ۥMJ C &)%7=v- ă
-BQK ]0 v 7]u;[ۃ;ӧY"[BM]lueB0n~=h:І&ܲx!c-QB!y MMʯwK; [! 8=ʢv,gU|MѶP(]e+TD>7o٠i 1> reӵym2! ['4c=Yn1Aŷik4dtYuKT@ŹS_
-scga"ۂ/%wz,αY%Oj vOXyT!ȳ.x͓mD\QAT"n*VPo|"Li66` ".]wcydc H{!,&"cpV]F
-ی!z-scM jPhKw+' nYHG'ĹRV~S!'|u\L-!egel}b[5uPۑRH21@GWmlrWKş]J?ߜK_?S4F8x ߂xQ\{`
-8bqJ|-$Z̓'Npv?%?+Tw-D;?|B祻 fe.#IUⱵsmP&2r5RؒA ܛLKE<Drk|'T
-tkH+0 ,O>6J+9xh^ᙙD%wSX?fa^o]`Kȓs1ZzTW#` ۡxHIG
-za48J&lQ tI NŅ#y_HS1!l oAʉA)<JBq[<sk1W)e{7 ~ӯKxӇ/Fe}mfCt<,gp6Wtb->&,Oj2Aݷuu‰.w/SFB8Ο޼;4~kXӔU
-RhB260叠T
-s8Bm_ؑYo!rg"M70)a D3姬@B{mG:8Nq$e[$p~"*tJasf0i6upA2)
-^ 9G_EiǛu57` Ú)i_ῊsSf.q 1$s>bޭSH*-Qs
- =; [a?nn&#<!穱V#PXm4 +L"rt{&B%7378}fWQ`!wLL_y.FY\+Nb|&E3LffmJxVZqê؛k
-endstream
-endobj
-547 0 obj
-<<
-/Type /FontDescriptor
-/FontName /NNGHTM+LMMono10-Regular
-/Flags 4
-/FontBBox [-451 -316 731 1016]
-/Ascent 599
-/CapHeight 599
-/Descent -222
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/E/F/I/L/P/R/S/a/asciicircum/asterisk/b/backslash/braceleft/braceright/bracketleft/bracketright/c/comma/d/dollar/e/eight/equal/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotesingle.ts1/r/s/seven/six/slash/t/three/two/u/underscore/v/x/y/z/zero)
-/FontFile 546 0 R
->>
-endobj
-548 0 obj
-<<
-/Length1 1880
-/Length2 18802
-/Length3 0
-/Length 19995
-/Filter /FlateDecode
->>
-stream
-xڴyeT[-Np'8ww Zh {pw;<rvs->(
-%aS;c3 #3@N^֎3d`edffu9[ي9y
-$4{
-* rije{-_ ɽS
-`~'{N'f'g;Gkk[;7[-755yS{&5[KX-3:@
-4gQIؖjRc^Z&M|}ŅG;Iid
-ئZZ
-c
-07sY:DGTC]Sʭdݛ3;t lHaxvY97dSeh.(7cOo$qeO\&^O]zR,
-PL`GCDg/w .W!^O ot3?m8J<VSbXA$ DoaZ~`Ӣ|K!YF"ܐaJ%cTW@oZ2CU)Z$2CL.uلQtDEjn-1(/<NH
- ؍IT\5{X_) 'B \L`mX)?; Mw1*t]k%Y^r5_ПfrS&Z.JgG)ޣgs#BZ*Hub]Lg`/;NL!tQ'dzyٱ}Iuȕ+'o'`oC~x4KhMm x;j^,_MjYc-"g,vI%lI)L*ӵHxW[r&vD;"~ȴ(!n,nۉfݷ>sN2)mK"WE C3[ʺKJd/0ѯY]Mw'2Tqg4mVbF̼ݖvCKM1CAGO0y09}aK4(~SNVDd`tv*ֲMc6c/3ϸ@'3&ǒEn~VVKIAQ[Cz[N ?%Z1=s逍W"*6䒱b"-7rcxD3IF=# 3BOH;?H6o{]ϧN(CV{堰<,|WU'ø6_
-E u
-g;zlosxC<Sx7k4.gکRFhy!QFF7嘖þIS9uNG@NGU@46VϺ4K#3:vfWe(dKW# }(<d4u;(z5=
-9xroqp*4i*re
-}Hpm-)5/?_OD&9ltX[|vˆ7Gc{惏*v߸>{єCw?/PRh+
- ݸgOFE~8z/WV.1Y9XwS
-"M:^L$NF&˻Pn&BGJ _ Pe`o[
-ԶYWfHZ5Pb+}G1b&
-XTitn+r7[z$.VOd|tk f1}A\vl'"QBȩenJAʡU<ܒHjPnj"\n#;iK-HvsaTԉ(OC+ɔ›ȹշvp/B5VfMgS4FG{eg8x+{R!EJ:ɬ+K!7f0АcUC% FH)|9R)ɱjO~#OwMNNl rUf沷8  RZ6j-Ɣ${
->>_{{}|ҜŤ)";_(KSZ~f <jďmh7*qoFey%^V}x7t;^(ɟs2 FՖcԕN@I=P2rM^S1$s]ϲb]]^i
-"l=<Oʣδy/w$`Q\\>+aG:_"^,m. Tt"5;ZI/Vd %c^bpV}^qRE~A,9r<ޟYx)zZi(_<1`SFP1
-2x0Pîv3̃>tb2a;hL:hC\~
-pGS?A9VKMח?AR{-rSh܏9ѓ zQ(Յ:wO讅`UCJFQD[P"ȗ_Lo9"j/[Zܼy $k^b%Q&;}'m2Ykp8եF!vJ&.S_;}A4srSa``&+aJOPV\ąi8 ;HcpQ]k3.ꌕ ?G}#4myf- aPlX,q 
-rdO*E
-󯮾~\-]SŘt,a\kST7hi zD]jhGFN8RL]OnLDt5w+ m3<DȳnhiEƌ
-0_.Zu̻$%FV=R]₰{<2SpzG{>ieHz_,k$YCg|0TdhϨ `1ܴv⌌xpz2 :8pkՒ2:dxE 55k"OMyW6ۻI"R5Zfur" ^Q5K~ 7v]Z
-w8Zo⏳m4C:up7yK}1f)8asMP%ţ&f_GF
-j6vrrnOs.[N U| o~E"|fGå*:b6+Ǭ'Dd܇(aA
-!7a/;,<|vi(ZB3?1Zי
- OVYϘS+Z%[9r`E@j{d0*26_EDE @):ya 9mt ͱWyhW`Q@}[Du.@Kd5E- 'ca w~&ÔgH@ȎJgJE*۰?朲!&/[[ht-}vs\*`=*6`#Bi-'<n
-ɾbԓ߉+OE(ܽd-UV~> C]"f-s| 3 *b+dŅ8d۬؟DGvS~½
-X5:l#G0$
-
-}7.TPy54`nǩ*͂כyosmq}#[m52zC{3]eHfX.S4t\7 XmSpI7# C>Xd#[)CGBOjaЎQЌw|(ԻJܲ?0HSDQQf]U<HrK
-ٿl->YsfŔ5-jm`!PAi [=2.bi9*?oK}R#ѧ(Gu~s5Ђ+RWVȀ[,{Ftt5 &T\0x$`p{z[B_M
-/16 7,!nn
-Ce]'y?G&luGc\#5Z; |xwZU|9?r՗j/5 ^;YŠB%ƓBP@~Ja3x<j |||i$P,#ԗE8eSpKJ;|wȁ؄&bpu2Hx5qhÔ:ѩJOkkbg@볇fF8L,FH2OF!8k W%|jB(/Ǜ6þBpBdbwA$e)lMڭ^WPakߣnmSuPڈ `x~uq},D%Uo>齴OX%vцlfl* Z$Y)n֧;+WlvwZs<px?k0!]XB/l !٤XMD(*Xy;Ϯp[\*Oz 񎷥\"Fi`j#l؂OۜH"TA$}TEY2dPM/M4r? boqb<O*<OEQ%fz6!|4=m(R}`gNugYAg3ǒUK9XeW[e}~>Mc̗lɽ8ToUS3fF! #dzn
-L:]r50ePRR|g=EMrUAXwCn8U
-ޚm*3:Qך 7FgzGVuw' Y.vnb i@9 \q4K}H쵐,CV0Df0>NEY
- Dt׽ȩM%{wڣ
-xlG ­FQI|Ƌ@"E{"NX8/GzA
-,0;rkfYVJs+Ur  :Rva+xlܼdb=nTS]LNG3k NJ7sqt:./W'xZO`
-6,k6qR\E;AX
-02Bxf.Y׏6$ZyTɒ/kM1Ait*i<]hn%UWѫq*39"y2f a/|DFA𲧥Q%6{DN^Ja#RhaO%lr/!ݼS\5j9aM٪ GVjռh8Xu䘫sCTٳ^a9`hzv=@]jT VmRdG ‰h`кۓR4AY)~VsH%Ubgw]LEBx_!h`EQb@32Fɜ'/NA-QӸjKX*(JP&UpPxֿcga݇Dž=7| wM*et*SxV% `0ki/ʺQC6zX/s8'YX:s}[+r$o2vANn4 exڍ#Gr{zT"yWsԹ`7qB/,يIPysAQH^s+#\w=<fJ/T|koZӎ0
-܅QW
-iݏt
-bR_‹pᙢdzN .ZFfdKu.N/cMv%X2ۊiWͦ zt@/bbFLu"ygLJvX+T!?n~-%8r/~jTi74
-(`#A7FˑDc'Z8lQ eJCE[{23%هO]
-#MLL:8C%T4&:)p _ev;XA N O)BV3g\{ F/P{8жg9Tj?D^d(]C&P?zemDuPH c0q!@y%ci-0o =n R?ٓ zzsx3C[Œ7KtJB,ϊ'h'B=(n)Ob'mI;ˡc:4ބݧsR^-1'eZI:C!hrC68jgG"/|̇p^JPpq޶ ,uU jU:E~yT|Q);4+6xlI\X`;L`cyźGz
-:f
-\
-KϨ*et]U!/{-H PxfX6aȞ05k ))_maؙYrbYK1
-ɊiU*Q<b
-sBpi:<!Svl[&Rk9݂#C?X'%N㯏lmr~e{Q+E38Ș߇c? |ʼKK|] ST!+=?QaV ] HWihLW~K-c~chTWY1oo<ȶDh8 Űr!dK .f(b6
-ji
-E=6Ch}@viReMѦ~!^[[E{:M?9x՛L6Rn/>r}4(W:Y
-6Y4c@mCGQQL4ppNXŀ,↧}e*QYTB,}gGXs):'$$pJvDbŒ&Vi^O⊼
-_@4<?ӭBF#g
-F-`k"ųP_Ay乕Qb{+ ߍ^U1XBf\xचDV"GyBX!?3Y<x 97xPUY]£`Ë
-ns~iEidhb-x0pad}d!
-nK?QOFz^'DH8kC*fn"tPJxnjxV|,a 3Mh?dE:E_zn̡!zBIM<{Bsy* zMej{0~۽ rd<śﱱwN]9+u1 [&q\ѥ"&ukv}{EWئ8"::Hqq+$D}:C
- nj]#r/ozU?T-N~mU*9WeD޻JYּaZo߳dʬYϥ`QX?e4G<bJ!lj,o\S'x w~4BMRl 287Gkc6WDyAezA ِ1 |c+^A#76A|OnFr۪Nl@דG>իC M(^Wd]VO~}aTHdKwz9ԙ T8H0POyN'ګ.o' _~ƞFsg~z3۪,.
-s!}L@3g8r^I"nL +\ewO||uϙi\} $~d ]UI\fO.nul mJQ9qY(Kԛm/%v?|Dj7$lєu~mU#$FִiT.Gg^<,8hkpJ+>>?.Vw D40fOfNһc憧,k ݍ
-i3dF7f=B0`1#5M}Y$!YtL!nl.ducLQKLoJ,. 16L5n+0zy%j/H5:2ʈZpM["ɶ"VSR۸Z5͟
-cj^Iǒ
-EEԠ9(XrֈpW ЫLH8~ Gi>u<MwIa4`}[BrTg'fK.,xv8f*ؚqƓ,,-;baJyJ4Ƹ{uvu̇IrO(ƴzF3/B|LL4EbD`z9DN'׿I+XB-aցh
-KקU!V~c1#f
--f]9¬!Y*y4u6xn[ 2=;fV+`|fN!2{[ LHw8>7ףiR"r> QTN<'5Vv$9$:N5>d
-!#@X
-moB͵ؽDb뾁U }ܲTLäzvE ز#^!,'GwN}z-DjnP++5D:b{/3#ť`-k0e6xE6[z3 ! #&y f@:5MaҴ³ /RԆ߶Y[I|D" KDck$h;ۏ/;2|Q8hVH2%}M[þTN #XVЭf
-/ m$ahvk`;#3zH¬!YUɰx<C԰.Y}dcadjCfo/$%,pdTJ] T_}2hɁA ӿ6l /4,383=|7.QzM'5H8sǷX"
-_-aFT_
-/? {P zD"?߿?6=Ao|͉-\tKf@uݑin]q"3~|
-b!G uO7;+ҬaUFڭɸ`@:V0+̥=dW<r Ɂb̫ylMȀ}7{yqH(ݜF'=B9x%7~ x[\ /54i:A
-ssjoFaq7jl"5<͉_єYQR=
-p~ =36k;cd&./!ygr#݋OeCV+bG7={8Y\uRk۲A{a
-9f
-Q˅C+>pEMhXӫU7R
- 9=f;$]S!~~_^,Z]&]*o뎏eH J3_t:$sVv#HYB\)RC$dOEMc`6\u;4qex 1%VvqZv |r`J#'xa֪=mWzw$mޢnskOŸ 6WވFDmP@;ǿ.S֐c
-CˡFY׿d_[GSF#EwuURc6 m2)׷g-d8lp| ͮO:cdȫ:$FQ #[%S/B2%-1\A|8XHΫM1% ~tߡ'.eBQ/3SVtV7N9,_YڸlRYEvPֵĆd+M˓j!pH,JJv<vŶlSOW@{f:#e"݆rNg|g99_8-q
-i^D*n&8&/ ]L(r|z3OՅ6;_71H$T~YN?%)KrÓ2l 
-/3h/%HcG٩?:?UoS{'i.]93}xH13D2^ EO}mjA>2
-
-4z
- DIP?-.'6<;
-*kDQ~b(XɁ!)Mc,mUI%5ʼ,W| E= ) ؝#^77oIH,S-*f2ti#~d֯98C/H/ jH~̂Y{'ѹ~=Y.p
-a*(#9]9 :*v# L~?DC<Q`Oi.B6 ܶbll5odycHk@hhxbvUjx
-endstream
-endobj
-549 0 obj
-<<
-/Type /FontDescriptor
-/FontName /PGSNOV+LMMono12-Regular
-/Flags 4
-/FontBBox [-444 -311 715 1019]
-/Ascent 618
-/CapHeight 618
-/Descent -222
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/a/at/c/e/g/hyphen/i/j/l/m/n/o/p/period/r/s/u)
-/FontFile 548 0 R
->>
-endobj
-550 0 obj
-<<
-/Length1 1843
-/Length2 19660
-/Length3 0
-/Length 20815
-/Filter /FlateDecode
->>
-stream
-xڴeT\۶5
-l@t \
-
-
-2
-_%A&6
-9{k]
-Ffa/;AVKg)~9
-`|g1/
-7s53?"{93O:w hon,
-svtbzpDSֶ R،ioI2 3&ҠOpj^?/{\
-ƶMtY $+N$~T
-EZS6LD)I,6֍KÍT$U9=@̭'qz*0CSDa]Fc2"wÇ};̐lq6s&
-1)=wun0`y`i!(2(JS 9LMէ"NuS07twN%V0pFl&JUȹEѶvt{Yo}9HU"lb j%eth'qW WuR͉DӱmmdIE.'ijBFJ 'mz%aK@wGa[ %ZFeoWA%FX(#42+iߝG7(
--lBc7QwhSK9iho^qZv0 Gޝ/ÛCסAQ¿6gBqT~B]w
-F b2RYhDE\Oal+ dm}zpzBP F8@fx-ȴ|t S9gKpW
-N>0_(BQD}+ҞǼU)-EF5=)}/Ҫ`ZCt0K!Yezߡ|%IJ8+k~aWV3I+[įwځ1YRQݩ7.+A΅%&ںY.X1uᔢ4 ^WOڣߔdgJCt-X9Xh~:0V:j&0ޝ \F#Q@.i`.al?~Kn]zQs^vP ;1<r/Tl6
-`vHHDsBnx6koY|q9y|sj-BB~a #8@ނ:2JӗH \ $I
-+) 6k?orz,saP㊗Ȅ.ѯ_+
-A߇qV| x0 #%|P'UL' Ym
-YgnfԸ чf
-DWpv
-=T/+ؤ=6TH;Ϋ|q?6o&b{5a z0MZ3BS/A!A(&IZ`$YY&N
-^s<d~䌄ʟ[hB#W
-urL)݊w
- oȿ3rwpDqP
-e,m^O>Ro/gizIvCP筅(ӿ(
-{fHQmC~ơZj12#_FJ
-Amj&uO&eܕ&<u;" fw67.vx5
-QToJ7k1H'[W}_L}ўA_8qQ\Ȏi9}
-=T' 0,t"Yg]Rx!}Fk@@ҷjH0c+={Y+ aOiMk~?M}D!1/4VqKpYafdJGa$ <58I_D[ !n@22nukwf1칎й* OVV>LCIh k\p@%*7sfVrӆ OU}7 ێK4 ҳ"1eSR'¾섆ӣ]hdcF
-xw6US<]as]y_V`$[Od8LW,g9^
-ul\_ %9\!y^G.t_NI02] lRu݌9!VEs+<jn),BgWo
-cc!%u(4{ěY>
-SgJ;˜Ϡ{)h]c({p"&\F-碅,i8z u@B -%*k+{\Umu9 B%BR?p{Ϥ맹xv>Pd鶫
-v?IˉV>fٳ}30xHVoH0TBl=kB;NԦƁI/ @\JeEa[$̘Q2W2d>9i^ ';$  llk$ *բO_3,x@&t?^1$pƌdF1H;?~bWڱ<plž,9]0^D@΢҇g HHwݸ Im0m bXv>el
-O/͏tU}P)\'\1, iA=9 "^2f|CZSYz rbE7[PʨGy͘-5U#ZRy6x,^)6"pE*=B]J%,xaMd@+dtRu
-T5|'IݝҫTln8 |( jqm?ɗ'6ֈ>[$Sf0.ėl6]4rrg@j3mjo`祘vJ8ZpX?50{lbd^vCx0y5ms<X8>U$$y0>l##ֱ "eJ0(G tc|u Ұ }uB`8kS9‡4|a3I<"QdNEWD7oY 9("%P0/&K{VgR]
-F\_So<Ц'q !f?'kR[τ:k[FE t)Mh 5)
-)G;ε;h2b3r?tg#uO<c!E;'n+Z=E }~C5kEt(
-bOhXARQ|\߽_7=-@+A,Yg8Jڔ=Vؗ $Dr*b)6arQU[pQcDk7t6cNǴ#2F|4MUÉh]n+r?@~1}cUG$XbMu:#
-KI@"x`ZaP&xʣ˄eq+V5Y dYR:`ac5#K;L8X}b.*~#vKꎭo`|tUYᑐ-B4s}T)@,O0yxr>#A2zǝzDl]mp!3jŒoL]zwD,&,rЙ3+'Ȑ=?SA.ōx'ڐhlajS&M8gldFtNbke8!\rytǥ|zbB01>PɗcII2{#ذW9~Kf-<wVNp zoJ<-rz8i,p]WL@ XjA;B-\,ZO rԨ`n,\T&AX®8XL`
-K7r%bfaR'=9_Γle"5<əܹS R
-Nҧf%8M]2:%J
-`
-1[ЈD>s8i{sTF QǷH X2ʡ s]=*/s)qOMF " 쬶Q[1GT /{sLeNiC?PԿ _cJ`cr,'g|v]>$cL%o=h9zKL/`2ZcZDiv E#@gE /4vf ZEZP^s
-h:O<IgbvUIhS]458M۔H{E/10rɍ֌m4"CU=9i3ʮ#I]JP*:O,-!-NY]qei\5LJ~D
-r qo$]4F#t60,ĕ4<ӓ
-fyEUAH덚I[+P ,t2 3zZUa@q6pӇu$i}(YeviihPt)M
-r/bv+PyXSM2V(xĩtLhSE]EC .lsI
- IߺK0m\_#НڢVj7:b@|w9W|f;%%~~Uv!/}ׅF+2\0'L
-Wp')\/~CeeyBM<rVQec 2`:0-g Կf@ =&2aSƒ3hB/`EEnH3jefrU=?1ʩBH-0D`׺k8
-%>C\|b&3d_|&tl#1a2:,ud m⣁ָ,sosYQw#$S:Z"8ŵ?a`lȭ sd橪^| Rz;Tpq1 n}4;5-([}0ln `8g2F+#)E3?!T$N[J[]
-{W㙳>tv&s3yyDΏ QTyGDo [`0.כ7k}m}-\Z:SټK**%fRd">=OT{/:O-Lv*(b>aE1 dN >,ʗHZDq*;w1snCArxOPzuN44'@0{2OT^Z2kNCXbi?vyW&S7=AI2Mhwjj(yoR9)q{u efI^yoQU✶NLv'zp{$,>J, uTuI\%nԴ9rC$qP qUV?/Z6e-P%!Nd
-]_X~Ā}#D*6ѨT!wWaQtnп<KM>26.*d
-AT\aՆpaVoS%lwyhSis;IQ2B$fsU.kb5-8&k4bDo,Y1O^l Na',TPvIhٜAnKfCȴnחCºpt
-fIK?ٔk{:{L4pCMC#\pCsܶ3Qvݍ80kL/ޕOZ:?1Ec%E q9/֒{eծ?_~^_`5P6SI9Rl.IJ[IM ]jJ+5]3W2]<R cOڠ<hr-DuiLqEhFN\i@
-c""Dmw_P ,n;Yàv//wVRnk+$w3
-;-86\x}=HUq[,JT\C^/<JT*ە2 D8Y9=ܛ(fnR//Ǘ~u|R'WҠ츬Ƌ$pR%Nڞ>5=sDvccuG߮{GUWFz{2CpYHfE*qQ nEg1f= ] n6%6Dҽ2}μۿ <gH7M`dUؼK\ev@+/:
-[ O>d0^ o(~ &Re/,z<Լ&I /4~X7+Fxölq7_aNbP
-"VЌFIԚ$9-x-Wef۬3XyWPvã)yP9ŕY 'ʭMIvrz!j&(PXȂgʌh %٬'\
-Cmܽ m_[%-B{Ln"Bע%18vqHj!*4*$&sU]+\ 2ik1^Nk4EmpRWLN݄:|h rivd cG#:v9rVX ՄN%aA3 Sߖ,x@kq('7Q'% oL岋KWab77^C|CcStf>~[Xtţа]~QnNO>/s }E5L, %k/hlU{B 6Wm=2j.pWDv|:շQ2d_6x<a7`Hr7kTq]Z@6Ǥy׶*
-m o~qh?穦PQ̿jsf4_K=rOfe
-: cʼnM) ɠ^z,y!Aa\GfWFO^,1*f-
-}ϣ=op2&o90^-Y .,GҞ
-zC5%RT`bՏ8sbב?cUsאf)-.?v'&lvE6'y X۟KyqS$?35G%Y9I71JvLA.Ҳ{
-0z
-sV!Rp&W^V7ߕYzSp.J57#9kͶfykYH(o(ԕC|6G;ψ@3pZ=BcdڂZ g]e%qVEN^ш
-m`4B#`GES(Do o3w&'c>|ls߅3~i Iun%ݝȿ_!T )f('gCd;
-5_MzΚ{h[fFڂ᥵>3cw{-(W&oe݈M!:f¡E*Ur}[hmk
- Tȉݏph@9G7L!
-Tjl~5 =el@ش"VH)@%sHZŲM@(
-PA~?{ +c& 7tgb^s•jd|q DŽ/w1PaVU^,٘SAhWͤԗppiʬua2d>"jYE6)Zj4=sC9nH/Ml`JW
- ajs:qvPqP
-Vy[d8LHZMu lcVo1M!} bōz+N8v=,bB([iKI
-oyc֙*ՇE1#%BK^fEl^,*;_B(?a|`RGQC#IʛSq(GS*!oU\KB䕈A<jL̂7#+һGS}|
-R+Ag TLKldVΰ>*]o}ިtE>P8\Vl4OFc}GsOS(1R;Bl]clIO-b6Lel LKnl* ?
-\z 뉚Qo-qvNC"]%\ 'xjH,eznMv >~aL6!Ȏa $rIMS]^
-z=7&Z󥔟ͦ6mm5YS: ɪ!+ĕĒrEGέ8+k٪H ;ʽo&
-<̫P\N< ?(7eʫS N,ٗhOQz*Fz4ljR& HѸ<2JhCK&f}#~KA<Kc|ނOx=Y#2D!oB& *EA<0GK0Z:s.v#k@}'B[I,`F8LXpdQɧf,neEBה!@`ˏ>;- 4,^`d<HG1VGfQɔ3fhJ*.v͍M6+8ĐijFXr!gU'bYeC/++p-K&,ؗP$CԸ579amosGIGfQVprs/Ɂ )ߒ֊&{Ыk9ec!H>OR_at ,׹2Xl8 I̵Q6#T*ګ ]0wBBՠ)tl%)geXsڌ~(W6S9%ڠq{fuU#{=lOF1_?9}bJ
- j8J)0a*(J
- z+e5Z”mPIi*jٲ6퇸ww
-%r 8`ӂ4
-
-0 USx$UUrqkkї
-`d{
-IMQ/R쐠vN'哋xB:
-$S 9K3IDoRT op篎G.b B
-GVOz0;ov={Z-WŦ=e|y4\z^0
-s[u􇃰HΖG:jTw]C
-B3*Hȅ: O#Xu(xrj5AUY=${t`s^-P<A(w`PrR&;=8"־D8 r=8">{9 2Hm^١V1d_9@~24zoɗt*A] tW69Z'h7o?W^#iXڼ|GS+K{CЌs}|>ůZt=QGMya9/,O((@r>9yӂ,oEaH`5.dļ6BYkt
-vS.(\рJax=
-:AaHTjå7#~CaXc8kDDr)SoKod18a*udE ®p-Z_<yD堼Hr
-.w"ӾGDWՂsum߿LoN"uoqǨBƷ6gb\K8 W%Tym4URX6±s/j*d05f4%N  6PgLa#&k<mд넭;OYf*▄AHSRC
-
-Q
-Lgn<bpq sU)\pOn|cS]/ol"PsBnS QKToH6ޒEw~&V'c+\i0L~yNtXՊjT瓛iΟ w|&jbhRɀz_*A$I,tI}XH:U:x#'kf.mŃf@yP]@w9$W[%'9L{9_^̋D2&ob1Y~Jl[ wwZ k%  9O r1P FvCb ,ǐ$R#[VZz8Ő Ci6ny&WSd_g
-7O69bm@.\9keƻ}
-A
-O(mVx&M;cf6sK؋-Y(.uXEʓ|
->1ո'>w{tǗZj+PRCIa洗R,Im=Ox&p)?Z%vš9$/п$hAhsi泄FP4<SErO  9W&[V@(SL[NN pH1TY4, rFw@X a<
-N&Pi<;P3'K]^{jDz[v
-L/Y7 pEU,
-endstream
-endobj
-551 0 obj
-<<
-/Type /FontDescriptor
-/FontName /QQSMIY+LMMono8-Regular
-/Flags 4
-/FontBBox [-456 -320 743 1014]
-/Ascent 601
-/CapHeight 601
-/Descent -222
-/ItalicAngle 0
-/StemV 76
-/XHeight 431
-/CharSet (/a/b/c/d/e/f/hyphen/i/m/n/p/period/r/s/u)
-/FontFile 550 0 R
->>
-endobj
-552 0 obj
-<<
-/Length1 2273
-/Length2 22386
-/Length3 0
-/Length 23670
-/Filter /FlateDecode
->>
-stream
-xڴeT۲5 Nݵ=hp K
-L]mƹL&K:;[/}ۘ_#Ax
-/ TۍAr ?p#){s;'M4gSK䍙K _~ '3iH`wQR͌g]J-߈!hV3{GcNk843MSG;qѧZz*l'}.m4׌75xsqQS x"1]--ҝu7xM ʋ"I_~ M{׺Z4,L8&:pT2>ή@ذQHwTG<}pf*ꙕ0k-%5G8MpJҧw#7=n~ ,:PGhؘECyh5. r;Rc{YnVZnȽ:g 8>66k͞ɼ[
-U~$(q:]Z6<<WMkڔY!g6O] Sv񬘰ӝI,.Y˘$۪.]ϛ;wE>F&T!sK,n[~,SN^ƄnV}X.pNkOD GR^Áiȃ@h a+o
-ȆJD$4(i P{Xg .DX|nF j]mmG1QCj{c 7)D)zj-~. 7+W_$gؘ9pv9OINy؛p339 c%!ZjF:e\C;G n(&mcX+Lѕ,7atlBWVA"&h^Awі5vв! Dd"]DNQt"zuX#Lޔr˨EȰAhfW<>B7+*ϽOg֎$g~Vqd<r{d_]iX?: LXh&omoMc:&WҒa?
-h[I|Huï*k>=w//$_D[4f o i^"LKΫ,"`Qe=0k܆<;b䛧6YyٍoG%N[y,!
-'ty󂄾r{ D 1'h*<gQ߯d 5trHJ0})"}1sXիv u4O.w<ϗc(D bXMZu'܊sQJ[٪L7 {FW&T'KJ8TXGmK=5LT< uu\Rj&f `z`}yta+.C<H_c<#<Gy/szgnQ_4\(g"jٽ w Fھӌ77x\eK: Ed6 uYƿ$K%ޤNߣHIv?ʴV{͡ՏBcٵz*eTH&'YMBvVp"tM̴,HN=JVc? G4@I9L.~;%BmS%ɱTclIn/Bb {ZN}~Yʼ }hro<V2\Q|2wcc^ly29Smgsq+)_@`pHlx'@ TySeˉc>11G&J+u**NpJҖZr{l[?m档
-noߒʮI}#i SQȄv8|'w?E.s6binFV[84؅\苃`%D UA ђb 0&dG<A3q(a{iGprGrLb&/lR%xsHokȬICx7l
-b̕#a .zV㌸Jok)"w\CY8ν  4l9<) ]#V־Ásٶ2WAR\' v9l-ck30et#-Z|s1Urj*Յ #kc~1&E˔~f(šXuFE^iqдJgS6CNjM
-'EE3 ?ExY%\vUy>q#p; =iO-q
-Ccb=<m6yX[JLbɊ5K&פxA
-h-&y",Q4syY*eޝX@IV2xqq}܊}L(q*RfBCJ E3 Qs=3<A<*!9)%[?DۖV " B6uբ8=3Yya5֊vgYj/=M?A<ِ0Dcۇ5-]?bxڸoz#x3>?NEiW.6NhWM"R.?J(~{BwT}qVoJD1zov~ &1>{2N.PMf2)B}A_oeYYHW`qSh:xim<5\ 3 ⁕J,eb=Ak.Y聯qȕpY X|Z|s`l!
-Nߕjk@
-;5,%!1#*hۏ6(9jv՟ِfae
-;"LmbED)`<8|;8aG6 GƄ@9l<pX .)h(yg(;-\
-`=Qn>AdPUC3=C'Fe#NMw)D$M+M!
-NvpTVE]uمm#\^u
-498lݣg-(=24:K
-ÍbV ĵ➺^_6$VZe
-{
-
-22=%(,̶"5Ue|c)$׳0~T:Ӌm)-݄T%UBEAh~,{ICW+jښ>L\*E]O/ R- 0Xp"Kh:+z6<36ӣH&rwؙw FMEt!g
-+/Fp Ԓn5稡?`BX|&B/h{ O81`Gj(6 |ٳ[c.Xi(X~wђJ#ʋcƟNg6t&?/.đ|?s
-Xo-Ɂ,ڕ껥 ď4 Tb^?o#^ZcZ㷎0aSI@x!؆H*0
-[ԖOi?yb3ﲳZ;Vi$bW8Eut"U(&FĚ48-<~STEߐxL 1&vF 0I1ٻ]϶_#C+hnwIX
-Ⱦ^o],Ց&9MG7*jEzE/&r&D 흀y4CmG5*5@jK,2ҥwНJxb
-5lSS娧ʱY__'MMj$޶8|@5[2R3WEQN?]}SsZDHVS> ۷JAy­>-x&N^f^^;DFԙnB=QD޸ Bαz.ةY̤x\&okܳ&
-r⧴Ԅ]W)P;0?]+~nz\~^O_'Sn#m4^k1yX3y̥WpŇRtHy^tX!-(͊˝*xiVtҢ l@l$Dv&Ka,u)0MJ1zA&H|;zrkkB|_e3(y8g*5.v(!ߚ~~UH֟F #{2ɠu{ᅸz%@ )F[ZquDAo:Aj]J*TBRŕ+r?'&%$K<ӆY~A,ʤ6h}p
-l¬rvhxfɚWuLZ!U(f2Oaja8HʡT5X}A= HN6'V:y fqU
-wY2a)=0_vpva-?X~ѓ-'~YOQ^@ ʇoqO.Q
-"6fL@5 {gq6mþO-D t&?<=gIN࢟k֦o*
-@7+s{u ML: i39Zjh`ğV&,ǃX
-LOț;-A\vOŢ|HX{VAk*k9I\֡UnT+C*AԜe_sSk?+ `?n*Fd~mC
-!-`1GU~yu'Jr6*HA9|+lWPԝ-4DqaҀ%`mOsJ~5ktN8V NCU1!pnMTRq)m!#Ģ";q
-b0\7H
-'e'K!=;ko*+c毿|\>e!w3&\4Y> M<ZM!/@zތatJ[owisUhoHphIP::Zdy9^lB?0
-Rɗc<e1CԌǯz8?a|ҥ> eἲ`-nE &+3dNO
- e($q3x}1Yf-bOӚ?b'>ۤ8UڧpFjW(.K#^B4=q*i}emz~%:_M<ЌѷL~==Z8QLe,c0:\K/5yt@KbEڨ:Ǥ`7..I v S9q\bߟ?z
- G?4ɷ[>'\`qhH;2P0,:@)ymYt =r'`&Q͌9W${c3`-9{J 2!y>8;+lK#knn79(4BB
-(UGȟ
-4)I3nK$W\'5 {u't!%>
-G. /ёF#O֑ɾ"iQK^El9ވQ)&7vm_뮝rvS;tLCT#7EY5K.yhE2 mu4+ǧ6r3#MB#z#_>8vzRBV;" )~KI2)bh{Xa_֭A;qҘL޾[%baKLNL7f@svʞ1) o8hZyJ"FBʎR2ε*_-&1N+s&g<!gVVlMz±Bӿ =Ȇs:ɆQa` ghw
-DcJ0F/Ƅ5X5E7ogxpdŜuȶnYUCg'$L_#A곇EDOC8aTܓ٤/m$kP4kL
-ES DA|\FY9&;ָ>y|ZoZ%yzPN*8Zi;(~<GJt-' iO| [ 3[!h(x, #?ѳR3S?O$~q%-lP!(g'P֝IME=#>hNQAC:j,|c3C~
-6AmJw s-+8:y=f1LȬ)>$c P<g>]4`4غ&o
-lkm?Tuጶ9I&{+ l(fXaB&{TOrrzE;`Z],l OĮ'Q1S$(6"^KQmCt䶷neoMF UOx=ħ4پ7Cæ
-aKkΪ43 o*z\r-v:! 4~nrV H|| 0^knR^@”|x̊ )ϥe!%:NHE.|>
-1*lɘ^bYCSѭ-"E6ԇ7#Iudx)Ek^L#
-`$w:q1V4AEKQڂE_4|'-/2{, Jze5ٍ9sh R9Lk䗇}rm&!|yb"WM~r5sg xd1"aJhX͏,e:ˀazUgE): I0& x<^ =pP/W:n䣋mUaD=\1̐ҙZb?x둕B/En!. N⁔%A;
-EνP]ЍjI_nҮb3?|WEoV? J"X|bc.5jYLKw1M9X,gSrBB^_:5xvFYrTU=&όj52b,"XCpNQ?@>zqnV)4[<wuU[ߡx=15ݸS_AF$9X۳>20QxJ<BaI\,XurE *j:oL#^([5V%"$ %Ě_"h(g,[pwȿ iƤ
- R\W
-7`ax }Yo]~IT*OD,~ܗ&m"MĵߚG<s 1眺V>X҂#ú8t>{ܼGtu&Mi)v&gs.UZ4u3wE%MT=\m)4~͉msPYCB&5-PDn/a
-2Cv9iŠϏoP($M?`cy3_z"5_ѫNכ8zgit%'h Ó~Ʃu
-Ym ̬(_LcгC-q2@A,nrƄ0FߩF3K7恢"^g"OxH%)M 9-ׯo>g[ARuD
-|{xKvN LY6 6ɫ5'BrSĜ{z(6w&1IBgV{h%OA?Y=TL on#10wە, ɉb R|"&_>I 5|
-!2$0$
-d:S$GO)5fXgnV2Z:Evpg9r}rRއI[$vZd<QvO'N|foVEʂrnVQuJȪ;Bg =0Q⍳ANhKZ NB$nV5 /<IYːMɑCͰ=]% Xz| |7b89SWs$ɪ>'W*3ry_מ)ԠmR+E?QI݉,b n_hBh0k<Z31] (iT^Zf`u \H S?HSjMg蛬m2&(~k'gC& v<W9M=}e9 2ϤC8eWg7 d^RFi]I&Exxwj$P%[!LEy
-o&7nxxW^я+j4qD$Kw򎁰8PZLS#dאĥ!&[HqܧoQHJɱ:W~ YTj[,r:K
-h^h_KE#@v36Hzt+vCmfy˜y:Z)k# rl {ޥU"v %96 X:ߴƱkf\ Ϗ㬻́`'OċLij))sA)$f: :NBëZ4~@-O,`KC@mzzRs@."Y lV?:RՎgpܝ2 %S h44azJ88$uܟ m
-#6 Yo| 22"s8U[t1иJL4~m~UxaMjgKP8 bA2z DR3zϖh4ο6
-?C73hB" g=D'(</&IVClg>l58VjT"o^v 
-
-J*ez+2>pNSSa?+&{
-衈WNEx)3F%t*TXU(8aQ6™ElSeOlFiriB%X3a^, 2(|܉"l$ z:R3ʂ:cY 0S,7iI# Is;Rɡ<hj]Ywȿ駚Bs5erISP9~'^mW_9#S^ j3jYT7<2oGkETN."^#N|{2
-ZvwX$j VX^w[h OնC&m$%VQAS߾WS4w>BV
-D rdt?Xc7,#!-65@YGǒGÜ%,幎h19M}DϣULj֋e6s o ?9uWr~aQvdk !oN`]?Ϧ-4!gw1Tyw~~VTQ:#ϟ'f9
-ڞr.\ S+*sxO ΃]`M"po UBg| DP($ʱ"vi4SR3f]#|:sYd8N<Y-,Dqz]]:"$IO}x49VM\pUaOՐ|uU%NHmhmKbt!->=7"3}V bы ''+T$|s|a3®EEvTkk
-'
-bcb~@8wrSNv0!Oqs|3Fer"W_縥K[8g1zSD<
-V$1—s?Jr ӹHs%X$dt PƤ2 rDeg]PАg)E$@a۠無M4ʛue ox є>2!Hj]V>K+z&r}X\%KNʞ~Djy''6pBl"vδQQvRfh#]H7C^cT7ZÅ- &>n!d5 . [ M8N$GIW3L
-??"ۿon2uflZٚqo$O iju$#}Lc^D{[&^b>2UH ̄A)Z;5$A<YǽqOFp1!m0&OhփUMv/a/<0&Q:>֓Iwe9r,"eU˓k[k|3с-r5e]n7;=.Ο$Vy#FT*Lt "5*RBqF]ڑ
-d2i ZȎTm
-~BW %f/ZA)wew9q&܃NAa4
-]>pԉ>S$;0t<݂w(&=y6Tb,D d&X:4PS cdȎln7"L}['m8p=;BSƾV8sBv5ZٌT~yDr'5ll!vڹF5Þ2Y&ӎ/GTDYWC6~X
-٦SZ 5$f9K(ނzj7Kҳ]͈th9t=~f Urc%Z2[J 3監 ذY:&a>r` :oL`6"B+*vގyH[UZWOբޢyH
-*Cɑǘ؄_6(Ϭ*EGEެ5&"PE#Nz'5W5\JϵAS<p8l_LINx(C2@sӺPQ+=DQ)BTRf<7=,E"wh t8
-GBcҁu-Zcs^F_-!E{u b0신rNI}68 e
-9s,VG'
-L(h`%@6YZH RZINSMjWq^i. BVt|@C.P8mOnh<d_znªdyC6
-n.
- Es%ݗĸJ:N1vF_gh ]'=%P|dix IKүU2*B ,gmJm%3s&MlT_@{x-(X^Y3E7U8rj6l֐5*jϯi%5bߋ'lvSN2lJR`@BŴ_vLVŜ%ɰc+)AL[\gMV
-6)Sxg~ֲ6.wrs4 2ak%=SDWߚ!FJ:Gs
-G}W ~SVT'Zg^KKx 4)
-u}R6ſ*` v&1 w% ꚇ_[sP*umve1Q=diNIwjR =34S汎=:BZ_[S2y[vA6xN\pkж%rԘ[ؠ;$MO
-I_e 3%4Q!ex~\>=9wˁn_<$/:wwaf voTQL%?,<Sϒ=nUtN{]VBB~U94il(0z3ʘ&ƛʶؕ (_:!x֝'`6 &Gi#~L>_jRS9IVmp=lλ=MEmŇ$`LamJnݗP~1O؟ W|>:Us#Jg!1$GOmkcT^hRӑ2m:S9KDc(b(rTWMo7b7E$WP!xBN%LUX8)w
-b3Hd0F?@ᅝ!:) z2Z> +TцhSXӻT]9P2/E9RãgR
-endstream
-endobj
-553 0 obj
-<<
-/Type /FontDescriptor
-/FontName /UVWJYZ+LMMono9-Regular
-/Flags 4
-/FontBBox [-451 -318 734 1016]
-/Ascent 600
-/CapHeight 600
-/Descent -222
-/ItalicAngle 0
-/StemV 74
-/XHeight 431
-/CharSet (/P/S/a/asciicircum/b/backslash/braceleft/braceright/c/comma/d/e/five/four/g/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/question/r/s/seven/six/three/two/u/v/x/zero)
-/FontFile 552 0 R
->>
-endobj
-469 0 obj
-<<
-/Type /Encoding
-/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 36/dollar/percent 39/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J 76/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 91/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 159/section]
->>
-endobj
-489 0 obj
-<<
-/Type /Encoding
-/Differences [16/parenleftBig/parenrightBig 112/radicalbig/radicalBig]
->>
-endobj
-471 0 obj
-<<
-/Type /Encoding
-/Differences [11/alpha/beta 18/theta 21/lambda 25/pi 33/omega 44/arrowhookleft 58/period/comma/less/slash/greater 65/A/B 70/F 76/L 80/P 97/a/b/c/d/e/f 105/i/j/k 110/n 114/r 116/t 120/x/y]
->>
-endobj
-481 0 obj
-<<
-/Type /Encoding
-/Differences [0/minus 2/multiply 6/plusminus 17/equivalence 20/lessequal/greaterequal 25/approxequal 33/arrowright 41/arrowdblright 48/prime 50/element 54/negationslash 106/bar 112/radical]
->>
-endobj
-476 0 obj
-<<
-/Type /Encoding
-/Differences [40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 91/bracketleft 93/bracketright 97/a 99/c 105/i 110/n/o 114/r/s/t]
->>
-endobj
-467 0 obj
-<<
-/Type /Encoding
-/Differences [48/zero/one/two]
->>
-endobj
-474 0 obj
-<<
-/Type /Encoding
-/Differences [39/quotesingle.ts1 136/bullet]
->>
-endobj
-174 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /LJJSSL+LMRoman10-Bold
-/FontDescriptor 507 0 R
-/FirstChar 21
-/LastChar 122
-/Widths 503 0 R
-/Encoding 469 0 R
->>
-endobj
-217 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /ETYTLP+LMRoman12-Bold
-/FontDescriptor 509 0 R
-/FirstChar 28
-/LastChar 122
-/Widths 497 0 R
-/Encoding 469 0 R
->>
-endobj
-332 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /PCLXFX+LMRoman9-Bold
-/FontDescriptor 511 0 R
-/FirstChar 28
-/LastChar 120
-/Widths 470 0 R
-/Encoding 469 0 R
->>
-endobj
-175 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CZMNTH+LMRoman10-Regular
-/FontDescriptor 523 0 R
-/FirstChar 21
-/LastChar 159
-/Widths 502 0 R
-/Encoding 469 0 R
->>
-endobj
-169 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KZOWGH+LMRoman12-Regular
-/FontDescriptor 525 0 R
-/FirstChar 40
-/LastChar 121
-/Widths 504 0 R
-/Encoding 469 0 R
->>
-endobj
-247 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CKLDUR+LMRoman6-Regular
-/FontDescriptor 529 0 R
-/FirstChar 49
-/LastChar 49
-/Widths 487 0 R
-/Encoding 469 0 R
->>
-endobj
-179 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RJJWMV+LMRoman7-Regular
-/FontDescriptor 531 0 R
-/FirstChar 49
-/LastChar 65
-/Widths 499 0 R
-/Encoding 469 0 R
->>
-endobj
-249 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /SLCJNC+LMRoman8-Regular
-/FontDescriptor 533 0 R
-/FirstChar 44
-/LastChar 121
-/Widths 486 0 R
-/Encoding 469 0 R
->>
-endobj
-285 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EHDBAU+LMRoman9-Regular
-/FontDescriptor 535 0 R
-/FirstChar 27
-/LastChar 122
-/Widths 484 0 R
-/Encoding 469 0 R
->>
-endobj
-180 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VRDHSB+LMRoman10-Italic
-/FontDescriptor 537 0 R
-/FirstChar 27
-/LastChar 121
-/Widths 498 0 R
-/Encoding 469 0 R
->>
-endobj
-218 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KSXMOW+LMMonoLt10-Bold
-/FontDescriptor 545 0 R
-/FirstChar 42
-/LastChar 118
-/Widths 496 0 R
-/Encoding 469 0 R
->>
-endobj
-176 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NNGHTM+LMMono10-Regular
-/FontDescriptor 547 0 R
-/FirstChar 36
-/LastChar 125
-/Widths 501 0 R
-/Encoding 469 0 R
->>
-endobj
-168 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /PGSNOV+LMMono12-Regular
-/FontDescriptor 549 0 R
-/FirstChar 45
-/LastChar 117
-/Widths 505 0 R
-/Encoding 469 0 R
->>
-endobj
-250 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /QQSMIY+LMMono8-Regular
-/FontDescriptor 551 0 R
-/FirstChar 45
-/LastChar 117
-/Widths 485 0 R
-/Encoding 469 0 R
->>
-endobj
-286 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /UVWJYZ+LMMono9-Regular
-/FontDescriptor 553 0 R
-/FirstChar 40
-/LastChar 125
-/Widths 483 0 R
-/Encoding 469 0 R
->>
-endobj
-240 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /IPDUEZ+LMMathExtension10-Regular
-/FontDescriptor 513 0 R
-/FirstChar 16
-/LastChar 113
-/Widths 490 0 R
-/Encoding 489 0 R
->>
-endobj
-235 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KXQPYK+LMMathItalic10-Regular
-/FontDescriptor 515 0 R
-/FirstChar 11
-/LastChar 121
-/Widths 495 0 R
-/Encoding 471 0 R
->>
-endobj
-237 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /FPJXXO+LMMathItalic7-Regular
-/FontDescriptor 517 0 R
-/FirstChar 25
-/LastChar 120
-/Widths 493 0 R
-/Encoding 471 0 R
->>
-endobj
-307 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /LYXDLJ+LMMathItalic8-Regular
-/FontDescriptor 519 0 R
-/FirstChar 58
-/LastChar 110
-/Widths 478 0 R
-/Encoding 471 0 R
->>
-endobj
-329 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /GLFSGS+LMMathItalic9-Regular
-/FontDescriptor 521 0 R
-/FirstChar 61
-/LastChar 61
-/Widths 472 0 R
-/Encoding 471 0 R
->>
-endobj
-241 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /GSUBPY+LMMathSymbols10-Regular
-/FontDescriptor 539 0 R
-/FirstChar 0
-/LastChar 106
-/Widths 488 0 R
-/Encoding 481 0 R
->>
-endobj
-239 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /OPBTGD+LMMathSymbols7-Regular
-/FontDescriptor 541 0 R
-/FirstChar 0
-/LastChar 112
-/Widths 491 0 R
-/Encoding 481 0 R
->>
-endobj
-287 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EYMYEV+LMMathSymbols9-Regular
-/FontDescriptor 543 0 R
-/FirstChar 21
-/LastChar 54
-/Widths 482 0 R
-/Encoding 481 0 R
->>
-endobj
-236 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CZMNTH+LMRoman10-Regular
-/FontDescriptor 523 0 R
-/FirstChar 40
-/LastChar 116
-/Widths 494 0 R
-/Encoding 476 0 R
->>
-endobj
-293 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /GDEXXT+LMRoman5-Regular
-/FontDescriptor 527 0 R
-/FirstChar 43
-/LastChar 49
-/Widths 479 0 R
-/Encoding 476 0 R
->>
-endobj
-238 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RJJWMV+LMRoman7-Regular
-/FontDescriptor 531 0 R
-/FirstChar 43
-/LastChar 57
-/Widths 492 0 R
-/Encoding 476 0 R
->>
-endobj
-308 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /SLCJNC+LMRoman8-Regular
-/FontDescriptor 533 0 R
-/FirstChar 50
-/LastChar 61
-/Widths 477 0 R
-/Encoding 476 0 R
->>
-endobj
-288 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /EHDBAU+LMRoman9-Regular
-/FontDescriptor 535 0 R
-/FirstChar 48
-/LastChar 61
-/Widths 480 0 R
-/Encoding 476 0 R
->>
-endobj
-340 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NNGHTM+LMMono10-Regular
-/FontDescriptor 547 0 R
-/FirstChar 49
-/LastChar 50
-/Widths 468 0 R
-/Encoding 467 0 R
->>
-endobj
-328 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /UVWJYZ+LMMono9-Regular
-/FontDescriptor 553 0 R
-/FirstChar 48
-/LastChar 50
-/Widths 473 0 R
-/Encoding 467 0 R
->>
-endobj
-178 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CZMNTH+LMRoman10-Regular
-/FontDescriptor 523 0 R
-/FirstChar 136
-/LastChar 136
-/Widths 500 0 R
-/Encoding 474 0 R
->>
-endobj
-322 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NNGHTM+LMMono10-Regular
-/FontDescriptor 547 0 R
-/FirstChar 39
-/LastChar 39
-/Widths 475 0 R
-/Encoding 474 0 R
->>
-endobj
-170 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [162 0 R 172 0 R 214 0 R 228 0 R 232 0 R 244 0 R]
->>
-endobj
-255 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [252 0 R 257 0 R 261 0 R 266 0 R 277 0 R 282 0 R]
->>
-endobj
-294 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [290 0 R 296 0 R 302 0 R 312 0 R 318 0 R 325 0 R]
->>
-endobj
-341 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [334 0 R 344 0 R 349 0 R 353 0 R 358 0 R 362 0 R]
->>
-endobj
-371 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [368 0 R 375 0 R 382 0 R 389 0 R 394 0 R 400 0 R]
->>
-endobj
-409 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 554 0 R
-/Kids [406 0 R 411 0 R 415 0 R 420 0 R 424 0 R 429 0 R]
->>
-endobj
-441 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 555 0 R
-/Kids [437 0 R 444 0 R 449 0 R 453 0 R 457 0 R 464 0 R]
->>
-endobj
-554 0 obj
-<<
-/Type /Pages
-/Count 36
-/Parent 556 0 R
-/Kids [170 0 R 255 0 R 294 0 R 341 0 R 371 0 R 409 0 R]
->>
-endobj
-555 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 556 0 R
-/Kids [441 0 R]
->>
-endobj
-556 0 obj
-<<
-/Type /Pages
-/Count 42
-/Kids [554 0 R 555 0 R]
->>
-endobj
-557 0 obj
-<<
-/Type /Outlines
-/First 3 0 R
-/Last 139 0 R
-/Count 40
->>
-endobj
-159 0 obj
-<<
-/Title 160 0 R
-/A 157 0 R
-/Parent 147 0 R
-/Prev 155 0 R
->>
-endobj
-155 0 obj
-<<
-/Title 156 0 R
-/A 153 0 R
-/Parent 147 0 R
-/Prev 151 0 R
-/Next 159 0 R
->>
-endobj
-151 0 obj
-<<
-/Title 152 0 R
-/A 149 0 R
-/Parent 147 0 R
-/Next 155 0 R
->>
-endobj
-147 0 obj
-<<
-/Title 148 0 R
-/A 145 0 R
-/Parent 139 0 R
-/Prev 143 0 R
-/First 151 0 R
-/Last 159 0 R
-/Count 3
->>
-endobj
-143 0 obj
-<<
-/Title 144 0 R
-/A 141 0 R
-/Parent 139 0 R
-/Next 147 0 R
->>
-endobj
-139 0 obj
-<<
-/Title 140 0 R
-/A 137 0 R
-/Parent 557 0 R
-/Prev 91 0 R
-/First 143 0 R
-/Last 147 0 R
-/Count 5
->>
-endobj
-135 0 obj
-<<
-/Title 136 0 R
-/A 133 0 R
-/Parent 115 0 R
-/Prev 131 0 R
->>
-endobj
-131 0 obj
-<<
-/Title 132 0 R
-/A 129 0 R
-/Parent 115 0 R
-/Prev 127 0 R
-/Next 135 0 R
->>
-endobj
-127 0 obj
-<<
-/Title 128 0 R
-/A 125 0 R
-/Parent 115 0 R
-/Prev 123 0 R
-/Next 131 0 R
->>
-endobj
-123 0 obj
-<<
-/Title 124 0 R
-/A 121 0 R
-/Parent 115 0 R
-/Prev 119 0 R
-/Next 127 0 R
->>
-endobj
-119 0 obj
-<<
-/Title 120 0 R
-/A 117 0 R
-/Parent 115 0 R
-/Next 123 0 R
->>
-endobj
-115 0 obj
-<<
-/Title 116 0 R
-/A 113 0 R
-/Parent 91 0 R
-/Prev 111 0 R
-/First 119 0 R
-/Last 135 0 R
-/Count 5
->>
-endobj
-111 0 obj
-<<
-/Title 112 0 R
-/A 109 0 R
-/Parent 91 0 R
-/Prev 95 0 R
-/Next 115 0 R
->>
-endobj
-107 0 obj
-<<
-/Title 108 0 R
-/A 105 0 R
-/Parent 95 0 R
-/Prev 103 0 R
->>
-endobj
-103 0 obj
-<<
-/Title 104 0 R
-/A 101 0 R
-/Parent 95 0 R
-/Prev 99 0 R
-/Next 107 0 R
->>
-endobj
-99 0 obj
-<<
-/Title 100 0 R
-/A 97 0 R
-/Parent 95 0 R
-/Next 103 0 R
->>
-endobj
-95 0 obj
-<<
-/Title 96 0 R
-/A 93 0 R
-/Parent 91 0 R
-/Next 111 0 R
-/First 99 0 R
-/Last 107 0 R
-/Count 3
->>
-endobj
-91 0 obj
-<<
-/Title 92 0 R
-/A 89 0 R
-/Parent 557 0 R
-/Prev 59 0 R
-/Next 139 0 R
-/First 95 0 R
-/Last 115 0 R
-/Count 11
->>
-endobj
-87 0 obj
-<<
-/Title 88 0 R
-/A 85 0 R
-/Parent 75 0 R
-/Prev 83 0 R
->>
-endobj
-83 0 obj
-<<
-/Title 84 0 R
-/A 81 0 R
-/Parent 75 0 R
-/Prev 79 0 R
-/Next 87 0 R
->>
-endobj
-79 0 obj
-<<
-/Title 80 0 R
-/A 77 0 R
-/Parent 75 0 R
-/Next 83 0 R
->>
-endobj
-75 0 obj
-<<
-/Title 76 0 R
-/A 73 0 R
-/Parent 59 0 R
-/Prev 71 0 R
-/First 79 0 R
-/Last 87 0 R
-/Count 3
->>
-endobj
-71 0 obj
-<<
-/Title 72 0 R
-/A 69 0 R
-/Parent 59 0 R
-/Prev 63 0 R
-/Next 75 0 R
->>
-endobj
-67 0 obj
-<<
-/Title 68 0 R
-/A 65 0 R
-/Parent 63 0 R
->>
-endobj
-63 0 obj
-<<
-/Title 64 0 R
-/A 61 0 R
-/Parent 59 0 R
-/Next 71 0 R
-/First 67 0 R
-/Last 67 0 R
-/Count 1
->>
-endobj
-59 0 obj
-<<
-/Title 60 0 R
-/A 57 0 R
-/Parent 557 0 R
-/Prev 27 0 R
-/Next 91 0 R
-/First 63 0 R
-/Last 75 0 R
-/Count 7
->>
-endobj
-55 0 obj
-<<
-/Title 56 0 R
-/A 53 0 R
-/Parent 27 0 R
-/Prev 39 0 R
->>
-endobj
-51 0 obj
-<<
-/Title 52 0 R
-/A 49 0 R
-/Parent 39 0 R
-/Prev 47 0 R
->>
-endobj
-47 0 obj
-<<
-/Title 48 0 R
-/A 45 0 R
-/Parent 39 0 R
-/Prev 43 0 R
-/Next 51 0 R
->>
-endobj
-43 0 obj
-<<
-/Title 44 0 R
-/A 41 0 R
-/Parent 39 0 R
-/Next 47 0 R
->>
-endobj
-39 0 obj
-<<
-/Title 40 0 R
-/A 37 0 R
-/Parent 27 0 R
-/Prev 31 0 R
-/Next 55 0 R
-/First 43 0 R
-/Last 51 0 R
-/Count 3
->>
-endobj
-35 0 obj
-<<
-/Title 36 0 R
-/A 33 0 R
-/Parent 31 0 R
->>
-endobj
-31 0 obj
-<<
-/Title 32 0 R
-/A 29 0 R
-/Parent 27 0 R
-/Next 39 0 R
-/First 35 0 R
-/Last 35 0 R
-/Count 1
->>
-endobj
-27 0 obj
-<<
-/Title 28 0 R
-/A 25 0 R
-/Parent 557 0 R
-/Prev 3 0 R
-/Next 59 0 R
-/First 31 0 R
-/Last 55 0 R
-/Count 7
->>
-endobj
-23 0 obj
-<<
-/Title 24 0 R
-/A 21 0 R
-/Parent 15 0 R
-/Prev 19 0 R
->>
-endobj
-19 0 obj
-<<
-/Title 20 0 R
-/A 17 0 R
-/Parent 15 0 R
-/Next 23 0 R
->>
-endobj
-15 0 obj
-<<
-/Title 16 0 R
-/A 13 0 R
-/Parent 3 0 R
-/Prev 7 0 R
-/First 19 0 R
-/Last 23 0 R
-/Count 2
->>
-endobj
-11 0 obj
-<<
-/Title 12 0 R
-/A 9 0 R
-/Parent 7 0 R
->>
-endobj
-7 0 obj
-<<
-/Title 8 0 R
-/A 5 0 R
-/Parent 3 0 R
-/Next 15 0 R
-/First 11 0 R
-/Last 11 0 R
-/Count 1
->>
-endobj
-3 0 obj
-<<
-/Title 4 0 R
-/A 1 0 R
-/Parent 557 0 R
-/Next 27 0 R
-/First 7 0 R
-/Last 15 0 R
-/Count 5
->>
-endobj
-558 0 obj
-<<
-/Names [(Doc-Start) 167 0 R (Hfootnote.1) 248 0 R (Hfootnote.2) 306 0 R (Item.1) 269 0 R (Item.10) 462 0 R (Item.2) 270 0 R]
-/Limits [(Doc-Start) (Item.2)]
->>
-endobj
-559 0 obj
-<<
-/Names [(Item.3) 271 0 R (Item.4) 272 0 R (Item.5) 273 0 R (Item.6) 305 0 R (Item.7) 315 0 R (Item.8) 460 0 R]
-/Limits [(Item.3) (Item.8)]
->>
-endobj
-560 0 obj
-<<
-/Names [(Item.9) 461 0 R (chapter*.2) 216 0 R (chapter.1) 2 0 R (chapter.2) 26 0 R (chapter.3) 58 0 R (chapter.4) 90 0 R]
-/Limits [(Item.9) (chapter.4)]
->>
-endobj
-561 0 obj
-<<
-/Names [(chapter.5) 138 0 R (page.1) 166 0 R (page.10) 284 0 R (page.11) 292 0 R (page.12) 298 0 R (page.13) 304 0 R]
-/Limits [(chapter.5) (page.13)]
->>
-endobj
-562 0 obj
-<<
-/Names [(page.14) 314 0 R (page.15) 320 0 R (page.16) 327 0 R (page.17) 336 0 R (page.18) 346 0 R (page.19) 351 0 R]
-/Limits [(page.14) (page.19)]
->>
-endobj
-563 0 obj
-<<
-/Names [(page.2) 230 0 R (page.20) 355 0 R (page.21) 360 0 R (page.22) 364 0 R (page.23) 370 0 R (page.24) 377 0 R]
-/Limits [(page.2) (page.24)]
->>
-endobj
-564 0 obj
-<<
-/Names [(page.25) 384 0 R (page.26) 391 0 R (page.27) 396 0 R (page.28) 402 0 R (page.29) 408 0 R (page.3) 234 0 R]
-/Limits [(page.25) (page.3)]
->>
-endobj
-565 0 obj
-<<
-/Names [(page.30) 413 0 R (page.31) 417 0 R (page.32) 422 0 R (page.33) 426 0 R (page.34) 431 0 R (page.35) 439 0 R]
-/Limits [(page.30) (page.35)]
->>
-endobj
-566 0 obj
-<<
-/Names [(page.36) 446 0 R (page.37) 451 0 R (page.38) 455 0 R (page.39) 459 0 R (page.4) 246 0 R (page.40) 466 0 R]
-/Limits [(page.36) (page.40)]
->>
-endobj
-567 0 obj
-<<
-/Names [(page.5) 254 0 R (page.6) 259 0 R (page.7) 263 0 R (page.8) 268 0 R (page.9) 279 0 R (section*.1) 177 0 R]
-/Limits [(page.5) (section*.1)]
->>
-endobj
-568 0 obj
-<<
-/Names [(section.1.1) 6 0 R (section.1.2) 14 0 R (section.2.1) 30 0 R (section.2.2) 38 0 R (section.2.3) 54 0 R (section.3.1) 62 0 R]
-/Limits [(section.1.1) (section.3.1)]
->>
-endobj
-569 0 obj
-<<
-/Names [(section.3.2) 70 0 R (section.3.3) 74 0 R (section.4.1) 94 0 R (section.4.2) 110 0 R (section.4.3) 114 0 R (section.5.1) 142 0 R]
-/Limits [(section.3.2) (section.5.1)]
->>
-endobj
-570 0 obj
-<<
-/Names [(section.5.2) 146 0 R (subsection.1.1.1) 10 0 R (subsection.1.2.1) 18 0 R (subsection.1.2.2) 22 0 R (subsection.2.1.1) 34 0 R (subsection.2.2.1) 42 0 R]
-/Limits [(section.5.2) (subsection.2.2.1)]
->>
-endobj
-571 0 obj
-<<
-/Names [(subsection.2.2.2) 46 0 R (subsection.2.2.3) 50 0 R (subsection.3.1.1) 66 0 R (subsection.3.3.1) 78 0 R (subsection.3.3.2) 82 0 R (subsection.3.3.3) 86 0 R]
-/Limits [(subsection.2.2.2) (subsection.3.3.3)]
->>
-endobj
-572 0 obj
-<<
-/Names [(subsection.4.1.1) 98 0 R (subsection.4.1.2) 102 0 R (subsection.4.1.3) 106 0 R (subsection.4.3.1) 118 0 R (subsection.4.3.2) 122 0 R (subsection.4.3.3) 126 0 R]
-/Limits [(subsection.4.1.1) (subsection.4.3.3)]
->>
-endobj
-573 0 obj
-<<
-/Names [(subsection.4.3.4) 130 0 R (subsection.4.3.5) 134 0 R (subsection.5.2.1) 150 0 R (subsection.5.2.2) 154 0 R (subsection.5.2.3) 158 0 R (subsubsection.1.1.1.1) 264 0 R]
-/Limits [(subsection.4.3.4) (subsubsection.1.1.1.1)]
->>
-endobj
-574 0 obj
-<<
-/Names [(subsubsection.2.2.2.1) 321 0 R (subsubsection.2.2.2.2) 330 0 R (subsubsection.2.2.2.3) 331 0 R (subsubsection.2.2.2.4) 337 0 R (subsubsection.2.2.2.5) 338 0 R (subsubsection.2.2.2.6) 339 0 R]
-/Limits [(subsubsection.2.2.2.1) (subsubsection.2.2.2.6)]
->>
-endobj
-575 0 obj
-<<
-/Names [(subsubsection.3.1.1.1) 365 0 R (subsubsection.3.3.1.1) 378 0 R (subsubsection.3.3.2.1) 386 0 R (subsubsection.3.3.2.2) 387 0 R (subsubsection.3.3.2.3) 372 0 R (subsubsection.3.3.2.4) 397 0 R]
-/Limits [(subsubsection.3.1.1.1) (subsubsection.3.3.2.4)]
->>
-endobj
-576 0 obj
-<<
-/Names [(subsubsection.3.3.2.5) 403 0 R (subsubsection.4.3.1.1) 427 0 R (subsubsection.4.3.2.1) 433 0 R (subsubsection.4.3.2.2) 434 0 R (subsubsection.4.3.2.3) 435 0 R (subsubsection.4.3.2.4) 440 0 R]
-/Limits [(subsubsection.3.3.2.5) (subsubsection.4.3.2.4)]
->>
-endobj
-577 0 obj
-<<
-/Names [(table.1.1) 280 0 R (table.2.1) 323 0 R (table.2.2) 347 0 R (table.3.1) 385 0 R (table.3.2) 404 0 R (table.4.1) 432 0 R]
-/Limits [(table.1.1) (table.4.1)]
->>
-endobj
-578 0 obj
-<<
-/Names [(table.4.2) 447 0 R]
-/Limits [(table.4.2) (table.4.2)]
->>
-endobj
-579 0 obj
-<<
-/Kids [558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R]
-/Limits [(Doc-Start) (page.24)]
->>
-endobj
-580 0 obj
-<<
-/Kids [564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R]
-/Limits [(page.25) (section.5.1)]
->>
-endobj
-581 0 obj
-<<
-/Kids [570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R]
-/Limits [(section.5.2) (subsubsection.3.3.2.4)]
->>
-endobj
-582 0 obj
-<<
-/Kids [576 0 R 577 0 R 578 0 R]
-/Limits [(subsubsection.3.3.2.5) (table.4.2)]
->>
-endobj
-583 0 obj
-<<
-/Kids [579 0 R 580 0 R 581 0 R 582 0 R]
-/Limits [(Doc-Start) (table.4.2)]
->>
-endobj
-584 0 obj
-<<
-/Dests 583 0 R
->>
-endobj
-585 0 obj
-<<
-/Type /Catalog
-/Pages 556 0 R
-/Outlines 557 0 R
-/Names 584 0 R
-/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>2<</S/D>>]>>
-/OpenAction 161 0 R
->>
-endobj
-586 0 obj
-<<
-/Producer (MiKTeX pdfTeX-1.40.21)
-/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a\000-\000p\000l\000u\000s\000\040\000\040)/Subject()/Creator(LaTeX with hyperref)/Keywords()
-/CreationDate (D:20210215154423+13'00')
-/ModDate (D:20210215154423+13'00')
-/Trapped /False
-/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.3.0 (1.40.21))
->>
-endobj
-xref
-0 587
-0000000000 65535 f
-0000000015 00000 n
-0000022500 00000 n
-0000577202 00000 n
-0000000060 00000 n
-0000000159 00000 n
-0000022560 00000 n
-0000577096 00000 n
-0000000206 00000 n
-0000000435 00000 n
-0000033081 00000 n
-0000577037 00000 n
-0000000487 00000 n
-0000000587 00000 n
-0000039111 00000 n
-0000576929 00000 n
-0000000635 00000 n
-0000000865 00000 n
-0000042636 00000 n
-0000576855 00000 n
-0000000918 00000 n
-0000001018 00000 n
-0000042697 00000 n
-0000576781 00000 n
-0000001071 00000 n
-0000001166 00000 n
-0000046669 00000 n
-0000576658 00000 n
-0000001212 00000 n
-0000001421 00000 n
-0000052278 00000 n
-0000576548 00000 n
-0000001469 00000 n
-0000001682 00000 n
-0000055990 00000 n
-0000576487 00000 n
-0000001735 00000 n
-0000001889 00000 n
-0000056051 00000 n
-0000576364 00000 n
-0000001937 00000 n
-0000002065 00000 n
-0000056112 00000 n
-0000576290 00000 n
-0000002118 00000 n
-0000002271 00000 n
-0000058911 00000 n
-0000576203 00000 n
-0000002324 00000 n
-0000002505 00000 n
-0000067574 00000 n
-0000576129 00000 n
-0000002558 00000 n
-0000002739 00000 n
-0000067697 00000 n
-0000576055 00000 n
-0000002787 00000 n
-0000002867 00000 n
-0000072322 00000 n
-0000575931 00000 n
-0000002913 00000 n
-0000003148 00000 n
-0000076368 00000 n
-0000575821 00000 n
-0000003196 00000 n
-0000003281 00000 n
-0000076429 00000 n
-0000575760 00000 n
-0000003334 00000 n
-0000003495 00000 n
-0000084432 00000 n
-0000575673 00000 n
-0000003543 00000 n
-0000003680 00000 n
-0000084492 00000 n
-0000575563 00000 n
-0000003728 00000 n
-0000003856 00000 n
-0000084553 00000 n
-0000575489 00000 n
-0000003909 00000 n
-0000004062 00000 n
-0000090263 00000 n
-0000575402 00000 n
-0000004115 00000 n
-0000004301 00000 n
-0000100697 00000 n
-0000575328 00000 n
-0000004354 00000 n
-0000004535 00000 n
-0000103307 00000 n
-0000575201 00000 n
-0000004581 00000 n
-0000004785 00000 n
-0000106462 00000 n
-0000575089 00000 n
-0000004833 00000 n
-0000004981 00000 n
-0000106523 00000 n
-0000575013 00000 n
-0000005034 00000 n
-0000005259 00000 n
-0000109520 00000 n
-0000574922 00000 n
-0000005313 00000 n
-0000005541 00000 n
-0000112861 00000 n
-0000574844 00000 n
-0000005595 00000 n
-0000005846 00000 n
-0000115439 00000 n
-0000574753 00000 n
-0000005895 00000 n
-0000006033 00000 n
-0000115501 00000 n
-0000574637 00000 n
-0000006082 00000 n
-0000006173 00000 n
-0000115563 00000 n
-0000574558 00000 n
-0000006227 00000 n
-0000006381 00000 n
-0000118362 00000 n
-0000574465 00000 n
-0000006435 00000 n
-0000006622 00000 n
-0000124860 00000 n
-0000574372 00000 n
-0000006676 00000 n
-0000006858 00000 n
-0000124983 00000 n
-0000574279 00000 n
-0000006912 00000 n
-0000007086 00000 n
-0000128423 00000 n
-0000574200 00000 n
-0000007140 00000 n
-0000007236 00000 n
-0000131230 00000 n
-0000574084 00000 n
-0000007283 00000 n
-0000007412 00000 n
-0000131292 00000 n
-0000574005 00000 n
-0000007461 00000 n
-0000007686 00000 n
-0000131540 00000 n
-0000573888 00000 n
-0000007735 00000 n
-0000007953 00000 n
-0000131602 00000 n
-0000573809 00000 n
-0000008007 00000 n
-0000008197 00000 n
-0000133334 00000 n
-0000573716 00000 n
-0000008251 00000 n
-0000008431 00000 n
-0000133396 00000 n
-0000573637 00000 n
-0000008485 00000 n
-0000008665 00000 n
-0000009033 00000 n
-0000009165 00000 n
-0000009455 00000 n
-0000008715 00000 n
-0000009332 00000 n
-0000009393 00000 n
-0000568999 00000 n
-0000567625 00000 n
-0000572477 00000 n
-0000010730 00000 n
-0000010556 00000 n
-0000009540 00000 n
-0000566943 00000 n
-0000567452 00000 n
-0000568827 00000 n
-0000010668 00000 n
-0000572132 00000 n
-0000567969 00000 n
-0000568484 00000 n
-0000012517 00000 n
-0000012668 00000 n
-0000012821 00000 n
-0000012979 00000 n
-0000013132 00000 n
-0000013290 00000 n
-0000013448 00000 n
-0000013599 00000 n
-0000013752 00000 n
-0000013910 00000 n
-0000014064 00000 n
-0000014222 00000 n
-0000014380 00000 n
-0000014536 00000 n
-0000014688 00000 n
-0000014840 00000 n
-0000014994 00000 n
-0000015152 00000 n
-0000015305 00000 n
-0000015459 00000 n
-0000015617 00000 n
-0000015775 00000 n
-0000015933 00000 n
-0000016085 00000 n
-0000016239 00000 n
-0000016397 00000 n
-0000016555 00000 n
-0000016713 00000 n
-0000016866 00000 n
-0000017018 00000 n
-0000017176 00000 n
-0000018308 00000 n
-0000017396 00000 n
-0000012145 00000 n
-0000010867 00000 n
-0000017334 00000 n
-0000567113 00000 n
-0000568656 00000 n
-0000018466 00000 n
-0000018624 00000 n
-0000018782 00000 n
-0000018934 00000 n
-0000019087 00000 n
-0000019241 00000 n
-0000019399 00000 n
-0000019557 00000 n
-0000019776 00000 n
-0000018112 00000 n
-0000017520 00000 n
-0000019715 00000 n
-0000022620 00000 n
-0000022327 00000 n
-0000019874 00000 n
-0000022439 00000 n
-0000569694 00000 n
-0000570934 00000 n
-0000569872 00000 n
-0000571278 00000 n
-0000570580 00000 n
-0000569513 00000 n
-0000570402 00000 n
-0000025908 00000 n
-0000026185 00000 n
-0000025776 00000 n
-0000022835 00000 n
-0000026062 00000 n
-0000567798 00000 n
-0000026123 00000 n
-0000568140 00000 n
-0000569171 00000 n
-0000029258 00000 n
-0000029085 00000 n
-0000026400 00000 n
-0000029197 00000 n
-0000572594 00000 n
-0000033142 00000 n
-0000032908 00000 n
-0000029434 00000 n
-0000033020 00000 n
-0000035608 00000 n
-0000035373 00000 n
-0000033344 00000 n
-0000035485 00000 n
-0000035546 00000 n
-0000039481 00000 n
-0000038938 00000 n
-0000035797 00000 n
-0000039050 00000 n
-0000039172 00000 n
-0000039234 00000 n
-0000039295 00000 n
-0000039357 00000 n
-0000039419 00000 n
-0000042269 00000 n
-0000042421 00000 n
-0000042757 00000 n
-0000042129 00000 n
-0000039683 00000 n
-0000042575 00000 n
-0000044216 00000 n
-0000044278 00000 n
-0000044043 00000 n
-0000042907 00000 n
-0000044155 00000 n
-0000568312 00000 n
-0000569342 00000 n
-0000570757 00000 n
-0000571620 00000 n
-0000046730 00000 n
-0000046496 00000 n
-0000044402 00000 n
-0000046608 00000 n
-0000571107 00000 n
-0000572711 00000 n
-0000049111 00000 n
-0000048938 00000 n
-0000046932 00000 n
-0000049050 00000 n
-0000052063 00000 n
-0000055409 00000 n
-0000052463 00000 n
-0000051931 00000 n
-0000049274 00000 n
-0000052217 00000 n
-0000052339 00000 n
-0000052401 00000 n
-0000570049 00000 n
-0000571449 00000 n
-0000055563 00000 n
-0000055717 00000 n
-0000056172 00000 n
-0000055261 00000 n
-0000052704 00000 n
-0000055867 00000 n
-0000055928 00000 n
-0000058698 00000 n
-0000059034 00000 n
-0000058566 00000 n
-0000056387 00000 n
-0000058850 00000 n
-0000058972 00000 n
-0000572306 00000 n
-0000061855 00000 n
-0000062040 00000 n
-0000061682 00000 n
-0000059223 00000 n
-0000061794 00000 n
-0000571962 00000 n
-0000570226 00000 n
-0000061916 00000 n
-0000061978 00000 n
-0000567283 00000 n
-0000064579 00000 n
-0000064220 00000 n
-0000062281 00000 n
-0000064332 00000 n
-0000064393 00000 n
-0000064455 00000 n
-0000064517 00000 n
-0000571791 00000 n
-0000572828 00000 n
-0000067362 00000 n
-0000067758 00000 n
-0000067230 00000 n
-0000064768 00000 n
-0000067513 00000 n
-0000067635 00000 n
-0000069672 00000 n
-0000069499 00000 n
-0000067934 00000 n
-0000069611 00000 n
-0000072383 00000 n
-0000072149 00000 n
-0000069809 00000 n
-0000072261 00000 n
-0000076154 00000 n
-0000076490 00000 n
-0000076022 00000 n
-0000072572 00000 n
-0000076307 00000 n
-0000080851 00000 n
-0000080616 00000 n
-0000076679 00000 n
-0000080728 00000 n
-0000080789 00000 n
-0000084208 00000 n
-0000084614 00000 n
-0000084076 00000 n
-0000081040 00000 n
-0000084371 00000 n
-0000572945 00000 n
-0000094259 00000 n
-0000089666 00000 n
-0000087083 00000 n
-0000086848 00000 n
-0000084816 00000 n
-0000086960 00000 n
-0000087021 00000 n
-0000089830 00000 n
-0000089981 00000 n
-0000090448 00000 n
-0000089518 00000 n
-0000087259 00000 n
-0000090140 00000 n
-0000090201 00000 n
-0000090324 00000 n
-0000090386 00000 n
-0000094321 00000 n
-0000094086 00000 n
-0000090702 00000 n
-0000094198 00000 n
-0000097576 00000 n
-0000097863 00000 n
-0000097444 00000 n
-0000094497 00000 n
-0000097740 00000 n
-0000097801 00000 n
-0000100422 00000 n
-0000100819 00000 n
-0000100290 00000 n
-0000098052 00000 n
-0000100574 00000 n
-0000100635 00000 n
-0000100757 00000 n
-0000103368 00000 n
-0000103134 00000 n
-0000101034 00000 n
-0000103246 00000 n
-0000573062 00000 n
-0000106584 00000 n
-0000106289 00000 n
-0000103544 00000 n
-0000106401 00000 n
-0000109582 00000 n
-0000109347 00000 n
-0000106786 00000 n
-0000109459 00000 n
-0000112648 00000 n
-0000112923 00000 n
-0000112516 00000 n
-0000109771 00000 n
-0000112800 00000 n
-0000115686 00000 n
-0000115266 00000 n
-0000113125 00000 n
-0000115378 00000 n
-0000115625 00000 n
-0000118609 00000 n
-0000118127 00000 n
-0000115888 00000 n
-0000118239 00000 n
-0000118300 00000 n
-0000118423 00000 n
-0000118485 00000 n
-0000118547 00000 n
-0000121629 00000 n
-0000121394 00000 n
-0000118824 00000 n
-0000121506 00000 n
-0000121567 00000 n
-0000573179 00000 n
-0000124647 00000 n
-0000125045 00000 n
-0000124515 00000 n
-0000121844 00000 n
-0000124799 00000 n
-0000124922 00000 n
-0000128484 00000 n
-0000128250 00000 n
-0000125260 00000 n
-0000128362 00000 n
-0000129791 00000 n
-0000129618 00000 n
-0000128673 00000 n
-0000129730 00000 n
-0000131664 00000 n
-0000131057 00000 n
-0000129915 00000 n
-0000131169 00000 n
-0000131354 00000 n
-0000131416 00000 n
-0000131478 00000 n
-0000133458 00000 n
-0000133161 00000 n
-0000131827 00000 n
-0000133273 00000 n
-0000566789 00000 n
-0000133647 00000 n
-0000565519 00000 n
-0000133674 00000 n
-0000566120 00000 n
-0000134247 00000 n
-0000134272 00000 n
-0000566859 00000 n
-0000134303 00000 n
-0000566576 00000 n
-0000134326 00000 n
-0000134417 00000 n
-0000134752 00000 n
-0000134814 00000 n
-0000566347 00000 n
-0000134917 00000 n
-0000135149 00000 n
-0000135512 00000 n
-0000136078 00000 n
-0000136531 00000 n
-0000137017 00000 n
-0000137042 00000 n
-0000566010 00000 n
-0000137660 00000 n
-0000138265 00000 n
-0000138970 00000 n
-0000139077 00000 n
-0000139669 00000 n
-0000140101 00000 n
-0000140736 00000 n
-0000141063 00000 n
-0000141614 00000 n
-0000142181 00000 n
-0000142298 00000 n
-0000142323 00000 n
-0000142702 00000 n
-0000143467 00000 n
-0000144039 00000 n
-0000144493 00000 n
-0000144946 00000 n
-0000173361 00000 n
-0000173725 00000 n
-0000201218 00000 n
-0000201585 00000 n
-0000225755 00000 n
-0000226016 00000 n
-0000228914 00000 n
-0000229198 00000 n
-0000238038 00000 n
-0000238391 00000 n
-0000242850 00000 n
-0000243105 00000 n
-0000246329 00000 n
-0000246579 00000 n
-0000248953 00000 n
-0000249194 00000 n
-0000286140 00000 n
-0000286763 00000 n
-0000309623 00000 n
-0000309929 00000 n
-0000324284 00000 n
-0000324524 00000 n
-0000339317 00000 n
-0000339551 00000 n
-0000359272 00000 n
-0000359543 00000 n
-0000385452 00000 n
-0000385756 00000 n
-0000413228 00000 n
-0000413603 00000 n
-0000432762 00000 n
-0000433110 00000 n
-0000437461 00000 n
-0000437808 00000 n
-0000440929 00000 n
-0000441195 00000 n
-0000444138 00000 n
-0000444401 00000 n
-0000469311 00000 n
-0000469601 00000 n
-0000499185 00000 n
-0000499731 00000 n
-0000519847 00000 n
-0000520121 00000 n
-0000541057 00000 n
-0000541325 00000 n
-0000565116 00000 n
-0000573296 00000 n
-0000573414 00000 n
-0000573491 00000 n
-0000573561 00000 n
-0000577309 00000 n
-0000577488 00000 n
-0000577650 00000 n
-0000577826 00000 n
-0000577999 00000 n
-0000578169 00000 n
-0000578337 00000 n
-0000578505 00000 n
-0000578675 00000 n
-0000578844 00000 n
-0000579014 00000 n
-0000579209 00000 n
-0000579408 00000 n
-0000579635 00000 n
-0000579871 00000 n
-0000580112 00000 n
-0000580364 00000 n
-0000580646 00000 n
-0000580928 00000 n
-0000581210 00000 n
-0000581396 00000 n
-0000581482 00000 n
-0000581593 00000 n
-0000581706 00000 n
-0000581833 00000 n
-0000581934 00000 n
-0000582031 00000 n
-0000582069 00000 n
-0000582246 00000 n
-trailer
-<< /Size 587
-/Root 585 0 R
-/Info 586 0 R
-/ID [<E4191354471A929EE55718026D2EB4E8> <E4191354471A929EE55718026D2EB4E8>] >>
-startxref
-582834
-%%EOF
diff --git a/macros/latex/contrib/numerica/numerica-tables.pdf b/macros/latex/contrib/numerica/numerica-tables.pdf
deleted file mode 100644
index d33dbc4072..0000000000
--- a/macros/latex/contrib/numerica/numerica-tables.pdf
+++ /dev/null
@@ -1,6031 +0,0 @@
-%PDF-1.5
-%
-1 0 obj
-<< /S /GoTo /D (chapter.1) >>
-endobj
-4 0 obj
-(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
-endobj
-5 0 obj
-<< /S /GoTo /D (section.1.1) >>
-endobj
-8 0 obj
-(\376\377\0001\000.\0001\000\040\000S\000h\000a\000r\000e\000d\000\040\000s\000y\000n\000t\000a\000x)
-endobj
-9 0 obj
-<< /S /GoTo /D (subsection.1.1.1) >>
-endobj
-12 0 obj
-(\376\377\0001\000.\0001\000.\0001\000\040\000I\000n\000h\000e\000r\000i\000t\000e\000d\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-13 0 obj
-<< /S /GoTo /D (chapter.2) >>
-endobj
-16 0 obj
-(\376\377\0002\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-17 0 obj
-<< /S /GoTo /D (section.2.1) >>
-endobj
-20 0 obj
-(\376\377\0002\000.\0001\000\040\000R\000o\000w\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-21 0 obj
-<< /S /GoTo /D (subsection.2.1.1) >>
-endobj
-24 0 obj
-(\376\377\0002\000.\0001\000.\0001\000\040\000R\000o\000w\000-\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000o\000l\000u\000m\000n\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
-endobj
-25 0 obj
-<< /S /GoTo /D (subsection.2.1.2) >>
-endobj
-28 0 obj
-(\376\377\0002\000.\0001\000.\0002\000\040\000M\000u\000l\000t\000i\000p\000l\000e\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000t\000a\000b\000l\000e\000s)
-endobj
-29 0 obj
-<< /S /GoTo /D (section.2.2) >>
-endobj
-32 0 obj
-(\376\377\0002\000.\0002\000\040\000C\000o\000l\000u\000m\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
-endobj
-33 0 obj
-<< /S /GoTo /D (subsection.2.2.1) >>
-endobj
-36 0 obj
-(\376\377\0002\000.\0002\000.\0001\000\040\000C\000o\000l\000u\000m\000n\000\040\000h\000e\000a\000d\000e\000r\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
-endobj
-37 0 obj
-<< /S /GoTo /D (section.2.3) >>
-endobj
-40 0 obj
-(\376\377\0002\000.\0003\000\040\000W\000h\000o\000l\000e\000-\000o\000f\000-\000t\000a\000b\000l\000e\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
-endobj
-41 0 obj
-<< /S /GoTo /D (subsection.2.3.1) >>
-endobj
-44 0 obj
-(\376\377\0002\000.\0003\000.\0001\000\040\000T\000i\000t\000l\000e\000\040\000f\000o\000r\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000-\000v\000a\000l\000u\000e\000\040\000c\000o\000l\000u\000m\000n\000s\000:\000\040\000c\000t\000i\000t\000l\000e)
-endobj
-45 0 obj
-<< /S /GoTo /D (subsection.2.3.2) >>
-endobj
-48 0 obj
-(\376\377\0002\000.\0003\000.\0002\000\040\000R\000u\000l\000e\000s\000:\000\040\000r\000u\000l\000e\000s\000\040\000s\000e\000t\000t\000i\000n\000g)
-endobj
-49 0 obj
-<< /S /GoTo /D (subsection.2.3.3) >>
-endobj
-52 0 obj
-(\376\377\0002\000.\0003\000.\0003\000\040\000F\000o\000o\000t\000e\000r\000\040\000r\000o\000w\000:\000\040\000f\000o\000o\000t\000\040\000s\000e\000t\000t\000i\000n\000g)
-endobj
-53 0 obj
-<< /S /GoTo /D (subsection.2.3.4) >>
-endobj
-56 0 obj
-(\376\377\0002\000.\0003\000.\0004\000\040\000S\000e\000c\000o\000n\000d\000\040\000r\000o\000w\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000o\000l\000u\000m\000n)
-endobj
-57 0 obj
-<< /S /GoTo /D (subsection.2.3.5) >>
-endobj
-60 0 obj
-(\376\377\0002\000.\0003\000.\0005\000\040\000S\000e\000p\000a\000r\000a\000t\000i\000n\000g\000\040\000b\000l\000o\000c\000k\000s\000\040\000o\000f\000\040\000r\000o\000w\000s\000:\000\040\000r\000b\000l\000o\000c)
-endobj
-61 0 obj
-<< /S /GoTo /D (section.2.4) >>
-endobj
-64 0 obj
-(\376\377\0002\000.\0004\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000v\000a\000l\000u\000e\000\040\000f\000o\000r\000m\000a\000t\000t\000i\000n\000g)
-endobj
-65 0 obj
-<< /S /GoTo /D (subsection.2.4.1) >>
-endobj
-68 0 obj
-(\376\377\0002\000.\0004\000.\0001\000\040\000T\000r\000a\000i\000l\000i\000n\000g\000\040\000o\000p\000t\000i\000o\000n\000a\000l\000\040\000a\000r\000g\000u\000m\000e\000n\000t)
-endobj
-69 0 obj
-<< /S /GoTo /D (subsection.2.4.2) >>
-endobj
-72 0 obj
-(\376\377\0002\000.\0004\000.\0002\000\040\000P\000a\000d\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000e\000x\000p\000o\000n\000e\000n\000t\000:\000\040\000\050\000p\000a\000d\000\051)
-endobj
-73 0 obj
-<< /S /GoTo /D (subsection.2.4.3) >>
-endobj
-76 0 obj
-(\376\377\0002\000.\0004\000.\0003\000\040\000A\000c\000c\000o\000m\000m\000o\000d\000a\000t\000i\000n\000g\000\040\000s\000i\000g\000n\000s\000:\000\040\000s\000i\000g\000n\000s)
-endobj
-77 0 obj
-<< /S /GoTo /D (subsection.2.4.4) >>
-endobj
-80 0 obj
-(\376\377\0002\000.\0004\000.\0004\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000c\000e\000s\000:\000\040\000d\000i\000f\000f\000s)
-endobj
-81 0 obj
-<< /S /GoTo /D (subsection.2.4.5) >>
-endobj
-84 0 obj
-(\376\377\0002\000.\0004\000.\0005\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000v\000a\000l\000u\000e\000s\000:\000\040\000Q\000?\000\040\000a\000n\000d\000\040\000A\000!)
-endobj
-85 0 obj
-<< /S /GoTo /D (section.2.5) >>
-endobj
-88 0 obj
-(\376\377\0002\000.\0005\000\040\000T\000a\000b\000l\000e\000\040\000p\000l\000a\000c\000e\000m\000e\000n\000t)
-endobj
-89 0 obj
-<< /S /GoTo /D (subsection.2.5.1) >>
-endobj
-92 0 obj
-(\376\377\0002\000.\0005\000.\0001\000\040\000V\000e\000r\000t\000i\000c\000a\000l\000\040\000a\000l\000i\000g\000n\000m\000e\000n\000t)
-endobj
-93 0 obj
-<< /S /GoTo /D (section.2.6) >>
-endobj
-96 0 obj
-(\376\377\0002\000.\0006\000\040\000S\000t\000a\000r\000\040\000o\000p\000t\000i\000o\000n)
-endobj
-97 0 obj
-<< /S /GoTo /D (subsection.2.6.1) >>
-endobj
-100 0 obj
-(\376\377\0002\000.\0006\000.\0001\000\040\000S\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n)
-endobj
-101 0 obj
-<< /S /GoTo /D (section.2.7) >>
-endobj
-104 0 obj
-(\376\377\0002\000.\0007\000\040\000T\000h\000e\000\040\000r\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g)
-endobj
-105 0 obj
-<< /S /GoTo /D (chapter.3) >>
-endobj
-108 0 obj
-(\376\377\0003\000\040\000N\000e\000s\000t\000i\000n\000g)
-endobj
-109 0 obj
-<< /S /GoTo /D (chapter.4) >>
-endobj
-112 0 obj
-(\376\377\0004\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
-endobj
-113 0 obj
-<< /S /GoTo /D (section.4.1) >>
-endobj
-116 0 obj
-(\376\377\0004\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000-\000t\000a\000b\000l\000e\000s)
-endobj
-117 0 obj
-<< /S /GoTo /D (section.4.2) >>
-endobj
-120 0 obj
-(\376\377\0004\000.\0002\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000\134\000n\000m\000c\000T\000a\000b\000u\000l\000a\000t\000e)
-endobj
-121 0 obj
-<< /S /GoTo /D [122 0 R /Fit] >>
-endobj
-125 0 obj
-<<
-/Length 239
-/Filter /FlateDecode
->>
-stream
-xuN0y=&z?qnD7ඦ*$-ro7B qڕvg [p[浯K%Zd2 ꐜm:- <nGX<,# d]~ZSȮ? uHЈ3j Ha7=I#k ) L/2O r;]p6*m2YtLdU&9Ty8*B;5R%ӯy`Y
-endstream
-endobj
-122 0 obj
-<<
-/Type /Page
-/Contents 125 0 R
-/Resources 124 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
-/Annots [ 123 0 R ]
->>
-endobj
-123 0 obj
-<<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [246.184 396.506 365.064 412.446]
-/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
->>
-endobj
-126 0 obj
-<<
-/D [122 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-127 0 obj
-<<
-/D [122 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-124 0 obj
-<<
-/Font << /F30 128 0 R /F31 129 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-133 0 obj
-<<
-/Length 986
-/Filter /FlateDecode
->>
-stream
-xڥVo6_G X[5]e:= X Kt"XRIn=$N[$)'w$'o7 յQ&Ŏp+5ZHQ8 e5_^]s{Ɵ1 aIu̢MfdoF46ţZ):KcT~hržTh0>U
-VG%.U8]ťڿυL~o=}Wn۔%~ VC
-+ g|95}NMV0N׏cW}*qjfzcSJʡSh'_z="78A&Z!,%oySl>nX̸6kx Iu؄ LZ*$'‹eBD@ o_cxs!N1]{'2`#m!]J Cg*ɀ#>6\0r+A!>- aDk[
-稀f<di3q?2ΗchO_g1H  k, D+4h'QTjA8W:
-endstream
-endobj
-132 0 obj
-<<
-/Type /Page
-/Contents 133 0 R
-/Resources 131 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
->>
-endobj
-137 0 obj
-<<
-/D [132 0 R /XYZ 133.768 410.175 null]
->>
-endobj
-131 0 obj
-<<
-/Font << /F43 134 0 R /F28 135 0 R /F44 136 0 R /F45 138 0 R /F56 139 0 R /F57 140 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-173 0 obj
-<<
-/Length 1381
-/Filter /FlateDecode
->>
-stream
-xՙMs6:7^:[gڙvZ[h
-9H E6ɿςDRC|,S 
-S`XRѾl7U|8Ō:ΝJr?-\fͦ.^3"Fs~'ʌl=!'tMA"7$\
-lU2QŰ; %K[59
-͂+WEe9#~ZyEaEWFbxD0aroF7N*T rc- N޸!=<2q eP穭li>œ̓IK7pZ`]ɫ|?
-ơmb[sGN.qc'x FnaNum)h6k޼l4JYVN= KfP(T /yX +H
-8[^WBCDȖ2ˊ!QNGSMPO(TB0R g|WV2$od lCnF7J bQ
-K}9Ρiܥ?"HmCS'ϛZSS ]:uo<H"Av(c
-Şzm-#ЃI{#ܴRNLf 3Ic=V<p*d|~(S4
-endstream
-endobj
-172 0 obj
-<<
-/Type /Page
-/Contents 173 0 R
-/Resources 171 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
-/Annots [ 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R ]
->>
-endobj
-141 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 514.77 212.874 523.727]
-/A << /S /GoTo /D (chapter.1) >>
->>
-endobj
-142 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 500.877 234.419 511.67]
-/A << /S /GoTo /D (section.1.1) >>
->>
-endobj
-143 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 488.922 280.745 499.715]
-/A << /S /GoTo /D (subsection.1.1.1) >>
->>
-endobj
-144 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 467.004 294.772 477.898]
-/A << /S /GoTo /D (chapter.2) >>
->>
-endobj
-145 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 455.049 265.884 465.842]
-/A << /S /GoTo /D (section.2.1) >>
->>
-endobj
-146 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 443.094 345.557 453.887]
-/A << /S /GoTo /D (subsection.2.1.1) >>
->>
-endobj
-147 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 431.139 309.167 441.932]
-/A << /S /GoTo /D (subsection.2.1.2) >>
->>
-endobj
-148 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 419.184 280.966 429.976]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-149 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 407.228 320.512 418.021]
-/A << /S /GoTo /D (subsection.2.2.1) >>
->>
-endobj
-150 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 395.273 286.39 406.066]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-151 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 385.255 382.917 394.111]
-/A << /S /GoTo /D (subsection.2.3.1) >>
->>
-endobj
-152 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 371.363 294.278 382.156]
-/A << /S /GoTo /D (subsection.2.3.2) >>
->>
-endobj
-153 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 359.408 312.57 370.2]
-/A << /S /GoTo /D (subsection.2.3.3) >>
->>
-endobj
-154 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 349.39 326.323 358.245]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-155 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 335.497 348.989 346.29]
-/A << /S /GoTo /D (subsection.2.3.5) >>
->>
-endobj
-156 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 323.542 286.252 334.335]
-/A << /S /GoTo /D (section.2.4) >>
->>
-endobj
-157 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 311.587 321.896 322.38]
-/A << /S /GoTo /D (subsection.2.4.1) >>
->>
-endobj
-158 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 299.355 333.741 310.48]
-/A << /S /GoTo /D (subsection.2.4.2) >>
->>
-endobj
-159 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 287.4 332.882 298.469]
-/A << /S /GoTo /D (subsection.2.4.3) >>
->>
-endobj
-160 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 277.659 285.117 286.514]
-/A << /S /GoTo /D (subsection.2.4.4) >>
->>
-endobj
-161 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 263.766 366.285 274.559]
-/A << /S /GoTo /D (subsection.2.4.5) >>
->>
-endobj
-162 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 251.811 244.021 262.604]
-/A << /S /GoTo /D (section.2.5) >>
->>
-endobj
-163 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 239.856 284.508 250.649]
-/A << /S /GoTo /D (subsection.2.5.1) >>
->>
-endobj
-164 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 227.901 221.91 238.694]
-/A << /S /GoTo /D (section.2.6) >>
->>
-endobj
-165 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 217.883 283.374 226.738]
-/A << /S /GoTo /D (subsection.2.6.1) >>
->>
-endobj
-166 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 203.991 251.964 214.783]
-/A << /S /GoTo /D (section.2.7) >>
->>
-endobj
-167 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 182.073 188.177 192.967]
-/A << /S /GoTo /D (chapter.3) >>
->>
-endobj
-168 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 160.155 249.115 171.049]
-/A << /S /GoTo /D (chapter.4) >>
->>
-endobj
-169 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 150.137 349.17 158.993]
-/A << /S /GoTo /D (section.4.1) >>
->>
-endobj
-170 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 136.245 288.882 147.093]
-/A << /S /GoTo /D (section.4.2) >>
->>
-endobj
-174 0 obj
-<<
-/D [172 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-175 0 obj
-<<
-/D [172 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-171 0 obj
-<<
-/Font << /F59 176 0 R /F43 134 0 R /F28 135 0 R /F60 177 0 R /F44 136 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-180 0 obj
-<<
-/Length 1653
-/Filter /FlateDecode
->>
-stream
-xڥXn6Wx)F) hi1EE@ $Y( %CwbɖB h>{dHKջ~ق%$M\ 9Q^H͈bYE?cW4˘+WwL5ǒE,2p>WKNqF~ݕu1HDz=~_VOnW BpP4:HT .L<vEH,l.m@&dT~KpcE"??|g&aM_ČƹSzO;gÿC yB(W^srʓ1n,Q^wsu}8&4JɤaLUXJmx Mg۩wѷzk*C=-}_,iҜ&yv1LnFJ+IR9b bM.!q+Դ}o)ENY<1[D. gRDƄTET]`h!x Ʉ *\pv˵ ȃǺ~{!"&i0RzPcjƳcmVn0ɡe+ؐ}J+CDA4S:sWG=˘FHFXn>)r<RvSq]_4˽/W{6u߸_+ nqd*|dW$\.rsD}vdejˁ8$kkS?\.z"n@JS"zcAqBƲJjV?9R)wLF_vycmC]nϮ_Åe@3:Pdp Q2}mdlyJ-t]tq
-7<9<kmBDx[֍]5CD ANASo DL"siJ"X:2TD?mnq*YF 괍u=
-Xf|Fv@*$5\ܗz
-qF3L-¬Y"}+ZNlϢ?]}~._[?,2D\"͊҄Siyٶji2fɬ՛Lzlȷ)ޗmp] B19wۥ dvb䒳C'R\xslɣ뢔h5֭/\j{Vʀ׶,al#{!1[nqlaXQ+=2M&|̝Wzx:+-Ϋج(CfqS }wIwzV(i-39y&ON</gu<?O;51t_z}}&n]ٺܞ
-endstream
-endobj
-179 0 obj
-<<
-/Type /Page
-/Contents 180 0 R
-/Resources 178 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
->>
-endobj
-2 0 obj
-<<
-/D [179 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-6 0 obj
-<<
-/D [179 0 R /XYZ 133.768 361.824 null]
->>
-endobj
-181 0 obj
-<<
-/D [179 0 R /XYZ 133.768 259.267 null]
->>
-endobj
-182 0 obj
-<<
-/D [179 0 R /XYZ 133.768 215.982 null]
->>
-endobj
-183 0 obj
-<<
-/D [179 0 R /XYZ 133.768 196.054 null]
->>
-endobj
-184 0 obj
-<<
-/D [179 0 R /XYZ 133.768 164.517 null]
->>
-endobj
-185 0 obj
-<<
-/D [179 0 R /XYZ 133.768 145.074 null]
->>
-endobj
-178 0 obj
-<<
-/Font << /F59 176 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F56 139 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-188 0 obj
-<<
-/Length 1870
-/Filter /FlateDecode
->>
-stream
-xXYF~_PIM2yXl
-Zk}_Ի͡/ڽ谨+ڶmNmT_ox'&y
-
-jC[ooxR,6I`d46/ b ;*P:fZcM
-MæF5ݣJ2
-% YaFY0zY5 *jڝ]kex u\.*ӓ.,ilI-龜H1S\k 1`+<h"Yեc㝔c|ˢ˛ ,Lָ
-2x̟Uup.ˋPfpZwTۦȧLl7Yqս+`S$PjC9td4#oDU#GZ 8fkhw+28D &{ ڼ&l?6phmC¾T ̼#c[׸]0;?g943;x 0(W}6COfD7Ov
-ӭ qPu/lR{7xYtXz
-<S< =Sj@TP>mOKHsǂ~]m\"̇M|vO?>))%X13)SP(:,ޭ(pBe,PN0dj:[Fcz4U<ݗ552Cg~mv ;Z" & r%u?] I+b4:2(oRJWbҁŮ1N1k;~ozqՒ޷ ~|N@eQs[7#w7AsWPƌbqUF&pSڋFY7z/ܼ{gZC{n`ۯvAt @65N"
-[\bml§Sr&1= MaI8&n+C3ִ~irĨ  U0q"H؎ڋj! 9թ|2e ҳtw
-endstream
-endobj
-187 0 obj
-<<
-/Type /Page
-/Contents 188 0 R
-/Resources 186 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
->>
-endobj
-189 0 obj
-<<
-/D [187 0 R /XYZ 228.459 662.272 null]
->>
-endobj
-10 0 obj
-<<
-/D [187 0 R /XYZ 133.768 178.009 null]
->>
-endobj
-186 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F46 190 0 R /F66 191 0 R /F69 192 0 R /F67 193 0 R /F45 138 0 R /F57 140 0 R /F56 139 0 R /F59 176 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-196 0 obj
-<<
-/Length 989
-/Filter /FlateDecode
->>
-stream
-xڝVA&D1Ʈ˓V-I%1Ihm w`H6ٸjK0 ͐8eSϻO_hTM;s*hŮ/~!y\Y{rɨBгDž"h~S gmϰn,:s>% ƞp`U'–1ډO˘>{W-Q@ّWq/u}{Ӷ)үO
-qG=ߛB|WVGߥbĺqi*TWziÎ-$7<0f4Ix}\}vB,c.}$&JB@N?-ēZ{ii{e4*A\8*5t` fXb7k8͌;{dg5o1HIU
-endstream
-endobj
-195 0 obj
-<<
-/Type /Page
-/Contents 196 0 R
-/Resources 194 0 R
-/MediaBox [0 0 612 792]
-/Parent 130 0 R
->>
-endobj
-197 0 obj
-<<
-/D [195 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-194 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-200 0 obj
-<<
-/Length 1627
-/Filter /FlateDecode
->>
-stream
-xXrF+p싏YJJ›LB"Ad%O
-Ly;X" H7騋Jq1?!A6
-f_Hrp۞.:Ցwms>uppYaX<d$ir~n}H{1A&2Ŷd#%fJ[$ :y%XMiߛPw
-ܫv^&BHA"
-\<<{qZe#v#h֤]J\@~eYn"nb4##Fەy$K)˼M{x.4)pe9SRGZ=싞V
- 6
-k5LAa)D
-}1Yr"R$BO
-
-,@"*s3g_zcj? C/P%f 2U\vADKH`]F!PW)HV𛜫yE dAYZĬ^!'6cAJsZ8\{{0y%UaKDS} N |"Bm*(jv󥿗f8q2B=+`?"K^
-endstream
-endobj
-199 0 obj
-<<
-/Type /Page
-/Contents 200 0 R
-/Resources 198 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
->>
-endobj
-201 0 obj
-<<
-/D [199 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-14 0 obj
-<<
-/D [199 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-18 0 obj
-<<
-/D [199 0 R /XYZ 133.768 410.148 null]
->>
-endobj
-204 0 obj
-<<
-/D [199 0 R /XYZ 272.581 249.958 null]
->>
-endobj
-198 0 obj
-<<
-/Font << /F59 176 0 R /F60 177 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F47 202 0 R /F50 203 0 R /F46 190 0 R /F66 191 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-208 0 obj
-<<
-/Length 2162
-/Filter /FlateDecode
->>
-stream
-xڵYo_*ט7y{@[Nԕ%$'NwCɲW^gQhpf1_.x(|{qLVv IdcRvM})r/ʜ]δS˺ɑBEGEK|3{mil]fK@Zix<?ʢۿEBTh&KMt)=W
-
- ֐‚|@qϥZURT]?`sQo@Z#I^D}C65{0ƾthgTJX(ta.^( 7ewsl7Il3mžnH㹴d^hcn{?ϛl{0~z X 7L LMyV7DgԈ2 N
-EnHńVL4.>hcX̥.zi&j~O򚆏Li|ep 3Ul)Ќ:M |O .Ww ~s:<>$GK &9$a&bz&֦UI>7X}>*IH=Xc=&SX9}|S%Zhwܣh2pow(;pH0k㔤UiIU9fk~) jq蕦Myx
-a/' 2)|oi ol>`0To)a=%xXcv
-)(ŁbI%QטJ&H7MT|%#Ux
-T,oɱTzAA?)Y93dQywGih{Ghr܋=I.5J
-˱{*i#i0
-mG]9HpeNMH|KS1f
- x5zvWISv1hy)pN. owRةSaWCLvHCf/P%2<8sIfw6H.X!vO?%Nɕ^xSCVrқ2!w9 ~I%v|"җ#tO9…t:hwG@)K ۛW<L8
-t
-a몿Hdv|) 0W'BW{9hHZ3'**MzF-b8J'ygX _ ^nl:~˪wdmt_|%[
-׬o_vF[y|3%>p{?"0tL
-endstream
-endobj
-207 0 obj
-<<
-/Type /Page
-/Contents 208 0 R
-/Resources 206 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
->>
-endobj
-209 0 obj
-<<
-/D [207 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-206 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F56 139 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-213 0 obj
-<<
-/Length 2219
-/Filter /FlateDecode
->>
-stream
-xڵZKs6W6Tj`*ުMfr]W.DIy<Iƃ$(A<} l~dw7~*P&LV a )I$x-vp_ JuF߱ f?nቔqƓ'KxkTՎ%! #pMs/K l 1~$q5Ccpʻ1Ϸ131&!(O=gQ}?ExDia
-eO(ILjgN/,)aY#*)՛fT2f72!JJ1U=rJUNʩJ SW fegjkB(Y"+v0A%F^ъfub+8Z =qy)@5|k)ɧ"W$
-Z"v|?ePW,T۪1br垖>Ex.LP'I4{*\15}$XԙFd Dβר/,$ e8 tSrt9HƦ ]3w^},mӋpXO^!ۦB@95dƈ].ENci7m? oɭ܊ U]b G fc:TrWUԛQ "
-l T/F~>Fr?4v@aϐ+6_`Oi;et_|uw
-w. <$(72weם̇YUF,w+FAVI.w2,lW Px*6#J-X2uN1#][")RQ$D~EK݇Ɔ
-_G
-endstream
-endobj
-212 0 obj
-<<
-/Type /Page
-/Contents 213 0 R
-/Resources 211 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
->>
-endobj
-214 0 obj
-<<
-/D [212 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-22 0 obj
-<<
-/D [212 0 R /XYZ 133.768 557.741 null]
->>
-endobj
-216 0 obj
-<<
-/D [212 0 R /XYZ 258.758 497.914 null]
->>
-endobj
-217 0 obj
-<<
-/D [212 0 R /XYZ 133.768 294.597 null]
->>
-endobj
-211 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F48 215 0 R /F59 176 0 R /F28 135 0 R /F46 190 0 R /F66 191 0 R /F43 134 0 R /F60 177 0 R /F44 136 0 R /F57 140 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-220 0 obj
-<<
-/Length 2265
-/Filter /FlateDecode
->>
-stream
-xYKsWHoYXI2)2U;nT|@K EjHjltR¶&d@4uCN(z?4Ynn&L"D/?~daIS9rkɸ1,ۻ$/Q<}*&uP:9
-8p fB)󉄚I/53"RU10T~b\.Wyskq֔YJW&3eS@3ax+.$Ip-V]J
-VXh^ŠVT%{
-OXJ)l~š5b6S\/6߀8 f93W0KY_Q3@+ 0y%i^
-V޴( dlʃ  {L}U2S4qR:JZaBuy)gubN  C͌,5J0)w@*+!?XAeSm8ym۹8؇UUhVę:S ufn\.GBjB[Z.@F&}$]hi
- [T3aoC
-:F8Y#QEz5c0C *=&<mꔱvQDV8a54p@͙ű4݆E|(ɩ n SKPX˥ٗEa)fF[d=QkM 3E(]Umhvڂe`ãGNZR Ha}ZYcp_xJxMo~{˾h}U[롗.Ϯz*`K覷]9r,h$`qPlr5> Oi(U0j+Z@N ]Bqh
- C~  
-t(`vOg'~櫱
-endstream
-endobj
-219 0 obj
-<<
-/Type /Page
-/Contents 220 0 R
-/Resources 218 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
->>
-endobj
-221 0 obj
-<<
-/D [219 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-222 0 obj
-<<
-/D [219 0 R /XYZ 133.768 570.427 null]
->>
-endobj
-223 0 obj
-<<
-/D [219 0 R /XYZ 133.768 408.647 null]
->>
-endobj
-224 0 obj
-<<
-/D [219 0 R /XYZ 133.768 315.988 null]
->>
-endobj
-218 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F43 134 0 R /F60 177 0 R /F28 135 0 R /F44 136 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-227 0 obj
-<<
-/Length 2310
-/Filter /FlateDecode
->>
-stream
-xZKo8W")J3eݝeA[h[rIИEr˱;>LrXU,~$?z+z.ߤ"<<  ʻK{7*_,o˧"O:$o/|}ݛ3Jd
-5u@\D[}F}Q=](u:FkTo{ضsڎ HQ
- Fub9_11;m:|PMm:mK٤NƜ
-
-Ӻ0)rP$WYCk֑g[zBCĬSljC9Q! ʓᔴ$0:F֚@ e2
-N1t[Z*n
-YV.6q3%Y
-Ϫ}U,cY,ʝ
-2G ,AЄmЖyfcD6Z ,I5UFK3x{#xb,-Ttfly0T$lke-ؘk\.^nnW9eB,<Y~x1TM(@|糧˗&NxW Vo?C&cy .Yòs8BE lG
-6T(|&8)5Tv<i=vGȨe.mԉ+ݥ:,p#0-)2?\e'x  1~}ssUK g?a.lԉ+>Q
-sJA7o{_Egg\ ,.(ę)OfmM;&]xj2bY[@*"jaqT(dϜb˺hi>|A߁U~X- 1fw@,(WP*o.&M&6`m6UI 7$ܔ-@TP&CbK7۴̖JFB]ЪocNT.Ҡ]8C" A߯e"RESt4Cl-ȣňMϥS DQ&m%c]wƥ]`.Z\ơY.,{9e8XS2HE滋H9HgMQІnYn6ǹhGMElh2Uz0$ 8XDS1 ղy =%KdX{hAXJ 0ݵ#8
-endstream
-endobj
-226 0 obj
-<<
-/Type /Page
-/Contents 227 0 R
-/Resources 225 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
->>
-endobj
-228 0 obj
-<<
-/D [226 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-231 0 obj
-<<
-/D [226 0 R /XYZ 133.768 242.748 null]
->>
-endobj
-225 0 obj
-<<
-/Font << /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F76 229 0 R /F73 230 0 R /F28 135 0 R /F57 140 0 R /F43 134 0 R /F60 177 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-237 0 obj
-<<
-/Length 1801
-/Filter /FlateDecode
->>
-stream
-xYKo8WVya|‡>! BmɕAC%M $߼9#,|:GE* \#Eh B4 dƸ
-UjU(MƗfZa.&}Sg'Bqߚmr'd]JeV|B6]e .߃(EYef/NcNۥcxӎpb R).֫ Q|NK4)2mV5-|e(-MTaJ㤑o A['u[uKak?-F[ӫpIO5@zx0 iD,w2 [Rգ1&Ɔ q]ve
-I-];2&α>hx>#Գf--Yq#!EvAĮ\ ʎi˸ma},4U*"wK%X c01s#unfzP,n#is,#"JD23s8n׍*d물~ZVucDfɜNմ4;7'^뤺n?m]8<n2T4h+#$󲷏|@./]v1k}}
- $@*RMC B>Ӧ.%K D!pEܞg1vgmR@dc<ҏ@!49ȓA
-x4'X<D8bapB/5SMJHMy: y|XMeJ#AXEr8chWl+4VhۆcEd/ۢԢlF4\#K,Lҫx3MULUh^*Ħ*Ye: Iջ3ō)TRwY(` 2]~mOC 6oirSFKS ںוȬ0Lfm4zz/( 5Uh(SqDR_ `P 遘c_STa]tjyvmVU+  ; A
-endstream
-endobj
-236 0 obj
-<<
-/Type /Page
-/Contents 237 0 R
-/Resources 235 0 R
-/MediaBox [0 0 612 792]
-/Parent 205 0 R
-/Annots [ 232 0 R 233 0 R 234 0 R ]
->>
-endobj
-232 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [303.776 233.626 326.248 244.419]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-233 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [351.005 193.499 381.225 204.569]
-/A << /S /GoTo /D (subsubsection.2.1.2.2) >>
->>
-endobj
-234 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [377.959 149.214 400.431 160.284]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-238 0 obj
-<<
-/D [236 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-239 0 obj
-<<
-/D [236 0 R /XYZ 133.768 386.446 null]
->>
-endobj
-240 0 obj
-<<
-/D [236 0 R /XYZ 133.768 180.555 null]
->>
-endobj
-235 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F57 140 0 R /F47 202 0 R /F53 210 0 R /F76 229 0 R /F50 203 0 R /F73 230 0 R /F56 139 0 R /F43 134 0 R /F60 177 0 R /F45 138 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-244 0 obj
-<<
-/Length 2129
-/Filter /FlateDecode
->>
-stream
-xYo6_raT(PgyJ֖\In( %GM<_Ꮬ "&`12GB)lYT&X2b%4}WbOն+Z]i?{/(eh%^$~\|(Qr>|KŇti!~uWopI.q#D
-J4>(wD|Ҟ^n`F\p#|G1
-L3 ( }LװYM@$_SU\UI+V Xs-z`ቫE`N-lr=b/ oUrx.oׇdz
-)½&z J[CdbC@똔b[l=`Qs/M8WK;[ $(epZ˗?G:cf
-:MXmY&:߽^02p//GYmY"1co҉+bϱ^ao§Qa/b7CVÚ!VcsK\nG?z&(!!Z%6s2p̣lG&|HD{ۓЯO MB)rJ_'jP7ȨR+2O:ڞGD <ʼn$fWsC(Q/rNTr"p{K9 '(=ԶnqV44P]eٞ>reѲb EXajK=;|SLP<82v$ast'wxCTmʮzWChTjv)`\ Y4=]~ dFT46EpeFF1msC5;9keKb[qE=*M=l{4p3X({APVy :no26A<]
-t9NۡH3U:M \f')
-endstream
-endobj
-243 0 obj
-<<
-/Type /Page
-/Contents 244 0 R
-/Resources 242 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
->>
-endobj
-245 0 obj
-<<
-/D [243 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-26 0 obj
-<<
-/D [243 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-246 0 obj
-<<
-/D [243 0 R /XYZ 133.768 598.505 null]
->>
-endobj
-241 0 obj
-<<
-/D [243 0 R /XYZ 133.768 264.83 null]
->>
-endobj
-242 0 obj
-<<
-/Font << /F59 176 0 R /F28 135 0 R /F57 140 0 R /F43 134 0 R /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-251 0 obj
-<<
-/Length 2373
-/Filter /FlateDecode
->>
-stream
-xڭY[o~[)}8[adIZ  4E[RJRv"g /#sLwP4yHh /o Mb\' %
-"Ln7l&4@oHs{i)AL$KϿd+%k'o0)eX'JѹTZM"\ʁ)(XPDlAW9ILHeh%B*"fF޲5%ڊS{HG%6"#<3(Rx3bhw r@-ГR._g^3|XUcgu
-= Үi]ds1prcv!Ӽ)`F3΄qT!U`v8jN#wd\νL-f!Ř7J}YL1dA
-j^MգiI'+rfmUF;` ՉG3&Ǽ95cgѽP6_y s> gs|Lb8R@ĹVlWʣ S<꿀8%ʎ_ ]a&-0GL.=
->tN@Ϙ.k%ӍX*h{j1̈́!^'cP(9G*㺮YL}ovm-jLOxva>*Ƿtǝy9u=iQ"$(:0BE`|L]^wE+̳y̦ZՖ]hkepק;Xn{;Zb=PcJlp5M8&g<̺Fsn"tLv[曥l
-endstream
-endobj
-250 0 obj
-<<
-/Type /Page
-/Contents 251 0 R
-/Resources 249 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
-/Annots [ 248 0 R ]
->>
-endobj
-248 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.911 471.402 375.383 483.357]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-252 0 obj
-<<
-/D [250 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-30 0 obj
-<<
-/D [250 0 R /XYZ 133.768 434.029 null]
->>
-endobj
-253 0 obj
-<<
-/D [250 0 R /XYZ 265.04 249.927 null]
->>
-endobj
-249 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F59 176 0 R /F56 139 0 R /F46 190 0 R /F66 191 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-256 0 obj
-<<
-/Length 2004
-/Filter /FlateDecode
->>
-stream
-xn8QYEjtHȊ-D<\IP>|-9ʆvuǷo:?.hxn"K:$&*!\r]Mf->M͌e?ۤɆjMM%.})>oq*]}_:~7vv}oe*6nu<lA@`wcߓBJ_n
-S6]ϲ=0 MSכz!` D9'FJ$آ ~dBemYMWM˳嗇9%|*}7@GZ9UD[6f{D|pܤ][fP\w)1efy7.\xֻ[S|AhϯWwK1X^FBiT2D 6jBH y 4b@ LHTm/iW@"Ilۈ+F@4*_/~AsSt
-$(;皎8 s4`'\iͳp`&RQ/Q jRaNk_a$QxngF[y)CgW-c$ ;x>xl"4SQ<xTRmr>@DLW ʣۧtTBy4'_\qMe)[TųɖI8}J/ɂ80D1 sKaΨ:QR?W ߉ViN +~.*,J\/h9l%?~K;ko6Ž4$a<:7{\E5V'qںEKo38)қ2GySnV8Ca?"+:oP5 XFBrPai +P]_bqv85->Xl_ؑg;5;xu
-@npwr
-{rW#ҷ`#CE7x
-XAE
-L@"N?h{Ewck}ewc4>~ǻ`.mGlvhrPWN,H=//
-endstream
-endobj
-255 0 obj
-<<
-/Type /Page
-/Contents 256 0 R
-/Resources 254 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
->>
-endobj
-257 0 obj
-<<
-/D [255 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-254 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F57 140 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F56 139 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-264 0 obj
-<<
-/Length 2444
-/Filter /FlateDecode
->>
-stream
-xڕYYoF~ׯV<6.aw ;@a0TBU]kL]O쳺<x닫2r'2DL2.&SqqSV)KjƘiocUs' MH$)˴2fx70KYу_zdjI4$b0 bВP*׍cFff QG[4Vp)x\}q{uV2<{dUBCgӚ<r~]zpW
-nP p=. /IƁ2%V*R,7w}տ%7G1|E7h fMuo{M<< *0DȪYۖ W%좮nч]jҡ@)i{G$rؠ/{NT޾w%#ds9"e"WÚ#Bf~BJ]{j7^i.xZ^5Xa`BMҤ?W)&Y, L2t{!̈́թ%2R̘C8k2
-{C9v߆/M".Ddi`%HK͗?5
-' pM>gf*r rt/
-cչDrsxh2'͗WmޱZ$Y|3D2e"Qv;,>Y_OaoԘp&L'3Ao(:00%dwKo("5" ͩ.z[.%ҙM(@jɖ8EXOƀ~=| ڮRtKVLe>ޯ(C'LWEH@1.e(y}"ޞ؀[?R 4#r<t 1Pf+n+rvEp',, l`A4 Оn4Ҵi  /p`=RKc~MB1@aCUD"tC
-ŁHs5
-3zꐐ,iR^8ڣƯ|ih?$'ZVZ$[+  id܌I3#$ЎR$Jሲ͂A r7yݕ/YmM2*p
-.%LpԄQ#@@q:|C5KÅ&-81):#B:,q*uoCև#9 @΃
-`f;w;a걍bf O|9gP"@%&x<$
-pҔy)TPQQ )4#c}Ϙ\b',t0y ulU**2yd#猧 |
-SxPəN'J]xPұr5SN$T&o<b|!aV8Rի ?\f+*#vYQgEw;A|Nfm;=** |#rp ¢>}LJ@r6‘'O;kob600F
->,PQ -<Ic2s=\¸2tLCNèw~Eѓ"nMQ@Z
-ߌ} ?^_f
-endstream
-endobj
-263 0 obj
-<<
-/Type /Page
-/Contents 264 0 R
-/Resources 262 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
-/Annots [ 258 0 R 259 0 R 260 0 R 261 0 R ]
->>
-endobj
-258 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [205.055 352.992 227.526 364.947]
-/A << /S /GoTo /D (subsection.2.3.1) >>
->>
-endobj
-259 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [374.327 329.082 396.798 341.037]
-/A << /S /GoTo /D (subsection.2.3.1) >>
->>
-endobj
-260 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.761 305.172 187.981 317.127]
-/A << /S /GoTo /D (subsubsection.2.2.1.5) >>
->>
-endobj
-261 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [445.488 257.904 475.708 268.753]
-/A << /S /GoTo /D (subsubsection.2.2.1.3) >>
->>
-endobj
-265 0 obj
-<<
-/D [263 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-266 0 obj
-<<
-/D [263 0 R /XYZ 252.587 662.328 null]
->>
-endobj
-34 0 obj
-<<
-/D [263 0 R /XYZ 133.768 500.847 null]
->>
-endobj
-267 0 obj
-<<
-/D [263 0 R /XYZ 133.768 408.797 null]
->>
-endobj
-268 0 obj
-<<
-/D [263 0 R /XYZ 133.768 209.095 null]
->>
-endobj
-262 0 obj
-<<
-/Font << /F28 135 0 R /F46 190 0 R /F66 191 0 R /F59 176 0 R /F44 136 0 R /F43 134 0 R /F57 140 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-273 0 obj
-<<
-/Length 2010
-/Filter /FlateDecode
->>
-stream
-xZێ6} @,&@oVcȗHL7U,9tޖ;d:Cӈ~w7}r\GLZbiejt7'EY=-?n;HGp` GMSVؤZdaEγ;7o5(Ԝ .qZnhX$wa&߭~qS"~L #N,2`|+mv=Wp4YV8dOjg\I6fIs|J,zFqN,gq:gp sL)ہd<L%wenRs" I6f~b%j\FSֹT}
-êPӵ1-Q%MXlH Y6/4"YC-2Ox
-s4g oӢD,; .HNk[SD
-HatwoC'v4w7!1X Pdh9m$6$U>}ga$!b Iֳš4"6&m
-AD+` :
-D'p :Q남@dE^p
-8jHLs>ߦ
-_~W|y>%Pa^
-endstream
-endobj
-272 0 obj
-<<
-/Type /Page
-/Contents 273 0 R
-/Resources 271 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
->>
-endobj
-274 0 obj
-<<
-/D [272 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-271 0 obj
-<<
-/Font << /F44 136 0 R /F28 135 0 R /F57 140 0 R /F50 203 0 R /F47 202 0 R /F53 210 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-278 0 obj
-<<
-/Length 2361
-/Filter /FlateDecode
->>
-stream
-xY[o~C҅4%Q$@nQi>.PZ-Fs )JK{/son^oZۅP98&Y\oo3$L]0<oWM+]˕*h|/|JHf"5aOq+F)}V\i- *5WYM 7WeMǩU&+$W\9'SOוwuYQu8/粞&#c$A8H X0uye %hVۃf;,lשy_`eK 2Ɛ6Mlfy/"`pJ8f;n6XIT
-KؖFm[Ȩ}}Cj>IӐ6obڐ;n,TZ,À@EI֠ʷM)5n_%){fm+!0~#@V3bw(t͒{ ѴQ5 -9 ULe~Sn|z_ͰDZ>=sZ" `wGpH98%4O4ӐfL *=/UU"!(E!+ky6,10c ?b4憎hцT6`d*SF껦^C0S1`c',~>fX<
-Cc)ҍN\`"LzH3˂!*/P$W[(K%vt3v@J]lgl]&"/_[j\1 X[3ՉCnQd# NSӯ*6r ['iؘNz9UVSȼMSJ[8-oT+B`Zcfv8ʒsM,oR'0WU$ȸ(BL)gJ)QG>fcW(j=ǯec"u7U#0כ#eU\u_wI\矤Hbd*n ÙDCSnc pȣH2RH:lz,xܝ+9r؀0n3= weU-Պ|7_GÐ;A8<OgAF M6upk δNJ}vǧ%DYO˶mJ.nKa '4D~I5=i`ď+'dCb?R˧+' Ш 4LQ0fv}Z/$W R/ֻb}pV`.c$X4\-s/h -ʼM l!
-Ǎu#TcJⰥ͑LZwBQ
-;)J{Yo\ğMގV&042cNI]kb9eYRpDh S_B/vgif\zmp^)ϨNc|Zh'Χ6R>:\3 ;:|MӞSNyϧN6=AZw]R9=u'þ,ܶguF[5oQ0g,z_fQW )vЗw0dȖ|n C]i8~*2``u&'heBw&VFr,mP@m[;Ue}jE 3!]}`̮$X"aMYLիէLI]t@%Og{j@55N_RԽ)QMwԿ$jE},HkTLˠq\sIwYNHy7Pa=`m 
-y wXoOpPk&ɲ]W|?yFM& z]sD>zvDawx[h闐-JMD ]?pP<H >mc& \QJQ `BvYP <SBb]b
-F=Xe/ P҈}UA|2Ӛ uTaoB Rzt즟~׏Tw?Qmf禗AؖW"΁q;K#XRQo9?9M}xqKО!xLj $emD!gXyrWbl3 / FLipao@玃)itpLq#jEVADq'~tѠbpdBl 6VEÀ|
-endstream
-endobj
-277 0 obj
-<<
-/Type /Page
-/Contents 278 0 R
-/Resources 276 0 R
-/MediaBox [0 0 612 792]
-/Parent 247 0 R
-/Annots [ 275 0 R ]
->>
-endobj
-275 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [434.785 297.311 457.256 308.104]
-/A << /S /GoTo /D (subsection.2.4.3) >>
->>
-endobj
-279 0 obj
-<<
-/D [277 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-270 0 obj
-<<
-/D [277 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-280 0 obj
-<<
-/D [277 0 R /XYZ 133.768 551.237 null]
->>
-endobj
-269 0 obj
-<<
-/D [277 0 R /XYZ 133.768 284.367 null]
->>
-endobj
-276 0 obj
-<<
-/Font << /F43 134 0 R /F60 177 0 R /F28 135 0 R /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-283 0 obj
-<<
-/Length 2018
-/Filter /FlateDecode
->>
-stream
-xZIsW*%a/SKҩC(؝yXV3|!
-v* Ő27+n҈)%) %ր4l7nY) " Zqyd4iY1;uN6`Xqc=Zem D76 )+YA6!R'QBr|ԜpESтU'QQ|4PS'cSΩN4pE.'N欿0RH߬N8P2f 9-􌶐Jp\u)!5bH\g\ z A'8 %8)ѯIBQ yoq H)B!4L|k|AЖ<m¾I ?/L)_8馂OyeՄAoֈi}UESߣJ
-3ڥ@h_$!IڍιDJo|{.Cӧ]^Qf$]W!,lǝBtZW,Emof0Sɭ<~=릨¶N5(3~|cX*5Y 4Nx}e5Eiliz$w{mQ>ۗ{.e4XOa1K H99NV]U[C3NҬE ~#l89#.4á@SN.ҦqjN$2/1fWuq\=Nʵ.ez<no[W9`zo^ ^_g.:DH !('ze"ýnE.I>!܃p=,`/&? Il?|}#nK<:wc`x" u)0OaoH޵~IJPḮO>篷_=.Kٜ&A&/8#w>E;hGdmI{1 [痢^⯫*D:c28tV JT!~PpA؈3ov=sWBgԢ!,#EhcZI}H7)PcAc뢠7DAP=Aa,\b|N>6~!ǚ̘?9\v/#.$xL@ {Kd"<2("
-%u`V*lW}s:HgjwlSC-$̣r]츄 %׷E$?>eZc~{XZ-[v5Hnmv7~E&B,c+Ne۾mqW0X!ɠӃ-_NÓAA(+e}ag9i Ưj"jU.f[ G9c^;CS߷W7ɺ*ZeJZ0 ihEw 1H7{;,n.EZga{Lib !|(Ɏ؃ܤcu 9ay%aBM-,
-('>Z2n('&^du[bչ&&}^x5b|⁊ͻf 'c*.aW4LM@ɹOT@jd
-endstream
-endobj
-282 0 obj
-<<
-/Type /Page
-/Contents 283 0 R
-/Resources 281 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
->>
-endobj
-284 0 obj
-<<
-/D [282 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-285 0 obj
-<<
-/D [282 0 R /XYZ 133.768 335.886 null]
->>
-endobj
-281 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F43 134 0 R /F60 177 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-289 0 obj
-<<
-/Length 2121
-/Filter /FlateDecode
->>
-stream
-xYKoFWHVߏY Hn5(S }㬂9fW* 2O7?~. ,XiL(Ŝ)u)r:h x盋]8ȄQ HXkVۋO_x7fಧxoXа^@~
-(aR'Pϗ D
-%#˅t>WI a4
-SQAI2ƟOmZTS^3S`ނÜ:ϨN댶|4.ΧNZ}+U)Z
-quuKYXĶm(>ӵm/OU lVm6 {⺮~ ]"2Dޕ=+йݲn#¹+ˢZAWbYՀ^.B`[<thD6mW%EMgݮ.?VJ :r  6i)j1_M(pYPvtlL ~Dt}0'3i&
-_(dO@.~/ Ⱦ|xg]6wyHZC@*f"B(S`ټE^3, tZiSH_M'-<۷|L&?>3*0s=Ņ Ǿu4(#OM߷ pR5]Lx 뱉 ~zOad>gnK`44C-'H;u$~.526D+M/wݨsU4铺oGvVfS
-HI mste]RQ[אh /M ")LN
-endstream
-endobj
-288 0 obj
-<<
-/Type /Page
-/Contents 289 0 R
-/Resources 287 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
->>
-endobj
-290 0 obj
-<<
-/D [288 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-38 0 obj
-<<
-/D [288 0 R /XYZ 133.768 557.399 null]
->>
-endobj
-291 0 obj
-<<
-/D [288 0 R /XYZ 292.465 471.086 null]
->>
-endobj
-42 0 obj
-<<
-/D [288 0 R /XYZ 133.768 295.665 null]
->>
-endobj
-287 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F59 176 0 R /F28 135 0 R /F46 190 0 R /F66 191 0 R /F60 177 0 R /F44 136 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-298 0 obj
-<<
-/Length 2804
-/Filter /FlateDecode
->>
-stream
-xZKoGW--S[G
-r--W)d+Z0՘!c`[_-^efЌ2yhl5p0G~[gN( ܫCT^[~*uIfx^2]ūWTÙ
-C֖{\_g3 0L1YRr/ḋQ*C >e 2_ϕu٦;|߃zp{\7w2[3JuzFZ8ýc!OrSPBndeOin⪝!Ѓs:Rw*lfΰ2Aa[e
-
-zϕ.Wh`Ila:0ф769A}>dǻ{dA[~(w5d1>=wr_N:)ŲߡF8rgwQ",h3-huMɁB7;p. "Q|o3!<ԄR'D;V{hhIff amt qqyI =ة1К:͜t2(L AHzIب"A(u4#Za!ĎdG71V34qYyy|
-fD5}{,VGn!ơWȚBZń
-d)ic4dhD,R# Ǥ
-S&Pap*UJ+i{k
-2]_ļ*Ajg^vNe)}OAr*jbZ`Fht:<L>:Yocr)?]6rۿCAN"z4+S(BvZGVgqVI XUeu$ Р
- cf=>ٺtS~] kݣV0n-' |$f{=ˬe|>+y% tCJ #XbX1n1*MF8 |8ԬiMAp083rZDny
-;8XG){]w
- NwS
-3t5I|MHt|:yUt|}N F0:_t|
-endstream
-endobj
-297 0 obj
-<<
-/Type /Page
-/Contents 298 0 R
-/Resources 296 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
-/Annots [ 292 0 R 293 0 R 294 0 R 295 0 R ]
->>
-endobj
-292 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [301.909 535.328 324.38 546.121]
-/A << /S /GoTo /D (subsection.2.3.2) >>
->>
-endobj
-293 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [219.833 440.676 226.295 453.166]
-/A << /S /GoTo /D (Hfootnote.1) >>
->>
-endobj
-294 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [438.332 368.945 453.055 380.9]
-/A << /S /GoTo /D (table.2.6) >>
->>
-endobj
-295 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [332.82 154.331 347.543 165.124]
-/A << /S /GoTo /D (table.2.6) >>
->>
-endobj
-299 0 obj
-<<
-/D [297 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-46 0 obj
-<<
-/D [297 0 R /XYZ 133.768 522.384 null]
->>
-endobj
-300 0 obj
-<<
-/D [297 0 R /XYZ 317.427 316.807 null]
->>
-endobj
-302 0 obj
-<<
-/D [297 0 R /XYZ 149.011 149.2 null]
->>
-endobj
-296 0 obj
-<<
-/Font << /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F28 135 0 R /F59 176 0 R /F60 177 0 R /F57 140 0 R /F56 139 0 R /F46 190 0 R /F66 191 0 R /F70 301 0 R /F83 303 0 R /F86 304 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-308 0 obj
-<<
-/Length 2745
-/Filter /FlateDecode
->>
-stream
-xZ[o~SKfm=ɹ
-*Si2_d;h ByPWuC;[p3,!
-7b=v7ì5]
-,Sj,ZsCg&cv7פ}\? 1:6`;4P΢(fD:4)r-1/4hsJΌf {-ImQPq0jwla$S-#Emo* 9mmc=It47A/^,ܴߝ\rWDM`RL¤6+ʠ4ɂ@;mQ}Vg@`&=sv\-äM lwkqOy4&ǜ> ~~/kM~j$e]FDR#-q%*Ay
-d[4 *D`FܓzFC'>v^['#MpvЙձ؂Ri݌pݜZYr3qΠ4adYK mUf뤏S
-UϦQ\;s D%Y5,gNngҬPw/ޕm~WD@P""]>m Ltw5xw"Z&a6٠#~|]ʗ8t_>}T/7/E5#L9V[xwթcSůh|!@>0xv; R.ؖ ○R3rR*nfVꑻoA鶷.5D;2<QŽ4KlD"%%r-h|/!jv.YT@XC4PSKB) !\@8^pt.eĠlY<q{95Nೲq7qpD/qMOIw~ِ]^=B!𬟻{c3`F`sr} ې k4YR_=fnR ޔ?J) ~sqIMZ)ĩ^O9o*NsFpyFq= }<o&RSH!hJhg)|NO PЅ)4B A:-3CJ SȔ= 2y
-A d  H_/NIE`RjZBOaАq7 9`LS_Vh ը.hF#@_~8o4 h18x}"HTd9®vr 'ZІHͷXqk
-պ<)ZB<,!lsؿLhw4 ]-gIB' y)aa/Z<W7jOEq
-;tCQ]曼i)~j"կͮ]Vg69X.̘naDR\!sQMZMsE[SF ', @2xlO} KOu0.ZuAXPV
-ls*0
-6DD `XiC+oIDӤ@0'P!9={
-M
-BC@"9dE2йlc7%R $lpEAȑ:0m=F%JN:z} vG\ozv ;D~v  :%GFD]uj((!'Gn/ٶska5~ axn%"eCR/ 2slmލ|!SЯB9/vFX4@Wy&S&w1 =Q@wSB :}.!m/vU#er<<ɟN%Y$@B׻WW xfkOhXDzOeBSFB| xfпϕ\ﳻVH~Ϡl=Fc=/3ƌ@'ӳ*5܄Q2V^ܚ6#;Wp0s', f>
-endstream
-endobj
-307 0 obj
-<<
-/Type /Page
-/Contents 308 0 R
-/Resources 306 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
-/Annots [ 305 0 R ]
->>
-endobj
-305 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.594 175.258 160.065 186.051]
-/A << /S /GoTo /D (subsection.2.3.4) >>
->>
-endobj
-309 0 obj
-<<
-/D [307 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-50 0 obj
-<<
-/D [307 0 R /XYZ 133.768 393.049 null]
->>
-endobj
-310 0 obj
-<<
-/D [307 0 R /XYZ 133.768 162.314 null]
->>
-endobj
-306 0 obj
-<<
-/Font << /F44 136 0 R /F28 135 0 R /F66 191 0 R /F50 203 0 R /F47 202 0 R /F53 210 0 R /F59 176 0 R /F60 177 0 R /F57 140 0 R /F43 134 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-314 0 obj
-<<
-/Length 2525
-/Filter /FlateDecode
->>
-stream
-xZ[s۸~C34;t;MvLe䁖(cJTI*7s
-ڵ۝gQC[jͰӻu B{hĨٵUHR:nmmLqML&ךe. 7 $XYl.`ؑȿv~l{^42s^ungPVg-ȕI&qG^cJ,+X,,)2_;j9s
-$gyrH6Vٺ_>$8*9GV x)Hu,5h0m3bB_3\&5!yk%0xCt!5,9"`}[XDl!Ί)* q>U͉-gN3 qlݵus3%
-չ26љ1 =XuD3IˮcX_=" ~G=?7L6ݕP"]`fcofϦc3[ab~mS׫<O:+! 562رuum]L,g}(sl8fӴٳޕy3nWUN?*z}ѵ=Nw+V;vxU܁\Jow&i[>NQSD%6-1Mͨb༼:tU T"7odv={r_9Fa)(.&RH%> >lx$5tt&f<MQb[nMk p$M8$UJ=9T4!ߣN!Y8 '
- >=7=O40>K(Qp pߧ5MG}?{Cӽ;CI&=4omMqr6QCM$)#Pgݔ!a[jA jj$Q N'O|k} ?c>=dj!Χioo\V||2|>S3Z߯D}q1LJaΧi-_}Mia
-6:،.;~ t@;qa>cba,Մ X&c2!fO(C;f {m08
-e#A g_y~rYWR8#>g3V
-Imc"3q%aoA"0N{|Vm5QQ]]
-w/.\_
-.`JDj"zEbszˉk +]Nnnh|4y2ުz[۪Ҙ<5^0 ĀU4mv`=>D7= fW]>K|.r\;{p ʎk܌ 5aLF?yc+#ắ+V+ahJ=4řC qXb^|z!B$̤d],WXġi1q#$(@Өbwub}i#
-5ø^T 76fՀXG=R!TBx ʀgWGUwaVED|YyZ@?HfpyRlCO} 5!ZO׉씰 w͇i4TRGD/HւF~-
- xTE1+~"v}Ct"q<<fp`8-H˽0 {lE48>jm.GC`_b
-endstream
-endobj
-313 0 obj
-<<
-/Type /Page
-/Contents 314 0 R
-/Resources 312 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
-/Annots [ 311 0 R ]
->>
-endobj
-311 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [150.142 285.746 180.362 296.815]
-/A << /S /GoTo /D (subsubsection.2.1.1.6) >>
->>
-endobj
-315 0 obj
-<<
-/D [313 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-54 0 obj
-<<
-/D [313 0 R /XYZ 133.768 316.515 null]
->>
-endobj
-312 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F57 140 0 R /F53 210 0 R /F50 203 0 R /F46 190 0 R /F59 176 0 R /F87 316 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-319 0 obj
-<<
-/Length 2468
-/Filter /FlateDecode
->>
-stream
-xڭZ[o~`JfM 6@ [DYđDE{gvq`.ٹ7ԡCFpO,~1!HM"~-~OJ5GU in6XƔ LfZkbǟi'gȞ!cRʐ>^*ERiI/2Rr41(YW?K9Id$$QV DK1Z1Zr͌ [x2bh;mIK4pf9ieQP C)3S>ӈ3b4:e` K|.W$Y'`,$E-ȦBL+`
-~Z QAK2#)UBKsE%4tg%
-^+Q|Rw p)Fr̙o0V69إKkPC(&؁~hyy˱mMe'
-8Kfc `r9W{qNjSsIcfCnXBe- {3sիv`~r*cE.7Ԉ\pEݔv)AȓSxzC+BTPEK }jt.хBGAk޲RG*d6PHGf/˻H@jB/4O[bsc=4(&~0P.|
-6Q1K>sƠP=\^#:az>w~U<l> >wۣC8ZLpZ:@h-FT}%$qqNmd؟] ٭fG~>g$R#kDsIQ􂏫_O3<BU>J9X^=QsP!B:@¯gu 97&!
-a4½O(rq/_G6=DTJ"/м?^q1qcJ+W]~wJ$. 0M$<h}w]1P\h
->,cwߴ\nq_@<<RLsԭMju mB:+f-,H2~8[nL}~vxhVKI]L%2E7AW[03C[g x ,_}ew7Tz
-endstream
-endobj
-318 0 obj
-<<
-/Type /Page
-/Contents 319 0 R
-/Resources 317 0 R
-/MediaBox [0 0 612 792]
-/Parent 286 0 R
->>
-endobj
-320 0 obj
-<<
-/D [318 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-58 0 obj
-<<
-/D [318 0 R /XYZ 133.768 234.404 null]
->>
-endobj
-317 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F54 321 0 R /F28 135 0 R /F44 136 0 R /F45 138 0 R /F87 316 0 R /F57 140 0 R /F59 176 0 R /F60 177 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-324 0 obj
-<<
-/Length 2621
-/Filter /FlateDecode
->>
-stream
-xڵrJI={*SYRLDBb
-#D6pv>>Mr+ kirYv,rSTMlOw +#Cq3ptXL!2cɒ(R܍IA,pL$ɱ`ғxLK(nH6s"膇(żzC7aqB{<7i|7=: XJy% 1;6Z
-@weFʫ:j_h6+q`u
-0H.}(PWEL"W@m" ^ ݁`
--v&&A'wB[3Cb%C:w\@ :[=3
-7̂A\a0NoZHo6i=j?4uQe
-lաk%א(!9`;m?|!HGoY4xuLG3+q0߻&k#
-Fi#rR|=D60%@(PZ2#wCpCW@'jAgGaQr4 1+:-` ǂɳă;o`ge sG<6۸CFHCR`g d--MzCU@^J PέKvG1ITES.<9y-Áo
-x(?MJ'o
-}@WʳG`až)8:R6aN&lqo_J|+X'CE51L!K_c$`Z t.?T2YqKqw[Y>F nW&nOC )$
-K`zd2jBoQLⰙ!OC[+3}Yp!{(4
-BO"e
- =-$7K=v;1Ȫ .xu. :ʶ[ꠘ I}@Ft//էB ʦ*;dT6hA -R%E~gTj+.K{3f~)I:ny/7r!)B &5@
-0dDPK^V7u6oէMoM7&bh
-**2Mlie<+M*CėA8)_͒j|˴8(5}jsSpY\J9\
-endstream
-endobj
-323 0 obj
-<<
-/Type /Page
-/Contents 324 0 R
-/Resources 322 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-325 0 obj
-<<
-/D [323 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-326 0 obj
-<<
-/D [323 0 R /XYZ 133.768 557.618 null]
->>
-endobj
-327 0 obj
-<<
-/D [323 0 R /XYZ 133.768 179.914 null]
->>
-endobj
-322 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F50 203 0 R /F43 134 0 R /F57 140 0 R /F53 210 0 R /F60 177 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-331 0 obj
-<<
-/Length 1861
-/Filter /FlateDecode
->>
-stream
-xڭXK6^6r`s A$l9"%${oIɒ[=riWU_=49$4}M<YrO8WIdRX/~cDjnBo6;)e#.\b&Q*eR[;aWp'MXLFI&ɵI#MJX9D:y[O NsKHf2\)dqN$AmxB>a#lumQhZԃa+ˈͧfKQ$HXXQE϶ߨ'91LLjP4aîivB|a_{B,1Fr$Nӂ9BC!8<
-:
-&}У`/HI"dƃљI]3%e\A,i4̸a.ߤW[?e:~=ӹFһ2l0vS4Fxh7`7\Q`cթFCnð]'3tpgN\:[LU-v(15zG)]Bl$7+$d}=Ix\q
-ޑ;fў:gފNypB69V+mW.ζPWj.F12/<Ic&NYyl((Оc,i @Xp>8aӴlDvUW hk8q"< /DW1!RA§d=2!\^2`70oUBr*Xj$DBJ{7P.U
-e>L`Տ w1,RMe$Sm<F+Nj׬*^mkҰlCCR¨Z`2:]桱:U
-hWh"@K7+^Eb,ow*7ȗ9u饮ޗRBws>w-!&L;\>& ءo:@pq, mQy2{Gz$a;֯!o,?m܈0fi-[:7`
-lb;4am<gM"'e{%JUه/e]N7WU<|03"ҝZPȮZxX!LLێ>X!m7T!8xiv,k_8Pݮ0w,K dŜ<Ex|.Zt8$
-֗x_} O_2$3,ppaS%w1t.V܁pܥV%QŬa4L+VƯIWb
-[SV=_8NDL0M{.jM.d #f|
-SϏ(ÇYr3.>A?vfEL^\n f(VuHFSr8&
-endstream
-endobj
-330 0 obj
-<<
-/Type /Page
-/Contents 331 0 R
-/Resources 329 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-332 0 obj
-<<
-/D [330 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-333 0 obj
-<<
-/D [330 0 R /XYZ 272.47 657.235 null]
->>
-endobj
-62 0 obj
-<<
-/D [330 0 R /XYZ 133.768 487.785 null]
->>
-endobj
-66 0 obj
-<<
-/D [330 0 R /XYZ 133.768 416.213 null]
->>
-endobj
-329 0 obj
-<<
-/Font << /F28 135 0 R /F46 190 0 R /F66 191 0 R /F59 176 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F44 136 0 R /F57 140 0 R /F87 316 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-336 0 obj
-<<
-/Length 1908
-/Filter /FlateDecode
->>
-stream
-xYo_JA݇ILD"u$s)R^\rw3ٙNV NqoWsd$CBCJDS2o{^DX4WxE`'$!!)%bsuw%|`J>9MBBPx(lAl%{T1,fyLF1m?!IdG}T>n4PBn+
-6tIDi/ȓIJ `b,q:XUNNJXIp,ÿNFRMafN*IB#@Rqlj^IM5}IqRsb`!rISՉj5Nzz;^x$$F 9IikԀ8k]+ypFM<W# -:%M36/BS%"t|x:c˕ԷVRdwO_l:K~&JI f[@u"<} 9N*Ĩi.l-އjU;S,G=%CC
-Yw7kil
-N/|_,
-endstream
-endobj
-335 0 obj
-<<
-/Type /Page
-/Contents 336 0 R
-/Resources 334 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-337 0 obj
-<<
-/D [335 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-339 0 obj
-<<
-/D [335 0 R /XYZ 133.768 546.516 null]
->>
-endobj
-70 0 obj
-<<
-/D [335 0 R /XYZ 133.768 298.032 null]
->>
-endobj
-334 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F51 338 0 R /F54 321 0 R /F48 215 0 R /F43 134 0 R /F60 177 0 R /F57 140 0 R /F28 135 0 R /F44 136 0 R /F87 316 0 R /F59 176 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-342 0 obj
-<<
-/Length 2160
-/Filter /FlateDecode
->>
-stream
-xY[o~ׯ[8ũ
-4@YEݑ.& g.z֖, P3s.99C6ٟpo 2&#!%u& Ar]~#dDX8/xqk^_?#03ᙔl?|a>uHĉ._RO@ ~UpmtnrT2iADDO -FZ3HkL#Un3+8*9'L1҄^>yPEAy<pI _%N(J(VYabx &3KL~A 򔊹xU0Niҷ#,ԣEa'!JE)Qz( YJ@b'MH0;AA\ p
-ɪ`nȤH
-L%bH:h}C42*{ 8x:m%?ڦIFW췆޷)=wuLi>l;3ip7.w>m~&
-WWTuW:Y_͒)2@3&$
- Pl*"<o0#p;nl}}݂u]x~"QV (M:DSkg$]7`P5H/z !Y]xpnmQ0ړ
-ja])bk8R ß% gҰ>"⩎\7a QZL %.rȷs_`luogw@Zc2 _O,Eݶ1
-^sd^\NTyNI|@OqO!~o7[y+[yhf3%.+l-)a*EuJLu7ObN ̙16*&3aW3؝|1 Ôݯ/
-v}zZ Gd,_%pOe x.>
-8b&-/t|
-endstream
-endobj
-341 0 obj
-<<
-/Type /Page
-/Contents 342 0 R
-/Resources 340 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-343 0 obj
-<<
-/D [341 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-74 0 obj
-<<
-/D [341 0 R /XYZ 133.768 482.922 null]
->>
-endobj
-340 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F51 338 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F59 176 0 R /F60 177 0 R /F45 138 0 R /F87 316 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-346 0 obj
-<<
-/Length 2099
-/Filter /FlateDecode
->>
-stream
-x[KsFW6TV)_RIrH7Sˑ(خIaJ# ]$A@0n׿?^]| # fQIB)LW:C.Lo2"7_`%dDM(Trxk]e՚8
--dL5B h+aWb}wXōewk*@mM5]DA@(>X
-)EbVW5! Pz6#AZh>g
-˰"0IuDt c%{Kr)4yƒ(
-p)^W=RJa !.mbyt\%]t~[:/]vKҙ6dtL:TwȹQsDZ0
-Ö}QtG%CTÞ>&7Aa1a{kock,XT?v=uSĽå".qpqq}##Wt p-O94=uǤB`J-aB߫?e,XowdocĿ\s_. }wkysW4c5GJՋ缆6(1mfU`v_4 Y28V!#0ͲeYqHXv|5)C { +;aHehh|54xxoO
-ISa'iG]@#ņ.0/(:OmZ|QtVɴX wVPUߍ\J$ep2Jڮ#ܡoL#zUc4]?XNὝpQUi)> l--:3?ۍbq_7I*`swی0'Ԛވrቝp;&x2*0u#Uwk]Lj]vCzeJXEe[7%|9!*y<hJv !Syd)8_ <Jv
-Q[Ό:J[U:*:I-˼
-MSfQV+mn 7N
-endstream
-endobj
-345 0 obj
-<<
-/Type /Page
-/Contents 346 0 R
-/Resources 344 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-347 0 obj
-<<
-/D [345 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-78 0 obj
-<<
-/D [345 0 R /XYZ 133.768 163.545 null]
->>
-endobj
-344 0 obj
-<<
-/Font << /F44 136 0 R /F87 316 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F51 338 0 R /F28 135 0 R /F57 140 0 R /F59 176 0 R /F60 177 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-350 0 obj
-<<
-/Length 2003
-/Filter /FlateDecode
->>
-stream
-xn6Q.lO=@ V4@c$Ѣ%[v۴KHG8/?^p?~wu2 RF2
-n$L̤2U\$¶R*ܨì"IWFA_nqXYWg ٶY}KX OmZ+f uݓG/)꧁~x<@qB-0c /iEeW@%PQuveoy-֖PG׋%&'{؉3fI${eِ
-YQ-mnq!\)jTihJ]M'bi׎
-!
-n%噸rIv&®,%yͥ]t"=;Z@Faۇԇ][.?֒ޥhXՔ,''XcmA(|טJ'йpEkBCSW+
-D}6wm ǒ9Dzbap4
-݄+:T>
- 2M~3Q\5J%Tf'A;3^ uӬSU q>]HOF(&jG {Jdq5Z # yv ƺv}c(WQ_TG: }. !;w/a{^:=W90ԣ: J mU{>E'T5?zƗX۷,m
-)bSs6%`'kS2o)mssiSM!fwzd!a %ULFEF PUOEQЃxu|@{χ)b"A b]9Bmv3 aǏD?Ȣbɑ 9g|!95#qGqy)95ɈdzBT<m/_׮W#ҡc?&EfZkOtCWW&+K*z!; ~G }v\ }v\dG->1͸w|ϱ7JҤa}׹R3+N.<Wؕ&!vZAGebI"OX,CwilrHlzxٶ
-endstream
-endobj
-349 0 obj
-<<
-/Type /Page
-/Contents 350 0 R
-/Resources 348 0 R
-/MediaBox [0 0 612 792]
-/Parent 328 0 R
->>
-endobj
-351 0 obj
-<<
-/D [349 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-348 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R /F49 352 0 R /F57 140 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-355 0 obj
-<<
-/Length 3105
-/Filter /FlateDecode
->>
-stream
-xڥYY~_A\(ReRNJyD83J=hŅGhu/ zLb/nw KtIeśh*QW/e{WWJE}Uj Mƕ' +jc=]xS-@sUYm6^/q-Lk
-DM"*JWDwsYQ
-Ǒ4pGL$D̴T/\i $$Zɘj~ؙ4[A:2aiif4яLGuS]GILԞ_Dp$mŐe,am=b>Crd*{_1"U6Q哀V
-"e*#/S嵆 (L{pRD@r8T7-1
-6^K
-LXwrd\WoA >oUK;yfuA.0;qY^] ;+p{$+;~̼dCH9ˤ2 KpקShD_
-@*/
-XރS</*d2W!X<bDȭg"SO6_0
-FR\}q5n `Nɋ*w h
-uBu5.Aq=? f1U܉}mQMe!~d&FpGL#<Z@ 9<߿ j2@_C!btc9&*?s P{nlFY>.`@\DFrNA.ƼO1I̘k?*
-γPq .-ze S5$aq f|&QSccqCRt6Tl#ԏ
-[AxX@ 
-endstream
-endobj
-354 0 obj
-<<
-/Type /Page
-/Contents 355 0 R
-/Resources 353 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
->>
-endobj
-356 0 obj
-<<
-/D [354 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-82 0 obj
-<<
-/D [354 0 R /XYZ 133.768 617.447 null]
->>
-endobj
-353 0 obj
-<<
-/Font << /F28 135 0 R /F57 140 0 R /F59 176 0 R /F60 177 0 R /F44 136 0 R /F50 203 0 R /F56 139 0 R /F47 202 0 R /F48 215 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-362 0 obj
-<<
-/Length 2142
-/Filter /FlateDecode
->>
-stream
-xڵX[o~ϯУREvbv}6(
-$ym%Ɩ<<IsH0 )^4yLh ŇeXb5C„ 6$In/~TbrPj,qbxŗ 4a S0hI{l`痄fɓ;OD
-]Fkx"\Jt]Tp`Q.BV$[8$pkGe!Jɹ2s1H,QL#r IJoMJ C#Mpb!N#XC0 g,$$k,\&~ &\"`:AG#F yͿE-[jSBy6sdF6JCr/̈
-eAj~VS;jFl}6%S򌶖\b!•1|sR5ƈ#ޑ|k>\|&^`}
-XpK$ x}q\Z](Sa}Q]
-v70b8tnE7iv/0Sfa-ùʏݶλn­n{ҼCtC0DsQhu_j"؀U@=/IWS zᆧ]:|YZ4]Fw(`,+4"Еu>,#
-
-M"2:X?qL]}hkE@YiUw]͠(=:EF+Ja*5tS<ݐQ$'h
-R﵈9"cr@y$ǪGRW9V\<`a&K7~^Y^9yXl<ՄSSbG<-y$ x#tf/*n
-ć@)!e$F=%Q}mTwƲb7 ,C}o Bݕ 6\cQԠn
-WS
-Ӊ۞,ϝND 2fDxlx  ՝
-F?(f ei ,w\Ex3
-gu=_5<k _~7ӟ+_ָn۴]Xnp%'Dnx/^8) bũ{G"ҷźv]˞-cTCr{b;2۰0Гظӓ ?+zR~ٖ&LD!Ye'XL[d@dӓMXBs "+tmߪy|
-ڥwC'X[?u>~j&dk9P?_h N4
-endstream
-endobj
-361 0 obj
-<<
-/Type /Page
-/Contents 362 0 R
-/Resources 360 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
-/Annots [ 358 0 R 359 0 R ]
->>
-endobj
-358 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [318.302 423.701 340.773 434.701]
-/A << /S /GoTo /D (subsection.2.5.1) >>
->>
-endobj
-359 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [237.868 201.735 252.59 213.69]
-/A << /S /GoTo /D (section.2.1) >>
->>
-endobj
-363 0 obj
-<<
-/D [361 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-86 0 obj
-<<
-/D [361 0 R /XYZ 133.768 471.423 null]
->>
-endobj
-90 0 obj
-<<
-/D [361 0 R /XYZ 133.768 338.68 null]
->>
-endobj
-360 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F50 203 0 R /F59 176 0 R /F28 135 0 R /F44 136 0 R /F56 139 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-367 0 obj
-<<
-/Length 1982
-/Filter /FlateDecode
->>
-stream
-xڵYKs6W7:Qfiͤ -Q6[IvA E`ravm'?8Σ%b)$B!Dt1.3AE|Eou__ވ߯şKOWv*6|H<2??M0+,ڪ iAk6?t=6hP P=1fD2Qns')XOR"000 }s2DAzc$N~8?!0#f(a,TG3#?ZEC>yN\J"GRq7S`D!țCyH ENdZ5!5%z ">h! mB"(9@4@,"%u'O(aIP8 USZsgޡ3;V:V")U ;"V9V9aXJFWHbg2ca8r;s0ı_ĿI5A$02!Y]qX:4 #!9Bgu :
-i!`2"qP$֏Ocqx
-V>A pr4(XJ_%@'j
-M_;!RE_G t`N0fRۓ
-2-&zsu.d m?r~P+xYĐɵP[b` ;i2UEaV+qdݙ6V !8F‹taIr+,Fm_9žJzצVN72to/[x#T/LusOd@S^* s:k:%sgo[FB]\ދI
-endstream
-endobj
-366 0 obj
-<<
-/Type /Page
-/Contents 367 0 R
-/Resources 365 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
-/Annots [ 364 0 R ]
->>
-endobj
-364 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [223.314 415.072 253.534 425.865]
-/A << /S /GoTo /D (subsubsection.2.1.2.1) >>
->>
-endobj
-368 0 obj
-<<
-/D [366 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-94 0 obj
-<<
-/D [366 0 R /XYZ 133.768 365.19 null]
->>
-endobj
-365 0 obj
-<<
-/Font << /F44 136 0 R /F47 202 0 R /F53 210 0 R /F28 135 0 R /F50 203 0 R /F48 215 0 R /F59 176 0 R /F57 140 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-371 0 obj
-<<
-/Length 1911
-/Filter /FlateDecode
->>
-stream
-xڵXmD_*d~P$@ @B$|Ϊc۹Q3vޕR<}'Ͽ,cY,f&bIb0l={~xQ#Ƙ4!57xd:dzRk\ϗJ/JS]Mҗ65Wz."폽mnLJhpO˰"I*{imepi@A8ϖ",U1Lˌj=_JDņ6֓ZFRMΏeI+[ hvyCzu54[[-(@'mz5DՋ ^(L
-*Wv[W-ٷv
-iꭇΠՒB"a¤!K{VsSBωϰ1,Q;s+5_Ԑ01  +tf6"F*ئxFSѶbH|JlEڦO_ }r|AA_m9˗b),t+ ̧nqxyrzm[/-P 1zn!q {)|P? А'He@UbwIO#A9H
-Ɓ!$CAcj[|$Z߳8cq6D~clûQ
-gA_
-Gb_O8YH*:dEUW^BsUg/m"B070^m!WaTE8ٮ-Qn\;H0²qƺgrQ( \P 5
-q9PFeIo׾ w@7̬cF`,bh3,㣷zh60U%noap":GOܿE {51SvCƜ44KVt)U^
-9KM'7:ԒIaQWAFM /Mx s\,[˱AZ,ڎfƋ\uM 8DY^M+=4
-endstream
-endobj
-370 0 obj
-<<
-/Type /Page
-/Contents 371 0 R
-/Resources 369 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
->>
-endobj
-372 0 obj
-<<
-/D [370 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-98 0 obj
-<<
-/D [370 0 R /XYZ 133.768 553.686 null]
->>
-endobj
-102 0 obj
-<<
-/D [370 0 R /XYZ 133.768 348.041 null]
->>
-endobj
-369 0 obj
-<<
-/Font << /F47 202 0 R /F53 210 0 R /F28 135 0 R /F44 136 0 R /F59 176 0 R /F56 139 0 R /F50 203 0 R /F54 321 0 R /F48 215 0 R /F60 177 0 R /F45 138 0 R /F57 140 0 R /F43 134 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-375 0 obj
-<<
-/Length 1589
-/Filter /FlateDecode
->>
-stream
-xZnF+y?R@$E(PTmHjwfHJI8^޹yc"G@u`T0ԁ
-Q&"8|̧zR-S8/VbJ:/|WzViOZf7K6m'媢#)r*URiI:={36s:2/q5j#Bgvildq;gc Ư*pxmRLt9AFY6)͵H W϶r@K\&Ĉ ,܇eYlŌ2WE>+#..ҙ Zc6jWx;kMvZ.Z,Af*:}ܮl^-߅MXOlD%"4TLbHxFGWYxwy?c >l(ǾxNTN4 "`٘yA%zWOGq@ o$S,)k'aRUo~
-7 a)2XQ%2ШͲ1Z
-`FA9`VHiSCOamha3'!$#7~X8 ހ]jwcFP݊] cer(TZDW[Ǐ5,^ X_?7%' "Ps:fsd4Fb<
-M'3!}PB/m}}N=P3f/C 'Z2SX LG 'ZN~ESN5fu: %ddsf>SehNx n*8iv621]2F{+vrpOi k(:K7g-Nkc/^8DK+a%
-g< w1/vsVmǕƟS&Ŷ8o芴)YN2Yrr-= $Mk%U-+'Vl*Gf<<2n+!qEe9$`u]->}{+ZabbIڮsـ=wJ 2Lѐv 4SI@0$a/ġ߃qycP8$¡/
-P8T*D<P8/
-J
-x_EPӰx
-@@
-G(1)qp΁[HopF
-hDS$Dx@=PkTm}'`S{ G
-Uy@f^Va٦JkVIۯ< vxV \C٘_Q
-endstream
-endobj
-374 0 obj
-<<
-/Type /Page
-/Contents 375 0 R
-/Resources 373 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
->>
-endobj
-376 0 obj
-<<
-/D [374 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-373 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-379 0 obj
-<<
-/Length 1764
-/Filter /FlateDecode
->>
-stream
-xڝWo6_*oI-֮@yPd9 ˞(+#)r4(x#]g9fgLtRNӳ"uﻲ"Q_I ktˌL KU͵,#*FRnZy,%M۶]ڭ[7xlʔH&KYOL&qM="+!M8Us2 ڲ84({1RbQ ŌLu͒hҸ}}(Ja[U[miu穚 ;[umiL~v9JOTKBWѕ@E dK}MոO-ms;sK5vjQ[0,`'Q!er`)5Jnns{Q(FdDѬs!:'Z&7^I ];f &&V5ڼv &`u 2`n"g.?aUE^;h>N ]\&+fCL1J[ZZNB%'a1@G0 7C` t~U/3Z$S|y))2I NΜ=0æ+SOHFRO` S=]夵1âG+"挓,S|bqx(
-"PMfcg J uZPDAd8K(;%0e'nj48ċKz* X@=i!{%]U;tx_j@P'#u/g5(dwKI5r-6Xz!E0,z8|hGLDybﻊއJcab<I
-ٚ.4hh5,TJj LbEitnޣ`!fIoݝs(
-2}h/ٓA|9M}>4=ʆ
-T'dGtԕq[.8y@㢃? 2'xލ]V(Ыqֹ^0?/4=ɿ]zZǞ7:0:||05(3l+$&4LG7 .9ޮe<^\\whg2yg|=1
-zd*f0uPDw^>'5I-=8I%4;
-endstream
-endobj
-378 0 obj
-<<
-/Type /Page
-/Contents 379 0 R
-/Resources 377 0 R
-/MediaBox [0 0 612 792]
-/Parent 357 0 R
->>
-endobj
-380 0 obj
-<<
-/D [378 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-106 0 obj
-<<
-/D [378 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-377 0 obj
-<<
-/Font << /F59 176 0 R /F28 135 0 R /F44 136 0 R /F57 140 0 R /F47 202 0 R /F53 210 0 R /F50 203 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-383 0 obj
-<<
-/Length 1106
-/Filter /FlateDecode
->>
-stream
-xڵWKo6WT bZ)M -BHE)9;|!G $|7CGDo3?nnY 6)tETdXSԘq6>g<iyʅN[6a
-]Wi ۶miawۺD妘?} 〆Hq|\h=.4&[ҤC:ktRXwC)ȘgB),EcoݓBqm.< ٷIPAPEa"N11$Ɯm\L2/:7v+Cmo륱JQXl\~7@&crqb`xs^ڔ ||xm%v!%]oz=qeUq7Pk1E wc-Τ_N˿H4ԡ
-}~Ό`1g2$)!Tqg&z)()cUR
-T$H2?wg HQi0
-nx !Gpf180ط7BZ`SxD1*n&]ͯkoqfW.}U}SrxG\u(F(`a
-endstream
-endobj
-382 0 obj
-<<
-/Type /Page
-/Contents 383 0 R
-/Resources 381 0 R
-/MediaBox [0 0 612 792]
-/Parent 385 0 R
->>
-endobj
-384 0 obj
-<<
-/D [382 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-381 0 obj
-<<
-/Font << /F28 135 0 R /F44 136 0 R /F47 202 0 R /F50 203 0 R /F53 210 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-390 0 obj
-<<
-/Length 792
-/Filter /FlateDecode
->>
-stream
-xVM0WHW qcMMRՂkU ¥ϛfprG8yjxV;,oUmiarE>&(e*>/ߧ0*[IB+G7>LۮCPL*9PW#Sb(
- SYIFzl8'PߴMڡOkAV1B N;\[ ,`WK~K7׌$PeI"e tO9YUa#R&,'kq!SbQQ:iLEdeٝ_
-?%(hG'RAhu!h}cy֕`e>c}cqT6 'Fl _"?_s'::QfllN:,3&ڑ99No?zsHӶcX<$EOI:Sasx͙ aC|8,}XvfۯJ5L0
-endstream
-endobj
-389 0 obj
-<<
-/Type /Page
-/Contents 390 0 R
-/Resources 388 0 R
-/MediaBox [0 0 612 792]
-/Parent 385 0 R
-/Annots [ 386 0 R ]
->>
-endobj
-386 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [274.165 395.223 290.797 406.292]
-/A << /S /GoTo /D (section.2.1) >>
->>
-endobj
-391 0 obj
-<<
-/D [389 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-110 0 obj
-<<
-/D [389 0 R /XYZ 133.768 667.198 null]
->>
-endobj
-114 0 obj
-<<
-/D [389 0 R /XYZ 133.768 488.032 null]
->>
-endobj
-118 0 obj
-<<
-/D [389 0 R /XYZ 133.768 436.7 null]
->>
-endobj
-392 0 obj
-<<
-/D [389 0 R /XYZ 133.768 410.287 null]
->>
-endobj
-388 0 obj
-<<
-/Font << /F59 176 0 R /F60 177 0 R /F44 136 0 R /F43 134 0 R /F46 190 0 R /F66 191 0 R /F28 135 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-397 0 obj
-<<
-/Length 1429
-/Filter /FlateDecode
->>
-stream
-xڵXnF+fg
-F~
-k(Vj6ZUX;fbEb$߿:13ѽ -<-(VRz<o
-BC@hI"ndž+rF *ɻU` pΓMY?Tn'xtc*6s9E,y!nkfX01\@"mޯ_".6Xlrw#+ *eʪˑR==TGa}5v@+x}X S>/ض2֝1&tNLC>)'j\mbM6A)%M1ZWmRzN,H8RaAteP}U\^
-MVA|iݶ" x%6.46Atd}=\t_eG!s=Z}S9-|WN
-.,7,gDcI$8&p!r$ 0[|?椠`KATRFUeXɮ
-"^ҘVzFщWLl0S
-&:YU@y/5:$_|T*u ajΜn*iq i;G;6~S٩Nt?RYMg¾&926bB҈Z&*Vt5ѯ[O^
-,T] {c![\5@D//
-endstream
-endobj
-396 0 obj
-<<
-/Type /Page
-/Contents 397 0 R
-/Resources 395 0 R
-/MediaBox [0 0 612 792]
-/Parent 385 0 R
-/Annots [ 387 0 R 393 0 R 394 0 R ]
->>
-endobj
-387 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [306.03 654.127 331.573 665.196]
-/A << /S /GoTo /D (subsection.2.1.1) >>
->>
-endobj
-393 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [291.351 468.121 307.983 479.19]
-/A << /S /GoTo /D (section.2.2) >>
->>
-endobj
-394 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [320.455 341.892 345.998 352.961]
-/A << /S /GoTo /D (subsection.2.2.1) >>
->>
-endobj
-398 0 obj
-<<
-/D [396 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-399 0 obj
-<<
-/D [396 0 R /XYZ 133.768 669.191 null]
->>
-endobj
-400 0 obj
-<<
-/D [396 0 R /XYZ 133.768 483.185 null]
->>
-endobj
-401 0 obj
-<<
-/D [396 0 R /XYZ 133.768 356.955 null]
->>
-endobj
-395 0 obj
-<<
-/Font << /F43 134 0 R /F46 190 0 R /F66 191 0 R /F28 135 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-407 0 obj
-<<
-/Length 1149
-/Filter /FlateDecode
->>
-stream
-xڭWKoFWl/ufߏS
-!΁V6>T>(
-%[foF!>HZoV>,)!9 %5f\}>rvsóǵYQ?xǪ7ͧcP
-1, <³?6IQXhXRf+A[x FOak75k9n[HTokf3}3e6{jmmpFIu/XSšX+PR$aF7D}O *f[ޕ</Ǽ§7ȹ[D`f)%b[8q2Ӵ9sJplH0/XhyZa%
-[` N'X94Vݵvp1o¹][ʳ><U}+!mg|m f&/.$l7+KWTٵ'^-0!9/o
-H~Ζ$+ʮ%ubԿ.zQŋB5@1=FKQڃ B4M&j 56I# j~C/JjjLt"yY(\ KXu];qs.H*L*{R>SMT&s;C}{_v}$2Dku1%%ÛID@ ]׍'Q]uI<2վ{9Tu}[
-J,Ěi
-endstream
-endobj
-406 0 obj
-<<
-/Type /Page
-/Contents 407 0 R
-/Resources 405 0 R
-/MediaBox [0 0 612 792]
-/Parent 385 0 R
-/Annots [ 402 0 R 403 0 R 404 0 R ]
->>
-endobj
-402 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [273.99 654.127 290.622 665.196]
-/A << /S /GoTo /D (section.2.4) >>
->>
-endobj
-403 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [274.648 478.204 291.28 489.273]
-/A << /S /GoTo /D (section.2.3) >>
->>
-endobj
-404 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [225.478 290.325 251.021 301.394]
-/A << /S /GoTo /D (subsection.2.5.1) >>
->>
-endobj
-408 0 obj
-<<
-/D [406 0 R /XYZ 132.768 705.06 null]
->>
-endobj
-409 0 obj
-<<
-/D [406 0 R /XYZ 133.768 669.191 null]
->>
-endobj
-410 0 obj
-<<
-/D [406 0 R /XYZ 133.768 493.267 null]
->>
-endobj
-411 0 obj
-<<
-/D [406 0 R /XYZ 133.768 305.389 null]
->>
-endobj
-405 0 obj
-<<
-/Font << /F43 134 0 R /F46 190 0 R /F66 191 0 R /F28 135 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-endobj
-413 0 obj
-[680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6]
-endobj
-415 0 obj
-[647.8]
-endobj
-417 0 obj
-[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4]
-endobj
-419 0 obj
-[525]
-endobj
-421 0 obj
-[700 830 796.5 412.5 562.9 824 672.6 961.1]
-endobj
-422 0 obj
-[619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7]
-endobj
-423 0 obj
-[611.1]
-endobj
-424 0 obj
-[575 575 575 575 575 575 575 575]
-endobj
-425 0 obj
-[659]
-endobj
-426 0 obj
-[569.4 569.4 569.4]
-endobj
-427 0 obj
-[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3]
-endobj
-428 0 obj
-[469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3]
-endobj
-429 0 obj
-[625 833.3 777.8 694.5 666.7 750 722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.5 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 472 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9]
-endobj
-430 0 obj
-[513.9]
-endobj
-431 0 obj
-[799.4]
-endobj
-432 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-433 0 obj
-[599.6 571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8]
-endobj
-434 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-435 0 obj
-[656.2 625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7]
-endobj
-436 0 obj
-[562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6]
-endobj
-437 0 obj
-[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.4 323.4 585.3 323.4 555.6 843.3 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4]
-endobj
-438 0 obj
-[777.8]
-endobj
-439 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-440 0 obj
-[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
-endobj
-441 0 obj
-[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1 575 319.5 575 555.6 191.7 869.4 869.4 830.6 830.6 881.9 755.6 755.6 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695]
-endobj
-442 0 obj
-[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8]
-endobj
-443 0 obj
-[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
-endobj
-444 0 obj
-<<
-/Length1 2400
-/Length2 27896
-/Length3 0
-/Length 29286
-/Filter /FlateDecode
->>
-stream
-xڴeP]5<C4!K ww gޙd(h֥뒽&#RT27۹13rdmmL􌌬dd"N@#K{;Q# 7``fd%H
-{`W{"&A W
-4ewy_w7RwCD*YhhbbK.bBv6#R}lұ}gXG&v@gg
-H2.* ~MD\,Ѽmb@Q`K'"{YIn=@Mt_?ZSnMwpńsՂ>-TtSIh|jKl#
-G{OKRIN.ӂ̡edlV -Df
-]}O 4pU⼽))xO8 0 &Vo^s j !72NO0E"v`B[^fbhYW)FtȠpw.[#J.QY*
-K ).>ˣ^Sm0r>=ٯ єȅu2YKѐV4Bbneox4}{ȢU炼8
-e.y#;B%TouZhyM ۿW:Ce4j=X-f51Ҍ5p>y^CÑVgMm}DT}%iwy |%F
-y~|yΟV SS!N)EE
-_6D`h, q+L5&pW*,b<g_@
-`W֯ WQZrriL9MN{S{ 35jH2r! : ~f\^qjJ.SUͨfEJ+b1v3dJD%y+>\1e.`W?pDndUa֭czsxt4`?QZL.o
-~L~b/v(!*DJ
-E1I"!|O
-I:f;yP/8M4Rq/03`>F!S${# O^Ը`Q3sѳdJK$-֎ot_i'o >z-<TDȹ$c:LH~ݲQW(U+ж58#cwZ6X>HPZwb`2MYB;W!׍G\:(.eȾA!@vͮ[
- 6_#k5T:v|MŃ[ ;V<I8ntKk)5pveƷ| k~I@/îG/v^D~R=Uņ(O>MUj9j]0Q5 wqۉ 銧X@ټv([Bݛ
-
-XДF'_e5cDI4|m&(5@v1.VP&RUWſ,6^`4,F6Vg䭨YF?I,HFN t(h2O4Ia[[""Xyz!$[ۖiՑ^Fz PJߚO=?2:&r(%6omx-l)258i-ڰ7y5U jO
-TE.d
-ؙ8!0 G9oh٠X;ܦQv_7%sbkBWĈd!Xՠ
-lX2!x$[Ƹvd75L9(w=gYO[Ѐ\3O1mHL؞(PwKIgN6FG!ɧ:h!T|\pUv ^!aV܉~Yٲ~ӯ/w*8a`s?%MY-wl_ܶ[HXTO5 ?`/0'y!㫎
-|[`eGehF(^O˰"Ɵl]tӞ;tox
-L≾O1k-Wcj'M[DR?o{Dg'I3 -Dμ|)9
-JEƮT c/E?6+7ةX7"CyAzҊPǧnbw:yteg B-qTuPJ>[~4= ,r^)V=<+O&\* 9k˧!Mz&(ALz
-2Y{-˜sf<f󒭜=
-sQ
-l\IwqEWC\Ddm"~M7Pݖ
-U!lUA_;ES,䃁O3|s V |bn 4vz;o`/Li jh6HaW/X=K$yjөVM%PS4XA˥Nzx htl8iBIpGtX;9<i0sX|+t;^Dv|h['iMSNz
-: jYؑq8?,\lh+2]\h˼jO>5<Ҥt=,r\w3 ̦X
-,Zy>DA,wt\.NͳTqM+?.W4vE<y?Bə̂&= z_R{v Y_B, gppX$*L
-PM}J{; _ar9ZLj%^KT W4~{FNR/gd͕lMNLtnz&u4!
-qeGP1p5 k - 4/BZ~ %1m̙l
-Z0l1jeNya IiϘ!*PIĭKµ{kLФc<
-S Sjskwa&-u.K)i|}Լ[h9>z1X/
-2ڥ?>5 묦X2Ȉ 8]l}m[:Me]Eݷ7LoFyu##q[ /SB_M:=]4/y°7/TߡO 0A~}Z@
-W^+v$k$YBB<Şc{yNe<vK&U}8EeMyS.H
-$()!). @}ؘ Dz} QsY .:΋](#TC =px"Z
-z%0dToԫ _;\ 1z<|F@,FEY }3blD⻻|E<鍠$=lk(%#@G qxaͺԊ@Kurh,\g1D~F&0E4LHP>U9 9CY~:;Z)y
-%/\,Z_̬:gъC>7DD1:)-,U4Z$S}&UYر-aaY<8ki!CE| |m\}}=򡗑e'9S!Y~<g33vWGBAe A<,RQ\V[OC>6EYt{hؤu)m|h,bUKScU"x=."si!Ǯ<eVTPаiN
-CBE'*DoT$值c\nu>#q^)IvP;0ō Dd!:8q-*?hUb` `_";T4]7mktF\:/ -ˋG"Efvӻ#h\e{'@{|C1zL yVƱx.g)g<?
-s:U˃xup{l}͖7;mؼ8ˆ$Ee9TXXH`T1+f\Qbum'gANby . <@SȪ*~,g]uE&Y^H$M@S5%Qsy FQZvJsXG=$ ~i*KgY38&D^D.y:#wo&>8 N.,AY$gzYV(*gʃ3l2aZ6HNe830,st*t{IbPÊx '-߹\eYIdA9:VhR݂4IMN0|krP!aؚ8 rؔLLW
-vcMh ODyVa[L2OѦbX8}䒥~,ܒ) v;dJRfpV&*ilv}_&L5$]]Ci ]~@<%Fڳ>dJ>>h _9*{il
-jS$;ֵİ Q12~v;*KL˄:Y*Ot_e~uD]tŵkXa5~sf<>@oU}n3e6OY0'Trc/
-1VZ2Y
-W@aZ=4
-%G/G}DžbL
-(?G UB?*GeQUq͌L ޿:*
-ܕbKN ܱG:/brHZpyEF,%0tS\UC5A=3Xƺ&/< H8 biCQ a.dԺyp?7h'+
-DO84Ba"I~sE*/ZD_J >E!Y6QQ`'6ri&?KVa|h
-DEr/2r6DC<!aP'e5l6 \XA+nз;T˯Џ_ 4҃3v] g $sFE_\5ҦϱNQ-Ug"f"da[OYϼzux|>$m\L7,^B.]U_.1fVT aS-6yxs|dNXEO}!Չ]CM_\\["9bx
-Wt-N)QF`
-/P?-yFdh8Ђ+Cd T#0.G_X_.ҍhRŃ\)0^s
-|+nK-H=QS}{Y[%ܬt-V#zC_0~+))~ YwͶ"G+ZYHv'jqE_W<eWh;aD) n`?\Cت*+F6x
-rGPXiF5'G^dQ%Zi%$x7~LzEq'lcg/z-ƗF t#^`~;~2 uF~RQHxe+exW  z jFB=J9Hۏd|T=AF;F<ߑ <sg6UfoH8a\'8Mܬ%Qpg nۨP$6ueZamֳHṃc"f
-%b~Kqڵ6ZE:@>=| 0&t\Tei:B?wl-~m|Y?KgHɆ, ̏3Pwl6hW4ĺ-ұV|V1?Q⣞&ہAUj9{]xCTOtv}~r'谬CMPQPqvo4 |O.,jq`s~g'@_&YNl_: Q uXyQ#䰘Z5h(+7*s{Hg&:suG92Y2]}NG*f((-DzlCu]}#k)Ak0lS:t4b):J5hFhPXJVJc F.OU6BaN ".sxS|-9G[ +G=r RVAO*% .1h
-kFܛrBbL]@ I^Ǯ^t(کpg,^e+_ш'SǢQ8<kG?;*m+Go=8)jbَs>&A[Y=6X鶇pXYbПg@!J\%zkl$Z?b*Z[ 3?hb. "vPkb5Q_sw/;9T$wUVֳg%qօ0|_}Og "Vu
-?xPpI9}~ <h
-VP)V¶Xw<DHq[27#tNa~Ci6F;[@5ӨG75bV5ຎQ\ %++C2ᖽ0uoH7YrXS_p7a ` rE͐A }w[YovK5N/2w; ٺ71;Չ2ÜY\"1%]8
-(p+ysN6V'\>;O'me۪Λbm5U3g#A
- Nu^8E*&p&7P$(>8d']T`pM*ӫoE350@4I]F.yR'/F3"G(
-CS>E=8l0/2NlH|"_ 8!WC31岥H u hД&h@1J6nQ62̀WFEl?..D) rơ5s :,=ӋW! *#Eb۹7ԛsxc"K-  #&k2k1x9_k[YK, #Je
-:jX>Kc77A4k⒚V!j01B :0{O䜡
-ւ;ŦlH: -󣘖+:91-NxC"Fo Āϩp$V/W?Uh ɘh5!V̕ƥFtM?p|#} wh:bXaHvd*46\ZLixJe:6 ~~
-Jn֯fpOo#;'yOF fߌRu=#|j?oԍys!< Сӳ ,C7/ I+  ң[
-!t*ov(kǞmz"4%@`OO^ - f'rf(3YjwGJٜ@,?ws$#3=9 a#ً=~tb*R,
-pH uʝGxUWcXܰlś̜BBD%FXIPaa5M;0|@;!]r&6v(%'ty!IIivC0?;Gq{9@SF?[2 %o,̍@<Op-7~$555$oaomu3Lq$6.lHm'E4:. 9⅝[*'vFDJb'BGxy/waP9J*뫏2"vr3dےgY( 8>fL%fTPՅHT/,JnO@'T~bsH#)OS \/Q: XhV93Wes:M$1MrˤfD^`@`R
-{A.CZf9Y*SV'UQ&n 1K߹iǫM}+E5r+9VޏE-~%q)Y-D/RS&AW#?4*0=Tz оn-p<{qΉ:^bO\tV5 R[vGJ4}/f"\9tOLg~H ]?Y-/YKs d|!I*6߾U`j JeM-.\,:c!@OPFW̍͗Ǻ6Ǘd&".PuraH`zGdzw5Ш*-2v`'!1k~<S4`|dԟorJ/m$<X݅-4Y2*EQ33*˪<AH"{~OF$У~WeܤF+x6d~%T59D;)L &E,8:(z8Bu&[0fpts-?9ZdvRׅac3W[QgXgגWz7_0fƻSH"|Gi|^D&ר3Neຒ A~wn_2Ç~A(g3-G(>6eK
-tʣ)AjOОgm73f@t5,$|Rքa[kٹICFj =ڇi!/E*}XsWd!4x74"=IRp1=>EP1ݗ hthAwd`IjY(tNi+O.OFY(D?n]i:; wcxo^,ؑ -~~)zox+p@ҝK8<鯿]ՓGF1z&9<}lf-(j|G#*SX} =nWkSfmoxMJ
-^yY9vj.4ĞDP^"SҽP'=~mlvV~Sj59F i}IL<;08Cdfb7(_e$ B`= =>E=_qI39rd*A<YJLn}wP%/Mv6>(ز~U޿&Tn+j
- rĄݝ&Fʖ<MI,R,.p@Sj hWF[V1u2ndk%~tM;{=
-@.PN---8H{M zZ&>odi,֣?Yka6?;!=R;0V\D}fuj_U_AHYYyE҅ݹӹ
-_0a TN EO[I֌ V&Jb©<\ 5%l =?\d@GuE4 "i!Ig'˭Cwb죃#A~r:1'CBT6\CC|kKvu9 þpƎl~sAa!
-{Ö-X'.٭1B޲sݹ(fu+Ol,dpM^'{obS|ENu #~uT'f$@aC5c+O|kTgG!i
-sM|^W]1{]@UJW"kuK (GKb!EqQ5GwS% ۝F<.OH`hˢW3j͆Ŭc˳eVI{P
-čb+>Mah];b!taLNBV됰`2uu(M<&DH!:- q;\)kcf+9h"al߾ },YR օU$qVvHr=qg`tJ˦RifS2Y?_B1dSgnm^j}RUInݲ)BX9[ZѴu1K˞ow *Im^&
-IKi]8^y҅9}Fķ̟<B{.tmׇױ~|W& 2S2o=v/:W,U-$WH`n
-huFIբ: S UAYWsq1qJ(J-pi)*0Hه@ſzfn|Q
-jo!𡜚,H뇆BWwr޴-cu|I^XHXCMǾOՁo
-կe˧אWMD!._dA]
- ?2b/}ZDd=x $EYkD#>FMdKs8ۂ,&^"IIf%>V;GF<v 4pY6)1?NlU'=k/fKW2l)xuJpe| H7spl۶m6;m۶m۶N:;aOԪ4@{
-12NwF45A+r7`H`r"Er(, ^
-!G_|_@'8`i UOx𺢽ɦA8?S\9g}'9syZI#>g^AR+|
-\KgÁTv9:bmp =:E
-;0VFؗaeX,ZZy_:4$遽4;OX1g(58bPuEi({w} :9pnR3)!/Bwд,D)mtKăÔTZ|V絉a_u C{}+t)Kh;Dx5C"_DF
-m!SO<+a
-T+zQkL! 0"3ByD6 * %rwF>n)ESQ#?Uz}T *%
-*՗
-#\~Qld=~;.ut[3s;XP'c~,WBn.p6σY88zf'rʆ<Ҋ|NuG(h' Hs1H!1nu{5ezu$N)BfhX#| '~)g
-<EI܃Z^i(|1z,xSzVZqkmZ cW$!✀je{ b,0u ?2h䴨HVĞ g"3ȵ&]aԵ!y^!Eh] 6$
-ʼp:g;Rx
-7> 9'Չ™7!%NzOq Ics~=bA55|De}z‒{YPIGo#;#Q 1 &s?0/!"D$,mxV?ROCLj_+*Mp}*?|UΡ>6bպ>zk%$;ŜM1SZ6ix G9s;
-MCuo'Xdƒ27*! P#С%Kh|$^TlhFJMyjkcS.:
-"wvWC"Er])?;qJȋ ~[)Vm[>3wYpV 17Fm oͨ@=D[8zex2ٮ$hc>wYgRiT:Ŭn\>fkZf'D9=ozh5~ⓥglqڡZ
-gs A.B3֯MY lkh,?lL<+vQpCGU%nIijn
-mUp |!?V6 H2<a齂s3ŦQS 4cMUnsB00i{*Բ;t@[0biV ICQSZ$e]KޅK0zy-*CptU{;l)ZҘ]"?}8b7.ȝ&$ Yf$'H@p+!\[USNR;r9@##7mxc])̝cc$P 6/ą=++u8'<D=k^@Г5t]=bP훰TF+Zdrhum˶vY=y6ۯ,K8_*W-5e1RM*,W봄B36y|IB*x@:{%;z00g}C¨Rl~AȻmlh0Be`ګӎmsqQOA}*U0}&lG~2bB+К-<1e
-HϠB='Sd?F^ѐ`ZHTa}^7ċ8R鎈#*9TQR80VvpWGVF5_C g.0܊_+Ǣ{ >EV y
-в9q38݋jj
-ܢTa}_iLgC)8وtȶ:Y;v h;We 1"/B;@Crk|Zg;i#dPa}|] Q5 * )nر2r+wYS|NA#b9m)N b{LΓ Z*jg0PHVֱd_:]s1};⬉i ݻ*0Nȶ>`LU3.WwS cRLj;t:U\ѿ^k-L+ SdU8pRgBS,҈!rǧ{V"27˳+ 8bo8L>Ѫ2e3sPwЗ/[G 27lsD~9q y"#B5*ŷ6P~x"a CSE{I!:Y`k:~b
-.|+~&xԂ`{SHLa* dŸdzۨ$/0zL GnzL|/?/{LlՁ:IsBBw`?u➊M`^T4q WWMjCN #.>XVYTi۟f67*OG#ikͬՓWotI޴0iWyAG`Z
-< ") y[P0b]dM8H#4IOik_ Ӱ,yQ!oC$"~kqy#8+K%S\XIW.3 iO¹bfNWllSsX!g(?J<G6@.-~HðGP9mC+`qO!|k)' eJya_9PKd:><
-v{YiՏfNDXO!@oz`O+ MiQT*+o|8pg$~G NYEf<C4wM8=Z fF"s^ Y{e$fVbL'yM{S
-8GJoipl\#%&ؑ*CrD])^y#LbT|
-I40+{gh6-rnE%u})En[pÊk'{b+eq
-H^@P ݁#q,KXJ1
-a647Y!߮&wl3|ԆTG<aw4\'Đȕ
-@͏,@?I͗3G/sG pw{^(5ս7l}s ڴȂ^:=TQipcj\avE~~8g?=D fu`[VK+(r"&6Kp &9װE&¤
-/J*y"f$vH}O0Fރ*jQLGTõx7W:x̌%ِG5/8BP:x\pVj“
-69uD>ƅW 3nqeBbMCO)"\fIBӓ
-{ʻr|ƴFM= i^zP԰j9.BwLEMzTN7&tBdƼԯ .b6+y8N``V68Eݿ%Ȟ9^׺uy)cZ?1*Y)yVy,u[2^~̉R܅hgJ5-!"5?>9BFv &c9T#W& *2RțN%|rX)uʼn8/aQF<$*#T%BȱF<r}oТV V߯Mō>O[(`Zt
-Ы~?Wùv~}/k 8<_멘Ũ;JB1D, !EwE xEGr~f-L|n2'4Qʔ{s=]$*7e,8SMΟ@hjѕ4skp9G<.FI@]mEgs= ؆P26W&0(N9x!\_D!+>z_K XiCx"ܚoE2gL%|@+O<~,BB
-+<LV{e?Z=кLПSGA?tߎaeԖEA3[(7ЃX$ja&p2%_\E
-q6z}W`"YLAU!>LMFS|l3aL CEaT9
-]fRehc[Rb) ]Uph
-(R:mW!¡.(LB،@@d)hEjtSNM r:`_a9uЁ(w`P%!5j}# ٝeTF貜=#SE2x[o#%^];2yc4 Ӳf|$6<޸36M|(-!Umm,'! >G'NYx;nߞ-$"$fI퉞\qW8sO[UIb}8duRTv+u
-BG;!b$:Xn9{#2QbA>|>MN{zHf1-؛Bl aht]5IX{={_+| 0vY^W DʼnҲ} ԭ>FQ^]GXO %ωXRf)az˦ _0(;GifBLGӟ}QJ3S=wQm66+h;R4<FDLُ)ѐϢx|w/֝ň556
-ywd+_<, ɔ[D>;NOhP"&8݁-yL.i/5 Up+ KUyyT2,Un@h
-_'D
-'s"fG)/Otm7+gN9QT1p$F=:\jz}6dB _;sDm^R0 u7qf)O33»Mqa
-q>X(VI}iזw-yI:_&uv'B|:I_1ԀRDJtchثuZI@`+=̟o}&(װg,D4!=٬T߯:@Pr4Hg̾1.}8e%v-"!uoT` oV#Z^Z!I;gK o3yV,8
-3g^riyy̦UU]셖hP޶2f @A;V;% 
-endstream
-endobj
-445 0 obj
-<<
-/Type /FontDescriptor
-/FontName /INCDRE+LMRoman10-Bold
-/Flags 4
-/FontBBox [-486 -295 1607 1133]
-/Ascent 686
-/CapHeight 686
-/Descent -194
-/ItalicAngle 0
-/StemV 114
-/XHeight 444
-/CharSet (/A/B/C/F/H/I/M/N/P/R/T/U/W/a/b/c/colon/comma/d/e/endash/f/fi/five/four/g/h/hyphen/i/j/l/m/n/o/one/p/period/r/s/section/seven/six/t/three/two/u/v/w/x/y/zero)
-/FontFile 444 0 R
->>
-endobj
-446 0 obj
-<<
-/Length1 2324
-/Length2 26526
-/Length3 0
-/Length 27935
-/Filter /FlateDecode
->>
-stream
-xڴePk6L] .  =C]?zEp^w
-Ez!S1Pdgf`)lYA6
-
-Gd'j
-r:m5` 9 I/[+ߜ{kOLJca, 33y3
-_ѥ@
-4g߆\66F@nZZڸh
-
-7ePd%y|4)l^Z+&M||ńF2J;Hi٦3ZZ
-/j4hُ0CHǝ(w" ܝJLBHKe--)#;eEd:}Q@nyAlf-+C^+&9;&!oGx^9'vgPxSe+sZ)WVm۟5Ky; G
-0? 96י(
-SWNr@p%q+ZgdpPKɖԦ9XƅUyVY%XZ#nҖ$:.
-࿧,j@v3=Ps+8| (awRJկEtݤ[1k $;.ǜ'ńz|)ߨ+^>Ut7'gn~(ESFta,,n,iKDo$% 4q,> ޣ3|*
-nR:d^JR+ 0Q KEu״Cqdx!KUd<O?i8"=pz?XPF[ NAI!Q)>ڽF[';#8L:(CkoQGkX60== ñk^QqL3¼wRnJFǭ㖾;w7pNCm%eÃ0&nK1Aykr3Ɯ,C)-5+-+x./m5~aqBP6 ;=P sŝjJ΢[p` ktB
-ӓ(V3Զnzj~т-*ꡆ.ا>f.daxz &[nTѰR Y7hnyIJbwxu+ U&e[fQhGް{#P(αH~qK@3i2H#^וQة_EӄZ/xOn[nifÌ=s#\>+ń
-}eGbHz/`OXBt3ofNޚrv@x(5E^S#jj'f{$8+XXe!C]|6HKCHx I>-]n#KtF<p,yj]7%tX4ax~eGqE*[it,< v(?Z,Ł| J7JiHk: QLXhQ3rBmR俅
-Fz|Fe"RGו4\)#^($j
-[>m{$PR[&Ҫz#0 4nn?rrI}<PyjwQ,%'Cz|
-X[3vrcn>'_MDDl ;[TaA;aͮv
- gU!XpwYQ$<+!M0yOTe^u0:anH}znZ0&sπtK}?up>zEM{zn[.N_1 3@bKYTj
-sTF>:U:fU#9Llw?;s)8MQv ̤XiIlÄ
-It#'P˳G߫JHC̰S6umQ8[륬X'^cW"]r}Kh[SbGkT88x4<qW ָ%S^f+K=+ Zhoیq<5i GVZ}4T!hdT'
-Y=vCH
-Sd$&0>@4;*7KabXcvj>Fq=T /zh'V2d/ȉ!F-ik9a xnv>;Sux3tKwzOkm馦"INJ4³@Oٟ^giI;`}z\;1s! LJa.g4Qh|j<PqgiE]ijT+e&q' y\ݗv1j u]ch=P),f^=ke7i eP`:3Tە7Ͳ
-n<-aݩr3װ<ϸ,38S™}VU%4h Efb*(6,\d7̚KXEK̖`])78]Q
-IeV (a% pP|LtdDl;P rb֖cM3L@)0>p;K3t0hezة nTU3*O} @x@#AzTܿE§jx0++2 oEDYGQ|uK?I:
-ٌ֠>8~C`As g{^{}W KЏE8ZYQEV\$N6f |(כ/;ƻ8_|[{;ާN@1[z?&b\$d bxR?ZANvXm7;ȧ/3xSg0"`2hgU9eb>%ə٧iZ2MFg ޡ>`K6l:gtcG>e8
-[qM̀x >R,ڽ(J skePǩwވh}>T>,4>60-23P&uA[K7:_TU3{?X~Dgg
-q%+MRz`H YZ0mRCYM(2|&H"dw«kٍuj i/%Pt1zF2*1S lkWsi@n88){ޒ;vQ!/yuA`h+ZP842os;f;8?g(.'b|_LZ\]G#Wx*T&+4ۿ^2B6#C{"%gb9;COL}3,ZU { DT`j`]1;`a5c,Ӓ G{=>EKbty qz׽S8j50n(M&\`
-m
-va?"2
-9*myD
-p";ja/0cb[NJ%^28xL%njycaޥ[^d[lBo~Ǔ.t#ݳ+i`q]
-}o BLaF
-jՓBG_ y ow{wbPڹt߾Cf5 ^qvD4DvR
-IcٽF>qgw h21' έBȫ6B~hP.J
-6 ValWq
-BgWMUwM
-W"(TݍAincrs^gi$5]j8Ez"TU#S
-E.@Ƣdf (m2g?aϞn:rQt*gAhotJ#an֞ž=( kWSI[b͎;r+KʙtVBu:'Q\eM`47[{gLXcZs1`|ť~x17
-ׁ\M18}UD^,2*?(8E g2BDxd>n{ ?T*G/rh]+*S|P i>p7R[GUEzʻO^;% F8iT0\Yȱ}
- &
-d `\o( ;D Erƍ+;-qmyh叀<gw
- }:y
- G6gQ-zqxŒBP=.4,*j7y΢Q7X'1;]_ͽ$2sV*n)k+ej3N#<^ oӯ.o[#LۮF1۷]c~ۭB誎PX2 vDmmY*m-D5r|"y>T߲gGWlAac|lj,UY&pO֞lhfE?Q.0 )'|Z--zOKV`68Vߓ1]H=AԮZKr% S 5GB3s$^Ux"?4!}Ah(mX x
-o_刏L9l&3Xly6"J?`F+(੆֔W}\(*}JhmU43R(::GHovm#?b1ڃNZǙ/
-LKJ[9LR6#+Њ~Ct3"<#l'
-Z JB
-Ah}% ԲrJ@]"m$oU
-$0_cY7]yx5E5j W^ ~ 81FlUO[;c90!$a./$L_HDЉ\5щ=\xb._Bܓ耽K=oȫz/1m6 ֘CY:7$QbIBYͲשڬqH7'WkƋb3ͣ!FOd~bVp#Ŭt8U17]RsZFUBrƪeq& Ї%FG\vַS!M
-EvW~<8'弬>lRW_/GQk s#T=ˢchǁCֶs'%zMS8ärM "E^c]R'3NS_C m/e1mnbVP,SvTsܼ8Q
-Pda!^4K@OkT)O> sCB} /= rV4 hb1/;fݻ(.)z?W)w($S=
-9}!sm0}vB!v:lW§( ԛSNVgCtrMEf; s&#D2..4v4P ArfZưd%R,Q2eWe葫|?O۩q\okgOCnh"-p#>cWG^o|Џ1%2IQf„ E''i{c׊3Aɔ6+S?Oل)z:$'4vEz_/Ѭȣ@&}wOiB|¬M}5-\U>Ήk^]D!21N=k^H^)
-{N,d7-GRuw:a[mCkYjvnۏ>ǩb~~Z"/H䢐<_qPj ߙ߀j;nhs|th\U b-X:EM"
-Q աyF* *WV]McQp8VIZGu(7C" 9W=]B{KےTNp~x8.1_! |Jlv[ u1or ЗY$Q|V*To֒7_OxtՓ9>zjNp$ D}7֧%sAȳC8y?["Gh8É&ՙ#T;;&팀r;j\l(*( U!Ί{BwniP`b_>z@@6b!gD*оTK^b=+dӕ y2I_t{ C jۻ_"@ҵ"2{sx"b ;"nFզ[ 68-Vede-5GHHc𾣻K
-#R<J5 z+R nb;hD4ۅQ4239mUsuX|DD2φPֺgDU(""Ic^yl12 /&rxT!/.N SkRbUA.K_ߪyX%+:DOg\\lU{^;\1t(0WF$ n4#tc}j$gK5n# c䐁 mQv'kUAEgH)|g!a'ջl/gL5#܍&?л#BP|][Wv}5paεvmKuxV
-cpRhЧz^KW
-X-փ㭛hNlHuyLBeBYR;z+7Kl ePl>yV`ڲU-o#]>+O{.zi:6;}#p7VPuFַqYwx]wieL 5D 27לa|8Y -#WmTbطtMQt'{XX"\(vU* K!bYHswAd"UBFtCkx ;*X<;`eE˗5xZmo Uת0bGKpu&%xr%E iQzA;?Bn :0CM^.uAykN51/]S W,ɐh:
-N%;3 ¶r1t-  7W=jYO) *^Bj{ %M$ &F~~_bEO=O9狅s؃3aL1[*aå<pu>Bv Enfp 9a{2U($P\?cTiijOS` ۢxn"b&::ւ (EO{zq}jRw6;Ő 3$(PZ0Cqƽp)|Srǯ"B;,r_)ڬ,99NG?)<.dC+G66p̒ļ7YY2և%Xjuw t-r2=ˋ`W\łDvh.jY#47YR\h]i |Kv>.똘w"(?uftʳy'86EeF^vgpnε.isD5Q7C--gYg1\pUwS'>ܔ/ڌ$r[~Sۈ>~vky1q1?sw*C eUɗf
- ZfE7lP }|_k(n,ebʭFvn 7SMG@
-[$yM..c c>r~5 }uwUjUC&&ī@7>
-R*"\ l4BqJҠ co9 M2p&y&gzC&yEr
-[OvOD+dNQ±BЯ, {p+4C~I`bwO2PR_dMk@< TBѡʙ0.<EkS6퐒kW:mo/dE]/m!Q߅ZEzHhQUKNs{|^[] aIvRM]ϵgƱM"5r+mgJP]ƒV~]U-ьmR
-u ~A
-NUC|s G縯fu״z SИsZ4fr)cxPi#DZE6WM<F ~ÆGKt\#PPRu1C 1w6g1 nv|nfxv~Ǻҏ*p!"҇c#UN;/\-N?otMctn\c̵/?^q`x㺨oǤ8мLUb;?>N<BxpK)rr7C4=aqaq.(ES7TO<\̑Iks)3Un4LeW4o
-TF!3Y++ub )O<'Dce\r1 ꓋/N3h<,Y'gIsVHl6ְf'~)u+s;$SEج.ƖBQY5T
-(+d 5:ZѬ^! מo)S;]"~OOe$6'MTܲ J€Tg=m+bD;VF7cKS)m%.Qm|mc,}8q~r]'ģ 3N}&x[vG=,˕ +40jo%<ԊU~C'/ĉz
-I{2
-qnϢj1|صXtoSH.A6wrT
-A8mGT?DYV9J[TfV"+)KPJ^q E߯<)q4L/.7Q{|ԏT0e\FdѝgtܩzETLU$Xp&}|ğwM+!L|MVlhI[e/y.N\JDϿ?dlwe#D 6L@0d×zQ ufNX8U-x"HO""ӄUP j}@X_լ7 &+}S>7cajI_yKb,x=ِ*8I\|]}f1h&r{fc6WB.ξg'sJ8 HZ._IgXu˻1kJOrRAL1֮'5' m
-X,6Դ#j@C7z!/(45>pٗ,e\VX+^gx(O!dm1Q҂qݤd~C2]^GB'kOkGtWM4)дs7})mOm:M|b]5zfO$RF
- ]T%yr7{1=]˘y"CJF(c G@N! ~l)fsϧu˸>;+⭼MuU[Bit2j[Nlj;%ޖNgyij 6p^w#/5lEn]k.TV9Qm}HgDͺbYAjVw~wgh4l\rp/P2d h=}-[$ apUm ɩlnPΌjwsuD;UGat_ DzSYݞtxn] ҶHzLU[hv󄇈r{*)cipav w-gu_.7/ 7_$!t+W+'ZrM:yoJ3o/fW|uKVՍ"@+խE3MZ=5F<[ƾW1
-LNeMDRQX-J70KGau8kvOVÑAI o<!Qib{gYVp.D s,lݾoMܺz`lH[Op
-j yj;Ob[&>+>OSc=C"SVZzJb_`2
-jFS3>p73]*rf$[eI_U|&3,`;4̬ 77lw SR87ݬ^麜qڐ֨u14ĥ*l"fc*ʐTQHTqU9R7[<D\`MxAG.m)p"SPјjҙgS _l 㕖vfR0R+AȽ1FN1"f}åhפa4<J)"3-HaA=Q3J))ØWPGTmK}y>RP!/ŭFtYLcC΍td+"}ɧwRkxɴicgJ4Ǔ!z~Dgxkk֪E[WH]6fWeyp)7[M3w{itկ(u7Z~E쁈3'ݝ2Gׂnxx`ְDYB&qɣuROidQ EG-2/1'>Q dĤ9˭=v&jeĵѪdlTCȡ
-Fn
-o-
-3|̬DhALouOc))s\-ݦ7:S}yK9uՆJ{$`f5&ш!WNuk|aK1\<adZ}/ݐ__/Y5D>
-gEuELCw|j
-?ϳ{D$ɨh<|GY҅nhs-MJN+) u~^#W@g^iVt"*7+Zz:'br6=- aksυN)Y,U<%+Ow4ACB\)~M>k<,W=+ޛF|ڳ>zb`^ePy
-C?RP!TgbeԈƑt9\"PNJOL8_G.¾3l,
-M'u0ݝ!uD
-,7]g},gn4C;fJMZ>K5aov4(@d/@ǤQm%' #ǂ+Za.K.JzN@;h jj755_ʔF4s$aɱW$\ӽ!u2a]<NFTilځ-=gnښ t2V)6B{Ǥ帖,CV1{e'aU{iQHJo y3"vJYAd:ѨjlĆvw}eQV=
-DEB{V};Q Rhчb$L3\A|.j'S G )_lZe`yOE0U,Q$`պw\:xV~5-O6~,]WfM,n],8+7Y`4r/ߠRk@`fi[vCc-'Gl)_2Oi?s6^I@04!$V w,*)Aq\W
-EJOUn׈M,r5B!Qt8J)i?lK$$-giDVNN,2Yxf9*%HfpVgeKOkk7}ZnFG -yex=R®w b{:|%jjlJ[,^TuWa%Y;C6XcUG)"ST>aPA'˞va Tֻ@u4M$º(Blbsf
-IvnHT
-DUJd*U+]X2PL^bt|֏ -E.4D(R%2b*%*#a,-Eg{P=9ȇfWgQ
-6Lx*sgn=}sqk6 ,W$<۲!?.DƺGD`#P
-l%5xz0$PH6bTG֘GLї/
-D93(|1L{s lmISLdQV]"ݬ!2)zX2W ( KӮe!mO2' {ZOSNoPS##dA_8
-<b[>n>ΚE$v? n',)7 =AIM~ÑDܓ2{-S3zM|~ 05d2~ȟfƓNq(|R^r |n3=v
-Х\&^pJ=Kvbw`{KVM"RG**A!
-d`0)Zϳk>0ALEo|nzC$II`}y]O *]YQaHPCK%15b^䞔9BIB4Ka'\@c,n[Rif%Tr[M\1c  D{u:r} ]xԻ2ll$ӝ((+ki*R!D&
-\~fVƔi>h1l|G~6m-EtHuj;GT kXܘ )a_ױ 9\ 3@<IՇj!\L`7)3`1h{[8u(8׼vMݣϱKk8Dly+E<" 'X~J
-y}I@&#Ƴw2x{< "a[}'N5uR !N>A˿.@gÏSE,|7Q/@LhinHnFJ $Fx>&b*@r%ZD&C9V~ @ލs' kskkY r(ex%k,ӯ+PX#PiJT04;iBӯS~|,<fF[9?0d"1)~`/ܝNvhn!p4䍗3ܓR˪;Lp&ZLd2}|HREmR8`傀R7>.4Ev:B 
-׶2+)\4ǎTs@ħSpJF1()B=۩XԬA9pH6Mꤊ02$&G^o*PSS-Nia{ |>a5<KYrJ%Hy1
-endstream
-endobj
-447 0 obj
-<<
-/Type /FontDescriptor
-/FontName /QZSLQX+LMRoman12-Bold
-/Flags 4
-/FontBBox [-476 -289 1577 1137]
-/Ascent 684
-/CapHeight 684
-/Descent -194
-/ItalicAngle 0
-/StemV 109
-/XHeight 444
-/CharSet (/A/C/D/F/I/M/N/P/R/S/T/V/W/a/b/c/colon/d/e/f/ff/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/period/r/s/seven/six/t/three/two/u/v/w/x/y)
-/FontFile 446 0 R
->>
-endobj
-448 0 obj
-<<
-/Length1 1939
-/Length2 5013
-/Length3 0
-/Length 6218
-/Filter /FlateDecode
->>
-stream
-xڵWw<DZBF>#8ǖp9Jd$
-LF({FVB$DfF[>?8zG+ġ` @O_N@jh TB
-b
-07U714M ͍LEX_kԔ y@ !~00# ͔ͬԡ3
-
-,!)1?64ī ute#2)cؙUOQ
-6 H\äd%"=^V"G@ \@c.nzTE< Q//+YS=oT{4͋{Z`.VOK>uLM6dmRɛ W3nFuL 4kM" :֏ަ
-ܤGb^_:w42Rm*To'(,cNT ^]QuXgPg-[ߺR5:yo:H˒YQM.ya(kH6u"77 `4M`
-h!o[ΕrTݩ'jtkd<RM[)v#⢎٢8.&U'ɧ@VM{ *Rh
-GU hmp޺A?X#1GU*q24QH+$ưcpmVo0驓~ ot>-eڔ=%Ɋx'ڴwϸ9CNQ=)`.OS$Ӏcw=Hp=q:]H u9[fqw:?5I?4L'nsg#y6M##_6ĭ[3){~ tS>/`,|K*?rOI:TE`tsS|jvp ks6db2_Zôz7MWĒB;V#
-+vv)KķNB+3WXmKتQTmD y۬h3D-ws;9L,W|M2uv^}O]o^^v 3~b˂4®-΢GiC8s$'|B{auze m:
-oD+Mup5k8k0pHPuGesKĻd#ٕ9)1Q%"wmh
-Ud,^!z]gδri߰!v>#G~סzfsviq:Bn#]4s<dW9K=ylPvaٛ菎a+mzKa-=,ڦpz4q=AnEZ&GtWXNS)+w˅ș⹄,?G$;ȴ8SQcE&=Z1u覔腃Q˯P6Q͒mֆc8D q{O ]5N:9+m8 ǢwlwwV\u, {%W)>ܩ:@S vE&TJN|%=́?'^p*IZՒW$s*g _!#eWd9Ŋsvj&4Љ+ 6oϖdt}3+5al0<=3&f4m&>{ *A0'/GW#9,un{sj[ŝ/O(_z- uo|d5{
- eJShgOr)BZ~i^u&_cr1k#+(yM-ۗ!Z}k?I.'zaBVV57cg/vOClSjp_="<ڙS}UK0 oNT߀|+Fj}v4k7-Q'ΞJ~|sgb7Y-e(\JFoF,'Qٗۤ9zjPw>:5Bo]lesG$$&On7qmd A"| ϞXp>aw~dG˥
-9׻.6(.Уlfc-u~DUjR--@$#1HG+#G3a;EUJ{چ޴DvYJ
-=CQC:>ǝse}ΡLT~ֵ-,TDg~r=JLw !NfyObGj\V
-^uEG/i%9㡰x<+sJ=㟑ws&Z)$la~JAu8/=~U <&bf<ưB;mMi֑CgY0C}g\,y~!pVK0ُPtf9^"SβO2Z;t'8WމX5E Ho泮W &6msN']=ƞ=k3.0Fk=uɒ@LY%ёSQOpMg~gQ}~ws.[-IZnzm!f ]+ mzKv}ۄ~J&<;ۓ k &z?<nwo53@*-~)}"r#dYR3Y4)UFq49POy3PT.%a=;6!H!N#ƿ6ZK zgqL 'm(NqAVO
-|o< _*ɔ1wmbKWPKI| E=۴SN'ө*k ]W242#4~l57#ܣ[/Oŕ]Y싡Qr4
-~X&h1KQ b-}f/8jU78[+5!>ʓσ4 o8H>:SI(Keߠwe/Zɥ4ِ}}_m8l%QesEYH⨖ݸO;8($=X?TFkYf巣1!P⤟ԕ./ .}PR~,
- H=67d3i:$O~"tn?ZZt_24e))DG=1k<f23 N;_Bn{4(xGϗ*1 b'
-hMP1a~$n)U4LO KBEK vN&}}boo\}*G^?G0vS/9T$Ѕud왖2F _]u>*Y)륡",˂@mFΐjiſEnl0`)K_3Tx0I}҆[r.(СOԊuU3T]=7N>ּ0%r~B/sN9KmK Gよ;4_3)9p=  ڟ+ʨ巽@U*s]y!`" E8-(<E ͂#)ebZ.g)
-vL=^&NE׻ش=;f^[ڛt1)DPg:zoxK䩆\0Gyؕ 3izWΞ14SF2V +k8e@t0Mo__y8zdp*-Kw]YsUyi,B =wa+_-ӎS~Ǧ]z_ewRs5RঽoM.Ҡ~jY`<*+9}Q2ahrҜKu QQ1ݫ F+,{վܙlr={~XmI#: ((3 u9a>#c?l7r-bw?7T:DuXPKs@"F9c AQ^VcN"1^[L%*ա#<5Є;^{adS w y3ʎ$>VytO \{``tf5ɤq
-8 CXBfbz݄_#26575r_vQ_IMcvn\1m!IҨf kLx(s"&פT'c 7rp 1~kB:"_G Z斂Sw¯隈̥XWX"X*skM{ޭdVRK\1֧  QppjƎpM6o\M~C4/j%D-d: ]q@]FJ< PP#|)ϫڽMYukC|psשJ~ԗXww0V}3R\<(ݜ]̀!/oIX|Ce]'vܷTl#2ۭ _XxrG LaQb>sx f%
-to0Yڔ"r10qw< U232B CnB);!Uv <R-3"_':2 ju \^=<gQ c\vmR
-N_5I@]qe)|,3I5U%w$jʉitD曆kY%>/(W OK1
-endstream
-endobj
-449 0 obj
-<<
-/Type /FontDescriptor
-/FontName /GRGXIZ+LMMathItalic10-Regular
-/Flags 4
-/FontBBox [-32 -250 1048 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 60
-/XHeight 431
-/CharSet (/N/a/comma/e/epsilon/f/g/k/m/n/period/pi/slash/t/theta/x/y)
-/FontFile 448 0 R
->>
-endobj
-450 0 obj
-<<
-/Length1 1673
-/Length2 1374
-/Length3 0
-/Length 2399
-/Filter /FlateDecode
->>
-stream
-xڵTiXz (AV*P$Q
-Cr03D XPX*W ZZЊw&hU}Lη=wK8F/B(uhP7{*T47L@BqLP(5Z
-&'B!>,1H~H4(H!23bZHqb'"$톘
-Š k RSL w6dq@8"OS$ s8@F8HjD`M!S#vЅuZ-N- L`$-c2UDF>t % dӥ">9 Qml42$dSଦ(/QH*Vc'S$Hʼn$@ &btRHT12IbۙLSI'vo`4SSH?kFHSnT  `r:B( L6N
-au-s@͎Ɵ-A[n[>V69oI? zc.%ի':~076L;57B?n.a}RQ~=esu/7im{YhLU8|?eK/oOVjn)PU]l{dF5[<sX.44>z^VnvCuPrdpymy{]ٜSuFWɝ Ϳ}^.Ihr:_=ܿ񥕭pXl^:Vg8֔55?O^^U熷7?Y߫2OXS*tos@Ċs}庼uݔx'8mF5bq_h{6 #LPvXv:(*lyV^V j߻>wyMWF߮y~0r7Ǹ6x4iۙԔ6)> w)EdmQq~ٽD3S E;oV]X|gTf]m[A嶥wnW)՛gy@=jf5\j\"nJ&WÿJ|k<VlWn1gHk*zORn*]Tr鑿_C4u߱Wv_feKvsJU4 ^|VukvkZ ֵ*E}D^:m٬/oNvsJkגU 4aqPȜx
-RZ[k}֣q;CV^{5/we?2 *'7vl4o_,0ϫ?֓
-endstream
-endobj
-451 0 obj
-<<
-/Type /FontDescriptor
-/FontName /HGFTVC+LMMathItalic7-Regular
-/Flags 4
-/FontBBox [-1 -250 1171 750]
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 72
-/XHeight 431
-/CharSet (/x)
-/FontFile 450 0 R
->>
-endobj
-452 0 obj
-<<
-/Length1 1663
-/Length2 1385
-/Length3 0
-/Length 2402
-/Filter /FlateDecode
->>
-stream
-xڵT{\SeV@*q@)$vv&+xx@ hPAD[&9CSw>{|fKB%
-#HbrY`+cf1p %uJe81
-'0Di(OFB  hD~%H10
-"R*,5 T&„Y8KHTF
-3mzEu: ~aut(u[i~ϩ"p+TB3}P `rXA12pFA|H
--M&ı "evt4rDžFJ䳟'"{d8 8 A .ZlAR(T&PF}\,xz*R<躲e]O FܺtEv{>O$Tvh(i`ryg2#]kzhV`t'!i;vᳮ&Hٯ<>Ud^S[AF*&*}r_=HgmKDzY/ [?\ʒ甊T7z_<-Ӂ፼3'\][l=+Fkk ]gïl*Ď gu绵F3|}5 Ѫ5)"[%}Qx݂ro.w,tl+ ⧆ݟ{p iQgo_ )Lp_lmOe9Yչqmiu2cN%,OWY4PkE–fP[;MJ;kκgv;wo]Y{ۉvݲ햾=ܚxNU3;u>LѭX$8_zd"I3k)?^g )w(^[=zc1v5?t|#fH\dvܼKSd%ܻO%{ǘ:m1Kңe/߷o<_um
-gΈ ?~|goJ@wOehrސEM1%NlϪ5ro9}_ͩm-'\wL;NXüOr|qھ9.!EqtD"ėp5~.vymrIwpzɐVnUuAӛk?[2͇j#ƪgsO^&9WMEܙ*qGOۦ%.+ǿ!9`Rl7W3ȴuM-ק'{Pң cn并{o#rRn2֜1 IڮQY՝w:gߌϗfmrݑJ}kY *2¯g8t|QN |&{|`GGY73sUKxbﹲ19wAcB@gnPN^vB8h+\y*Kթw~Ji"BMDM =^{&_L$ w᥊ cj6v!7w,n6c+n+;MWz|w跤gǚ?ZKzx0~_Ǔd1;*U솀_?8`n Lƭw8ʼn,K֭▷M]f߲ .'z{^=7y̓u6XIQ1c%:>CRغ51>'*.Dw!]Op6 /}|Oӟ0
-D&3V]._'s7<lՍ+?~n%mH|%8`H~4hhSNBOβx7oukp{
-endstream
-endobj
-453 0 obj
-<<
-/Type /FontDescriptor
-/FontName /UOBGNU+LMMathItalic10-Bold
-/Flags 4
-/FontBBox [-15 -250 1216 750]
-/Ascent 694
-/CapHeight 686
-/Descent -194
-/ItalicAngle -14
-/StemV 107
-/XHeight 444
-/CharSet (/x)
-/FontFile 452 0 R
->>
-endobj
-454 0 obj
-<<
-/Length1 3082
-/Length2 35831
-/Length3 0
-/Length 37535
-/Filter /FlateDecode
->>
-stream
-xڴuX>Lww3(Hwttw 3t4H Ro߿ý^YO )P&
-s`VttǁW<Q 
-L]L g1o-e\jL!1Dd4sL?eq.  'vvab7nH>0Yn/gWߑ!u@Ȑ.[{ ߙ8Aߩ9!,~'Uo寷OH ~, )? v@H !;27r7Ԑ~!L 惋?Obu4r8n/
-u2_RGLg(!?:@k dT_@?օd_:vv\![
-wOǬr(CbHoX- am`uy*NvCJ
-k4#.>d>&p߇bJN&t~3]&K\IND|UGlj0+iyFȒykr+Qc阶P-f` Pk.K]%:Too-j6ZnD<[iT+{('J*j$I?QP/` Ĕ~s6 m28P(bw7$Q|9[+0OULu盜\&Ε1izl왋'D8d^&)N=m\ZRbkE5+H-@t%7>B)dfy11)s1G[t|`xe񑳿|*ъ%TtnO%5=>,=d ܩP59B8f߇tÑM\% GW'Ak Q|܁Ut듃GЍ\ [KL6m=\<:ƈW>IoQ1QB`TqG;s,-nEc-fH&kWZPx(Ux0g;b dQ S<AMoVpQk[Q?*Ga*6Q2egʯS6
-(!aB
-h_{>LGem_t
-<慽AYD_ Lo{ RISُ䝃䣂l̔@Kyٺ2sp=+R:BSňzI2WulrH|ͽX-zpHD1eƲy)p. eN-VzO:O0*`v$!.<E9F`q(Ƥ[fzdhg1á87d#BD.7tJaPEȨȦ D;Nj(%ޡ*&
-k`¸)si>9*E<TNo+3cv'Vj^x,2/ƙ͑UDҁbA )0gF
-d㊚_ G˻>+)\0ʄLtᢽ/y9ziE!prVۈydF[=)pGoʴ<tRn3缹IFݤ QE & pIǁgFpI<mmT~iWɝ2T)Vdq>6F,﫴uHrQMS﷿]X!2id_\Wzgg̨ L$rΦ <Eხ)*V=prMx/k90mǫ,,<sa/{{ ^;>M
-bql TXʹ:;#O [<߼U!m\b"vXTlah,c6A,NGTK iB7 ]gN/_a͊GRIJR7[ 
-{e~YPղ6&I%DDN
-ƲR5]wVē2$*>@~hWkoD[ )/=ljrb6B hfٰKIU5P4 ˯!ruF*f'%nx:@Ck?byR-h'Ů:ڍ+5Xjwiʖi&#TzSFA+
-fѸQ]/NrS}뼫u$ keN~_r(^uz;hzMO8:" 4g(ō3nU?$n ϶onP—=Q,4PC}̦$eH <
-~W0DYtD2\zJ]O>n&i,e8,?:ypi(F}9br6׷ F?BPC3@?1R`4x&zV`#ǢAnǐnXp!7Ybz3NniZR`E| ǝdyX4c/+0hztEQET>[|>lG{>J3䫼=ĕ:,_W tҎzVqy"<-WJhd҄`I4TKQף$]ջ3!PFBp.sK
-]#!>o%3
-o,(G?zm{=h4E31X4Ul3
-PZ<4)mɮge͑8 S ἖x5sw՗ qڮt.Gd>z-/8irPbC~y:kL찴Gaj'].ah8sp>@{ZZzb9Ȍu .H&b,1FaG(DKow,BR~CVʛq1BPp}
-0쒰 $2 Ws[]"M>jǥEul
-ɾ=.)1vꯌ ӧMr<܈pͩac(:#%h-ajv Bzn
-z{8R?YֽYQ,59ƒ02_Et B& i~ͳODQ  OeCI&ϛF
-g,X)W7[J@kʎ6Лo_1Nc-njnk_v>SSݖ7Tl
- 3* b ۂрjw:<A V σClw4 SJr\r?/uHaƄ;%}ܗZ*Ri"|sR;tok훼IEhPJP}
-Ho!Nj̢گ7}뭱-fsLLw, ߼L{-[-17ר
- D/؝y܆ֶ|\h,kĝ:-:v<͂7Fqt-&U?0>
-`W&,Td%ǻ
-m$-.gy!'ʏ|:#pbٱev_U򧙬9oġrSey'b#v96HG}RW̛
-V&d)NO,&^\؞U2 N&sDgG3U|{QlYg.OhGSUJ_^vOxyB"g_X99ꢜ$J"/e*s L 5:ЎI#E5gdJތ[&amO&rrA<ScF kR~S3$m-¥$uS1llhhDtmzG<pj=^11Vr{,wwl $706Ǵmw ֽ>Za'ux92bӓ
-RK7וųĮjG Ѵ Pˈ^3&x xFO(!0*
-Mʼn`hN[SeW[b9QWr>'\?G%{ȬJRH^  ]S2QsCt> z8 e$:be -~8- viK%,\fk 6O<Y޽,{BFmAL̮7:2v=Pѽ~ EnD8H8e+1tu^!D:7ǚt/ G=|l< :7!MiAj^fOf0ⷧǙkxYνDy=1|S5VWzK 9i2IU@ܜOT/훾Lw̮;G
-+{p%x\|nv5A[ԳIwBՇ+UGGş੿<9 2Eð)QFe2{q~DJG㌳/-(Jꭎrь˅^MH6H[UӬVZ6b~(짂!w|i,rtPźC"9;Znj+ƭbvnأ!L%K7p$q
-}iA)+1NDS'/c4|Sm7pnwY-C(f=~j.Ho'4UzrN7K_zTn)2dTîg?9kv
--!)Rǘz"Z7j.)hwTn 3D}N9H=NW{5Oom8J`G7,`F)N: TBWH8
-X<<**+n<{ֳX^: aWO/FN21ĉ
-玆GH䶦
-nWT2x"[t|[ɕn
-tA=_R4
-;_ M;ElM?).^Ik0YeG/l.,/k" 7q˙0n6YTƮzuC *;.:A8yUg]*0:E8Ff%ṕܓD̍zC:CP/U_09aE 3VfdUV6žbub k֘S.^2 R
-͚n7SR{.|O`-*`yv߳ 9mGU݀{Ͳ}RK4`rZSt.wu9;1Y{/eЄl1k%Mїŗ)$x,lf9Tvr0K-f+) xq-|<g$k-4e]꺏y)
-t;$۾=;e85P4 ˱[TeK0z
-NF0:iG^B9? ftI2X#
-2 DQ5 |?)"[Ŕbȧ]ux<s*~1Ptw(:g؍82D
-i$J.*#rݓ;lG :+Aͯ[ъ"_hAh@DkEWa f4 XEWv
-d&9̝xH#
-
-Z}Vf%&~x2t^Ȍ"i8HtqMQHby!]cg{~E2:,xs{D]y{ӀME`rôLXUAOW
-9ɅM3jdAǞ&A>Mԯx1œ0_Cx:3~*`G(fW$|Y]%t6o.Y/bN"-gъ3OAf% d[pbԚk}ez&`2r.2,.p)fF;Y3qBgqWAF]/DYazhTAڶՏbfӛ]N5'n1 ?g~Vz3A*r;Uu'B;ܣ$k3HXH^k Kn6l0hqP
- uˈ> rq${
-UfH>d2 iBNg3:s] Ab˘<׽lQ!cX滙\6U д+F-):al?w²~:?mz<3f1/fXuJwcf"'>}P0;W5)MNT!qVU{)huȤs &kr~CR,{v KYT3eEcW2r[^u\Bоh:_  #"Yk}ap1S$߰eP#c,~ 9ljDN5P!kKOTZƑ
-)\h(ɍwZ\52Y[IFxT?:(>[ܶHkvnz E뷬ʶkgcs)xak1(Ј ~|'(z+T3U:L"߰vTr݃E `3u;?ވNs*tF4PǦT#sYGrCf4=^~hv'4&bl%JAj*~ *]T.ho[Ig;CXS2RE9,ͨ]
- bvQ5V:u'u%tpk _g& 9 =r >h1|'-A*?w}
-A>k/vQ35] փP4HSL~\xŏoI-4tL/b9wH}}zQjwstdmtZ*L*NynXJ힏ޱM69>D9c궽g.֞|sl4&WzX7g 54Uq\[}
-
-cs5}z&ki*jG*²*[7QW,M^&<#]TsTPa{%ԫ)NI
-E^) dјXXQ`GGIߧ+MɻPУh㖌n^n a~1%~drІnpVez Jg}# $ ҥ],ov9F"/khM*'M؎5)e7a%aOx`$)QmrЇuȇ-, gEOXL+n]V @ ^{#Zۧn4 id$ܔ@.6(
-nͯ1&ڍX[2ҟJ),8Q !K#26>WEܛFL޷Ua.ySc}
-Bw9
-F9gw;$٧"ODY$o
-𿓬u:4QBTmmKxfؤh"7lulp8G_8sHW=Yx$oˏ
-@҂^hV+"*+}|]zGz3E~qX.;V\E#IVp~Q57E&~bW}l^͆c4<.y Lrӕ/*}FP҈F0P,
-T;;TM
-Gp<V! 0>j⣿_:O٤
-'yRQd,sypfkBןSG D*J~ɺo%ܡ%2WZv7&E t]nS9z8//8PIeWûOF\n Sz9m 9+"%xځ83f!H컲:9^o|zuj<
-`Ng<&NM E왽)R
-O$(n`[u{kBօdb0l]ORǴFK5L̾%=E= feJX:殾0`S2@ ql=jgu^hϠ[wZfgC@yT:tsGPmVVt6@M~P9mZg0SYv []*Da sM<`اSz8UI
-N7JHGX,Z_q}2$^ !X˄W6V|qm>ܦ; YEq{8h;·/s^,݈H턢ct2O}FZV䐒BJf⵻U'`.{x^oq6<'AΟP"0A0`uޛNg gҨ& /ɚ?ViE9"2qaT#Fy c ^׫ŤMt)u
-jW#ۃ8?ةT~mJFⶺk" XWf zOBՔr?h V}Y(@<YNk*=$c2lb ͩO"&X:0JpL4849;h(M\x]x]f띁ʋĥQ0R{K7+OZ=2M㳻 R$QN}
- ޏѿX8
-ɠ"hDa* 3H6}o Oyߝ= rċ%Dtiʾ;yJ__cڠP'˕)\hV%^h.=Hy``|)u>9}yK+T~/E~`]KWR٭ᦤ<BFhuAe&J:P%SzX-Fί]1"Fm˚3O"jӥmoJ5/8Ua-6i )\6BU1N?  g4x]nU^$9'@\>g*F QQ*ZKkfw6NGpQ8pz!odg5TQh;8gG\{o$֟aň Dq)Y*IPLhFIo6!DŪNĔ\^^# IrLmI;ݼ
-sMu0R#cD$ضm۶mm۶m۶m۶m\fOҪHZI] q0:#fn]ըއy(D G183X|=%$rsGT;eś<S˩kWӵޅ醓 + YU! dbJH=Ǔ[?=w(5H+pk20 IRq-&Y)L7MfCF 9ASLu)QI)hя8O@P# RE&=`ϋt<
- x5@:h +;ܭFz54-NJLb[iݰ
-?ݨ=YLԧ=uY0\p:$<7)VKDN2
-FmVFv
-9e?ʺvH,˸˖3Q:!8CJ
-?K21h`[JUlj̝屷TȫXY:덠V@#D
-
-}|9oB)@ aĢQ}QQd3&ͱ õH
-i6pD m4sUYk A 3R'|㘦gg^JqX6\
-wO"enڥ!xɋ4҆>H?ul#"{a7#sC5Q&Ȁ/HF⤧(yf!–ʹ؛]
-{_]V|Hblr Ȓ>$0\-UbApi.uv_n}嚺J+ 3R
-}w1?R#̖{|PTPbNJװF$4qNK]q>3}bfrn~U>hMTiSPzl^ue"! #$(7}`:!`.p
-1ld3fz5FI^˅C$M/-`')1>PpLݴfy#p9@@8jYS{%aP7ǍQ#KEA#ة|з33VF\" VO_C$@2mVh[E$H?LY!
-Ef#+xBV*T\_>]!VB
-3xqp '
-O_be§Jb,$2YR\=40|)Z$[!.B!Phꎻbf~im7Qdwہ< [Z[gzV$H5Y7k~p8\3~XB ɋ_0"&'0F 44 wE|E`l!Yl7" TwhZrP¿\LЋY7 ZؘZe d"g0хnt4f Mf&;3`Q9ywoHgzBSU/@S- -.=l'jOq9;b3Em+K?"iwG[˜P%;A粓]P9@>K9A5|2n`B/99?zȒGLJ/hNڟgg0V[$iyrsу
-^La[fPg yli@3
-CRc-׀W3R=[T9C!-%[6Q6/λ.M0ˀfs=&"=\ EO=ز(f;yۨȤYUFSEta| [~'’
-qW~u=mS-#F`
-ӛM;mw!%4OYD6HmH>/AҢ
-V\9c]M0$a'/nt T\x`I#e> ̣޼SP/& DTf( df['/{=Au;/Ɋ+pջns( >Yve5!o4n nmeevj
- 8}wb);'wQQ
-V-oNZS"|<\%f[ ЩoEM`)_4gY!7s1rw8'
-ɘuEP6zC})"m ^n*IIq+X&z8%_{[oF2_@a007Sݟ2 T I12`@tO"RYz+S(BZ xm},0[Y
--l
-Gr[$ޛ0
-zc[TayVwdq-wQJZLB= I~KCڬ9*O;/WRhR&de$*)6Pbl2K-ߨn(Sn7ڞ݋GѾb
-cXí u'[_|w9%0|J9`_ Mi!ֵr :xbzfʟKu G򪚓ro{7iL
-ND(?ZK^;8+cy`aX%@we~j!pdכK6~(U=‡p[׆aUGo$s*Bn@NsjMDt=zth\?2Cܐϙ7xIA7{ԱS0νqGP y^>5íC(zt@.vK,K2QzvwM"Kdk1`W`勁6Y;9mD42?{{I%o#`XZz> -x[C~ؕ !;3TZGj3 i T -C{_Ӊ\/!&s %rֺ/1 S-%W.S(, h:~b1dd̀
-qTN=*i١9S |K< $u*׃?;͞:p=|Tr"IVVyKe\:owD#jFxqS/ݶUr=K ^QZUϩhQk[ ,oay=06!ji!fpJ'swA9*QIg '&3c<.yW}u x"_w~ǩ\NI1Aչ19o:6E8=L2`KOs;E YeϘu):u+Vmߙ.$1%S}*ZEei`#Šyb'="C(3
-҂r_bRM%ٳnIܷ_X!|`?-e:Sϊh,Г%dl|04_R[3]Hb`- Y]D¿)̊y*ۘv@ SIp
-$ 1
-ieVd_څuwu9Lc&Tr[K3q/EУ^ޙ9<@!'&%UիEHh ֫PO /h اĬ_c[쫹@~H>'>sC,( l>0tk ]Jm}p<SS͔atE/ މ0<[0h}wu!`C9W@ŧGt1&3,Y ya=އ[r+c?A;`vjyźn1Gg},M
-L^7$gAT
-͸)GRIz+lϺyyX-`1:q$H |#6yH>>@xPk- :SKEj5tW^!_8$>NQ{Ө>JKCΧ9B?{u.Ỳ)BXP9|q8zE#|YR
-ۭxb'Z dp+ހN!9P<㞟.g/c$ɽ!﮶-`9cnqs+VlWq# ::zr6f=} #j3bc?!Wo{nzup@,LǎCHٽ>œz:P_бg6)d|ӿ?m!#\K6Q Bq:PX&p%?mK}:X,m/=m)LB=,jrzW|RDHw=X#x{lU1OBG_ReIL6s9>K]'n[=;;mBdCmě!Xw\38^\@!J$+YUk)=wخy-Av;*~ZM={MQ*yJ%$v@&ᘙ%26(`B%b0|PhNkخ.ե?4 gE?%ĎX%coWshI=g5bE#[DRn9{-TB_mKD*~*`
- Ⱍ66U2w"^\M.QJtB=}AfphUxM\ !^:fwu;1`Xt'˦A29[a ci$4w8Иw2ªJR@Y`L^i:.9{tu}= J)@+GocBH rGL#PPgbUzo\Rp gK5\[TX:O]}nvR"]=E!!4D=EؖZb8oRNU Va45(UETEU
-(^Z)N© ó(atVāxO[XR  uu!@2ը8bDw8r~^7k*(Cp_t;]膧mf!DG-Y31p_է~;6m5O桷n-:1FN,|EXe=ؔ@VթG86o$"R=9Ūݤ︧ c \ a譸Jۭo
-(`lFC1+m)Wz(\v}
-
-ӌxH
-C}@2c$ZouwrC={zԃtJܦhC[~̻ cBfAkKox('$p(J߱xy- e&d.[BMpUBR0"Yвda-?pWWlTu;Tn)`45P.lm%㽲i&Z)v.dq`n 7OSZ[5  YW[30|;rTsr(']l:lr܄_ŔjgVo _l,]^G5S;\6-sBjn`"ryupZ[nxb |+V@Y.m*!B7@6,Ֆ&Hy?PyA2Ļk
-1L+*}ohrFp >[BΥ [}f;|=jR *P8ZVX'ؗ08K32G@?MS_JUk ky~8=t[E3}%SgN%nIozI^a;VEWIY/@_ET-Ѿh+ Gݴe& VHrcWpj1>^8٥v^J#p8ƷVS~^q(2$V67I(Gl֏|7!:\ qo\1epDFI'0F T]O\,'L=ߌjc*3TDtkC^Q)h}V;;NJO{L81f30}g:CS I䶅a๬NZD9wd Rg9(ٟhf>+^]W+M0E1ӃM^DśޠpT[ʠ:^Kcn @3qِ*aM+)6@& rciAdHY% ɨK(ZZjL]-Ẃ1GƜ9_0;9ٽQyjGb\rg\wJ;+K5>̲NMk[^mY,IJ4 ҥSg ƿ Nõ1I%0_}ώp0RUdz_@
-0vgu;tm@R>%8h/~GE_djqppR + ~އH*:,^m K쥗g"+G[c?PyeXe/\e={*\0qhԠ25NaAѾli 4{UPL7f7cc׫bE~idcםxeu_t;2}kIByhtD2qGś|LrJgǫ7b蹉˅dBbt+/>~D6kjPس0Ir\(Xhg 0SFgz{7\-[zmԩB>cnBp8<&o o6aQRI;MdƊ<ϒ8$mzT8QY,Fqzx
-0-97ȉ.sKxt=r,ID*.weiN6XJ=ˢiH"aW6'BL6%髑=PUJf\hQ,zD* քy~:ZIhmqpY+`*%ITPo4Qq%jX;tEor]P=4\>@,Y>$9z:~MAfX_"E?%DQlȅaRj”L,=ϱxy1e'Eš%uy;o+ag E67nϯ⫰D&ҺНxW;Fc8:bCTl
-=Ch8 1=}*t%3vɝ?UMnfMH5
-ʶ%?[|uTztLɥM^: Y2<
-ҷ?|0r#)P[0Nv2Qe0Mg8V5ޭg@%A&V- 9<._6o0r-4-TCR!IL0`~PT<|*>
-VOz67[V ҂G$_m7McQǧQ1!sW3pB_6yb<ILpJ}*ߩA$##]X]4QhQXm؋LgL˧hy*,*0ӏr{E2sߪⰚ<W
-P̮mHcUC;NHyh8a9o
-A>2VV`3(T8rqk\׻<3Uz[y4i)CcYKn
- ozVE50qx`]>)[{^KQL,q(Xxb!,|XΙs(|[!:ق9 (4Ht9QUu2#(Q
-7
- ;Ke$;/1X.Za%ы P!jEdۗRjX=o@a;Gn\ĴאR= !lZeQ.?
-\p^e'r[▰A3kᢚ)yR0>()<!=ue"{F4eڻHu]EhbKfr+5oo2Nu Ex{=VR8}YƭBMq.jI9u{_$L"9SmI to/]/6K)rS8}q4$/dZ;&&wPzoAU8 ZŕR(p M#2-+~!QU-Zi?G"ܽc
-^FIDn3 .HF;+̠5Jq؊p+{C]Qn+Uю)-H^W@_\NgJ.6'%^T/Y}\HV'=v4,@D~%ߎepW!7#;t~?[ .}tx~DžtM|KkV\rz}(D֔p3==="7r ]am^;IbD)T.O;grOnKi)60$Y!\G<b$;.s|aa;ۼÝ@ 6\o̸4Q*)`Š^-=HT㻚)!<xPܬ)Bu?s3ybg6J l ijáLI!~f+W ܳEA_ZHÞg`G,~3-@89D=&vΞpmC>LhwM^ ֎99%ϻZ -8C;jj)-IA4YdW2]N_|_C5~%6yopfZI d`//{z@~#d1=I `sQuHXx ՘lNPF0a=y7r9w$.05;/\ >ۤ 8Mg@4Hg fUaD,KQAx'_|H)Sscl\K͐
-gfpL>R)U'eJXA(] ]7ǒLItrpg]?Zd nviUޚ8@$hfoa
-h235nŦXEɎXҟ5Rg ^¨C}*DVz7<GwgdI.>)1m@|"b(/*n7pB X z;h7Z4yClsޏ(
-}\J | B pjNO!\Iʍsghb?m7o^&7Y9\qgm掸BYx2(:%B,
-j6~khW-`)]!o9Q! ,E̓5CbYZ9 6[?e!H~ÖfbtLv-wsMBE3#m h5mc dGF)3W.&iVr=ڂؒ.RHHvEA)(Za77eRh~*Y۷,0DA|Y-^mNurH azuSAVWY-?& p%
-tI)G]1
- %pm(h({Yҵ)<pf>6MHLf5*ȏ Jes"[V/0K ] &a$qb\J} (``En$&졤l8ꍷYu0~,@gomFDٯ 8oJJ/p2cw# /I:Yvsv'>rB]
-
-=>!偱o*]s YDq4o-{A+Bh"Ѯj"J(Z{]Cw($[I8稊YuG7m~PsPwxX'^Փz[YzuUCNAG[+ .i,5aÜHrt\mRS]ûX18
-?a|I}yyj7'mw^KYӭ5){<8.Em<;I٨ wb d͠V[ V z#v6ݪޝ2VSqtEPvl}p+۠'|㼧`5Wl b [3=(ֺܮNf~9`JjCʠеkbr@gR!leG;9(RV17<lE
-΃u9kdoNf*ؕP_i iULޗe~$"xpK.\d6e<&@Ξ1ެQOQl? ,mW36%Zȴ=K.xR( v!:ҩ0֦PO;3R+>~sz;ģ8Eem/'NlƒeG##]|X{%kA+τNiYԔa3c7,Sն&v]^AͿJaqƌq g֗h[T;d_E7O'h~@Iڀ]w>&#t?ZFYʤ4x
- ro\$$7}D{ *%K'in3- &)ć/)&*9z=B"5A/{bFNmŠTT}fw~U*\|t+z?T#BfOetx;Ng>R{-bÝtbʚ
-'2/8Rć096MIC\s
-endstream
-endobj
-455 0 obj
-<<
-/Type /FontDescriptor
-/FontName /VNJVWG+LMRoman10-Regular
-/Flags 4
-/FontBBox [-430 -290 1417 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/C/D/Delta/E/F/G/Gamma/H/I/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/asterisk/at/b/bar/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/dollar/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
-/FontFile 454 0 R
->>
-endobj
-456 0 obj
-<<
-/Length1 1976
-/Length2 21479
-/Length3 0
-/Length 22739
-/Filter /FlateDecode
->>
-stream
-xڴcx6v&IcĜضݠqnض4il7_zo{s ZZk~P)29
-Y?-\mA
-@h ${)ߝ.&^?1map+_
-ˡ)yN*qdV2;vɁBEYTEҼ~%Z!ض7RnTQ$Dr5ԃʻids rf'
-pda{1VXb}yFK/Bo5j, 3A"R F[L;x. w8^ᘼly1Z e'汬@x!NrUؠ3^s K362ԶXU‡!E' Uj8״|'5j:de8]S1iv:
-_LH%Kc!J7Q+H:=/AZ{= ֫Ðl>c-\n%7RaRݠr*9|x^9k,,ڧ~;V%9?Rd TtؖS ϲ%s? ,hv,z,4{ikS6`ߝ-&_鞥QjLJ19wq`={6Y( 
-6 EsgSf-oB尔%v%)c|0(n2}О$ ͷ3֦S) M`Q^L^mzw-S?9|t^~ɸ#0/dsK).aNù3B&MҩY;c#ネ9h؏V2ҝhf>u%C98
-D㿳\VW1+ p*mǐ/|ف1m߃\qy[ =M12-
- H#=QbeI3DV`n ؄f{\l0t:q3b `㮁c\/\TeH{r|}REڹC0#SNCcDG75R ;Je 3i QPsj`\L+7,{"Hi3Cr a?b=mVh`ovhщb@UGXYin6 57Uy,(;C&,
-,/qIsc<0.VgRf9UMkeN$4IO*FCGw+X;OPÍ2_l89#Wd!<}Gfr^4杏I Ysx l5a,CALTP63L>=c>RʰZ<̘|
-:=A2f-1, 8<<d0$G)-)G\D5͠ա4 :1g-]'J?zziT<nGA0(M
-̘>46g4߯5/C)/S춰4 Ȗv压5b4SO"!Y+Ef͹Ʉ>.JR'iɢT
-&RLՙLeXR~&:Uf΅VK4 L63{镗n
- hΦ3k$0*'; =̢u|)R6?GzcOh'\7;+0+7Ze|kOћkTЯ4gdB^PUC!33#^Yg|-ܳʃ*zLFZ(a|FV_|*zyNǞ=*dzv
-'Z" 3F ԶA``s:NӔk/˹):uǰX>GH{M"P3Upv1ݰƏ94$"Mң)K =J^tĞism?m`ZWȥa&H~/|\WyQ ZreAg7%Nke.r?NPHߒ6O8Jh7XmyK98nx380y$GmY$[P#MTV$~ܢ\%BAN7(+]Өh{jt.K7!ߔ:V|I R>}Pþ }uGjԊ7̞+Gy|nmچppoq|$Ԅi$Džzk%|QqtF~
-=bj.SV7}?٩@c5*pg'T8?_휙?q(H%TmtnfVin1 ˶7&B,t'+`I7KF sr{&w5EcQcV(?>4 Gs@xm(-&.Bf4:4܄Om=:hr{^5یơu =LХ- F+MXGNʗK4|٪} ?lvsWRGia ]CDsVt<]/ں/FTwc,{ةdI&ޔJ/P5|T<a_z~Cj \6XGPM+F>=7&O@ڰtK℘Auoz-bD?xLPb)Eق%kj_աXLn5 / ?:caQ($uYk6u-
-{5iFt]Ie>6JWF/ e!՚=`7omfk9،~MVC7 Hg6T ^@B6}kVv?(90VS)`L 1k FI} .J$V ߒ؊WӃKsᤩܫ8ѯi1R7EtQAH8fA,~Ώgv o0Fle<lE"#0>9$cĔ8a^Sw%[(i4N5qwGم)FZy̿EO)~#g!8/q1H
-?d(^gʃȂ`fu5ʼ%չ#y^W]in;4uWjrʈVܙ&`w*Eٳ g@k"Nv;%[F_s>7>\&?x%o(I6Ƌ="kĖg*^We~[R"BP\}5h=8>L$H9[?G=yǯoDOKSjyFj'C+m*H 0- e/%NQa!*U]^DyZ)P%ق;l$RKFڿ'l)ep99x1fKu>czjCg,j;Θ0e-qpӰcوnj
-lM$C9AFv)o^1_2&? O;5bX{dx~hAj®@# WD%Et5Y [IHuO˳'"DM; 6G&nb5ַ/&W9 Ѣ;'5f=9'`{a]|kOd1
-A00a'nB)Q&5qŮc}XW@)T`8
-V :ԫX٪!F#Z`$Ÿ\T̏­%x=LW@L4(y;
-7J4"p1:羬qL.wYO=NOhV,ݹEiU!?׹!?P['>qZG',㤤\?6N|Q 6{_W5LDN@dlq\*pň`PÁCսJ-» ۠rN4bFnSq>1<'Uu0 ]Ld:|F2,(E~Tm]SHDmj|
-Զ߳QK4Y k3!Z~FH'-߾/eb2܋TyO&}ˡEXIkf
- &: iv琏xғw#Ep7i[Pѩ\:W X@ReqLd8ۦAKK%v48Kesѱ+"Y8eyG^X7>Azvk >R4=X5uu8@Q8Y]ݎp]2I|<`ё
-WY_]kNBoux<F bVhte4Sb80$N=fvDD_3wffg!Ml F=_M+H$i K1>pcvCQڽH0ᯅv5ԼU:aœo6Ր\ݒ@c;?Q *@%┆KROk
-8, u?;~{:$ HΣ!t/fb
-`xLdY]T/+xG&`GKlc!RdTJٝ,g{l\C;g̜|<۠I=nֳṞr"4[KұAҵ׭*:!!J-}_MZ[B@JkAC8mVѼYXfiJ3#M0:Li?D/u -E q nϮQ*"ӫu؍tpR Bk 7td
-0*|[=$, f=}cptJr&9졉 Cr=?(wE6웖V1T11K\8%JOΊ`~62xtW^ K3Jј=cͯYĮB0XEa٭ERJhTOLHL$x
-X2ʯ02,g{ b6"-ńPv*9sN1ϔ歝9_j2JCМ9{##IS)OQun!YxH?]rӡEY@=TJ%eW(*۔nei.Sn|ӟM"E|hڢgJ`g?~`聾LUzm*@kAgzk*__-CNv^K
-lZCoandu?9,>G됣Hf/r+AK;<dy1GG.fd%z$`Š;!'k,@ΆGA!p5fT~Iv?+rՑ1GHǵ`l%\
-}S1]/?k׍gE{hЪGCĬ N&tl+o~צ?A38/xuAmOJvP4+I8'9ܗK޾ufn81qqF*#jO(>%S?bX­b^b~aOp|ޠF|%zt.ja\ >Xg'nY\RUYs\s7Vj]fa 3 W{EѨSYUmÆ2Lm?mS2H΁xI/Ҏ=,P4RrOgA1*(2!62O3dgX4AVp]ti_a;*+zFU8niKIq3sREMtb_g7ڃTE,3V&Ѣxo,*蘛alf XsN nl-i&0R;93:iSWson <oLnO
-K"p3/+o -kNr,%w_~CHrNn
-Gc>j> :&;8NP#OG(xJTH҄9m I/,h\1w=;7+v9}BRO\|,^z #UqH$r9ah߆V
-޾$H䥼,4MAV=q,o:0r<^#'EszLrlTJ?YBdE0D<bt"UW4Q~0~EDa)5cȚB G|.,
-rx8jUWY\a^0졦pv;vQR!oiX1D?"Q(fzf1eʼn** ݏw`3P36wn ;V&oc[L:OϚr<`K^ B@I &,>6[7΁z_^ n_z
-VXY,v):3bwmt
-,foK
-ߴpR²`Vc8p_V^1?ZiDh}ժ"{-̘׆5GYȐ<G$
--akԌs?H
-ҊS /6&QGKEKO4eLk=.tCIh+?89/!mv1m ͋3 d'`
-]ewNY]o f748(ma4Fx4E1)(b4T siF;'{Leźv` ^
-X5$ L \rzfʏG Rrd]=Zh;{ⷽ[ǡyw*cW\SbydiK¯]>Avf@RߵM b6Lc2qhfHxLPŢpu?{s΃Eu,BS˵in?=KxG]~w2a侹 >hb!M} 0`/S)+E3ڡi\)K)3x5qlmT9flR \ܰĆ<m5z˻I G/s!;MQ"sW|/6aѭY$+IlX8Њoۘfsg͗\$"q#,nǦsp.  ,P,Vt4;ps2>8t6: ׼Wh,$?*lӔv0[*$ p>͋dNU]!=DAd8KG 5axMvj}3>%>8t(Z+*¨)˯e(g@rU>- Ͷb+<
-yS!?GHu4w'(Hpw[(t;ОR1 ӡn纲) En^V|]0(U7l(I#]#{.lT9
-zN'VDz}Uu!FXW܃k-.>P>_QfuG:Vf
-_:N
-0t@4t\d+>eZ+P3J ?"Qvʄ \O 3nLdDZ71PyѪg~a67tfFHj8q Oص$ 7P0} Ie*}ZǓ3ms' e#/u AE諌}-w0W2Hޏs4PPX`m4y(.8
-Vwśg_HO 9A!oY0S8Vu8CN PbZEςuK~#7~ȎOMVa`^+&Lv[r~
-F$?_Wғfb쥮0=0ZqwWWhr |y d3._:ʬ2Lk}. B (yz[g8OF72 Kr-ΤΟy`fُ,A}ctc|t1,d{WL_m^oZXꔕhv^ou(ROM@/-ViNwkt` 'N97 T[Z9TV%?>P%Z".vxky\Ay%9vEJ8"8e/}^CsVکH`˔9xQ,W
-bj"n_7O02sw_=gSxp(Z.tWv:_)*K7mk,_{^}sT;tX5ûA-2uԝvփO4}78]@_GC} &]!iUbQj<cZ3h3sW_ 5 @RŢ"GFfrPjG?t^Ŷ %QEut{5b1:NR?9QM#BET۰<\%^q9DnT0b_o#CUY ̋W៼A*DjIXF8 sϊX%H+t%w&#-N N2vAF{{i6' L\[ &xjVE] Df8^YTqeɍ%J<# [BV8.9-q=0&*bbi{?}ihqt%8$*K)UQ'i7alcW9llKXO~;SOIdq;r_S1H 1{ =}"B'JJR#Ws=5R<}Yg5I|bm}!TD ;b/d( )z7Xym_Ɍ7e| ~F)*Uѓ%BU
-nEMD<dh˂Č/D"#K93avO5ӑKZWޱ67XZVxkA?.V_} ,)?#UhSnjV7ALqf?u&.n΢3LWC!ݍFS(mƩ؜J68}|b6M -V%$4vj%ZMȧkhgp22Ұп+% teαr\sD k6ژߋgϵsnO Ȯs:%J5 bX$'FKyHimV F%mkki+lJDբxmr7ΰF×kט7y <T903@wyWӯlzSf\"|Ϭ?h t>W-lb#ަ CҖ@Z*"ڡ," }nO"|aiNetzZ+~㒻nQ."뢽j d~,|hǔċJoUv,k7QG8j8Ɋ:0 QQL
-`eD1[X=@Cˢ>q%XJbm ؄;)=3 )p&K ެnLV(Kv)G2%wzoJyKxì=l=yNRhX~&iO eta5V1.3)efxs% bE%׵U=N^(šɗXNѢ&iOˀ8$i7grlj N O\YɟuG3}MS^+1}PMYc
-*9 QA 5%v > oacSۢ7ӊ7&!xj/tU'Iyb+nǒ_7CDb[8,{w~̶YGԘ7e4QH&b
-gPZNWa҇K^ץc 4qM)2H DE/1l}ʾ> V ]؁6 cܲ|2a-yNQ2AL(cE3f[8<{c˃_NfHІRJG5Pd)BZ1M'1kd(GaA
-?qY6FvE"xA]"m6g|ed.6WAk*% Z#
->@^ 4>dQp]
- {;=-<OwZ;H䢤4>4$X/rTJ4AýEq~FJ5-Op nx_-di;^QZXDs9j4 [هGtbd $S;y^Z7WU~#C@'}~5,G]8.}%GɴxiosVq)kSyy
-^
- j8J)0aЉXxֱ.@6pUDP :lSV1ϗ8ad.ruk;+ex5T5
-o|nc
-RrμA\ܶ
-.8=ut, F5YDY8EdY wwF ئ샛 _gU6Y(ٟY,ѱEX;~q=[VK€dRVDzˏ/Z|=-r$' ^៿_ k]"Xs.^[jv6B|H:>ŌF2q θ|1\=Bn9QZ$,xe4ٗ⟾0zIvt~/wj<(3$;\ޢѨgFpy;Q [)0<GތE8hPeZ^ƳR3MF_H B=Ljײ%*tI U3 z7[yǩ%*6N2n4{˜~Ar+sJ)=U9Tz=L^v:"@ϦCK9c~m^""dsc;ytމ%q;:[sN7<X3hBxg9Q3j2% x""LEA81$eiHrc|@ϑnY X$ŢyX^2sb=<Q#e9p:zt𲧋
-Ez@ 
-@veu5W
-!(4@ .*K`.ZLļwM|_OKi#*c_-4juOyP"67"6EkuVGx&L$
- 7/Jmi0M( v&fO4T\6k;|uD_C:ɺ`s-'FZm͆J\bLbD֕m,ŷ,]xKr
-wd _':tlr8t}5Pm9~ O_7u0|h
-Z.<OE毿b[Aïw{hsR#`J_F9G Ҕa1chςR6OSTkg98J
-W3,,ҫJO+ga x1E
-/p} jH:9cLmTA$wtԉz&$mi纽;jGWJ0*l} .w)2Tu1lK981/I„cyj|& hO uFL: *}[rt\v*=%@#&.W<V;̥ic4_A#l/{I0 aG_aW:Wp+*Hc9 tB=*=0:'&o#>PpsPTwFӖsKE4#vGU+ɏPaEaӬ=ʌÓ68#:iو"3F?!uU΀H5KԾ.%Zt:H)`;*0nntv4t+[ ֘= Z l0ብp_g]]FE5I]Bv
-ƒ>((5vPGqg;RtW<-,jgd7fHe$AĬ =*rbWE$|Ȝ*T§gn8gux> l֟tu&-3~뉆40k!c0@
-f` vg \v6+ӽD'ո=a m͏y9E\y$FA~TyEA gk=TIpc_;
-L^&Tp%hoxayFqm+TU/8pL=8CyA4Fф,x1߂X,ICs<KG{%YIB.{b$⥗n[1)ٳk)@ R?Fp/>[v<`(ewi{?<oaKS z?IHc8c!h@ηShJo804Cc!ӔǧUv=ivsW&ݴ];#˼
-e~Â bVr!ͽ
-`PM,[.(+K
-endstream
-endobj
-457 0 obj
-<<
-/Type /FontDescriptor
-/FontName /KZOWGH+LMRoman12-Regular
-/Flags 4
-/FontBBox [-422 -280 1394 1127]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/A/F/P/a/b/comma/d/e/five/l/n/o/one/parenleft/parenright/r/s/two/u/w/y/zero)
-/FontFile 456 0 R
->>
-endobj
-458 0 obj
-<<
-/Length1 1721
-/Length2 19350
-/Length3 0
-/Length 20485
-/Filter /FlateDecode
->>
-stream
-xڴeTܖ-SݝNpw/
-w Np<8wN>޿o0sk͵(OJ"f $ޅ '3dTZ;ؘXX8()Ŝ.V {qc h‹@ >f
-1rva41v0-쁴!b O'+ K9f-56;X
-߆?!r̬L]>,d7x0oIER3' h
-ppuln_
-c6L${|b?$nTJ4ZVMYیS:u
-
-e9ސdXQB\ǺBC8EolER
-pu:$Y"O䲦1Ѷ.!@L?gG|VBn=ϘVG#70#}$fgo q>Ƴ¬2ˤ閟VU.<}R' &tM%Z^tЎ#Iw+oMR:mVlVKO8Sz\S$ɛwM8L^}iYhxs{hVquJF w7߭C Z'h3we Yyn;`MuV˓NҨQ@QDIoZ\GH$|?e,F=j|Su0nˆ24ҐʗָK%Ul`4s _ed_%N exO[~)c= %̆Žׂ
-78 [fEUy^he?]zdCK/ƈb3)ڜ.йdX IjJNrqc 6א+Ȗl]@X.'CH\Oz \yI$2Sr4@eS2XIU~)s&XIwWel.m<}J3+-kz
-KCI'ο\"z!cy
-0'!i0ީ]&&Xut$!SLEDN]
-C/(IMG Ze551{c`2;3aY'6a{* ը3. '"'q_5S:{U m;tHM_tETcS" 04Z".ޥӦ,0@&ZL'=dO9t)~Pǡty[ty 'yϹ^rmBTyp>હZ4>,l)y'')Dwl)nBJv\=Zx9GDv~g-QBq/#T{ԜBDOaΩP./]M)\Y'yM-?$EZ kuR |94iOk+s#Ͳ#~^ɫ$Kgu1s 'g"!ab.y\JɇB9y~ELT8A3Y=l#Kf6d"ij"J4"0}e\F%EqtZ'2) $dR&P$+vĞdKufS%\ݝ!2^ؑ9G`%W$Fg
-+,
-gaw5}g4lz\9oEQ8a$kA:Im>%n9,z.LcGDۮ&4|wO;KsN&&}TB-?D2v* Փ6G\FyW_FhmвZ}yŠ8tŊV6,ݰ&
-2NÙ2+<m{ >)A$zO59;nic4InTsimUԱ7o7ot\ Ơ Զ|EZ( _iW
-fO@"
-Xlem:8M :DJZ*N_[[B㗹}|[V/o$v"g&X*U-9j}ޘ!& \2qT}}OPݜ+.?Mj+%t
-THG v{ :7<LLZvk1}.4
-e6el71dX~/3'n/t-P<[qX&VH^`
-fwGLvr^6e{|JOů;:"wU5ͰfY\o:W
-ʛ*ĚHIUGB<yXlM
-lGs⎷F}W$RChD
-Σ _w!7>O5x'$hAfsE:5_psр
-KMI
-CYc_QkϬRFߥayT-\!JESpQ$ȉx= ?[3>?a"@{Qñ@VBY^,qN1yE}-sfB&F!DvmTx+#)qIxK)lJ $CZNЮ1ݮUntC}@)#B_6J`eRN
-):蘠>laj?&l(UG` ~lʫ
-9-0Z̴~.> Wp?ifdBV-BңдJfؼF~Sck;
-"MUx?)6|U^vW{[ڇ_[)Q5b
-7Ce|4c}QDm& b=)(dSVy pĻ1Jbh6Ě=̃ VH Jf{' ,:Z3jә]+Y6eԦ(a#ԟUm֍֨bŕ~p&P2/d\3/PS##3iWY`➍oP'T*wH> *^9jH,ĪgW(OI)l ;yc DHRyv ɻZr
- JUa^fdGsogtͨ %VUi ;j-1%$ʄ-jx:ΖmS+@Mz:d:TLx˚&d|e8OFvEuh (Z>%#)+с&
-Iݭaqh[KZ2TeZT~:l.{5
-/LSwOu'pđ8 sLB{Aԫ/VXӌo؍=B~aBK
-e\'[ fX@y
-AIGFߺٓL҃OIc'"pmyt# HEvy(OU8tKKꍾ
- W['-ķ h khl8Sr^mE
-s8|!4Lj0b]%kp% E2P˹(1 3#/͢v)Ws_w\䫼
-$ Ư@XLn˗NؾVGdmGAIRvI<g汙$9:?_nXYA*_}Lg18'
-'Ν G0[mQ T%nHvے@tjX{e6cU2RMPb-2-]g<e^L-7s
-5׊u"sw`ʋEXU@,RCWĺ=;- X,Y#Bpx p8 u}i.]H R,=踥 tzг~O๻)ۿbӹiN|$)5.ZuLQhuʩQBT|jxpJ\B"\Ob/D-kS)O[6ry6srNP!6,8BIl 6OoH6W+/{I:XX%:a8'У WDW3[q9/Q\ٿTA8TQVgd=jϟBQs(zUkyIRYT_i_ڄj "tf:BYP$p%;^V]cEYT#J_W}~RI搕,Վ7UZL&"Bk9YO/B.CX~%a±} 2/Ҽ6;dd]`PxN̮+⋡mI!g<\o;KʨD)cZdïѺFǥó˛ko[]v2ɖ$R:3񱮒ޙf 'PdѩMw5zV!YAǪct )* ̲J^a!*U] ao-_'ɤ; lM[H#\Jwam x 5eE5sҒXSUP'[lY_ǧ/B+!La"G&2_Gz{ m<Hdx`LoFHpyVC z#Ȱè`tB<ojNѐ/WI%.4^ h%ٚnDT͕uR0ufc9,
-9vIN?پWt}t9pMk,4,*taWVahufh_^0a^2z .Jsg G+f2@ΙW4L]Q"a4fY?wRʤx1xpÃƫ1qsYW?\_A6u5@p4%/?o
-y|Mɷ.Z48cH:x_!͔CJ!`K$ԛ{xVTLs3
-s{4Z :s Dױ|=Z#X' _=Nw/˦>݋b#jۨXB@+fӬ8*j}09ۣxQJ*puҚZϣyW^fD&,o]wL*&yَEe,rXs[: 0+< 4 ]'H޷ʁ4( Pfnii [㩄Wb\7K+=enp`Ȣ) WZ3ټ>zJ{^[KQ*ii2$Fnl>fgy܉kivwHοMZc]~fnlHS O}T?
-^TI*|drZ)"d+f׎Q>X!~ֈ[fGN􋐪cMSȅT,ɹPϊVq=ȝc|B8̘ UGt3pv!eq,#cCi~'Hj{̗M6#]S3B_2VaF
-UK>'AС5rTn"t'&In˳N !NobtG ,Ev7+}~rksqNfP'^X3HڡT5DcY # H8#p%=u ;ѷb,m9)؜|uYId)(r}֖vi\~\}L.#:e+bu;Wd}[kA)DR;NDNhdWrc\C&qf35tGЃxwn緹U)>O-$aG;AFuq pUNlrբEy_Ѓnm{RQ.!`h.(!㍿EKv3ҍu-|;8 >0\;/<*!Fo ap%EhsSHqJO" ՔTzt@Z>Vb_ '\p0*3QѮX(ߑCҨЂ[2>?lW1?ׂuͱm˼U0~7߉1kChgx'=NV4 }#2bE"CC+.'u\],YO[ۉ)= '^:+B~t iJe6@VsZ>fZVyUƚtgKaƶDHa|1kj>VmӁ&k+ktz`d[L8W%BSD&>j?D UŨ)cO@yT <䅀6Tޝg8 U3sqል,T}ryM8$!Ci+, Zߪ0
-qB+Wėhtuo8SWN<%rLDd'2y^ %S1񤿜-ap5
-|.H~9Ȱ\$`YtsgΊvu{)ߓFRuԠซNw`Sֶ_d ϳ#w!_`&Zet6dS7g 1;I CWlʠ.[ \}b3i\싹j'SF#Cˎ
-m5Vgn0!Hhthg?ˌ2!/i<@ʟ;Уd~$>h =ಇtmՊ6uF^f-݊/6+*pH{Lc^r)B,7C6yC/oʒ1>ˏ~ǴTՇ(IG>uʳhvq:)ӠwI`!EWP
-qȠV.] C]1 s0:ǖUiw~ʍD3TUhwEJA/zg6-(f#0 6;ɂSW?,
-[-rS鋁M@zdJe/>Ea$Êm [Wj_F$`oqewcJvyk4<Lc~<8e
-NyV
-,o$bgZ& q &ց>LA5Pm672PX2<p*zfa)HP6[s+̧-fgWVrji%xap5gh\h5dqׅRPPo9A1;ٴ1UAܼIMsH0-KW~y/M  ٶ['8>j
-JΏ3PYEMԉ: chڹ8pz)wfy,GJ
-m\$m4"lh_臐'}y²)Ahy
-xQ§FMNJ1a]=S|kH>6m׋i "a"{/Yg_%r}HݣvfH1Cnv)3|9!?ex弢 00`GuRH1I5k H5!.n0\BNC|:XF!alq-` t M+E4Ht~; ޓă\3(<o接V)WF#^B8;
-ipr@捍c1bnLTȭ[7^{,cw竜CvB8
-!z$OzjuE͸ +Xֱd{fRMJgbw҈}en9߸,KHw~N}6,euiTw<n*JVVZ-u5RNEVQqAptjc|F1w -6Q'Tqnɉbl}u3'5%/~ǭQ%ʆ׵X+]~*]?.(@SM=  cI<ms ط0F~\l$RMG3!۴'wӫTt>ABPmزtG%;=]Z+E@OH}Ljo~||B8)Ǻ^)tX`rש\Ud+K˯1'a?qImRBgDNyy
--+\4s ԧ]LNwFtls0I 4g" ߱4׊ $2PNA #.mk"Za}Cl>&qp/Y%ܫ[x;L}i\y"bB9j)E&mv!yKFM섭sZ2UL~j]H(хFJ_Rťvd`ho(§j(ވƮ2_fi~f-&sKLr84k5 <p M遻Dw#<U~VGhs"M2aX:(tଳ,B—U3s2 CM$&y{~\ZמVQr2ƃ@Wndϙ;
-ݚ"LXC[=ߦώe-{C!FSY%9Vi=t0I1 '(xy@'uNUo~!.ZkÅyi"ΫW8y ukb; $]-FD]L8Nx#_ G%=HFDUq
-8)"~E8{/};k:cXiT >@}Ͽ"fk;wrM<ݮYdo`Ajj?:dn,̱
-`0T-IAd9bŝe]D'ŕIԋU;^Q˨C1F*pxp,pX?alIXKjAL|Kȿu>L}us`;jE/cl
- d<_̶U&߀}wqrNMϖjW"5U AA(YD[&<`TUDOz J¯џ+w˼?{1I[v9"QA6y10 \CKo[Z2 SK>ڬ(DOdFT݆/>pE)Kʖ4'A>h5v=χPZ)zL_1mS  P{";< nr Nu߶0/
-g۵5vU ؊xPôIAf0h,hqu#˪~ňCvQ.A`
-)*`@-wMYӠZ"p@Lq 9t"0Ciu1
-DĒ ·aG'G}p&T\s_c̊A~4=Gꓚ޽4XaNP ? M/(Q4Kl%XĐ sdZ='7wҚ4O|9L#gĂ%ɭ3eZFPz!l 5
-
-
-ԗn3 ]7'/ϕS.).
-6n
-H,8b̶1װWGfޒj'?:M=̹;U%0 "T(seTA*oR,+cՇ<,֐zńt(lNM̆/irZ\bG
- wW|#qa xBQkoq8#3Ȓw `*IA@OA5: <Psx(j! l'1=d>2Zm7=P;Z2z5t<F6QLͣ-ةٿ9ހ\ub#G=Nb5>#ڪ<q8֧?dPuA) %Y;A>Q ٛNGg&K+{TÒZ/) .$U]Fj$} iQh
-_-dzea0mz\,`y^U%!'zRȔv,3vxɱW>?
-hjt E{W"ZW;U`נBQCܝá-/ETwy{"LvJM*abҡ>'U(4iܔf]
-R2Y^lÚ9 C57*#J2\H j:Gw;<C@_94A7Gdz;cWxӥ~DjG7[I_S]ropg< ;tUl~|(@6o"aMG8aOһ{%4JMNSՒʟ[~ZuaEl TB_'!7K 84nH uL6&x?9!]?.D،@1<T\Cݢ`{tAU `
-#\QZOhFB˥S>`.7yt'-`KpZ}Wo 52͛%*`;>jv/zZx:; ę\>u m%N,U:tFgG"Ԙ^&MoىϚ1^v8lBT`h=
-؟rvCK_hn9wY& '-?yjX"M
-5dH'F +ewv*̄%Pn
-xaݴqIbW ?u=O١sDbCd<E8ʤ؂
-ٮwmp. ZV\I >>W$D9NF 4]V_bA'xdf&W~8|~4I=(`~B'2hH
-o2R,r%|XtlĞD
-ڣ7g Zg%qh@*H(ɮ!es󷡳~,|^NJanT=}|G 1֫IWĹ`ΦHBUw tOqlYU,%p~I^F,]w)u GN<ޘ2á F
-endstream
-endobj
-459 0 obj
-<<
-/Type /FontDescriptor
-/FontName /CHWJDW+LMRoman5-Regular
-/Flags 4
-/FontBBox [-566 -303 1772 1126]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 106
-/XHeight 431
-/CharSet (/five/nine/one/seven/six/zero)
-/FontFile 458 0 R
->>
-endobj
-460 0 obj
-<<
-/Length1 1636
-/Length2 13651
-/Length3 0
-/Length 14672
-/Filter /FlateDecode
->>
-stream
-xڵeTݖ5Cp`;www)*ܝ,w ,t}Qd/{g: (21 n&53JhjI<
-ŕ Yـt)`G/g+k׿58V- 35{
-
-`
-2A8R-TEvL Q%E5+
-uK9I
-pz1sgq^t#D̻GVM%4`q y<?@ GCO)`N*2LȎ7R<&/_cYVokrs:S^D5\i#6j
- ;@ɨBz )^u##}g*yuw;Gx:h˖`X'l'*nI
-'U[xY@=5r FfIxBr *I
-4tð*p)!R |q
-Z:qm~Z`J]g})VOos"c!O]j/=yJ +ud;O
- N&w ϣ,J'z/ LH\4nWBBM-56YĜ (Gg@"'bKȞs4h"=/9U61z+XT ݀V3Ͻ
-@Q4F!j9Fs?VG5…I?ltQ )ǵǗDzQ'Иq-\|H69QNq/M kd A9҃oΗJq 8`tq51;pkDu6q#:2փ6TYǧ6k2O/"8sno MG
-[ GߧT]s1_X}E
-+w `_Sa t)my陯E0AАN1A0}7HnN[ÔEJԵXL9\@FZ^ %@q Q‰hPJw0S
-p
-ƩJucHOn-j@Ct{ME݋q2 
-lK iD~ -}!yPun +v$Dr
-MRJf@UepPiv""}2TΪ}iĽ';~
-4" u5wPZOoˋo
-
-5"f?_fU(kQF;Y$+mM]́h0Q /ܢ3UˑeϮ_. =)y0p(6o=*%V͟~O`-$ ńR[t#j&nXQڹѿވolmR>2JA=XJÁα{:{xnN)GfG weW칲_Y.1*ѱ1W/<^M,} Ws̋J[T]:9&S4](7Xc#qJ EY7;n<ΐ@c罏͸V`yHSzWoo\
-wxnUi/=u#2
-#oO[jֹ L3_D-/| <% 7\R.ĴO6#i™ѥ;i"Nc[ACuk^SaWl%Ҋ%=^2hҁ_Z'6 ^S0 g,??P -j NF8V|\8u![W"̼eCǂ |p6r0qJ\hu'%"㸆6~쀛 &K[W9S+q`e+6N*;Ȉtgّ-N|46RBwQ/zK 7NlnQ{8!t]_?֨ZoeHǾ)6AM-7m= ᑊ[칰LaaLT'J,jF{,[SС(1$և5%z~6U|+Ua'9ACEǪQRc_Qa^O 6YS%ziR[2%4naRTBE Enj[!yǎB]+=͉H~P+$!
-1&͈ڣ^})"՝41'W Nf?i%QYTx;E}*k5FUJa_~/7,W;)?f<?;fEw;sڕ1UHz^v&9
-=&yDdo2>(@"pҮM.FM༚Q0Aq8n;_g.<Ch;:jH%0<%WLߕRzȮ IIx+SU)knƉ-qʢо^W,A0lL竘ޢ Xsf,*v B6!Nd(MD~~GK_L8zήMh2d:ǡ7?@n}?'e¿0,'4>5jQ&MvY\ofe ^l.۳(Zگ\6 ?}*3?ʍITx :Vt\^q8 Tlډŷ (k_Lx:W(CC&/ζ{g,}K\׹
-ӗ!;*O IF"06|FgwE3lj]MM,yBB
- y/J9th*IB8~jE@ӿL@ry r0<LV@<i>੉ufX}%Ce8&f=Xg?R٣m]B @n0:on f&0[9.4P'Ϝ~m9Z(pg1IV]+D۵.fEЗ<RhA܏zV%hk[U%9lPefOc5!>w#r6ܚ^Ŀ*nb(=; Q ڵ%>1^)er;4KDP s-7#4aA)IWi EpwMfv?/KzFÊZ[nl}Ud/</PXt魃4PꭡzeA^2'a!19 Yk9_2Mvp&P\18!gL'~,5gfb&pM)`xR;XBmXOG/N4yAW^~7XOHTwa<WyәlLnP#%@[6hH9%SS$<D*n[NTX rjyheCyw8~ .nON~ΞJj AK!|Nd3;4)Ѡ=|g)2!ڝxv[>}xf!zנхdkq+Zf?Fi[e`m$,Yof+Gwsk$IՌNhz}2}nFEIPJS>&q?T3>%(׻ qj~.K'a)%?T
-uIŇ쉗D9@\9+^'V/R2e 6!jyu/D*2sb:Ѩ$5n?0p[*sΠ,97=|fHNB:\{iq+ kbS|sCJX$v 5ƒ6~ ΫQe'YTVɛw:'biǓ$w/-<g-b=l5bG徑G@D3J`cs 2/cc<1_ضuQ4ePTi8JjrܭAsCaO [3g'nGP 0<?PL퓯gx> #Àˋ|ID* 72_.eOP,skӔsw\3{rL~ (V"t[{Ch5q>=II)Ƅѐ?UyE>h2(0% [gA#&M _]|nzn{fR;" R x,<Zפ%&`J`s~cZ KỳS?ǃO38=ޛA6}g (.řOQ>6gvƾ$'=5{qW\B)z7R
-ܴ̬1vR`ebi+W3?1)Y'Z]F̢j Er
- @ϙAFvLnZteWb-}`k,/&5k_' |D{&*,zHGSےdtzهd ET,u|B[<t=Jup-<ǵ6[W.-c Nfx2;1IsǽʤfoGReS/a::gE8
-^TOղ{S$v=!/Kq*>o@`hqi;!#O]6'TE³>Kn}M 9;F1qxy/%P!ADdZ!-vq2$!u)ᄰDGh']j
-NױޤPCDOa;>|W!8qŞ\eb"쥺Mx8Ţí2<ǚK4ȼ8'X6Z"Kh18!i|j/F
-ؠhmm2?! eU~(5 u{3K8c{fL3=we7o>2s=阈)Lfg :ɿޮڟJ׳|]^tAOsy#Eߝ"%TS~UٗoxN{dE(_ sFw+ 'f6wA//&Oj=`jLs)~ͭGF3*]E7-*6nn%C9mT!7jn0pw?r\C#낯)p@1J⽿eW5BMhz
--}Byﻙ?Ntz-<@-W;ɾUE a{w@5q^ &_gk8~/-0)}5HLaF:%DnL|'"d'5H8x jj0wjY-GY)LxWgkGdTǟ!njnPkS[fA Sqq"g~?:z\aE:֘Kb!Ax/=٘u.
-s-zZ.|yc k¤vi <F6N/l ,qbDY-tk""t%];)E$(B8 9oDcP|á^\<)JG,W\45;~$s l2U[{ .dwJCΐ,;YXci>bjRs͎{2tA|60XбKgQ*ve8ՈWáwXm7Xgan$ha>ސWK״b0!F,YPu~O6D <6{m'Yٔ7^BiO9[]ٰmhh /姴V#vv i)a$"*czeDj"_x6EɎn0F&RfYߌ6
-*JVw
--OL,Ïh P#dW`?uG
-xiDH*t;p(
-
-M>KEɛSU~ uGFLvgm7P
-@UQʂ]M$
-/!ѶK|e'ɋ7'*^8±wc"%F(D3J)vI#R{Ӕ'e2sNse
-ӳJw+^"M=.P϶f'DVEo ~֝SGW=^aU wrڀ_?p3s{i00,7"n<y@gP7q2?4\&V5.DžT
-,ۉʝ&rpLBW!qv
-$S3uĴ0' 6Sk>]"t=pގoQF'TRr_jSUG29qTXn*lDBl뿌Gf%=pAl_K 3#L14UH8[޵nzDL̻seZ.*)C/.yodo~lWc݆or IeGqqǺd#7-6D_m{Ct YʑO;gmWmɥɿNLYkbv^/Y>FX̲3ˤrkFZ~}`J7P.
-r_#9jCtwq?g!1کdWgyYJ
-q6FNaCeE9,ycq?WQe
-v +*
-l;l FD~skܛ[b}N&ILdwRT|1<`֋(S2,*15T<bf[i^ckZs:F@i5O߭5BݮqeƬJYp:2?c'`j(KykEp~s
-&-cL @’c\ZY/]OU׬Ұr-Ew"L2V^'rW_b'LԧR/e| G!;ֽ"і/RR`PcB;dmOB-ݨTeYq3UiA */RLra`i&BxT%IGc2M}=\bO
-,)ܭiJ.h!l·'#K fruXn*q:^UЅ!!n/C\}+m:޲ȚuZW:m~L;Z1ri uٲ<|5P7ox- Mny`5`ǰ=j'XTB#.T tђm*v]'ZVz-]g\-3@OF3zynLo|r{x-Wy;"=fu3Yb曍NV@UJUr?RKz5G͙1寞nlDXmswS.SgGWVmJl %(ߊ\Un(7
-^9\[0{t"\@?0W4F&qIL{S&O3ӢyhC&
-5cU֒
-endstream
-endobj
-461 0 obj
-<<
-/Type /FontDescriptor
-/FontName /CKLDUR+LMRoman6-Regular
-/Flags 4
-/FontBBox [-515 -298 1647 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/one)
-/FontFile 460 0 R
->>
-endobj
-462 0 obj
-<<
-/Length1 1729
-/Length2 19819
-/Length3 0
-/Length 20939
-/Filter /FlateDecode
->>
-stream
-xڴuP[]>Rhp$CZZ)P\}~^}߿du-k_kϙ3 {5Mfq P 0
-L!@
- ЃA
-xk'
-ֆ+j*HI|?LdY8y
-XQ&7U/&``C`f q9 /MlC[^zȚgP&ʦg7αofo 73'|u]O@9\069Op_DO!n9cP*o(ZI[V0K фٿl%WP5S#aT^
-(d8R-/lOh'hKw<rLb_Rûcou籄EE4 y}1_f5)S@p~(T;j&v<}0Sg3j}<qQSɀ"70S
-)ls .g뼧m?EM{S .ɠr~+m'=ET=1LsСhFy"22XTjXc ቱ=yStuk|^wdBJ
-:a&[Nj,:O.NZ9>ɠnvvWR0u?Twk'ďa'6z*w 26gT|H5:ׂb7gdo
-Qp[yD2s^bG9 |L+T4686Q^T u<c){jZ!ڢ"_g; ,"6(-`ZX"D;{>0d3$4%ےH;IL@z? .!r3Эr
-2E#^L.SHVe'3DšWr1RYe\_&DT
-!APmS:28 >"pYY1K?bB0JA~R SB8Oެ*؞kpv>1lBm\WɿLUL3 O 7O
-8~15 0w~\]hCm%ku^FdOzeSraQ7" 昒:4eOܻKJt
-YNp jr3`B0',(d8gHα:^e<C-Eb
-{5 nVZ0G|;Z^BkƝu ]:r%lr<}I8pT'-g*E2zh+f39x$'Ʃ$$+h7tXe܉fnps򘛑0\`Fqe:}=#% 3\'FJBE>^OXbE- nɵLkc~ <pj$y /+٭0O, c9}ܸR^1i$Xy;ߓ#X})k(F.{~V3ptUzu0~@o,p?q,*SX;7BYù&,F0UW:h|+&hC[#|HGSxюG_~&vOI@9M}~C.4n\%Cvgw}qZC3M.)PS֢ hbM;(3|F#̟ &j/I"3Z`\uz،L2 YQ6sA12\*p;98L 4tWC{:nOn0>Wr89ڿFϕ0\D5ʹqߧ_#o^o{IJ*}bD>|4X<!+ygqaflG5uSFX0!郓j؂%CY"@H3V_Π kA;9!j+rCUFb$dH/Hx2\<?b)97UDDmxŰ/nb{ a*H;|t{.VĞ-o/0t
-?+?sK72#(LB87KK*nN8A"To?*A:"V %,ݨٍtL`k`ՔR},ST |䋔gH^uI_f+Uz?DR%WS廢B@v>̇LE(uK(ݭUj(j:FKK һG{}2 Hcb)"tguX+2Cl$~ᛥr[ԕ4b_H
-~=
-E>Fu744kv>%gǻрcm.ϭ^wd3Uٶ~OA yv߽Uarc`c?#|v~%nBLr'j@\5EC"=06QFm粫D}25:눏,۸gH 'NDuU"
-ASL\Riml֣mn/<kCNh-GyEBsԹ9aXwEֹ0I^' [[³V#GmGb[Kfnkx"g!-W$. mO~2ž+S02"K- \$eZN>A{#D(WWNs?S^)/T\
-
-aG6dl96 :\db9TY'kε:Sz1NP '}ezdW.@X {WX^(Ԩhs!GsE*Y{+<x1DIYoý@&1ƳB-v!=L=򄗢BW!ftA D~9}DH
- NP7/9>>K-<G%YW T4٦̓~-4
-.OQ]A-b)ߞLh~|nxu엢!KaqMM|Ŭgtf<;!tC"QguҪ'7o?N_
-0#uZw~fYOk< ލ+"AG9=Z>jܽN虨s6 sh>,d~qN2GVJ/tF[My|I<$e8k9NZ=邘ul1HXX|.{NJ4=b mO..kv-{{{CCfI/1}MQi~p&N";ibl(Xƻ5%v[P猵$.9ެk,QG*
-԰e;e뤪`z.v|{Ю%ݵU@^]Z9~l.B"V#<ԐSJS8]DŽŹ)
-5"7d{ 'jRl[`x1dPaV#wghU?JYBiD[ ;/ХwS{Zfw
-
-'~JNE% Ij,.*Nd.c yNm`LӓMPRmZ wN> M
-fѮ
-b3uIV'mqo'˲ph
-U$}#
-;TǨP'[+|]6 g
->ۗCWm_ܓoK޺\R똵>冑\7u͠zڏlP0.HWXXGdiZgt@uiomp˴e/Lzy8+5[Xܵݽm4&SL%TtQSp 9:$#X663sVyhfY
- k?9th=27nQo@!vOK5|!a4z<|tԾwIEXqB{:/09bu2Ik'؅`K1quUW;h.=#ٟ?%$/W_EUkf\(}!6Fr2"~ {+WBTMx v pUCБYt喚r* 3Gfefa]4p; IQ $db2I ^V-pxYdk5a=)Dšn x
-κf|^*!|&:RO˛?uvTrr6^7V~h}:/.`EBkg.o ᒆ8PNS
--rP+Ȕ?i1fX*9T`2Pg;̘<8ePh^oݎ@~0_nXJW+iKE{)ѯx /M4Ps@juKo—uO)ηԇndBOtE`Taΐуd"5KOQ/
-PG)6J42$8s.aYEE
-8c[O
-W:_5]$Lh92#^R$)l<UJ@s1^FZCJgHY)04g Ҏ
-04f<sBxBc}^c̀NKD+fV 8yY;6
-ltd0ƺ^1Vs>`YE e4Yk~%v|
-S}q8^gv'˝v}_ #GkC>}8h3 bZ@G6熢8c1RN
-AIYL3p6o)6 ý*Ɖ
-i:K@=[rjsiɺ'-;.}o$+OV2%1e`B*co&!xsQ0K[0lX6pxҡ-19{*V)J:nx3,VY˄r ȑb+(2t@oWΰbmV$nuAU,n+M<hu;4|%,^$b*^%n/c_qoׯv -Cԣɡ=O3z5nl-BY!tď Ңo+IUj3:`X'9t`]v|Ť%UZAq6N$%zXt_1|z8zzNhN41{ӿڜY6cIfۊQFY'VvZ}'6KdGV oE\Wd,0*(UPT/q09nAgm蟚M_ڕ?%o[6m$,X@^2(xsq]mˇ>:dtɉ;~ %N읅3@B쌸dϐ쬘ȄTp4憂"4I c'&L]U`Vƺ/T=HR8hW+0]kN4bI qӖtY
-O(VjvʈL$m /#$^V:kszv6LcZݳjվi@
-*8l5TAHgkߦG /]%DWjn5Fg1RXխVa YN_UEDc mx
-uз@^j?5J8/l{R|wO#w >gל4Yp?nZtDbF^-{3ͤ(L +$~r:W8hk\䍰4LpN
-+e^ zu< Pz62J6q;i=[rJܙGTٶZ`esl~y 4!?]?ež`|g5"@#6:R7},sH|rHrpR/@sjĔjFyنЧ6i;V۠z{[UZHIEx;GdiOdbn9!`q?v`e'\t—Q;*,rZ|Q+B-ߔP^-ˡ+F?gکHفޓ>{>Ě,r~͊_hq}xiIVFS7`qQ%%YdWp?unc.c*y}3n0:Xx1{L.S6^4K&
-<W?Fi$]E`5Ȳm6 Ȟ`Np2;C!}~̘B!F!MiZC.Ppk C}
-ILB>t6rucoy_Nuk-x1h9?~K"=iy1Tu2
-wPؾNeQjەz,/*:j'VKu8<(Q\mk' fe^3 Q3EЍ #rG{ow
-#/l}jXY{eUH~yF;(Ɵyߘ"(O1X6>&)-~GH;$VE-b [jk5(1o?inƞ(,
-6 jJI1(ҋrTo.̎\o|=G0P/w6e|:4 lw%{+*.T*j na>s-|n' M$瓪7Fhu-ORnˍ_9A{WWYK$]γ:T12fѰU1+nYoO_
-}
-{%f v<\аċ jTn۶`|Zy(l=]/0
-Z7$~]r݇HۺOkٞ&I}w7/ʫ>c^uAKI $ S[cL-꛻K!<kL":£帷f6S@jbY]GdG, Wtgm]Ԃ
-IP $K?Q :N<7:>|?-ewkhG+8)d;*eR?οpq~& DEtE3`}5#LHju`oNgW[G ^ǟn}腱L%gM^BA 3V ʳP׋]%i7|(e<|#^M@ gaOw|#az;!SkoM)/yp+.JPK^&'UV<m [K{iuw@qlLc_:A Hr$(BY.3 e8׈<zvʤ=DhjĒʖfb)Zhz+'j-}d5?<dv5 |puIcu>z|=4}XSûrZBDp91D n=xnҖ1kfX 
-+W!ӍO $Z 
-}i:ogD~LKk~]? Ng]yla7W ?4Rw zHWӆ֬=۪Ǧ
-Sla-^$<a:h_<O{PQ{}>%NJ/d! D}ءLQo-<&|3#̐hgK,"ݣ<f|u$CM lu%Ymt®N7{ J#5:w6МN\CPC7WA䃉\|1-ܻNrMݘi 2yy;8凖uͮ
-NR܁]~S_~볋ы}孞Q{Q}g&ʼn}(ԴOZ3 h-Yu.B F0#;@Pb;lT%9c6ɇSf5
-gc"to0{_q0J fUIЏ,7?vE^:u~ux0Lj `$w-{
-cq;4/c]N?Lz'^zYHSSn3.v1U4@G0FZE( N%}oP)a>v"|5๐wײ#26tRGksՎ}4"#xzFFbx`K߸JmZw-3?>4߿Xo{jf=]1$4H"g D (_wŰY3w֘çV5h+ G msN
-6]]n@*W99 =y #iޱ1Inŝyhgy./U-pKVdj^
-$N6A< <NXg=C3{k.Ӷ7 2U?'uX14h;(74vǷΐ% s2I _TܿP]tg72WVf']%˟nzzu5TlH=d8 V$qΟk{^#_G:*!&ї_&[X;BQ>NJRT/Dz9;D 2ҍLsQ*agFUY-A`f>ǴDlHpʝ @0B^cpb `=Z^ gȸ@Qd:>P#8 TfqDbG'&TBI<;` 3S|ӠQnY{6 aogR?z`G<pJFS KS֋U=蛼5ւXygtPZ[8 U*8?FxO <t0Oh8uP md[cqqw6;$xiUˉ$sWOfAz Q><4+wCX6Kd,w^G%XE ZʠEΠ;bX១[+6n)p+
-pnl3zaKOo%Y^8B"d9ڬJ.EJ F[zP˫gxYRZYBАgX bjh, RrvZ J۝B6Oȏ`DW+15=LAwQ[_]mFUn N͉
-&%aFvI Hr²V X(K1̡3(*!KY H +]vzq"+w,?7F eQ=c+9;YHݎ:} 29B}`Բ#j6tC!F9x?Kv(mD0P!E:Tr.] ksEO
- Q%hX~`Xe'|7X([@\0KNg<!Q_MD ]{)D`?GbYV- Dg3:R_DViMAo4\^E
-C7Չkb鑷Tk
-%L
-7
-vlh
- ֗5[kpm
-n;nN</ďM4ǽg|gu|/ܛƌ;&FD;E〪hz pB&LVb'J~ Pc Xܙ'%coH ]: b>#>f4)_|kG6 fX +\ Yj#G:(pCţ+-rެi
-!G uB_ h*~=k){JFJkmHYO|xƢ&q}ǩu(;F5c.AÃ&
-t3Ey֒* THBmuhÉ$C|[ug+<
-{X΋icw;c斜.
-&S}P4DS?qG0RiM{M(l DoEIiVmv4zr :w,`7b6a2fDn;/}[2(z<ĩꅲ
-f*elԛG۰tg $y!kY0$&|ƬK3tfؓl&Jx<zVBnOW%>ht)
-z$MnaBUlhx`oy+P~ $NGEȑzXi7)QpAg8@@[
-+8:\Terw <A7篵qs5T)|pAZ!=?
-jjjbhPBv#<r7 Hye*WpVs'VkU.)^[a5zhTh yH{x`
-^U7+Z(oQ8Zy{[D $1 ;m)kVlJzks&H.LWV1M\-0<8B.87,};Jee
-> Yjcn+nY<jD"f5,)h8BQAs@TtK;wÅ)q=U}'ghŔ1sgaHjPv*Z(>mO/z }dsI[\.>> <i ZmBvUxI/FmgzCOYډEB,ysO
-7kQY3ɝԇ3N?ۨ>f=] ĎJ¿xShnCQ 1*UfI:һ6+R: {`+m/`f,2^APdVNT
-DF&tiS~3 ML\S~~u>FXO.}n2"ZsQ
-GO,5fЇh۵Ys]_8ifo6,RY7nn2Z!ð\B
-:VD;ZLIaXc퍉J%43 "P[LDLrV|vBK
-I<?PnIcE-9ЫNs`ZB"Ut!tfTIzM=[u=eei/PiQ&1a{ab٢g1bmP!CU .<H^%h*y7
-endstream
-endobj
-463 0 obj
-<<
-/Type /FontDescriptor
-/FontName /SJDBXN+LMRoman7-Regular
-/Flags 4
-/FontBBox [-483 -292 1562 1124]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 79
-/XHeight 431
-/CharSet (/A/i/n/one/t/two/zero)
-/FontFile 462 0 R
->>
-endobj
-464 0 obj
-<<
-/Length1 2012
-/Length2 24743
-/Length3 0
-/Length 25987
-/Filter /FlateDecode
->>
-stream
-xڴeT[5[pwww PSxpwww48%{>%>kU2\YQ$ig fdeb+
-ia^ Mm;nz (}#[T͓MBll
-a)yN*qd`~Oun fPKy'kQX&V}2Q V&BĤ១[P6'_c&-1v$}6;<Xע9flGkL%tNNH=vL$Oݬa~0,}o7~9p4 vXq2P\=w
-^jCDgYcl~T̚Nm|n
-בt9
-=5U׮~^1쪄>L<Z%P둟k[.%)a^d?SvfŔf3dpRMM:)o'% %2 d_[t7
-[GjdRV> tf /8L;\ / e#MҤ_e0գ
-yXo%d:^ ;b+&
-Gt9)eēJo!۹,W;e}y'q/ArdKWLY)N R?ծ uO "
-tq~8, 3MI4!>/ر`%5^DL̪rA0N'ze;vn cZf;ÀRΥ䲺+Vm%#xM\>i 0cˁvFik~ch`uM\3;"?ec8SBFj0I$_Wը:=6`Pv+~7"u^}ΐʣ Ku ns8dRT@3<~`f fM=.yvӊ,Yiz/w*S-Vby`}g_1P YОElfD> PyoHŻNoqn|&
-}0
-oK,Vu6sxaN9
-JbtŬAF{?ꊟ0
-
-W"#ꗗ
-Wv@ f0TJdƜ/}] ;jS|%rs50.rDGdjФΈd   `Vbi:ZM>iRV. z8& |>CO uWҟs_qch 7&57H6$Ym*;3fL"ui Qw/y|cFǘ:e=)&@*k\|yD:zjh
-]: V@sl(dfz#C20=Cբf̫nV Z4=ך:ϥI=UÙUl9`9a% c6tߖ;UiCmPpX
-vx: p޽CpD@Mѡ<+Se;#xp
-G S&3.CnCe/vH ^ _(l0JLulp׷ї]QEr*%n[w4/SV^FM5!wZL<JrCg1\I<`Ғ-POX
-CCHDP%`defO+NyT1"|)My%;d8/mH.UB o[#i7`!R4͈FRo JL$ dv3qVvtZo;z,emc*
-}M.kgϙ)wզ㐟- /3ɉ_?CJMo7p+3 +2co -ŘXB!?G-W(T
-ze.$oX4Dw9hγ=WԬGߵ\anL+cA~rhw"TlƔa f:I…`XwVʑogN YDCeuRy;_]8%y9KiS\n~Z/`{rb%{Nw"/ݾ"P:Ӈد?3B$6?CBYX>əƑ;-#T,ٓ P<C,̟QL ! ˜%G D(M0-OG5 -*{%yq ì̍Ap|9us]5]x^* S?<x)49 |ݾ"{W|H4 RȦ7PVHBƪ'nnp4dA8<YV b[
-L7y:)-8\P<Q*-a-qbc FGߊ'SnUV zȤ1n.!lT~b+`i8(1Bӹ[?.pYWXAGu#/@/m/oêkd2wbjeIׇB*iXo|MY`T. ɭE񜭇S*`g%,n{XT馪|Q
-e7|a.C{cd4 Rg8Dp%MI 6 DlaCCH}MT@QKWa@nGn)CD<H[{ԽY:[pi96n\ص@ަe
-C)Pd pN-D
-loc_'&v8Cb''0Q~Rkwj^l$FD[0t),$hq&-pYu߭d
-G%C>ݧRbėo"fE B xE
-Q 848)9N/GF RdLAt"Zk֞Бb, {|w3 #B铗*UsIiEI'\.@ĥ5{>}ixWAŦT]ַKgU2'pJ==t+'!$9(|BU8g_:'?Ԉl)B+.X/eB3u`\M'XXJ5l9,+E^t]Y~s7Ki ap [ϐTHr+' -s ,^zV„4űm
-9룈W5SxH[Pʲ䥠D[{PPl#H-oH̽nZ黑;r~Lte~ g[ñasW5
-<DGy(c aoWf]1T@
-:/'rwlK;OZkAԾ&#,(\<
--p]; HwboKLg
-<dS2/eοne6tQ>MiC0޵0.:vVHJ7nPCĸ#FsBl~CoaAED\/~RWRmir×v~c-Qs+̴OSÈ:V^W"-δIZ 2_ﹻ}~~}1dUрܜ.8"5vJ.~sFB}%GBtf*3s3V Jajz|6°
-46t=J~[E\ir;?Y a+#]M
-R3Mk* R2#[(bBmx\u4%'6
-r%xL$FfNGEJV?eF7Ҝ۝Zv.EWsMS$hj1}F$MV+tCW8˺<'v[r]
-Y7$it䵏䌫ޫr,V ,8n,|jB鸼(7 I0niҡۛm=Z: <HI޿:Pkft
-
-[̕;L3p46 r
-fyP1܃2Z HDxmm^m,U+k R8ߋNQ@
-4u&i${YgȽVvw-9fDSQq`_t,L9`A(:w6PkT_{"Z!c^_e:WjVk, ?lhi}:ɹ2`GtSWٝ.
-1Yۣ1| YV
- ?t#3AOm@`KJuur9_:vv}%9w+-J:EK9RmE5N{W4*hi\>6g\P8ɻ/ܗ 0ٯŌkjt[!:3#0Ww4|!cᴘwHCT]gi__+ZmF+|Wa6JV%JOɎ/YOZPGBr-ljhǴb(e%AѦ UR5Tem;oa(33F*c UM y`t"P.ݗ8B}%ufWmV6gt0e:] E V XF^ڪ+E{ ٜ.)S iR{
-A@V;_u:*wY
-BĪ(j66y̆GRP̆sx'D ־j**[?鞼tK)VRK. c;>r,h6αks!nM*@"[07Q <+pM^r͢j`2[Ym~ L-!i|X"6AM)~%#+|Cn^[KA\QsG1,V>b<z$7UN4r*3F3#!JKH9<Ab̊"oΡ~6d}%3
-f-b. JS`cB0XRR *, ]'.'d(_bFgpϼV|HrvB<8ԼE99GGP:
-EMwg<b_"r?2p3x h]P5L3M5ӁIha-0m` y˾C*⧌^(;R,
-^ p#
-VD@ڋ Sx*<LiX m5ԳR gkғAB= ܜ;8"}ҕMȰ&жc%M{YĬmtP(dZ
-\ߪvF9sHD9?ɧ9`T:q^&L1)ߗC9/˅a3,u,lG6hW
-%iD8!i:.hv wvXDp)8ݩ  by9 "q?hq-o0RV@2 B} sY֮@a|wh>ǓXR^IZ en:ٻ4'9 X=gc]*C)ix#;$PQkdn1 K?!9ug!;"'T;Nw<03CMld =$h\*ď1t!!DcB,s ]گ<;!o蝙Y)@Nf* X{W6x@gbƶhئ̼9OoP:7dssL<RҖIⶥ {oױ3HwtrNРAۗ/x^J\!9sc$N Ӵ
-V!n]:-Oeke|j Ri`xFmeq f2N5Lxn{޻њ" z @ 9ҏ6͹FVihIHn0n3qpTw_Q^j(Ň4f};>ٸG lԖ#3zQ_ӹ|~c2Os
-{WqجJ0'%0y0Le4EQ-gh6ڱ7y]@;
-!h{D$ x^V<!,(ƺ0#MhC^?~>"H"6I%ck,ŨdAXC^3/-n
-2 f?ENJ_Q=?)N/1Y)O#XB9\" ٙJ3l}z&Y
-UV9>8ʴaI<*e ew%(5yTm)iF>3(k1};~!tkY }:4{oiY$VT%B/XA&'#ث8 5݊ZDuRJ*TN$,j@foUYXDRxT iꨫj0}ݙe=P[S]<e S`̬ѰW.y
- q&4-n)'Iݨmj؊*ڲ )j4RLω>5^d<D">Kԯim/tςALJ䖛kIc*\͢0QvJF`㾉9qMO9>) hPÄ>[[QI >,+|#͔pǯxA\T
-qrbj3'B ޏ; cSGɟcQB3rK)}MLVX,fG%,D;Q%EW%/} x=>
-5#5$޴$6MjP?H}z0zq F(od|~='yԙ%)xS,ESÐ<Z};/aInI2Q7H>w=ЈxDE;w1hMM.רZ{"
-w |]CT}ve/B#ʶ
-@ZiL[4F^,JZfo w:s) ͣ EIUlc%Ba/ef`.% dc^?ͯ?HU>{.FL:8~4Kr{0tu~qߝBDtClmM&\Z862/Yk^Ac,_2Y'ujyOCWQXVeˆ|n
-Z {yd.9
-\BZҡhUUQ)؅׊c$$>KiJY}ZG!:~kY'']风Z8N^\X8>Ţc.Qpg
-q'U_sqH>x^ >0`Id%>Po*:$&f{IDlK]|YQGg1.̲l%X"H 8Gv90P0"|BDBY%nNsy:e
-,W钿걿| } xJ{
-'_I>b+Mf>kvLSF,gd/Cb*D?i-N.Bh#`WdbE;wM)`+9 ).;aU$rmQb_'8-&أC<o1}+Ja_^jy.`Iשѕf xUH!'O0SBsr%۽T
-hJ)ǎc1?HS(n$ɷf^K- w)&n
-BFi$L|W~̄y;rp”>e[ˏGpGjKoٛ/6K;G?"=78qx*Vn~ּOA͊e~ ۥR$fH20X`i?a+?gW A8\ kvǾ.Fը]O0\zFVomK %;$eZN7sͽr~d/}/P<WN\AeM"^u8ιj9=`_V9Wt uNu:=BC`%(1\2y|(-PYԶc r#-v
-=0%S~̆}%ɏ 5:.zme^('F̺~W74.NVmt?׾1]iM۹9L .DE]W>KGa_84|,t+(8jC΍H
-pQ^aZwXbVهuFfC>ɽ!ma zb.qs|(/ݗ) a>Be*ǯ*I zwj <wOSOa;’kk7W5
-ObF_>o%@: 7ږC|:Ǒ5`#3[&兟 FYlKKYPVYS@)VA
-ŊLh^FT p5}!X=[gCNYf;{PF%{#Rt+Kퟭ}G]·(s3#tKwv| Y/䖄*WxN
-^kZ^ԠZ3DD:
--\}StsM!3/RtudZ+iI5ћ|,{ݬ7e/?[yt(䍴MѝueMaQGk>E-ePWz] ɗċKM.,FSuwWx<qT3ժ
-s<zplIsB7^.} 8Ap}JW,rH[3S.W.=#b]ٟr0!hPgwrO58W?~}4˼kkIKEE^;)l֟9oS!'6-UŢr"׶BG^ZhO{֜[8W~g6h_L]Qk
-9ָY]&)~E$I惈!Ą H e K] >\ s3  3P.ҜCU-;N
-RngLALt ۗ iU( 9etZUNZQ8'hh."&dd)vZs1Y: \9VGFhH0tZs+b@UQO5ڑZ?IzD}'=KȗaGQjZ7= nDxxԎ !OQ@H"NT23 䝧#ࠜOPIeQҸKRvj~
-,F&f`ayh``6ǰM2OHPi, `fPO}S!N$6sDZ Fd>-//m`4w 4coRXWvR}A•ΉLUmsceA5~sr@˿2n2&t>0!o&Ij{>!'wn2tO'"Q՞:p!r$3a{2q
-D$P@g 9:8 +8H~4'Bλ'1KHp;u .Rpu)ɜa^I֒lW$ {Jny;ne
-ǚ9EjBM`w鈧V7{g- ;
-_bL}hm'g5l
-9e
-;~
-\d\n3F
-}"1q 9q>()pȦA}eE@EKDhUW"]Gr^RϬz3jt}gy y}U8,<'W{{h=nJy %4Ԏ41|mACgb{JBWf:-űV܅DAH\<y5,+
-~@j_ppCpJG{VZ>a
-??5a`e6d+m{0ixِQ<h>#?;qΈP8y.CZй?F/3ᕱ|yms%Lkw<~rKvq\3 ~59n3QT`Dam>(~ju+oM T×HmϹȈQ↚^(k%Ё'8D(ɧ#i{CFzģ<Uc;Zވqs6lFA x|HNT^SC2=n?ݽک܀Muš`5B!ۯfְDYB&qɣ<Ai/z f2D <MvT
-FFrm?p]X0[v%%
-0@f|+tVŊIyp;]_Αa|:9j% ͉>2
-yPڳ aPA\R!4Z/ƃڠ
-Csه42DyHZƽX^x$rߪR4)EU\(P7< F* q7 i ]Uz0ZP+a l1gc~%t:d񷓅"+T[
-gm޸P|ζi>gy[!pKM\!­;/A$}є\'ZiWڗbϚlB0M-{ȦP|20WTqlzL"ami6z3N:YDV+CL^NB81/
-RrμA\ܶ +) KgK-b'ZGAheP"Jdg6ReD"ȁ ֭sJ :xv~ӻ{+#y=;p:^q{r<. Kc'bj@w?P9mYRx͚^=oa1*'828
-`@IӟPq~FpD-E~!JIR@Zl)|juW/*՜R:PF!(o͊*pT'_HO
-PR@źMGނP퉣AB2oߕ;ɳ߂ ~~xD$jdm45on6Uc<r5V4e ! bBM+#SSi'@W
-kY bp__Bo!4d}u4h44t>6P$>q us,"U,״+FlzNθNSPyU nN+SlS2
-L̸;FYKĚ"#ևwWϖ;ӆŽ[X:*d<(:aϣ)]Z @ 'f<4<QsQ7RDˀ%-n 읒@C9-ƚOT@'{ssdW)˝2mqv7*vS ͬĮ/cKס5-}Btg{4w\u^e(ʘc E$ʧuRdH%Z_ 0ޭL L#rùh))!>p
-tp6 tӛ9[FĔ\HךՆ̞iX, C!X pUiι08EO *.H&"w2Μ}'ƤDy8I')APG+v}TOr{pB $Ay;e'yp7
-?f/x9A HUtY K(-
-7)8u\
-pby*\n7NYPάB~$Ek/V rkN-]} ǫ.l4y\Jh`oU=( f|DrQR!4?*r2:اPSl3vwܣNJ\{>\LaxcP@ѩF\;DW*>b΢nJg4X̭(JI^*g I[IrWXnN--1d%`>{/줐
-y(Jpy^aS!TWȘPl[X{ZI_qRɮTn՝H7U1CT+e
-"#<0ml/bX%B!d% +xJaM
- (ȷ:<WG|u*geP3{4,Ԗ4NWl1˳[Dci̒g
-pn
-__ew&;wD+\TNsc[f
-{oJcaG g-.6sXªBV3H<-R_ICysoG tҺa 9qcDx i-߿71]<3,ҾO·0Pʧ(Vt`O 7p bH uW%?c/xݯ^
-p{;Z7yJ"&?p(1~NP|KI^{::Ő 43":P4y{%mk[ϥǦOKY"5k)$%< ZNZb)>K]*x_Oz'5b򄖮,m*4/'
- "1Hk>F
-?d<aJrSӡ$|"p)JQY1FTts垑Ҵe3~I]/iCDI$`,q,xZ[xDgʒp;VymܔI>V{"^}d w+ R97pVZjkJ~.Nӯ
-2?Jb[U\$x3qgx曹 
-2DYrD!=$9;O
-^?I!頛ȖZl9M
-hhJk76K9u>XV)Z;c=k/L g2s߬dI&xPB?WؖqAq?u@)7*|Пf ;~<5LX8?TD_:K)h2_O`o{,IĉVOA=Y2lvr꺷r5uK1|~xFL9˻愈fuhn2DkLg§$TDt߻HĮH<̀yC"X.؁5*
- #>ڙ@]}+VoJ&#_ثJ_:v8K˨6>DqRzSX| ?-azra,h*QV(l@k^k6 HVʤd[]|p TuuΙ7YL TmՄZXgivҶO-G9A/lUg,ݸkixNl?̱D#r1qRVdh#(>:퐡k9cm*5xivM8sP9aXTϚFZ~l/Sۂvd/o&dJ}a8naњ]'C8Nサ*j%š&0)LV~POd; hc,]& )5B.bZe=
-G.+ȥH;tҘ\,K& ]haeF_޴6z_~2 m*Dhb'̵$f-U˜~K:/}E\!$n͠1k*ASbhtUv]NJŵv /[˼؈Qj( gUP$”
-ղ="^cB!
-DxIrt#v'M=)v{xqӷ1n|_t
-Dݠ)Lq.
-5-v.0mzkԟPCdL\QJ%[BJϤO_M E5eɴwyv r
-endstream
-endobj
-465 0 obj
-<<
-/Type /FontDescriptor
-/FontName /BRPHTK+LMRoman8-Regular
-/Flags 4
-/FontBBox [-456 -292 1497 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 76
-/XHeight 431
-/CharSet (/F/I/T/a/b/c/comma/d/e/f/ff/g/h/i/k/l/m/n/o/p/period/r/s/t/u/v/y)
-/FontFile 464 0 R
->>
-endobj
-466 0 obj
-<<
-/Length1 2296
-/Length2 26747
-/Length3 0
-/Length 28074
-/Filter /FlateDecode
->>
-stream
-xڴeX˶5Ӹwwwoi4x ww  }Yk4cL5kVMC"n
-
-Pyv
-{kON܁(ckW t6w|s=fqo@+ $=P[meFͽ{̝=}ћ\%@#z?{f,"/#Ţ6x,ʠ8y'.$
-Z#oA9Z2*N@n;9yhW9;]hfWc˃f_)Qܾ=v.
-
-j}3gխʜ#mY,ntI-2h<#BIx7ȏ+dIL,؛_6<VwıF+0c>| Qwz77KfȷGshPEeѡiڤ7m8c쮬z>"LI3z`-9W[bQDDWZds5Rz&o
-Q׎ '`/#jpr]f3Pk\}
-lr<DԤyzEYmMF)/~eưE{F.YޙWxw0ԯYq4)q^=
-o@g.u!
-3fRKN{Y*?n-e4P># ر0/;B |ހ7<ݿ(} Rc=xGc;vm7 `cy.PIFnNhr]
-؁Hc3qGCÍ>Y\#Zu2@.!3V &]o e.T'krQ^Қ㇬#.YdgAQ39:_}aOh?zNZd e
-5|B:|r ء7i)J}HU9qYlg#_"ݒQ~i[IV2j W_-v5}O
-c=`c%ΠetnS7oqIe @0(?@Y? NLƜ9#xyYͅixِ'8)P-"ǣV] sZMm{ M823S3li Ês.DZ)lc }sYt[P2b=b@C哳WYu\ҫ:>0Ҙv'eQF1a"͎E H su;vP}T{Q5^n)
-# \1}1F}NH j&[{h#XM}mY$z9ȱЉт^s{ j
-OYZK" ϊxI[$q/鑠$U8`8'~ߴ}3KH]5%OX+D'KD8R+YՂMv^0F ~k6s@
-4"*3Zow~i?M%pc9 QyKf\,D<a6
- ŵ%Ml& УTu!3t7xORGAN֬EԐɞs<*0Sأ}˼/K/u*ILMud*C&RؠFF `9 wU=^'W>%v4ILJ;s ;;ZLƏ 8J<>ZJy6ry
-h#KhI*xvzUd':nέ')C
-1N<aR|
- e9ioՐEB' |/6dd|b{bV`gXTuVX=P3}{mѠM~˓yR} Ssm6A[^}2n?
-ѵ* [2hWavqj}S`i\)6 4^׀Y~J-1]pDwLc#xd$;ש$#=Ipx4/s:nU^&BF8Vcs5>!2$[l'81@M՗i߹wԸﰛ^1S]ڡF]ʁJ&bL>v].~I4|oExgh. #FpujK.]R0g\N"2wl}*)x;["
- {7#+JÓsLVO4 Þ Bģ;2
-@oLSukUeT[i!^3z0 }89ڋ㯟t|6̏.u{\):g{GsVzs2ҟKu6Ml _w"4J}h|p5"|柬
-<߬qdeO"$ `Bv+dH4&<jDŐr=z=ZQhDH@_W_T~%tHQB;AwWa|.Mhx<#D-!U(B5
-C[[Z tw?Z3'5wfF_gmwz_, @:;+8Ex`#}^k2Gܢ͊<*_!Z+LįmѪ/LL1<P1?H>'U W"ԗ5'@d_
-{敟1ӻv\S2H'(hJQYs^ٍ*
- Nn
-N܆AL
- ŀRS+d=wublG#TM f*e/ &ɱI Iaܨ񣤫YL:#FR
-JFu?KY0e.i yDqz4V?IkI<InP"ҲU#|tۺdI燩pኁKEF=m >}|%x~*a~X$M@
-
-5;[70l`CF
-4q">H,d~aHA[8
-Ŭ` QVƽO&+uBHY]%CuBTĝ;fUswPt}irH
- _Xb³tD2Oj~'] ,f~ev3xLQ̼Il/-Ʒ4m\'tGW\Y.wv^omcevEN\yœ!B#!kUp~pu}W܂_Ltb B=EDGjr[?ض3cгZiS p"PBKU#HmqޏP>1GzCjo7_QSUR[ŁjbNƤ ´ 0Ek#$>uNU\mvӴIrBVqI=n~ś(;Ť8(eWP@ƅ]TqkI'C{s|}4*im r=8Kĭ+[(dg\$9zL6bU5:ԇv[b6
-/*]uXurC!9*jr \#4Ld;
-Ѐ@O?
-6JfKm 4u,eƮ!em wd.S‰o*7R`r̀?[RRFc| 1SDHެ0#Hn#<! Ɏ|/͹eH~qz>@
-  җύt>|p슺kmePڧAz< L@8\ȸ 󗒉6-QiwY2%T-M(1uD77HF'C<v<;x~e6^sX&mi
-Hx̞afX+"G9\oךYıfG% 7##m3i gyL9ns,]BvTv 3]#B0 +RBjG@2gЪ 2.UĞxDJό}
-c
-D-Sq6Th Chm^{Uh
-'%EբD `gaxKBRWݤ ݭ"0ú ~sB@pBo+e&&"T3A5kp)u zPA/3eG9:#m}&sMјqtSϫtnd!p?"0S]-i*qAź~[J7<"جL,b%~=iSy9z=;D2vJj$MV-mW\Ϯr p e=
-?&<Kw)9.lX8
-װ0<Cց|(~wZyT"AMqB-۵?SȂSd dmPos6&sʳ {iF\pPL,y5S=0jTX`,`Sn1U7p^ֽOəV/DGlt%7ͫx{%_N@uZwm̷G6*p;:,я[kԒwS+F}񋿝ð}~k"LeC~OHAEH屜lL@tEY0*KϚ+x/2|Ԭs_SЁ@ #\2,+[gB]yk+>kC$+?6`lH,ʠoyuDE9gAan+F ʾ]=l~1nC&
-{%+v=\rǔɏ:йy_ųk~Xܡ=#{]J.|
-7smGYhli[ZL?e8q
-S\V;S/l%5@ p˄"B9jR0kga##Tfy6;b_aΐa3c 2!;šla({j L0<A%fZ+xN18X`7{> fqV<J2bmW
-vKYͱӫۉdDּ>\z'o<foX&&c5}ɵrw=}d<(@5ueS~f{nUrgA-,Ja.o2-Z2X-Q+o0ʮQѭYHy wMĄ;-CS_s2jqn$CI(S(0zռj -ۦ{iqͭ<cq `2 ;M, _$kddfjDvݚ,p#]Ki~\Ǔ2Mѧc]YaT)-
-qlM \1j=n* bd;)dUgZr:X" PWaA>Stl$$KC"ً-S# AEI|s6B=278+1nɧMJjE毷}'e}9s$` " #'-O./@WeBTlG2}s}do'6E ^J]ag}xwS dDb_3;1v _.2ph!Y}ȲNiď]0 zS* < [ucp?ͫ/-
-j3RXv^/VF8$³?21\D*7c~Nv:yijؘe µ\,:814xmjMQuMJ!Á«$5{Y9-i6?@/O(# s$wI'mZGޥ4kmo!LO=5 ASNqan-嚮wI$CQmў*#`H)ҟAĒ6Qk^jY@cxCf{!
-kA5;hU:.+ @շk"'rGFc+
-e|^։-ʼn_.q ~v4".!T;dO@8-!͈afۀl4aqZ\n!C4c;[fYxo<}JOǕ5@(tC0GLǾlego5e..,a)0o$.iB +\ssb䫱upjZab S#͸ciGO8/(~S<
-~p^F)-}ש)tk+Bfkꑑ#J<HݧR
-{%ܱ{t_mlӃBwc\Y(a'(̑V@T*u~?h?I[4baݏOEUpﴍΛ~Lh``V<\&BW\NDHŚm**Q烗Y>k~㋺!W)`
-^L3xmדVDb3  & TMZJ7OJ&.'qػȾ<_X?K5yN;VMvijThK^#0> .gŪUMUÔ1r-cٙ<^ćKj$ٹYb8#(%kz`ďe/A%We^AYyFL2}ۚjN,ىG8]yd7.sR< MfmDU'oDӤ*؄pp$i:@cE2h-DeC<k!^Gi!e(# q`T?7T:9z`g%JL(vꇓRXoZXxp8z+!^HkKe@z
-z=d| |+9M5A~[[]F]V/){t*S
-9<J9y@*Sޮ^+uX
-:[F&OG:.^
-MEfv/߻d>]7{᥶|^dynKI#
-EnQQX+|u"B]
-˺H\u){c‹s`"woT&Rsw͌"y 7I~LUM:7S@fwׯO2_?:y W5p"`c8-%9FR \QnW)S߿.>dhPIxpʆ\lO<lNC#w$g5KZ uGNHeSV̾#d[0-FԐYŕޡXǏЋgug u<-<ZKKz勽 0s|53Lv(jPA%[zop?1 he2\q~ ׂ519Of'TbCaWlha\?\~iQf~m: cȕJȣĘ2=*25S;>4*v!oRB}ޤT^u.:#?O槔YE^66G^|kg)/bxZ#ۧEeRZ˼LnWB8L2iq;d!Q?|{)<A|2WS,}~w
-o؃
-j0-L YS֥3)P.Ptahj:VR,#5FjW^uAl̦,;;r
-ЦU*펮=Kéo_!e>v,2𹄂ڗ( B*?̝߾%NFusD*](&=
-#Ցy%ujC٦J-{#ls2o.H-RHl7=e~Ȋ="yWߖNKH6P!ԽsG 0ajuչH#A<q)u[q>~t'nU?x5^OI.Gk!h}ؐ.gPFbz8 5^D,1{uVm1 & ^Y{H#sRJQyrI)OoOjkȔ)#حAt$PS ZhƐNåLV\w@/7R4ЛO|ѽiJ'=D>Yfà3;UZy!A*HzIi%
-Ȅ 
-eBpD4"~RilfV-?u7϶&X6{]dPȝ#NIm;Y9 [f4Ak=J胻1Yt5:o)+Ӹ@~ &jOm0d'-0!'wǦM_(Ӫ ;ߋ; {;I\iCh 4  kUq=O&zz"-
-mx!^DnI[W֤Ry!vI-H Bfb'5ci}qF.6IK:GN5J2T3
-ok{(}im=^M괨uVsqR9AX]'eK-kl1h6bnX4+C||lDU#1TҚhQH['gsnG=}Xij .0̃d2g_9қ]YWY7s!1e'†#fCo#E8|9ЯNdϩ+Q:jixkelX@&M 5[O+j-R)GtmZVj) T<;NE^)
-#Ԍʇ5,Hi1^:əmcs%ҭc۶mkbۙ`֎mkb۶m۶{Su?еWZO]ryVX} K'9t٪a=V#~L 8v
-:u]RSoyV-nC2>PL̋OT7Lڙᝋ$]&apx{
-pS(zꮼ\6NWy$~ª1_j9O!NRB[d(7IϏ&gT>"5cVTRH~U˄ޱrB^2n:jZ"[do˞6G,[CB_*Rx]\)8CBu
-XM2^ug 0+)8
-(O ".(@O<MO:qj2Eq9,,GvY(A#ܡڄ^%jӗ O%-CurnSƒ<2JZ˘ev̲dyhM-*23\PϴO,7.#o%0WD2d#&c=i&z(%ЦH_dy`60zY s
- A\u# =0tNy'RmۭY[x|]OaY񣳂gY
-J1jZ*aNP-JV4gIh"</&.Á
-+^x
-vv^=)ɘL%Zzb{N)<DA w ZZܕIhYL&DZsM5\od_Rz1b+ަfgˉ EN}(|"VWM뉤 mp]xS%"¡  aEhvvvlxJ
-9|_ $=4'K1^w>9P2rnz 5$s+z*!-1BrawsybV5Tw{iݲI"
-SqװfEtBgC/V0j_%T҄k
-btkNf@-M#LqGUI֞̀gg0|%$S</\:VHOT+6cCѦfY܇ע}%g$ bWǘq\̴ @K $׫ODZ"<l+S(83h9FB\5F@DB%zP3kՏdzyyB;3I%b+Eyt0DvyhEpN{;"AY3MJ^}tÄJk \+&TAaSj>
-Y ijD):"Rf0v9=ϰBך+ z??J-HXR۷Vn#㣦V4Qh+[BU‰*!Ýu3ŋ :R+T@ #͔**iRO~b*m}"DI]$"e!M&V0`}7=4B§/h4ލ
-Fˢ>tj(i'(k@TZ?g;NE F&U<,gfRS䦄}ȶKoIB"\p 0U彶mɓBAu}Ȋh
-W;> W.8V]fcGD`ӓ1e
-݋'`.8|{IoҹD=&w#r~3SA b(g GЛPz0&}lF>UI$0¼EK >j'9LX{&nn2ЖCoB{IHC@$D#_RFT<n HTl)CAl*0e2e@?1xI1
-[W$&&O薋P&d]IÝBݔ`m6DXu4I Yb/e_xut|b-گdr5fij>b;$AU:/ -޾>qvh/kx@,|LB94!eԏ3<gXTv> ;D p(ygF_W$i%l0
-[IǫV/::Gw JVI.<2ֻy}.AM"ԉ6les_2B3gF,O@hϚ|}˜n,+Մ9e]Y6YQ@igOw){<4<as%1(ȇnZE9hJ.n`I%x"0t1ꉫv
-3t뾏yh DL!*ؿ^ oș>.Vړ J(oᾣbϴ6XH4gȥMԐ~Mwb
-[J)XWD}+o~")emߟR{g6 IqRy"fđuHj!<k xnwfd PʍC*NfYA-s ׂ|d`GXw;O͈@Y#=|#U̍[Uxsʵ.:h8bM*Q}757{pY\Zcc&2iS/Wi JRb\'wluuU)
-r۸O0dKەV;
-2)nʒrி]Rg˿E)ī5v*}I5$ N*D!Γ1.MNiCtTyƈ_^TE,I&!&p|.g; ;ߟYS^p$3*LwӤcxcv&Q<$9):vK8&'["ä
-]hi)ۣ[!@NX?ɚ<FrG~ʖ4bi! Vsc*htvCh=p2.2
-xϳ }<2ur. pe4Ut[rs8XZ5do4͖YrF}/b "X<$|
-\l"d=.S/ B<QOd/EyTNNxϣ\wmt")/ p챆D=F&VRFJ{YW[>瓩ZTjR1j( n*-
-2Q/Ob@0Tz<E{[瓈b8ƴ='눡/.1Z/ɥ;ζt@/Z0d^| 5o#m&8?"niu9a48悍%GkiQ^[IV3\u]Ɔ.7sθ:
->1n]~
-Q9E?f3y
-Iw"n $nޅ<%e4pB 1!ɾ0LN0dLb8pA'e
-1!71]$jtJڊnuLzUH1~V+B { ޼bP-v`XPMPj&)VIѠ}rtE&hy+L uR'WzR 0vkfU_ ^cJBz,]Jܭ 3!Ċ>YU^89=jC֝ $gә
-l_K/P-S<Ph@'/<42м=jF~jS?5lħ#Z^I~?O5g76::2'"uIc.hf{[$~ 8\ǤA/E"ǔ$0 ۍ?8Tp+(]
--kϼ?\8>ލs +IK[IAL ASHGÎv{e !P;Aq$rjw@7
-='r@L(<ȣƬ.tEbz~MRl ;zJ]P醡5X$١v'FbEO&Szg#FxB0Ccm'x/?ISQU7xPm0ؗ#<z0sMvZ06l!&.IQ7>Cp m˞Clr/1e8IN7lS"LJVI"%c`)I4-,(mg~%]&(oYѵ
-b>\Ѱ"Lº`+", K0}cW-QZZ}v`õvOpksXًd J}Ӵ64.?Af-Hp 2͔hߟAè9[[9_<H%.3nlcоKAH9SyhaKƽ[qv޳^- g1kaXN56Sw=~3](ЕL<ښoʨVU{{ 6HRhU ;[0ssy`k>BOL֒ŷx+2W\g GnM=t=JpTls2dE䜃uX #MBmD0@|`i(SfG',0JիTO.`C`}%DpIrl0-i''+'e@F,\O
-i[aATMxO\<f&`; w#[td&Dҥ)r)JsI2\W%t^j~S5?&LYhv}BkkcI4=:,;B^<P>ȋc.Z~963m&dpҝ! ng+U񫷄;6Kbr#tIFî-&' c6z`P uZvsopIFPNZ0] QuǑN:t!Nh%c4->PaCM]菶9JlHhD,:F`,Oz7K):S475O%8Ӣó˿- ƺ>gK]oZ0bd$gt?d|^2i`rvKhL mDx'uE+%VbeaD=m2&͒ԍ_Hc%ߑGhd=`2&!k^,dbWX 6R=Z`bd&jkzW+W&w GQDоȤ B
-M2[z<&>Y>;yk6:Sڗ%Mcva8Օ5) oV]d8ZCV4]RBSKT F-CtxgL%bH/^"-_w7/IV,`N<,?vHxt4.HrEUz&IVkxcۋ<æ0:H% t?0*6by">_ ȷe:KeQE9= 0!{"޻`B'FK G\VoltTl4|-a*m$u[]wlKDo09.^|K>oo .'G'm\{Kӫ'x~xT`֪͗0R׽L0$ϝ'Ao?=>X?}8{m݋T>1]zh2Eb!qy;SF>=KwW gNY=Ir\eJ0JUM@!7h{dzc57=A6ͫ-SB#lht6ap$ N\׏8[b
-_{e/*GRphR#/p7E![ B{bA-}昦/ ٹh,/?鎸"SԚi1qh؄^)G t3 _PC4Dyνqk+١J2'u]-ٹ x<e\`М6ȡqXC8k[*yr#yf=pFPԢŽcŜ~\kAmqr`">1ū;&JSz-va3V,cU⼝b\(jqejV] i6Tap^ArJFMNwT;y8{n%xf X9'k.PPQn bU6te^ђ|)_d*+a3R,35\`a{C nW6T7eq8;Euq!amV$o,i )ڣ&=ؤ;?@<j QȴU21y2gu
-9F06]^XA
-ޖ**z~sxq{yG%ˤ28`0 ^q}H'r+sҺg^p=nД*XEf da>gW=k=>2Z@RW(tM%'H+ D9 ~DKH'4G 9~R<Opn8K*(nf3u=WTٿ@^,3q_hkgQA`i?o84Z&QjPV|{CLx$&1#x䜱sttr #Sܞ&|M/CԚf-j=!@}U J\jz5\g)#t7_X(gERR@@ITCK<0[b ;~ 2f9X
-l}ȞX8뒃 ?tSYmxSJl1LֳNÅ S"}Q`|nfd:u`S# VxWGkZf%\{ՆzxYCˀ:0>5V-F`5d\_'q˱kň>uyK_"ifw|蒾VMU7=gވGҐuSeC[O }u3%PX),"v%otX `q,$J?aa]
-endstream
-endobj
-467 0 obj
-<<
-/Type /FontDescriptor
-/FontName /PWKPGV+LMRoman9-Regular
-/Flags 4
-/FontBBox [-443 -292 1454 1128]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle 0
-/StemV 90
-/XHeight 431
-/CharSet (/F/a/ampersand/b/c/colon/comma/d/e/f/ff/fi/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/slash/t/three/two/u/v/w/x/y/z/zero)
-/FontFile 466 0 R
->>
-endobj
-468 0 obj
-<<
-/Length1 2081
-/Length2 16721
-/Length3 0
-/Length 18002
-/Filter /FlateDecode
->>
-stream
-xڴeT\۶5
-%X
-wwwRS< w.{9}ZIט}εZ+ %@ L<
-373s
-e?&jaټ$VL\* m# 3f-vPJkMgƵFDۻX.ItK[Wܾ27a:٠/u/Nv0c"z`JC;taG~|Jt
-ʫSG%]DÂ>1:Kd.qV' bЗ|תW
-5_Ĩ៍+,š–<:SQP '
-Qljv{ܟDiHK'H
-c"j&u4k-"g<&OjfC?\d_$<ERML %هQ@ůK>S~WZ֛ _Cۖcl瞱!l<[.##C]v0Lol@uu#Gff>_,R#i=ݢ*1cJK"f1"EG;MMWLh[M3g!M=U')Y6_?;P!\OAҨ`DHYK\]]: }4?l})}O,7F2bWaS:U4\Kc{~
-q\e:μ-:,
-`,Jcv+]_ZHjJl=0`F~M/ṾK]H>{яXy=wv[<C7SGz%Lt)
-6全̓Nwezchsl*hsH6YId,H4nEx2O_ 2(C[xR0"೬p mv[3)㡐@8{c5жBR=#j֜c~|XltńDLxzAtzJ˄ ?[C6]ai
-#g׳rJvzxVz.n5lx=6_z tcd/zpQs皼Q7ո@%D5}]/_H;Jnu3xxʢZE×z3m~hgiWvJ[2J* t'Bii{b:מ5ȋ_wL&L+OwC Y0gI& gƖNn`5oJoCl]!ù
-VwvM߽ QdAmo"D/XK07'v1(
-^Hpǘ^3~|[\UdS<lq$HgY<u,"kQSC-vB403XGh٠X8n!w6vK\wFE*zW4E-VLc1\ lΙ%|8 ߰ ?N |׆X[`u1aY+Y$.Z&9mzv hY)ڒȕ ateUZNv)<@ԗ -Wku^<K7`vm/Clk|8dNl(#K$u/T^_Iw}xzk#&4~6d&"jߐn ¦@n ( Yƞt YXBG|P˱>+y0k/ot :zO/GS1gH#Z}P}jJlIYC:iekLGYCV+qFef^)uWjjӑ{ >:v+?u{Daa&d l: GO|>_Eyu%dX T`1-֪&ҶK4sd{αuTjM'q{mK}~z52s+hSR]'܁**_PX&ۉ~׽T:˹^) u]kܨX k#w#"<
-pq <y1>{XiO,A4,lIõ%*_PqW!:U^VHnG Eam> mG$A#pp:ДP|d`N.a-9lN| ](qO[\ۜ1ӗI3Rmk˹vz5rbqn.J`79ح׫ծ[K6;?=|"
-d2gmy!ۈ ӻpCbO յU LnWV40𴒃}X C Tm#*bf9ycNՈA5`ܮͧ 0Ck[րՊ7X*jD Һum/iRjƂ%9|Nh)WlU3\R )OhZo#;͒g&π4>AՌ5zMM`.J oEo!D6QFAe2*}'_J"E1֯!G;AvxŶ yb|j*E_"ĔuJ$ oW0TӀνYCnYϷ/{>V7\Q}Sj!򿀳+i|u<Om< Ff{&2h%Ӹq؉jy,mB0Ŗ.JĄQl +l<j
-C>! tV;)0FK M卶L+!ƌ8Vˎ"{GB
-
-:wNʄGO3z+ߨ(aWi4eq<I
-CGS{~{!
-fK2Ѐ::=㪔#i(UP9o!%8<nTRsH;[7WI0^J8+:%DK!(]<[KH1ZRzU+Q;D3S)[*V-zɍ͓_9Fgp xzXLDLD$oR2LO쐲W*)P98jZczB #Vãn~.xc3[8kdF?ؕ&GEYEmji!$\|3ԎtyHcŘ]qq=q'V_x֏|8F$S8wW9_}uȃ&kA+mU3ruchBrR%U^PlMo/U^C;Mtʕޟr#s0Ɗaj ك3c5ug I5_/tIvw2z(}>":‚XpgOhxʦ6z&m1;s^zgĒt `Pدq_<0SIfP} J=Xm,jL`};dJ}V _7EZ(? Ԟ
-&CkǯI调 y>
-)DG]O!*pJªԮg#on iߘ!X}H &MǻJ$_ǾI1ՙ-r;aI֢(B&}5L+@ON&X5:1RGf3WNS(!ɻltt_ZKsr?q5qa8jRse\amS͒O{(ϝ548k%"x,q
-@MaN8x;VlTɶ'M60K~0dg|ƠC8 !ed?*9+KE
-sPmJ*ʃ J k)tK#i2wK~m=}";IO>^ @R
-wQCҵ' m89ڟM 6nxŪhC`P՛2W
-0D:bϋ+%L~~zQbWc}U#*b6Lc(=hEx)Z&I1 3RN5\[-ThZKYzp
-o0{U)=k
-C|Q%
-NM#c#2h\3K&0f"e .Ή;(ΔpVC j)T
-weM:I#2ciX Y *5Ĩ_sy NBu<k]iw#vEm'gW &XMt<$Qjj EqX~AnY5vhG џB 1
-
-E /e`9!~6ogQvp߼|Nw ,:0(00C)]yR=v[#Bh6? QIpJ"V#_4EYtrIKf
-P9oW z:d]s^YB.iֈ.H@O8rj&=Lz#"a\<kDt\ѢjP)a
-|t[6z4t(?WD[:
-w{s QV$?w٦bzX"$[F HXNaSnx\lhptQGC(Xv7z^߸Z gotMhVSl~ihCyz84nyO ZFVg|?F<N "ʉR(s##9(qoh\#6ĺN8_*v nEa|sKORKCc {,xj\bO|ʏ\S.6z?]$6ǕLiAC{ W8Y_qӘxI UIv[M:HGRjLP[d*P_M[(6;ǨUIC\%Qv;!CX -X##ϧi+̄ʕuS~X|)$;\+.:C.Na&nFx|'jQbIHju$[ (=_?0߾u[ՠ"G?4W'Փ/ʬuE|2LAR,DN־BWϐWh-?gS NU]]WbqtK!IF֐Vx/OX?Q,Fhh%c`%V;G
-mmv0,٭&ޗsU9
-}QJI%a*'[Q~Aߴf}O<6+# S.a`};QX˓X^^,
-Vd 3q"p'B5
-vOLo:d{37ѵ\=N1\>PzOS\FO9n^u%#չ@tC0Я %S|(`؀A o|$K0I,ztEJ3gaA\1bzoQ
-/ xS/3c1#%M$unɛ/ c6ל[l+`lt爛mٛj]zQ;WEkUUkI;=YJ
-Ζ[p!{TҮrCB3ef`p$U T#nO
-sn%5N+{@Ģ]f=zȅ?pzg~F4*de\A/9a'. 8?vƿ)u+>& Ydg]j[F G?԰#?pwm
-'B.tYP\gr`qk%=m4̸7to;6<<.Εu&te-zv=R6h< H=w2nj_`_ִ'?ywU~{njgIHD̃em,A~uDjIM#=mKz`zE!c,Z} .*ng]H"ah-7j⾰57]23e7Rd-M䬔CȔ {靶֏p0]
-?jLMr€mw ;"~@'^ܙm&iVG u.V͆fvISU{ _#w+#
-X,bߢUM/Ԋn?&Pn@ jO]8
-K%yٜ;ngYV%cd©&%kś4ٴ/Z0@++>r9!zp|> - !A&  )ax{ -ROOb$BUV7;=zTˆXX܌jr\w hPR`%5a?<L*(L* f\5H]4~]5g`KAZ0 ~ < \%ŭwg4YL$OƑdЇx5LqM
-J1zi[FUK|8媏+N e>7YAi[(ls#S/_w:݋[$z7GteFpY\I EpNm}7S!"#(Pnڍ'0 )0=n+F^J
-9d<Rd([t8&[x2%R꬈ƕ)xewB Otpmhz1`{s)0M,\ VQj[NTd.aGf{m/[CB39"H-b8?u_/a ǹCxB/vq oϾ<?iǭ{go.|>RDkX?$?@ld%r_mFց\#ُuFΪtrE+9ZAQR9K#p,ۯ7;9;e:kr7>9&ہX{|aŷ"WVtn8su5 ocO a^m߬GFj׶k_Qc`A5
-SCGrNI֣UJ m[;+l!DzFZk ŬoI;_E KU֟#2RxPqv~Zk=|ߨMݵ+ P1kɯ{D-t^M.GA.<j!VgjOG}[ZCXO`bHAFV-xύ|{'\?Zyѡ]GG(8'/M[Ad_Y/Jf}[JOukr-e.y7{c(Mυn3l=p$˧2wX#
-ȾQkE̜ ͸ro>-Qt"hj=
-zq
-G?z{R|QJh%ınXCrY穉>~勑c̡hnށ#^tTu{=!Z pc{CIm%o8\;0nbSrN%n̫я%hFH|46.Xb1bo}M}KAoWKU2k?1/ yYW%0]lM7^SGB̅IU ɝh1h
-˼E/L+V%`
-S "9),~qmi35wB<<贺?@;EIRRy /;KNYgL
-Q
- HM`k|u99)V&M7Ak;'^Gb&o( p}G#+$~S#QQ0gnK<{`ȮilD#z*RM@q[PE#Gƅ1Ȝ٩׍[(C7eՖ+Y?ږ5IA\j up# lOs?+@we._x({5*r֡/p~ 3\ _pTgxYqIy#+3ݑ:^1ӧi̺vV)⤄fPFυRaG+;l+'8p1 sp9ax+ )ZL|/#TYr#ŲFZ|gb2B=EN>yAmGLiXL?;er'()UAUL B{ʂZ(gc٧DW @A2ve=L睃.zQa'>eS>TmnqM>[16IGM{~Q +\}?ߏAX%UEOFn
-Lˌg틳ؒ8 a|-8i=1ޡn[%tPCy*pKsնE=MO!@ 4ŗBwOIМt0^>uq,\)0~oD-ۜqV(քyp1gq{"/;R* q$c8tI38f:>} AV v!c%EB{2գlۥ$Lаy0NBT#9z|-Nl;(\dݏjEchFaQzw^boZ?`oŇK!<`k /RH\B l.\/V^PZv_=N;)[ni~-a~n͑x;|q;r@u 83*4f@e$?gmSZ@Ѩ$/vQ /DXqZa߼Zޗwq5}H#A\h~SCjAz%5 0mf48^Gs?+c
-4|oBunn}0>KvOԅ*G.>tc89fŃ`H)ط9lY$Y9/
-[CQuIU@Ik ̶^TGБ~ښB%A7v%*B!=rsN$-._o1co{jWL8jfQ "*orV`7O{tG\[?:}~vWtm\>t3ٽa ^ıjTԢҩ }j-ҪQEXkS3CR2&-&?\ +kD؈)nE9 32]r'5OAQZ?>A)#G7 1piy&1R/uY!8&yڟ _DIZܫ
-\ F3i$9 HKbm&Y 3 PZ6x#,hg\dF$RQn_aG4;oI@BGw~#aSYoV^&.JA %u\їZ^gߚIz/oaۀn"2Qt"_%I?n}w%y˃@K6g6b/Q6 J;J3{ާOgF-ܧ[Ur`/?!$'Ky# C~a'xAPvsU-=f5bROį@989֣FEk_>ڂή qk~60wXl=!6=djn*M⅘t:wgƑfJqM%dڒ.Qɘi]H}S"1%90s,4'X!w&FTh,H@8\c
- 8-"#8( iI/ }d0 n)U}0=7xO3%{^T†Y*W
-~QKOosG.0pӕi\9‚'BNe|=q:~^Y?<V<L
-endstream
-endobj
-469 0 obj
-<<
-/Type /FontDescriptor
-/FontName /NDJGWH+LMRoman10-Italic
-/Flags 4
-/FontBBox [-458 -290 1386 1125]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle -14
-/StemV 56
-/XHeight 431
-/CharSet (/F/H/M/a/b/c/d/e/equal/f/fi/g/h/hyphen/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
-/FontFile 468 0 R
->>
-endobj
-470 0 obj
-<<
-/Length1 1665
-/Length2 7219
-/Length3 0
-/Length 8331
-/Filter /FlateDecode
->>
-stream
-xڵUw8m۶=V{obA$V*jT޴VM=Z-ZJUE>wȸ;bh¯w0 @WIk@P3@D@HH] pH(t% "$$M
- 
--ssr;/pYSna@ ؕPPBˁg1 ꃼ\`i /4oȰ
-JÂE\eWv3zUsޚ0gd$`JPԳ=!Ru J@taTM%"HNR*1O4 h,pTt?#CA%Kc V6BCέ rE+=>Va 3XMѩn1B"g}R*?\1,lx~ծ%kkJx28 0<.q1ih>B άZs`ҤZ9#P1wԭQt"-̿J ^DXD&V
-^̟n:۲TF7u@խh"<OYe-`of;Ѷ^ 'ƿD*Ǵ푠_P_N4w6XY594ٳdJEQIڄzN7OټBR3n 3K |Gq8铟
-,'!z;;%ePTF۪;=/[4pys.dּYvG`?V!
-G)%˵ 4KS:Ȧ Q.<;,̛ixd7~.Zk@U&NG'$V;G 7e߿~ PsԆAqm-(+u|w?V+<9t)KKb|lRb̧D9V?LyE_'F pP,m9m
-'8fASŞc Ok.2r 3_:HKG"
-K!"! ;ÜecDFK.rXm۱+pJc7Rq8!i6y;,g2}6A*CG):<ɋ<<T׽L풬)AK`WuW('vM"K }+2"8ؘ*E7r6j3v8RzR2K| HʐdVX\ch
- b7?r\J9踵 ! ~f H63+xuoSiHܜ~Ψ/QQgS퉜S<sڇpzHN|)9]ch\%{mY*]WG@7o}HMLnsNs%˱cp=/f[Oe2J'E:2<wW0O]3&#-~8AC:k1˰eysbЏٴҕ<TI(Ѓ/);7uW|bƯN~R\u*|D۶׺D1xBtfR۩W.Fm=p0ۈ*8b5RN1{wlwBBjW>B4Ҭ{#t SMz`8a8zb}> X籣IzTNm;B@Fu#Sn_vlɌTw4%jՄCCx!XįLy1%3q%gZr+\
-4};#.
- ;%Q 혀tǮ+9-;C,ZuZ记ڲ4ګP˒7ٿ< ڞ&KvKIb{>`aGMQYyv5uJJK__PuYNEExhSR〾,r N SG|쐌?[dRHDF{ո@]{l|AUn1LgS%bBvƓD_ڥ@r^^#{rO3g) F `sݵv.K9DӇ"jiL?sㄿJ͆/p{[eղ5
-\UڨqV/aV,3&ݴ᫞m\8y"u8Je*aQ7 &q/.'R}qY[\l ×@ S#Τ-ɲI=Uf tz16"@Ղl<7v8G[ x.+r)RT@/WH<P$}˙lQI)SHIXf0k+|!ɅJ T,; m=n'?ʇ p U],*lP)%`?z[]>"1r,+
-ז4Yw\% kzZu<ΧNJO]} = yE(+|Sy2QO'uCl)XgqVz.$kq3'5̝8E%aH0* j9~Ќ{x~c\0}s,ܥyFbЊ
-%Ȃve\Akڧg=Kdڃ=\J[` jy,w EvRF/+=(/?W\h2f]ˠ->箰O/n pɉ0Pِ dÐͮ*.{c!$,\M5 T役ka)\\b= ޜ?&H3 ZVDS-RS1֜:Pi<dniڌ^9?&bCb+D%6,^#]ɯdX.7DieS6[]7r% .2#ö́;i?|Ri{r
-sǃLRZi/V"T^8]"i'DϘ1"lH@F.>.&8>՚2,$@FjA/~=<@hFHNU S"ojT6O6E}-J:otlޓWy"͠9X8DtY3
-g> {Jv~G7c^^~T%t)+X OVDNjiTAcA~9@|)yYe\,ܯ#\t3kq,
-M/E%SgqDIi:> dۉ+̓1jw=-^Rt+ "s/De+63MYLY8RR혜&}TOQO}PJtK [#ݭwh3gb!mʁvnԻV|Ӡ7`#BG2At_#Pn gP3RV=(̌[^X(͹up$S{d\F)D5O<
-FD!ֹSU領,]}1yCg׫΁cܜL&n1?xNCu'ܐ;Jɀwʱ 509xl̞)X4"mV|&Á*!^QtO3[I;@x! cч,P ]b
-*hoUYD D<nj{R%.pt6S 6{UJ<$a$W)
-endstream
-endobj
-471 0 obj
-<<
-/Type /FontDescriptor
-/FontName /URSDYA+LMRoman8-Italic
-/Flags 4
-/FontBBox [-489 -292 1472 1124]
-/Ascent 689
-/CapHeight 689
-/Descent -194
-/ItalicAngle -14
-/StemV 66
-/XHeight 431
-/CharSet (/F/H/M)
-/FontFile 470 0 R
->>
-endobj
-472 0 obj
-<<
-/Length1 1839
-/Length2 2413
-/Length3 0
-/Length 3551
-/Filter /FlateDecode
->>
-stream
-xڵU{<Tk>R%""Kh 3n'1cch$%JA(%BIIQC}]~oϞw=kkz;d
-Ā#FpDAC(H:Ă8o0Ǣq"@_iib a
-! h@<P#
-C4`=::]!`>gF+}2 6K
-U q#i_0&Ȍd&6GsAb@
-rAg 
-ߙ T5Hf,` z9+hrE{4OMvU1OyZ5ūڒ-Zu6aMOdlj]Q#~[6^$8R]-Ȅ[M~nǕ"՞/&׆vːSxe{Sw5ܴ&T /\L T  K\ewu\aXJ 眞yὒF>M~
-"ɍ%}0*mXO>ڵ¼UKw_&{n./v4HVݩ7
-Gv丑bOcUڹl]>E)+zE** b$; |diXU}[+ja?0ݥ[A:oX ՏwiۦPQjc+6VKJ;N[AÉN
-^U1w9[$<9}oZbVdA0v33B)l轮gW^ֿs7X]&ꬨV7_>R'nн}wJX*k=yW8Vq e5c38O
-i0{ [U7 T2?hVi9\!b''Wc~Uo53$,,#xu ums-ݟF-
-Η%uv9[c.U (yPo3ļPoq7Г8[dj.y
-+TC8& nSs*nhZBꮊP5r~Bp:ҭjdiWs=`k09ZQyiv2=5}4B@O+Iv.<-RCNqxmf=-2+5u:xD:.{qxu^ 耼A#-WnHq,\vKVR{ p#j.cq]IC83>̾u;(OU|x#lǶTmGG_>}.Nd$1g5*t@6y;L1yZXq.rwz.N{6^UuVh@Sbñ^K[g\=t.}I`u4,u\UfmxGYR/Zi+<,0OscW<Y՞i&]nۂiK=QIZn[Ӆ;.b˸cK#YPGV{ixNlQE2o U/s!e-W?+ӽblT%5g~֝=?GH3T+20~ +k‰O3)xnk]|B<p孅1U%'nX5I^%?0"Lr .d[RySSg!-<}~(ЎhkK5\ôLjzf2<lZiY3ou#K} _ڳҜuԥ6P"]QqAZu}xi06*'uݺ ՖZj?MTI~ɰ0Dce6ڛS\c/٘np)G5 k6[մ>-<AH uMJмx;gcyM?XP&qZA']CUڝc\ojڳ鞆rxFW~$Lul O;ޜ_ ܨCzO/f4
-(ݗ"LߚZ/Sc"GGm{{8QjB#ٳY[bQği)6S=
-ql6YTL 4==?nsM?W\>V~"?
-endstream
-endobj
-473 0 obj
-<<
-/Type /FontDescriptor
-/FontName /FFNSMF+LMMathSymbols10-Regular
-/Flags 4
-/FontBBox [-29 -960 1116 775]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 40
-/XHeight 431
-/CharSet (/angbracketleft/angbracketright/arrowdblright/backslash/minus/multiply/radical)
-/FontFile 472 0 R
->>
-endobj
-474 0 obj
-<<
-/Length1 1703
-/Length2 1611
-/Length3 0
-/Length 2667
-/Filter /FlateDecode
->>
-stream
-xڵTiX^\
-.EBj Q
-[!2QDEd4v_H,4j T|\:aDH8K&B8BXӉĂ8S!
-AqP1CxDh1K,#N"kpߙTyG#v.ON4O BIm1TqXFH9LWgZiP#\Ms
-p
-"%Y
-J0 س E_'h%tÉSSQcf9- Bk!{&0* @Bs㓣U"=ٷwv-U F$č $d"pyoG'hww,!b3Xl{>H0wkr 'bJ-LtmγYGS=Rˍtn5oZ^Veet$Hj$_܇R&n-袌BnGZٹ?;Zp Z<k__tǂ U ՙtMG_n5uڴE2nS6OWChss;yaTo/;і&Q3a y @DN3'( [8Ppuy4܃/_ 7lyٌ,cJ5s h־ֿ?]3xyի\ֱWs˯}3 b =$,}mJFr7LZzٹWo]h+gϤp64 RYEd^
-9?/Wq.{[rYo(pY)M˖u0%|+.DB4THbowk)-yv,F2VlWG?).-jXEm5 h3C&G]eڱ[9߈mm{kS'%A;CgeUW⃒/i3KjF~;{<M=)+b-R›b/Y'ڄviVYefH]{c$קRᛠdk_?}dkT/<{ ͞rfcV
- 17-D98t2Jd$$>Tl>tV6n#tP}@ q|δ9E=iS=/;!!#V`jtd_Í7^Zz㔶<RKɜ& ͮp=;Y\zӠ7UwE';hS,H6uPcvˉ1#'Wmry~eƢs!ld3x~|=k]$Igt-_i .vLs/Kow ºڝ\Ü<1o%WDhK02٦g{l}|-ޒ5Cb댍fs;\՛U=7$~ԟeRah?[hȿϛau&[u͠<޿NEKz'O]źR,E}S)虋g|{jK ݺ ?gkPVP\6YIrxpIW7UU貶0[s<|R캛yE Sg9Nԙ4m&AݦGZf1/`9ԀM]kZZP"uo\{IgF˂kۦx ͬ8lz]88YIv3#.POcmkK y _ wrTmlkǓæר+fg|7̬>k]]#OO[5-.c~i\͌҆KNNgYW[o( ;h;~+Me0#sӗ^_,Ⓥ4Sͅhʂ~6hÖ/w<?`vW5wXǪ+/\E
-endstream
-endobj
-475 0 obj
-<<
-/Type /FontDescriptor
-/FontName /RWPYUE+LMMathSymbols7-Regular
-/Flags 4
-/FontBBox [-15 -951 1252 782]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 49
-/XHeight 431
-/CharSet (/minus/prime)
-/FontFile 474 0 R
->>
-endobj
-476 0 obj
-<<
-/Length1 1691
-/Length2 1663
-/Length3 0
-/Length 2716
-/Filter /FlateDecode
->>
-stream
-xڵT{<TgUX6e*] 3 3acfΙf`h,Km"ݔmV*tcԢVlْQ[g|<y'
-Yb,r1wfP鞀#xTN)4APU j2t#[ \=c
-@ \ "tqDSApB # CT*C"tj4
-'s8;h/*C"XF.*~T>`Q0D(D!b
-@ x
-HU0;.`g:f9
-b UJ(
-JD1i8(Ȩ&}q *U@p]f0m
-B$#/7wa FQ
-n3
-P $0aABFE1*-LM!L&%/c˴)jPw19\$G.i,[:!a'>}R?]m&`0\g
-ꋇ:zP;omxkJ>3iƛ)ݳ1uV !D;K&o!UC9~C!WrN?1j:N3Z=lZ|fWl
-eve^421|Q5~TgNXWzTu[g̾{(3(@c!8y^ܭƷsC-cro
-oCケyWES-:y
->s`; ߏ8Z>e[[Ke]{Yڬ4إVM35}tn7/oOR.JpxWl)ϖ`>4Q=lWR
-Xg"Z7-neizkG>|u|ǝ
-W{WKoMܐfqr{թ᫮ su ų6|.ИDXJ_,3)>}y;D.jt^۩7ɳl}/='IQz?k8bOP=-כWK;S>/KW-I:3M *b2%yO̼ѽLʫDL3efC3Gl)Vokw5{vɒW{y>Z~pEnjg^+SʫcxCWxI7kEGgZ5IƟifI#mK*RwM>"bp$ϒT4xgy@:|8kYe=ExcŒk K]YQ7j &QâGr?nC
- n>FdUW]\}a/V39Ҧb;*UFonӓZΎMR[LτY]35̾vAy C~;=iϫ$#HSpvմlfr,|Wg֎'e_ߛb{n[ P苏~yp-wކ~ns}h8mEMK/o3MaqgZ/cݞsq\Ǜ>M)~M6SmA]Ñ?}iݘ;uIq;[]yS</Q}s6߷r>W6Ä+W_? ˶GZ=ku--hۡ߈i(+_~kr24\UЌ Leoj0J۱fU:}k/)Ȇ)^m^S&MSr^Qs᮷dflG<xoxs2߮bشKL#uc\9y/kZYig 4뚐FShU~F& sʈմ7e3nDY*Ol[%uplAZUC-k'L!a珌jm}xFi%ܙ#)%_XcZ͖sn8-*hd<['3m;< s_<ہoSߙɮ4G\Ĥ5j? |UDw_(1b:ӌ?V78 q
-endstream
-endobj
-477 0 obj
-<<
-/Type /FontDescriptor
-/FontName /YSOURC+LMMathSymbols9-Regular
-/Flags 4
-/FontBBox [-30 -958 1146 777]
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/ItalicAngle -14
-/StemV 43
-/XHeight 431
-/CharSet (/greaterequal)
-/FontFile 476 0 R
->>
-endobj
-478 0 obj
-<<
-/Length1 2082
-/Length2 24843
-/Length3 0
-/Length 26064
-/Filter /FlateDecode
->>
-stream
-xڴst]>5lF۶mi8Ll ml۶m4n_z?gl\g}Y 9*PD13ыY
-O<a19
-vvO. 'kkC T m,l4R@% _E- 2|{a[3kEJ=>w, ,
-f0\Q>-N0b" hf rFd:Pthsմ/i/ҁQ5'|yq1m`Gv~)>[|xgTtjg'5,tJePudw\?]@g#qY, ペyDӱvP
-F%J̜"rNsRɠ -o2 *TƠĠ3]Jb0ziZX\ob~4I"#?Bw"*sC,!ỿw?}NDx9iڸn^F=('JY&tmJ2ȭ6 ] َRy;bݫ?a3K!]3dZt  Ϡ\P1WC{\W+CX.&d0ڶbT-a!%Whᓬuga"}ׅŅy1ɆUL%S*`EjA-6ZA`vdyjTtb
-ɓ*UnGZlB,]
-w?.<k7GQcNa'PKhLj4rU:Vp7>w-&5Ҹ-&/T⺵a_]֭jlkwm`h&#P(   JEkRXQ"PҺuըGh׉Y7y3Fr6 n){iԯ@^>RwF$J{{V؛ZDZi呟O?ΤqΚ@f#CKݯ޸;
-&f:(<c4cniqD}Pt?K<F`uz9+gWu;<cS/(ԷYLӀE%QzZ_٪r烼<ҦAxsY{(o{r6R9s(FvnKy9 X>8k!ul=/x"-ШՄ:|<R E'F˳d9W g??SքqZy&s΢ӚȊk
-mi5:gF |8-ew o]%)ifZ*k.%'=ÿsdYlC8Ӑ:)Aݼ\5f6kF4"= b-p&/bƴq\p @峏&=_ҘH7"l@[=IMcvԆ}IANv-Q1T`"WpmQbo-A˨ߪ峅:zNd-ufu>ޟd]=
-X}Ъp$$@ (B_|+' k?DB>RIƂĮ Rh(J`('
-@64~&–DʦzٯL"]I1Aenr%,O>@Cf]ānw<X^mU E0X / |1/$}ɆMmI;Ť\ecYr%I,y_q.KkTȆaI|#yi@&"9§i6__\6BS~uϪP0YPV qX cJ$ BV8 u<r?G:ln
-*_+|Iz%Y0LTaPod@3\t2J(k}9t8j^!./?flӯ=6XցJ$2xG&fS*@1`#I)9LVYov|Iɰss;B!Ӳ3>MMJi@8}~{CTС+.g" ȎEGP.K9))3IyYDFq<fSHOwCiHZt۾Od
-:?̈́&L1r!ǯl.Q V׾v֒l/ͻ8CӔy2J`{ }7oPPfAܥAyiV@FmɉKο|7nA4~48$uߙOHMA,…tFa"<繄m45u4APl^ Ou~!|<L趼nUiŁ j?4y(Bz5Sm{f?iF C
-y]˯A I0.MQK( .~ 1ﲃT_ѬZ}%14g@!u<'.Qbsdًj*E/nuaؾ!G-=sũ^Ѱ{P|Y(!?Eܰ
-&:a =y3
-GʙW[΀H\uWa &-XށhYzmZc,2:1Db7D/(C/')vh]A**`;CY?t)dQBFu׾mVɑZPhu5 k.>6i%&[
-o'pWaE,6EqkdgQqȬ3ιŎ_SaSr.'@t37ƸZApKM` EQ,&`2l i ?ENҕCkݜsSXcU PL9w (ϮIuU=M)Nen.Á
-y z.!qi<oTy5g?z7eK"d)ۺt/@\3E-tg*]?i˓eQBxf#e̤+u6CaXKt?2I,(,Vl*:dhƐ)8HӞ%Bgzi @Nv ѹڑf.+d;x
-Ea7a
-[l⋤_ڔ?ivC8{\; y gFQ ?4;Dj<QY4hVeN-+F%`w8 y8UAB<MA7Kx#hmŒaM/ ũl@moT= 3OvX '/vzbK`#C#;*GxqFwgL$JJW\+25Y(;
-}G!VqGuFzm^vψ SRgD~J̐)+^R*A74F! Y|J9u PBXFկǡb#]z<>NO^P,+Cۦy/Bt-$uY ZC{ (c37)KHX{?p[ݓr $D-%Yե۩P-f0ܰs[K҇=Φ7|>žYFdr#N0\tx}ϤB!ͣC񇖨.[xV O tv9xA5)a)̨Am/7=b?40T'_
- ;OvBi`jITrIWVŴɪ ` x ~]w?& TKWImON7߼ _d2JI _ug3]J(\ǘ=?3D_cyC$ӳFT ̐
- H!ݧ?F~>ݫ/n[ b`wdO&hX+$7 ~{^ShJ:L@k
-y B]WFG&؃mE0:h[W\]Fr@Y(}O&x|+5KYi<%;^_ <I'nUpU3v Ăe},‡Ԗ>
-b=aME"UU̾Ydy;g>JUVy,ۻ̦Zαqehj SC'ul3܉;NqWWbQ@˪y'@i6e.!d\)?
-Σۉ S~ە1)N<{|σ
-yP[$Ϩ hSWK;IBBd(jO;_Ukx*ʃK(}rI35(S&Sd$UrMl)d6tU歷&)oJV^i=4o̽uI8bEGC۽VT=6MGlo!|6:@ԓbT')Ebߌ
-P־/BMlrhό+.wP7O*X WiJDZVdW Y1C!ݰ ${DB(-샆Rl,#55eՇk*S}^}^W|8y<.p힑7C7;9MRƂ!c=4YҙEX s1"~ `߿X{Qefm节rcN82
-qeCl=9AYsBB-өz|_7V+2_
-,/M_ogv5V0;ػ[1:gdaw|#ZJ*B0vl >ND%%Jw9/
-%ku\{ 
-b&'؇fF- $eȍtd s v#p'3jrǮbMIT2%y<iq5cA99.ŭj3n14pZZE—RX,z. ڏ_c %.Lh# h%&8/(VYN N479発+4-2n[ 9( _-
-`1F3&'N%Fh훟ܒrdRQ<Z;_)oQѐh 5S9+UElҸv3'4u}ĚPy)`$Qn-ۄ1)خb{uÍQWJVZb40tߖ~:HMtC"gKMԳFAubJMwC7qY¥[VE fv+X\}!xy{ ^bL1q0zIBa-
-~蚻ienhimu<R^r+ 7~9^h?5GG$sn+!mRC_v@7QF]*O5H⍐d9y!Rlg \$?瞡9$W* p2dHEk"‰KA}Q9JYM^TW-m*n A սiuc89^3
-(-j@y?th#+{4iL uLpA1?=.ᶍ,P.rǺv}})3Q)iycz8)bو'QDjFddurkLbA/sYJjH爁')"_*͈!:9{q@FYX#A~zY7"$ˎkhh…"U)Q[O@x@0he)
-fh)+fnvky"jEƊjE3!<C~`a Yؤjo,sY_<+$kPDܮ,2$Ư
-Ϯfi]55"y#&@v " Dz=n̮"l#9|=TqlbjL:n O<ah\%R~l!FB&Gd[Z|'Ds*nR(Al f9.}1,3[u^t8 ҭ"TUmט>v40yTRr^ yFo:Hbt-hBYOo"9Ֆ+ "xM`0K[ +(
-Xԯ
-K46>Nj˟|'k
-rOr4L4admXшd̺i҅`zwܘM ˜ 4Ϭl6SyFj0{3֑S` I7\h)-EzؔAM}/Yn߶~plGgI 7&:f* Ԡ,N$KmZlMLX\Pز|L㦤嗻U)@0"(GIyf{*T=ZQz/?{iCkũZZd02Q:6HXLvC{.Hr@BJ}.)񉌧mi<>(m n8̈`WH[If5
-*(k"PKea(s"wFzˆ`%Jyr/?:
-^F4uɹ23"ϥNW<M!-Z#ꖱ5SZcίYDGfki>΢,tk\jr
-lPBֹAA($6b-oGg@tp
-ZvVpS>Lv!S߸3ƢI2
-0:j+(8us;i
-
- <sy.1Wzi_xIvvʆ 6=_:%R>=iy5=nXpyyt+-1Ԓb2 +6%KD,ōRU*&I_D
-.Rymeqa NPA5dǡ®>ZD9qcj }S
-:[o0!t#RvW8w
-d ꏸ<G{
-;bŸ=.O\RPJoקuSo4nU2-x#U@xxĉi<a>I<BuhЙ|cdGUM'[jX,byCVp #s6X+%,G+dT9I>2:e_j+ӵY  n.?1a-$}YTic \g˘7+ $A\$l "ZK9m(\Lg`LWEU)W_ƂTT—Gi)T0]$b^p4l.]DJQ>qSTfW| |TRo+^.JCRw,ٲL31 VS^3kwZzv6xFsz&!
-X \cB"z׭$+/W!~s
-_̣rهÉP7HuTMOV TQ$GỂ8[wQDt)䚸a$zr~ T#tƭlO! !oOr/&aRt%u
-? YwpeCOUJrx
-MDCڲ*Uh᛼{|R[f3
-3䶠FsKwptu]S4c6Zp:G'҂I7XWLjw)9D1Ff]̧`yAmȚm3/kH=Wpɪ+,c'8+%H
-`kh=+^gj0$,h8s$2}1$Q&Z(ٚ⅙ #`G%ꬌzbYlyp0Chk/
-B ߖD=ᯟ>z-:m} We[mӷ>RzCXy3:di(''?0}FC:wRٍ1P+Z"^UP⫓<֫#۽(.a)(ނc *d])-O^/`\xv?e3ѵVb5 6xThDɅkľ~UzZ n5<;u9xݧ;]9LGѝWjDž\7 NswTChpD#w[qTO)RGI)7|35꺅9 8B{d%$،}yT䌕{vYͣ;烁4Vk1 <K_.Kk:Y_P̼!f0c;2,i.P*ԯf#ol2EA?wO;~/:j9i n%Y\g*B*mw_ʑ
-DGPpr3!;U4iQۭ-Xq#fL{a 買1ʴdUAtFyz\%ep8?
-gv=LZr?ܔ?f5
-`TX6!'%u&hv\ ц|>HT/@)a8D!8]滻|u.D# yUkAW6Ss.ΘrkmZuʂU?{6h  IhI6Yާ:[+2+3w~xvf2o}Z,DѮDuRM-$CviCKbeQvUCO\
-X/ShiD&wvp>v |57pf(sfwV+4C7SL={C 1%Nbkku0JjzC+2ho FK@*h>ga %Ua`KG3<S@BnVK"{\\XqJ~;׮ԤTX /
-eFRHj%
-8_T½;ߛ+\rא%YMuL 34mBC.ӭbQk>S<ބgp%
-"4ȳP~hd;&DNwN;>Y3(1x``DZ+1w(NXL+XrI1*ȡ:%.'HkΕSPͩp  oYv[ggG^5"+Vs%
-ٛt
-<}L<LGo
-oѥ("tr4(-?s;5+X<nEcM0[}V*.َ
-%5GCB;O l@3UAs؞hDؾ;'X`Yr`afM9Af--,(۪L1 5<#Qy.t%մчȥ| wkyc1?+(=)i6P8 dqhfOuH=E<̳PdͬC݁qٮ͔. $,Ft>R̩
-LX
-xJkWw8P$Dظ'ӞgC< nY'DTdžJsW ǠMI`mu_AA ]1nowAN&/dOe\KY3q
-O0Űk+a
-gDb=o]}av>XB?2(;݄00c: հv0S*~ߊJa#{k`8 WuJ~2eڕqbv0 e\0GFk[;8)
-eḇD(r)A7y<Z?'zuLțKq"q$Wj롆]M
-ceҾf95*&!m+>Ҙ[نԣ? qZ2[S,nҧuރcGY-,sjdwe0l TȬ-zlKDK-$6os쿓oQiŌq>L!^01ê4=r
-"&SFc5IDtk =i'm?
- \|o2Et!5yK;iwjK*ykV'rA1Ӗ_{bȓeFZ p E^X`e#Ҕ^qSݩ73~~Gt'8\69& F(u'"&yφ„.W5Y~
-b9;!zi-@M? |oIU/V7'E%(exۉE N֝8;t|wGXVHhxȺ276EfF-bDÆZw{]l|P\Ձ5̻iq.' &JoBZE+H} xժ4
-Ƒʇ@h'"=ٛRKQL7Oh9JVóaf5$ش>;
-1\aIS]Y'-Nc9Sp~eX=V\O<ە*j-MlIf|9v gV:V[7r[tkĕ9qB^1XGQ@@Gv;)%Yv ?dݥצIXhφV` 9]`E:j!-CRΓX>XKPqID\QR
-N+OEDh&a"c\:A)/s)V<ϩ7
-BZS9cQԳml@ʍ <0#*z=(#eU:%`VM:Ϋ!,{cCc(љ _&b-;6_• $}b(kyڈ93xFSg @G8NҌ$5--f$vmM_ N3*ʪ
-we߹̫ e=MkIa:mS_٬>ąRJ䯨KS_jHbGa?*/-hiΨNni@+b.% Ɇj5xO*/9@yyCIY[-.0z2gT; zG~Z?νݧR
-<UG`7jaE,@_q5}T%Uav,b6\bYrȢ^oۮ$k9H3SࠁOwl.&:A0=# 26ލ`$5ՐC9Pߌ!&W*9ӊISvPOnь|߼.:U eD
-r`2ABj4|w*!?/@/Ib+ͷݨS2}:OjuRۢG8/1
-a;kRi =l ߒn>𵫸QRbQxҼ&~e9hMk Vvb)e t_@4g]{7Y161ͧ2?*0EB͇[Tng9Z/`-Ub":#6$|Wi9.uh>!KA3,^gAy UW۫9]Et"/d^0IOەh9> vLj|<&1
-^Ts%yk쫺p .ӍO@a4{\Y%?i[ՕC>IU *kE6n $89s'
-̭mᡀT=o-r+ݜk@XY๾3B_%5(CUa>+
-YYZtՈ@dlN#08\n鳩L>`SьdNHKt(;]aLX=Dx&okld}Lr[ +1hFɑ)m#T0f6 S:%<Gf{'Q$9bxDlSnrdۯ/_(:NmJW)s*&d;[IȦCK$6 rbZ/|{"Fo]2ܿ.cv(ŖO%p0p(kjwlӹFIUEh| _uXd?Q~#M!Wf0s/_7er–.H #nU@2Ѱϙ!J.r߉(=r6r>_8x,ԔI\+-]Y3 9/S
-M@no87l_h.J AG6$| J ;=^ ͛c}$Ěӵ+"|N'։cUeJ8'cQ팴~
-5?%Hq&I 4v@VP"A 'ٟf)'# d Oҷ=KzOD~))8꽶(',t5BJ6=ߌ5}+OL'
-<%ԮU}/ -8"}$Iͥo+g
-ՖE˞7pԅ`?SDp.cVVԱ`U:hͬ%X%U(Mn2KBC6+v5Lu0N趩~ df-!G͛SUU)̬ٓ]w#Yp:h[vT;7o)ÀƄ w<JreTޒMr6_ObWe9y@#/ڱH:&
-" }V# ;X 4}BE
-{~,jz^qN
-sADsi^MIkڛX
-嬎BqH?턠Z M1g?ݡg{Þ!St٢u  t`B?bs <0Ri])4؟0 75?\e1gkԾO;w R9/=A}FI?IhxK%5u<S(Z?|f Alo[;峔|PFq8B-')/jfሊ t0ed낣.(*MbCb-R3-})a@
-?NgM~8yI/MFG}<;Kɧ2Gd R>3bm*vp 3x!I>_ؓn"'3c?DmZKyڃR@{)-\=QdwV-I!?Ɍpuy-F[ JqWw`_B\rsMͤaS8WT5wiφ>!ffQt$ B]k4U%
-cbRvV)O5qTt{䮺}+3%|=B#'^V[0>
-we#cܼ{@JiWL/oW qLLT+D@9ɔ0G@oB oj#s?jĔwPddJSΛ ̑Z8r~V x=嗭5-^dW f7lwtf|lg
-.7~kC#r1.ElU!#0;Iں%X hVlY7
-I e92AgZ岭 > EկcM1gBM,钃ńOv
-5VdSbnruϽGc*B\_tk~6u.Eœ`#w_G-X:H͘OCD~٤_iߦ?+Zyp3u:0Jq,Gzg"#nz@֨*U/ːe%?!8Hӥ`+ fPIs
--KfƸY-fg >o,P ǝ5f<e++ryN
- vL8w%4[D_A W/WCzz=H!9 J-Ekd\ Z XtXL-ea>~SܺW$"15s{,梙y\8]TphBÔW"^lmF~HW׿9_߂)0Lb"81@Hgc«7@+vW:o2o' &vW/,v <H|waɱxzͩPx+619%妖7P,u! {nLFbGRA,>}TU"9mLaW)zc{[S @{¹) -hSb$Aߙrry=pďǕuJ*̖b oC.FǍZ0ׯMZwoHsa,g;iYr_)vϺI'0B")]
-2|w&SӶZ)һ\Bq7.q}/G5OAkTF~GW̎чhGGF StԜ c'V^l>/Qqdx"VxSkMJp8}= ښĝ/[VѴAUQ%Vmy|;|`A> sN}22 Iz uI1x1*dfgMu;& 1JQἠB,^pP2"s[|
-M~Hr,b*ǚ5ܱZmq
-5
-[(FfJ; j̽&,F|l-xw\w {t2byPs&K*Ϙ W־t(ê`5ncܲ؇ϾIMV
-KEYK Y U'q5rZ`A/&F6^L4.-{r O_X"WQ7o}`H"bAsT`@Ș޵P~_ `@
-0?ш]+EL7Uc4m9+&_ڂ
-ĩ31%I]&P rFi6-_+C 8C5GtY(̲2qU,75F?!+cW[$Y ?O(>t4<vx,ڜPЈ
- Xf_+fmu@`i> %„ vQ;7ě7.!|;7BR(~lfqMsfg#n!+,uECVCTW[s BHO˱g{ Fɗ֢/42v$=.NXe2h6_<
-n
--vوtIj~tyw
-c+/vȪ_ S{3.xZx<<7wuN2[]:'O{>& 1%u8+Ĵ6'дiY/΀Jy+`&
-pSX=Q"fG'՗Sth<W=OSۮ?]0G/yf}:r&)aad.M&;0(_ŁAk~
-0Cs0]V u :
-endstream
-endobj
-479 0 obj
-<<
-/Type /FontDescriptor
-/FontName /TIACFU+LMMonoLt10-Bold
-/Flags 4
-/FontBBox [-454 -308 734 1039]
-/Ascent 600
-/CapHeight 600
-/Descent -217
-/ItalicAngle 0
-/StemV 83
-/XHeight 431
-/CharSet (/A/Q/T/a/b/backslash/c/d/e/exclam/f/g/h/hyphen/i/l/m/n/o/p/parenleft/parenright/question/quoteright/r/s/t/u/v)
-/FontFile 478 0 R
->>
-endobj
-480 0 obj
-<<
-/Length1 2894
-/Length2 29932
-/Length3 0
-/Length 31583
-/Filter /FlateDecode
->>
-stream
-xڴuT]=LJ+Ri4AE.IiAm}y}75׵{MA bfo002A, @ W[c'
-t
-9IcK .6WN@4v+,3
-SQPSgA|"QC*2wK>q+N.NLgm@ ˛[)ortʈ7BY
- `fetaA]dnw|JA
-!WO_`wg+?Eא[(xM.N6vw9\,k/NW$8 O|*i~2y7VsqjY(;f̃?(@W7;X6\\l,s#
-?JX
-jlAmN|\RPq`k@e4_J T"y-̍𮱟k <MF,ݤ4Gy:eY D
-A?3S5:9۲6v@Y:T :DQԲbC2_)<_ <Mrb\M:?eNx9R^0"0ygXshM /d2[{Ҁ@Mlb[331͎{ r7X0M%N_5ƪl#+fW
-򕄆mHd)޺ƨ[T ЉЯk
-BT5ae};3"?YL!0yTKMe7s;7g g
- J?EP-j7EVƳB]-DA%94hYʭZbݓ8Cu5ߚݣL|bTAml̋
-1FhצnGb.wj2K8!^D1 '3{sigcRwoK
-IxFnr=v7lpK
-^\ܱwü B.«2 Dí]^Xd*H`Fb5:IThdP
-(^SKw%$<ră>u,]3_kosJeOtA,d$Tm{Δ^LHK)C<J?>P!+ꩳ/D}M8y+uUSlN9'ǔ້G-qPz!>9Z8 6V|\Fu_''F2;x%WqTb/CZR0}i<Bչ`<0c`*<O^S)t5'Ŝly@ Fp HfϮXhSY#жK rv
-D(I}BtQnݵ|1wj~6/-c+{f&bgMnѳ%Jy֐v[PMl"Ǎ_҇9v~fjgAlrfj1{\B8!8:kA?,.,.n/LoK7st~OP)Sw&nN3X;tu}jѯlRb$g;פ9#Jy}f-{(C>@0"ex]34~2ަ.t2δ_1YXBfk!?M~8B5RDY^"j—owVA_35O`i <yGC)b>\뾌np@, jGr`aU}y{t4o^NHZeF*h^I0}nƐL)1g9%>K)HBTUNaW㗄0\QQHBEj_c`߉s o <Eoma0xátէ]CUFSu>W}Hk)`ʨD@bpE. R<sS2= #]3$쉙37ЄPg~q3[w
-İF^4݌zܢIsq>ACo34/jqRj3Z([ I+3>5gU$*WCf19GG(˕c' ax>^h,+5_ )
-A"(^}ѵXK`+D8;k5
-UWYV21YL !=ukD!< xhΟ&<4GZ,,VSȲϞD˳4"Gٚ?)ִ\J9
-p>Rn[G@8/!"\U&iƋ?90G UYš: pqѷCŴa|cN\H!*t{-LwS
-y&c⨑8?J8}lfM'Of,Ecܙ3Ϟ4D 1(lb.+'4s]=gly.};}eN(1ySoI{0@qj wqyTN15
-,ҳ:YNQgH9z,8¯ܞ)2`F9ɇ/{yNZB6P&3A Tr{jUtO*kxK?>.kM)3da!]gOjL-BloJBE-^bAXR-֮5dm`j1է`H!ٹB vG jִ(6h"m %fWf+í
-ex:<$z>0)h6|+iǢxNPMŠ}'"f>Ε:Zhr\R{F;.mհFe<'`4xP,:c %_EAN$Hk5vM+l}<-Cd
-O[!bO\~K gǷVЄK|0}^rc p`nAy~f}h;v
-_Ͷ+z:RϪkdv7F"xPy<5@o3όV)qG丢FKߪsA$yYҎ}%E S "Ba P(O_TkY,C ($j_/vprPy^=~ +sdiׄ8h /<ps-J6$(Z\SeM* h\bI-O>oKLS wf7}1B2.aM܈DoR$VslnͣYWNi5oĭf$8$Uʑ"K2t XBaU/@c;Z3ܯ70JV+¸=ҳ$iO7REan<ͲD"x̆d
-`
-_ ZTals@bM#_
-
-LEeſLrD=gOYPV>~5_m\hfr
-Q\$q ukg%+.OhEjOa5)¬r~2ysrR?eK5Ύ9'#$w3W:9]F(ϷUhDݖTaS9y>3Tљ2=Zu 2 6UH.5%.d=W)iLUώT!+Hi6 0T~k\ũ6j4~ yL3
-GEOe1%3}=لytyvkq"yvo{Q~dž쪕5o/dN Ϛ#Icۄ`t"I2?-exhVlk}}MF/rZP[ZoFF9 s*}f|c9??YCPm:CDJE]p&F@44yCxw,턜:6n'~7
-_IC3E`P*r17)WqR mVSY"v,]ɓOxpY{o?nтtE” T|&<2ԦJjdsRS6h>3d50dRUma9ս0EayG5I}^|'6{}5T[u
-4y_wuaR0F$j!opj56>-@6;xյRIJvg:R2D_{0£bn?_1#?;Z_xV
-5?n!Rw9KAnq Gz!2sfRCtySDa g9([ijlX h)XD'r.4լlh飃k@^mXfcߌ?sVtxdUȵq~Dt>;=}u\CZ+@yIK1T.E?皏E} #\zn-v4"@`tQTEǂG W"KN(r'ATY
-\ͭ'0ט /*?j;A.&'ןXcHsi] O,o"iyC=i7Ƚ26pݣwupQƘy;y^~YxXA"X jPAg=`?w] O7vխL()7T9ΙMA.6*6Y+maM>vӵ$IS-&#jdb"~YA.rk>{7d9*O}*_z%ʺՂet>`Ww+)Q3x״ ^A$w hTDjn${k kcW8N+#[D%pqw&(S7eWW[p;bsiKYB$M~(w6/ kNT81d!|rÆ}pO%wM[1ETAy~c,r^fuDx?j8& Q6VlB{fn >k7s٠G]R^~S91P*2gqߎNV}9 nkαEs м``f+7MZz_'KV
-Z^8aV:ޙ!a~ZeWe3䯜wpI)ƶ*`b [ $qeb r
-_vkI{i2U8̔50dT:25K 6i%ҫ'^cW> >e
-;Kω.mz,M#([w^͠Ck|
-QbPogb
-ɘ՛B7@gT$)yL}IUm!XT1P*?gy \j
-_ҢNy1 My3'wnH6g[Oʹ+%j?<4hB;D"=GV7iwSƿKaD^Ț8y숱(5*;\(!h,h/SŮSETDuG,OOb`86 0} +i!1XS7 aq*!'DϯÖ\Jh9 )2*T*{}< wmW~oYة}U )֗CZbK;[n*j,UIɹ/cݓ4U
-rtӭUrj$k
- !Yȕ _0Fӫ] D:ЩBusBae+OeK)gۧLʦmȸ-N -'`_4U/\bJ8| 0?`)dQRHb.m"q6Nu>HیP)z%_48DM%H3+vR,`#tx[":+/$3$>WN.mS[AS֥wSKHTw:jU? 佣J<d-pI]P/|"qZM%!?kT-L՗N62JOpTO}w|!ɞw~Ģy%(]ySYz9ۓ׀O=ʗՏb
-ir-%
- @|H'zn~KMRuSk{nUёƙ
-{w-܌RhXgxk8Cj״0jJ1{2G-IŔF.o%ri#Xzmb~>>ssc<(x`*mpwS>173@$AwZR^X\7a餆z~a/NVY~8xFJ+œ8
-Gs>C=K*rW =.6 C}mgt D
- <Pg7yi] O/}ӷAe PX謗mMɶ;ƭ:fMT \Gɒ]
-K !LIdpTU3),}Ez(!es-z_xLMYɾa_E~Dgn;HB:%Vث'ie!c6}k=&RVTrU߲2Grg,0ċ2^ϭyܚ?BAȁ|XT0dM=l+"o4-r|\٬l:z
-w2m|'?鹣FU}/V˟qJe1;*%]Ku [$Tۺ7*rU[(2r(hxb`/JiK'0&?{Uuf$z).YF.'%NE=ȞP'cQ0'nb9E:q;$W.O]4jD0i(gK!YP h~l*֙1ejiA2*^Z#sr
-MY##nUgvD6@BNSsaÔ\.Vs͆ak ) JǪM9”#'Y[TwXb;97݊"®tLejR_k*J& )8,ʂMq.8M)Ѽ1F9-C NzC%]|H봽0}y;}@fćѳb`b!D!qD eX|ȭa<O%aFD1_IZJ<v۟L!>̾[<8.W4?Vmf/^}qA]EN$4em Cr,&ζAwSW.ۡ#͇
-E<k#{&yf~GAV@0&%p1&u1eho(: NQ
-혲7&OLGn|iDQ~3< ;瓉wV*{xMsa^Ӿ(|CQWt$B~:=hlЉ:WX[umZνJXiu$p}4fJ1l\ |Gh g&WK#rk;4&+ookOY@I=KRieJnbg+Iiї$+o1+b:w-,g gڛ{hZeBv#t9UXj sݏcvO ,+wGW:/,R +"Jf7M4wP~G of&~5[sd31 v'3>Lv"OݻdNV|eRQDe鈤cɡ1OQH>u.z|3!}5<kL=kxixGu46@ǰ"(STUd{_>_Ҭ1ǿK`b*#vDZlW@GPlaW+&䝥7{-(~–Nً'̘y^(HbnHiFߚx+tĄXǮvr[3EmU`X/ .ze9=:=RE3SR__S~85GɛyV+Kh7Chyl-k84>"R<DڗwgcHmcJjetqR5!nltO җMVk*J`@6A oF:p~H1Cי
-CalD)hM ub&_sඒ* 
-_$\rAmU+m1 ̝7'ٻ\{
-޵Eَۛώ7+&:%׎jo͒ك4%IH&mQ"^59ҌuRi51I&($wwГjD>o%
-e&zDzy7TN5Bk?Lʐ/m%aN/xnf{.KWh/9}, eQJ6$ɵu
-Bth)cNj&"]X|8nez3s'z/euMWoU땙a-]6+(_nҙ;JY3aZԲ8 3xK c/<'q'ñ0>NRANdC>#xe¶̒imS|$iٟ hcN,q`;!WO)lqRt0PٜRC1JGn?bG#%QlQǛxCҼS Sټ$a6Q[e|FZue0\4-|&4Ȥr Y}ĮoOQH+N.:JGJ~0^@{ReUcm& srli Cɏ \bwyWAIW[BXRbL:^IJ&RcSk6^1|dNT7JLm,akp9ȈHrz/L[r "Zkpm5PBMW
-\޷[gDCm"b0Gh]PSCtiڄkWPa>c4,Az% @A*G ;ѵn8'; /E) V@p>3;tAkUӕ1Hا౶œ]$ʛ@p5zX_1Q[V
-fvR~)zKD 67! 5Y9uF|NXcnV)!Q&'G&$)_D7Υ'~3q¯S4Yš7r;( V%V0Z8[<79F^|,?!>a0b4d6 Hd# $ =dړ,şE*Fs5)';T_ѫ3RN!)R,lˊwRY2:*"1F?SfߝT-V\ƒuniUՂZ//IM|"Kǣ9 wǤx $ˣ0!BVdKys3kMZx΢Y\:ͤ
-,$gᜱFV@,PѻxxhbD., b'w׊0
-vu]Kt6f;]i}k_AO1 H**%Է
-FgZhPlۇFvGZF F&d{ є ?2֤\͋S}{DVD Q޴FkYJ=g̸Y3[zg#R0EORHbkLSB>Z-܅w(Y
-^XuY4yo5DD ܽ޺m>s9-hu2v'@po<K[<yU9=v-[sQM͞jEe&'o
-ub(~o1vPf$ȁU-^-۹VtM4IG3VNg>-&3̉GxΕnEgH*Dׅ >PQ:4
-3{#TaT(5NKPG/]T}}{])]QP6CWNL\ z㖐P?
- _[ f|1aVI޲g]}0~R,i bW `Go Dd%,]Aű?'MYIg,Th3(ϐкұ\c&9;۳3*Ďh`mdqU'fW@
-cCl 9H Ȑhpi>EL3{9H!sx:;ݸF|=BYD*uww㏇3Iˏ>0ߩ@z3w5mDMVYLN{KsR,m8N|6^\f3B8X6 :̇Ff.
-V6{D*9qZuc,9/Ӌ_xRcYORuZ"6(ZU
-,x8N⵳ UK&\&-58] 8ӮchbK3q$;+^G)FLGs~|udbb0B 6H0~ڢ{v [>qPywyQf\IЏLM5\G$_>a-9Sr5Xt{3Y8^B/bϛaka
-8V
-(ͨ,XF~4&:܁\|/en̹%yeh|޻!
-S#'hE*K^w` ~Ͳ`j[!\ߓk*YSϝxusZ$Pm,4mjQ@ZuPpxեE$g,,yX|ϧhp(K<GUՌ+.E쿬"g񿊐γػsM- WOQ\նQ)UWI
-pa uSlP &6.L[~(W6S9%ڠqT65P0~Y]il%& Xqgm掸=ghF136L?b7"Rf3 rFd.f^"pw.qL'T{uvv( pz{;pYΨ=պ7Y!K(/S3fh,/nsx\L޼M0<|*Ƭ$n^vF"60A' E3Egצ\RH-n,W@yIX+Q lTwѲG͈>z΂Q#wq$H2dݍut\;0"`#2c) u]}f_H9e ,]S?bhJ}t&#yT*<%ɢ9*܃l3{w8f+ܷm
-d{^ 5]A6:=j
-$J E"}->wH MvԆߏs5(NpBvcIz7?%.졥y5Lkt~gzm*s@ۈp٨PQM.)D ML--p*g|o+Cˬ<c%><F C<vNuL2ҽ>' C<lBSM#JFMEl)#;"u>8>rwhuq8+I
-2jaj.qn륋\VfcC:ZVFDs>o3:_6D`%(B+NR[`.-H*
-HNN7V#0T
-<w[Fy g PȆqqZCmS7ΘʩxCFgM
-hILƴ1MR~zYW=35)o6<;E٘7`V"H2XRi/(*u4|jË%
-%Q'$`cr6BMu;5,q9fbuQʯf7pLh>lY [ZWf,z>t(}v/
-Gh,ٚ m⸻QmQSDh2P:Ε
-.!ޤ+d:po:4A5(iPa\/.k>4 a:fXw$uBhwy~!^'ȒBRFghܦBO}3MR0ӰQS z%5k X|2S A@yּN
-^_TVӥI%|Wl]BG7 PVO$_wG<}Sek=Հ׭f}bm.#&'4u痵=T6N|#xwGҚԎ\qrOvo7
-+U5?<3vk3I5tk/>}TzWː\@"/GWǤ"^3b3UmM- M+闕V
-~5ʦ!LNq$H2d\N0q ?gC޳]:$>ZaG.c7@K6@/EQ7R򜸘;'/$mSeռ\Y\  WRVNQg dnFN5r^>a\N>}Aw%K޵9U
-e|]312=]Nwhռy7j_wY}[>TS<@Q?qiÔL=A'|e(>.u=XN`YN>13w:vRhn,GÆ\fATx^%2? 7 ںC!ΐfh_ H|ko%8G0r.O=ҳ
-j ye
-H>fy&|XTy *^~T$u W
-JzD2-tny߁fQV,Gx\#s>`Ŝiaa5(kr7$ٽYdL#D>ŷ=S]~Ss
-6|+ V|cw˾='=NXzS!`)?GYPѧov'Jhys~G9~a<8Xb%}_r,>J-tfkg۴/?Gf+剆K|9.0{k
-]ZԺН8ğh꜒v+^RJ -{?ڠ*bWWWBPQ9jM@NH.RzhhbOѨ:(_,bfDg,H3> [r0ҖfrR+xU5]+zH#UToO05-Xx\𑲴yGR]RMh2
-YQw8T `_$VT|HunA!m+=u@ckгp(.+QZL
-!(1UcYr苺cRSdР- 1p:aF}K0ejj*v֬;$W&zhX ~]rYxq$iCĺ:͏Bwx1uVb
-ԫ=C@Eω gcfwe9Bt-ho]m}x g݀
-jj9[Σ2\DoRQ9Qf+K9
-lJ.7@:g<[V`:BػA40X"$
-lǍ?"^|ޚ-03o1EIfmM<g'ftR|xJ/2TЋb
-5&AxfF R^Z8_lyehm5P>cNmno cψl }nmKwȍpȤ,14)ob!UJ KyjBom<WO*fJ?*Q:4;4;ӶV! o9SБ?̏Ш:"Y+B 3c U;&fZh"=qh.{J|p߫B<?;5چ'kkm+#4`i"sJU@nL]9uFό;v;ͺQkMF,@[qXTH^'y+YpN&34 yHMEQSg
-VzȺEh!w\!&)CsŒm`$JmU":6i/?ѓ&p\87ӎF< ãS1Z;TEͥ؍'\D `^r
-W/$) NRgzUbר*㫘Q֙o9밦v1;N(j7mx|<'ϛ
-h[ ƐI('g @@y?x{fWua,Z*UU[2_=,ђ>O"nm|wbeo]K|(7*ULVRkH5S~azB)mI;lO̴ʡS޾AFkb(Nxy2_¾Z9O 02hyCW h:ɾ2!9鄏EHi*G8R+Մ/|h)9uݎMFYAZV@|.M,wk#*xN Ա0Υ޷
-i:WՆoEf(zRci:R~pe)xۖx? z\Cjט4Vm0\f|R`#+F7\ѳn
-`h=HL*Vb+`C`HuN 80HyMYȳ@ 2߄3(ńIݵmri^qcF8Md?zQHjp;Z^X͉gB,r9H<4\,1x]=6[yCMz&[y~AK4.ڞpm{9$}<R us
-9NS3w$4hO {o.@b +]8 [\܄M
-P+Ve0ո9@ZWhvFĢ
-T4L=&0P
-Js[AGNw(8q]vR*u̞)>gPX=A
-ME0Fotf(
->밵EHo`R@ &ystaQ%YҰ W[qŚ1$*4_2l,Gs<Mjvo٤1A@8DfU[]!gj'Aƴ 05
-` krv
-(8 Ti6īo)uO, J? j)%6g4*@2wDwһ[h\vVYAs[@a{%Eր,[i"̌"ZR-hlk55FdNC'gI4<bP3黔I9j ec|^C294sutgٱ-oٹy3[,n\u&ph z SaJr/:Έ o&
-a,EQaSM:&qrڭ] 9m:.~IAgQa:vG(O#>`5¥\D'q] eYp*Wga+ %D)?eG zs} @[I V_ @x܌>
-mˆձ!&/b3<;6c+Zi5%b b
-b}8Y񐏤ꉭZp#iX~
-B,U IzD)9#_2DӼlŗd(+B0,D/foӊ&! Ĝ?MʂX=$k/eJH{6EE7Ϣ zû[&
-|53:
-j0c~ s<xR /mF/sR#Ee_%/-PL'ՒO>ҢXowccTzAH;F
-trZd?6"eNc$:Z\0GS_ĚRV5@`ET5qWb~ {\MEmQ!"k2# ?CCc$|c~Nnњ}c|IAwm ܎@Լq*rMy,1R v\BtNzOoC}).+<>v|+8#jbc]Y7TY74f)# }i\vh(x"muKYEX5zT~S h
-NY:c0ͬ܇4"eS} 8nm[U8^ZC<vG܁Ռ+ϣr)Zjp:ȍY~-řGu>FeYFz;p:7Q"9$aHkRoǭgqR5B,Lc]|\53(6MVӎ&M"k8-/ CAXe ъ67#X ]Y0엹KM'{Q a^oeqo"<\ , 5ja1O7uռh}- 3$m&e[zSA`F?[+ن
-J
-(#LTsՕUt`dw\,6s,;5r I6ĹYlVMώT\Ȏfg,XbN();ydL҉RZ) ɜVM~b~џD0{& wu%j$"b)7.ҕ<\Xw2p.
-CV.-P<^1We$5jU"oD^Vrsa
-endstream
-endobj
-481 0 obj
-<<
-/Type /FontDescriptor
-/FontName /AZYWMX+LMMono10-Regular
-/Flags 4
-/FontBBox [-451 -316 731 1016]
-/Ascent 0
-/CapHeight 0
-/Descent 0
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/CharSet (/A/B/C/D/E/F/I/L/M/N/Q/R/S/T/U/V/X/a/ampersand/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/equal/exclam/f/five/four/g/greater/h/hyphen/i/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotesingle.ts1/r/s/seven/six/slash/t/three/two/u/underscore/v/w/x/y/zero)
-/FontFile 480 0 R
->>
-endobj
-482 0 obj
-<<
-/Length1 1909
-/Length2 19088
-/Length3 0
-/Length 20279
-/Filter /FlateDecode
->>
-stream
-xڴxeXZ-'8{pơq%!ஏ3sffګDYA dٻ002@ VO@ W[c'
-d/npXL]]-y(
-`loeT`(߅V
-gQyRK(l_ۓkTw?HLi0f),Wjfu$t'x>İN]Uv@̱b:٢{,u/~wy{6YaT=! U,|؛wУvr{|!yVE u QW2ɴK;< v;IiJHɀDR(RjsYYt/!RS!;@b_]Nz5~X׬[V}Y+^d^hQIݾOO]z$Hw䞛.[2blF).[j N4xNRJlml $GD'6 ﺱ-tUj%&n)>~BhbݕD|Ŷ3j.Wk?׬O/=lgA<ն1Xȁշ? K+7cs sTOU85M4Yk2!<|mPUg6x^QdTv*$G7MOz hHO0LZnET8Ymw}=_7T ;<zL:($=lekcSח<XY
-إ&1۳/,P]bf'0dEi/"b7Vȶ‰1oKnF =~,!6K{>>yWF X`V45lfd%Ew&I]TSf-U]x5*>k\!քoGU+>M}Q.5d0fFdIגE/d^?H{u/$tf\~:-(V"*ʔw6 ȬE޵a$VS|}i;4]W@= ={y6w:{`%ҝUYp#۸m}F M+]}$YMgqޫ#tT<\i2AP@g,B&r_nbQ+ac/QU/u4",soKßPLus7;-y؛D rEysr1'?n!%|AKQT!3<K+
-6aɾn}ds(x |5 0DoDvdxFkv5r<f7''86[bS&i|S5ƻ7.o k?xr@ѳ)뷳Ч
-
-e\ߚ1uq(Y
-ΗyyxEҪӡiLiw,m^rdufQnO;)
-nuO@L
-haxqX? !cIΓ xIE$2^ѷ-FӁ؏B;%<漒z$Xģؘ]8$
->)%";ڕҵjoD u˅jVs4y/ŷI&`훨Th|K 9c&DEHaYԩ2JwG G%TaρץK(|BY_? +c2g~3L魝^Bۤ@5bSI9ū7a]"`ӼcZE2Na22>%ϴVYJԀng8Bcl:"
-;B6W;A 6y?d L#֩g.â8C %3\xw$Ca$%) YnT@`,/᳸0P-'b]0\ܵq/f*[1k|}M䨲1ߐs\&9:c-}Zj:S*!gT[>{چ+uyt݋}qA\g0.2쇊#rud j`A
-a$(TLDR*R3|+1)Zi+BbwY2NGyYKl<DίuIӔ YY,{S6H H)c&:-GCCSN֌07kE׏[1X֝v10'|f~,fJrZ;:oZrŅakzR#B~g'k`s~sl=?|ӽʼn|Ҝ";Q?(KNSzfK<ďh7qoU~ey%ޕ}' 6_)ɟer*`C#+uJ(\S1$wȲf][Yi
-"Gn4;<QDHΣ kaк? @\iLP9+ aOP"Q,c! Tr&5-^4@J~g:+d'׸Bև$.³Hj#Zaa2B&xmu{wiΏA'+(p{~}|SyȾ2@twk䶙 )1'ex4jqm0L:.V;ׁڙ@TELKo!o\EJQ;s)B=<aI_Vy="۱LR8642x^c{=\{ֻ}:˦E5hϔ < $d#OH- Vf,d7qH+6sٷov-!E X1Vr5mktӲ| fKu2d]2"oR j`Ĭh(&C
-@ ({/"`Q-X5_nShr7('_^>hGS dk)ki2[鬿Es
-Mc?!y@3QO<
-RBw_kسi*|Y8ڿD$Z~u
-i%GTy;^/<O*y[$ʴv7}w^_:*<%yhmq8(Wuf3bحgϖ%<71f1.Q$7*|ͪ3# Q:)F| n!C2[BFEJ/fϬ_"@<*F
-jQ`/3Pt0
-
- +ڥK*Ny͜$݁eA(A qov<l P'BbPݪQEmPJ~4jM;7  8X)j(,nYs6eďv5 &,L)(7_d,U膜\Ƶ)
-<jI@,F+TZbg4hNS>C]?ct=/K^F&sQN7 qT2] O_ܱdڻ^'^M{>{׌( F&6''<r ~,{Z.T
-X3b'G0$/tvXTtw2WE5G%Nr!:|RO&=ͺj4ȵ3Wӊ6n:5`
-zW!W8*(:;h'yGS!gx<>;*TIE1h Xsާz>Om9b(bDŽ nq~z|\|[ZOk 2䩫J+UK@1ӗf 8/s-OFlqz,7=z\ nF-`(&>> WaY)y< +a JFW9C[&kbQryD9aQF{OpyF?ֆ{hx J+l8 6GC}mSۗ GHs*v0jrxJ InvvC
-p)u?eBV`*c*sؤ0ԆNYZ!CYV8GaL)9=G,t,j . X2DG.x 
-;XD4=:O= )J{B9l
-(2eNGk1-vQdk$Hbymذ:eT$+!ho<"F K~VZy7ѥM==5ާ!EUN>r l@nXÀc*TNI xd_ o+]7LriAf @y;~4ޘI~dګ*4r蕚ZouM~aU7B!aYBP@M",g(y6fy P7|bICsNP!K
-AX?<sQ!_': (Tt$F;䱿{}#iX)YsYx:dg}x9᪄_SV8Jdn/#]#ZY|Sؒ2hӄ,%^pXf[1ױ|9qZT>,1&[=_@qA~h#o{'>1QG"ڔ˃JKeADd$>+b,+zUxӞ[Q 18
-
-I(DgGKl[}pvSDV}"0<_w-ud332NpuQ`_zB"
-ϧB?Z@[邕ҜI/z
-6-ַpV;C 06/'W7ސ^Zѡ-LNg2alEǟBΠ<Z:ـ<7
-`oKyaĿH@ ޴ mvB"+(t,Cţ "Y7/k90雲k6'qP}/ wzVXQv=T|jа Ksm~̃p
-V/{!L( MdpY 0كHI
-2)!HfyNpՔ%fn?I->(O
-qP$ \e*qyam.ٯ"x A3X
- 7PC,(b#8$&_Сyvx.S{XNahI崟+H<<{:.We?ĴKVb;Q@_ZiLܕ15BN3
-z6dˈ]|>I='v]gRrZ
- 4ĵTQj\e?<$YFZx]qc[WI?6Qpcn?{n2,0-0ߛo>zYqtʕiRlB8I3'mx۱;Jf)͸;,p·֪"3ͫCW*ȯV2ёgGwqS9uU>!9nCb<9h~n%J%9W7}ףXP'FrSΫ
-]{_һFC2ۜ<pi{ 9q}YL|K`jzauogh^
-9Tlj5AHv㇥kk%unȵ ew ZXPb7ߗ!qM *@ŕ1ldv捱Jd(&omv2Q"}Yiʳ]Rc\ t*#MLL:23T*@bS{s5YҍE&(]aNlWmC>E>*/I U3z֚va_$_Wq:AFcn(,&._X'MQvASl jİ$]fЫ+0Qvu+{nr8@p=-%;Rț @Ji4hB3t׊?+>/+1{*_ByۆpқdT+TЮvlvTz,4/tbE\X`?Fhgs<2b'NQrW`
- 3P\A.  *K(w0Wr;J| ڶI2R݈FYB߳ˍSyr0XR_tǿZqs*7ޱ(EKS[>Qw
-~#kaؙYzYk1'+cњyo]}51T&z_/۝1+DŤ-7FSHxeA"^ب|BOMSdgX F)-4Zm9L{-40r! $\bOx
-ϟ/ !j{>P Q )up|J|i1xd Yph7
-w-Be-5e~UO"$ZVX7(IeKcUNxOL0l:KYr
-YzEc3G|>+p~']x-ݮs ]iqd
-&,14.9f/z(U[Pa6uLIc|AĘI&Vah
-rC`gX4‘@9AM@?TO7o{s0R)Xj.^zX9U=cPó)Kw:cR^Ji
-.-\]`h:piEn°ҀEݲM ,*$*{zec,l.mChj]q߬׍?V45yτ8]4/,Z*!Q'4RXͼr |޳MuP.Ws8OA A9GP|M_m-ĚH'3̅bV~Y].XKЃ0Ҭnl$mRD.ya{vQJJ0)GŞTF?l
-
-
-Cms{Vzq%Z湭Q'P.HE.83jpbKWWrTzj4k@}S9 ]:7sbǦw
-cPHUwl-c \:%}0"hcOͯR!"3`(I|]|-q0X$<p!I;G e0dk聮LVdW+]!cZnij#}j%@2B =1,3k iяbR};2Rw> vi ?YobΉ[e`I\ڶC#ITDrlGt 'xf>ór NGo@}(#j=%/m4V6z"@
-7պj\ٯk%޻\8.*' YE:^ƠJ_TẰM.N&rVP:P'm;GZe}m]rԨ(V!v
-D@s!42J<})#ZL7b,^J_Ѝc2]{{&*_˜ӛ1E[ Ҋ?Ξa.@/D}?O^6>3@P1X_b E W :{NclId9UwvE ](asoI|ZMF]j$`ǧN>: cW-,Vf5}E-0ͪE0p?p` 0dj[y"%swAnSR!GM #h9jsYᷫao3Eie2ݳ;レ㈺R~H_]pM}鵎H(PLmXspqRR)L:D4l/oFMHפ46`"y:VɱZ?&]B6
-.uvG3C# }~7eKAdihPT̛u&XFE4f@kPa<3gFJvbBWи%L`P!SC[=3VD\3NEbY8l<靍rC@ xҊPnkj,~852f2wt}U`M6zJYE/P_9ũpAO͍l`Z1"VmÂ"]MCozHɫS6NYr-~F&>Ÿ]QN%%TEٰ `:MywL>h&XrKO_=`u
-U(J?6I<|&<pip NO1VK}⪒!Ce)$i2iY}8ȹm[%#R2 X]P.Gj1:ye|M;~{t1%; 03QG逹u@fr]yf}9dxnc_1^ZZeq^=>4è2If*c#Cz4.!xhGG{8k~Qו^cc`tf&gq@cUUQMTie&Vu)@ߓ]̳gomB(dRcfXS5+3_`a4#mlicc7nfbxacGtj@,[P.|S JuOa
-P<!k=2q9H:A UTҩ"}(]O/L#BR18!V`p9b%P̦FUF.K<ߊ=,Iߌ|
-W͚
-Dh ~7cO@}T%W:Brica\#,OGS&`^#/*6xYgaGw;T;?Kvʌf`]+TUyX.#_ ]8)hi (b} &
-S?ן,C&I&snv\&W0X$C6 EZ]V]\5K<:Uoh Y4i lH
-~n53n83$=E~R6VX7*YB.ϞHݨN'=\ mai*>3).5Jp|X[F*,q3h6z^eުa3eW_
- mM$j*Pzj'YEdm)qL6A/aKxI0kGfqP/ ܫ.Ȋ)Knl,Jj8 tclz8Y;轌aX^H.K{_!"rEcVk
-WMśCܦ&{!*09"OMX&O
- `/ W[حB=)V>E"g0sA [v|.O~\Zbŷ|j%sl]e1? ExYwh#o0ID. &]݅9~l)fsϧvG3]_HD`&tPo &עJ+.R4,>.+sz%^dz:I` /,% MR%yY8.*MzE)5}.ڊvT]1旷m6~6.tȎo<!k2Q=Ĭ=k'H̀?\
-a@`Ä0jA5tkۧ{$3wb}"!CFdeN_pp#S͌,ΖTOIJEm7Aޗ>99H}GɄtȟ]89/vǐbX)o7EX/΅Oc!@?٤YD\4vŏ"Q+z1mȇQR3AϤ~u+cK;%?T3*,̠IDW<(HjU
- y$=-G ]
-F `AGcdΑAI &1YzAP<M$>' ~u.]: F8O0@h*|<ǏRtDA*2kSSOƧ<qhPT61I(xrLc;ꘂ9
-[ewyPB=KFYUM晰L5ܯOejSϘ>wRp'H{/pZy_ LУygd4/;`PT*.tL;,)}%3Z%H7QQ 6[
-Y2˭\hYw3vtrɑ_@(NaA}&P0lT06z7*Za$αvEJe- 15א/grw>7٩L$Y
-(ZbEf-465q ۊlEo 86)vFij$ܗ 0!M|v^#tFqIϭZ=L ta>#%ioMU7i;Ꮅ)? ^`bms !\%2R:4}02)hZ_N9D76I~ILpRYYΤh\Q#~C#<x emWL0ZUn*9~0?LZ57A2/AOǘz7W;>Wc*(fNd.< 0w=cm@c0̸I]}>,?n[}bJ2Tb/h tS[|+W%Zl%랗(䑽àyfhm=HYz +}?pķ22rTAQt<7L a'LJ,:e9y܄Gl(]$Dbl+cqc
-dm@*CdۂA?Z͑&!k\TNsc[lav;ݲW
-l
-6G4 Us&BYmBw<4a?!Q\"(=Db9ŧa2]}k@`S4Hܯ9EX#
-9g>Zܫ+c_/ 6*qNH]%%bV{p-HV̕jg} nj*M!+
-endstream
-endobj
-483 0 obj
-<<
-/Type /FontDescriptor
-/FontName /FBPQEI+LMMono12-Regular
-/Flags 4
-/FontBBox [-444 -311 715 1019]
-/Ascent 618
-/CapHeight 618
-/Descent -222
-/ItalicAngle 0
-/StemV 65
-/XHeight 431
-/CharSet (/a/at/b/c/e/g/hyphen/i/j/l/m/n/o/p/period/r/s/t/u)
-/FontFile 482 0 R
->>
-endobj
-484 0 obj
-<<
-/Length1 2520
-/Length2 24653
-/Length3 0
-/Length 26145
-/Filter /FlateDecode
->>
-stream
-xڴeT
-wnp(ܝ4xp'8wwww }=w ~>U@M,l2JlYrr [2Zhd3tx
-NH5@h t
-VZ
-PjTĕU
-j*,*vv `UQUd ˫L
-aa~'9C' 7m6uփ7)@Ih'[0 ̜x8>!js'?C
-nim7*t#[]*`M^*UW=jM*f2Mg=w_ۆ0j\^1 Smd_I*APedv ڵ0S[]TMEYOI*G5ɶv9^^5dE§]&S*~T,BooUĮkv%ʚC5hIa_9IOߓkJUxE()^{z̢^kbP*Gp/NIIm,?e1 6y>wӍލ]]91+DlPRHgy9O#Z:X{|Gf?_`
-?^ʭi+!
-fLk^j
-p6C$od%F{ fK[Pro[٘;iKW;#5XKew{
-LG+YFQw;J8?m".f.z>I./%#J
-@!,INf!D^ND[Gz
-ʘ$JS1HȤf/]#GV0J|43; Q-)}6p4$Nu^ǃV=[mɆՏĀ"H
-O4QVZϼ~8C`~3j_U?9(|@DӛNeZ/Aw)\܃z ~#conA)Jpy ԛ7-j?WT ҕ=rD:r|Oj8U@1~>ST A8W5Ht8|z-#Vr^|uOg |C^7*Q>)A ۰ ޘDu
-,Dњɫ'-칚 ٘ԙXi^
-q9_ v3>q[au kF&FcCj QQrdZ)ad0%(Y+D/r^l} > g/r4cka,fFB,1fvf R~e"..iAQ~+] }_gi8t!{gٛCC?xp0£%'Q_G֭&2e&Ul\[W% sIzzk[*5NEw*b.N(s˨C8;֜dL2δӾtJ*\E7D\{I jrG@'g%a x3rב_.L:I5_ףqu/<©0ĺ:^*Gˤ &0S<U=*IOR[ pk3xhbr !6e3 $s;Vؽwv F CѭR̯FΫ-54٤fyC
-l؍}q?JF~րR%QXGn+;I}EVzLW}d?r=(uID?4]e+3r0BچwRz@+R4>\B llߍ|K_.1Gz8<M.wOoT?vamh\;;IcӃz{jW*.k㛦u`RC#=z6kPD!/m՟^sūu̬zQ\mZ<w͖F
-#Y ܏x9 ZhRT]We1ƚ j)={}r~`?1$_Q3l88xG"7߿j.`M֙򐖸dqio"kH7n@efRfꗑfB&%AA}~&;ʫ#DVJpR{g;%Q~r1{pе0^[ ;su肂 2Wm# EaDg9jTa" fB>_\,s[lɛr3k+D3*^9
-7)I 3ӭlt*$ mLFTV(mYйYxۉ֗vܟbNB[hݥH
-BC5clA;m!΋J~Kw{"ɻ_t!'4(Vd b;һn]?;
-[±kҲkC,NlBB]yK+܄+xa~<$eKSE$i'ioЏ*OR.+n@*e8%J<)Cw ?OHq);x102;0dDgU
-l&ލBh5Tr~ $UၚW1D6&69?Ï r; uX=NjB*e-P=`
-޾̤
- 1˨=]ialᒠ=q AyB|tJˊYWVqMYeJި(رZ^iwap.3I =)uMʐctE%KFQBθ_ԝ
- =r^,с]9Oi/V`mk§JfN+@jla1M`4|';WQˇl'L!t>]Z S`\2<amLO=G%> ^r* '+rArQ m7ڒStN,P|!.J8GK2n N_'![p6|,;< <%L&C^F]
--UɼF$G}n -P FWU|
-PmJMhzyws^^;s>Oi2Dw׏ٲgHۻql..D[E9ɗLwub;ڳ.Jp>.2l/>ǼP 0bb9i 4ӵ$Q5`1h㊹.WmeZ$ѫ;.ADּөQ,;H?{ద{ITz\TD:lDC~1Le>)4~ݢ+bFhGtc֮ɱ{zc&_иt<[gш-MtzSyTq5Gs1В"4OOH}rUCGuɘT}8%1J)ihH'g~XLV@YM.+][%l}QoҵM8Ha(@(ܲ |1Z<DyпΚֳs~aB&#ciz?N<g8P::2}C8W^m(H1&BZ-
-Y ~U ؞ BI'QID:ًM^;%k*EGMy3F$4י|VQҌo>@Ʋ&QDڿP낽{z_8J0
-%!cx\l.%):
-KTZRdk3 @r tɖs,H#%K!P6T,דuky~B]
-2dBppa'L`m߹jBp
-H!3Q\ٞҼaǠ˃X0L´Et'g>5D&Ȇ1#j
-Hq :Ѭ5AS߁
-U2cҞ}ľ1Y
-j*S,բRҝ:@hj:
-5kX\Ѧ>aTjVx>Y#}tO۟]W3̣0DГcid Iq&vwRQxSYVa07΅ ʟm
-ǿȉoiwGrro,%8Åyʙd.7Pw>:No!l?0
-.ۺ@n=YFG|y)i
-"g#
- ;Е2EO
--z:+ yx=^IT*sDhD%p1ޣ }Ք$L1)w5'47N>P"[wd iW7UZ$,AϺS ##jR)-'<`
-h} Kvٺ}cL2co1.)RWT00^
-[e^]-0Ej YhO,IMoY2|!U8kBAyQ/tpa3ONQnr'8Muw6WHjtVbN2}ܐ0j`iߧO/w´:JFNt5m>/H.$P$MLI6`_QQ9mm&A|nUj7Z"5I22<_o>3萈͜GݘPӹ^{h R4=@([(]5*,zP[o
-OnV<#ÌG+SR".l~S)=ݏa}6`8uns"l
-޳c6zf0=}[4APdra~r
--Af;9_*=>Mugm1<0M?9K&.!K\eOZ<}&Jk̨O|2%*.4LG 4žC B z1IRv))}5UyI)0d_㠎cUޔ [gvObH%lhep×"|Ύh#ׇj:7~
-((Ba[o홾+&t|@HVaW 뼍
-w%K4[R6Ԃ5Sȩi>,QnQv_G1FVI}_.2.O?4!b%j
->ª?4 dX]'Lr|՟MEO hO(ؾ gy5<hYLSwP%Ida+xs<&/ŖMD[lkg+p
-=RGQ5X9SΆ⦪M pUcl+:S>^8i^^S]}VbozI.ٰD>2yᶔ#s5
-NUy=s[=T m&aϋ >bipϷ]=;~ZJߌU`Rܘq瓶#~jXro^z&>ʧ<s{&,uAҋS{dукB\̠qMNVzX]|qF]_Rڲs}:ǰ(Y_\Wm76 &
-*.{DCg}qzbLy+? 6c[gRntgM(IԮ b1_֛"/:ætc$^qNL{+٬wKʤ5)\
-_!jЩ?CյWo|.iJ+q7sf<Zt@ǎ
-8`(K8,{a.C1~@~I$̥*a)90z/eX[<_kLiR/+ykm[Ϩ/ "~`N{_"I7Ή?~%+r-IjT <!=JFa8j1PD1hu@ ړ2At\d]}'ϔY';ph=D\T]83(P
-:!w:\8謫tE=e?o>o
-dT[6*qc?#%QdYQ}Uv2aX wK߲/@Lw:%odnA{U`Qe~[{ 'M z8_՞Jg6±AegI1(vl]6<1PUZϽ;;
-ɘdL5$,$t .2E$HP:nN3et/*`\m?#|d$X2;ExGey,(:v::^VF CiR1oZs~.bɒ2RY;a^K:)W)O6kL^ ٧ںI յ$m{:>Įcu+ܫ?sW!8|~\5֍?K% DM'Dܗ b'5
-!k|MRzЙ'n5Q& kb{Vsx/&73
- G$h7a/~`$ɵ.xap",kR-b sӆQǙ_(4؍T\78 јLݍkw=o:HxN7_WOkM޿[i]n|vnV"i<ٳӟo>̪̀Ѵ[ٙHRzJ1J?{5|@<gw?ɦ9r=cUA%P8eJ<#w?!-*"VV|61|0Xz!
-nsHu;\y^
-eXLUЭX?xj,ֲZi@h<n)"wXu@K}P"+T3˷.0iJ\}7&8."*@(t;tNw5*q5 T "sץnM|=UsJ80캍R}1ݥMjO7?&(f
-#n&$el
-L:TflLrJE57-HJn^q] sl4,Cι%^TLi;b#n)€w }mB`P,)a4c=l8Fk9X i;ӥ)pO?3⟑`zF}aX p =J%d{Ή,i@T ۹JUCg1Q^VnC$7a BiX+7
->p؂[#[d:"xf5-@Ϋ& K?;V7?q,w7ˆ"V!!J~K\n}!@kϙewyPB=KF eLyO ݤ.2'}YdtΆ9+iǟLov}ӳHkQ/@2[(&uS^4c-'Gl)_2Oi Vtf$:Y 1@q 8͈T) M}>BSxw $wxy"/:xL
-R[Dٹs|zeUx/+}u_&>lZ'-&XmE<^f@)jXtf[V_&
-DK%c[S<gʋ'Dc\|`:G4l~M(
-q-ƣ_sn4ۍ{Z
-hgL=IN:2n!&xz S8@(& fNЉdִ%lZ"
-GE/8[fYHac^24P[9XQcu&\Lew rLJi3|>_*?$p)].c[wT\GCUnc$g)
- Mİ}pNqu'nƶ(]0)MKӛPN 㿨:
-SA`ROȩXw_-;hrg
-:.@IY mLhY@C3H-vmݵ@-o;iR.}sPPلrI!Q!K;Zq}M|s iǛHe
-#ƓqݘM'x/<Nc=>ԶR].\'#ڞ!7Pt~}Q/g)l5w[pRlpx;ī ֺRGעUͥuxn+o `ê RQ.OI B0폇4B~@!k0DLlVCv[ΌSVt`tQHbek$7V0ҊSԅ 6،EBGe,B Ĭii!iOz}\ߗ=l<^⒈[m"R^IglzB7-`QrKa˄vj& ; =q}x+J\籾cu+VD΁ xLNܠ['b3/x
-moI\O[{7?wY#_<R?ݶYև&edyC__sTe ,o(lRl<m f ݪk;gOJƎfГZ<[*kİɽU~ שٶS{90$jxE+#RU:'Nٶ3^TI"2HB.In`#}Ow
-4aTݠ6RX<DW {z<a<Y({>7QG$fgUܚ
-:ܣ&Q+.9= _Q`8f_K7fA@
-huaRe}v\d ?LjOߏZ~bvJJD+
-bϋb4cru #>0];>™*m& qI셭o\5Fi!xKdM]˰WK;JP#5~a
-lF#o9 1)ƳSW ,si~Rär~@q`h+M
-}z 7n]-
-M ׌ /
-JД-
-1$ߊ@mTWx;B#Ru/#hqJprAqh2r{ L
-q%Qm =GdbI6&\n% D"ԐdCvޘJ$6f3OX^KH[.GURF8fL>P:ܨFiL>i̠>]gQ|
-\̯Eweʏ?f%EǓ_2fG }Qu~^mm *؄@7OҁYKBu|v ޠn_ͫe]Bg. {tZ2,j6Ya?gK7D/6b5CvU͒Y zm<w>@0K 9֏7xj"=`q1^'x1DZ~L{l䒥pQMH[@
-W۟-覆#z?ߩ>3PPa̙MAH4M,[
-uS<œG|lɸ})
-u*>Im2v҈+~@u`<忭xtT!|a\wJc1/0c{ixL/{^ ʫ&HN7|& bW,|ncP#|'sf_@_Ȕ/^fUv!OuLCF b y@9"Uo +_C,H8IgS}HgpN }YݕHO1nHf"6J ֗6ŦE\rК(C[ڙ0
-H 1:}fLݘB0]kO
-םMxu(> r ćx̔ACݔ=M Lݘ^fYhYkݤ!9σsftv*ϐ24hT$ ,btND1w&z q Qo ٻɬK.r'
-V;%{TIo6煮i,b1)AZz`I Y?s<=7?x':%#8ttJa?໘87an~[
-tSL3&>ulsGj1W- 3Y,@5~ \. tXZ˻}ĕ^xsTM͞B yx'Y-FŶ$yMW y\ d <gZ&,I0|։Qz[
-)t-^: z,MxiCYYcԄkN [̢Zvx$OM%; NKGFAHs|1$&)"45HuY8wXjv~qyқmIg)vށM\F%G<fE"O/-njɺՀ]<$hPF+tfr$9qtvY9g2t56!qvq뿈:s/U9U<[H7BCP~%VՊ@*јeY0ihZ+N&6h5r"䴘SjMȉ~4k~e_7rX58(@# lJ_!׭Z˃{ ˄"@" ۥc^0yٌ.bR]`i=p%oрOf4@)Cjֲ K|brJѲw4͕1;X@P|{Gr;A(e׃JjOʃԘnialrI1%.I9߄fDY|]j
-l!QIX$%N0dp\Id$uxY%>
-IU Ud@lq@UL_nu*RBer@ 64.q}aoQۗQw
-#zMˊC,Aԡ@EEZsYގ 1޿PS>b
-ŀ#g<gnAo^ܔsWN`6^6ym[䝨mw)p2A4MG?lO\⺿vA _
-r6
-JcjL9gE 4`PaV|0`Tb٫()ó]ڗB,r>SO\+d
-26!e8˳F.JFj,Dō
-"WJ ǜ]n(.7Y.0G)
-endstream
-endobj
-485 0 obj
-<<
-/Type /FontDescriptor
-/FontName /UTNJGB+LMMono9-Regular
-/Flags 4
-/FontBBox [-451 -318 734 1016]
-/Ascent 600
-/CapHeight 600
-/Descent -222
-/ItalicAngle 0
-/StemV 74
-/XHeight 431
-/CharSet (/A/B/P/Q/S/T/a/asciicircum/b/backslash/braceleft/braceright/c/comma/d/e/eight/equal/exclam/f/five/four/g/greater/h/i/k/l/less/m/n/nine/o/one/p/parenleft/parenright/period/plus/question/quoteright/r/s/six/slash/t/three/two/u/v/w/x/y/zero)
-/FontFile 484 0 R
->>
-endobj
-420 0 obj
-<<
-/Type /Encoding
-/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 36/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 159/section]
->>
-endobj
-414 0 obj
-<<
-/Type /Encoding
-/Differences [18/theta 25/pi 34/epsilon 58/period/comma 61/slash 78/N 97/a 101/e/f/g 107/k 109/m/n 116/t 120/x/y]
->>
-endobj
-416 0 obj
-<<
-/Type /Encoding
-/Differences [0/minus 2/multiply 21/greaterequal 41/arrowdblright 48/prime 104/angbracketleft/angbracketright 110/backslash 112/radical]
->>
-endobj
-412 0 obj
-<<
-/Type /Encoding
-/Differences [0/Gamma/Delta 33/exclam 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 91/bracketleft 93/bracketright 97/a 99/c 101/e 104/h/i 110/n/o 115/s/t]
->>
-endobj
-418 0 obj
-<<
-/Type /Encoding
-/Differences [39/quotesingle.ts1 136/bullet]
->>
-endobj
-134 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /INCDRE+LMRoman10-Bold
-/FontDescriptor 445 0 R
-/FirstChar 21
-/LastChar 159
-/Widths 441 0 R
-/Encoding 420 0 R
->>
-endobj
-176 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /QZSLQX+LMRoman12-Bold
-/FontDescriptor 447 0 R
-/FirstChar 27
-/LastChar 121
-/Widths 435 0 R
-/Encoding 420 0 R
->>
-endobj
-135 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VNJVWG+LMRoman10-Regular
-/FontDescriptor 455 0 R
-/FirstChar 21
-/LastChar 159
-/Widths 440 0 R
-/Encoding 420 0 R
->>
-endobj
-129 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /KZOWGH+LMRoman12-Regular
-/FontDescriptor 457 0 R
-/FirstChar 40
-/LastChar 121
-/Widths 442 0 R
-/Encoding 420 0 R
->>
-endobj
-301 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CKLDUR+LMRoman6-Regular
-/FontDescriptor 461 0 R
-/FirstChar 49
-/LastChar 49
-/Widths 423 0 R
-/Encoding 420 0 R
->>
-endobj
-139 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /SJDBXN+LMRoman7-Regular
-/FontDescriptor 463 0 R
-/FirstChar 49
-/LastChar 116
-/Widths 437 0 R
-/Encoding 420 0 R
->>
-endobj
-303 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /BRPHTK+LMRoman8-Regular
-/FontDescriptor 465 0 R
-/FirstChar 27
-/LastChar 121
-/Widths 422 0 R
-/Encoding 420 0 R
->>
-endobj
-190 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /PWKPGV+LMRoman9-Regular
-/FontDescriptor 467 0 R
-/FirstChar 27
-/LastChar 122
-/Widths 433 0 R
-/Encoding 420 0 R
->>
-endobj
-140 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NDJGWH+LMRoman10-Italic
-/FontDescriptor 469 0 R
-/FirstChar 28
-/LastChar 121
-/Widths 436 0 R
-/Encoding 420 0 R
->>
-endobj
-304 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /URSDYA+LMRoman8-Italic
-/FontDescriptor 471 0 R
-/FirstChar 70
-/LastChar 77
-/Widths 421 0 R
-/Encoding 420 0 R
->>
-endobj
-177 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /TIACFU+LMMonoLt10-Bold
-/FontDescriptor 479 0 R
-/FirstChar 33
-/LastChar 118
-/Widths 434 0 R
-/Encoding 420 0 R
->>
-endobj
-136 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AZYWMX+LMMono10-Regular
-/FontDescriptor 481 0 R
-/FirstChar 33
-/LastChar 125
-/Widths 439 0 R
-/Encoding 420 0 R
->>
-endobj
-128 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /FBPQEI+LMMono12-Regular
-/FontDescriptor 483 0 R
-/FirstChar 45
-/LastChar 117
-/Widths 443 0 R
-/Encoding 420 0 R
->>
-endobj
-191 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /UTNJGB+LMMono9-Regular
-/FontDescriptor 485 0 R
-/FirstChar 33
-/LastChar 125
-/Widths 432 0 R
-/Encoding 420 0 R
->>
-endobj
-203 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /GRGXIZ+LMMathItalic10-Regular
-/FontDescriptor 449 0 R
-/FirstChar 18
-/LastChar 121
-/Widths 428 0 R
-/Encoding 414 0 R
->>
-endobj
-338 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /HGFTVC+LMMathItalic7-Regular
-/FontDescriptor 451 0 R
-/FirstChar 120
-/LastChar 120
-/Widths 415 0 R
-/Encoding 414 0 R
->>
-endobj
-229 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /UOBGNU+LMMathItalic10-Bold
-/FontDescriptor 453 0 R
-/FirstChar 120
-/LastChar 120
-/Widths 425 0 R
-/Encoding 414 0 R
->>
-endobj
-210 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /FFNSMF+LMMathSymbols10-Regular
-/FontDescriptor 473 0 R
-/FirstChar 0
-/LastChar 112
-/Widths 427 0 R
-/Encoding 416 0 R
->>
-endobj
-321 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RWPYUE+LMMathSymbols7-Regular
-/FontDescriptor 475 0 R
-/FirstChar 0
-/LastChar 48
-/Widths 417 0 R
-/Encoding 416 0 R
->>
-endobj
-192 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /YSOURC+LMMathSymbols9-Regular
-/FontDescriptor 477 0 R
-/FirstChar 21
-/LastChar 21
-/Widths 431 0 R
-/Encoding 416 0 R
->>
-endobj
-230 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /INCDRE+LMRoman10-Bold
-/FontDescriptor 445 0 R
-/FirstChar 48
-/LastChar 55
-/Widths 424 0 R
-/Encoding 412 0 R
->>
-endobj
-202 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VNJVWG+LMRoman10-Regular
-/FontDescriptor 455 0 R
-/FirstChar 0
-/LastChar 116
-/Widths 429 0 R
-/Encoding 412 0 R
->>
-endobj
-352 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CHWJDW+LMRoman5-Regular
-/FontDescriptor 459 0 R
-/FirstChar 48
-/LastChar 57
-/Widths 413 0 R
-/Encoding 412 0 R
->>
-endobj
-215 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /SJDBXN+LMRoman7-Regular
-/FontDescriptor 463 0 R
-/FirstChar 48
-/LastChar 50
-/Widths 426 0 R
-/Encoding 412 0 R
->>
-endobj
-193 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /PWKPGV+LMRoman9-Regular
-/FontDescriptor 467 0 R
-/FirstChar 48
-/LastChar 48
-/Widths 430 0 R
-/Encoding 412 0 R
->>
-endobj
-138 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /VNJVWG+LMRoman10-Regular
-/FontDescriptor 455 0 R
-/FirstChar 136
-/LastChar 136
-/Widths 438 0 R
-/Encoding 418 0 R
->>
-endobj
-316 0 obj
-<<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AZYWMX+LMMono10-Regular
-/FontDescriptor 481 0 R
-/FirstChar 39
-/LastChar 39
-/Widths 419 0 R
-/Encoding 418 0 R
->>
-endobj
-130 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [122 0 R 132 0 R 172 0 R 179 0 R 187 0 R 195 0 R]
->>
-endobj
-205 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [199 0 R 207 0 R 212 0 R 219 0 R 226 0 R 236 0 R]
->>
-endobj
-247 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [243 0 R 250 0 R 255 0 R 263 0 R 272 0 R 277 0 R]
->>
-endobj
-286 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [282 0 R 288 0 R 297 0 R 307 0 R 313 0 R 318 0 R]
->>
-endobj
-328 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [323 0 R 330 0 R 335 0 R 341 0 R 345 0 R 349 0 R]
->>
-endobj
-357 0 obj
-<<
-/Type /Pages
-/Count 6
-/Parent 486 0 R
-/Kids [354 0 R 361 0 R 366 0 R 370 0 R 374 0 R 378 0 R]
->>
-endobj
-385 0 obj
-<<
-/Type /Pages
-/Count 4
-/Parent 487 0 R
-/Kids [382 0 R 389 0 R 396 0 R 406 0 R]
->>
-endobj
-486 0 obj
-<<
-/Type /Pages
-/Count 36
-/Parent 488 0 R
-/Kids [130 0 R 205 0 R 247 0 R 286 0 R 328 0 R 357 0 R]
->>
-endobj
-487 0 obj
-<<
-/Type /Pages
-/Count 4
-/Parent 488 0 R
-/Kids [385 0 R]
->>
-endobj
-488 0 obj
-<<
-/Type /Pages
-/Count 40
-/Kids [486 0 R 487 0 R]
->>
-endobj
-489 0 obj
-<<
-/Type /Outlines
-/First 3 0 R
-/Last 111 0 R
-/Count 30
->>
-endobj
-119 0 obj
-<<
-/Title 120 0 R
-/A 117 0 R
-/Parent 111 0 R
-/Prev 115 0 R
->>
-endobj
-115 0 obj
-<<
-/Title 116 0 R
-/A 113 0 R
-/Parent 111 0 R
-/Next 119 0 R
->>
-endobj
-111 0 obj
-<<
-/Title 112 0 R
-/A 109 0 R
-/Parent 489 0 R
-/Prev 107 0 R
-/First 115 0 R
-/Last 119 0 R
-/Count 2
->>
-endobj
-107 0 obj
-<<
-/Title 108 0 R
-/A 105 0 R
-/Parent 489 0 R
-/Prev 15 0 R
-/Next 111 0 R
->>
-endobj
-103 0 obj
-<<
-/Title 104 0 R
-/A 101 0 R
-/Parent 15 0 R
-/Prev 95 0 R
->>
-endobj
-99 0 obj
-<<
-/Title 100 0 R
-/A 97 0 R
-/Parent 95 0 R
->>
-endobj
-95 0 obj
-<<
-/Title 96 0 R
-/A 93 0 R
-/Parent 15 0 R
-/Prev 87 0 R
-/Next 103 0 R
-/First 99 0 R
-/Last 99 0 R
-/Count 1
->>
-endobj
-91 0 obj
-<<
-/Title 92 0 R
-/A 89 0 R
-/Parent 87 0 R
->>
-endobj
-87 0 obj
-<<
-/Title 88 0 R
-/A 85 0 R
-/Parent 15 0 R
-/Prev 63 0 R
-/Next 95 0 R
-/First 91 0 R
-/Last 91 0 R
-/Count 1
->>
-endobj
-83 0 obj
-<<
-/Title 84 0 R
-/A 81 0 R
-/Parent 63 0 R
-/Prev 79 0 R
->>
-endobj
-79 0 obj
-<<
-/Title 80 0 R
-/A 77 0 R
-/Parent 63 0 R
-/Prev 75 0 R
-/Next 83 0 R
->>
-endobj
-75 0 obj
-<<
-/Title 76 0 R
-/A 73 0 R
-/Parent 63 0 R
-/Prev 71 0 R
-/Next 79 0 R
->>
-endobj
-71 0 obj
-<<
-/Title 72 0 R
-/A 69 0 R
-/Parent 63 0 R
-/Prev 67 0 R
-/Next 75 0 R
->>
-endobj
-67 0 obj
-<<
-/Title 68 0 R
-/A 65 0 R
-/Parent 63 0 R
-/Next 71 0 R
->>
-endobj
-63 0 obj
-<<
-/Title 64 0 R
-/A 61 0 R
-/Parent 15 0 R
-/Prev 39 0 R
-/Next 87 0 R
-/First 67 0 R
-/Last 83 0 R
-/Count 5
->>
-endobj
-59 0 obj
-<<
-/Title 60 0 R
-/A 57 0 R
-/Parent 39 0 R
-/Prev 55 0 R
->>
-endobj
-55 0 obj
-<<
-/Title 56 0 R
-/A 53 0 R
-/Parent 39 0 R
-/Prev 51 0 R
-/Next 59 0 R
->>
-endobj
-51 0 obj
-<<
-/Title 52 0 R
-/A 49 0 R
-/Parent 39 0 R
-/Prev 47 0 R
-/Next 55 0 R
->>
-endobj
-47 0 obj
-<<
-/Title 48 0 R
-/A 45 0 R
-/Parent 39 0 R
-/Prev 43 0 R
-/Next 51 0 R
->>
-endobj
-43 0 obj
-<<
-/Title 44 0 R
-/A 41 0 R
-/Parent 39 0 R
-/Next 47 0 R
->>
-endobj
-39 0 obj
-<<
-/Title 40 0 R
-/A 37 0 R
-/Parent 15 0 R
-/Prev 31 0 R
-/Next 63 0 R
-/First 43 0 R
-/Last 59 0 R
-/Count 5
->>
-endobj
-35 0 obj
-<<
-/Title 36 0 R
-/A 33 0 R
-/Parent 31 0 R
->>
-endobj
-31 0 obj
-<<
-/Title 32 0 R
-/A 29 0 R
-/Parent 15 0 R
-/Prev 19 0 R
-/Next 39 0 R
-/First 35 0 R
-/Last 35 0 R
-/Count 1
->>
-endobj
-27 0 obj
-<<
-/Title 28 0 R
-/A 25 0 R
-/Parent 19 0 R
-/Prev 23 0 R
->>
-endobj
-23 0 obj
-<<
-/Title 24 0 R
-/A 21 0 R
-/Parent 19 0 R
-/Next 27 0 R
->>
-endobj
-19 0 obj
-<<
-/Title 20 0 R
-/A 17 0 R
-/Parent 15 0 R
-/Next 31 0 R
-/First 23 0 R
-/Last 27 0 R
-/Count 2
->>
-endobj
-15 0 obj
-<<
-/Title 16 0 R
-/A 13 0 R
-/Parent 489 0 R
-/Prev 3 0 R
-/Next 107 0 R
-/First 19 0 R
-/Last 103 0 R
-/Count 22
->>
-endobj
-11 0 obj
-<<
-/Title 12 0 R
-/A 9 0 R
-/Parent 7 0 R
->>
-endobj
-7 0 obj
-<<
-/Title 8 0 R
-/A 5 0 R
-/Parent 3 0 R
-/First 11 0 R
-/Last 11 0 R
-/Count 1
->>
-endobj
-3 0 obj
-<<
-/Title 4 0 R
-/A 1 0 R
-/Parent 489 0 R
-/Next 15 0 R
-/First 7 0 R
-/Last 7 0 R
-/Count 2
->>
-endobj
-490 0 obj
-<<
-/Names [(Doc-Start) 127 0 R (Hfootnote.1) 302 0 R (Item.1) 181 0 R (Item.2) 182 0 R (Item.3) 183 0 R (Item.4) 184 0 R]
-/Limits [(Doc-Start) (Item.4)]
->>
-endobj
-491 0 obj
-<<
-/Names [(Item.5) 185 0 R (chapter*.2) 175 0 R (chapter.1) 2 0 R (chapter.2) 14 0 R (chapter.3) 106 0 R (chapter.4) 110 0 R]
-/Limits [(Item.5) (chapter.4)]
->>
-endobj
-492 0 obj
-<<
-/Names [(page.1) 126 0 R (page.10) 245 0 R (page.11) 252 0 R (page.12) 257 0 R (page.13) 265 0 R (page.14) 274 0 R]
-/Limits [(page.1) (page.14)]
->>
-endobj
-493 0 obj
-<<
-/Names [(page.15) 279 0 R (page.16) 284 0 R (page.17) 290 0 R (page.18) 299 0 R (page.19) 309 0 R (page.2) 174 0 R]
-/Limits [(page.15) (page.2)]
->>
-endobj
-494 0 obj
-<<
-/Names [(page.20) 315 0 R (page.21) 320 0 R (page.22) 325 0 R (page.23) 332 0 R (page.24) 337 0 R (page.25) 343 0 R]
-/Limits [(page.20) (page.25)]
->>
-endobj
-495 0 obj
-<<
-/Names [(page.26) 347 0 R (page.27) 351 0 R (page.28) 356 0 R (page.29) 363 0 R (page.3) 197 0 R (page.30) 368 0 R]
-/Limits [(page.26) (page.30)]
->>
-endobj
-496 0 obj
-<<
-/Names [(page.31) 372 0 R (page.32) 376 0 R (page.33) 380 0 R (page.34) 384 0 R (page.35) 391 0 R (page.36) 398 0 R]
-/Limits [(page.31) (page.36)]
->>
-endobj
-497 0 obj
-<<
-/Names [(page.37) 408 0 R (page.4) 201 0 R (page.5) 209 0 R (page.6) 214 0 R (page.7) 221 0 R (page.8) 228 0 R]
-/Limits [(page.37) (page.8)]
->>
-endobj
-498 0 obj
-<<
-/Names [(page.9) 238 0 R (section*.1) 137 0 R (section*.10) 411 0 R (section*.3) 326 0 R (section*.4) 392 0 R (section*.5) 399 0 R]
-/Limits [(page.9) (section*.5)]
->>
-endobj
-499 0 obj
-<<
-/Names [(section*.6) 400 0 R (section*.7) 401 0 R (section*.8) 409 0 R (section*.9) 410 0 R (section.1.1) 6 0 R (section.2.1) 18 0 R]
-/Limits [(section*.6) (section.2.1)]
->>
-endobj
-500 0 obj
-<<
-/Names [(section.2.2) 30 0 R (section.2.3) 38 0 R (section.2.4) 62 0 R (section.2.5) 86 0 R (section.2.6) 94 0 R (section.2.7) 102 0 R]
-/Limits [(section.2.2) (section.2.7)]
->>
-endobj
-501 0 obj
-<<
-/Names [(section.4.1) 114 0 R (section.4.2) 118 0 R (subsection.1.1.1) 10 0 R (subsection.2.1.1) 22 0 R (subsection.2.1.2) 26 0 R (subsection.2.2.1) 34 0 R]
-/Limits [(section.4.1) (subsection.2.2.1)]
->>
-endobj
-502 0 obj
-<<
-/Names [(subsection.2.3.1) 42 0 R (subsection.2.3.2) 46 0 R (subsection.2.3.3) 50 0 R (subsection.2.3.4) 54 0 R (subsection.2.3.5) 58 0 R (subsection.2.4.1) 66 0 R]
-/Limits [(subsection.2.3.1) (subsection.2.4.1)]
->>
-endobj
-503 0 obj
-<<
-/Names [(subsection.2.4.2) 70 0 R (subsection.2.4.3) 74 0 R (subsection.2.4.4) 78 0 R (subsection.2.4.5) 82 0 R (subsection.2.5.1) 90 0 R (subsection.2.6.1) 98 0 R]
-/Limits [(subsection.2.4.2) (subsection.2.6.1)]
->>
-endobj
-504 0 obj
-<<
-/Names [(subsubsection.2.1.1.1) 217 0 R (subsubsection.2.1.1.2) 222 0 R (subsubsection.2.1.1.3) 223 0 R (subsubsection.2.1.1.4) 224 0 R (subsubsection.2.1.1.5) 231 0 R (subsubsection.2.1.1.6) 239 0 R]
-/Limits [(subsubsection.2.1.1.1) (subsubsection.2.1.1.6)]
->>
-endobj
-505 0 obj
-<<
-/Names [(subsubsection.2.1.1.7) 240 0 R (subsubsection.2.1.2.1) 246 0 R (subsubsection.2.1.2.2) 241 0 R (subsubsection.2.2.1.1) 267 0 R (subsubsection.2.2.1.2) 268 0 R (subsubsection.2.2.1.3) 270 0 R]
-/Limits [(subsubsection.2.1.1.7) (subsubsection.2.2.1.3)]
->>
-endobj
-506 0 obj
-<<
-/Names [(subsubsection.2.2.1.4) 280 0 R (subsubsection.2.2.1.5) 269 0 R (subsubsection.2.2.1.6) 285 0 R (subsubsection.2.3.3.1) 310 0 R (subsubsection.2.3.5.1) 327 0 R (subsubsection.2.4.1.1) 339 0 R]
-/Limits [(subsubsection.2.2.1.4) (subsubsection.2.4.1.1)]
->>
-endobj
-507 0 obj
-<<
-/Names [(table.1.1) 189 0 R (table.2.1) 204 0 R (table.2.2) 216 0 R (table.2.3) 253 0 R (table.2.4) 266 0 R (table.2.5) 291 0 R]
-/Limits [(table.1.1) (table.2.5)]
->>
-endobj
-508 0 obj
-<<
-/Names [(table.2.6) 300 0 R (table.2.7) 333 0 R]
-/Limits [(table.2.6) (table.2.7)]
->>
-endobj
-509 0 obj
-<<
-/Kids [490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R]
-/Limits [(Doc-Start) (page.30)]
->>
-endobj
-510 0 obj
-<<
-/Kids [496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R]
-/Limits [(page.31) (subsection.2.2.1)]
->>
-endobj
-511 0 obj
-<<
-/Kids [502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R]
-/Limits [(subsection.2.3.1) (table.2.5)]
->>
-endobj
-512 0 obj
-<<
-/Kids [508 0 R]
-/Limits [(table.2.6) (table.2.7)]
->>
-endobj
-513 0 obj
-<<
-/Kids [509 0 R 510 0 R 511 0 R 512 0 R]
-/Limits [(Doc-Start) (table.2.7)]
->>
-endobj
-514 0 obj
-<<
-/Dests 513 0 R
->>
-endobj
-515 0 obj
-<<
-/Type /Catalog
-/Pages 488 0 R
-/Outlines 489 0 R
-/Names 514 0 R
-/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>3<</S/D>>]>>
-/OpenAction 121 0 R
->>
-endobj
-516 0 obj
-<<
-/Producer (MiKTeX pdfTeX-1.40.21)
-/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a\000-\000t\000a\000b\000l\000e\000s\000\040\000\040)/Subject()/Creator(LaTeX with hyperref)/Keywords()
-/CreationDate (D:20210215155350+13'00')
-/ModDate (D:20210215155350+13'00')
-/Trapped /False
-/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.3.0 (1.40.21))
->>
-endobj
-xref
-0 517
-0000000000 65535 f
-0000000015 00000 n
-0000017597 00000 n
-0000520166 00000 n
-0000000060 00000 n
-0000000159 00000 n
-0000017657 00000 n
-0000520073 00000 n
-0000000206 00000 n
-0000000323 00000 n
-0000020276 00000 n
-0000520014 00000 n
-0000000375 00000 n
-0000000528 00000 n
-0000023735 00000 n
-0000519888 00000 n
-0000000574 00000 n
-0000000770 00000 n
-0000023796 00000 n
-0000519778 00000 n
-0000000818 00000 n
-0000000979 00000 n
-0000029121 00000 n
-0000519704 00000 n
-0000001032 00000 n
-0000001248 00000 n
-0000040486 00000 n
-0000519630 00000 n
-0000001301 00000 n
-0000001487 00000 n
-0000043639 00000 n
-0000519507 00000 n
-0000001535 00000 n
-0000001711 00000 n
-0000049808 00000 n
-0000519446 00000 n
-0000001764 00000 n
-0000001950 00000 n
-0000060546 00000 n
-0000519323 00000 n
-0000001998 00000 n
-0000002176 00000 n
-0000060669 00000 n
-0000519249 00000 n
-0000002229 00000 n
-0000002501 00000 n
-0000064621 00000 n
-0000519162 00000 n
-0000002554 00000 n
-0000002720 00000 n
-0000068223 00000 n
-0000519075 00000 n
-0000002773 00000 n
-0000002962 00000 n
-0000071498 00000 n
-0000518988 00000 n
-0000003015 00000 n
-0000003214 00000 n
-0000074457 00000 n
-0000518914 00000 n
-0000003267 00000 n
-0000003499 00000 n
-0000080058 00000 n
-0000518791 00000 n
-0000003547 00000 n
-0000003728 00000 n
-0000080119 00000 n
-0000518717 00000 n
-0000003781 00000 n
-0000003977 00000 n
-0000082593 00000 n
-0000518630 00000 n
-0000004030 00000 n
-0000004240 00000 n
-0000085296 00000 n
-0000518543 00000 n
-0000004293 00000 n
-0000004489 00000 n
-0000087912 00000 n
-0000518456 00000 n
-0000004542 00000 n
-0000004695 00000 n
-0000093928 00000 n
-0000518382 00000 n
-0000004748 00000 n
-0000005003 00000 n
-0000096900 00000 n
-0000518259 00000 n
-0000005051 00000 n
-0000005179 00000 n
-0000096961 00000 n
-0000518198 00000 n
-0000005232 00000 n
-0000005385 00000 n
-0000099591 00000 n
-0000518074 00000 n
-0000005433 00000 n
-0000005541 00000 n
-0000101979 00000 n
-0000518012 00000 n
-0000005594 00000 n
-0000005753 00000 n
-0000102040 00000 n
-0000517935 00000 n
-0000005802 00000 n
-0000005944 00000 n
-0000106315 00000 n
-0000517843 00000 n
-0000005991 00000 n
-0000006067 00000 n
-0000109231 00000 n
-0000517726 00000 n
-0000006114 00000 n
-0000006243 00000 n
-0000109293 00000 n
-0000517647 00000 n
-0000006292 00000 n
-0000006527 00000 n
-0000109355 00000 n
-0000517568 00000 n
-0000006576 00000 n
-0000006761 00000 n
-0000007131 00000 n
-0000007263 00000 n
-0000007553 00000 n
-0000006811 00000 n
-0000007430 00000 n
-0000007491 00000 n
-0000513819 00000 n
-0000512274 00000 n
-0000516424 00000 n
-0000008879 00000 n
-0000008705 00000 n
-0000007638 00000 n
-0000511761 00000 n
-0000512101 00000 n
-0000513647 00000 n
-0000008817 00000 n
-0000516079 00000 n
-0000512618 00000 n
-0000513134 00000 n
-0000010842 00000 n
-0000010993 00000 n
-0000011146 00000 n
-0000011304 00000 n
-0000011456 00000 n
-0000011610 00000 n
-0000011768 00000 n
-0000011926 00000 n
-0000012080 00000 n
-0000012238 00000 n
-0000012391 00000 n
-0000012549 00000 n
-0000012707 00000 n
-0000012862 00000 n
-0000013019 00000 n
-0000013176 00000 n
-0000013330 00000 n
-0000013487 00000 n
-0000013644 00000 n
-0000013800 00000 n
-0000013958 00000 n
-0000014116 00000 n
-0000014270 00000 n
-0000014428 00000 n
-0000014581 00000 n
-0000014739 00000 n
-0000014893 00000 n
-0000015045 00000 n
-0000015197 00000 n
-0000015350 00000 n
-0000015627 00000 n
-0000010478 00000 n
-0000009016 00000 n
-0000015504 00000 n
-0000015565 00000 n
-0000511931 00000 n
-0000513476 00000 n
-0000018027 00000 n
-0000017485 00000 n
-0000015751 00000 n
-0000017717 00000 n
-0000017779 00000 n
-0000017841 00000 n
-0000017903 00000 n
-0000017965 00000 n
-0000020337 00000 n
-0000020102 00000 n
-0000018151 00000 n
-0000020214 00000 n
-0000512962 00000 n
-0000513991 00000 n
-0000515048 00000 n
-0000515908 00000 n
-0000021769 00000 n
-0000021596 00000 n
-0000020526 00000 n
-0000021708 00000 n
-0000023919 00000 n
-0000023562 00000 n
-0000021854 00000 n
-0000023674 00000 n
-0000515394 00000 n
-0000514162 00000 n
-0000023857 00000 n
-0000516541 00000 n
-0000026511 00000 n
-0000026338 00000 n
-0000024095 00000 n
-0000026450 00000 n
-0000514694 00000 n
-0000029306 00000 n
-0000028948 00000 n
-0000026648 00000 n
-0000029060 00000 n
-0000515737 00000 n
-0000029182 00000 n
-0000029244 00000 n
-0000032226 00000 n
-0000031867 00000 n
-0000029521 00000 n
-0000031979 00000 n
-0000032040 00000 n
-0000032102 00000 n
-0000032164 00000 n
-0000035002 00000 n
-0000034767 00000 n
-0000032376 00000 n
-0000034879 00000 n
-0000514518 00000 n
-0000515225 00000 n
-0000034940 00000 n
-0000037221 00000 n
-0000037380 00000 n
-0000037544 00000 n
-0000037888 00000 n
-0000037073 00000 n
-0000035191 00000 n
-0000037703 00000 n
-0000037764 00000 n
-0000037826 00000 n
-0000040609 00000 n
-0000040670 00000 n
-0000040313 00000 n
-0000038103 00000 n
-0000040425 00000 n
-0000040547 00000 n
-0000516658 00000 n
-0000043419 00000 n
-0000043761 00000 n
-0000043287 00000 n
-0000040833 00000 n
-0000043578 00000 n
-0000043700 00000 n
-0000046208 00000 n
-0000046035 00000 n
-0000043950 00000 n
-0000046147 00000 n
-0000049039 00000 n
-0000049198 00000 n
-0000049357 00000 n
-0000049521 00000 n
-0000049993 00000 n
-0000048883 00000 n
-0000046358 00000 n
-0000049685 00000 n
-0000049746 00000 n
-0000049869 00000 n
-0000049931 00000 n
-0000055462 00000 n
-0000055338 00000 n
-0000052407 00000 n
-0000052234 00000 n
-0000050143 00000 n
-0000052346 00000 n
-0000055118 00000 n
-0000055524 00000 n
-0000054986 00000 n
-0000052544 00000 n
-0000055277 00000 n
-0000055400 00000 n
-0000058008 00000 n
-0000057773 00000 n
-0000055674 00000 n
-0000057885 00000 n
-0000057946 00000 n
-0000516775 00000 n
-0000060730 00000 n
-0000060373 00000 n
-0000058171 00000 n
-0000060485 00000 n
-0000060607 00000 n
-0000063947 00000 n
-0000064105 00000 n
-0000064259 00000 n
-0000064409 00000 n
-0000064804 00000 n
-0000063791 00000 n
-0000060906 00000 n
-0000064560 00000 n
-0000064682 00000 n
-0000512447 00000 n
-0000064744 00000 n
-0000512790 00000 n
-0000513306 00000 n
-0000068003 00000 n
-0000068346 00000 n
-0000067871 00000 n
-0000065045 00000 n
-0000068162 00000 n
-0000068284 00000 n
-0000071273 00000 n
-0000071559 00000 n
-0000071141 00000 n
-0000068535 00000 n
-0000071437 00000 n
-0000516253 00000 n
-0000074518 00000 n
-0000074284 00000 n
-0000071735 00000 n
-0000074396 00000 n
-0000514872 00000 n
-0000077719 00000 n
-0000077422 00000 n
-0000074720 00000 n
-0000077534 00000 n
-0000077595 00000 n
-0000077657 00000 n
-0000516892 00000 n
-0000080180 00000 n
-0000079824 00000 n
-0000077882 00000 n
-0000079936 00000 n
-0000079997 00000 n
-0000082654 00000 n
-0000082358 00000 n
-0000080369 00000 n
-0000082470 00000 n
-0000514340 00000 n
-0000082531 00000 n
-0000085357 00000 n
-0000085123 00000 n
-0000082882 00000 n
-0000085235 00000 n
-0000087973 00000 n
-0000087739 00000 n
-0000085559 00000 n
-0000087851 00000 n
-0000090419 00000 n
-0000090246 00000 n
-0000088162 00000 n
-0000090358 00000 n
-0000515566 00000 n
-0000093989 00000 n
-0000093755 00000 n
-0000090569 00000 n
-0000093867 00000 n
-0000517009 00000 n
-0000096528 00000 n
-0000096687 00000 n
-0000097021 00000 n
-0000096388 00000 n
-0000094165 00000 n
-0000096839 00000 n
-0000099366 00000 n
-0000099651 00000 n
-0000099234 00000 n
-0000097171 00000 n
-0000099530 00000 n
-0000102102 00000 n
-0000101806 00000 n
-0000099814 00000 n
-0000101918 00000 n
-0000104173 00000 n
-0000104000 00000 n
-0000102330 00000 n
-0000104112 00000 n
-0000106377 00000 n
-0000106142 00000 n
-0000104297 00000 n
-0000106254 00000 n
-0000107887 00000 n
-0000107714 00000 n
-0000106527 00000 n
-0000107826 00000 n
-0000517126 00000 n
-0000109016 00000 n
-0000111285 00000 n
-0000109477 00000 n
-0000108884 00000 n
-0000108011 00000 n
-0000109170 00000 n
-0000109415 00000 n
-0000111443 00000 n
-0000111596 00000 n
-0000112002 00000 n
-0000111137 00000 n
-0000109627 00000 n
-0000111755 00000 n
-0000111816 00000 n
-0000111878 00000 n
-0000111940 00000 n
-0000113491 00000 n
-0000113644 00000 n
-0000113797 00000 n
-0000114203 00000 n
-0000113343 00000 n
-0000112113 00000 n
-0000113956 00000 n
-0000114017 00000 n
-0000114079 00000 n
-0000114141 00000 n
-0000511434 00000 n
-0000114314 00000 n
-0000511105 00000 n
-0000114393 00000 n
-0000511258 00000 n
-0000114418 00000 n
-0000511677 00000 n
-0000114744 00000 n
-0000510610 00000 n
-0000114767 00000 n
-0000114828 00000 n
-0000115416 00000 n
-0000115441 00000 n
-0000115492 00000 n
-0000115515 00000 n
-0000115552 00000 n
-0000116200 00000 n
-0000116793 00000 n
-0000117442 00000 n
-0000117467 00000 n
-0000117492 00000 n
-0000117883 00000 n
-0000118449 00000 n
-0000118812 00000 n
-0000119365 00000 n
-0000119926 00000 n
-0000120333 00000 n
-0000120358 00000 n
-0000120749 00000 n
-0000121514 00000 n
-0000122290 00000 n
-0000122744 00000 n
-0000123197 00000 n
-0000152604 00000 n
-0000152988 00000 n
-0000181044 00000 n
-0000181405 00000 n
-0000187743 00000 n
-0000188037 00000 n
-0000190556 00000 n
-0000190792 00000 n
-0000193314 00000 n
-0000193550 00000 n
-0000231206 00000 n
-0000231822 00000 n
-0000254682 00000 n
-0000254988 00000 n
-0000275594 00000 n
-0000275854 00000 n
-0000290647 00000 n
-0000290881 00000 n
-0000311941 00000 n
-0000312192 00000 n
-0000338300 00000 n
-0000338594 00000 n
-0000366789 00000 n
-0000367180 00000 n
-0000385303 00000 n
-0000385605 00000 n
-0000394056 00000 n
-0000394293 00000 n
-0000397964 00000 n
-0000398279 00000 n
-0000401066 00000 n
-0000401314 00000 n
-0000404150 00000 n
-0000404399 00000 n
-0000430584 00000 n
-0000430921 00000 n
-0000462625 00000 n
-0000463202 00000 n
-0000483602 00000 n
-0000483880 00000 n
-0000510146 00000 n
-0000517227 00000 n
-0000517345 00000 n
-0000517422 00000 n
-0000517492 00000 n
-0000520272 00000 n
-0000520445 00000 n
-0000520623 00000 n
-0000520791 00000 n
-0000520959 00000 n
-0000521129 00000 n
-0000521298 00000 n
-0000521468 00000 n
-0000521632 00000 n
-0000521819 00000 n
-0000522013 00000 n
-0000522210 00000 n
-0000522433 00000 n
-0000522669 00000 n
-0000522905 00000 n
-0000523187 00000 n
-0000523469 00000 n
-0000523751 00000 n
-0000523937 00000 n
-0000524043 00000 n
-0000524154 00000 n
-0000524272 00000 n
-0000524392 00000 n
-0000524465 00000 n
-0000524562 00000 n
-0000524600 00000 n
-0000524777 00000 n
-trailer
-<< /Size 517
-/Root 515 0 R
-/Info 516 0 R
-/ID [<A951B176D38115AFF328DD4502416AC6> <A951B176D38115AFF328DD4502416AC6>] >>
-startxref
-525375
-%%EOF
diff --git a/macros/latex/contrib/numerica/numerica-tables.tex b/macros/latex/contrib/numerica/numerica-tables.tex
deleted file mode 100644
index b16f90e3b7..0000000000
--- a/macros/latex/contrib/numerica/numerica-tables.tex
+++ /dev/null
@@ -1,1801 +0,0 @@
-%% LyX 2.4.0-alpha1 created this file. For more info, see https://www.lyx.org/.
-%% Do not edit unless you really know what you are doing.
-\documentclass[english,tableposition=top]{report}
-\usepackage{lmodern}
-\renewcommand{\sfdefault}{lmss}
-\renewcommand{\ttdefault}{lmtt}
-\usepackage[T1]{fontenc}
-\usepackage{textcomp}
-\usepackage[latin9]{inputenc}
-\setcounter{secnumdepth}{3}
-\usepackage{color}
-\definecolor{shadecolor}{rgb}{0.667969, 1, 1}
-\usepackage{babel}
-\usepackage{array}
-\usepackage{float}
-\usepackage{booktabs}
-\usepackage{framed}
-\usepackage{url}
-\usepackage{multirow}
-\usepackage{amsmath}
-\usepackage[unicode=true,pdfusetitle,
- bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=2,
- breaklinks=false,pdfborder={0 0 1},backref=section,colorlinks=true]
- {hyperref}
-
-\makeatletter
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
-%% Because html converters don't know tabularnewline
-\providecommand{\tabularnewline}{\\}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
-\newenvironment{centred}%
- {\begin{center}\baselineskip=13pt\parskip=1pt}{\end{center}}
-\newenvironment{lyxcode}
- {\par\begin{list}{}{
- \setlength{\rightmargin}{\leftmargin}
- \setlength{\listparindent}{0pt}% needed for AMS classes
- \raggedright
- \setlength{\itemsep}{0pt}
- \setlength{\parsep}{0pt}
- \normalfont\ttfamily}%
- \item[]}
- {\end{list}}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
-\usepackage[tables]{numerica}
-
-\newcommand\rel{\,\varrho\;}
-\DeclareMathOperator{\erf}{erf}
-\DeclareMathOperator{\gd}{gd}
-
-\reuse
-
-\usepackage{upquote}
-
-\makeatother
-
-\begin{document}
-\title{\texttt{numerica-tables}~\\
-}
-\author{Andrew Parsloe\\
-(\url{ajparsloe@gmail.com})}
-\maketitle
-\begin{abstract}
-In this module of the \verb`numerica` package a command is defined
-which enables the creation of multi-column tables of function values
-in a wide variety of table styles. \\
-\\
-\noindent\begin{minipage}[t]{1\columnwidth}%
-\begin{shaded}%
-
-\paragraph*{Note:}
-\begin{itemize}
-\item {\normalsize This document applies to version 1.0.0 of }{\normalsize\texttt{numerica-tables.def}}{\normalsize .}{\small\par}
-\item {\normalsize Reasonably recent versions of the \LaTeX 3 bundles }{\normalsize\texttt{l3kernel}}{\normalsize{}
-and }{\normalsize\texttt{l3packages}}{\normalsize{} are required.}{\small\par}
-\item {\normalsize The }{\normalsize\texttt{booktabs}}{\normalsize{} package
-is required.}{\small\par}
-\item {\normalsize I refer many times in this document to }{\normalsize\emph{Handbook
-of Mathematical Functions}}{\normalsize , edited by Milton Abramowitz
-and Irene A. Segun, Dover, 1965. This is abbreviated to }{\normalsize\emph{HMF}}{\normalsize ,
-often followed by a reference to a specific table like Table 1.2.}{\small\par}
-\end{itemize}
-\end{shaded}%
-\end{minipage}
-
-\tableofcontents{}
-\end{abstract}
-
-\chapter{Introduction}
-
-Calling \texttt{numerica} with the \texttt{tables} package option
-in the preamble,
-\begin{lyxcode}
-~\textbackslash usepackage{[}tables{]}\{numerica\}
-\end{lyxcode}
-\noindent gives access to a command \verb`\nmcTabulate` for creating
-tables of function values. This command is defined in the package
-\texttt{numerica-tables.def} which is loaded with \texttt{numerica.sty}
-when the \texttt{tables} option is used. Note that \verb`\nmcTabulate`
-uses the \texttt{booktabs} package for the construction of its tables.
-The \texttt{booktabs} package is loaded automatically (provided it
-is available in your \TeX{} system) when \texttt{numerica} is loaded
-with the \texttt{tables} option.
-
-\section{Shared syntax}
-
-The \verb`\nmcTabulate` command (short-name form \verb`\tabulate`)
-shares the syntax of \verb`\nmcEvaluate` (see \texttt{numerica-basics.pdf})
-and of \verb`\nmcIterate`, \verb`\nmcSolve` and \verb`\nmcRecur`
-(see \texttt{numerica-plus.pdf}). When all options are used the command
-looks like
-\begin{lyxcode}
-\noindent \textbackslash nmcTabulate{*}{[}settings{]}\{expr.\}{[}vv-list{]}{[}num.~format{]}
-\end{lyxcode}
-\begin{enumerate}
-\item \verb`*` optional switch; if present ensures a single number output
-with no formatting or an appropriate error message if the single number
-cannot be produced;
-\item \verb`[settings]` comma-separated list of \emph{key=value }settings;
-\item \verb`{expr.}` mandatory argument specifying the mathematical expression
-in \LaTeX{} form to be tabulated;
-\item \verb`[vv-list]` comma-separated list of \emph{variable=value }items;
-\item \verb`[num. format]` optional format specification for presentation
-of the numerical result (rounding, padding with zeros, scientific
-notation)
-\end{enumerate}
-Unlike \verb`\nmcEvaluate` and the other commands, for \verb`\nmcTabulate`
-\begin{itemize}
-\item it makes no difference to the display of the result whether the command
-wraps around math delimiters, is wrapped within math delimters, or
-if there are no math delimiters involved whatever;
-\item the two apparently optional arguments straddling the main argument
-(\verb`settings` and \verb`vv-list`) are \emph{essential}; although
-neither is mandatory in the \LaTeX{} sense, each contains items necessary
-for the construction of any table of function values.
-\end{itemize}
-
-\subsection{Inherited settings}
-
-\label{subsec:Inherited-settings}
-\begin{table}
-\noindent \centering{}\caption{\protect\label{tab:introSettingsInherited}Settings options inherited
-from \texttt{\textbackslash nmcEvaluate}}
-\noindent \begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{4cm}}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{dbg}} & {\small int} & {\small debug `magic' integer} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{\textasciicircum}} & {\small char} & {\small exponent mark for sci. notation input} & {\small\texttt{e}}\tabularnewline
-{\small\texttt{xx}} & {\small int (}{\small\texttt{0}}{\small /}{\small\texttt{1}}{\small )} & {\small multi-token variable switch} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{()}} & {\small int (}{\small\texttt{0}}{\small /}{\small\texttt{1}}{\small /}{\small\texttt{2}}{\small )} & {\small trig. function arg. parsing} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{o}} & & {\small degree switch for trig. functions} & \tabularnewline
-{\small\texttt{log}} & {\small num} & {\small base of logarithms for }{\small{\small\verb`\log`}} & {\small\texttt{10}}\tabularnewline
-{\small\texttt{vvmode}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{vvd}} & {\small tokens} & {\small vv-list display-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
-{\small\texttt{vvi}} & {\small tokens} & {\small vv-list text-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
-{*} & & {\small suppress equation numbering if }{\small\texttt{\textbackslash\textbackslash}}{\small{}
-in }{\small\texttt{vvd}} & \tabularnewline
-{\small\texttt{S+}} & {\small int} & {\small extra rounding for stopping criterion for sums} & {\small\texttt{2}}\tabularnewline
-{\small\texttt{S?}} & {\small$\text{int}\ge0$} & {\small stopping criterion query terms for sums} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{P+}} & {\small int} & {\small extra rounding for stopping criterion for products} & {\small\texttt{2}}\tabularnewline
-{\small\texttt{P?}} & {\small$\text{int}\ge0$} & {\small stopping criterion query terms for products} & {\small\texttt{0}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-To create a table we need to specify a function to tabulate \textendash{}
-this fills the main (mandatory) argument. We also need to decide how
-the function values are to be displayed \textendash{} to how many
-decimal places and whether padded with zeros. These matters are determined
-by what is entered in the trailing optional argument, just as with
-\verb`\eval`, \verb`\iter`, \verb`\solve` and \verb`\recur`, although
-there are some addtional complications peculiar to tables which are
-more appropriately treated in the next chapter.
-
-Many of the settings available to the \verb`\eval` command are also
-available to \verb`\nmcTabulate`. To save switching between documents
-I reproduce the table of options found in \texttt{numerica-basics.pdf}
-(with only the punctuation \texttt{p} setting missing), although for
-discussion of the options you will need to refer to that document.
-But note that the \texttt{dbg} key is of limited usefulness for tables:
-\texttt{dbg=5} and \texttt{dbg=7} display floating point values in
-their `internal' format, and for \texttt{dbg=7}, no result is displayed.
-
-\chapter{\texttt{\textbackslash nmcTabulate}-specific settings}
-
-In addition to the shared settings, \verb`\nmcTabulate` has many
-settings specific to it. They are discussed in groups in subsequent
-sections, some in more than one place.
-
-\section{Row variable settings}
-
-\label{sec:Row-variable-settings}Deciding on a function to tabulate
-(entered in the main or mandatory argument of \verb`\nmcTablate`)
-will inevitably also mean deciding on the tabulation variable (the
-\emph{row} variable \verb`rvar`), and then what value to start tabulating
-from (specified in the vv-list), what value to tabulate to (\verb`rstop`),
-and how fine-grained the tabulation is to be, the step size (\verb`rstep`).
-
-\begin{table}[b]
-\centering{}\caption{Row variable specification}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{3cm}}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small comment}\tabularnewline
-\midrule
-{\small\texttt{rvar}} & {\small token(s)} & {\small row variable} & \tabularnewline
-{\small\texttt{rstep}} & {\small real num.} & {\small step size} & \tabularnewline
-{\small\texttt{rstop}} & {\small real num.} & {\small stop value} & \multirow{2}{3cm}{either {\small\texttt{rstop}}{\small{} or }{\small\texttt{rows}}}\tabularnewline
-{\small\texttt{rows}} & {\small int} & {\small number of rows} & \tabularnewline
-{\small\texttt{rspec}} & {\small comma list} & {\small\texttt{\{start}}{\small , }{\small\texttt{step}}{\small , }{\small\texttt{stop\}}}{\small{}
-or }{\small\texttt{\{start}}{\small , }{\small\texttt{step}}{\small ,
-}{\small\texttt{(rows)\}}} & {\small short form spec.}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-The two tables in the first example below tabulate $\sin x$ and $\cos x$
-between $0$ and $1$ in increments of $0.2$. Note the start value
-of the tabulation variable in the vv-list. The reason for this placement
-is that for more complicated functions other parameters in the function
-and therefore in the vv-list may depend on the row variable. Therefore
-it is always placed in the vv-list.
-
-The difference in appearance of the tables results from padding with
-zeros in the second (the asterisk in the trailing optional argument).
-As you can see, padding applies not only to the values of the function
-but also to the values of the row variable \textendash{} and makes
-an obvious improvement to the table's appearance.
-\begin{verbatim}
- \tabulate[rvar=x,rstep=0.2,rstop=1]
- { \sin x }[x=0]\qquad
- \tabulate[rvar=x,rstep=0.2,rstop=1]
- { \cos x }[x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rvar=x,rstep=0.2,rstop=1]
- { \sin x }[x=0] \qquad
- \tabulate[rvar=x,rstep=0.2,rstop=1]
- { \cos x }[x=0][*]\medskip{}
-
-Sometimes (perhaps often) it may prove more convenient to specify
-the number of rows (\texttt{rows}) rather than a stop value. Only
-one of \texttt{rows} and \texttt{rstop} should be given, but if both
-(inadvertently) are present, it is the value of \texttt{rows} that
-prevails.
-
-The second and third tables in the next example use an abbreviated
-form of the row variable specification (\texttt{rspec}). This is a
-$3$-element comma list of the form \verb`{rvar,rstep,rstop}` or
-\verb`{rvar,rstep,(rows)}`. Parentheses around the third item signify
-that it is \verb`rows` rather than \verb`rstop` that is being specified.
-In the example below, the second table specifies \texttt{rstop} (value
-\texttt{1}), the third \texttt{rows} (value \texttt{6}).
-
-It is worth noting that \verb`rstep` and \verb`rstop` can be \LaTeX{}
-expressions \textendash{} for instance \texttt{rstop=\textbackslash sin
-\textbackslash pi/2} (just as the expression for the initial value
-in the vv-list can be). However \verb`rows` can only be a simple
-integer expression \textendash{} an integer or integers linked by
-some or all of \verb`+ - * / ( )`.
-\begin{verbatim}
- \tabulate[rvar=x,rstep=0.2,rows=6]
- { \sin x/\cos x }[x=0][*] \qquad
- \tabulate[rspec={x,0.2,1}]
- { \tan x }[x=0][*] \qquad
- \tabulate[rspec={x,0.2,(6)}]
- { \sqrt{\sec^2 x - 1} }[x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rvar=x,rstep=0.2,rows=6]
- { \sin x/\cos x }[x=0][*] \qquad
- \tabulate[rspec={x,0.2,1}]
- { \tan x }[x=0][*] \qquad
- \tabulate[rspec={x,0.2,(6)}]
- { \sqrt{\sec^2 x - 1} }[x=0][*]
-
-\subsection{Row-variable column formatting}
-
-\label{subsec:Row-var-col-formatting}Various settings are available
-to format the row variable column in addition to the padding option
-({*}) of the trailing optional argument.
-\begin{table}[H]
-\centering{}\caption{Row-variable column formatting}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{rround}} & {\small int} & {\small rounding} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{ralign}} & {\small char (}{\small\texttt{r/c/l}}{\small )} & {\small horizontal alignment} & {\small\texttt{r}}\tabularnewline
-{\small\texttt{rfont}} & {\small chars} & {\small font (}{\small\verb`\math<chars>`}{\small )} & \tabularnewline
-{\small\texttt{rhead}} & {\small tokens} & {\small header} & {\small\texttt{rvar}}\tabularnewline
-{\small\texttt{rhnudge}} & int & {\small nudge header }{\small{\small\verb`<int>`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small column position(s) } & {\small\texttt{1}}\tabularnewline
-{\small\texttt{rvar'}} & {\small tokens} & {\small 2nd row variable col. spec. } & {\small\texttt{rvar}}\tabularnewline
-{\small\texttt{rhead'}} & {\small tokens} & {\small header of 2nd rv col. (if it exists)} & {\small\texttt{rvar'}}\tabularnewline
-{\small\texttt{rhnudge'}} & int & {\small nudge 2nd rv col. header }{\small{\small\verb`<int>`}}{\small{}
-mu} & {\small\texttt{0}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-
-
-\subsubsection{Rounding: \texttt{rround}}
-
-After studying the previous tables, we might decide to adjust the
-step size, say from $0.2$ to $0.25$. But changing \texttt{rstep}
-to the new value gives a disconcerting and \emph{prima facie} false
-result (the first table below). \texttt{numerica} uses a default rounding
-value of $1$ for the row variable and has rounded $0.25$ down to
-$0.2$ and $0.75$ up to $0.8$ accordingly. The second table corrects
-matters by adjusting the row variable rounding (\texttt{rround}) to
-\texttt{2}.
-\begin{verbatim}
- \tabulate[rvar=x,rstep=0.25,rstop=1]
- { \sin x }[x=0][*]\qquad
- \tabulate[rvar=x,rstep=0.25,rstop=1,rround=2]
- { \sin x }[x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rvar=x,rstep=0.25,rstop=1]
- { \sin x }[x=0][*] \qquad
- \tabulate[rvar=x,rstep=0.25,rstop=1,rround=2]
- { \sin x }[x=0][*]
-
-\subsubsection{Alignment: \texttt{ralign}}
-
-By default, the alignment of all columns is to the right, as in the
-previous examples. This lends itself to neat output when padding with
-zeros is activated (the \verb`*` in the trailing argument) and when
-some values are negative \textendash{} the minus signs can interfere
-with neat output in left or centred alignments. But in a case like
-the second table in the last example, you might prefer to centre the
-headers for both the row and function value columns. These alignments
-are independently set. For the row variable column the default alignment
-is to the right \texttt{ralign=r}; \texttt{ralign=l} (lowercase L)
-aligns entries in the row variable column to the left, and \texttt{ralign=c}
-centres entries in the row variable column. The tables of the next
-example use a \texttt{c} alignment to centre the row variable column
-header. The third of those tables shows how minus signs spoil the
-effect.
-
-\subsubsection{Font: \texttt{rfont}}
-
-In the second table bolding (\texttt{rfont=bf}) has been applied to
-emphasize the distinction between the row variable values and the
-function values. Possible values for this key are those characters
-that can be adjoined to \verb`\math` to give a meaningful result.
-Thus other valid values are \verb`it` (italic), \verb`sf` (sans
-serif), \verb`tt` (typewriter); \verb`frak` (Fraktur); also \verb`rm`
-(roman) is available, but that is the default.
-
-\subsubsection{Header: \texttt{rhead}}
-
-In the second and third tables, the header for the row variable column
-has also been bolded. The default header is the row variable. That
-can be replaced by giving a value to the key \texttt{rhead}. I have
-used \texttt{rhead=\textbackslash boldsymbol\{x\}} (rather than \verb`\mathbf{x}`)
-in order to get an italicized bold symbol.
-\begin{verbatim}
- \tabulate
- [rvar=x,rstep=0.25,rstop=1,
- rround=2,ralign=c]
- { \sin x }[x=0][*]\qquad
- \tabulate
- [rvar=x,rstep=0.25,rstop=1,rround=2,
- ralign=c,rfont=bf,rhead=\boldsymbol{x}]
- { \sin x }[x=0][*]
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- ralign=c,rfont=bf,rhead=\boldsymbol{x}]
- { \sin x }[x=-0.5][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rvar=x,rstep=0.25,rstop=1,
- rround=2,ralign=c]
- { \sin x }[x=0][*]\qquad
- \tabulate
- [rvar=x,rstep=0.25,rstop=1,
- rround=2,ralign=c,rfont=bf,rhead=\boldsymbol{x}]
- { \sin x }[x=0][*]\qquad
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- ralign=c,rfont=bf,rhead=\boldsymbol{x}]
- { \sin x }[x=-0.5][*]\medskip{}
-
-In these tables the row variable column has been given a centred alignment.
-The third table shows what goes wrong when \emph{some} values are
-negative. Better then is to use padding, a right alignment (the default),
-and to use a phantom in the header. The first table below does this.
-The second table incorporates kerning into the header to achieve the
-same effect:
-\begin{verbatim}
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x}\hphantom{0}]
- { \sin x }[x=-0.5][*]\qquad
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x}\mkern 9 mu]
- { \sin x }[x=-0.5][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x}\hphantom{0}]
- { \sin x }[x=-0.5][*]\qquad
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x}\mkern 9 mu]
- { \sin x }[x=-0.5][*]\medskip{}
-
-(To my eye, aligning the $\boldsymbol{x}$ above the first column
-of digits after the decimal point gives a better result than truly
-centring it in the column; compare these examples with the first two
-tables of the previous example.)
-
-\subsubsection{Nudging~the~header: \texttt{rhnudge}}
-
-However, you might prefer to avoid inserting positioning commands
-into the actual row variable header, obscuring its true content. You
-can avoid doing this by using \texttt{numerica}'s nudge setting \texttt{rhnudge}.
-
-The first table below reverts to the default right alignment, avoids
-any positioning commands in the row variable header, but instead nudges
-it into position with the setting \texttt{rhnudge=9}. For positive
-nudge values, nudging works in the opposite sense to the alignment.
-The units for nudging are mu (math units, 18 to a quad), but only
-a number \textendash{} generally an integer \textendash{} should be
-specified; the mu is supplied by \texttt{numerica}.
-
-In the second table below the row variable takes single digit integer
-values, while the row variable name now occupies more than one character.
-With a right alignment the header would protrude out to the left.
-Giving \texttt{rhnudge} a \emph{negative} value (\texttt{rhnudge=-12}
-in the example) brings it back to a centred position in the row variable
-column.
-\begin{verbatim}
- \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x},rhnudge=9]
- { \sin x }[x=-0.5][4*]\qquad
- \tabulate
- [rvar=x_{\text{int}},rstep=1,rstop=4,
- rround=0,rfont=bf,rhnudge=-12,
- rhead=\boldsymbol{x_{\text{int}}}]
- { \sin x_{\text{int}} }[x_{\text{int}}=0][4*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rvar=x,rstep=0.25,rstop=0.5,rround=2,
- rfont=bf,rhead=\boldsymbol{x},rhnudge=9]
- { \sin x }[x=-0.5][4*]\qquad
- \tabulate
- [rvar=x_{\text{int}},rstep=1,rstop=4,
- rround=0,rfont=bf,rhnudge=-12,
- rhead=\boldsymbol{x_{\text{int}}}]
- { \sin x_{\text{int}} }[x_{\text{int}}=0][4*]
-
-\subsubsection{Position in the table: \texttt{rpos}}
-
-\label{subsec:Row-var-col-pos}By default, the row variable column
-is the \emph{first} column of the table. Its position is determined
-by the value of the key \texttt{rpos}:
-\begin{itemize}
-\item \texttt{rpos=0}, suppressed (no row variable column);
-\item \texttt{rpos=1}, first column (the default);
-\item \texttt{rpos=2}, last column;
-\item \texttt{rpos=3}, first and last columns;\texttt{ }
-\item \texttt{rpos=4}, first and last columns, with the values in the last
-column a user-defined function of the first; see \ref{subsec:Second-row-var-col};
-\item Any other integer acts like \texttt{rpos=1}.
-\end{itemize}
-An example with \texttt{rpos=3} is given shortly below, \ref{subsec:Multiple-function-tables}.
-
-\subsubsection{\texttt{rvar'}, \texttt{rhead'}, \texttt{rhnudge'}}
-
-These settings become relevant only when \texttt{rpos=4}; see \ref{subsec:Second-row-var-col}.
-
-\subsection{Multiple function tables}
-
-How might one tabulate multiple functions simultaneously? \emph{HMF}
-has many, many examples where multiple functions (like the trigonometric
-or the hyperbolic functions) are tabulated in separate columns of
-the same table.
-
-\subsubsection{By adjoining tables}
-
-\label{subsec:Adjoining-tables} With the settings described so far,
-one way is to adjoin single column tables. In the tables below, which
-display as a single multi-columned table, I have used three different
-\texttt{rpos} settings (\texttt{rpos=1} is implicit in the first).
-This is one way to build a table that displays as multi-column. If
-you use this method, note that the \texttt{\%} comment characters
-are essential at the end of the last argument of the \verb`\tabulate`
-commands if you want the tables to abut exactly. Omitting them results
-in a space between the tables.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rhnudge=9]
- { \sin x }[x=0][*]%
- \tabulate
- [rpos=0,rspec={x,0.2,(6)},rround=2]
- { \cos x }[x=0][*]%
- \tabulate
- [rpos=2,rspec={x,0.2,(6)},rhnudge=9]
- { \tan x }[x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rhnudge=9]
- { \sin x }[x=0][*]%
- \tabulate
- [rpos=0,rspec={x,0.2,(6)},rround=2]
- { \cos x }[x=0][*]%
- \tabulate
- [rpos=2,rspec={x,0.2,(6)},rhnudge=9]
- { \tan x }[x=0][*]
-
-\subsubsection{Multiple functions in a single table}
-
-\label{subsec:Multiple-function-tables}However, tabulating more than
-one function at a time is too common a need to have to resort to adjoining
-tables. Instead, it suffices to enter the functions in the main argument
-separated by commas. The critical thing to do is to \emph{precede
-the first function with a comma}. That initial comma is the signal
-\texttt{numerica} needs to make the internal adjustments for a multi-function
-table (and note the \verb`o` setting, to indicate the arguments of
-$\sin$ and $\cos$ are in degrees):
-\begin{verbatim}
- \tabulate[o,rpos=3.rvar=\theta,rstep=10,rstop=90,
- rround=0,rules=ThB]
- { ,\sin \theta,\cos \theta }[\theta=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[o,rpos=3,rvar=\theta,rstep=10,rstop=90,
- rround=0,rules=ThB]
- { ,\sin \theta,\cos \theta }[\theta=0][*]\medskip{}
-
-This table also suggests a space saving possibility: since $\sin$
-and $\cos$ are complementary functions ($\cos\theta=\sin(90-\theta)$),
-the values in the bottom half of the table duplicate values in the
-top half, only with the columns reversed. This is the reason for the
-space saving \texttt{rpos=4} setting (\ref{subsec:Second-row-var-col})
-which enables complementary functions to be tabulated in `half tables';
-see \emph{HMF} Tables 4.10\textendash 4.12 for the trigonometric functions.
-
-\section{Column variable settings}
-
-\label{sec:Column-variable-settings}When a function of \emph{two}
-variables is being tabulated, we generally think of one variable as
-the primary variable and the other as a parameter. To tabulate such
-a function, one way to proceed, would be to create and adjoin separate
-tables, one per parameter value. But this is clumsy. A more systematic
-procedure is to specify, in addition to the row variable, a \emph{column}
-variable and its start, step and stop values.
-
-\begin{table}[b]
-\caption{Column variable specification}
-
-\centering{}\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{cvar}} & {\small token(s)} & {\small column variable} & \tabularnewline
-{\small\texttt{cstep}} & {\small real num.} & {\small step size} & \tabularnewline
-{\small\texttt{cstop}} & {\small real num.} & {\small stop value} & {\small either }{\small\texttt{cstop}}\tabularnewline
-{\small\texttt{cols}} & {\small int} & {\small number of columns} & {\small or }{\small\texttt{cols}}\tabularnewline
-{\small\texttt{cspec}} & {\small comma list} & {\small\texttt{\{cvar,cstep}}{\small , }{\small\texttt{cstop\}}}{\small{}
-or}{\small\texttt{ \{cvar,cstep}}{\small ,}{\small\texttt{(cols)\}}} & {\small short form spec.}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-In the following example \verb`cvar=k` is the column variable. I
-have chosen a step size (\texttt{cstep}) of \texttt{2} and a stop
-value (\texttt{cstop}) of \texttt{9}. As with the row variable, the
-start value (\texttt{k=3}) of the column variable is specified in
-the vv-list. Although in the example these values are numbers, all
-three values could be \LaTeX{} expressions that evaluate to numbers.
-Note also the setting for \texttt{rhead} which shows the reader of
-the table that the numerical values displayed in the column headers
-are values of \verb`k`. This usage occurs throughout \emph{HMF}.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,
- rhead=x\backslash k,
- cvar=k,cstep=2,cstop=9]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x\backslash k,
- cvar=k,cstep=2,cstop=9]
- { \sin kx }[k=3,x=0][*] \medskip{}
-
-Again, as with the row variable, rather than using an explicit stop
-value (\texttt{cstop}), you might prefer to specify the number of
-columns (\texttt{cols}) explicitly. I could have replaced \texttt{cstop=9}
-with \texttt{cols=4} to get the same result. Note that the number
-of columns specified here is the number of \emph{function value} columns;
-the row variable column is ignored for this count.
-
-And again, as with the row variable, it is possible to condense the
-specification into a comma list (\texttt{cspec}). This is a $3$-element
-comma list of the form \verb`{cvar,cstep,cstop}` or \verb`{cvar,cstep,(cols)}`
-where the parentheses distinguish \texttt{cols} from \texttt{cstop}
-in the third item. Thus, for the preceding table I could have written
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x\backslash k,
- cvar=k,cstep=2,cols=4]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-or
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x\backslash k,
- cspec={k,2,(4)}]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-or
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x\backslash k,
- cspec={k,2,9}]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-and produced the same table.
-
-Although \verb`cstep` and \verb`cstop` can be \LaTeX{} expressions
-\textendash{} for instance \texttt{cstop=\textbackslash pi/2} \textendash{}
-\verb`cols` can only be a simple integer expression \textendash{}
-an integer, or integers linked by some or all of \verb`+ - * / ( )`.
-
-\subsection{Column header formatting}
-
-\label{subsec:Column-header-formatting}
-\begin{table}
-\begin{centering}
-\caption{Column variable header formatting}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{chstyle}} & {\small int (0/1/2/3)} & {\small header style} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{ctitle}} & {\small tokens} & {\small single col. alternative header} & \tabularnewline
-{\small\texttt{chead}} & {\small tokens} & {\small user-defined header} & \tabularnewline
-{\small\texttt{calign}} & {\small char (r/c/l)} & {\small column alignment} & {\small\texttt{r}}\tabularnewline
-{\small\texttt{chnudge}} & {\small int} & {\small nudge header }{\small{\small\verb`int`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{chround}} & {\small int} & {\small column header rounding} & {\small\texttt{0}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{centering}
-\end{table}
-There are four built-in style settings for the header to the column
-variable (or function value) columns (the `ch' prefix evoking `column
-header'). If these don't meet your needs or otherwise satisfy, then
-it is possible to define your own header to the function value columns
-using the key \texttt{chead}. First I discuss the built-in styles.
-
-\subsubsection{Header style: single-column case}
-
-When there is only one column of function values, the function being
-tabulated is by default set as the header to the column. This corresponds
-to setting \texttt{ctitle={*}} (see \ref{subsec:Title:-ctitle-setting}
-below). You may want some other header. Then give \texttt{ctitle}
-some other value (although note that giving it the value \texttt{{*}{*}}
-will set both the function and the vv-list as the header; again see
-\ref{subsec:Title:-ctitle-setting}). Whatever value you set, it
-will be typeset between math delimiters (\verb`$` signs) and can
-be nudged (see \ref{subsec:Nudgingtheheaders:-chnudge}) left or
-right to fine-tune its position in the column. (If you want an asterisk
-as the header, you will need to place it between two pairs of braces,
-\texttt{ctitle=\{\{{*}\}\}} to prevent it being misinterpreted as
-the default setting.)
-
-If you want some more complicated header, perhaps not constrained
-by the \verb`$` delimiters, then give \texttt{chead} a value. This
-key I discuss below in \ref{subsec:chead}. \texttt{chead} is entirely
-up to the user to specify, including any math environment and positioning.
-
-If both \texttt{ctitle} and \texttt{chead} are given, the \texttt{chead}
-value prevails.
-
-\subsubsection{Header~style: multi-column case}
-
-\texttt{chstyle=0} which is the default gives a header of the form
-displayed in the last example, with only the column-variable value
-at the head of each column. This style generally requires the row-variable
-header to indicate what the values denote, as in \texttt{rhead=x\textbackslash backslash
-k} where the backslash separates row from column variable. \emph{HMF}
-contains a multitude of instances; see Tables~9.7, 17.5, 21.1, 24.3,
-27.4, etc. for examples.
-
-\texttt{chstyle=1} changes the header of the \emph{first} function
-value column to the form \emph{variable=value} \textendash{} in the
-example below, to $k=3$. This may be an apt choice when the columns
-are narrow, perhaps from using a small rounding value. I can find
-only one real instance in \emph{HMF}, Table~26.7. Note that the row
-variable setting \texttt{rhead} no longer needs the `\texttt{\textbackslash backslash
-k}' part since the column variable is now explicitly indicated.
-
-\texttt{chstyle=2} changes the header of all function value columns
-to the form \emph{variable=value}.\emph{ }In \emph{HMF} examples are
-Tables~7.4, 7.9, 10.10, 16.6, etc. Note that the row variable setting
-\texttt{rhead} no longer needs the `\texttt{\textbackslash backslash
-k}' part since the column variable is now explicitly indicated (the
-right-hand table).
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(2)},chstyle=1]
- { \sin kx }[k=3,x=0][3*]\quad
- \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(3)},chstyle=2]
- { \sin kx }[k=3,x=0][3*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(3)},chstyle=1]
- { \sin kx }[k=3,x=0][3*]\quad
- \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(3)},chstyle=2]
- { \sin kx }[k=3,x=0][3*]\medskip{}
-
-Finally, \texttt{chstyle=3} fills each column-variable header with
-the expression being tabulated but with the column variable replaced
-by its respective values. See \emph{HMF} Tables~5.4, 8.1, 9.1, 19.1,
-etc. for examples.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(3)},chstyle=3]
- { \sin kx }[k=3,x=0][4*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,
- cspec={k,2,(3)},chstyle=3]
- { \sin kx }[k=3,x=0][4*]
-
-\subsubsection{User-defined header: \texttt{chead}}
-
-\label{subsec:chead}Perhaps none of the built-in styles appeal? By
-assigning content to the key \texttt{chead}, users can create their
-own header to the function value columns. \texttt{chead} must contain
-the correct number of tab characters (\verb`&`), allowing for any
-\verb`\multicolumn`-s used, but ignoring the row variable column
-or columns. It is a header only to the function value columns. The
-user will need to insert \verb`$` signs as appropriate.
-
-Non-empty content for the \texttt{chead} key overrides any \texttt{chstyle}
-setting and in the case of a single function value column, overrides
-any \texttt{ctitle} setting.
-
-\subsubsection{Alignment: \texttt{calign}}
-
-The function value columns are aligned right (\texttt{calign=r}) by
-default. Also available are \texttt{calign=c} for centred alignment
-and \texttt{calign=l} (lowercase L) for left alignment. Using centred
-alignment with {\ttfamily\verb`chstyle=2`} in the now familiar
-example table gives
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,ralign=c,
- cspec={k,2,(3)},chstyle=2,calign=c]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x,ralign=c,
- cspec={k,2,(3)},chstyle=2,calign=c]
- { \sin kx }[k=3,x=0][*]\medskip{}
-
-\noindent The first column of function values looks better, but the
-minus signs spoil the effect in the others. Handling signs in tables
-is discussed below; see \ref{subsec:Signs}.
-
-\subsubsection{Nudging~the~headers: \texttt{chnudge}}
-
-\label{subsec:Nudgingtheheaders:-chnudge}In left or right alignment
-it is possible to nudge the headers in the opposite direction by giving
-a numerical value to the the key \texttt{chnudge}. The header is moved
-by the specified number of mu (math units; 18 to a quad). Note that
-the `mu' does not need to be written. \texttt{numerica} provides
-that. In the example I have chosen \texttt{chnudge=12} to nudge the
-column headers to the left to give a centred effect to the header
-but leaving the function values with their (potentially) awkward minus
-signs right aligned.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhnudge=9,
- cspec={k,2,(3)},chstyle=2,chnudge=12]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,rhnudge=9,
- cspec={k,2,(3)},chstyle=2,chnudge=12]
- { \sin kx }[k=3,x=0][*]\medskip{}
-
-The \texttt{chnudge} value does not need to be positive. Negative
-nudges can be useful when a column header is \emph{longer} than the
-rounded function values. In the second example below, I've reduced
-the rounding value for function values to $3$, and chosen an initial
-$k$ value of $100$ to ensure this circumstance. To centre the column
-headers I have used \texttt{chnudge=-9}.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhnudge=9,
- cspec={k,2,(3)},chstyle=2,chnudge=-9]
- { \sin kx }[k=100,x=0][3*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,rhnudge=9,
- cspec={k,2,(3)},chstyle=2,chnudge=-9]
- { \sin kx }[k=100,x=0][3*]
-
-\subsubsection{Rounding: \texttt{chround}}
-
-In the examples so far, the column variable has incremented in integer
-steps. The default rounding value for the column variable is $0$
-(for the row variable it is $1$), so if it increments by some non-integer
-amount, the result will be confusing \textendash{} if $k$ incremented
-by, say, $0.25$, starting from $k=3$, then the next column would
-also have a header $k=3$ (since $3.25$ with a rounding value $0$
-rounds to $3$). The appropriate key to remedy this state of affairs
-is \texttt{chround}. For a step size of $0.25$ the appropriate setting
-is \texttt{chround=2}.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.2,(6)},rround=2,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.2,(6)},rround=2,rhead=x,ralign=r,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2]
- { \sin kx }[k=3,x=0][*]
-
-\section{Whole-of-table formatting}
-
-\label{sec:Whole-of-table-formatting}There are a number of settings
-pertaining to the appearance of the table as a whole, things like
-the position of the row variable column, division of the function
-values into blocks to aid readability, the presence of horizontal
-rules or of a collective column title or of a footer row. I discuss
-these here.
-
-\begin{table}[H]
-\noindent \centering{}\caption{\protect\label{tab:Table-formatting-settings}Table formatting}
-\noindent \begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{ctitle}} & {\small tokens} & {\small collective title for function-value columns} & \tabularnewline
-{\small\texttt{rules}} & {\small chars} & {\small horizontal rules template} & {\small\texttt{ThB}}\tabularnewline
-{\small\texttt{foot}} & {\small tokens} & {\small content of footer line} & \tabularnewline
-{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small row-variable column position(s)} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{rbloc}} & {\small comma list} & {\small division of rows into blocks} & \tabularnewline
-{\small\texttt{rblocsep}} & {\small length} & {\small extra spacing between blocks of rows} & {\small\texttt{1 ex}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-
-
-\subsection{Title for function-value columns: \texttt{ctitle}}
-
-\label{subsec:Title:-ctitle-setting}The function value columns have
-individual headers, formatted in the various ways provided by the
-settings discussed above, but it can also be helpful to have a collective
-title for these columns. This is provided by the \texttt{ctitle} key.
-This can be set to whatever you like (e.g. \texttt{ctitle=\textbackslash text\{Fred\}}),
-but for more relevant titles there are two in-built settings: \texttt{ctitle={*}},
-which makes the formula the title, and \texttt{ctitle={*}{*}}, which
-makes a title of the formula and vv-list. In the example below, it
-makes no sense to display the vv-list since it contains only the initial
-values of the row and column variables, already obvious in the table;
-hence \texttt{ctitle={*}}.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.25,(5)},rround=2,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2,ctitle=*]
- { \sin kx }[k=3,x=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.25,(5)},rround=2,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2,ctitle=*]
- { \sin kx }[k=3,x=0][*]\medskip{}
-
-For an example of \texttt{ctitle={*}{*}} see \ref{subsec:Rules:-rules-setting}.
-
-\subsection{Rules: \texttt{rules} setting}
-
-\label{subsec:Rules:-rules-setting}The \texttt{booktabs} package
-which \texttt{numerica} uses is most emphatic that one should `1.
-Never, ever use vertical rules. 2. Never use double rules.' Most
-of the tables proper in \emph{HMF} lack rules of any kind although
-closer inspection shows smaller tables within the text generally \emph{are}
-delimited by horizontal rules (often also with vertical rules).\footnote{The tables in \emph{HMF} are often inelegantly typeset, and sometimes
-ugly. For all that, I have used it as a source of table types, of
-the variety of structures that the editors found necessary or at least
-useful for presenting a multitude of different kinds of numerical
-data.} I have used horizontal rules in the various examples in the present
-document because these too are tables within text. Some form of delineation
-seems necessary. Also, to my eye, the table title, $\sin kx$, in
-the last example seems `naked' without a rule to emphasize its domain.
-
-The \texttt{rules} key enables precisely which rules are used to be
-specified. The value of the key is a `word' \textendash{} a sequence
-of letters \textendash{} where the characters have the significance
-and default thicknesses (from \texttt{booktabs}) shown in Table~\ref{tab:Rules}.
-The default setting is \texttt{rules=ThB}. To insert a rule beneath
-the title, for example, change this to \texttt{rules=TthB}. If in
-addition you are using a footer row and want a rule above it, then
-the specification is \texttt{rules=TthfB}.
-
-\begin{table}[H]
-\noindent \centering{}\caption{\protect\label{tab:Rules}Rules}
-\noindent \begin{center}
-\begin{tabular}{llll}
-\toprule
-{\small char} & {\small rule} & {\small position} & {\small default rule thickness}\tabularnewline
-\midrule
-{\small\texttt{T}} & {\small top rule} & {\small above table} & {\small\texttt{\textbackslash heavyrulewidth=.08em}}\tabularnewline
-{\small\texttt{t}} & {\small title rule} & {\small below title} & {\small\texttt{\textbackslash cmidrulewidth =.03em}}\tabularnewline
-{\small\texttt{h}} & {\small header rule} & {\small below header} & {\small\texttt{\textbackslash lightrulewidth=.05em}}\tabularnewline
-{\small\texttt{f}} & {\small footer rule} & {\small above footer} & {\small\texttt{\textbackslash cmidrulewidth =.03em}}\tabularnewline
-{\small\texttt{B}} & {\small bottom rule} & {\small below table} & {\small\texttt{\textbackslash heavyrulewidth=.08em}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\end{table}
-If you wish to change the thickness of a rule from its default, then
-enter new values for any or all of {\small\texttt{\textbackslash heavyrulewidth}},
-{\small\texttt{\textbackslash lightrulewidth}}, {\small\texttt{\textbackslash cmidrulewidth}}
-in the preamble. The values listed in Table~\ref{tab:Rules} are
-the default values in the \texttt{booktabs} package (except for the
-footer rule, which \texttt{booktabs} does not cover; in \texttt{numerica}
-the footer rule is assigned a thickness of {\small\texttt{\textbackslash cmidrulewidth}}).
-
-In the example table below, a rule for the column title has been specified
-(the \verb`t` in the setting \verb`rules=TthB`). Also note the use
-of \texttt{ctitle={*}{*}}. The fornula contains an extra parameter
-$a$, assigned a value in the vv-list. It now makes sense to display
-the vv-list in the column title (but note the braces around \texttt{k}
-and \texttt{x} so that they don't show in the vv-list).
-\begin{verbatim}
- \tabulate
- [rspec={x,0.25,(5)},rround=2,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2,
- ctitle=**,rules=TthB]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.25,(5)},rround=2,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,chround=2,
- ctitle=**,rules=TthB]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*]
-
-\subsection{Footer row: \texttt{foot} setting}
-
-Some tables have a footer row and \texttt{numerica} allows such a
-row to be inserted, but its entire content, with one exception, is
-the responsibility of the user, including insertion of the necessary
-number of tab characters \verb`&`. This will be $1$ less than the
-total number of columns (including row variable columns) in the table
-\textendash{} or some adjustment thereof if you use \verb`\multicol`.
-You can put into the footer what you wish.
-\begin{lyxcode}
-foot=<tokens>
-\end{lyxcode}
-\emph{HMF} uses the footer mainly for cryptic descriptions of the
-accuracy and needs of interpolation methods.
-
-The one exception is when \texttt{foot={*}}. This will fill the footer
-with the header, but \emph{reversed}. This is useful for tabulating
-complementary functions like the sine and cosine or, more generally,
-$f(x)$ and $g(x)$ where $g(x)=f(k-x)$ for some constant $k$. Values
-for the complementary function are read from the bottom up and require
-a reversed row variable column on the right of the table; see \ref{subsec:Second-row-var-col}.
-
-\subsubsection{Footer functions}
-
-It is also possible to use the footer for displaying the values of
-certain column functions. \texttt{numerica} provides five of these.
-They can be used in the footer (and only in the footer): \verb`SUM`,
-\verb`AVE` (average), \verb`MAX`, \verb`MIN` and \verb`DEL` (for
-$\Delta$=\verb`MAX-MIN`). These functions act on the function values
-of the column they are in. They \emph{do not} combine mathematically:
-entering \verb`MAX-MIN` in the footer of a given column will produce
-a footer entry containing two values (those of \verb`MAX` and \verb`MIN`)
-separated by a minus sign, not the value of \verb`DEL`. The numerical
-output from each function is automatically wrapped in math delimiters
-(\verb`$`) so that minus signs display correctly.
-
-In the following example, I have chosen a column variable step size
-of zero. This is possible because in the column spec., I have also
-specified the exact number of columns. Zeroing the step size means
-the same set of figures can be used for the five footer functions
-to act on.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.25,(5)},rround=2,rhead=x,ralign=r,rhnudge=9,
- cspec={k,0,(5)},chstyle=2,
- chround=2,calign=r,ctitle=**,rules=TthfB,
- foot={\small Func:} & SUM & AVE & MAX & MIN & DEL ]
- { a\sin kx }[a=2/\pi,{k}=3.5,{x}=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.25,(5)},rround=2,rhead=x,ralign=r,rhnudge=9,
- cspec={k,0,(5)},chstyle=2,
- chround=2,calign=r,ctitle=**,rules=TthfB,
- foot={\small Func:}&SUM&AVE&MAX&MIN&DEL]
- { a\sin kx }[a=2/\pi,{k}=3.5,{x}=0][*]
-
-\subsection{Second row variable column}
-
-\label{subsec:Second-row-var-col}In \ref{subsec:Row-var-col-pos}
-I discussed \texttt{rpos=0,1,2,3}. There is another value available
-for this key, \texttt{rpos=}4. Like \texttt{rpos=3} this adds the
-row variable column to both left and right sides of the table, but
-for the right column the values are functions of those in the left
-column.
-
-For example, the sine and cosine are complementary functions; when
-working in degrees $\cos\theta=\sin(90-\theta)$. We can exploit this
-fact to halve the table size needed to tabulate the two functions.
-\begin{verbatim}
- \tabulate[o,rpos=4,rspec={\theta,5,45},rround=0,
- chnudge=14,rvar'=90-\theta,rhead'=\theta',
- rules=ThfB,foot=*]
- { ,\sin\theta,\cos\theta }[\theta=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[o,rspec={\theta,5,45},rround=0,rpos=4,
- chnudge=14,rvar'=90-\theta,rhead'=\theta',
- rules=ThfB,foot=*]
- { ,\sin\theta,\cos\theta }[\theta=0][*]\ \medskip{}
-
-\noindent where $\theta'=90-\theta$. The first half of the tabulation
-is read normally, down and from the left. The second half of the tabulation
-is read up and from the right. Note the degree setting \verb`o` in
-the settings option and
-\begin{itemize}
-\item the use of \verb`rvar'` to specify the values tabulated on the right
-(\verb`rvar'` defaults to \verb`rvar`);
-\item the use of \verb`rhead'` to specify the content of the header for
-the right-hand row variable column (\verb`rhead'` defaults to \verb`rvar'`);
-\item the footer setting \texttt{foot={*}} to obtain the header reversed
-in the footer;
-\item a rule \emph{above} the footer row specified by the \verb`f` added
-to the \verb`rules` setting, \verb`rules=ThfB`.
-\end{itemize}
-Although there is a significant space saving with tables of this kind
-(see \emph{HMF} Tables 4.10, 4.11, 4.12), they are not `kind to the
-reader'. They require a certain concentration to read and in my view
-should be avoided unless space is seriously constrained.
-
-\emph{HMF} Tables 6.1 and 6.2 are tables of the gamma function and
-its relatives where $y=x-1$ is used (stemming from $y!=\Gamma(x-1)$)
-in the row variable column on the right; Table 6.5 in effect uses
-$\langle1/x\rangle$ (the nearest integer to $1/x$) for the row variable
-on the right.
-
-\subsection{Separating blocks of rows: \texttt{rbloc}}
-
-Readability of long columns of figures can be aided by breaking the
-columns into blocks with extra white space between blocks of rows.
-This is achieved with the \texttt{rbloc} key:
-\begin{lyxcode}
-rbloc~=~<comma~list~of~positive~integers>
-\end{lyxcode}
-specifies how many rows belong to each block. For example, \texttt{rbloc=\{5,5,6\}}
-breaks the table into blocks of $5$ rows, $5$ rows, then $6$ rows.
-If the number of rows in the table is greater than the sum of the
-entries in the comma list, then division into blocks continues as
-specified by the last entry in the comma list. Thus \texttt{rbloc=5}
-(strictly \texttt{rbloc=\{5\}} but the braces can be omitted in this
-case since no comma is enclosed) divides a table into blocks of $5$
-rows; \texttt{rbloc=\{1,5\}} divides a table into $1$ row followed
-by blocks of $5$ rows. A division of this kind may be appropriate
-when, say, the row variable runs from $0$ to $1$ in increments of
-$0.1$ \textendash{} there are $11$ rows of which the first (when
-the row variable is zero) may have distinctive values.
-
-\noindent\begin{minipage}[t]{1\columnwidth}%
-\begin{shaded}%
-
-\subsubsection*{The pull of the nice round number}
-
-However, this is not how \emph{HMF} sets out its tables.\emph{ }The
-dominant practice in \emph{HMF} is division into blocks of (generally)
-$5$ rows, many of which start with a zero value for the row variable.
-Rather than isolate this initial value, they include it in the first
-block of $5$, then continue with blocks of $5$ until a single isolated
-row is left at the bottom of the page or the table. There seems to
-be a psychological need to finish a page or table with the row variable
-set to a nice round number. Thus: tabulate from $0$ to $10$ rather
-than $0$ to $9$, from $0$ to $1$ rather than $0$ to $0.9$, and
-even from $0$ to $30$ or $0$ to $2$ rather than $0$ to $29$
-or $0$ to $1.9$. Using blocks of $5$ the consequence is that there
-is always an isolated line at the end \textendash{} a kind of punctuation,
-marking the end of the page or the table.\end{shaded}%
-\end{minipage}
-
-\medskip{}
-In the next example I have divided the columns into blocks of $5$
-rows by means of the setting \texttt{rbloc=5}.
-\begin{verbatim}
- \tabulate[o,rspec={\theta,10,90},rround=0,rbloc=5]
- { ,\sin \theta, \cos \theta}[\theta=0][*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[o,rspec={\theta,10,90},rround=0,rbloc=5]
- { ,\sin \theta, \cos \theta}[\theta=0][*]
-
-\subsubsection{Adjusting the extra space\texttt{ rblocsep} }
-
-By default \texttt{numerica} sets the extra space between blocks of
-rows at \verb`1 ex`. This value can easily by changed with the setting
-\texttt{rblocsep=<length>}. The units need to be included in the specification.
-The default is $1$ \texttt{ex.}
-
-\section{Function value formatting}
-
-\label{sec:Function-value-formatting}
-\begin{table}
-
-\noindent \begin{centering}
-\caption{\protect\label{tab:Function-value-formatting}Function value formatting}
-\noindent \begin{center}
-\begin{tabular}{cc>{\raggedright}p{4cm}c}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{(pad)}} & {\small int} & {\small (t-notation) phantom padding} & \tabularnewline
-{\small\texttt{signs}} & {\small int} & {\small sign handling for function values} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{diffs}} & {\small int } & {\small insert differences \& pre-pad with zeros} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{Q?}} & {\small tokens} & {\small special cell conditional} & \tabularnewline
-{\small\texttt{A!}} & {\small tokens} & {\small special cell formatting } & \tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{centering}
-\end{table}
-In the examples used so far, function values have been limited to
-a narrow range, generally $[-1,1]$. What happens when function values
-span orders of magnitude?
-
-\subsection{Trailing optional argument}
-
-The primary tool for function value formatting is the trailing optional
-argument of the \verb`\tabulate` command where the rounding value
-is specified, padding with zeros is set or not (generally \emph{set}),
-and scientific notation is set or not. Elegant scientific notation,
-set with an \texttt{x} in the trailing optional argument, is generally
-not appropriate for use in tables; see the first table below. Adding
-a prime to the \texttt{x} in the trailing optional argument (the second
-table) so that scientific notation extends to numbers in the range
-$[1,10)$ helps, particularly with the \emph{left} alignment chosen
-for the function value column, but the result is wasteful of space
-and the repetition of the `$\times10$' is borderline distracting
-and would certainly be so for a larger table. The \texttt{x} specification
-should be used in tables, if at all, only for small tables \textendash{}
-a few function values at most.
-\begin{verbatim}
- \tabulate[rspec={x,1,3},rround=0]
- { e^x}[x=-5][*x]\qquad
- \tabulate[rspec={x,1,3},rround=0,calign=l]
- { e^x}[x=-3][*x']\qquad
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,1,3},rround=0]
- { e^x }[x=-3][*x]\qquad
- \tabulate[rspec={x,1,3},rround=0,calign=l]
- { e^x}[x=-3][*x']\qquad
-
-\subsubsection{The \texttt{t} option}
-
-\emph{HMF} uses a special notation for coping with function values
-spanning orders of magnitude. This notation can be invoked by inserting
-\texttt{t} in the trailing optional argument. Repeating the previous
-two tables, and adding a \texttt{chnudge} value, gives a more compact
-and visually appealing result:
-\begin{verbatim}
- \tabulate[rspec={x,1,3},rround=0,chnudge=24]
- { e^x}[x=-3][*t]\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=24]
- { e^x}[x=-3][*t']
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,1,3},rround=0,chnudge=24]
- { e^x}[x=-3][*t]\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=24]
- { e^x}[x=-3][*t']
-
-\subsection{Padding the exponent: \texttt{(pad)}}
-
-In the second table of the last example some might quibble at the
-lack of alignment of the left parentheses. \emph{HMF} tends to align
-these and \texttt{numerica} offers the setting
-\begin{lyxcode}
-(pad)~=~<integer>
-\end{lyxcode}
-to achieve the effect. \texttt{<integer>} is the number of digits/characters
-to pad to. In the last example, the setting is \texttt{(pad)=2}. Here
-it is repeated with this setting:
-\begin{verbatim}
- \tabulate[rspec={x,1,3},rround=0,chnudge=24,(pad)=2]
- { e^x}[x=-3][*t]\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=24,(pad)=2]
- { e^x}[x=-3][*t']
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,1,3},rround=0,chnudge=24,(pad)=2]
- { e^x}[x=-3][*t]\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=24,(pad)=2]
- { e^x}[x=-3][*t']\medskip{}
-
-Note that this setting is relevant only when the \texttt{t} option
-is used in the trailing number-formatting argument of the \verb`\tabulate`
-command. Examples in \emph{HMF} of the style exemplified by the first
-table are, among others, Tables 8.6, 9.2, 20.1, and of the style exemplified
-by the second table, among many, Tables 9.9, 10.5, 13.1, 14.1, 19.1.
-
-\subsection{Accommodating signs: \texttt{signs}}
-
-\label{subsec:Signs}Instead of $e^{x}$ as the test function, use
-$e^{x}-1.$ Now there are positive, zero and negative function values
-to contend with. Recall that in the `t-notation' the \emph{exponent}
-is the parenthesized integer part of a number, the \emph{significand}
-the following decimal figures. \texttt{numerica} offers the \texttt{signs}
-key to align (or not) the exponents. The setting is
-\begin{lyxcode}
-signs~=~<integer>
-\end{lyxcode}
-There are four effective values for \texttt{<integer>} and the do-nothing
-default (\texttt{signs=0}):
-\begin{itemize}
-\item \texttt{signs=2 }inserts a $+$ sign between exponent and significand
-of every non-negative number;
-\item \texttt{signs=1 }inserts a $+$ sign between exponent and significand
-of every non-negative number immediately preceding or following a
-negative number;
-\item \texttt{signs=-1 }inserts a $+$ sign between exponent and significand
-of any non-negative number immediately preceding or following a negative
-number, and a phantom $-$ sign between exponent and significand of
-every other non-negative number;
-\item \texttt{signs=-2 }inserts a phantom $-$ sign between exponent and
-significand of every non-negative number;
-\end{itemize}
-With the `t-notation', the negative values and \verb`signs=2` seem
-the appropriate ones to use :
-\begin{verbatim}
- \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=-2]
- { e^x-1}[x=-3][4*t']\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=-1]
- { e^x-1}[x=-3][4*t']\qquad
- \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=2]
- { e^x-1}[x=-3][4*t']
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=-2]
- { e^x-1}[x=-3][4*t']\quad
- \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=-1]
- { e^x-1}[x=-3][4*t']\quad
- \tabulate[rspec={x,1,3},rround=0,chnudge=9,
- (pad)=2,signs=2]
- { e^x-1}[x=-3][4*t']\medskip{}
-
-\noindent In \emph{HMF} Table 23.2 illustrates \verb`signs=-2`; Tables
-10.1, 13.1, 14.1, 19.1 among many others illustrate \verb`signs=-1`;
-and Tables 9.4, 10.6, 20.2, 22.11 among others illustrate \verb`signs=2`.
-
-However the \texttt{signs} key is not limited to the `t-notation'.
-In the following tables where the notation is not used, positive values
-for the key give appropriate results (I've included also the default
-setting):
-\begin{verbatim}
- \tabulate[rspec={x,0.1,0.4},(pad)=2,signs=2]
- { 10\sin 5x}[x=-0.4][*4]\qquad
- \tabulate[rspec={x,0.1,0.4},(pad)=2,signs=1]
- { 10\sin 5x}[x=-0.4][*4]\qquad
- \tabulate[rspec={x,0.1,0.4},(pad)=2]
- { 10\sin 5x}[x=-0.4][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,0.1,0.4},(pad)=2,signs=2]
- { 10\sin 5x}[x=-0.4][*4]\qquad
- \tabulate[rspec={x,0.1,0.4},(pad)=2,signs=1]
- { 10\sin 5x}[x=-0.4][*4]\qquad
- \tabulate[rspec={x,0.1,0.4},(pad)=2]
- { 10\sin 5x}[x=-0.4][*4]\medskip{}
-
-\emph{HMF} seems to use \verb`signs=2` when the sign of function
-values changes every few entries and \verb`signs=1` when there are
-runs of entries of the same sign. They would use the middle table
-of the three here.
-
-\subsection{Differences: \texttt{diffs}}
-
-In fine-grained tables where function values change only slowly from
-entry to entry it can be helpful to include a difference entry between
-function value entries as an aid to interpolation (and a test of eyesight).
-By entering
-\begin{lyxcode}
-diffs~=~<non-negative~integer>
-\end{lyxcode}
-the \verb`tabulate` command will include differences in a table.
-The \texttt{<non-negative integer>} is the maximum number of digits
-in a difference.
-\begin{verbatim}
- \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=3]
- { \sinh x }[x=1][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=3]
- { \sinh x }[x=1][*4]\medskip{}
-
-I have deliberately chosen the function and settings here \textendash{}
-particularly \texttt{diffs=3} \textendash{} to give a good result.
-It is easy to get this wrong. The evidence will be in the misalignment
-of the first row of function values or unnecessary padding of differences
-with leading zeros. It is a good idea to create your table first,
-see how function values change between successive rows and judge how
-many digits there will be in a difference. In the following examples
-I have deliberately put \texttt{diffs=2} and \texttt{diffs=4} to show
-the effect of a misjudgement. In the second table the function is
-\emph{decreasing}, $-\sinh x$, to show how it is the absolute value
-of the difference between successive function values that is tabulated.
-A difference is always a non-negative value.
-\begin{verbatim}
- \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=2]
- { \sinh x }[x=1][*4]\qquad
- \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=4]
- { -\sinh x }[x=1][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=2]
- { \sinh x }[x=1][*4]\qquad
- \tabulate[rspec={x,0.01,1.05},rround=2,
- rhnudge=9,chnudge=21,diffs=4]
- { -\sinh x }[x=1][*4]\medskip{}
-
-\noindent When the \texttt{diffs} setting is too small, function values
-in the first row are misaligned, the amount depending on how much
-too small. When the \texttt{diffs} setting is too big, alignment is
-fine but differences are padded with unnecessary leading zeros, meaning
-the column header will need a bigger nudge to bring \emph{it} into
-alignment.
-
-\subsection{Formatting special values: \texttt{Q?} and \texttt{A!}}
-
-You may wish to highlight or display in some special way a particular
-function value or values. \verb`\nmcTabulate` has two related settings
-that enable this: \texttt{Q?=<tokens>} and \texttt{A!=<tokens>}. As
-the names suggest: Question? and Answer!
-
-The question should be an expression that \texttt{l3fp} can digest
-and produce a boolean answer to (1 for `true' or 0 for `false').
-\texttt{numerica} uses \texttt{@} to denote the current function value,
-so queries like \texttt{Q?=@<0} (Is the current function value negative?)
-or \texttt{Q?=\{}@\texttt{>=pi\}} (Is the current function value greater
-than or equal to $\pi$?) are valid questions. (Note the braces in
-the second question, used to hide the equality sign.) Other possible
-useful components of such questions are \texttt{exp(1)} for the number
-$e$, || for logical Or, \texttt{\&\&} for logical And, and \texttt{!}
-for logical Not,\texttt{ }as well as the familiar arithmetic symbols,
-\texttt{+ - {*} /} and \texttt{\textasciicircum}, relation symbols
-\texttt{< > =} and their combinations like \texttt{!= >= <=} etc.,
-and parentheses. For everything \texttt{l3fp} makes available see
-the relevant chapter in \texttt{Interface3.pdf}, part of the documentation
-that comes with the \LaTeX 3 package \texttt{l3kernel}. In addition
-to these components, \texttt{numerica} offers \texttt{MAX} and \texttt{MIN}
-which are the maximum and minimum function values tabulated, so that,
-e.g., \texttt{Q?=\{@=MIN\}} (note the braces) is the question: Is
-the current function value equal to the minimum function value for
-the whole table?
-
-The answer must be in the form of a \LaTeXe{} formatting statement,
-again using \texttt{@} to denote the current function value. Thus
-\texttt{A!=\textbackslash mathbf\{@\}} is a valid answer; so is \texttt{A!=\textbackslash color\{red\}\{@\}}
-(provided you have \texttt{\textbackslash usepackage\{color\}} in
-the preamble); and so is \texttt{A!=(@)}. Another valid answer is
-\texttt{A!=} , meaning that function values satisfying the \texttt{Q?}
-question are omitted from the output.
-
-For example, suppose we wish to focus on the values of $\cos(m\pi/n)$
-lying between $0$ and $\tfrac{1}{2}$ inclusive for certain values
-of $m$ and $n$. Rather than cluttering the table with values outside
-that interval, we suppress them (the two occurrences of `\texttt{1e-14}'
-in the query are there to prevent rounding errors confusing the result):
-\begin{verbatim}
- \tabulate
- [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
- cspec={m,1,5},ctitle=*,chstyle=2,
- Q?={@<-1e-14||@>0.5+1e-14},A!=]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={n,1,15},rround=0,rpos=2,rules=Tth,
- cspec={m,1,5},ctitle=*,chstyle=2,
- Q?={@<-1e-14||@>0.5+1e-14},A!=]
- { \cos(m\pi/n)}[n=4,m=2][*4]
-
-\section{Table placement}
-
-\label{sec:Table-placement}There is only one setting in this category
-that is part of \texttt{numerica} as such, the tabular vertical alignment
-option; see \ref{subsec:Verticalalignment}. But \LaTeX{} allows one
-to insert vertical space with its \verb`\bigskip`, \verb`\medskip`,
-\verb`\smallskip`, usually about one line space, a half line space,
-and a quarter line space (with stretch and shrink), and \verb`booktabs`
-provides \verb`\abovetopsep` and \verb`\belowbottomsep`, both set
-by default to \verb`0ex` (or any other unit you care to use) and
-easily changed by writing, e.g., \verb`\abovetopsep=1.25ex` if you
-want to insert \verb`1.25ex` of space above the table (perhaps to
-fit captions).
-
-\subsection{Vertical~alignment}
-
-\label{subsec:Verticalalignment}By writing\texttt{ }
-\begin{lyxcode}
-valign~=~<char>~
-\end{lyxcode}
-where \texttt{<char>} is one of \texttt{t} or \texttt{b} the vertical
-alignment of the table can be set relative to the text baseline.\texttt{ valign=t
-}aligns the top of the table with the text baseline, \texttt{valign=b}
-the bottom of the table with the text baseline. By default (no \texttt{valign}
-setting or \texttt{valign} equated to some character other than \texttt{t}
-or \texttt{b}) the middle of the table is aligned with the text baseline.
-Repeating an example from earlier (\ref{sec:Row-variable-settings})
-I have added letters A, B, C to show where the baseline is. In the
-first table the top of the table aligns with the baseline; in the
-second table (default case) the middle of the table aligns with the
-baseline; in the third table, the bottom of the table aligns with
-the baseline.
-\begin{verbatim}
- A \tabulate[valign=t,rvar=x,rstep=0.2,rows=6]
- { \sin x/\cos x }[x=0][*] \qquad
- B \tabulate[rspec={x,0.2,1}]
- { \tan x }[x=0][*] \qquad
- C \tabulate[valign=b,rspec={x,0.2,(6)}]
- { \sqrt{\sec^2 x - 1} }[x=0][*]
-\end{verbatim}
-$\Longrightarrow$ A \tabulate[valign=t,rvar=x,rstep=0.2,rows=6,rstop=2]
- { \sin x/\cos x }[x=0][*] \qquad
- B \tabulate[rspec={x,0.2,1}]
- { \tan x }[x=0][*] \qquad
- C \tabulate[valign=b,rspec={x,0.2,(6)}]
- { \sqrt{\sec^2 x - 1} }[x=0][*]\medskip{}
-
-As explained in \ref{subsec:Adjoining-tables}, tables can be adjoined
-to give the appearance of a single larger table. If tables with different
-numbers of rows are adjoined in this manner, then a middle alignment
-fails and either a top or bottom alignment is necessary.
-
-\section{Star option}
-
-If the \texttt{Q?} question is satisfied by at least one function
-value then adding a star (asterisk) to the \verb`\tabulate` command
-will display the first such instance. I.e., like the other starred
-commands, \verb`\eval*`, \verb`\iter*`, \verb`\solve*` and \verb`\recur*`,
- \verb`\tabulate*` outputs a single number:
-\begin{verbatim}
- \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?={@<-1e-14||@>0.5+1e-14}]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?={@<-1e-14||@>0.5+1e-14}]
- { \cos(m\pi/n) }[n=4,m=2][*4]. Ineed, if you omit the \texttt{Q?} and \texttt{A!} settings from
-the previous table then this is the value that follows $0.5000$ in
-the \texttt{m=2} column \textendash{} the first function value encountered
-satisfying the query \texttt{Q?}.
-
-If \emph{no} function value satisfies the query then a message is
-generated:
-\begin{verbatim}
- \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?=|@>1]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?=@>1]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-
-And if there is no query at all when the star option is chosen, another
-message is shown:
-\begin{verbatim}
- \tabulate*
- [rspec={n,1,15},cspec={m,1,5}]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-\end{verbatim}
-$\Longrightarrow$ \tabulate*
- [ rspec={n,1,15}, cspec={m,1,5}]
- { \cos(m\pi/n) }[n=4,m=2][*4]
-
-\subsection{Scientific notation}
-
-If you want the number output in scientific notation when the star
-option is chosen, then enter the exponent mark in the trailing number-format
-option. This is straightforward for a letter like the commonly used
-\texttt{e}, but remember that if it is the \texttt{x} option that
-you enter, then you will need to place the \verb`\tabulate*` command
-between math delimiters, otherwise the \verb`\times` symbol resulting
-from the \texttt{x} option will generate a \LaTeX{} error (`Missing
-\$ inserted'):
-\begin{verbatim}
- $
- \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?={@<-1e-14||@>0.5+1e-14},A!=]
- { \cos(m\pi/n) }[n=4,m=2][*4x]
- $
-\end{verbatim}
-$\Longrightarrow$ $
- \tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?={@<-1e-14||@>0.5+1e-14},A!=]
- { \cos(m\pi/n) }[n=4,m=2][*4x]
- $.
-
-\section{The \texttt{reuse} setting}
-
-By entering
-\begin{lyxcode}
-reuse~=~<non-negative~integer>
-\end{lyxcode}
-it is possible to specify what is saved when the \verb`\tabulate`
-command is followed by a \verb`\reuse` command.
-\begin{itemize}
-\item \texttt{reuse=0} saves the table as displayed (the default);
-\item \texttt{reuse=n} saves the $n$-th \emph{column} of function values
-\begin{itemize}
-\item if \texttt{rpos} is non-zero: in a comma-separated list of braced
-pairs \texttt{\{row-variable value,function value}\};
-\item if \texttt{rpos=0}: in a comma-separated list of function values.
-\end{itemize}
-\item \texttt{reuse=-n} saves the $n$-th \emph{row} of function values
-in a comma-separated list that includes the row variable value in
-its appropriate position(s) if \texttt{rpos} is non-zero.
-\end{itemize}
-In the following example the third row is saved to the control sequence
-\verb`\rowiii` by using the setting \verb`reuse=-3`.
-\begin{verbatim}
- \tabulate
- [rspec={x,0.25,(5)},rround=2,rhead=x,ralign=r,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,
- chround=2,calign=r,ctitle=**,
- rules=TthB,reuse=-3]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*] \reuse[rowiii]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.25,(5)},rround=2,
- rhead=x,ralign=r,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,
- chround=2,calign=r,ctitle=**,rules=TthB,reuse=-3]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*] \reuse[rowiii]\medskip{}
-
-\noindent Now test the content of the control sequence
-\begin{lyxcode}
-\noindent \verb`\rowiii`~$\Longrightarrow$~\rowiii ~
-\end{lyxcode}
-\noindent You can see that indeed the third row has been `captured
-for posterity'.
-
-Alternatively, we could save the second column in the control sequence
-\verb`\colii`:
-\begin{verbatim}
- [rspec={x,0.25,(5)},rround=2,rhead=x,ralign=r,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,
- chround=2,calign=r,ctitle=**,
- rules=TthB,reuse=2]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*] \reuse[colii]
-\end{verbatim}
-$\Longrightarrow$ \tabulate
- [rspec={x,0.25,(5)},rround=2,
- rhead=x,ralign=r,rhnudge=9,
- cspec={k,0.25,(3)},chstyle=2,
- chround=2,calign=r,ctitle=**,rules=TthB,reuse=2]
- { a\sin kx }[a=2/\pi,{k}=3,{x}=0][*] \reuse[colii]\medskip{}
-
-To see what is saved in \verb`\colii` I use \TeX 's \verb`\meaning`
-command to show that it is indeed braced pairs:
-\begin{verbatim}
- \meaning \colii
-\end{verbatim}
-$\Longrightarrow$ \meaning\colii
-
-\chapter{Nesting}
-
-\label{sec:tableNesting}Provided the starred form of any one of \verb`\eval`,
-\verb`\iter`, \verb`\solve`, \verb`recur` actually does produce
-a numerical result and not an error message then it can be nested
-within the main argument of any one of the other commands, including
-itself. The associated document \texttt{numerica-plus.pdf} has a number
-of illustrations of this. The starred form can also be used in the
-vv-list of any one of the commands, including itself. \texttt{numerica-plus.pdf}
-has an example of \verb`\solve*` being used in the vv-list of an
-\verb`\eval` command, and the document \texttt{numerica-basics.pdf}
-shows examples of \verb`\eval*` being used in the vv-list of an \verb`\eval`
-command.
-
-These nesting properties are also true of \verb`\tabulate`. It's
-starred form can be used in other commands. Other commands' starred
-forms can be used in \verb`\tabulate`.
-
-For the first, \verb`\tabulate*` inside \verb`\eval`, I have also
-used the example to show how formatting settings (shown for the first
-\verb`\tabulate*` in the example) can in fact be dispensed with (as
-shown for the second \verb`\tabulate*`). Only \emph{functional} settings
-are required. Hence there is no \verb`A!` setting in either. It is
-the \emph{question}, \verb`Q?`, not the answer, that isolates the
-single-value that is the result of \verb`\tabulate*`.
-\begin{verbatim}
- \eval{$
- (\tabulate*
- [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
- cspec={m,1,5},ctitle=*,chstyle=2,
- Q?={@=MAX}]
- { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t +
- (\tabulate*
- [rspec={n,1,15},cspec={m,1,5},
- Q?={@=MIN}]
- { \sin(m\pi/n) }[n=4,m=2][*4])\cosh t
- $}[t=2][4]
-\end{verbatim}
-$\Longrightarrow$ \eval{$
- (\tabulate*
- [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
- cspec={m,1,5},ctitle=*,chstyle=2,
- Q?={@=MAX}]
- { \cos(m\pi/n) }[n=4,m=2][*4])\sinh t +
- (\tabulate*
- [rspec={n,1,15},rround=0,rpos=2,rules=Tth,
- cspec={m,1,5},ctitle=*,chstyle=2,
- Q?={@=MIN}]
- { \sin(m\pi/n) }[n=4,m=2][*4])\cosh t
- $}[t=2][4].
-
-For using the starred forms of other commands inside \verb`\tabulate`,
-it makes more sense to use one or more of \verb`\iter*`, \verb`\solve*`
-or \verb`\recur*` inside \verb`\tabulate` than it does \verb`\eval*`,
-but that assumes the reader is familiar with those com$\frac{}{}$mands
-and that \texttt{numerica-plus.def} is loaded for this document, which
-it is not. So, here is a rather pointless illustration of nesting
-\verb`\eval*` in \verb`\tabulate`. (At least it is reassuring that
-the values of $\Delta(N)$ are identical in the two columns.)
-\begin{verbatim}
- \tabulate[rspec={N,100,500},rround=0,ctitle=\Delta(N),
- chead=eval*&direct]
- { ,\eval*{ \sum_{n=1}^N 1/n-\ln N-\gamma },
- \sum_{n=1}^N 1/n-\ln N-\gamma }[N=100][4*]
-\end{verbatim}
-$\Longrightarrow$ \tabulate[rspec={N,100,500},rround=0,ctitle=\Delta(N),
- chead=eval*&direct]
- { ,\eval*{ \sum_{n=1}^N 1/n-\ln N-\gamma },
- \sum_{n=1}^N 1/n-\ln N-\gamma }[N=100][4*]
-
-\chapter{Reference summary}
-
-\section{Commands defined in \texttt{numerica-tables}}
-
-\texttt{\textbackslash nmcTabulate, \textbackslash tabulate}
-
-\section{Settings for \texttt{\textbackslash nmcTabulate}}
-
-\subsubsection*{Row variable specification \ref{sec:Row-variable-settings}}
-\begin{center}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{3cm}}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small comment}\tabularnewline
-\midrule
-{\small\texttt{rvar}} & {\small token(s)} & {\small row variable} & \tabularnewline
-{\small\texttt{rstep}} & {\small real num.} & {\small step size} & \tabularnewline
-{\small\texttt{rstop}} & {\small real num.} & {\small stop value} & \multirow{2}{3cm}{either {\small\texttt{rstop}}{\small{} or }{\small\texttt{rows}}{\small ,
-not both}}\tabularnewline
-{\small\texttt{rows}} & {\small int} & {\small number of rows} & \tabularnewline
-{\small\texttt{rspec}} & {\small comma list} & {\small\texttt{\{start}}{\small , }{\small\texttt{step}}{\small , }{\small\texttt{stop\}}}{\small{}
-or }{\small\texttt{\{start}}{\small , }{\small\texttt{step}}{\small ,
-}{\small\texttt{(rows)\}}} & {\small short form spec.}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-
-\subsubsection*{Row variable column formatting \ref{subsec:Row-var-col-formatting}}
-\begin{center}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{rround}} & {\small int} & {\small rounding} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{ralign}} & {\small char (}{\small\texttt{r/c/l}}{\small )} & {\small horizontal alignment} & {\small\texttt{r}}\tabularnewline
-{\small\texttt{rfont}} & {\small chars} & {\small font (}{\small\verb`\math<chars>`}{\small )} & \tabularnewline
-{\small\texttt{rhead}} & {\small tokens} & {\small header} & {\small\texttt{rvar}}\tabularnewline
-{\small\texttt{rhnudge}} & int & {\small nudge header }{\small{\small\verb`<int>`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small column position(s)} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{rvar'}} & {\small tokens} & {\small 2nd row variable col. spec.} & {\small\texttt{rvar}}\tabularnewline
-{\small\texttt{rhead'}} & {\small tokens} & {\small header of 2nd rv col. (if it exists)} & {\small\texttt{rvar'}}\tabularnewline
-{\small\texttt{rhnudge'}} & int & {\small nudge 2nd rv col. header }{\small{\small\verb`<int>`}}{\small{}
-mu} & {\small\texttt{0}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-
-\subsubsection*{Column variable specification \ref{sec:Column-variable-settings}.}
-\begin{center}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{cvar}} & {\small token(s)} & {\small column variable} & \tabularnewline
-{\small\texttt{cstep}} & {\small real num.} & {\small step size} & \tabularnewline
-{\small\texttt{cstop}} & {\small real num.} & {\small stop value} & {\small either }{\small\texttt{cstop}}\tabularnewline
-{\small\texttt{cols}} & {\small int} & {\small number of columns} & {\small or }{\small\texttt{cols}}{\small , not both}\tabularnewline
-{\small\texttt{cspec}} & {\small comma list} & {\small\texttt{\{cvar,cstep}}{\small , }{\small\texttt{cstop\}}}{\small{}
-or}{\small\texttt{ \{cvar,cstep}}{\small ,}{\small\texttt{(cols)\}}} & {\small short form spec.}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-
-\subsubsection*{Column variable header formatting \ref{subsec:Column-header-formatting}.}
-\begin{center}
-\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{chstyle}} & {\small int (0/1/2/3)} & {\small header style} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{ctitle}} & {\small tokens} & {\small single col. alternative header} & \tabularnewline
-{\small\texttt{chead}} & {\small tokens} & {\small user-defined header} & \tabularnewline
-{\small\texttt{calign}} & {\small char (r/c/l)} & {\small column alignment} & {\small\texttt{r}}\tabularnewline
-{\small\texttt{chnudge}} & {\small int} & {\small nudge header }{\small{\small\verb`int`}}{\small{} mu} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{chround}} & {\small int} & {\small column header rounding} & {\small\texttt{0}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}\newpage{}
-\par\end{center}
-
-\subsubsection*{Function value formatting \ref{sec:Function-value-formatting}.}
-\noindent \begin{center}
-\noindent \begin{center}
-\begin{tabular}{cc>{\raggedright}p{4cm}c}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{(pad)}} & {\small int} & {\small (t-notation) phantom padding} & \tabularnewline
-{\small\texttt{signs}} & {\small int} & {\small sign handling for function values} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{diffs}} & {\small int} & {\small insert differences \& pre-pad with zeros} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{Q?}} & {\small tokens} & {\small special cell conditional} & \tabularnewline
-{\small\texttt{A!}} & {\small tokens} & {\small special cell formatting} & \tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-
-\subsubsection*{Whole-of-table formatting \ref{sec:Whole-of-table-formatting}.}
-\noindent \begin{center}
-\noindent \begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}l}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{ctitle}} & {\small tokens} & {\small collective title for function-value columns} & \tabularnewline
-{\small\texttt{rules}} & {\small chars} & {\small horizontal rules template} & {\small\texttt{ThB}}\tabularnewline
-{\small\texttt{foot}} & {\small tokens} & {\small content of footer line} & \tabularnewline
-{\small\texttt{rpos}} & {\small int (}{\small\texttt{0}}{\small\ldots}{\small\texttt{4}}{\small )} & {\small row-variable column position(s)} & {\small\texttt{1}}\tabularnewline
-{\small\texttt{rbloc}} & {\small comma list} & {\small division of rows into blocks} & \tabularnewline
-{\small\texttt{rblocsep}} & {\small length} & {\small extra spacing between blocks of rows} & {\small\texttt{1 ex}}\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-
-\subsubsection*{Table placement \ref{subsec:Verticalalignment}.}
-\noindent \begin{center}
-\noindent \begin{center}
-\begin{tabular}{cc>{\raggedright}p{4cm}c}
-\toprule
-{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
-\midrule
-{\small\texttt{valign}} & {\small char (t/b)} & {\small vertical alignment} & \tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}
-\par\end{center}
-\end{document}
diff --git a/macros/latex/contrib/numerica/numerica.pdf b/macros/latex/contrib/numerica/numerica.pdf
new file mode 100644
index 0000000000..0473a97c21
--- /dev/null
+++ b/macros/latex/contrib/numerica/numerica.pdf
@@ -0,0 +1,18226 @@
+%PDF-1.5
+%
+1 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+4 0 obj
+(\376\377\0001\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+8 0 obj
+(\376\377\0001\000.\0001\000\040\000H\000o\000w\000\040\000t\000o\000\040\000u\000s\000e\000\040\000n\000u\000m\000e\000r\000i\000c\000a)
+endobj
+9 0 obj
+<< /S /GoTo /D (subsection.1.1.1) >>
+endobj
+12 0 obj
+(\376\377\0001\000.\0001\000.\0001\000\040\000P\000a\000c\000k\000a\000g\000e\000\040\000o\000p\000t\000i\000o\000n\000s)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsection.1.1.2) >>
+endobj
+16 0 obj
+(\376\377\0001\000.\0001\000.\0002\000\040\000A\000s\000s\000o\000c\000i\000a\000t\000e\000d\000\040\000p\000a\000c\000k\000a\000g\000e\000s)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsection.1.1.3) >>
+endobj
+20 0 obj
+(\376\377\0001\000.\0001\000.\0003\000\040\000S\000i\000m\000p\000l\000e\000\040\000e\000x\000a\000m\000p\000l\000e\000s\000\040\000o\000f\000\040\000u\000s\000e)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.1.1.4) >>
+endobj
+24 0 obj
+(\376\377\0001\000.\0001\000.\0004\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000r\000e\000s\000u\000l\000t)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.1.1.5) >>
+endobj
+28 0 obj
+(\376\377\0001\000.\0001\000.\0005\000\040\000C\000h\000e\000c\000k\000i\000n\000g)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsection.1.1.6) >>
+endobj
+32 0 obj
+(\376\377\0001\000.\0001\000.\0006\000\040\000E\000x\000p\000l\000o\000r\000i\000n\000g)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.1.1.7) >>
+endobj
+36 0 obj
+(\376\377\0001\000.\0001\000.\0007\000\040\000R\000e\000a\000s\000s\000u\000r\000i\000n\000g)
+endobj
+37 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+40 0 obj
+(\376\377\0002\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000\050\000\134\000e\000v\000a\000l\000\051)
+endobj
+41 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+44 0 obj
+(\376\377\0002\000.\0001\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000\050\000\134\000e\000v\000a\000l\000\051)
+endobj
+45 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+48 0 obj
+(\376\377\0002\000.\0002\000\040\000T\000h\000e\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000=\000v\000a\000l\000u\000e\000\040\000l\000i\000s\000t)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.2.2.1) >>
+endobj
+52 0 obj
+(\376\377\0002\000.\0002\000.\0001\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000\040\000n\000a\000m\000e\000s)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.2.2.2) >>
+endobj
+56 0 obj
+(\376\377\0002\000.\0002\000.\0002\000\040\000T\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000a\000n\000d\000\040\000i\000t\000s\000\040\000u\000s\000e)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2.1) >>
+endobj
+60 0 obj
+(\376\377\0002\000.\0002\000.\0002\000.\0001\000\040\000E\000v\000a\000l\000u\000a\000t\000i\000o\000n\000\040\000f\000r\000o\000m\000\040\000r\000i\000g\000h\000t\000\040\000t\000o\000\040\000l\000e\000f\000t)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2.2) >>
+endobj
+64 0 obj
+(\376\377\0002\000.\0002\000.\0002\000.\0002\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s\000\040\000i\000n\000\040\000t\000h\000e\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000=\000v\000a\000l\000u\000e\000\040\000l\000i\000s\000t)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2.3) >>
+endobj
+68 0 obj
+(\376\377\0002\000.\0002\000.\0002\000.\0003\000\040\000C\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.2.2.3) >>
+endobj
+72 0 obj
+(\376\377\0002\000.\0002\000.\0003\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3.1) >>
+endobj
+76 0 obj
+(\376\377\0002\000.\0002\000.\0003\000.\0001\000\040\000S\000t\000a\000r\000\040\000o\000p\000t\000i\000o\000n\000:\000\040\000s\000u\000p\000p\000r\000e\000s\000s\000i\000n\000g\000\040\000d\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3.2) >>
+endobj
+80 0 obj
+(\376\377\0002\000.\0002\000.\0003\000.\0002\000\040\000S\000u\000p\000p\000r\000e\000s\000s\000i\000n\000g\000\040\000d\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000i\000t\000e\000m\000s)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3.3) >>
+endobj
+84 0 obj
+(\376\377\0002\000.\0002\000.\0003\000.\0003\000\040\000E\000m\000p\000t\000y\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000s\000u\000p\000p\000r\000e\000s\000s\000e\000d)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3.4) >>
+endobj
+88 0 obj
+(\376\377\0002\000.\0002\000.\0003\000.\0004\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000d\000i\000s\000p\000l\000a\000y\000\040\000f\000o\000r\000m\000a\000t)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3.5) >>
+endobj
+92 0 obj
+(\376\377\0002\000.\0002\000.\0003\000.\0005\000\040\000A\000b\000u\000s\000i\000n\000g\000\040\000m\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000n\000a\000m\000e\000s)
+endobj
+93 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+96 0 obj
+(\376\377\0002\000.\0003\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000l\000\040\000r\000e\000s\000u\000l\000t)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.2.3.1) >>
+endobj
+100 0 obj
+(\376\377\0002\000.\0003\000.\0001\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000v\000a\000l\000u\000e\000\040)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsection.2.3.2) >>
+endobj
+104 0 obj
+(\376\377\0002\000.\0003\000.\0002\000\040\000P\000a\000d\000d\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000z\000e\000r\000o\000s\000\040)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsection.2.3.3) >>
+endobj
+108 0 obj
+(\376\377\0002\000.\0003\000.\0003\000\040\000S\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n\000\040)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsubsection.2.3.3.1) >>
+endobj
+112 0 obj
+(\376\377\0002\000.\0003\000.\0003\000.\0001\000\040\000N\000u\000m\000b\000e\000r\000s\000\040\000i\000n\000\040\000t\000h\000e\000\040\000i\000n\000t\000e\000r\000v\000a\000l\000\040\000[\0001\000,\0001\0000\000\051)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.2.3.3.2) >>
+endobj
+116 0 obj
+(\376\377\0002\000.\0003\000.\0003\000.\0002\000\040\000\134\000e\000v\000a\000l\000*\000\040\000a\000n\000d\000\040\000s\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsection.2.3.4) >>
+endobj
+120 0 obj
+(\376\377\0002\000.\0003\000.\0004\000\040\000B\000o\000o\000l\000e\000a\000n\000\040\000o\000u\000t\000p\000u\000t)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4.1) >>
+endobj
+124 0 obj
+(\376\377\0002\000.\0003\000.\0004\000.\0001\000\040\000O\000u\000t\000p\000u\000t\000t\000i\000n\000g\000\040\000T\000\040\000o\000r\000\040\000F)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4.2) >>
+endobj
+128 0 obj
+(\376\377\0002\000.\0003\000.\0004\000.\0002\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000e\000r\000r\000o\000r\000\040\000t\000o\000l\000e\000r\000a\000n\000c\000e)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4.3) >>
+endobj
+132 0 obj
+(\376\377\0002\000.\0003\000.\0004\000.\0003\000\040\000A\000n\000d\000,\000\040\000O\000r\000,\000\040\000N\000o\000t)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4.4) >>
+endobj
+136 0 obj
+(\376\377\0002\000.\0003\000.\0004\000.\0004\000\040\000C\000h\000a\000i\000n\000s\000\040\000o\000f\000\040\000c\000o\000m\000p\000a\000r\000i\000s\000o\000n\000s)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4.5) >>
+endobj
+140 0 obj
+(\376\377\0002\000.\0003\000.\0004\000.\0005\000\040\000a\000m\000s\000s\000y\000m\000b\000\040\000c\000o\000m\000p\000a\000r\000i\000s\000o\000n\000\040\000s\000y\000m\000b\000o\000l\000s)
+endobj
+141 0 obj
+<< /S /GoTo /D (section.2.4) >>
+endobj
+144 0 obj
+(\376\377\0002\000.\0004\000\040\000C\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000d\000e\000t\000a\000i\000l\000s)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsection.2.4.1) >>
+endobj
+148 0 obj
+(\376\377\0002\000.\0004\000.\0001\000\040\000A\000r\000i\000t\000h\000m\000e\000t\000i\000c)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsubsection.2.4.1.1) >>
+endobj
+152 0 obj
+(\376\377\0002\000.\0004\000.\0001\000.\0001\000\040\000S\000q\000u\000a\000r\000e\000\040\000r\000o\000o\000t\000s\000\040\000a\000n\000d\000\040\000n\000t\000h\000\040\000r\000o\000o\000t\000s)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.2.4.1.2) >>
+endobj
+156 0 obj
+(\376\377\0002\000.\0004\000.\0001\000.\0002\000\040\000n\000t\000h\000\040\000r\000o\000o\000t\000s\000\040\000o\000f\000\040\000n\000e\000g\000a\000t\000i\000v\000e\000\040\000n\000u\000m\000b\000e\000r\000s)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.2.4.1.3) >>
+endobj
+160 0 obj
+(\376\377\0002\000.\0004\000.\0001\000.\0003\000\040\000I\000n\000v\000e\000r\000s\000e\000\040\000i\000n\000t\000e\000g\000e\000r\000\040\000p\000o\000w\000e\000r\000s\000\040)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsection.2.4.2) >>
+endobj
+164 0 obj
+(\376\377\0002\000.\0004\000.\0002\000\040\000P\000r\000e\000c\000e\000d\000e\000n\000c\000e\000,\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000e\000s)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.2.4.2.1) >>
+endobj
+168 0 obj
+(\376\377\0002\000.\0004\000.\0002\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000-\000f\000o\000r\000m\000\040\000b\000r\000a\000c\000k\000e\000t\000s)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsection.2.4.3) >>
+endobj
+172 0 obj
+(\376\377\0002\000.\0004\000.\0003\000\040\000M\000o\000d\000i\000f\000i\000e\000r\000s\000\040\000\050\000\134\000l\000e\000f\000t\000\040\000\134\000r\000i\000g\000h\000t\000,\000\040\000e\000t\000c\000.\000\051)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsection.2.4.4) >>
+endobj
+176 0 obj
+(\376\377\0002\000.\0004\000.\0004\000\040\000T\000r\000i\000g\000o\000n\000o\000m\000e\000t\000r\000i\000c\000\040\000\046\000\040\000h\000y\000p\000e\000r\000b\000o\000l\000i\000c\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsection.2.4.5) >>
+endobj
+180 0 obj
+(\376\377\0002\000.\0004\000.\0005\000\040\000L\000o\000g\000a\000r\000i\000t\000h\000m\000s)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsection.2.4.6) >>
+endobj
+184 0 obj
+(\376\377\0002\000.\0004\000.\0006\000\040\000O\000t\000h\000e\000r\000\040\000u\000n\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+185 0 obj
+<< /S /GoTo /D (subsection.2.4.7) >>
+endobj
+188 0 obj
+(\376\377\0002\000.\0004\000.\0007\000\040\000S\000q\000u\000a\000r\000i\000n\000g\000,\000\040\000c\000u\000b\000i\000n\000g\000,\000\040\040\046\000u\000n\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsection.2.4.8) >>
+endobj
+192 0 obj
+(\376\377\0002\000.\0004\000.\0008\000\040\000n\000-\000a\000r\000y\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsection.2.4.9) >>
+endobj
+196 0 obj
+(\376\377\0002\000.\0004\000.\0009\000\040\000D\000e\000l\000i\000m\000i\000t\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000w\000i\000t\000h\000\040\000b\000r\000a\000c\000k\000e\000t\000s\000\040\000\046\000\040\000m\000o\000d\000i\000f\000i\000e\000r\000s\000\040)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.2.4.10) >>
+endobj
+200 0 obj
+(\376\377\0002\000.\0004\000.\0001\0000\000\040\000A\000b\000s\000o\000l\000u\000t\000e\000\040\000v\000a\000l\000u\000e\000,\000\040\000f\000l\000o\000o\000r\000\040\000\046\000\040\000c\000e\000i\000l\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsubsection.2.4.10.1) >>
+endobj
+204 0 obj
+(\376\377\0002\000.\0004\000.\0001\0000\000.\0001\000\040\000S\000q\000u\000a\000r\000i\000n\000g\000,\000\040\000c\000u\000b\000i\000n\000g\000,\000\040\040\046\000\040\000a\000b\000s\000o\000l\000u\000t\000e\000\040\000v\000a\000l\000u\000e\000s\000,\000\040\000e\000t\000c\000.)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsection.2.4.11) >>
+endobj
+208 0 obj
+(\376\377\0002\000.\0004\000.\0001\0001\000\040\000F\000a\000c\000t\000o\000r\000i\000a\000l\000s\000,\000\040\000b\000i\000n\000o\000m\000i\000a\000l\000\040\000c\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000s)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsubsection.2.4.11.1) >>
+endobj
+212 0 obj
+(\376\377\0002\000.\0004\000.\0001\0001\000.\0001\000\040\000D\000o\000u\000b\000l\000e\000\040\000f\000a\000c\000t\000o\000r\000i\000a\000l\000s)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsubsection.2.4.11.2) >>
+endobj
+216 0 obj
+(\376\377\0002\000.\0004\000.\0001\0001\000.\0002\000\040\000B\000i\000n\000o\000m\000i\000a\000l\000\040\000c\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000s)
+endobj
+217 0 obj
+<< /S /GoTo /D (subsection.2.4.12) >>
+endobj
+220 0 obj
+(\376\377\0002\000.\0004\000.\0001\0002\000\040\000S\000u\000m\000s\000\040\000a\000n\000d\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsubsection.2.4.12.1) >>
+endobj
+224 0 obj
+(\376\377\0002\000.\0004\000.\0001\0002\000.\0001\000\040\000I\000n\000f\000i\000n\000i\000t\000e\000\040\000s\000u\000m\000s\000\040\000a\000n\000d\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsection.2.4.13) >>
+endobj
+228 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000\040\000F\000o\000r\000m\000a\000t\000t\000i\000n\000g\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsubsection.2.4.13.1) >>
+endobj
+232 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000.\0001\000\040\000S\000p\000a\000c\000e\000s\000,\000\040\000p\000h\000a\000n\000t\000o\000m\000s\000,\000\040\000s\000t\000r\000u\000t\000s)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsubsection.2.4.13.2) >>
+endobj
+236 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000.\0002\000\040\000\134\000s\000p\000l\000i\000t\000f\000r\000a\000c)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsubsection.2.4.13.3) >>
+endobj
+240 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000.\0003\000\040\000C\000o\000l\000o\000u\000r)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsubsection.2.4.13.4) >>
+endobj
+244 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000.\0004\000\040\000\134\000t\000e\000x\000t\000,\000\040\000\134\000m\000b\000o\000x\000,\000\040\000f\000o\000n\000t\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+245 0 obj
+<< /S /GoTo /D (subsubsection.2.4.13.5) >>
+endobj
+248 0 obj
+(\376\377\0002\000.\0004\000.\0001\0003\000.\0005\000\040\000\134\000e\000n\000s\000u\000r\000e\000m\000a\000t\000h\000,\000\040\000\044\000,\000\040\000\134\000\050\000,\000\040\000\134\000\051\000,\000\040\000\134\000[\000,\000\040\000\134\000])
+endobj
+249 0 obj
+<< /S /GoTo /D (section.2.5) >>
+endobj
+252 0 obj
+(\376\377\0002\000.\0005\000\040\000E\000r\000r\000o\000r\000\040\000m\000e\000s\000s\000a\000g\000e\000s\000\040)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsection.2.5.1) >>
+endobj
+256 0 obj
+(\376\377\0002\000.\0005\000.\0001\000\040\000M\000i\000s\000m\000a\000t\000c\000h\000e\000d\000\040\000b\000r\000a\000c\000k\000e\000t\000s)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsection.2.5.2) >>
+endobj
+260 0 obj
+(\376\377\0002\000.\0005\000.\0002\000\040\000U\000n\000k\000n\000o\000w\000n\000\040\000t\000o\000k\000e\000n\000s)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsection.2.5.3) >>
+endobj
+264 0 obj
+(\376\377\0002\000.\0005\000.\0003\000\040\000O\000v\000e\000r\000l\000o\000o\000k\000e\000d\000\040\000v\000a\000l\000u\000e\000\040\000a\000s\000s\000i\000g\000n\000m\000e\000n\000t\000s)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsection.2.5.4) >>
+endobj
+268 0 obj
+(\376\377\0002\000.\0005\000.\0004\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000\040\000e\000r\000r\000o\000r\000s)
+endobj
+269 0 obj
+<< /S /GoTo /D (subsection.2.5.5) >>
+endobj
+272 0 obj
+(\376\377\0002\000.\0005\000.\0005\000\040\000C\000o\000m\000p\000a\000r\000i\000s\000o\000n\000\040\000e\000r\000r\000o\000r\000s)
+endobj
+273 0 obj
+<< /S /GoTo /D (subsection.2.5.6) >>
+endobj
+276 0 obj
+(\376\377\0002\000.\0005\000.\0006\000\040\000I\000n\000v\000a\000l\000i\000d\000\040\000b\000a\000s\000e\000\040\000f\000o\000r\000\040\000\134\000l\000o\000g)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsection.2.5.7) >>
+endobj
+280 0 obj
+(\376\377\0002\000.\0005\000.\0007\000\040\000l\0003\000f\000p\000\040\000e\000r\000r\000o\000r\000s)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsubsection.2.5.7.1) >>
+endobj
+284 0 obj
+(\376\377\0002\000.\0005\000.\0007\000.\0001\000\040\000D\000i\000v\000i\000d\000i\000n\000g\000\040\000b\000y\000\040\000z\000e\000r\000o)
+endobj
+285 0 obj
+<< /S /GoTo /D (subsubsection.2.5.7.2) >>
+endobj
+288 0 obj
+(\376\377\0002\000.\0005\000.\0007\000.\0002\000\040\000I\000n\000v\000a\000l\000i\000d\000\040\000o\000p\000e\000r\000a\000t\000i\000o\000n)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsubsection.2.5.7.3) >>
+endobj
+292 0 obj
+(\376\377\0002\000.\0005\000.\0007\000.\0003\000\040\000O\000v\000e\000r\000f\000l\000o\000w\000/\000u\000n\000d\000e\000r\000f\000l\000o\000w)
+endobj
+293 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+296 0 obj
+(\376\377\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
+endobj
+297 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+300 0 obj
+(\376\377\0003\000.\0001\000\040\000S\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsection.3.1.1) >>
+endobj
+304 0 obj
+(\376\377\0003\000.\0001\000.\0001\000\040\040\030\000D\000e\000b\000u\000g\040\031\000\040\000f\000a\000c\000i\000l\000i\000t\000y)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsection.3.1.2) >>
+endobj
+308 0 obj
+(\376\377\0003\000.\0001\000.\0002\000\040\000N\000e\000g\000a\000t\000i\000v\000e\000\040\000d\000b\000g\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsection.3.1.3) >>
+endobj
+312 0 obj
+(\376\377\0003\000.\0001\000.\0003\000\040\000v\000i\000e\000w\000\040\000s\000e\000t\000t\000i\000n\000g)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsection.3.1.4) >>
+endobj
+316 0 obj
+(\376\377\0003\000.\0001\000.\0004\000\040\000I\000n\000p\000u\000t\000t\000i\000n\000g\000\040\000n\000u\000m\000b\000e\000r\000s\000\040\000i\000n\000\040\000s\000c\000i\000e\000n\000t\000i\000f\000i\000c\000\040\000n\000o\000t\000a\000t\000i\000o\000n)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsection.3.1.5) >>
+endobj
+320 0 obj
+(\376\377\0003\000.\0001\000.\0005\000\040\000M\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsection.3.1.6) >>
+endobj
+324 0 obj
+(\376\377\0003\000.\0001\000.\0006\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000o\000f\000\040\000t\000r\000i\000g\000o\000n\000o\000m\000e\000t\000r\000i\000c\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsection.3.1.7) >>
+endobj
+328 0 obj
+(\376\377\0003\000.\0001\000.\0007\000\040\000U\000s\000i\000n\000g\000\040\000d\000e\000g\000r\000e\000e\000s\000\040\000r\000a\000t\000h\000e\000r\000\040\000t\000h\000a\000n\000\040\000r\000a\000d\000i\000a\000n\000s)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsection.3.1.8) >>
+endobj
+332 0 obj
+(\376\377\0003\000.\0001\000.\0008\000\040\000S\000p\000e\000c\000i\000f\000y\000i\000n\000g\000\040\000a\000\040\000l\000o\000g\000a\000r\000i\000t\000h\000m\000\040\000b\000a\000s\000e)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsection.3.1.9) >>
+endobj
+336 0 obj
+(\376\377\0003\000.\0001\000.\0009\000\040\000C\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000\040\000m\000o\000d\000e)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsection.3.1.10) >>
+endobj
+340 0 obj
+(\376\377\0003\000.\0001\000.\0001\0000\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000d\000i\000s\000p\000l\000a\000y\000\040\000f\000o\000r\000m\000a\000t)
+endobj
+341 0 obj
+<< /S /GoTo /D (subsection.3.1.11) >>
+endobj
+344 0 obj
+(\376\377\0003\000.\0001\000.\0001\0001\000\040\000D\000i\000s\000p\000l\000a\000y\000i\000n\000g\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t\000\040\000o\000n\000\040\000a\000\040\000n\000e\000w\000\040\000l\000i\000n\000e\000\040)
+endobj
+345 0 obj
+<< /S /GoTo /D (subsection.3.1.12) >>
+endobj
+348 0 obj
+(\376\377\0003\000.\0001\000.\0001\0002\000\040\000P\000u\000n\000c\000t\000u\000a\000t\000i\000o\000n)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsection.3.1.13) >>
+endobj
+352 0 obj
+(\376\377\0003\000.\0001\000.\0001\0003\000\040\000R\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g)
+endobj
+353 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+356 0 obj
+(\376\377\0003\000.\0002\000\040\000I\000n\000f\000i\000n\000i\000t\000e\000\040\000s\000u\000m\000s\000\040\000a\000n\000d\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsection.3.2.1) >>
+endobj
+360 0 obj
+(\376\377\0003\000.\0002\000.\0001\000\040\000P\000r\000e\000m\000a\000t\000u\000r\000e\000\040\000e\000n\000d\000i\000n\000g\000\040\000o\000f\000\040\000i\000n\000f\000i\000n\000i\000t\000e\000\040\000s\000u\000m\000s)
+endobj
+361 0 obj
+<< /S /GoTo /D (subsection.3.2.2) >>
+endobj
+364 0 obj
+(\376\377\0003\000.\0002\000.\0002\000\040\000D\000o\000u\000b\000l\000e\000\040\000s\000u\000m\000s\000\040\000o\000r\000\040\000p\000r\000o\000d\000u\000c\000t\000s)
+endobj
+365 0 obj
+<< /S /GoTo /D (section.3.3) >>
+endobj
+368 0 obj
+(\376\377\0003\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s)
+endobj
+369 0 obj
+<< /S /GoTo /D (subsection.3.3.1) >>
+endobj
+372 0 obj
+(\376\377\0003\000.\0003\000.\0001\000\040\000L\000o\000c\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000.\000c\000f\000g)
+endobj
+373 0 obj
+<< /S /GoTo /D (subsubsection.3.3.1.1) >>
+endobj
+376 0 obj
+(\376\377\0003\000.\0003\000.\0001\000.\0001\000\040\000P\000e\000r\000s\000o\000n\000a\000l\000\040\000t\000e\000x\000m\000f\000\040\000t\000r\000e\000e\000?\000\040)
+endobj
+377 0 obj
+<< /S /GoTo /D (subsection.3.3.2) >>
+endobj
+380 0 obj
+(\376\377\0003\000.\0003\000.\0002\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000i\000n\000\040\040\030\000i\000n\000t\000-\000i\000f\000y\000i\000n\000g\040\031\000\040\000c\000a\000l\000c\000u\000l\000a\000t\000i\000o\000n\000s)
+endobj
+381 0 obj
+<< /S /GoTo /D (section.3.4) >>
+endobj
+384 0 obj
+(\376\377\0003\000.\0004\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000m\000a\000t\000h\000e\000m\000a\000t\000i\000c\000a\000l\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s)
+endobj
+385 0 obj
+<< /S /GoTo /D (subsection.3.4.1) >>
+endobj
+388 0 obj
+(\376\377\0003\000.\0004\000.\0001\000\040\000T\000h\000e\000\040\000c\000l\000e\000a\000v\000e\000\040\000c\000o\000m\000m\000a\000n\000d\000s\000\040\000\134\000q\000\040\000a\000n\000d\000\040\000\134\000Q)
+endobj
+389 0 obj
+<< /S /GoTo /D (subsubsection.3.4.1.1) >>
+endobj
+392 0 obj
+(\376\377\0003\000.\0004\000.\0001\000.\0001\000\040\000M\000n\000e\000m\000o\000n\000i\000c)
+endobj
+393 0 obj
+<< /S /GoTo /D (subsection.3.4.2) >>
+endobj
+396 0 obj
+(\376\377\0003\000.\0004\000.\0002\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000s)
+endobj
+397 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.1) >>
+endobj
+400 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0001\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000I)
+endobj
+401 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.2) >>
+endobj
+404 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0002\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000I\000I)
+endobj
+405 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.3) >>
+endobj
+408 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0003\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000I\000I\000I)
+endobj
+409 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.4) >>
+endobj
+412 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0004\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000I\000V)
+endobj
+413 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.5) >>
+endobj
+416 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0005\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000V)
+endobj
+417 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.6) >>
+endobj
+420 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0006\000\040\000P\000a\000r\000s\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000\040\000V\000I)
+endobj
+421 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2.7) >>
+endobj
+424 0 obj
+(\376\377\0003\000.\0004\000.\0002\000.\0007\000\040\000D\000i\000s\000c\000l\000a\000i\000m\000e\000r)
+endobj
+425 0 obj
+<< /S /GoTo /D (chapter.4) >>
+endobj
+428 0 obj
+(\376\377\0004\000\040\000S\000u\000p\000p\000l\000e\000m\000e\000n\000t\000a\000r\000y\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+429 0 obj
+<< /S /GoTo /D (section.4.1) >>
+endobj
+432 0 obj
+(\376\377\0004\000.\0001\000\040\000F\000e\000e\000d\000b\000a\000c\000k\000\040\000o\000n\000\040\040\030\000i\000n\000f\000i\000n\000i\000t\000e\040\031\000\040\000p\000r\000o\000c\000e\000s\000s\000e\000s\000:\000\040\000\134\000n\000m\000c\000I\000n\000f\000o)
+endobj
+433 0 obj
+<< /S /GoTo /D (subsection.4.1.1) >>
+endobj
+436 0 obj
+(\376\377\0004\000.\0001\000.\0001\000\040\000S\000u\000p\000p\000r\000e\000s\000s\000i\000n\000g\000\040\000t\000h\000e\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000o\000r\000:\000\040\000\134\000n\000m\000c\000I\000n\000f\000o\000*)
+endobj
+437 0 obj
+<< /S /GoTo /D (subsection.4.1.2) >>
+endobj
+440 0 obj
+(\376\377\0004\000.\0001\000.\0002\000\040\000E\000r\000r\000o\000r\000s)
+endobj
+441 0 obj
+<< /S /GoTo /D (subsection.4.1.3) >>
+endobj
+444 0 obj
+(\376\377\0004\000.\0001\000.\0003\000\040\000v\000i\000e\000w\000\040\000s\000e\000t\000t\000i\000n\000g)
+endobj
+445 0 obj
+<< /S /GoTo /D (section.4.2) >>
+endobj
+448 0 obj
+(\376\377\0004\000.\0002\000\040\000U\000s\000e\000r\000-\000d\000e\000f\000i\000n\000e\000d\000\040\000m\000a\000c\000r\000o\000s\000:\000\040\000\134\000n\000m\000c\000M\000a\000c\000r\000o\000s)
+endobj
+449 0 obj
+<< /S /GoTo /D (subsection.4.2.1) >>
+endobj
+452 0 obj
+(\376\377\0004\000.\0002\000.\0001\000\040\000W\000h\000a\000t\000\040\000c\000a\000n\000\040\000b\000e\000\040\000s\000t\000o\000r\000e\000d\000\040\000i\000n\000\040\000a\000\040\000m\000a\000c\000r\000o\000?)
+endobj
+453 0 obj
+<< /S /GoTo /D (subsubsection.4.2.1.1) >>
+endobj
+456 0 obj
+(\376\377\0004\000.\0002\000.\0001\000.\0001\000\040\000M\000a\000c\000r\000o\000s\000\040\000c\000o\000n\000t\000a\000i\000n\000i\000n\000g\000\040\000f\000o\000r\000m\000u\000l\000a\000s\000\040)
+endobj
+457 0 obj
+<< /S /GoTo /D (subsubsection.4.2.1.2) >>
+endobj
+460 0 obj
+(\376\377\0004\000.\0002\000.\0001\000.\0002\000\040\000V\000v\000-\000l\000i\000s\000t)
+endobj
+461 0 obj
+<< /S /GoTo /D (subsection.4.2.2) >>
+endobj
+464 0 obj
+(\376\377\0004\000.\0002\000.\0002\000\040\000S\000e\000e\000i\000n\000g\000\040\000w\000h\000a\000t\000\040\000m\000a\000c\000r\000o\000s\000\040\000a\000r\000e\000\040\000a\000v\000a\000i\000l\000a\000b\000l\000e)
+endobj
+465 0 obj
+<< /S /GoTo /D (subsubsection.4.2.2.1) >>
+endobj
+468 0 obj
+(\376\377\0004\000.\0002\000.\0002\000.\0001\000\040\000F\000r\000e\000e\000i\000n\000g\000\040\000m\000a\000c\000r\000o\000s\000\040\000f\000r\000o\000m\000\040\000s\000t\000o\000r\000a\000g\000e)
+endobj
+469 0 obj
+<< /S /GoTo /D (subsubsection.4.2.2.2) >>
+endobj
+472 0 obj
+(\376\377\0004\000.\0002\000.\0002\000.\0002\000\040\000C\000o\000u\000n\000t\000i\000n\000g\000\040\000h\000o\000w\000\040\000m\000a\000n\000y\000\040\000m\000a\000c\000r\000o\000s\000\040\000a\000r\000e\000\040\000a\000v\000a\000i\000l\000a\000b\000l\000e)
+endobj
+473 0 obj
+<< /S /GoTo /D (subsection.4.2.3) >>
+endobj
+476 0 obj
+(\376\377\0004\000.\0002\000.\0003\000\040\000E\000r\000r\000o\000r\000s)
+endobj
+477 0 obj
+<< /S /GoTo /D (subsubsection.4.2.3.1) >>
+endobj
+480 0 obj
+(\376\377\0004\000.\0002\000.\0003\000.\0001\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000o\000f\000\040\000m\000a\000c\000r\000o\000s)
+endobj
+481 0 obj
+<< /S /GoTo /D (subsection.4.2.4) >>
+endobj
+484 0 obj
+(\376\377\0004\000.\0002\000.\0004\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000v\000a\000l\000u\000e)
+endobj
+485 0 obj
+<< /S /GoTo /D (section.4.3) >>
+endobj
+488 0 obj
+(\376\377\0004\000.\0003\000\040\000U\000s\000e\000r\000-\000d\000e\000f\000i\000n\000e\000d\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s\000:\000\040\000\134\000n\000m\000c\000C\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+489 0 obj
+<< /S /GoTo /D (subsection.4.3.1) >>
+endobj
+492 0 obj
+(\376\377\0004\000.\0003\000.\0001\000\040\000N\000e\000w\000\040\000l\000i\000s\000t\000\040\000r\000e\000p\000l\000a\000c\000e\000s\000\040\000o\000l\000d\000\040\000b\000y\000\040\000d\000e\000f\000a\000u\000l\000t)
+endobj
+493 0 obj
+<< /S /GoTo /D (subsection.4.3.2) >>
+endobj
+496 0 obj
+(\376\377\0004\000.\0003\000.\0002\000\040\000A\000d\000d\000i\000n\000g\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s\000\040\000t\000o\000\040\000a\000\040\000l\000i\000s\000t)
+endobj
+497 0 obj
+<< /S /GoTo /D (subsection.4.3.3) >>
+endobj
+500 0 obj
+(\376\377\0004\000.\0003\000.\0003\000\040\000E\000x\000a\000m\000p\000l\000e\000s\000\040\000o\000f\000\040\000u\000s\000e)
+endobj
+501 0 obj
+<< /S /GoTo /D (subsubsection.4.3.3.1) >>
+endobj
+504 0 obj
+(\376\377\0004\000.\0003\000.\0003\000.\0001\000\040\000E\000x\000a\000m\000p\000l\000e\000\040\0001\000:\000\040\000a\000t\000o\000m\000i\000c\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+505 0 obj
+<< /S /GoTo /D (subsubsection.4.3.3.2) >>
+endobj
+508 0 obj
+(\376\377\0004\000.\0003\000.\0003\000.\0002\000\040\000E\000x\000a\000m\000p\000l\000e\000\040\0002\000:\000\040\000l\000o\000c\000a\000l\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+509 0 obj
+<< /S /GoTo /D (subsubsection.4.3.3.3) >>
+endobj
+512 0 obj
+(\376\377\0004\000.\0003\000.\0003\000.\0003\000\040\000E\000x\000a\000m\000p\000l\000e\000\040\0003\000:\000\040\000m\000a\000c\000r\000o\000s\000\040\000a\000n\000d\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+513 0 obj
+<< /S /GoTo /D (subsection.4.3.4) >>
+endobj
+516 0 obj
+(\376\377\0004\000.\0003\000.\0004\000\040\000V\000i\000e\000w\000i\000n\000g\000,\000\040\000c\000o\000u\000n\000t\000i\000n\000g\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+517 0 obj
+<< /S /GoTo /D (subsection.4.3.5) >>
+endobj
+520 0 obj
+(\376\377\0004\000.\0003\000.\0005\000\040\000E\000r\000r\000o\000r\000s)
+endobj
+521 0 obj
+<< /S /GoTo /D (section.4.4) >>
+endobj
+524 0 obj
+(\376\377\0004\000.\0004\000\040\000S\000a\000v\000i\000n\000g\000\040\000a\000n\000d\000\040\000r\000e\000u\000s\000i\000n\000g\000\040\000r\000e\000s\000u\000l\000t\000s\000:\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e)
+endobj
+525 0 obj
+<< /S /GoTo /D (subsection.4.4.1) >>
+endobj
+528 0 obj
+(\376\377\0004\000.\0004\000.\0001\000\040\000U\000s\000e\000\040\000o\000f\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e)
+endobj
+529 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.1) >>
+endobj
+532 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0001\000\040\000W\000h\000a\000t\000\040\000i\000s\000\040\000s\000a\000v\000e\000d\000?)
+endobj
+533 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.2) >>
+endobj
+536 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0002\000\040\000T\000h\000e\000\040\000.\000n\000m\000c\000\040\000f\000i\000l\000e)
+endobj
+537 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.3) >>
+endobj
+540 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0003\000\040\000M\000e\000s\000s\000a\000g\000e\000s)
+endobj
+541 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.4) >>
+endobj
+544 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0004\000\040\000D\000e\000l\000e\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000r\000e\000n\000e\000w\000i\000n\000g)
+endobj
+545 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.5) >>
+endobj
+548 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0005\000\040\000V\000i\000e\000w\000i\000n\000g\000\040\000w\000h\000a\000t\000\040\000h\000a\000s\000\040\000b\000e\000e\000n\000\040\000s\000a\000v\000e\000d)
+endobj
+549 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1.6) >>
+endobj
+552 0 obj
+(\376\377\0004\000.\0004\000.\0001\000.\0006\000\040\000C\000o\000u\000n\000t\000i\000n\000g\000\040\000s\000a\000v\000e\000d\000\040\000c\000o\000n\000t\000r\000o\000l\000\040\000s\000e\000q\000u\000e\000n\000c\000e\000s\000:\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e\000*)
+endobj
+553 0 obj
+<< /S /GoTo /D (subsection.4.4.2) >>
+endobj
+556 0 obj
+(\376\377\0004\000.\0004\000.\0002\000\040\000r\000e\000u\000s\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000\040\000o\000f\000\040\000\134\000e\000v\000a\000l\000\040\000c\000o\000m\000m\000a\000n\000d)
+endobj
+557 0 obj
+<< /S /GoTo /D (chapter.5) >>
+endobj
+560 0 obj
+(\376\377\0005\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+561 0 obj
+<< /S /GoTo /D (section.5.1) >>
+endobj
+564 0 obj
+(\376\377\0005\000.\0001\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000f\000o\000r\000m\000u\000l\000a)
+endobj
+565 0 obj
+<< /S /GoTo /D (subsection.5.1.1) >>
+endobj
+568 0 obj
+(\376\377\0005\000.\0001\000.\0001\000\040\000M\000a\000t\000h\000\040\000d\000e\000l\000i\000m\000i\000t\000e\000r\000s\000\040\000a\000n\000d\000\040\000d\000o\000u\000b\000l\000e\000\040\000e\000v\000a\000l\000u\000a\000t\000i\000o\000n\000s)
+endobj
+569 0 obj
+<< /S /GoTo /D (section.5.2) >>
+endobj
+572 0 obj
+(\376\377\0005\000.\0002\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000v\000v\000-\000l\000i\000s\000t)
+endobj
+573 0 obj
+<< /S /GoTo /D (section.5.3) >>
+endobj
+576 0 obj
+(\376\377\0005\000.\0003\000\040\000N\000e\000s\000t\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s\000\040\000o\000p\000t\000i\000o\000n)
+endobj
+577 0 obj
+<< /S /GoTo /D (section.5.4) >>
+endobj
+580 0 obj
+(\376\377\0005\000.\0004\000\040\000R\000o\000u\000n\000d\000i\000n\000g\000\040\000a\000n\000d\000\040\000d\000i\000s\000p\000l\000a\000y)
+endobj
+581 0 obj
+<< /S /GoTo /D (section.5.5) >>
+endobj
+584 0 obj
+(\376\377\0005\000.\0005\000\040\000E\000r\000r\000o\000r\000\040\000m\000e\000s\000s\000a\000g\000e\000s)
+endobj
+585 0 obj
+<< /S /GoTo /D (section.5.6) >>
+endobj
+588 0 obj
+(\376\377\0005\000.\0006\000\040\000D\000e\000b\000u\000g\000g\000i\000n\000g)
+endobj
+589 0 obj
+<< /S /GoTo /D (chapter.6) >>
+endobj
+592 0 obj
+(\376\377\0006\000\040\000U\000s\000i\000n\000g\000\040\000n\000u\000m\000e\000r\000i\000c\000a\000\040\000w\000i\000t\000h\000\040\000L\000y\000X)
+endobj
+593 0 obj
+<< /S /GoTo /D (section.6.1) >>
+endobj
+596 0 obj
+(\376\377\0006\000.\0001\000\040\000I\000n\000s\000t\000a\000n\000t\000\040\000p\000r\000e\000v\000i\000e\000w)
+endobj
+597 0 obj
+<< /S /GoTo /D (subsection.6.1.1) >>
+endobj
+600 0 obj
+(\376\377\0006\000.\0001\000.\0001\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000\040\000l\000o\000c\000a\000t\000i\000o\000n)
+endobj
+601 0 obj
+<< /S /GoTo /D (subsection.6.1.2) >>
+endobj
+604 0 obj
+(\376\377\0006\000.\0001\000.\0002\000\040\000G\000l\000o\000b\000a\000l\000\040\000v\000s\000\040\000l\000o\000c\000a\000l\000\040\000p\000r\000e\000v\000i\000e\000w\000i\000n\000g)
+endobj
+605 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.1) >>
+endobj
+608 0 obj
+(\376\377\0006\000.\0001\000.\0002\000.\0001\000\040\000F\000o\000r\000c\000i\000n\000g\000\040\000a\000\040\000g\000l\000o\000b\000a\000l\000\040\000p\000r\000e\000v\000i\000e\000w\000\040\000r\000u\000n)
+endobj
+609 0 obj
+<< /S /GoTo /D (section.6.2) >>
+endobj
+612 0 obj
+(\376\377\0006\000.\0002\000\040\000M\000a\000t\000h\000e\000d)
+endobj
+613 0 obj
+<< /S /GoTo /D (subsection.6.2.1) >>
+endobj
+616 0 obj
+(\376\377\0006\000.\0002\000.\0001\000\040\000L\000a\000T\000e\000X\000\040\000b\000r\000a\000c\000e\000s\000\040\000\173\000\040\000\040\000\175)
+endobj
+617 0 obj
+<< /S /GoTo /D (section.6.3) >>
+endobj
+620 0 obj
+(\376\377\0006\000.\0003\000\040\000P\000r\000e\000v\000i\000e\000w\000\040\000i\000n\000s\000e\000t\000s)
+endobj
+621 0 obj
+<< /S /GoTo /D (section.6.4) >>
+endobj
+624 0 obj
+(\376\377\0006\000.\0004\000\040\000E\000r\000r\000o\000r\000s\000\040)
+endobj
+625 0 obj
+<< /S /GoTo /D (subsection.6.4.1) >>
+endobj
+628 0 obj
+(\376\377\0006\000.\0004\000.\0001\000\040\000T\000e\000m\000p\000o\000r\000a\000r\000y\000\040\000d\000i\000r\000e\000c\000t\000o\000r\000y\000\040\000o\000f\000\040\000L\000y\000X)
+endobj
+629 0 obj
+<< /S /GoTo /D (subsection.6.4.2) >>
+endobj
+632 0 obj
+(\376\377\0006\000.\0004\000.\0002\000\040\000C\000P\000U\000\040\000u\000s\000a\000g\000e\000,\000\040\000L\000a\000T\000e\000X\000\040\000p\000r\000o\000c\000e\000s\000s\000e\000s)
+endobj
+633 0 obj
+<< /S /GoTo /D (section.6.5) >>
+endobj
+636 0 obj
+(\376\377\0006\000.\0005\000\040\000H\000y\000p\000e\000r\000r\000e\000f\000\040\000s\000u\000p\000p\000o\000r\000t\000\040\000v\000s\000\040\000s\000p\000e\000e\000d)
+endobj
+637 0 obj
+<< /S /GoTo /D (section.6.6) >>
+endobj
+640 0 obj
+(\376\377\0006\000.\0006\000\040\000S\000u\000p\000p\000l\000e\000m\000e\000n\000t\000a\000r\000y\000\040\000c\000o\000m\000m\000a\000n\000d\000s\000\040\000i\000n\000\040\000L\000y\000X)
+endobj
+641 0 obj
+<< /S /GoTo /D (subsection.6.6.1) >>
+endobj
+644 0 obj
+(\376\377\0006\000.\0006\000.\0001\000\040\000R\000e\000u\000s\000e\000\040\000o\000f\000\040\000e\000a\000r\000l\000i\000e\000r\000\040\000p\000r\000e\000v\000i\000e\000w\000s)
+endobj
+645 0 obj
+<< /S /GoTo /D (subsection.6.6.2) >>
+endobj
+648 0 obj
+(\376\377\0006\000.\0006\000.\0002\000\040\040\030\000S\000t\000a\000l\000l\000e\000d\040\031\000\040\000p\000r\000e\000v\000i\000e\000w\000s)
+endobj
+649 0 obj
+<< /S /GoTo /D (subsection.6.6.3) >>
+endobj
+652 0 obj
+(\376\377\0006\000.\0006\000.\0003\000\040\000U\000s\000i\000n\000g\000\040\000\134\000n\000m\000c\000M\000a\000c\000r\000o\000s)
+endobj
+653 0 obj
+<< /S /GoTo /D (subsection.6.6.4) >>
+endobj
+656 0 obj
+(\376\377\0006\000.\0006\000.\0004\000\040\000U\000s\000i\000n\000g\000\040\000\134\000n\000m\000c\000C\000o\000n\000s\000t\000a\000n\000t\000s)
+endobj
+657 0 obj
+<< /S /GoTo /D (subsection.6.6.5) >>
+endobj
+660 0 obj
+(\376\377\0006\000.\0006\000.\0005\000\040\000U\000s\000i\000n\000g\000\040\000\134\000n\000m\000c\000R\000e\000u\000s\000e)
+endobj
+661 0 obj
+<< /S /GoTo /D (subsubsection.6.6.5.1) >>
+endobj
+664 0 obj
+(\376\377\0006\000.\0006\000.\0005\000.\0001\000\040\000A\000\040\000f\000i\000n\000a\000l\000\040\000t\000w\000e\000a\000k\000?)
+endobj
+665 0 obj
+<< /S /GoTo /D (subsubsection.6.6.5.2) >>
+endobj
+668 0 obj
+(\376\377\0006\000.\0006\000.\0005\000.\0002\000\040\000U\000s\000e\000\040\000o\000f\000\040\000L\000y\000X\000\040\000n\000o\000t\000e\000s)
+endobj
+669 0 obj
+<< /S /GoTo /D (chapter.7) >>
+endobj
+672 0 obj
+(\376\377\0007\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e\000\040\000s\000u\000m\000m\000a\000r\000y)
+endobj
+673 0 obj
+<< /S /GoTo /D (section.7.1) >>
+endobj
+676 0 obj
+(\376\377\0007\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s\000\040\000d\000e\000f\000i\000n\000e\000d\000\040\000i\000n\000\040\000n\000u\000m\000e\000r\000i\000c\000a)
+endobj
+677 0 obj
+<< /S /GoTo /D (section.7.2) >>
+endobj
+680 0 obj
+(\376\377\0007\000.\0002\000\040\040\030\000D\000i\000g\000e\000s\000t\000i\000b\000l\000e\040\031\000\040\000c\000o\000n\000t\000e\000n\000t)
+endobj
+681 0 obj
+<< /S /GoTo /D (section.7.3) >>
+endobj
+684 0 obj
+(\376\377\0007\000.\0003\000\040\000S\000e\000t\000t\000i\000n\000g\000s)
+endobj
+685 0 obj
+<< /S /GoTo /D (subsection.7.3.1) >>
+endobj
+688 0 obj
+(\376\377\0007\000.\0003\000.\0001\000\040\000A\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000\134\000n\000m\000c\000E\000v\000a\000l\000u\000a\000t\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+689 0 obj
+<< /S /GoTo /D (subsection.7.3.2) >>
+endobj
+692 0 obj
+(\376\377\0007\000.\0003\000.\0002\000\040\000A\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s\000\040\000f\000o\000r\000\040\000s\000u\000p\000p\000l\000e\000m\000e\000n\000t\000a\000r\000y\000\040\000c\000o\000m\000m\000a\000n\000d\000s)
+endobj
+693 0 obj
+<< /S /GoTo /D (subsection.7.3.3) >>
+endobj
+696 0 obj
+(\376\377\0007\000.\0003\000.\0003\000\040\000A\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000c\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000f\000i\000l\000e\000\040\000s\000e\000t\000t\000i\000n\000g\000s)
+endobj
+697 0 obj
+<< /S /GoTo /D [698 0 R /Fit] >>
+endobj
+701 0 obj
+<<
+/Length 232
+/Filter /FlateDecode
+>>
+stream
+xuN0 }
+[I .rV ]Tx}V$N4c7k iykM06qW>4oơ{Z)~em
+endstream
+endobj
+698 0 obj
+<<
+/Type /Page
+/Contents 701 0 R
+/Resources 700 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+/Annots [ 699 0 R ]
+>>
+endobj
+699 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [246.184 396.506 365.064 412.446]
+/Subtype/Link/A<</Type/Action/S/URI/URI(ajparsloe@gmail.com)>>
+>>
+endobj
+702 0 obj
+<<
+/D [698 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+703 0 obj
+<<
+/D [698 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+700 0 obj
+<<
+/Font << /F30 704 0 R /F31 705 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+710 0 obj
+<<
+/Length 2248
+/Filter /FlateDecode
+>>
+stream
+xڵYݏ۸߿B y(yGr")(h KYړp(rޤ,,qDnFIMϫߩ<YVHɲDGZ$,yZc_?NK` MЂ՝ir;aRqiw[e`Rtx_ a/ŭ],H.x9Q
+x<.h+[\j="M%ʶ,K(ZI|p4%ILN~0];n <CZ_h|]uCxO\F_,a;R4~m_l M8gأ4
+zi`>xSuS@֊ϠbXqN[vi~A?Ztsަn jBZt^pT]rG39LM$Tb-{ϊv`uIsė
+'IT؏NXRk7-zJECD (4sr$8{q$4U][5@ IX/omC2 ʘ|nF(
+&5E
+P
+6q{7?BP ?]%2u+ٚ*aMv.f
+X4g
+l"|еS<h
+Yz_VPKu>PT>qv4
+T<*Xx-
+9GP~,6]OPJWRjN vmIh%9
+RU[X"nFK%YPw1Bն2~yo:ݱQ ϡY,3}V=E\׽} T/Z $3yvnti:T#u] *kzӉXё}yh\ls/>=67jWwu ś`xU? /2
+uUشWpHWac8t] }xA.|C= USB P5-LjXIŲDo4ЬEOCdB⓪yѦ\̸8_c$JIz ҵKE߷EwM6%dd1z>"sJAf=3}G!p4͟{CF_H1<8ViYP߂t/!r倚KƧE,(
+;MݞA 4\ivfOv7g\tnXS
+؈l@shhvm7q|=l
+ޛBsP" %W,1װ4 !^3NjSًMM<53w;|fW9G:⨨Ʃ5St> /%E(א]Sw"xo-֜y8!fwpvN]=ţa+4Q]
+endstream
+endobj
+709 0 obj
+<<
+/Type /Page
+/Contents 710 0 R
+/Resources 708 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+/Annots [ 707 0 R ]
+>>
+endobj
+707 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [364.947 401.368 379.67 413.324]
+/A << /S /GoTo /D (section.3.4) >>
+>>
+endobj
+714 0 obj
+<<
+/D [709 0 R /XYZ 133.768 510.459 null]
+>>
+endobj
+708 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F50 713 0 R /F51 715 0 R /F68 716 0 R /F56 717 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+721 0 obj
+<<
+/Length 67
+/Filter /FlateDecode
+>>
+stream
+x3PHW0Pp2 @;pY(XY))+XX*(DkjƆxp
+endstream
+endobj
+720 0 obj
+<<
+/Type /Page
+/Contents 721 0 R
+/Resources 719 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+>>
+endobj
+719 0 obj
+<<
+/Font << /F28 712 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+758 0 obj
+<<
+/Length 1411
+/Filter /FlateDecode
+>>
+stream
+xݙKs6<R`gzp\;mI@K̉Djp~EZ|Ȓؕ{DR ?[xx"!: !g£o:,`^?N2|-yQ1Ĵ) c<:fekĀ>:@FxaD,TA[6AF/U!lPDZd MQN
+\H]3u[$Ȑ ~<Ӥ i!gk=EwHW%\C]c (T)2$.ܲY?q:F`*YҦ|՗ s#mhk`
+endstream
+endobj
+757 0 obj
+<<
+/Type /Page
+/Contents 758 0 R
+/Resources 756 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+/Annots [ 722 0 R 723 0 R 724 0 R 725 0 R 726 0 R 727 0 R 728 0 R 729 0 R 730 0 R 731 0 R 732 0 R 733 0 R 734 0 R 735 0 R 736 0 R 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R 744 0 R 745 0 R 746 0 R 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R ]
+>>
+endobj
+722 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 514.77 212.874 523.727]
+/A << /S /GoTo /D (chapter.1) >>
+>>
+endobj
+723 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 502.814 266.548 511.67]
+/A << /S /GoTo /D (section.1.1) >>
+>>
+endobj
+724 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 488.922 274.712 499.715]
+/A << /S /GoTo /D (subsection.1.1.1) >>
+>>
+endobj
+725 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 476.967 292.673 487.76]
+/A << /S /GoTo /D (subsection.1.1.2) >>
+>>
+endobj
+726 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 465.012 305.347 475.804]
+/A << /S /GoTo /D (subsection.1.1.3) >>
+>>
+endobj
+727 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 453.057 293.337 463.849]
+/A << /S /GoTo /D (subsection.1.1.4) >>
+>>
+endobj
+728 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 441.101 244.354 451.894]
+/A << /S /GoTo /D (subsection.1.1.5) >>
+>>
+endobj
+729 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 429.146 247.01 439.939]
+/A << /S /GoTo /D (subsection.1.1.6) >>
+>>
+endobj
+730 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 417.191 251.826 427.984]
+/A << /S /GoTo /D (subsection.1.1.7) >>
+>>
+endobj
+731 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 394.72 252.13 406.675]
+/A << /S /GoTo /D (chapter.2) >>
+>>
+endobj
+732 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 383.318 322.852 394.166]
+/A << /S /GoTo /D (section.2.1) >>
+>>
+endobj
+733 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 373.3 273.993 382.156]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+734 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 361.345 271.003 370.2]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+735 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 349.39 302.635 358.245]
+/A << /S /GoTo /D (subsection.2.2.2) >>
+>>
+endobj
+736 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 335.497 369.523 346.29]
+/A << /S /GoTo /D (subsubsection.2.2.2.1) >>
+>>
+endobj
+737 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 323.542 409.319 334.335]
+/A << /S /GoTo /D (subsubsection.2.2.2.2) >>
+>>
+endobj
+738 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 313.524 288.909 322.38]
+/A << /S /GoTo /D (subsubsection.2.2.2.3) >>
+>>
+endobj
+739 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 299.632 296.077 310.425]
+/A << /S /GoTo /D (subsection.2.2.3) >>
+>>
+endobj
+740 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 287.677 444.659 298.469]
+/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
+>>
+endobj
+741 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 275.722 368.748 286.514]
+/A << /S /GoTo /D (subsubsection.2.2.3.2) >>
+>>
+endobj
+742 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 263.766 355.327 274.559]
+/A << /S /GoTo /D (subsubsection.2.2.3.3) >>
+>>
+endobj
+743 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 251.811 370.242 262.604]
+/A << /S /GoTo /D (subsubsection.2.2.3.4) >>
+>>
+endobj
+744 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 239.856 402.4 250.649]
+/A << /S /GoTo /D (subsubsection.2.2.3.5) >>
+>>
+endobj
+745 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 227.901 312.1 238.694]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+746 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 215.946 275.763 226.738]
+/A << /S /GoTo /D (subsection.2.3.1) >>
+>>
+endobj
+747 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 203.991 291.344 214.783]
+/A << /S /GoTo /D (subsection.2.3.2) >>
+>>
+endobj
+748 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 193.973 286.695 202.828]
+/A << /S /GoTo /D (subsection.2.3.3) >>
+>>
+endobj
+749 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 180.633 383.991 190.929]
+/A << /S /GoTo /D (subsubsection.2.3.3.1) >>
+>>
+endobj
+750 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 167.572 372.153 179.527]
+/A << /S /GoTo /D (subsubsection.2.3.3.2) >>
+>>
+endobj
+751 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 156.17 272.166 166.963]
+/A << /S /GoTo /D (subsection.2.3.4) >>
+>>
+endobj
+752 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 144.215 324.045 155.007]
+/A << /S /GoTo /D (subsubsection.2.3.4.1) >>
+>>
+endobj
+753 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 132.26 354.635 143.052]
+/A << /S /GoTo /D (subsubsection.2.3.4.2) >>
+>>
+endobj
+754 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 120.304 304.047 131.097]
+/A << /S /GoTo /D (subsubsection.2.3.4.3) >>
+>>
+endobj
+759 0 obj
+<<
+/D [757 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+760 0 obj
+<<
+/D [757 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+756 0 obj
+<<
+/Font << /F71 761 0 R /F49 711 0 R /F28 712 0 R /F50 713 0 R /F72 762 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+810 0 obj
+<<
+/Length 1880
+/Filter /FlateDecode
+>>
+stream
+xZr6}W術R3LƎ34Iq̔ ^\^__
+<oP7yJR,r:^i_'!)i^qlVq U9ag!&XTԧ"^*pq*Q̀nڄ#FPB"EOm,z,ՓD"r s_hY)!Vݵu6Sz(=d_ 1XGvQy3|iFEݎf5NYPpE#lR1%N?Cvl`$0! '+&rU; ؆Ƶ.Eq%I;JT,THɔ>k뷸մ .XL=u5Jo uri'uer1e^ԭJIN/bLY'2ځw.bVxM3_1KұكAE=̰Œ6=bg^Rb!UyGILҤ<ۚLfIy=l2}^0hާaNÑ6V.ZڬONSCpsMSk+i0si
+AvgT
+MW 7`ޕ7=sЗ c`yׅ%\ ;d/ߩwWA
+Ԋ=~gJ=fZwѨ[+#b$ ¡hi*8DVօ<r5S8<̀_@=H:apL|c&8xgt@GBDr(\4e-CsBt\~r{5%x0KhkN}t-ӘTFîe🫇<V"U"m*AF$e/t[I zZ3ah1ouꬊ_]V3hI]'Y|vHۧX;bDCm>|Өmeh1Ct/
+҈?dOO8RZrbMۚōKIHlKŸC
+N `Y۽9wԜ< OL =T%ll6z6_~tBq @(Gє
+-@<sBֳ(Bq5iLw`.:3<uuy?bZ/5}IV,NJݻ>'oWԼoQN" |tB.|vJQuB'vb؉X!Rؘ]6vRoy+|@tK;\f1h#__b
+endstream
+endobj
+809 0 obj
+<<
+/Type /Page
+/Contents 810 0 R
+/Resources 808 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+/Annots [ 755 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R 800 0 R 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R ]
+>>
+endobj
+755 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 654.302 343.232 665.095]
+/A << /S /GoTo /D (subsubsection.2.3.4.4) >>
+>>
+endobj
+763 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 642.07 372.65 653.139]
+/A << /S /GoTo /D (subsubsection.2.3.4.5) >>
+>>
+endobj
+764 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 632.329 261.788 641.184]
+/A << /S /GoTo /D (section.2.4) >>
+>>
+endobj
+765 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 620.374 251.853 629.229]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>>
+endobj
+766 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 606.481 363.604 617.274]
+/A << /S /GoTo /D (subsubsection.2.4.1.1) >>
+>>
+endobj
+767 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 594.526 376.997 605.319]
+/A << /S /GoTo /D (subsubsection.2.4.1.2) >>
+>>
+endobj
+768 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 582.571 345.17 593.364]
+/A << /S /GoTo /D (subsubsection.2.4.1.3) >>
+>>
+endobj
+769 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 570.616 309.139 581.408]
+/A << /S /GoTo /D (subsection.2.4.2) >>
+>>
+endobj
+770 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 560.598 352.835 569.453]
+/A << /S /GoTo /D (subsubsection.2.4.2.1) >>
+>>
+endobj
+771 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 546.152 343.676 558.107]
+/A << /S /GoTo /D (subsection.2.4.3) >>
+>>
+endobj
+772 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 534.75 368.471 545.543]
+/A << /S /GoTo /D (subsection.2.4.4) >>
+>>
+endobj
+773 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 522.795 253.984 533.588]
+/A << /S /GoTo /D (subsection.2.4.5) >>
+>>
+endobj
+774 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 510.84 301.473 521.633]
+/A << /S /GoTo /D (subsection.2.4.6) >>
+>>
+endobj
+775 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 498.885 365.4 509.677]
+/A << /S /GoTo /D (subsection.2.4.7) >>
+>>
+endobj
+776 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 486.93 271.033 497.722]
+/A << /S /GoTo /D (subsection.2.4.8) >>
+>>
+endobj
+777 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 474.974 417.98 485.767]
+/A << /S /GoTo /D (subsection.2.4.9) >>
+>>
+endobj
+778 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 463.019 379.541 473.812]
+/A << /S /GoTo /D (subsection.2.4.10) >>
+>>
+endobj
+779 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 451.064 429.797 461.857]
+/A << /S /GoTo /D (subsubsection.2.4.10.1) >>
+>>
+endobj
+780 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 439.109 340.936 449.902]
+/A << /S /GoTo /D (subsection.2.4.11) >>
+>>
+endobj
+781 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 429.091 319.184 437.946]
+/A << /S /GoTo /D (subsubsection.2.4.11.1) >>
+>>
+endobj
+782 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 417.136 334.93 425.991]
+/A << /S /GoTo /D (subsubsection.2.4.11.2) >>
+>>
+endobj
+783 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 403.243 288.493 414.036]
+/A << /S /GoTo /D (subsection.2.4.12) >>
+>>
+endobj
+784 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 391.288 362.327 402.081]
+/A << /S /GoTo /D (subsubsection.2.4.12.1) >>
+>>
+endobj
+785 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 379.333 302.69 390.126]
+/A << /S /GoTo /D (subsection.2.4.13) >>
+>>
+endobj
+786 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 367.378 353.804 378.171]
+/A << /S /GoTo /D (subsubsection.2.4.13.1) >>
+>>
+endobj
+787 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 355.146 297.654 366.271]
+/A << /S /GoTo /D (subsubsection.2.4.13.2) >>
+>>
+endobj
+788 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 345.405 274.712 354.26]
+/A << /S /GoTo /D (subsubsection.2.4.13.3) >>
+>>
+endobj
+789 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 331.512 376.302 342.361]
+/A << /S /GoTo /D (subsubsection.2.4.13.4) >>
+>>
+endobj
+790 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 319.557 389.946 330.405]
+/A << /S /GoTo /D (subsubsection.2.4.13.5) >>
+>>
+endobj
+791 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 307.602 241.641 318.395]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+792 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 297.584 296.243 306.44]
+/A << /S /GoTo /D (subsection.2.5.1) >>
+>>
+endobj
+793 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 285.629 276.788 294.484]
+/A << /S /GoTo /D (subsection.2.5.2) >>
+>>
+endobj
+794 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 271.737 334.489 282.529]
+/A << /S /GoTo /D (subsection.2.5.3) >>
+>>
+endobj
+795 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 259.781 307.921 270.574]
+/A << /S /GoTo /D (subsection.2.5.4) >>
+>>
+endobj
+796 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 247.826 284.979 258.619]
+/A << /S /GoTo /D (subsection.2.5.5) >>
+>>
+endobj
+797 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 235.594 295.801 246.719]
+/A << /S /GoTo /D (subsection.2.5.6) >>
+>>
+endobj
+798 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 223.639 253.791 234.119]
+/A << /S /GoTo /D (subsection.2.5.7) >>
+>>
+endobj
+799 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 211.961 317.469 222.753]
+/A << /S /GoTo /D (subsubsection.2.5.7.1) >>
+>>
+endobj
+800 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 200.006 319.544 210.798]
+/A << /S /GoTo /D (subsubsection.2.5.7.2) >>
+>>
+endobj
+801 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 187.497 331.195 199.452]
+/A << /S /GoTo /D (subsubsection.2.5.7.3) >>
+>>
+endobj
+802 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 166.133 190.031 177.027]
+/A << /S /GoTo /D (chapter.3) >>
+>>
+endobj
+803 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 154.177 238.542 164.97]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+804 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 142.222 271.059 153.015]
+/A << /S /GoTo /D (subsection.3.1.1) >>
+>>
+endobj
+805 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 129.99 291.096 141.06]
+/A << /S /GoTo /D (subsection.3.1.2) >>
+>>
+endobj
+806 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 118.312 258.136 128.515]
+/A << /S /GoTo /D (subsection.3.1.3) >>
+>>
+endobj
+811 0 obj
+<<
+/D [809 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+808 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F56 717 0 R /F69 718 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+859 0 obj
+<<
+/Length 1782
+/Filter /FlateDecode
+>>
+stream
+xZ[6}_Θ %3M44٤IgŲ Wn+! (kN_ q>ɛ,'g@~zw/~xv ui
+.ߕ`--3 <fC #M v(^|34$_J[$r
+>5"9~+jxJtdHC菥:=Gz}0F7i3`x7K_qJ
+֎ &cACo1f'I᫡w8=ߪ
+*?aqL+s*_0YhntTú@.HeMT,kÈZV.}o }T>~B&KY07Ztv&&rt?lumlkʚ8,ռ%m
+XƀQVw*
+X9o(b]!19qy!3kΥ2; P|`Gp 73/ljl}IJv؉(>,-aT8ھZkjP]֛ӡPݐbJF"5vm?Fޏm$q_poR %3nVm[$D> $RӸSv U'*ao$FR6#FOv@:XMgW{
+endstream
+endobj
+858 0 obj
+<<
+/Type /Page
+/Contents 859 0 R
+/Resources 857 0 R
+/MediaBox [0 0 612 792]
+/Parent 706 0 R
+/Annots [ 807 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R ]
+>>
+endobj
+807 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 654.302 378.157 665.095]
+/A << /S /GoTo /D (subsection.3.1.4) >>
+>>
+endobj
+812 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 644.284 297.018 653.139]
+/A << /S /GoTo /D (subsection.3.1.5) >>
+>>
+endobj
+813 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 630.392 401.957 641.184]
+/A << /S /GoTo /D (subsection.3.1.6) >>
+>>
+endobj
+814 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 618.436 352.282 629.229]
+/A << /S /GoTo /D (subsection.3.1.7) >>
+>>
+endobj
+815 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 606.481 324.968 617.274]
+/A << /S /GoTo /D (subsection.3.1.8) >>
+>>
+endobj
+816 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 596.463 281.16 605.319]
+/A << /S /GoTo /D (subsection.3.1.9) >>
+>>
+endobj
+817 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 582.571 359.893 593.364]
+/A << /S /GoTo /D (subsection.3.1.10) >>
+>>
+endobj
+818 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 570.616 362.771 581.408]
+/A << /S /GoTo /D (subsection.3.1.11) >>
+>>
+endobj
+819 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 560.598 258.329 569.453]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+820 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 546.705 262.868 557.498]
+/A << /S /GoTo /D (subsection.3.1.13) >>
+>>
+endobj
+821 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 534.75 289.6 545.543]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+822 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 522.795 352.863 533.588]
+/A << /S /GoTo /D (subsection.3.2.1) >>
+>>
+endobj
+823 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 510.84 313.898 521.633]
+/A << /S /GoTo /D (subsection.3.2.2) >>
+>>
+endobj
+824 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 498.885 277.286 509.677]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+825 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 486.653 320.776 497.722]
+/A << /S /GoTo /D (subsection.3.3.1) >>
+>>
+endobj
+826 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 476.912 339.691 485.767]
+/A << /S /GoTo /D (subsubsection.3.3.1.1) >>
+>>
+endobj
+827 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 463.019 361.055 473.812]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+828 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 451.064 316.278 461.857]
+/A << /S /GoTo /D (section.3.4) >>
+>>
+endobj
+829 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 438.832 346.968 449.957]
+/A << /S /GoTo /D (subsection.3.4.1) >>
+>>
+endobj
+830 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 429.091 290.459 437.946]
+/A << /S /GoTo /D (subsubsection.3.4.1.1) >>
+>>
+endobj
+831 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 415.199 269.288 425.991]
+/A << /S /GoTo /D (subsection.3.4.2) >>
+>>
+endobj
+832 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 403.243 313.123 414.036]
+/A << /S /GoTo /D (subsubsection.3.4.2.1) >>
+>>
+endobj
+833 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 391.288 316.998 402.081]
+/A << /S /GoTo /D (subsubsection.3.4.2.2) >>
+>>
+endobj
+834 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 379.333 320.872 390.126]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+835 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 367.378 320.595 378.171]
+/A << /S /GoTo /D (subsubsection.3.4.2.4) >>
+>>
+endobj
+836 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 355.423 316.998 366.215]
+/A << /S /GoTo /D (subsubsection.3.4.2.5) >>
+>>
+endobj
+837 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 343.468 320.595 354.26]
+/A << /S /GoTo /D (subsubsection.3.4.2.6) >>
+>>
+endobj
+838 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 333.45 291.233 342.305]
+/A << /S /GoTo /D (subsubsection.3.4.2.7) >>
+>>
+endobj
+839 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 309.595 281.79 320.489]
+/A << /S /GoTo /D (chapter.4) >>
+>>
+endobj
+840 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 297.639 363.906 308.488]
+/A << /S /GoTo /D (section.4.1) >>
+>>
+endobj
+841 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 285.684 374.145 296.533]
+/A << /S /GoTo /D (subsection.4.1.1) >>
+>>
+endobj
+842 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 275.666 231.9 284.522]
+/A << /S /GoTo /D (subsection.4.1.2) >>
+>>
+endobj
+843 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 261.774 258.136 271.977]
+/A << /S /GoTo /D (subsection.4.1.3) >>
+>>
+endobj
+844 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 250.929 320.014 260.667]
+/A << /S /GoTo /D (section.4.2) >>
+>>
+endobj
+845 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 239.801 345.474 248.656]
+/A << /S /GoTo /D (subsection.4.2.1) >>
+>>
+endobj
+846 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 225.908 368.942 236.701]
+/A << /S /GoTo /D (subsubsection.4.2.1.1) >>
+>>
+endobj
+847 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 215.89 273.91 224.746]
+/A << /S /GoTo /D (subsubsection.4.2.1.2) >>
+>>
+endobj
+848 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 201.998 348.518 212.791]
+/A << /S /GoTo /D (subsection.4.2.2) >>
+>>
+endobj
+849 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 190.043 368.859 200.836]
+/A << /S /GoTo /D (subsubsection.4.2.2.1) >>
+>>
+endobj
+850 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 178.088 424.787 188.88]
+/A << /S /GoTo /D (subsubsection.4.2.2.2) >>
+>>
+endobj
+851 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 168.07 231.9 176.925]
+/A << /S /GoTo /D (subsection.4.2.3) >>
+>>
+endobj
+852 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 154.177 323.114 164.97]
+/A << /S /GoTo /D (subsubsection.4.2.3.1) >>
+>>
+endobj
+853 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 142.222 272.443 153.015]
+/A << /S /GoTo /D (subsection.4.2.4) >>
+>>
+endobj
+854 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 131.377 352.006 141.115]
+/A << /S /GoTo /D (section.4.3) >>
+>>
+endobj
+855 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 118.312 341.905 129.105]
+/A << /S /GoTo /D (subsection.4.3.1) >>
+>>
+endobj
+860 0 obj
+<<
+/D [858 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+857 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+907 0 obj
+<<
+/Length 1851
+/Filter /FlateDecode
+>>
+stream
+xZ]sF}[QZK^:i$L餝)66S$\@r3^! e!$g=?zyW Qz12}yQAhi%FſKD(M磏CcƼc"<Z^'Ro,<\ʓyyGY>}c}0'o‚`Z}żlv
+xj1ywufN>Wn_*`~C0d(FJx1?0OѬE$YL1H:pˤ芏bHYw%KFwMB7Jmp&V
+C ?@`Z`^#H
+/b)9zȍ^C߅)G-ނ|0R<(p)!V;'1O%/
+uY# &)}l |z/en ?0mP~m.珬lUe@ HIZPhbzRM
+endstream
+endobj
+906 0 obj
+<<
+/Type /Page
+/Contents 907 0 R
+/Resources 905 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+/Annots [ 856 0 R 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R 903 0 R ]
+>>
+endobj
+856 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 654.302 317.303 665.095]
+/A << /S /GoTo /D (subsection.4.3.2) >>
+>>
+endobj
+861 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 642.347 275.044 653.139]
+/A << /S /GoTo /D (subsection.4.3.3) >>
+>>
+endobj
+862 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 630.392 372.346 641.184]
+/A << /S /GoTo /D (subsubsection.4.3.3.1) >>
+>>
+endobj
+863 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 618.436 363.214 629.229]
+/A << /S /GoTo /D (subsubsection.4.3.3.2) >>
+>>
+endobj
+864 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 606.481 392.907 617.274]
+/A << /S /GoTo /D (subsubsection.4.3.3.3) >>
+>>
+endobj
+865 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 594.526 327.21 605.319]
+/A << /S /GoTo /D (subsection.4.3.4) >>
+>>
+endobj
+866 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 584.508 231.9 593.364]
+/A << /S /GoTo /D (subsection.4.3.5) >>
+>>
+endobj
+867 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 570.616 341.13 581.464]
+/A << /S /GoTo /D (section.4.4) >>
+>>
+endobj
+868 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 559.771 282.862 569.509]
+/A << /S /GoTo /D (subsection.4.4.1) >>
+>>
+endobj
+869 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 548.643 311.602 557.498]
+/A << /S /GoTo /D (subsubsection.4.4.1.1) >>
+>>
+endobj
+870 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 536.687 302.801 545.543]
+/A << /S /GoTo /D (subsubsection.4.4.1.2) >>
+>>
+endobj
+871 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 522.795 285.09 533.588]
+/A << /S /GoTo /D (subsubsection.4.4.1.3) >>
+>>
+endobj
+872 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 510.84 343.205 521.633]
+/A << /S /GoTo /D (subsubsection.4.4.1.4) >>
+>>
+endobj
+873 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 498.885 373.591 509.677]
+/A << /S /GoTo /D (subsubsection.4.4.1.5) >>
+>>
+endobj
+874 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 486.93 450.608 497.778]
+/A << /S /GoTo /D (subsubsection.4.4.1.6) >>
+>>
+endobj
+875 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 474.974 350.359 485.823]
+/A << /S /GoTo /D (subsection.4.4.2) >>
+>>
+endobj
+876 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 453.057 244.729 463.951]
+/A << /S /GoTo /D (chapter.5) >>
+>>
+endobj
+877 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 441.101 270.948 451.894]
+/A << /S /GoTo /D (section.5.1) >>
+>>
+endobj
+878 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 431.083 377.327 439.939]
+/A << /S /GoTo /D (subsection.5.1.1) >>
+>>
+endobj
+879 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 417.191 264.888 427.984]
+/A << /S /GoTo /D (section.5.2) >>
+>>
+endobj
+880 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 405.236 302.027 416.029]
+/A << /S /GoTo /D (section.5.3) >>
+>>
+endobj
+881 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 393.281 268.015 404.073]
+/A << /S /GoTo /D (section.5.4) >>
+>>
+endobj
+882 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 381.326 238.321 392.118]
+/A << /S /GoTo /D (section.5.5) >>
+>>
+endobj
+883 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 369.37 218.977 380.163]
+/A << /S /GoTo /D (section.5.6) >>
+>>
+endobj
+884 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 346.526 274.875 358.347]
+/A << /S /GoTo /D (chapter.6) >>
+>>
+endobj
+885 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 335.497 240.507 346.29]
+/A << /S /GoTo /D (section.6.1) >>
+>>
+endobj
+886 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 325.479 287.11 334.335]
+/A << /S /GoTo /D (subsection.6.1.1) >>
+>>
+endobj
+887 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 311.587 319.502 322.38]
+/A << /S /GoTo /D (subsection.6.1.2) >>
+>>
+endobj
+888 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 299.632 370.381 310.425]
+/A << /S /GoTo /D (subsubsection.6.1.2.1) >>
+>>
+endobj
+889 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 289.614 206.109 298.469]
+/A << /S /GoTo /D (section.6.2) >>
+>>
+endobj
+890 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 275.168 280.521 287.123]
+/A << /S /GoTo /D (subsection.6.2.1) >>
+>>
+endobj
+891 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 265.704 235.166 274.559]
+/A << /S /GoTo /D (section.6.3) >>
+>>
+endobj
+892 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 253.748 203.341 262.604]
+/A << /S /GoTo /D (section.6.4) >>
+>>
+endobj
+893 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 239.303 327.763 250.649]
+/A << /S /GoTo /D (subsection.6.4.1) >>
+>>
+endobj
+894 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 227.693 327.871 238.694]
+/A << /S /GoTo /D (subsection.6.4.2) >>
+>>
+endobj
+895 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 215.946 287.719 226.738]
+/A << /S /GoTo /D (section.6.5) >>
+>>
+endobj
+896 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 203.437 320.484 214.783]
+/A << /S /GoTo /D (section.6.6) >>
+>>
+endobj
+897 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 192.035 312.764 202.828]
+/A << /S /GoTo /D (subsection.6.6.1) >>
+>>
+endobj
+898 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 180.08 280.69 190.873]
+/A << /S /GoTo /D (subsection.6.6.2) >>
+>>
+endobj
+899 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 168.125 284.94 178.973]
+/A << /S /GoTo /D (subsection.6.6.3) >>
+>>
+endobj
+900 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 156.17 300.631 167.018]
+/A << /S /GoTo /D (subsection.6.6.4) >>
+>>
+endobj
+901 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 144.215 279.71 155.063]
+/A << /S /GoTo /D (subsection.6.6.5) >>
+>>
+endobj
+902 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 134.197 308.17 143.052]
+/A << /S /GoTo /D (subsubsection.6.6.5.1) >>
+>>
+endobj
+903 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 119.751 320.18 131.097]
+/A << /S /GoTo /D (subsubsection.6.6.5.2) >>
+>>
+endobj
+908 0 obj
+<<
+/D [906 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+905 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F49 711 0 R /F72 762 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+918 0 obj
+<<
+/Length 462
+/Filter /FlateDecode
+>>
+stream
+x͔N0E
+pq=~{ɫH,!;@"nI<{$-4i)Bcs;%"'EEڗE4OEX8'Z&KAhwn
+O]rqYgY\OV= 5@5CςX!P@B˥gW#"wvkD1 *lי+is Z$% ASy"=?% @UJ_7]3r>h\u4;
+{chݻJߕ뗰=F1ba >
+endstream
+endobj
+917 0 obj
+<<
+/Type /Page
+/Contents 918 0 R
+/Resources 916 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+/Annots [ 904 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R ]
+>>
+endobj
+904 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.772 654.302 249.115 665.196]
+/A << /S /GoTo /D (chapter.7) >>
+>>
+endobj
+910 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 644.284 312.558 653.139]
+/A << /S /GoTo /D (section.7.1) >>
+>>
+endobj
+911 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 630.392 256.669 641.184]
+/A << /S /GoTo /D (section.7.2) >>
+>>
+endobj
+912 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 618.436 207.547 629.229]
+/A << /S /GoTo /D (section.7.3) >>
+>>
+endobj
+913 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 606.481 346.526 617.33]
+/A << /S /GoTo /D (subsection.7.3.1) >>
+>>
+endobj
+914 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 594.526 412.058 605.319]
+/A << /S /GoTo /D (subsection.7.3.2) >>
+>>
+endobj
+915 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 582.571 356.849 593.364]
+/A << /S /GoTo /D (subsection.7.3.3) >>
+>>
+endobj
+919 0 obj
+<<
+/D [917 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+916 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F50 713 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+925 0 obj
+<<
+/Length 2913
+/Filter /FlateDecode
+>>
+stream
+xڽYے}
+&nq]NJ2:DIPLR3;i4H┝tq4
+/w_~@E" wZ$qT +~~}O}Ѯ:\tWfDiQ6H +-þm0E/(DORiX&*4VD7찰aΏyԎE&`O%"I_--+tɨ{Xa~in~L߰|Ri 0a6W2sW(eU4;GmPaba^/qiNPIZXkݩ-GqrOHEJ6gY0-]vM{de3aT[yfVk<I@Izg&ԁƯWz-U"66xCAzHB&q%!}hvfu׼:͹{>D)E'0Y;\ &o^}#(cNEdùgk":%s#@dQ=pG~ɬ t !Um˹C3ĉiD<7ؖ=:]7ӕ<=aX !|^-FtS[^X-;?Pt~nc!xvH Ɍw $gSgR.l\{o{@R'Tx/ÂAac9a oV)dCu_tpI$"J/hi#?k%E$ +ٵ=5:rUl6{+wFnMϯ2ua0{d"c.⦕nV9sGTM}vO*V˦j\I|O>[:cG%@D-? (c46t
+$;+8sq)rIW*@\W/zlx*q:.~= {["CU bM[Y*lYg\eT@` }c$DR<(P; [rW%' EQ=y<}ޘ$.b,JǗUjWK^STD|ܮ)S{;nWec5yK{Y|Kj ,aDbG|C^{.F!2r 1㿾ų9*|ݏ?Ea4xvC % T?cL$0$(ē{K"NI Η /ЊN0[5FH2
+} ?UD$-UY?r1VTTg-=g
+hbYasXi[<teoTBl΁ɒKkk¯A,Mh(2
+7+'_WhW`D&s"o79 zGwh8u:["XTK5K^PŤ#|]R
+~a*u@YNiRjPbS L:߰+^-lN#W+{2׊A;ee[f80=rqݍ,*)kspA͸]՟@%ɤ]*弇,>[C*,J&|]wm ^ۜk-+ fD[g5}9HE5ůꋉ=;| J`9C2`I{Kpҩv+Ղde[0i,PkTS \CYqZK&7vYgU@s8uG{ g[¥R
+ d>Rbc4u0keK$f $x_fr+Z3sUKwJ/%hwifSy;Q>gIv[xŐN]Sk
+"L%3+Lf^T+-\ЙvL5l:l@6Av3V˖ o4@*,Y0AQSSٕ b ^=vP
+o@mlos~:)gFgZn8ә5+q<IAnmj-\X^_ƙ0<,#ۓ\Wd\
+endstream
+endobj
+924 0 obj
+<<
+/Type /Page
+/Contents 925 0 R
+/Resources 923 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+/Annots [ 920 0 R 921 0 R 922 0 R ]
+>>
+endobj
+920 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [419.057 465.801 425.519 477.945]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>>
+endobj
+921 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [452.909 453.845 459.37 465.989]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>>
+endobj
+922 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.236 301.708 292.707 313.663]
+/A << /S /GoTo /D (subsection.1.1.3) >>
+>>
+endobj
+926 0 obj
+<<
+/D [924 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+2 0 obj
+<<
+/D [924 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+928 0 obj
+<<
+/D [924 0 R /XYZ 149.011 213.898 null]
+>>
+endobj
+931 0 obj
+<<
+/D [924 0 R /XYZ 149.011 185.504 null]
+>>
+endobj
+923 0 obj
+<<
+/Font << /F71 761 0 R /F50 713 0 R /F28 712 0 R /F68 716 0 R /F69 718 0 R /F76 927 0 R /F77 929 0 R /F75 930 0 R /F78 932 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+938 0 obj
+<<
+/Length 3152
+/Filter /FlateDecode
+>>
+stream
+xZYo~ׯ[FN}v0 H
+贊\hw8%"tF%"&VWe[\4D[`B}uQD}e+2ʎ:z$h06^ưJw(G\Ȍ2U,I
+$|*]~N$zB,!Q#k'T`v3{Ȓy$B+/N'(rE4.I#I"UNTؑ7D3ɒEBg@.r.*'ļ&%!֥Dp9NP0$P٪.SЌnH/{.sSX\dD
+^
+R)wHvRg%92}N` n*_vH"+a[*q狕U. N${5rtR+~AfD2jh-S:B jVD m[<rVX̧WHCXFt ks4J$pE@!z 40R"M?> 'A' THvTzK2Td[l*RO^$Z\f)22C¾H
+CBRΒ7h4!_IIWIr5_/N $c$=<U~SvB/n|ytɂl/!{PR#ͱhN[d~Gm'=w=?5 IJG'ޱ$!vmk~-@;nʇjEܙpgn+ʺ !([mk7|>oѓB8ݕ0@$oQ8mO~)LO2Pu>9^L2wVż& V=xfYwE:-%w:^*5;|n*ͅvׇe?6 &R6߭0N]ˏ8G9id:m(l[{n}Y~ÙR2Gò#,6e}Q2jXUkI#X"-.+e8p\C@!y3yȫⶄ^Mhbz_cYfuҋ
+ZH؆BrX4:C݄ܒ*!MWӾf]'kN7t+$8䈮55yD6ůmq^S#fݮvلV2iBn-,#IF$\I3JL: G681ZC=~DP)CITWG 6_8d|ǀ,
+ᬅY
+`HֈzW]ëy([J0~as$onM7iyM^=\#~}Qy§ig9@?UFYKIgۿc.>afaLCWy *
+n9E~#azXRA8oyñ<
+rV.mm~:XHr
+חVD^*ݛBaQS."*TBS"KP]l<Xc#M}v7o&.< 'w?TJ۵JݯE| 3򩀜Ug.5H^=<e*#)
+´ P%3E:o>֌9dXk͛#wәXo |+u -T ǝxkUiڜ8CHO+YQ}L0|KPNʑxOXأma~*PM)}̷,Gnwsng
+QHI-sJ)` 9\S,#˧\ʎB'ua5zEͩbrl)qo/+ޭj|/=ʳ3MXo vM5PS5ޞ_E/7+ilv苄_/LQ];_
+2sz.ѐf˻95LF{Y儫ž h j궄H;x2`~MgeRwQK繼e5YNRtÉLYgQwLK
+endstream
+endobj
+937 0 obj
+<<
+/Type /Page
+/Contents 938 0 R
+/Resources 936 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+/Annots [ 933 0 R 934 0 R ]
+>>
+endobj
+933 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [287.845 534.955 310.316 546.911]
+/A << /S /GoTo /D (subsection.1.1.7) >>
+>>
+endobj
+934 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.7 149.983 176.172 160.775]
+/A << /S /GoTo /D (subsection.2.3.4) >>
+>>
+endobj
+939 0 obj
+<<
+/D [937 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+6 0 obj
+<<
+/D [937 0 R /XYZ 133.768 269.88 null]
+>>
+endobj
+936 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F53 940 0 R /F57 941 0 R /F56 717 0 R /F59 942 0 R /F54 943 0 R /F60 944 0 R /F41 945 0 R /F50 713 0 R /F68 716 0 R /F71 761 0 R /F72 762 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+948 0 obj
+<<
+/Length 2393
+/Filter /FlateDecode
+>>
+stream
+xYIϯ#PSpxlXĀC Y=M˄dKyKqekVW-qFoޥ eDZ:ܟR0MC<~G)UVZ`)08ƪkNe< Mq8,Yr{ު,c$d0moq(]{+( Yg
+Ǝ})
+fj.mjmndO}\$ŒO;x`@mN ŠCx?8s+z=9W %5b+9Z5g3 K0q6scq"ylfY-XLBӲ>ՑUseȦ:>ȡ0Msw
+'mLZ7y"uㆃ% "?v/>ΉPE"Ӷ1@şXb2d4X"
+%61).lCK@2F0^-uXXVrhE
+V}2='0:[u~Vd! JBT
+,$F/4FdȌ 0tG ڿ kOۋi
+WBa8t_\eb 1ꥑ,F"c* QCmέBK0K턒"f:7k6
+A %$!Y/p 4Aߘk[BDKƐ<y!f# V $)-5gdF}OHo!K8o$|Z"kD<f01
++sꐮru[-˹i><&BDۜ.2cO.F1Ûnc:]}ijkK!8l-gE<&\ +M7<OM8Xva6x*׾k6o|k/f0/Gr6\"\Hݯ?ҿ2} I
+`+&:fiƻT7kQ.qޏ@Vz==};wu쿽?UK|.?TS_ NՉ.ES0&ѧ;Α~*'εPW#fE+
+endstream
+endobj
+947 0 obj
+<<
+/Type /Page
+/Contents 948 0 R
+/Resources 946 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+/Annots [ 935 0 R ]
+>>
+endobj
+935 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [426.099 623.957 448.57 634.75]
+/A << /S /GoTo /D (subsection.1.1.2) >>
+>>
+endobj
+949 0 obj
+<<
+/D [947 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+10 0 obj
+<<
+/D [947 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+14 0 obj
+<<
+/D [947 0 R /XYZ 133.768 599.17 null]
+>>
+endobj
+18 0 obj
+<<
+/D [947 0 R /XYZ 133.768 181.012 null]
+>>
+endobj
+946 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F56 717 0 R /F53 940 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+952 0 obj
+<<
+/Length 2144
+/Filter /FlateDecode
+>>
+stream
+xڭXKϯ@԰KecN6
+^sN~EmW#u,w{Ű/bpV^Te]ED¬(f1`d'[kl(An)lu
+IKD BNmc+0,mo ܑ֓7dTrVv p,QJyGmC4mK{BwBP"d;O?}ѓRIJޫ/0YOdX+3K \K:^|1ZڸJҵmPoX)#H`z6
+m.0TLED?HD:Y݊q`T,>*FP`J@3-
+h3ǫ
+t:GOI S!M,#ϗ.,!ٕ|K6l|CGX/̆Jş77<]XH1uy"17odk)Lbɼϻ)Y'K
+*
+W@Dڕ.fU*"A݊!+j C~(t7L 0~^2m
+$TJW%s\¶ }1B͔ Xe>[ k;?HK;plhR*Z|Y eK NaGe%)H> b ռC'Ic R`9x*]mEo.^zޖ5Ney}Mʄ x~Yv %\+~(OX"
+nǞ\T]fm
+^yx?^io;{0L[0/@xyovxP>fуAmV84mbt%.c->fM7Xy `0
+9 B k(XϠ_7=N!`)a@@5!" Gf&hJ1
+endstream
+endobj
+951 0 obj
+<<
+/Type /Page
+/Contents 952 0 R
+/Resources 950 0 R
+/MediaBox [0 0 612 792]
+/Parent 909 0 R
+>>
+endobj
+953 0 obj
+<<
+/D [951 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+22 0 obj
+<<
+/D [951 0 R /XYZ 133.768 192.97 null]
+>>
+endobj
+950 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F53 940 0 R /F56 717 0 R /F54 943 0 R /F59 942 0 R /F60 944 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+960 0 obj
+<<
+/Length 2757
+/Filter /FlateDecode
+>>
+stream
+xڵYKsW`S>8UƩUUR"!`
+fg]S/1Fkf
+;nZ:&vl{>TtىʺBhOs8P\6_Z|K` f4u<nI%Ŵ.V!XanV`w%G<}V=pf+.8HŲٞ;pnN#7<B-'dd9˵Ý@p*mB& 3it̄*wUQꦡ^ựwڗ'}f_?㿰<뚦 };3\5>iO=Q|̓c=%nbQx~IFU/ Ձ&=F||H١C$
+1Vyi ǜ+ YeoSVÔˁ(Ì8/tx׻iެ}0zKz1 0 eL~þ^^Hk
+Ŝ̔\Fo;8~l<T|}yt^tه0J!h/TB"%p''viV,FoAZP,-$lM&#4{ ͧh0#0uˏ'hyj߄p hgٰ݉v"$U;x";{,K+o ć3OVĪQv`*=5qwZ81
+,-JrG[lpQEMz
+/^?.2ɚR-3z7aǒq7SbM|$šA 5)9\_bU
+X e`ہ4 PUUc8x=zJU҅,/ 8ڒuK?K/%'9 !)
+GS|@ i53q(z!]߬I Pddwo C} N h3\uy>D+ra`9N
+(,lPPTWt:|߯_^adC`5<ڍv+2 >`EmλdFcc
+ ~
+dNVѸK
+L™Au1B
+przPq ZS,<r`ZƉOF:>(Hf"@
+؋'P6V4(RJTIPї#首1ӦO/
+o`
+I'] udj BM$Tԯts!{' Gy O#~B1E 
+:e np)0-8<"ܫGbh};ۦ%Mzˀ=3Un}vmq⥎Y(GqKp=fz]՗mu3s9U> Z5G@ <=̀ U\6}w+u u-$ܝdlq3*tThA^:=C|&deo*SA,xTh"\I:㾤@SS8-
+|źȗNe8~Vvu/\(H`7ocBg}=5SZ3)9/vŴ9Q_'b-jfmڭk<
+ʿdp".
+r-Z0ka"_ E{=nI'>U(Va}5@ WCY5U بq5h.F*ˣ5."
+P+G iVh=r7TB(bEL.^-跷P^6_r'_‡}Z*#%P4^Ѣ ZB
+"|6%$mU#: ,`]#zI@FOx2/c`μS\$vkgaK#PÙm9$p|v{>T}-0+c/d99/-OVGL-хrOM#5.<ys5_U=csj[;p?:p'l +
+Mn^3
+endstream
+endobj
+959 0 obj
+<<
+/Type /Page
+/Contents 960 0 R
+/Resources 958 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+/Annots [ 954 0 R 955 0 R 956 0 R 957 0 R ]
+>>
+endobj
+954 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [404.937 496.339 419.659 508.294]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+955 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [456.004 452.78 478.476 463.905]
+/A << /S /GoTo /D (subsection.1.1.6) >>
+>>
+endobj
+956 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [392.631 365.385 422.851 376.178]
+/A << /S /GoTo /D (subsubsection.2.2.3.4) >>
+>>
+endobj
+957 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [448.256 365.385 475.708 376.178]
+/A << /S /GoTo /D (subsection.3.1.11) >>
+>>
+endobj
+961 0 obj
+<<
+/D [959 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+958 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F68 716 0 R /F69 718 0 R /F59 942 0 R /F51 715 0 R /F49 711 0 R /F56 717 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+965 0 obj
+<<
+/Length 2863
+/Filter /FlateDecode
+>>
+stream
+xZY~_̉vGF /l%jDX#Iʞ=ErZxEjbUUW:O8及d #ͮa )3)LdWmNArFVc| 2J>fD#ږmW|Yo7$_[~Pm.λٔҭ?{o*b/6PͶ]W{/'c!`N'81$o.޾aČξ7\prO Ӣ0sMJgKTܜwICzn;bFԼWBm!$dHГ; `$5DJn lIle^m^`'Mu-KoJ?u~X[uwHs9xrͤU-kvy0 0xA !. NAG0^"েL"i&A%f0
+)Mڠ:I6(kTSĨ$H2FFiq3J22x=2.=FZ8_RL!)/I=Z!ƌJsU c2֭Wm۲i:U?W7U壃~b" <ZArIpI6xa`qk fFIJ## h2EeiiS%?#b&)hANA!X ! Gуh %&,p3
+"Bʤ -``YQ&V;ϟ !@j3/S$W]B$X(sp2'>>'?F!$1sqb=( yhȏuN7*>ܫnnH@+7U?%„L[T@bOL$O_! ;>Hb=WylA(= ذ:Ar>|!<?ExQ `Ch.
+}'
+=s$ ɡ'
+Jzث>^.zl
+;x!nusҩ_>8Dt;FI
+6ۛE
+ >X=k=ۦ\ppuږۿBB-il;n⺨`DR1qS["_BwdC[w,ҳ-Kˤf"x^6MݴaPYNr#6qj;; ق6x;4N`&7%h.Ycb[O | v>1Q.MBBJڌc7ċ~A<ۍ#rޗ=5BmE vy f7rM\S6ץwq";Hlѧ1E룕.w-$P$vX<"w̛h9{=k=׋^Uٔ ݐh
+M2qHĄ>;!ӝZR.I!
+c,::v %$kMpO=*3&ؤ2g5v|rY@>}ӡzgϫWz ]/jæ UR=^s9g|ǹKeAw'ܹt| ΌBX[z)
+endstream
+endobj
+964 0 obj
+<<
+/Type /Page
+/Contents 965 0 R
+/Resources 963 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+>>
+endobj
+966 0 obj
+<<
+/D [964 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+26 0 obj
+<<
+/D [964 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+30 0 obj
+<<
+/D [964 0 R /XYZ 133.768 318.797 null]
+>>
+endobj
+963 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F41 945 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R /F50 713 0 R /F57 941 0 R /F60 944 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+969 0 obj
+<<
+/Length 2828
+/Filter /FlateDecode
+>>
+stream
+x[[~_AM/v
+5 ۖEŴ%bH+qDKq҈Q9Lʈ@ܨvڧ v)[& :!8Fc:%9d+qoxN-'G\E2xEо*9y+ h 꾈B|;ھD l_h=N=΁R0!#eΣ-gZ SuEѢ悅f}/6 n* ַ?-ZX4ZW1-_XE?Xj/9"o'e  b44R<4DDv:[Vue?~UuNUs))HH2<V,Tu3Vj\hT-lmjG]DJUt
+ا:$6'hx8,\m9,8OVuxq Wš{}tL,n@J1
+*rʨ\X}9n}ٴ<PPl>Gh=ڏKxi9->88.&jdܽbM ]/ķN”_7ߤ%LR
+k:a:bt;vh1mb#)CeUTqH#Jsj
+qx@ph ~}͛7XU+i{FFؖWZ
+x#5VaIaNVdp/p)*
+b:Ns#E6I7
+*!R,Ye{`bĔ,LOZ4aL#lSiiM)ѤLE)ZIFsBS8 ! &?8yRda)u+6%97$]UOF|UqHX][9!tܶpmI{kY.6H*[s$qw4[@&ZR.gb  Q\b]Ik(job_卿b_t7|tه]ܝZ
+endstream
+endobj
+968 0 obj
+<<
+/Type /Page
+/Contents 969 0 R
+/Resources 967 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+>>
+endobj
+970 0 obj
+<<
+/D [968 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+34 0 obj
+<<
+/D [968 0 R /XYZ 133.768 197.574 null]
+>>
+endobj
+967 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F56 717 0 R /F59 942 0 R /F53 940 0 R /F57 941 0 R /F60 944 0 R /F54 943 0 R /F41 945 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+973 0 obj
+<<
+/Length 2925
+/Filter /FlateDecode
+>>
+stream
+xnܸ_Gpy۠H"E_@Hch&^#H3Kbo's4Mh+%XurJ,.TrS$զp~Qz:U9 1ی*RǶ2=L)$ Dd Ilv;,6-j.DJ5,˛`,k}yu,KJyOqƣ9eD3[L=CGbZ>r,˶;4}+C@|* )aL4Fd8fU`DZ'Ơ]a &{43,tU_}v0
++?(W+d8t:iL&FŇbXn SjqŐ蹛+\@J٨10],41DdahJ#;HJ!YF,X9dV&0'*yկW4aL5Sr}M
+! mɃ2:Y'3ƭhFtfo
+?o D=tVfc 2rteROI5 Q;.,P y
+xbM1 Nؽw.@z\SuӇ
+!\jNw\p'ECMwc@Bm}K9Z#^\ >D
+_eHt~ ߵ+A֊FEhzВdY(猶{4 {uF> 5-j Xw
+#f0y]D]۰R-d.B_>rhdez9{PR|a4R},%es
+ w"I[ ʭ]}M}{%FDKAypc8젂w|]DLBajƆt]ugvnץeEРrkPete
+kus8 =g IX~(]%#/mu{pjBz!>dt8BluHqWI ЉM=E lb:Z}b΍TMQ"' HlB&|#e>Wd轛<BG :|YcZ.+C=h^~]Ϻ]?X>T]X;t`hM^. #]}иGx$٘^[ /ַ%1ޭ3R 0tc_" 5 [zǏ}o!P
+$)
+3A$v'hf7~
+>cH$N3T9:Czc bx
+@r70kh\kM}QL9{R/;̰'FB3c@|1%7^N89Ye8X NgIawПHf|3ðYo84Lo,3M@/w=hOOwy
+ l.!b:Cte̋g s> 2qЩ7E<+(_
+endstream
+endobj
+972 0 obj
+<<
+/Type /Page
+/Contents 973 0 R
+/Resources 971 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+>>
+endobj
+974 0 obj
+<<
+/D [972 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+971 0 obj
+<<
+/Font << /F28 712 0 R /F56 717 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F41 945 0 R /F57 941 0 R /F60 944 0 R /F50 713 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+977 0 obj
+<<
+/Length 1133
+/Filter /FlateDecode
+>>
+stream
+xڽXKoFW>R.[QKX"J !TV >qI|3C)$co=etډţ k% QM='zd&ԢNRȨu#f/f )i>#a;E^~xQn"z64GxN{xh/ [ָFoe= 5^+T+G>dX5_Sd2v~s 2Z1Bkc
+f
+A{թo<MeEBv@N׃\Am0dW&%JZKY@cX4$xBŮNa~ݽS=!DarRV
+0%R1ŒCic3ߘ4]@Exs ࢍ4@t )]n:Z@Y-$=I{#I'*"Iqk2*K`ZIN<[У\|H Рm' ukۄu&{h㫁}hfN6[d=$_/hNAI6|6o=ނ
+-r$lGUO$Xl}qdA9B k]!J7
+ [oц VkB;$M"bNXfPfD;_Go2M
+endstream
+endobj
+976 0 obj
+<<
+/Type /Page
+/Contents 977 0 R
+/Resources 975 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+>>
+endobj
+978 0 obj
+<<
+/D [976 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+975 0 obj
+<<
+/Font << /F53 940 0 R /F57 941 0 R /F56 717 0 R /F59 942 0 R /F54 943 0 R /F60 944 0 R /F41 945 0 R /F28 712 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+983 0 obj
+<<
+/Length 1927
+/Filter /FlateDecode
+>>
+stream
+xڝXK-k Grr&04b E5T{F39o4a~zǻw+<Wzu[4E^tn}78-t֟mj2Q؎m**Qʌ7&Ӭ=l~x2 62"vD'KDeε8%VUrZ"*WNi7-$/`PElN5 On[:Nf\,GY,ȑiA ktX"r:WuFnqȲԮ;XRB]ݰgc[y_o֪<izˍ3[5ݑ՜׸‹T,\褼R^hizi-*\e,{VD*8yoL):z/uqJqZU7澱}ݬedN.78UQDq;5A5낽|Z<d::ޮ m4Ictt4Po]ύ{Qw^H;Ҳozx#ޘ jVv7 xgGnCn!a RU"[Xиʅf gVd Ls\~!S7'<E|Ba? 4 \#/ ӕRQ oDAjb<yf$P'
+um{3|X+U$?)@E5K<ϑN)_ / xP5>RI! %O>jdCt<n߄S;|JG;9U֔HD7*X|C2 ^v=#< _
+c<YK]tWj^KIGשX!WC]eD&sN/MlDj9)O+pNLJNAl<u{ B>i$93.0)ɪLs9O1~J=ic!!$^~<-!m}LTJ,BICþa{$5i}DgBV> */eiZGΣ}lK^JwtP<:>ecC69@ƑFpɸ|rvc/)nj7|!bS1?mNM~o`'zk;9SN/ZzA1n|M&
+endstream
+endobj
+982 0 obj
+<<
+/Type /Page
+/Contents 983 0 R
+/Resources 981 0 R
+/MediaBox [0 0 612 792]
+/Parent 962 0 R
+/Annots [ 979 0 R 980 0 R ]
+>>
+endobj
+979 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [386.273 155.481 416.493 167.436]
+/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
+>>
+endobj
+980 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [277.735 124.154 292.458 134.946]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+984 0 obj
+<<
+/D [982 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+38 0 obj
+<<
+/D [982 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+42 0 obj
+<<
+/D [982 0 R /XYZ 133.768 294.418 null]
+>>
+endobj
+985 0 obj
+<<
+/D [982 0 R /XYZ 133.768 184.926 null]
+>>
+endobj
+986 0 obj
+<<
+/D [982 0 R /XYZ 133.768 152.492 null]
+>>
+endobj
+981 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+991 0 obj
+<<
+/Length 2673
+/Filter /FlateDecode
+>>
+stream
+xڽYKW,fE]8rpA
+]5*'b+Gb]¤WRwΐO3lvvb;}s{l'_f8*8*S:?ק]V*H jmnKduLrBҸPU>4OpF<<~rH:9^^NX&%}TWr?U$2o۝QծdܯnRWBD SDjr=0/2KdxKV 8"dl9u[6*9}b?w{#Nv-) ("ceW{zޤ^88hZt:Ozh$CQY\%7~ٲ*X`V.
+;}aFhH7hd:PaH}А-$<ӀVVŻ&&<!8͔"0;z9 'hiT[dEZ2\;lz9VY\s^q&n 1XUva1[)/TR`7+GZ[ǢzuB:}_B2ftXSϜ=AhQF
+癆;* ":
+BP13l8 {@[AS9+/k3H= ' "xagLaM s@Iyи K`I'пs ~6ߑE^3 bľQoP<X H<ζ9YPFTwR&/g4Loyz/;n
+]=
+*>sKLԐk LO4r(fd ^6/:,q؂/_,`հ?R2uqYo]/rB tE {[px0+ȾjpFʤ]XQB+^+apiı/wZ.<eq ~MB/ˁ Q±'Q!
+\,k?
+EU?2܁[Rc@V#Fo$|:l" af5B ({y3f7m r *Ḣhjv7f
+==H]
+fxؚ7(n2J&tsmUVr`8$D "x<OUYBo2w]-"熮mdFxs\}%.7c
+X^ o x׻<m ĥ5^`*`oI.4%7 `
+ R.zٲ{$ & qn@
+jY@اRtZ,d>ݽ㛱
+endstream
+endobj
+990 0 obj
+<<
+/Type /Page
+/Contents 991 0 R
+/Resources 989 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+/Annots [ 987 0 R 988 0 R ]
+>>
+endobj
+987 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.753 622.421 478.476 633.27]
+/A << /S /GoTo /D (section.2.2) >>
+>>
+endobj
+988 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [217.904 578.032 232.627 589.988]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+992 0 obj
+<<
+/D [990 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+993 0 obj
+<<
+/D [990 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+994 0 obj
+<<
+/D [990 0 R /XYZ 133.768 639.15 null]
+>>
+endobj
+995 0 obj
+<<
+/D [990 0 R /XYZ 133.768 619.433 null]
+>>
+endobj
+46 0 obj
+<<
+/D [990 0 R /XYZ 133.768 283.567 null]
+>>
+endobj
+50 0 obj
+<<
+/D [990 0 R /XYZ 133.768 179.562 null]
+>>
+endobj
+989 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1001 0 obj
+<<
+/Length 3445
+/Filter /FlateDecode
+>>
+stream
+xڥZo6_ZRyhI=C]-X+IZ;pZiMn 5~ 7ە\JW߼3rU*WzJLyM!TfV׻/I{:*g#+3&amiQZ{V=,y5Dn0ISZeQ;G황_tIl3PP߶SD}tȡ6D+h2,xh<<lzz3\߭UI[*4nI~T3֛Ƕc.Af[ڡg;T 2AbXrJd1"
+$c2͌zEtTT)cs!+9Mq9Y?D,1tM*4H48OՌbҜ/,W\Ȣ5yW6),X-Lɴ֫M)2} ZT-o
+?{,~ ^l0bgc̟_9'<* xRePZqUn3 \84\4Ӧo!"eJdg6ymji]^l{n}ݵzjZ%KXz0aA\ij5Ll;P҃%pD^m a8ڭ2ԢM:\L<Q&RF̋7ufFޙ= .Rõe%]#к9N[j1c֣c _F0OohC
+IiC7cSMy]f6Y!Yysи94"tuSt15[`>5k qXC䝊ROOb:S`2[ޞ?*e,^=x:{[IUir膑X.:릡q7Pe _75}兌;/ms "AxT}XUiǀBmw8X&t=x1aHţ"б+ls}YQ!0{5
+:c^?Sľr(rQ6U
+dhhB_B%+m2p]X_@o's:dpi4Zۮ'z;zkdTKT@چW{s<mɜG*{#YFGE/MM(R7n\ CZ1
+2njf+MRSʗm,E譫UbRz4x׎)%
+
+jtGbbxS▔֑'H`OeiSVIA
+}Z'!cZXRdh. KL>9V1t.Xl?6ةoBs¾2,+ɶ8/!HWI*q]q K!= D!O|8N"
+k6ra1&,pL.r!;;0sSex vR%n܊nBI<])`*RBOQI11ϻIY,qq7cmlHߟ'Xm4TO7M1lm cyZ/); bmtH]"imrnGy(Hz
+|ǡ!?N9 Xs;7_>53G<+j;UKm
+QU\_4!Rʙ|w,P Cn΅X{ 1Ii~zcOq REq
+Q+:_.J
+a(ꔀ5Hc gXXg@l蚰q
+]T*,SR.?_ =oPH ~LT:| ,j K*|{D#xdERn z$0si8ԀYT o5C}86wvD% /*T]}S2ߨ_c%ؘ ,EjBwDnt8ČDU?-Lo_6C<9
+endstream
+endobj
+1000 0 obj
+<<
+/Type /Page
+/Contents 1001 0 R
+/Resources 999 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+/Annots [ 997 0 R 998 0 R ]
+>>
+endobj
+997 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [227.169 235.318 249.641 247.273]
+/A << /S /GoTo /D (subsection.3.1.5) >>
+>>
+endobj
+998 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [342.215 211.961 356.938 222.753]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1002 0 obj
+<<
+/D [1000 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+54 0 obj
+<<
+/D [1000 0 R /XYZ 133.768 199.526 null]
+>>
+endobj
+999 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F69 718 0 R /F56 717 0 R /F60 944 0 R /F57 941 0 R /F53 940 0 R /F84 1003 0 R /F59 942 0 R /F54 943 0 R /F68 716 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1006 0 obj
+<<
+/Length 2760
+/Filter /FlateDecode
+>>
+stream
+xZK6W萃Tċ
+\b`LXy{fTguu,74ow9Ml ӪQ tpzFaizv>`f淴9EyEZ%D9O$%phlwYw|/VY~ւ"J sN/Ob<͔+gn⊆ hh'?Gc+ƭ jΜK$%3yL,t
+\rAϳ1/6ؐԎTd#?8&:xHڢ*m]hVWi~*Z6"0e>?7*A s|AOE<t6y0rCkU`YϚct|+(Ƭi*ΐ.eH~i Ӿ|_iDolzA|USd0+gh|j|$Ю"d4l:!PT[ڥi7 o,HOtg )ny*զ##T2+BD'&Y\Ey=I]S呺1&rd )Dau"¤iNngfB \Di#aVnρťAgS0,>ÔI0%]ENlY(5\Ha5?gЅj۬}D S_:<L , S㈄[Uyj78JOZzd#&{0` Aa)L`v-˼>TKձHe$R/lMNu
+{K&
+,&/,tz+<yԵ@c$n<@`.
+R '-,Cj+RXX _d:KFeM7Vz{Ŀ yL[u/ItugwĞ[d:u}
+N
+Z?O!
+endstream
+endobj
+1005 0 obj
+<<
+/Type /Page
+/Contents 1006 0 R
+/Resources 1004 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+>>
+endobj
+1007 0 obj
+<<
+/D [1005 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+58 0 obj
+<<
+/D [1005 0 R /XYZ 133.768 569.606 null]
+>>
+endobj
+62 0 obj
+<<
+/D [1005 0 R /XYZ 133.768 290.997 null]
+>>
+endobj
+1004 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F69 718 0 R /F49 711 0 R /F56 717 0 R /F53 940 0 R /F41 945 0 R /F59 942 0 R /F54 943 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1011 0 obj
+<<
+/Length 2858
+/Filter /FlateDecode
+>>
+stream
+xZYF~_ G06 G@IJ8F/uxݗSh~{~]}#rtw? eH
+(}b<T$a<{J?#;}D~ ]7b-E Ap-rHLD"MC hdfB$CJqPdĿJ<bR
+ 2 To#bĥnt#kdUEJhL u\(WpaHV֝Jmۥ մ!`t
+&,n}۠msaOABC} Y( B# <cȢOBy d md
+qG6 p5ق
+
+=+;2x" %r0p
+D^S-.UDlK᪯S4FIUs2Y4Up \̈> CL@n P[ ScP}.?*jZip ga]y RA-WtF}3}9}޽No_nLj&h$ThOZ》8.
+pSX4M H2FaKBsb!3"&v"1<"
+I&
+Vp#nA +Wi8.Mɧ$mҷѰŠʜG/zk0zfЉԐ~:/:}ocr`yϘdЕӇkkְÒLW54o` H?C']Ap;7nn|Vșh 5槦p-Ɖ0*5pvOu؏oc:OZs?o݁a.3vR^zT}Su' K^wj_R.DD]+F|RgmPvx_l%/peTj(DJl.?(%>^Ot+R#HʼngSt/4}L[+_*Dd_`4} pQ]¾-; QTA} ᛛjnCsAY22LUW6â|Zq|̢" ׭P~ꔔ|C!䓆t(Ŀ~1m2 <r1/
+3_4M zT+Ri
+5$YZ4Ϋfź&-b!.U?ܽPE@rB$DWΩKNa=tм5li
+i?ҞI]^rI0"zX=O;|N%*݆O L& NKZC
+endstream
+endobj
+1010 0 obj
+<<
+/Type /Page
+/Contents 1011 0 R
+/Resources 1009 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+/Annots [ 1008 0 R ]
+>>
+endobj
+1008 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [223.849 368.921 238.572 379.714]
+/A << /S /GoTo /D (section.4.3) >>
+>>
+endobj
+1012 0 obj
+<<
+/D [1010 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+66 0 obj
+<<
+/D [1010 0 R /XYZ 133.768 410.719 null]
+>>
+endobj
+1009 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F57 941 0 R /F28 712 0 R /F54 943 0 R /F41 945 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1015 0 obj
+<<
+/Length 2532
+/Filter /FlateDecode
+>>
+stream
+xَF} d =؎x6$7H70[ռ9vYhEu?]Dݓ%I%Ypawy8\p t$%] p(!2My;^__^x't,Ip ,Mt(d\jP\~gj_Dmhh gτi1$cijѾvCof/]q"O\CAxSybdC{(TwC"fBM
+
+goݡ67ؔ!pQT lM~ЛPeRR'
+HgE,bn/ ,V(54~/}#5鵛:_qۏ童jng)2
+u1'? !<3rOzؒV{Q~OS4~Tl|Z2&S14‰,!,}(t߃{&+&֮̀&JܘRzZQ9|׬6w\=Hnt >q+-u4N2)ST Zk(`,ԣ(],j8yv5 _[zWf-.~k1'ZS: d{Ȗ1{j~J 'g}"H4א`e6& 3d#kvNvi,! ӐEnS9T . VBx&?}FXO$ᑽ:suygt15#h"SHl{:Hg4hiI #>>q' oxJ*hAJ-J
+յY)M
+#ΒGQC[쫗rx8,L4vN
+[iƢ#{ Ԛub+,ZX:[: "&Crw~=-<_.j)|!aX=q/9MB:Mi^1<д pW I,xj߃9kjs W1RqMѫq#Zw݌7D;`}a6lkO{Ha_ ˋp
+endstream
+endobj
+1014 0 obj
+<<
+/Type /Page
+/Contents 1015 0 R
+/Resources 1013 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+>>
+endobj
+1016 0 obj
+<<
+/D [1014 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+70 0 obj
+<<
+/D [1014 0 R /XYZ 133.768 420.962 null]
+>>
+endobj
+74 0 obj
+<<
+/D [1014 0 R /XYZ 133.768 365.569 null]
+>>
+endobj
+1013 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F56 717 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F54 943 0 R /F71 761 0 R /F49 711 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1021 0 obj
+<<
+/Length 2819
+/Filter /FlateDecode
+>>
+stream
+xڵYmܶ~b?D)}p8uQ H}HQn[iwh^jw3J:_B$5Ù*Xp󻫋tJ$jJ&WQh|UzI_ʗaO&oۢگ7*V^V2]+}zO]~lG}'_koBeLBhjz6ykUmcNuziSe,ͦ,ڎ:j; Fػ;Y.-K{ -? Bݡnqp!x!0g Z<ÎvM}aZRK+D_ywA~5gq(}Zn}E-ح}Ҧ>
+nmނB0?9orۗiG^L7exDz|868MQ-X,
+yN[2`<% ǡ4/XĬ"?1*Fk#a5Nx1/<uIR^\Jx(7`'0CGjs GpD#ld}l,=|
+"" B?6 }-'VْďA氠$v?^wʢgZqv7<+.]@U;Sڶd0b?E\=F@=+5+`3{M=sUZR
+6"2K&Б#3[8@_yF ? DHc%zD֩h4@~$j$U4qYWդ'`jħii$S
+6*䊬Se(@Í+ʒM,/#Ctm^T[ {Sd m=kCPWO0S3 D UqԍQڧ|γ'ou_¦l ڰ3 ;9N;dl%簏Iml ;(P8YΉ ~+>S&hDI1oXDzr
+!<L K99J fqS\!49/
+,_xtHz7ENrnTݦclxum[" P?wyOsoXzP
+UvqDO
+\~1s6%BTnRx<rNRMwj)+fBcW%AbzkzXňH05
+52W8!+3IE H/޾VoDGTcr'u:+2-7N,C""{ p/|T}2T'41RO
+ݮIBbL/6Vg55/B?>-Qp9%DA
+FxfU+|2?ݟʶݤhrj^s38U-~3>P<?EH
+endstream
+endobj
+1020 0 obj
+<<
+/Type /Page
+/Contents 1021 0 R
+/Resources 1019 0 R
+/MediaBox [0 0 612 792]
+/Parent 996 0 R
+/Annots [ 1017 0 R 1018 0 R ]
+>>
+endobj
+1017 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [235.034 363.206 262.487 374.276]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1018 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [355.308 271.377 382.76 282.226]
+/A << /S /GoTo /D (subsection.3.1.11) >>
+>>
+endobj
+1022 0 obj
+<<
+/D [1020 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+78 0 obj
+<<
+/D [1020 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+82 0 obj
+<<
+/D [1020 0 R /XYZ 133.768 474.47 null]
+>>
+endobj
+86 0 obj
+<<
+/D [1020 0 R /XYZ 133.768 350.262 null]
+>>
+endobj
+1019 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F56 717 0 R /F57 941 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F69 718 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1026 0 obj
+<<
+/Length 2793
+/Filter /FlateDecode
+>>
+stream
+xYmo8_ s.{`=l.mmqxĨg&=E6QXdȇ'W O误 Or[iDXÄ5Ieu> 믛}7aE&,ߝ-J!?pËd CqJq۵<qNg#~+( &0-g9M*4F2 ˹7G
+XXY`?C`
+L:=h'
+ƃ>&w%Azۢ
+MqS_xŏ=Rc~I- 6ɩMc~;Ӕ`!pE|YgӖd5o_̍޶3
+iU?~q q|hc $Zϱ`zWO.%(r=3Zˠd#
+I\"<Mw7CwC#8L5=0Jjhbk_a֏_?j"FKL~35L&06_X'7~D?yx(#"^lQb~ֳ2ݴȂ~jQ%XTeS[d.(MB4%}
+ɟW*}ŧ xI]4/K#:3"vy0.00v,> 1]ePs2<UlA=F
+\8cx8![3WU/,_^t*yEKѽg"1{;gw+oaW)"1VBf&1V4pnu8~QR>XtRex
+qC͗oM]F9rסȡ:e`H~(?,X!m_y[*2\_z=y-veO&e!s*9:^[u]MPE4`lPQCV֌wLbb=:UZ/
+S5}(wuw=(Nh+0X*N9DPel;e37VY Cj6:}WfhK|GwUB_ E] mo
+Ԧnvt[6Fj]}<Uᚁ:ֱDu#XiT+yt
+YG-z~_&k
+endstream
+endobj
+1025 0 obj
+<<
+/Type /Page
+/Contents 1026 0 R
+/Resources 1024 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1023 0 R ]
+>>
+endobj
+1023 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [196.872 214.51 227.092 226.465]
+/A << /S /GoTo /D (subsubsection.4.2.3.1) >>
+>>
+endobj
+1027 0 obj
+<<
+/D [1025 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+90 0 obj
+<<
+/D [1025 0 R /XYZ 133.768 541.621 null]
+>>
+endobj
+94 0 obj
+<<
+/D [1025 0 R /XYZ 133.768 191.527 null]
+>>
+endobj
+1024 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F56 717 0 R /F54 943 0 R /F49 711 0 R /F28 712 0 R /F60 944 0 R /F57 941 0 R /F69 718 0 R /F68 716 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1032 0 obj
+<<
+/Length 2741
+/Filter /FlateDecode
+>>
+stream
+xڽk
+^`>RƁ~J{JZUq> gwr _N{xӫz[r'*YVRk&*PڮQіwkT;Ejq6FFh'6*G*uñh~(pJ#nPo-Mz޻?TC~har<?43MOH?R5վBZT 0Gg BXYeѮi T]_ԛՎ]C޼zyevƄy&= N""#n{&_v,YDD/SxǾܗpXN2fl,n<<Y|,O D/~/9C3+cd!9=lJ:{~m ,gҥupw ] Ӱoʶh)jm%CoNoH|HQ=Qi):R+<eSYԼ'Ӝ#C^(oBt;]s<)
+o:ڱ%Fi2l) {tu/<#'+fVjM$8zs,Tj[4MurƉt,6%[L9
+_HB0E_a#PwCyb&F!T= 8 8 l*9q1bA>˞L*ޛcg˧]'x!Pz27
+.?m@ݦ 7d0I"^@܂鑌N49:ɵGsIw #(m,󉭱
+NYSMZ$oLzREDbzo2M~b0[(kBM
+(;eR.< ~=F,t#^7Mn"eET1BeRֱ|CWvpP틇w7cV`kalՐ7u9 IjRI,b" zBW.Pqoy>gkZ? JF $d/L~<aPN/s؀zP~&qR)><Pl=!mI
+q$+!-AKӋR%2y-jF@5
+7ΖCrq!KU KvV j1Ѹ,7D |Ⅎ!f˟|@ŵJnS
+_+`BaԨ6:Vs 81H? )l%sX9+*5Q&k8y'Xؑ N/dtɏ)׫Ih<.*.<+$T,HUS8I+ %ձ dP/g29nY2`cb Y8
+3 8f!Fq=t|ڔƓ-I/zFk 0]/=Rs⹜kT<e?;1]r
+t_0d:T1.f< Kݾ$\$6ŮJ
+%A͓0g V߹.d>'mɼǸ
++8ru
+U:Fgr6W2!$xJBv13j&B;\,nuXnp]I~hsFKZCkMt)rrZ
+,b0:(IgJe & Y+
+]|ЖuG2nKHN(5SQz(`lb BS6KTi2{>{XlxK#/#RU5Դ Fqx}@ѩɑ<Z0[&3rU>, 2?T}}{Sཧjp/Ge((u
+u ݯhOXOL F_᫭ƿm ҏx1 FRoJެ1% !GIz~릗(Goq2_@4n{6?t'bz( S<m(_>C5NI$q6JR8ߛ_iM̋H&}]xYᅶ_<܎
+endstream
+endobj
+1031 0 obj
+<<
+/Type /Page
+/Contents 1032 0 R
+/Resources 1030 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1029 0 R ]
+>>
+endobj
+1029 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.311 193.341 187.783 205.296]
+/A << /S /GoTo /D (subsection.2.3.3) >>
+>>
+endobj
+1033 0 obj
+<<
+/D [1031 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+98 0 obj
+<<
+/D [1031 0 R /XYZ 133.768 251.138 null]
+>>
+endobj
+1030 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F51 715 0 R /F69 718 0 R /F50 713 0 R /F56 717 0 R /F59 942 0 R /F54 943 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1037 0 obj
+<<
+/Length 2244
+/Filter /FlateDecode
+>>
+stream
+xYK6ϯ!@d`̈d=۷Lm֖ܝT(Ѵg:EФJ%XϯtuX>Wƿ,]Yfs+! *42[V?'߬7ȒO\8ehf?`99Y
+XF^nx;Yj)xd.0j`K>g5ӹr%̄k#j^?LөY <WaB$ɮSO0<T5U+<$D
+#԰LiTUS'@U홞\mB'ǘ2c
+/粭ELC2UM73y ]CJ~'Ekͥޕ; @K`z-zn˧GLCճF 
+΋C֎vX-(X'I<("rp15s;UʄbR5T$nQcSmo“fOoʜ!t 6Tydd5A3M=3&#.$*ԍd%'<=9\ѪC;ݧMzGx-,4/bZ۹KKi$gMD-,Y*anM5qOqkʔ %n["nЯ,1EQr4bd4cfN j̛MX 73ͭ2. 8_+L&s2*W<i.i\K!:H~p+@ޢϧ!,v^LD3:o}]2KxNcWS*նp'6.P%>ZbUUϞ`Y,jC.Y1Y̳\*O
+0J 9b=G1T#yQ 9ƍZ1?r DD1 /ʕ5Ttq;.b習llњ ?et~Md¨EEmУRˢ]Q;kp`;]N*//L@T n&2I7ǰBV=fD*ܗغޖ>AK?O<P_`u;
+(98`pgz{/sy*^ı49mRRx[(%zopo.mH w4'Ӊ)S ɰ2^>9=8aVo?@
+B[A3KT"jXX`́?7tiC4q:h&Ѫe32Ge#"c@|:&nXP#=+Tİ`@I;0ORgCC۶7(L寶q
+endstream
+endobj
+1036 0 obj
+<<
+/Type /Page
+/Contents 1037 0 R
+/Resources 1035 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1034 0 R ]
+>>
+endobj
+1034 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.594 121.301 152.317 132.093]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1038 0 obj
+<<
+/D [1036 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1035 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F28 712 0 R /F69 718 0 R /F51 715 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1042 0 obj
+<<
+/Length 2528
+/Filter /FlateDecode
+>>
+stream
+xڵYIa
+Nvuܧ`ewjI2&<B,8Zٶ6{_D}_Йlw<dUtK}Y|!:|h>F3=\#5RpQc戜zY;
+ɋ0tBT1UeJDžys8d'\8{qFI)VVNaqC]r7~T)R $,Bt d4V
++D ~Z8Bnq|AecaF6??>ȠX@S0< rE
+ &
+U<8(a +!UiZtr™(PA϶# cy`xil5^v7U!"LVdIFHȥ+e鐙(D L񒄽R_:kd.elT6pԒ =Q+m<غWNp1N~)IhfIuF$g/>.SC~X ʃc9* ]qڬ ^;0wc9g@*\&F.Hn,wmsx֋dS&߿X*,1 S2V9`!' DGqh(Qq> x;`(G@L<Yz9Uۖ;J
+endstream
+endobj
+1041 0 obj
+<<
+/Type /Page
+/Contents 1042 0 R
+/Resources 1040 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1039 0 R ]
+>>
+endobj
+1039 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [211.919 459.834 218.381 471.77]
+/A << /S /GoTo /D (Hfootnote.3) >>
+>>
+endobj
+1043 0 obj
+<<
+/D [1041 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+102 0 obj
+<<
+/D [1041 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+106 0 obj
+<<
+/D [1041 0 R /XYZ 133.768 542.095 null]
+>>
+endobj
+1044 0 obj
+<<
+/D [1041 0 R /XYZ 149.011 128.717 null]
+>>
+endobj
+1040 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R /F60 944 0 R /F69 718 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F33 1045 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1049 0 obj
+<<
+/Length 2759
+/Filter /FlateDecode
+>>
+stream
+xڽZi_
+|󋕑f)^Iu>_>ͧO?65զ 2TP(M$,~ȍHjaҫ^ 2/N?Nd/0.^:jgB 9VI~|hAf
+-V[fbe4]˖E7m.qn{%meMWl="6Xnae}vWU#"Kv}5fL4'N]*fp(T2|&]Lgx()]֣fRfP3U+a=lջza~A#ȹLF$B1+)W #iXM
+I v.Z>>ン>9ҧ<GӞO>g[7qODžI\AOeRK q z5Q\ Ɍs> $))~:MshK=c"߄[v5>}k҆Dq2j.?r4
+#Vo|]Vۄ[sba`#A݇3oMAUga ۼEgOoa?bC`4XsO1 .[KA;зm#G0c)X`Kz-5˱m1}e}h"
+\a()Lӊo 5b DȣKou~U ctn~%qNy*3hT"*]A)hث^ʛ1S
+>ܟ+Hng{ _)J0,LF&g}nG 5ojKewM})[ƅP]ͅ1̮??0ˤ`^0fGs}tj1 )MtӞD 5+C7źL` 2eRl9?>hؐl K/hXah+Ez:!f:MіNMy N ێ
+ECR &|u',[@!@' ta gCmlQO}B|Wn1BQa?R {}QxY6h,eNӐ9a,L:uP k"WMq2
+6)OGhŸ>yhft EѺ\lCcW`KBp]0a.og6f7f͗aM K*&N'<g\^C9ɩI5f[jh\ -EIIQ$&OB`;g\ @[B2q:Br/gS'kF=X! c15Ca= a_BJ<C a@9+&ջ/
+z D> /gzkzlK.|EVBhMd_dP)$[ug
+zMUfB5 !@.udŲ{imu.UV2%2Y5
+lH<BTYh
+ĐF}hADC)zy!TOܕd-LiB"aH0䱪eW1@ k 8MwS6u5f9%;(Cψa|׉M76<NܱvYpmSwS}م
+ %kѠiYϧX @*b<\>| LU0 {q
+~ݩm
+endstream
+endobj
+1048 0 obj
+<<
+/Type /Page
+/Contents 1049 0 R
+/Resources 1047 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1046 0 R ]
+>>
+endobj
+1046 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [333.718 449.394 340.18 461.331]
+/A << /S /GoTo /D (Hfootnote.4) >>
+>>
+endobj
+1050 0 obj
+<<
+/D [1048 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+110 0 obj
+<<
+/D [1048 0 R /XYZ 133.768 402.08 null]
+>>
+endobj
+114 0 obj
+<<
+/D [1048 0 R /XYZ 133.768 264.202 null]
+>>
+endobj
+1051 0 obj
+<<
+/D [1048 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+1047 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F28 712 0 R /F54 943 0 R /F57 941 0 R /F60 944 0 R /F68 716 0 R /F49 711 0 R /F72 762 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1057 0 obj
+<<
+/Length 2695
+/Filter /FlateDecode
+>>
+stream
+xZoF(Dh. CS>ߜ
+Iofg)ۗCA'6J/˷G3"D\Jftjitb$S%"Kjg%LWpl/mD9-4J%LZG\vrs *aGTB1-{jy\:vǬieUY]4Uټ'mQnrėk˔dfkˌw.6M{so? n]ۑkf1OݱʋR
+KR>}`V=|p О gQVD|{4jo_¨DuTlKzXT5 &p^?m^Ux:C#;j
+eX"͉,
+)mc:X<zuQv-Ҕ%0QgE?Li03<|j7
+oڇcD n厞n .jWmOy $uQ5wzQۈo̲3I&!ߖҿ=.SH,iH(|uxP|5M K*ƺϯ-|BԾh!V3mc=28IO88=X3$<Z/'0ltI-FE'7S;^ƁIi
+\Ƃ֋rBL|RKv+H17Zb^J!# !l3uP 6-R&0샳\?
+g-ߦ(W#`o2@`RWǮXYWʢ/Q̦!'Vy1D4OY]fS üKŻDJefQSPÎ]Màzpڲ$Q<g vsuuF':3IA-_q&v5~UwnW My4Vor& IIq؄MY$OG
+vM  U `U$ Y= ˱v+7X=zD_lfټS֘,OibJ[&u $Lt)LĨ18$I;߸/gp,2n
+.|pd=R.Ȝtr
+i
+?9sql$ FI _W0|@2HwIO\?['d&|_Ǫ+I{3%Q}þG>j&e|)|RY5 Wܡ]vml{PPaXy BJIӬ
+endstream
+endobj
+1056 0 obj
+<<
+/Type /Page
+/Contents 1057 0 R
+/Resources 1055 0 R
+/MediaBox [0 0 612 792]
+/Parent 1028 0 R
+/Annots [ 1052 0 R 1054 0 R 1053 0 R ]
+>>
+endobj
+1052 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [236.107 528.316 242.568 540.253]
+/A << /S /GoTo /D (Hfootnote.5) >>
+>>
+endobj
+1054 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [439.756 154.033 446.729 165.988]
+/A << /S /GoTo /D (chapter.5) >>
+>>
+endobj
+1053 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.609 115.417 174.242 125.739]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1058 0 obj
+<<
+/D [1056 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+118 0 obj
+<<
+/D [1056 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+122 0 obj
+<<
+/D [1056 0 R /XYZ 133.768 302.239 null]
+>>
+endobj
+1059 0 obj
+<<
+/D [1056 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+1055 0 obj
+<<
+/Font << /F71 761 0 R /F50 713 0 R /F28 712 0 R /F53 940 0 R /F59 942 0 R /F69 718 0 R /F68 716 0 R /F56 717 0 R /F49 711 0 R /F72 762 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1062 0 obj
+<<
+/Length 3422
+/Filter /FlateDecode
+>>
+stream
+xZѢgoQi *MH^:[-Gos;á$J˽ݠIQ`Hz87C~Wt*Xa]VB)[&gRvL24k! Ͼim}߮SYumM]V@GyTI櫵pL~_|YSSE}ms9TQuǞS=n`oOaF?uuUeN}P6kS^j^@5s/XaH{H]ͭ1Y\+zCwSyV5osԡRz o^=]ko^8HzCs-6%tgTiQ]^ݮqhva6fg4K !>.:p0֨Q{:##]QR
+f[J8JSٗVz;{f}
+ve0p7Mؒ.gBÞMHHf8%WOt-Yö-i+(YA09e<-uHσ mc!bF^Rs T?^ˆh֧8SJ 9+&1Ы\3>^8vd%:;}:_3^}@@ZA2?wZ;t1Z0 F`2^KL
+׎76(J-gg f t; N{%PaË G/M*(l! TpҪ r$ʙv Q1<>/Jd߅x d(h.ITI#SłQY0%sч[Y1&YRKkm3G`(}`ɬVL!ju,<z۔U sbdxK\D1hЭKGӞb$Ciވ،{׵MHd#u[rwi"Cm3uFd+*llS Ng!Uxʑ19.gGɦM !p%
+T#.H
+GD @=vx7# t= 4c=. a|,ܣPHwXr㭟T? ]DO#B=8-"$L8G|T"Win\>7$O؉Ʊ+rwT 2.r7YVjϚ͏7h{ޱV- aۀ 6
+ Rק0v* Tw_R=|z3
+HB? qBCy>#Y7LOdVg>.ȥ[ܚ_c4F_HH'/o%$VvԢIm~ݩ#jv(Q9O3@$`
+CМMCwp&
+5Fwc?;B$qti%3|ӞS[`LușF'4/oS
+endstream
+endobj
+1061 0 obj
+<<
+/Type /Page
+/Contents 1062 0 R
+/Resources 1060 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+>>
+endobj
+1063 0 obj
+<<
+/D [1061 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+126 0 obj
+<<
+/D [1061 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+130 0 obj
+<<
+/D [1061 0 R /XYZ 133.768 207.637 null]
+>>
+endobj
+1060 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F50 713 0 R /F53 940 0 R /F69 718 0 R /F56 717 0 R /F59 942 0 R /F60 944 0 R /F54 943 0 R /F57 941 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1069 0 obj
+<<
+/Length 3364
+/Filter /FlateDecode
+>>
+stream
+xrF_J̉ñ%r_]?Vl rD2
+Yt^3}`d(MfDqsjw38&ss${ҋ<{pƲ&dAca
+׼[Y᠙_j4yU7ezͤ6<ZFPbuDXqAF |WSe0:cʬM2q$+ £YȖf8l]cܖ1k|4jS" q+T/lQ
+VEV2k74K<ekʵ5'W`ztIC[ "d/DQP&10˪(
+r;|Ũ_@΀$z,EVԱ[jj&_YǷU3<Jf4q^&Xȥ*ʪBJt2kmZv6#
+9
+hT$M9gLlkQK<Do.3I##ԛIV3xZ18%OB"hN|w}'/ u qss={h'`+:SJ奈@ "$V39x@|]? 8H-c"@s;2usSv0!ڙZڙȍ*=QgEj8r )hM5 [1q>yL}8`}
+daG1gc.?qEP*T,8]+(kS*GE
+|he.õr]B|Гtxp ;P?S!]C=#
+)}c:bԘ A 38rR?RE_=^2=g, g1!qebB9>6?qutEO g#ɛb6XخtiP֦6S];ԅJ$Ews(㽤ӥb:HO$ ՐFQcD7vRb{dʢ?f'B0N۹AD^;{mwx,[J)QʶMs=eR?[â#)lUDd>RC5lelA,ݪ-jj g2<(6OqDn2t9Ϛ|Eɑ`Nm0
+44xA:CgwcT:c"B!f>T`op* P&;zT.|U[2+j"P5S5wQ)RP!3BCT:x{7Ԛ;<)/|Yܛo^68!)'LL4gaOn}WM)dX J_ Zexjsы)E|+!wc&s| cGPՄa2ʩG2=ѵ۴.GAGl1Ҏo ^%xuf3<p$jsB .ʫzFQ-}WU ="ꇢ%Aec9Eﭟlqރ_t$K6JK6"t+Ppї}E6M[hOӏW /A!!&ޟ`c%`Wt }^I2,'ufC
+$!K!(:O~xkr4MvB>^\iJI <]m< 1Í 0.j+Q2LF 9~4EP|mŃ_mx0u"'G" vL0+:8?̾I2C&-M>ʟ6Ss?Ptkv&l A}B$>Ձk;D#un XW W#Q 9JReE;۠n\Y c77=!qk]1`3HGlyb|gF "0Hcn-53@}6!RxqwykT]us|F;@.oHu:PWf3)"t6'Ѳέ]UKRS74͊
+\ы16U[JqB{yfҌ0S2=>ef
+lna;sxx8beGӦQYN~ľdmmA;k4 pI+ެ,*!WqzJD*V/`Vqlc|[m_9iYuI˧$xIxგq칮5 hl9>;+ȉEe {8@"Bщ(\S)j|~7 )j-?I\j<e5>!~[h_h:ZZ5uPQ|OZ\ d;7›v1)"fߵ/!Hw{&</pm
+endstream
+endobj
+1068 0 obj
+<<
+/Type /Page
+/Contents 1069 0 R
+/Resources 1067 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+/Annots [ 1065 0 R 1066 0 R ]
+>>
+endobj
+1065 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [432.26 470.118 438.722 482.054]
+/A << /S /GoTo /D (Hfootnote.6) >>
+>>
+endobj
+1066 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [229.357 224.551 235.819 237.567]
+/A << /S /GoTo /D (Hfootnote.7) >>
+>>
+endobj
+1070 0 obj
+<<
+/D [1068 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+134 0 obj
+<<
+/D [1068 0 R /XYZ 133.768 412.814 null]
+>>
+endobj
+138 0 obj
+<<
+/D [1068 0 R /XYZ 133.768 328.75 null]
+>>
+endobj
+1074 0 obj
+<<
+/D [1068 0 R /XYZ 149.011 194.969 null]
+>>
+endobj
+1076 0 obj
+<<
+/D [1068 0 R /XYZ 149.011 128.717 null]
+>>
+endobj
+1067 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F28 712 0 R /F68 716 0 R /F49 711 0 R /F92 1071 0 R /F72 762 0 R /F62 1072 0 R /F65 1073 0 R /F76 927 0 R /F75 930 0 R /F78 932 0 R /F36 1075 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1080 0 obj
+<<
+/Length 2675
+/Filter /FlateDecode
+>>
+stream
+xڽZYsF~ׯC n܇Te+zQHHD 2
+8 >/p|o-~E[[[hM?)< Q< 5`a[Uqϕ@g *g lIӁG yq_\A]lWE]>mƟJg$Λzo@"gDR8{˄,7 `0''~|5Q Mԝ^nC
+7xSa:+M.Aԁ
+)^`>Ypc#,a_z. G *xX޷@y +2)UG(66M?` f(Ѻ5іI.81vzzNrC.w=W}d! E,
+8eln9q{W$':ALHbx[=Xf1<_$zκߐ9$8#lH@ hq>4]]|@U (i%fO 7l?(/>HN eB9@v/c`2&Es9X+fl{B"B~52Bd0) ~CUGh&21;_ALGC0bٱ`b&4#ΝQzRJӥ6P<XlE W;LjCmʕص9;rmt1P&
+7E n8hJ11Bn
+H*˶"$)WLp@Gh]n]pfT$..Xe5.
+zTVBT_?}U, Ge*"*앖b#L*As;TX:zdX?,Xlm}@`]U苩5`q-iq6aW;Kpmd2Y +@#s{<~]~l,Bl|Q$,BZd\Z09I.Hqgr7z`t/beL~Z YA0yvO^qU7˺g]
+H2}s`lII
+= 8^q8jwN& R2߯hC\³%a)K\ %Pw8xCg4~z
+iN*!~
+(|+{+B6jsi9Hpwsq*c'|T>t,tc nS-v<$^Eԣ]39Qڞv@ s;q(Wٳs%
+)LTNi+%G8 (T A3ClZ[HwnrrNޕ9z5N&ĔlAU呟u8[(N f>p#+ @8]7qn"(>JC8\1BT|\ԩGm-Xp9e0.^ 4\6?
+v\G`#&UB[_q1-F 
+.f?@X=vaz抅=fprs3c5^4qJö+TҶ˅l
+endstream
+endobj
+1079 0 obj
+<<
+/Type /Page
+/Contents 1080 0 R
+/Resources 1078 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+>>
+endobj
+1081 0 obj
+<<
+/D [1079 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+142 0 obj
+<<
+/D [1079 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+146 0 obj
+<<
+/D [1079 0 R /XYZ 133.768 647.37 null]
+>>
+endobj
+150 0 obj
+<<
+/D [1079 0 R /XYZ 133.768 251.351 null]
+>>
+endobj
+1078 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F56 717 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F55 1082 0 R /F49 711 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1089 0 obj
+<<
+/Length 3153
+/Filter /FlateDecode
+>>
+stream
+xڭZm۸ y|I%yir@Qo-ز-9`%KZwKFp晡d=ᓟ.W/~|IR#j"f¸I,*_Nl{l?7õs mv`zTH
+i0\K'"$R'DDK"NsɄ.)DL 1 3\M>Y_&Mn=sVpzϠ:V}U91K`HN*vLJ.2Vpf̅bX2p]^ն;n"2œnjFDXƌ#8>lǙ)hT0p8)uZ^Z1 5 ̓IMCݢ_D2Z1.YҔ&Y^pR|̡D܂c1bҚxృ0$̕]2'~߭"bPͦ:n3௦euO`.7!ËN8_fp H:/}I31몦]4ٺ:/:;T+jͿ~
+)?}%-i)s^24^Ѧ4[oM@曎g*do<HzZuyjJ-M/_.씝 D8~Dli9n
+,ngkCpxBDja–pPK
+Oddv9b[QU.p~թznbh0~z>!0q^ip<6a)E(е&ߢ=ị:[˗o:;~TYN n]2|u͕A:pQR`G 0-8һb>aZpt{iȚB `Fjx)$m0" }$7
+J}#DH@t&_Xbu|<pcdFs_h0?[p
+
+M;* ~ۇ. ,|g)A ^AA`lUx'?~n*ER
+>E@][[k{Mv\pMTm
+Us7= n2ˎ195ݓNǾ
+%!@f (vPb]R%ogN} 8/V_ag4J$eeYQ.Pm_
+V37y^+Pq~ӝbW0
+㒖9ΜVHai.|65,
+SgEt;q3h{-a8t ?Lm{'}'~gw;?w @uL jx_1ӞDGA =}.dɼ7ϙ {m6{#? & 0LqL4@z(gM_|{`}B3dm@bڐёs_qě~"ob^pl`P6 4=! \͆>Wh$@H/ܱ9"tWC{B ET)H=fG4 a 4~ %p
+endstream
+endobj
+1088 0 obj
+<<
+/Type /Page
+/Contents 1089 0 R
+/Resources 1087 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+/Annots [ 1077 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R ]
+>>
+endobj
+1077 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [451.503 622.536 466.225 633.329]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+1083 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.575 550.252 185.027 562.207]
+/A << /S /GoTo /D (subsection.2.4.13) >>
+>>
+endobj
+1084 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [229.423 550.252 256.876 562.207]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1085 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [444.381 406.322 471.834 418.277]
+/A << /S /GoTo /D (subsection.2.4.11) >>
+>>
+endobj
+1086 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [376.282 116.319 406.502 127.112]
+/A << /S /GoTo /D (subsubsection.2.5.7.2) >>
+>>
+endobj
+1090 0 obj
+<<
+/D [1088 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+154 0 obj
+<<
+/D [1088 0 R /XYZ 133.768 300.68 null]
+>>
+endobj
+158 0 obj
+<<
+/D [1088 0 R /XYZ 133.768 208.922 null]
+>>
+endobj
+1087 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F55 1082 0 R /F28 712 0 R /F58 1091 0 R /F56 717 0 R /F41 945 0 R /F69 718 0 R /F49 711 0 R /F93 1092 0 R /F54 943 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1096 0 obj
+<<
+/Length 2330
+/Filter /FlateDecode
+>>
+stream
+xڽYKo8W
+R6k086%
+e'vA}YVoyO{Ai0h+^>2!/y38<W8Ԕbυi Y/rއ%`&v >RbbV$L.PJyD(5z$čuݏ0
+BB_CK\C q[Β[\ae)ek,+{+J1e{LhX!Aۮ3t",Cif`Ȼ$,k11SP %ʑ\(GDe @Gf2Y;k
+7[Zǚ`]4uY|{`$]ٸԁ59p'A F`u 4;AL169-i}A׮X+48 3N/qx 9/SNQoo;Q󆑬3F3@!F b}w6Jp1‣ H%$c*~M!֏lY4ˡـI)|+;`yK{
+kHh9)RI/8}[;:">gJ^~ajr°*W4f3XYϭȼ^4Xz n[ G7J~0昧v0m|\߅߉vE(+_~qba\{nRwʛfbvrå1EM1ĕoG ZDO_oW(Je܍Hp
+pz!ŘwՋ +2OX(j|#9Evs],p?},ˏ`b 8jn}3{tcv-pE G\\N[sr؛PC @p4 miz5a#%!6va)SdFCuBH,>RIR'=ÛWGP(!Ožu ^^K.h8Q8*YݎI'*<،#3LFhO 7_t /1 ՃԇxY>0"L|;b.a "mtR{rބP@ۺwy8՚??QoKRpAW8t#|
+Q
+'ccje $]6g'LkGeSHk0!Fʮ
+endstream
+endobj
+1095 0 obj
+<<
+/Type /Page
+/Contents 1096 0 R
+/Resources 1094 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+/Annots [ 1093 0 R ]
+>>
+endobj
+1093 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [295.972 192.662 323.425 204.617]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1097 0 obj
+<<
+/D [1095 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+162 0 obj
+<<
+/D [1095 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+166 0 obj
+<<
+/D [1095 0 R /XYZ 133.768 423.29 null]
+>>
+endobj
+170 0 obj
+<<
+/D [1095 0 R /XYZ 133.768 357.473 null]
+>>
+endobj
+1094 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F56 717 0 R /F49 711 0 R /F72 762 0 R /F41 945 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1102 0 obj
+<<
+/Length 2968
+/Filter /FlateDecode
+>>
+stream
+xڭZmܶ~bhJ)'.RC$mt;Z"i}v ΐԫ{{ /)qpgK7Ͽ\]xi؆1)7W7&1n2 m~N8D^q\]f2iۦnEߖT]
+K>yTàC˦.닗n2iqbI%f~\ Ɍ8-?˜o"b$0t6
+GmQBs&æ?/S)m.MޔO†MO`,{үN꘵D:&dW֑mpJ2·q1QH悶M<Vm?Y_8*
+ c$D 1w`'=>X6X4EߵE_ݷe-ʿD+ b{y[D3qjp*WdʊR7<y{U iRd)(ɗ0NnC[ ~qop
+M`g¢|B:Èl KH
+ۑ2#a=$nL)<$m5MiϞtQ3"3 \՜P"@)rȜ=Fѩpj ܹ "7h][vlƬjc} -] 8/D-f3"fRр!Ffө̎
+m`Z8&|&"Tꝯ1m6H尅2"Lvϝ8hab&ty9tg![w`}ly7Tاe(pUgp8Wyw$hq1{
+{͌Z,C'8 ꀸ Οk'"7t0TF]h\pEeF3@^?V:Ed J;'c€!&ּǷ
+cZ(+9
+ĚyM.< \uRDdjІZ-iYGx.IȊ|Q1bHf):+? 8ĘjS )Lz4-[Qkf$:. f)gO,G
+ T!S~zewy>Ǹy
+>[D`\ KfGj94&Neǒ۩i4lqZݞ>g.kWo~..}d+g]cz@s4c;`+:4_<a}.
+e(u@[=7N}[m~=Ж؜+_׾5]4+tڴ=K{?0Z(`Fm-
+jì`{ `<riMdc!4jQOƢɘ]8vev"3jw` p2i%$^_ʱ3rBc<y+_ K7M>w.g#WLjC=yplYg흷瑩$Co㧏~|* 9( 5ܻ3L,觴jr[2gb8p>䴘1S_6j/gZJ6A2PaWS羄2I]ضlw:)UMZ] ӐmX`H 
+endstream
+endobj
+1101 0 obj
+<<
+/Type /Page
+/Contents 1102 0 R
+/Resources 1100 0 R
+/MediaBox [0 0 612 792]
+/Parent 1064 0 R
+>>
+endobj
+1103 0 obj
+<<
+/D [1101 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+174 0 obj
+<<
+/D [1101 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+1104 0 obj
+<<
+/D [1101 0 R /XYZ 133.768 431.677 null]
+>>
+endobj
+178 0 obj
+<<
+/D [1101 0 R /XYZ 133.768 246.416 null]
+>>
+endobj
+1100 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F68 716 0 R /F50 713 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F60 944 0 R /F54 943 0 R /F49 711 0 R /F41 945 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1107 0 obj
+<<
+/Length 2941
+/Filter /FlateDecode
+>>
+stream
+xZ[۸~ϯ4wRi-]l_
+t(ؚͦP4dҢ<ԅ2mkŦ(<<\H[/?^]d$\/oJ¡!\z-oo..Wc[WWWr/hrf(љWaH6 Y7-U p;FnY},.DqdvS\\
+-@.6o[ 2%&<A%n@Y7[+
+d5Y
+dʻ* RЉ{O(g
+$!*#VDƻt0fFHFa !JNhƇ/(M!F\H$ـ-3(У$=2f
+{
+>@Jބ @5y@gw]7eU<.3Gd3\;q+b5's_%{ge g6bh;r ٠
+
+wߝJAnr?׸iGLQC'
+=!I}1]oʓB88i
+H SN$ 9tߺ.C9|ױM\tkwW\f۫?# @taps:POpG
+endstream
+endobj
+1106 0 obj
+<<
+/Type /Page
+/Contents 1107 0 R
+/Resources 1105 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+/Annots [ 1098 0 R 1099 0 R ]
+>>
+endobj
+1098 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.7 611.39 176.172 622.183]
+/A << /S /GoTo /D (subsection.3.1.8) >>
+>>
+endobj
+1099 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.4 611.39 228.122 622.183]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1108 0 obj
+<<
+/D [1106 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+182 0 obj
+<<
+/D [1106 0 R /XYZ 133.768 598.645 null]
+>>
+endobj
+186 0 obj
+<<
+/D [1106 0 R /XYZ 133.768 528.102 null]
+>>
+endobj
+1105 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F28 712 0 R /F71 761 0 R /F56 717 0 R /F54 943 0 R /F69 718 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1115 0 obj
+<<
+/Length 3175
+/Filter /FlateDecode
+>>
+stream
+xڭZY~_WJ*9Ix򰻮P )
+ -A8Jr[
+b8G&!{LL)q tW N8ʔ$N]LF mEׇ]
+*@A غͣ`tL Fil@)[
+Fqw( --pQPM03)}N0]j1W<G&Y@,|6.wEu郩BHl7P(i/u𶩪硬8
+h
+ݜxΪMJGSL*b@I6^)vgr/ 8I'&Sr 1Z` zB.4S(nIa)aͻK!4dY7}K5oA=IKt ]H'}槛6*%g 2yG*DNcE[۶9Dc
+
+@04?h lvxx|@e3 ,$G3^jCT8Kn
+CyHP7uWD^X9g
+@lHCه@ǨѰ PF6˱Fppთ(.sy-)`8G WO pG[|zg Xj¢\hq \ yV+[pk7'4 qա1:’E({q BCwdn|
+GuTDafe0a!i3P,ˀպBŰ">rb\*OG+(nzBB懶I֘
+lxm2J:=Wd
+A(m>}cߨ}4d.Sf<RpJ4x,CU
+߃i
+endstream
+endobj
+1114 0 obj
+<<
+/Type /Page
+/Contents 1115 0 R
+/Resources 1113 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+/Annots [ 1110 0 R 1111 0 R 1112 0 R ]
+>>
+endobj
+1110 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [285.177 356.509 315.397 367.302]
+/A << /S /GoTo /D (subsubsection.2.4.2.1) >>
+>>
+endobj
+1111 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.125 344.277 363.587 356.491]
+/A << /S /GoTo /D (Hfootnote.8) >>
+>>
+endobj
+1112 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.448 132.045 191.081 142.655]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1116 0 obj
+<<
+/D [1114 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+190 0 obj
+<<
+/D [1114 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+194 0 obj
+<<
+/D [1114 0 R /XYZ 133.768 413.199 null]
+>>
+endobj
+198 0 obj
+<<
+/D [1114 0 R /XYZ 133.768 263.808 null]
+>>
+endobj
+1117 0 obj
+<<
+/D [1114 0 R /XYZ 149.011 144.499 null]
+>>
+endobj
+1113 0 obj
+<<
+/Font << /F71 761 0 R /F93 1092 0 R /F28 712 0 R /F56 717 0 R /F50 713 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F68 716 0 R /F41 945 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1120 0 obj
+<<
+/Length 2649
+/Filter /FlateDecode
+>>
+stream
+xZ[o~XyX#ީ~89I
+}h9. =g/$0;CR%s/N\+Qp83曑bO~/OIA
+vB9'Z0.'\r8̈́Ξ^__d)
+©Ov*+rYOv\/2A4ޝmr3moWXT}o]6wvKHJdڙ씙raao h)&aw40+d-~tcCZ={JOuSV
+Y NWT?؆ 5<,ooy},rtχJam7Bsӥzr7aylg?vR$fZp0p'U;v[M=QfpHI mL29 8\-wy'"G"El
+fɋvqo:AsMs.F‘D?T#%2r=d,'c /xw񺼩o9/aekF_{S]^m.2}vkIx0&(:.
+ha.@yMOD8@
+#DJRI
+m5#TOhN Y*
+I 1
+pl;*C1N J]O$Qy:{Fs!)=eρzt }MR'Ѐ9=M xRhnB5aZ@XO)f kd'*W4%p4q)E?'Ua LY¢@14X(1g+*ebdNsW7c[#[*9$-<4f[
+}p[uju
+341oWmgSVMx6UBԁTv'-& :^nF6a I sX;}C mL7.o]%zx .@ oS}Jݕ(%%;BWLt}GXݶ6} J߮蝼+
+xjNDjN{7)jϾ۟m7O9n1Z٭ⓆņBopEl!oÅV~UμɮfsU"=E
+h/GPY{StvH,e۱7 qGenϤ[JW.HV$#lo9Eyi|v1XTllO
+v~E"FQjAFkdH!.
+%We5sMr*F5
+*.Z݆.4AU.kgy@@.~sd,`*LXCcJ/A]%1'SS
+endstream
+endobj
+1119 0 obj
+<<
+/Type /Page
+/Contents 1120 0 R
+/Resources 1118 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+>>
+endobj
+1121 0 obj
+<<
+/D [1119 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+202 0 obj
+<<
+/D [1119 0 R /XYZ 133.768 181.693 null]
+>>
+endobj
+1118 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F56 717 0 R /F54 943 0 R /F49 711 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1124 0 obj
+<<
+/Length 2445
+/Filter /FlateDecode
+>>
+stream
+xZݏ۸߿ p2OI9E}(P) pLۺȒO,wȡ(Kw\LRߐ/vx=zwӻ.(%lq]PI҅ a\.6#P\Qdn(/-{\DFn <i?\;.2)nbES yLHhp:/޽lCYy~;. u*)IyX2d:,>˦~cz% 3+H*b@y4E
+(s^=\IUr:BB r[MV(j܂*aِ%)P8 ^խK`I&xRl_sʏ㫙x'߲[1 7I5-Wb@v;H5ݓ R W"O
+iX
+v Qт'y1Wy]oKDYw;Ǔm˨G+)iq0lD0)A\DTM5Оi
+|ejgΦll,
+}MXlUx=RL rŬI^Q@ݡhԻ,Ws⅒1k} b]tQBX 1fcfֻi!
+9:d;~hs*
+YsaAΥݲ&&
+a@׳1)4t9P Xs^+7+XEP
+8D޲'o`H<\^{_5m T*-Ҫ>n
+]lQn,E8~o|@V_nm1ǔ)Ki]<׳1ng>+K Ll_7
+endstream
+endobj
+1123 0 obj
+<<
+/Type /Page
+/Contents 1124 0 R
+/Resources 1122 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+>>
+endobj
+1125 0 obj
+<<
+/D [1123 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+206 0 obj
+<<
+/D [1123 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+210 0 obj
+<<
+/D [1123 0 R /XYZ 133.768 214.5 null]
+>>
+endobj
+1122 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F51 715 0 R /F54 943 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1132 0 obj
+<<
+/Length 3296
+/Filter /FlateDecode
+>>
+stream
+xڽZ[~_!E\yuE$Pv[%,QQ{3gHmEr3뙜p&󻋳gbV2b5Sƈ<+f˅6nvq5{=iۋ}h΄T+QmaNEBEb!zBOH'˔x2PUR&v~N6T.r5k c|]纘7>ŰF3Ddz,ۧ`&rXe٫Hrf:Xh!37[n^+|i&~ff2a5[~;hհI'sRL8 &vu>ÜPghH@] mGKX#a?($N8["6XGl\ٌG7u\`=D* #^/sYKQ! 4-4pĚz=տ5\{{yR,ܶhDM J%2JX5%Ya?fIdYlGfPJ.edj^s{](Y{$%vݼKR³_,O FO/tr_"EpUowMz]FΫ]zUƶ
+ 'eB$u)I#q,?:jdL
+ev
+Av(qSωl9^]bo /b_lcXem ^ W#4ADhv®/B1 1,*+jwLʇA$ #E.M^y۾z7z̔PRMkρ?$e!æ8!ƜŹqS=}{؇w]m<mܟ߁Uݮ+u4 )K& JNRL8ldQy]כҐݹ̠a5*eqJv%MWK؜˩ru@rj(yh\%vr#0r9}.g[+ npb[3
+)ǔ=|&>:ǁ1q#D
+M4L
+`AbA[U|Us@m|Yzƍ_8%/s58ZU]&
+?Qb]ET23o Q ۝̯˾X6C(!f,[`gm*N;3"0? Pt1 LI
+tYvQ22=S_H{R#I_X]_H"m"Gc6u奊}1觔m
+w
+%^xZ+Y4+B^26w&(kwmX-`-.aଇwq^X뇡Kj봗43G&yRj{-Ƀ$,jEqܹ]8RvOɰ) ~4c%ijػ5#DĶա]$z O#2NrM[ES0Wõx4S?}moߦrm`TGB:p~
+?F#餳@qT*گ ??/Zo;yV&N/8mC|w0
+# 9Dnʐ]%k,"+׉5 T} 4m dr.t"Qݑ$&eB4fE;E>Fgru_rTc]04/'gfdGAqܔ).^
+endstream
+endobj
+1131 0 obj
+<<
+/Type /Page
+/Contents 1132 0 R
+/Resources 1130 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+/Annots [ 1126 0 R 1127 0 R 1128 0 R 1129 0 R ]
+>>
+endobj
+1126 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.378 393.866 402.85 404.658]
+/A << /S /GoTo /D (subsection.2.5.4) >>
+>>
+endobj
+1127 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.213 275.303 311.935 287.259]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+1128 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [292.153 227.483 314.625 239.438]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+1129 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.772 191.617 221.225 203.572]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1133 0 obj
+<<
+/D [1131 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+214 0 obj
+<<
+/D [1131 0 R /XYZ 133.768 562.639 null]
+>>
+endobj
+218 0 obj
+<<
+/D [1131 0 R /XYZ 133.768 380.921 null]
+>>
+endobj
+1130 0 obj
+<<
+/Font << /F28 712 0 R /F56 717 0 R /F53 940 0 R /F59 942 0 R /F49 711 0 R /F68 716 0 R /F50 713 0 R /F69 718 0 R /F41 945 0 R /F65 1073 0 R /F57 941 0 R /F54 943 0 R /F71 761 0 R /F60 944 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1136 0 obj
+<<
+/Length 2225
+/Filter /FlateDecode
+>>
+stream
+xYKoW@(>$@6Cm3C^#V?cbANjRUU_}]?Njo:1H*ۄ0ԉ
+Q&Ur~?ݗ~dfqu÷s2"$
+qE̿{)bڙH,)y1D 'K^bQđ r( EFٚh4X+AP$_kw_K%A窬nlYڿ yZ5v
+>f[~a+$R$KBX[ Oϛt&{jeUn0>l:fg=.Ln j :/.U08? DIIy]9w5vqO8mKA?v
+&0H!ςH}$ $FH/ҥa),<}&7 +$qKр#NO'? ''W8Yp<9کV%?c MUbu@Vau,i d>Kt1js.v
+iڡ_}F?CGLUթ%z49*-6[E(6{E"mllL*6ɗMVv;R(
+H2kVɰjm{k;al9>y4TO7)M]ڒrpGe(LCE+t#R08"]kaw;_k/rzg)qr%EH8. ))/>-1aQ"Q
+
+Ԥ_ 11}E$&3!̳]bͲBǘc'ϑ #ͷcKHht&R/Q@ &BaO
+mhzfg>n09vأ{b}W
+ޔww ߾C=_W蒨Tƒ'LH/gXK(܁ʯTZ { 骃*cZ&ǨהּjNE ^ZxFPϰNiԸ} >Өz]R#AuT.&R'Ďic3fI4z e`:$0L}\CF_oP[+Nxa%X&åْi>
+Ed_-d6ƙ$8H
+>8R4
+҈o7l,\RCzuӆ
+m=4:NPoR;%(rؑ?m˶#? *mBu _li/.ﶽ,ϷP^KhV;
+endstream
+endobj
+1135 0 obj
+<<
+/Type /Page
+/Contents 1136 0 R
+/Resources 1134 0 R
+/MediaBox [0 0 612 792]
+/Parent 1109 0 R
+>>
+endobj
+1137 0 obj
+<<
+/D [1135 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1134 0 obj
+<<
+/Font << /F28 712 0 R /F41 945 0 R /F54 943 0 R /F57 941 0 R /F56 717 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F69 718 0 R /F60 944 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1144 0 obj
+<<
+/Length 2843
+/Filter /FlateDecode
+>>
+stream
+xڭYo!5Z'
+m,'n#>$ϒ!ΒG(hggal(,gީ4HY8\Jf$aBb\)%:
+W#*勥Ld[*̪5 "\V];%OLRz!>*}X*ϻ-E ]N#]}A qLJB:"0%dVDoj~XyC-mGS_k
+YtT_wq3 I KL,KS=QaT+?~G3XgJZv㗩2p;%&1ڗ_O*Z``i@ ~ǻ5}X{uq$
+x a*ၖ)WUa '[Z)Y:ń#-PɧESZ 8E
+Bkp8 Ʀ
+tyn/\V&0Ž8| ă Mx;c׸
+![_eLuagqBKaOXBՎMz%i|"g>mRA*$ͧBBp?6bH68Du'lFg-놸Nz9D['.r2Ȫp\sCl|J۸
+NhsR Wgi.D|c-H!9*泥/^۪.-ڃ('Qp=7O <r
+[2VGNJ>Ѣߪ%OoOWq FcDGShG| nf(KxI#ŔK
+Ln\xr6yk 1LRB^rwŀTGrKRՇ&^ȉRC K
+n+z
+endstream
+endobj
+1143 0 obj
+<<
+/Type /Page
+/Contents 1144 0 R
+/Resources 1142 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+/Annots [ 1138 0 R 1139 0 R 1140 0 R 1141 0 R ]
+>>
+endobj
+1138 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [266.583 460.901 281.305 471.693]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+1139 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [430.772 341.349 445.495 352.142]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+1140 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [451.721 132.985 466.444 144.922]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+1141 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [471.647 132.985 478.108 144.922]
+/A << /S /GoTo /D (Hfootnote.9) >>
+>>
+endobj
+1145 0 obj
+<<
+/D [1143 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+222 0 obj
+<<
+/D [1143 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+226 0 obj
+<<
+/D [1143 0 R /XYZ 133.768 199.344 null]
+>>
+endobj
+1146 0 obj
+<<
+/D [1143 0 R /XYZ 149.011 128.717 null]
+>>
+endobj
+1142 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F59 942 0 R /F50 713 0 R /F53 940 0 R /F60 944 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F69 718 0 R /F71 761 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1153 0 obj
+<<
+/Length 2915
+/Filter /FlateDecode
+>>
+stream
+xڭZo8޿|YI"-iU-U\INoЃ
+夋bQ"9g734^Vx+z=OW)J%a )WR(DX]"Cd!Dc-ڋioÚѤOڮ9uկS=!Wө#{u[L<)mpʭ{}UyMuR8O \
+d?Dx !QMT_"F\~ED\)cd8:2dn{MSDPrMt;+fcȮ6R)a
+Ķx6\c
+xʧv5gZP0?y(6/%j<ETgE#*ŌESxpv ֲqC˺҉|a ɗSy˓̪҆`&jp%?ŎLrN).8 `aHTDfxHXݎ#Q Q:P9x9[dCDc ŊzT$oFG!6=>8?JCҙGz8=2yvi4JhD>8 YaW؂Q[d5uMFq߹ni\yoܓ%.z*Щ=ek6t D!\s tS猍Tܤk뽊8e%XoIB<䩲rйͪ[..73?t =@뺲&B#-rF+`%Z V*]}5oY{;y>b<m
+<@Q05Qo(Qvd="i2h9Ok4)[}܇ݻNj B N\2:S 6IA}YeM
+TbV|$铂 g9UUWBo
+HK8~oABudre {5PD'
+%l_4IC/0Aj4ݷpm2 Ƿv>6y=K_?^g"L/.2R6W2(WdE$wVGʡ@IW_нIwmX~{/W`a'sU[hd
+i,)8}).I|Qhq
+GK{R!6&#X[<M@+, S* i5&qn×#;"U\S|9S3Dv{1pΐ2~rp Ml,L&U'̹o6ݛ?B6= ic!ğc N"n0<Fzt<ÐEDp$b8g] >H.}Ӹv4olmu~GHP1а0QǞ䄲bw|x73ð/mUc?MBJXx |Խydt {'c$HjL":\~ !#5.`s=0+ [G ABm. ܄yu*218<ᬂt\/d=- 69k
+1oS>_ $4I/F*Nnh;Q= `24WdL 0 e ;gba\ CYj'\A
+mlLa/j{y93ab|
+JE6
+endstream
+endobj
+1152 0 obj
+<<
+/Type /Page
+/Contents 1153 0 R
+/Resources 1151 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+/Annots [ 1148 0 R 1149 0 R 1150 0 R ]
+>>
+endobj
+1148 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [307.491 146.879 313.953 159.471]
+/A << /S /GoTo /D (Hfootnote.10) >>
+>>
+endobj
+1149 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [240.038 125.95 263.671 136.339]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1150 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [284.744 125.95 308.378 136.339]
+/A << /S /GoTo /D (subsection.3.1.10) >>
+>>
+endobj
+1154 0 obj
+<<
+/D [1152 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+230 0 obj
+<<
+/D [1152 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+234 0 obj
+<<
+/D [1152 0 R /XYZ 133.768 248.303 null]
+>>
+endobj
+1155 0 obj
+<<
+/D [1152 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+1151 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F69 718 0 R /F41 945 0 R /F56 717 0 R /F57 941 0 R /F60 944 0 R /F54 943 0 R /F72 762 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1158 0 obj
+<<
+/Length 2228
+/Filter /FlateDecode
+>>
+stream
+xYmo_"㼬"QLEsA$ZqPYwJIk Ii%-ܢh?آp8/h`D'o.N~M%M@9'2I$8('ʅͪ99-ίtyzuED1(%*,~i{V<wYkFD$xMVĮ*{C{wo#_ͦT"pEcT䈉pc_K''S-cn-^΢DE-j>eac[zl6W svv?rC<I<8%<3*"1 cBTVxS#4(4zP,p&i'__rBa*
+h@JDxoO.9X 43ۀIFuU6̏d)a)[FE}8[ ͟}
+^6c,!I :?sT=c(!RGn)="0e"2ul_y"ˡp6P=''磢Z'!jCG5OcRE'pՠ>=(%|NLO*,$Η; $d;+&0ល&_8 BAxK 
+h(¯ٷv5K'`)@05"z]yagזYsÛ~`VΠ`"ܟ4lNV雅]-^W>Z4[
+]o4lv}֮}̧,M
+6530ƖW%R[A&(GBg
+`(OU Qb#`)vl.OI1>J:=.kCLġNPLqp5yv眰h<f1'q :ʇ9 `QMdX
+F
+^,\04@ek&}p)|4P45T/=Q13wev;֒~+"| u?>ijkf_/=PIk832^ Q87
+@u]ז2$e钲ѹuN/mw%ÿ
+Nq;/$E;V1sM '7f1B;#=&[t6;h@i
+묀E} VRp1AW/`
+endstream
+endobj
+1157 0 obj
+<<
+/Type /Page
+/Contents 1158 0 R
+/Resources 1156 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+>>
+endobj
+1159 0 obj
+<<
+/D [1157 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+238 0 obj
+<<
+/D [1157 0 R /XYZ 133.768 427.963 null]
+>>
+endobj
+1156 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F56 717 0 R /F49 711 0 R /F28 712 0 R /F57 941 0 R /F54 943 0 R /F69 718 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1163 0 obj
+<<
+/Length 2722
+/Filter /FlateDecode
+>>
+stream
+xڭYmo_ \TA[ph7@ dST[8YJ%9"CzbI=y!EmD_Ψ~:{QB]Ą :6Q4BEWz eݜ\gn&%뙥UUwk!|*LJCoK9;iw> XٱUm̏m=Fk1(?j8Y "1|~wV\xnZ7E\]ͻ䢺7H8!,E b
+Ylu1[q>X^_1a&Zs#\_͒QEOR( wH&bBM2D*0TH=3lž$Z
+ @Mltu3CшE\bbJI"(۟]h/(]}$IBeDr2" G*QAcY<䙰Iu\ N
+
+
+G%mgҏЮIЃi8ٛ]Zt(Ӯ+l
+)4I(K 4Eүga(7rQؔY"q'͉T:<Gl\>] xuH/X-@!=`z{mo
+?ev@8EZ<,wP.IF l9o'w/* r;6X̐2$j.rXcu!4N6:Ew8y~J_"z(RF _,=Jc0Ӏ.^gn_c+{J۩0TaiKb]L\'T[0KkY(8LnxEpPP@ma_pfU 3o
+ome/:ibw`QKXH+kmOm^MZXS^Q{?:FQvM}м='ޫ"4Y^kw6u+y
+Gx7k<B 9fOq(=>xiFu[}"HnF*'}b71,~ɀqce}\}E;bӇd܏sZB[3-*HЪM}vw:e wؓHh˵b`?kj3Y(r!cfenTkm`c(tRc)ߞ)8
+endstream
+endobj
+1162 0 obj
+<<
+/Type /Page
+/Contents 1163 0 R
+/Resources 1161 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+/Annots [ 1160 0 R ]
+>>
+endobj
+1160 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [197.926 326.524 220.397 338.48]
+/A << /S /GoTo /D (subsection.3.1.4) >>
+>>
+endobj
+1164 0 obj
+<<
+/D [1162 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+242 0 obj
+<<
+/D [1162 0 R /XYZ 133.768 471.993 null]
+>>
+endobj
+246 0 obj
+<<
+/D [1162 0 R /XYZ 133.768 266.313 null]
+>>
+endobj
+1161 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F53 940 0 R /F59 942 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F68 716 0 R /F49 711 0 R /F72 762 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1168 0 obj
+<<
+/Length 2354
+/Filter /FlateDecode
+>>
+stream
+xڽYm6_
+}ݺx2Ʀ} 48eZBDFn0`pWוA@9@mumt:ίSB`;f~䰁~G((/jՓlSXUGw@AΙɳ)lUkp]h[|Afa3
+L@
+#mDZMxF2*%,'dAf8{\仞De)
+qE]Po_dqXRp&0bzHU :,>e-ھrSY0I}L2E}'q>1 &dQ ye :0g4
+lLLPęΆpR}~<ń| 'қ(bVcլW4HwK2ueGqe<!"i(eR ,QV
+> m:)7sxcmqVb-acVGة,Ԝ}hV&.dݪ
+,Lv#hcu!j򺨷%Pt}zǀ̏߭QFt6 $2@DB#5<(./?yXr~4w@dbXnpA<<ignӷ/ao<tx).>3)Ȯvn_9BaB=fO<)%N)}%^G}ӳ$
+endstream
+endobj
+1167 0 obj
+<<
+/Type /Page
+/Contents 1168 0 R
+/Resources 1166 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+/Annots [ 1165 0 R ]
+>>
+endobj
+1165 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [268.188 500.421 290.659 512.376]
+/A << /S /GoTo /D (subsection.3.1.1) >>
+>>
+endobj
+1169 0 obj
+<<
+/D [1167 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+250 0 obj
+<<
+/D [1167 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+254 0 obj
+<<
+/D [1167 0 R /XYZ 133.768 476.075 null]
+>>
+endobj
+258 0 obj
+<<
+/D [1167 0 R /XYZ 133.768 206.634 null]
+>>
+endobj
+1166 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1174 0 obj
+<<
+/Length 2364
+/Filter /FlateDecode
+>>
+stream
+xڵYYoF~_#?l$<.6ާqDHzx߷xɔ&GuW_~/~~wE"PBZ&Jvѻ=Z;ǬnyYMB{ZKm-vUӠ>~
+*[ŧlhhd3*Aw&oi^">vbKRؠ*K㏖Y82EO3JDlrv)=X?P+ |J/6-0|g~ ௛_U%
+z=ˮr=]3v$r/di]g¹[e⚑!E6/+?GC|?On`o_0u7YNf-ױtޤMVc{Y`z͑&zXpVRABk~s'u`O_-F:|X߿a+cq7<d~T1U{c~=xlxS;gus^Nĸ9)cԠ& dqx{cDyzxNCR_Ju΁f 85r Z"63+9N,VJ:U(#[؁,ĕcCRS'6).9TlNV][l)*
+N1@xoе ʐKm;}[j&Z\6HDe2T PPw݈]WÂݙf(aƅe\8[B?{lަ?!L65mfz$^L>(gV6ыOz<M$ ͣSn5`O_>7|VO7rJt
+(tj^L.xA}Y"sI>]#"P"Pļw jD/B̥COM4rx~oή>:$5PG6
+/Ș<)a i V ([N%!
+q
+ KM8;ƨUqU}l&ܖBaQ|shrrc><
+phAwh(V[_ VUY~+]˞\èYmV]a;#,5Q:Y,v i"o)z5J$Ml{1syN,9}VyAn@p񎐕ЄWLΤ b2_cGdd31q?
++Px?ݱ':#;g@{7xj̐}@j,Aڗwe`GO$Ͷ!$Tˎ>˸]贲1mU3]9oE4܀LHc &V6|r
+endstream
+endobj
+1173 0 obj
+<<
+/Type /Page
+/Contents 1174 0 R
+/Resources 1172 0 R
+/MediaBox [0 0 612 792]
+/Parent 1147 0 R
+/Annots [ 1170 0 R ]
+>>
+endobj
+1170 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [344.9 321.311 367.371 332.103]
+/A << /S /GoTo /D (subsection.3.1.5) >>
+>>
+endobj
+1175 0 obj
+<<
+/D [1173 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+262 0 obj
+<<
+/D [1173 0 R /XYZ 133.768 308.467 null]
+>>
+endobj
+266 0 obj
+<<
+/D [1173 0 R /XYZ 133.768 185.518 null]
+>>
+endobj
+1172 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1179 0 obj
+<<
+/Length 2293
+/Filter /FlateDecode
+>>
+stream
+xڥXm۸8]@s@h?Nksmaeɧlp(*-83̐+?__QU2#v%bָI-*]]V]otʓ/;j׷6/}wE]%MWӼoim~ݸ,YoMc߇[;{#x|k(>s2J:q&G8:n~4ٹ)gZuWSԴnn%x*u$~ᡃ`:LtJ9Mota F CUUw UEd)m]7~GZ;kiϵ1ꏾ)x2.F#i_U+pY6f~`R6`#2X@̊a vWP]mDwQI>4G{3-4LLpz 19Fdх343MF=6TvKJh\yq"^lTű< .>`|X;.D) nۦ>Rkf0l渆~]`Lm`Rݞ)5
+M8^K<{0KwԧGm\mNqdýAȍ<'g\!l`" };" S~R\*n;+i(v Uj@+ϒCQƉ+ʒhvHk)zO4j<@\bgR`N>He+j+j+V2ł+
+N/g4p36p4s^M*0_ވ/`5}Ic]q;sx% 1eckH0/^
+-w] c@(Z4L4COɓakL؟гPO&/t1-X b@-e(9\ ּ -Vc/ 8<c:Rry忖@o _X5=-E+7B2X#l<j qΎǗ f̘fzƼ ,Y=$8!`FrVSu`IlϭRJS8wEBRRPyfxB \ ߼jq*<GG(ct*i>M~.ʮbmZ 10E >1e߱yR; O-SQR
+endstream
+endobj
+1178 0 obj
+<<
+/Type /Page
+/Contents 1179 0 R
+/Resources 1177 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+/Annots [ 1171 0 R 1176 0 R ]
+>>
+endobj
+1171 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [205.395 570.062 227.866 582.017]
+/A << /S /GoTo /D (subsection.2.3.4) >>
+>>
+endobj
+1176 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.7 491.911 176.172 502.704]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+1180 0 obj
+<<
+/D [1178 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+270 0 obj
+<<
+/D [1178 0 R /XYZ 133.768 478.967 null]
+>>
+endobj
+274 0 obj
+<<
+/D [1178 0 R /XYZ 133.768 343.966 null]
+>>
+endobj
+278 0 obj
+<<
+/D [1178 0 R /XYZ 133.768 193.136 null]
+>>
+endobj
+1177 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F71 761 0 R /F72 762 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1185 0 obj
+<<
+/Length 2227
+/Filter /FlateDecode
+>>
+stream
+xYKܸW
+Zʾ.B7H3Nv+{pNKufrjgS#ß;?/*
+x,I+ڋ-   /Y`cPЮ.pcW٩}}:}׫Yp9;۟^tK]$ECX& ~mVUQ=L>v^Ry,X,'~MB#ZYS Kfo6@5 4Wj Ə>XR;׺,t*zV cT
+ƒѹ.%xDO^/ڂO[7.?68'k~/ "@$?vVn
+\L">{R 7/l89
+2<
+wPY4cBHƯ'A
+UP
+L) p\aU"J4KƜ/(F;zs1 Y!,P% {p/wD4w=gs_|vqcPӷsO>5ٓC׍:B&.80U{|TTE*' j/7gP: ikx4Q|JÔJN'=Eb2C{,f&&˚y>ғW,Yӵ= /ŋ0 V; " V0qD-f 9K̤q#U@)GT(" x|km4-\-Spc8Z>UWj
+endstream
+endobj
+1184 0 obj
+<<
+/Type /Page
+/Contents 1185 0 R
+/Resources 1183 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+/Annots [ 1182 0 R ]
+>>
+endobj
+1182 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [255.956 211.048 283.408 223.003]
+/A << /S /GoTo /D (subsection.2.4.11) >>
+>>
+endobj
+1186 0 obj
+<<
+/D [1184 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+282 0 obj
+<<
+/D [1184 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+286 0 obj
+<<
+/D [1184 0 R /XYZ 133.768 577.085 null]
+>>
+endobj
+290 0 obj
+<<
+/D [1184 0 R /XYZ 133.768 242.666 null]
+>>
+endobj
+1183 0 obj
+<<
+/Font << /F49 711 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F28 712 0 R /F56 717 0 R /F69 718 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1189 0 obj
+<<
+/Length 749
+/Filter /FlateDecode
+>>
+stream
+xڍUMo0 W(*]:`sn4;G׏l4`PVGfs’7lw7w"O,ZdwH8
+4ή"RP}K]6- M4\ Xq'ax@3c[PbOMq41=Y7P)R.[Sq3N8}ZV5TrT$FmҔH}ɯB5Zk- ݵ? R8 .<M
+mO^R-.]c^~#Ք<7(b[bmG3Zܨ$VS6`ݠn
+endstream
+endobj
+1188 0 obj
+<<
+/Type /Page
+/Contents 1189 0 R
+/Resources 1187 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+>>
+endobj
+1190 0 obj
+<<
+/D [1188 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1187 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F56 717 0 R /F59 942 0 R /F53 940 0 R /F57 941 0 R /F60 944 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1195 0 obj
+<<
+/Length 1720
+/Filter /FlateDecode
+>>
+stream
+xڝW[4~?bߚ&\Tĥ
+AǍ0@K6^gHUPy0)o!y>ރYқgyQҠp_nqXt3 'C87
+ک9xJCpaLBɊJ*bEL[+b拱!ъ9*2#k'<B 7[-ra՚էv>Г*+ѹ2Z Y;ӝmw\,
+ȳ ލT%>#kiK<?k + 򂆉'ϐܝp[6=,k?mu3h7$xg
+̈́rGiq=[]0yZZb|} Z1|rr>@ _[( %%l,gцbVx.W0%vtw_ ڜ,Z;/[
+endstream
+endobj
+1194 0 obj
+<<
+/Type /Page
+/Contents 1195 0 R
+/Resources 1193 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+/Annots [ 1191 0 R 1192 0 R ]
+>>
+endobj
+1191 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [192.555 418.187 207.277 428.98]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1192 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [286.425 291.807 308.896 302.6]
+/A << /S /GoTo /D (subsection.1.1.2) >>
+>>
+endobj
+1196 0 obj
+<<
+/D [1194 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+294 0 obj
+<<
+/D [1194 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+298 0 obj
+<<
+/D [1194 0 R /XYZ 133.768 404.288 null]
+>>
+endobj
+302 0 obj
+<<
+/D [1194 0 R /XYZ 133.768 278.98 null]
+>>
+endobj
+1193 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R /F51 715 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1199 0 obj
+<<
+/Length 1913
+/Filter /FlateDecode
+>>
+stream
+xڵXY6~_EԢ@Q-6mz-d: p([r8ͶI|$"tǯGFˬ6:a\5DFm|HUJX*b׋:~㺮?4^޷___=?4y$"4"OuuWm눳$K'?0SCL ( pf"+f!2݇Rjmn!zi he\|,K}yEԗ,UpfLJnVxZ(SQn4q$WZTC~9r%)R
+;{)@?w,ӌL`:m$q^=ڻ#zpcH>,tЖ%M]ޠ7 x=y޻Rh*oImP.?X&u8ҦɴnΎ0˜RLgdwpJ
+(bvc犼@tyJ87#JQ̘Pj) b20c__,%)UD\ p!b?Q`<C|zzl\ߺ< *$-,@
+
+ؘF >hfq òxǕ@He<>TLw.R 4!j;ǚά)xhp=zѥF
+`F"$@*zbT=t=M>%?%"rԖL_"ToMp'3+%zyuqW7 oht³QKbH} M/ipi[7ȷ(k
+ϗ --OW8ş#Qs<]~!nO~8́w\Czu( Yzj'm]K0vQyyJ1@ 5t,Gѳm7ᖫt2/^("mz
+PZ
+endstream
+endobj
+1198 0 obj
+<<
+/Type /Page
+/Contents 1199 0 R
+/Resources 1197 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+>>
+endobj
+1200 0 obj
+<<
+/D [1198 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1201 0 obj
+<<
+/D [1198 0 R /XYZ 294.36 662.328 null]
+>>
+endobj
+1197 0 obj
+<<
+/Font << /F28 712 0 R /F52 1202 0 R /F96 1203 0 R /F51 715 0 R /F50 713 0 R /F69 718 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1207 0 obj
+<<
+/Length 2721
+/Filter /FlateDecode
+>>
+stream
+xڭَ_1OcǮ #ċC,ȃ%HƞMT{70>뒼;ɻ^IwuqW2N#l.w󦩇~:Tӽ.KSzރ6z3vG IS^:V'<oɶk=,ǎ=4NDi=3&-Vl( 3[%j!–#&SsLJ]= ɷ#OǣxY+a)k:po3dQ*]JȫՀ+35mfjȃpՀ^ 43SЩݶw,XIĔ{t5Zcͥb%qR;C}o^x
+8HSu<;~Ty bhZo{ H+]\SOl#lvfnv JG,
+R-r nVM"AV
+7|=M"Bv)Dr VB{腯A99`_3bOHn,A2,]#kJ,!d{nX8k~FӴhnϋ
++v0[GPw+GeR\51+՗ 9̀,eClo.Kn07QsB8#xLx![ AJKt!F. Dk܎3*gKǪnyJjfеeK!'
+/,~FBaDJ!EuIg)0 ޘTUNּ9ErRz`$oѡzʅ`E
+4j |:SЬTɁǼ\N2Efܹwg!fMpw cd`coW?j9fW{9V9eo4BKqi@s%S(uX60Fџ(-
+|Q\hMGn=X%մfhl[F de_ׄeZ46
+<-3B3Px|
+endstream
+endobj
+1206 0 obj
+<<
+/Type /Page
+/Contents 1207 0 R
+/Resources 1205 0 R
+/MediaBox [0 0 612 792]
+/Parent 1181 0 R
+/Annots [ 1204 0 R ]
+>>
+endobj
+1204 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.26 522.242 432.731 534.197]
+/A << /S /GoTo /D (subsection.2.3.4) >>
+>>
+endobj
+1208 0 obj
+<<
+/D [1206 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1205 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F92 1071 0 R /F59 942 0 R /F69 718 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1213 0 obj
+<<
+/Length 2130
+/Filter /FlateDecode
+>>
+stream
+xڽXKo8Wtnj$ŇD2`9 |s-vlS"R[39XXVU]zwYevťd0"L|u]]'Cz\N)Yl<ɗ, tŔN3#m{\ª #hԪ`VK4 D4ҫtBlBdp š쪍[3cE$ZשtYĭSt0(io wai<Me7T͎ǡssp] %A
+c3P&WwUOp G1.Czl(ǛO6ต&Ħ~MߛiJ KbS]q
+uLVJaUJ{~zPni6e*иfd$(Ŗ;wlV4wk<Z 0c䅷m]evնm>uzHdCZHE` ί=x1UpD N撿|·S,_/6o;%͵{nQx/D/e83Jc
+3 Ph=dθo/]kv4Py"i/ūW r9+q
+ ՜<uһ}܇JSBӆgMڇRњ<~yb}`rqS-""<UuOsM) !% E?PKeptÊ\.9:"")@Z21/ʇj
+oxhYp@)jGѵ=ת4;w@_Ĩ.ovQNNP
+Fg'EM1;)N%
+bc`*o\@{o`O$gYl-b͡yt@X]DGs0"Zzi3Ut_l ʩO3ϴ||`[RР_ʛ4w'esMfVZ(L(#r9ջ?
+endstream
+endobj
+1212 0 obj
+<<
+/Type /Page
+/Contents 1213 0 R
+/Resources 1211 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1209 0 R 1210 0 R ]
+>>
+endobj
+1209 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [440.011 457.006 446.985 468.961]
+/A << /S /GoTo /D (chapter.5) >>
+>>
+endobj
+1210 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [204.421 128.275 219.144 139.123]
+/A << /S /GoTo /D (section.5.6) >>
+>>
+endobj
+1214 0 obj
+<<
+/D [1212 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+306 0 obj
+<<
+/D [1212 0 R /XYZ 133.768 233.339 null]
+>>
+endobj
+1211 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F56 717 0 R /F54 943 0 R /F50 713 0 R /F59 942 0 R /F51 715 0 R /F71 761 0 R /F72 762 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1219 0 obj
+<<
+/Length 2866
+/Filter /FlateDecode
+>>
+stream
+xڽZKϯa1çHf""9$Affn +[ Ib{Xtۙ riMRÊ{7+!Xf\ޯR̦nˤ2C`_aւ,xfkʌڢMn,)[[RgVkᘂ8N>RnދȢ
+l?kHt&HbOiR]WԮͱ mP$X+C^Ӎ1I^6>ruF)7yLvU&++T\$.% /osI[hsSQ
+r8ŶfY-F)^rSvXT
+?Udoi
+zV0Ԍ~fLD
+ U ÌtBC
+~YBF ,> 8 T<N{t
+veM
+& ˊMk \\2mvit-ΘV^mڋ+/F_ʨ`Je;͌[T&Jy>`! 1 aB&FQJ-y=Y;u_y uUuB~,g
+S.(JJ&z
+y!İ}N"_'ֱz7̉l,…B vA_x&9Q̎&X1]2 bpWt:<Cvи~֤/3o#,L"i<j O[̥.K˴o|=23^ѝL/Ĝq&9(/6$(_ H^nWveA1!Je}xaE~i
+ճNW|+erC\.?YsS
+p?}fiWLBS=`Y9:0yfל1Цk@
+|Є047?
+endstream
+endobj
+1218 0 obj
+<<
+/Type /Page
+/Contents 1219 0 R
+/Resources 1217 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1216 0 R ]
+>>
+endobj
+1216 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [409.492 193.122 444.694 203.97]
+/A << /S /GoTo /D (subsubsection.2.4.13.4) >>
+>>
+endobj
+1220 0 obj
+<<
+/D [1218 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+310 0 obj
+<<
+/D [1218 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+314 0 obj
+<<
+/D [1218 0 R /XYZ 133.768 598.781 null]
+>>
+endobj
+1217 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1225 0 obj
+<<
+/Length 2747
+/Filter /FlateDecode
+>>
+stream
+xڭk۸{~P-I|ҥC(P{-$-k kK Ip36+"Crf8o*]*7/U)\櫛UyʍRv!Zeyt%=&*K+ZޜUG 﫮 AUOahxlD|;>e-aA?\_}\g( 3R7%FaMcҤij&¯{Z޵D=W~>/FhU!
+Xqm*dP8gPܴ7?rizx߹WhODsVl<iQȄ$9z=wWʿZYRURy(鼿_3*L8% 6IE)r,0AU dԤ@DgTJЭT7FJ/F[.ɤrDf*rL.t6L\4eْT |z<hȎu?,=}
+g)SZU ;
+n4BꁲV\JԎVvv (4\J%zp^pxo4ۘo(EXuvnmơ7PO
+e^P,\NPg^ x_3<ѽ7U :|!T)0DA3+::]ԓyə 1QmݳS{)E
+U&v+WC
+)2"d (盽pı bJ},C} k]2ޡ.
+%Ltw:xs4!CK-Ln^&(A@{ُ: $ñF5ܷ * llb֩f}BcE=<cԖQ aw؄ Hǝ6lY
+lqf"UcZųG| JFWIs-2=Y d1}T)&)"FL1׊VgKSEzK\\xlt3wan6
+k'm jϭګ,Mԥ3@g;Y8(O0m{
+@\O#mYHmK\@ѪPJz%A5dQ
+-#ُHm 3XHF}y|Ӥ\:mH!KkZslZ@muu ϟ hD5ծ*M ƺy,{J9NTSw;ٗ 
+8KtzwXn\kxԔ`_r%.c*nlT\ 3$qc(9]wJ9^ uQ6>?h ԭmR xϥ2ug׳xecvZOaoLY {
+t6L=j%pW|aN@T6@`{U3ldaׄ4@b`.8PfJ/( {w_x-#w}
+1OTPIە@'"&
+!BiF}̹#WV]Obݝ0./;]k`!vȷTklmbS|QbbEڷ?UԻg9%/ .2{T-WusGj#:6qz3zط 
+pg/[א=-lxHE6y*6U+((S.GejvQ]
+endstream
+endobj
+1224 0 obj
+<<
+/Type /Page
+/Contents 1225 0 R
+/Resources 1223 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1221 0 R 1222 0 R ]
+>>
+endobj
+1221 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [180.453 536.095 202.924 548.05]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+1222 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [355.749 232.322 385.969 243.17]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+1226 0 obj
+<<
+/D [1224 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+318 0 obj
+<<
+/D [1224 0 R /XYZ 133.768 607.785 null]
+>>
+endobj
+322 0 obj
+<<
+/D [1224 0 R /XYZ 133.768 291.503 null]
+>>
+endobj
+326 0 obj
+<<
+/D [1224 0 R /XYZ 133.768 219.733 null]
+>>
+endobj
+1223 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F71 761 0 R /F56 717 0 R /F60 944 0 R /F57 941 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1233 0 obj
+<<
+/Length 2922
+/Filter /FlateDecode
+>>
+stream
+xڭY[s6~ϯ[XGERm}6o=YŦcme%9 .ؼ 
+w y&A8Sm|W巿m"~3͠]
+ ZymYZȚo lz K
+*Rc$BU*ڐ\|z1RUbx#r}5ϼ9Âω<H7`!>;B\&HRFDZŪ yK't{Çrp?˙Hgl;R ;5?`JDNx4qr25֛\aEZDuՄ|Nd`gWM
+P>_0Px*:qK(/{؀ʳ+[*Tl 5~XI#^>|eRw(fj0|(89 \`;=@q uPvp:Sm H,e^6 Ղ?Qv
+yZ@r X瓀 d3Zs Pv;~.]PeTBam`$ tm"y%%)4K2Is H1)dE!nߡ" SY66a<-pqDdJ8s<AuȽK<
+}S.8PQn%:΍8 ɡ
+ ӂ@N؍'kϑ<y Cܺ~xGOF-K3ufS߅P3 cz$L]p'+ 4m7USC72x@ґ<G^F#bX_. t >4wus`/oվXUG_
+WM4udX9X~|
+S@:50Q♟sv{Zfs֘+(p1pƝTQklG\ Ӥaw1w3RvB+#@>gWd?U+2:1tWYf
+{>OYw6W5qn^bY=w/vx7
+endstream
+endobj
+1232 0 obj
+<<
+/Type /Page
+/Contents 1233 0 R
+/Resources 1231 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1227 0 R 1228 0 R 1229 0 R 1230 0 R ]
+>>
+endobj
+1227 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [343.156 570.339 357.879 581.408]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1228 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.7 416.512 168.423 427.304]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+1229 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [206.468 213.743 212.93 225.679]
+/A << /S /GoTo /D (Hfootnote.11) >>
+>>
+endobj
+1230 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [384.335 165.369 411.788 177.324]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1234 0 obj
+<<
+/D [1232 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+330 0 obj
+<<
+/D [1232 0 R /XYZ 133.768 558.008 null]
+>>
+endobj
+334 0 obj
+<<
+/D [1232 0 R /XYZ 133.768 404.181 null]
+>>
+endobj
+1235 0 obj
+<<
+/D [1232 0 R /XYZ 149.011 157.111 null]
+>>
+endobj
+1231 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F71 761 0 R /F59 942 0 R /F53 940 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R /F62 1072 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1240 0 obj
+<<
+/Length 2856
+/Filter /FlateDecode
+>>
+stream
+xڥYY~ׯp}r@6 zH$L <<v碑רY˰X'ڝv/_|c0Otة؆IK4&w7XTT/w_ۏH{}uL;WL|x#ߩ(
+XxNE՝Wsھ/AURuoTh2EН0+$ecP%IM y(T`> 8cWff0I^9$_<Q0BkSf{6b̤ݤV6G߃1xre`d,ϣWF:)5lv:LtbБYhΊ'DCDo1G
+0-VE>Y:
+~YR/k Db?vJ<oځcO #+))Bg 
+};vh*(FUclNP&
+m-l,b{(}3wv8
+Eت9YmhBmr"r5>n*w9{ 8c
+lCy>S7c@Y^An͹^y, 5d0faP䒾U38Ωltvܼ,TQAjЛsE):\
+T=ϚJB~E4TCO%TS6AeC)fiUq J8ί0MeqXMJ*3o
+%dg+l{dG$c~jXeVg(֎_bV~=0)%r*m14T^VZ1p5dRcOiOaɅȅl8;TFtōQ)z]|H/wB?7lSَ=L*" 0K42d)ѕ
+ҏӚUE3*r=Ձ6vjM9@e ?gNZZS~@kIgJSjxv['=S$@@Qv™g4,Z%Fstl*U^dӧclj4r{" "/|q"oT
+pd
+3W?o?5n?Uyt0qLl&Z^ZOO_Rp((Ɣ;Ch{H j2Dehw(>qk$34 3\o<[)𑬍\ۏcb}){f#F*L֒;E4qH8H)sYTܘ Ⱦw
+L
+endstream
+endobj
+1239 0 obj
+<<
+/Type /Page
+/Contents 1240 0 R
+/Resources 1238 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1236 0 R ]
+>>
+endobj
+1236 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.42 527.964 188.64 539.92]
+/A << /S /GoTo /D (subsubsection.2.2.3.2) >>
+>>
+endobj
+1241 0 obj
+<<
+/D [1239 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+338 0 obj
+<<
+/D [1239 0 R /XYZ 133.768 384.067 null]
+>>
+endobj
+1238 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F57 941 0 R /F41 945 0 R /F54 943 0 R /F56 717 0 R /F28 712 0 R /F69 718 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1245 0 obj
+<<
+/Length 2011
+/Filter /FlateDecode
+>>
+stream
+x]ܶ~$E}u:C{(`
+JkQhWZڃ[$/"9g)E2Jk]D(3E7H%ȳ"\$n۸JIۻqc~'=kwۆvzH-6uhv_[BQ|wU۹vmouVNdJ)Q rao7ҙD+-aF*LFث:fJȲ . (Rv?U@aI2lK 7,oQm5 m:_~m̈$OLI8?WM2^[
+LJѱ
+]@z4@
+_zBkW
+Jmf /WKR 0;&m/'F`?QMDqnW !|I,ic ^`O2d2%.tl՝dHK!əJ,'Q4/MB&7.
+MJS!Q^&$\ :SrBJ](9*ocV
+@a%[Љk4kmB< Ta24EAHpqx;8.SɆbZ&eǃt)c@}88q[GhFQ|Of@Z5>s3` p:@8hk&}?ܳ$@IP˅.(r?#A7h0'L̿BQKQHβ?)1_94Lj/(32*-"\ɿ݅mg1޴p" U֑/:7WyfYP}i{7x7?7XFi`ϩ!8 ZB&0/˘ꣂJ2n:E}%-GakGSÐ.zLxj?P7Y1Op0K1 EmBlH#)ilC ;-mA*nЯ`ovghcVlS>W4:dK 96z
+-Y18xfg_v¿==ZY-aTUSW"Q6/̄ɼR"p5Hr}Ǜ*@\L ]Qz^Fk}@݁`i_~v4J!KurAL(?t/bQ0q삒R0v?M.rS?9%ngPnEnn֋/dYs/x#Rp܌}zP_RϜJ;59MwζE{)$¡&l+#߫Q2v]x ﺤ,x]QgTNBbns\+9; i96<,JCQp3$6|:
+endstream
+endobj
+1244 0 obj
+<<
+/Type /Page
+/Contents 1245 0 R
+/Resources 1243 0 R
+/MediaBox [0 0 612 792]
+/Parent 1215 0 R
+/Annots [ 1237 0 R 1242 0 R ]
+>>
+endobj
+1237 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [374.512 617.883 401.964 629.838]
+/A << /S /GoTo /D (subsection.3.1.11) >>
+>>
+endobj
+1242 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [312.051 254.178 339.504 264.971]
+/A << /S /GoTo /D (subsection.3.1.12) >>
+>>
+endobj
+1246 0 obj
+<<
+/D [1244 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+342 0 obj
+<<
+/D [1244 0 R /XYZ 133.768 241.24 null]
+>>
+endobj
+1243 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F71 761 0 R /F41 945 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1249 0 obj
+<<
+/Length 3031
+/Filter /FlateDecode
+>>
+stream
+xko>}A ".ڢ! P-64镣p@bÝyP|u⫿qw}}}hW׷+3:^0f6˲>qPTwk'A)|rtۜٹ"ۏteMZR-=]si8/t5EZݕ9Է`I"k]^W
+W%Fň/5 Au%RNDx31_T1jX*۝}WxT,1V?)ɹa
+65 m0O~=`IZ^.E> g
+".n4lgRHP
+zgro!&~l/jN]oF0 _w̩mo7مފN̥W)˛ \>+B17U> !"GWvPB313' Z8} 4QhĤS90&?go9O?ˍOfՔg8[J(Ɯ]1r,Fjulxm} PeRZj&P1?K ("Ba&.{{dIyv_It~ [ 1}s̻w8f'K(
+j qxǚJs,W>)!qݝ*sqGJ(_*^G;5+۠0,'m*5#hVCoK"Hܶx2
+Dۼ-;uYXd: Qv8 c7K}B6j[
+bZ7@_2k/
+[1o?7~=ɱOQ*X$N-uoH `a$DOkJ&9̖ p+!W>ke2C1JȘ. ]?
+Ah5wEyZ$)P[,2j%`E
+dтEΐ1R?A⑎nܺp\fxXLh)ܦb-f^͔XP4IC  zlCB#MϏ,#!}Xɐ=YA3q>
+hXUflLL%,XnGlʖZRcZe c|hŀrBŖ}S7J) )ΕrȾI `XR,G&"
+8TY犋bG6LFzs1wK\D/ǵ*mzװ0~(ieV}f, UP]Mpa> fbM0-<'q>IB&e
+6Ps9)0&iFo'o?M43x =
+7^ܑqKWL8VIx
+ST^D7,=Z.)RL}s1mLÐ@ m9T<6ZMUF}0[2mh;^`& s zj
+s)/OT^IAó|bmB%Ǯ
+ 8t#[OvF;q߇/ K'2T%_Snm?_4H}Z.ő A7R,I%SӟF +7Q5fW$ǐCyM3A8&[)OP49Z|GK-iF7u̙XKפEe}nevUR@^d!2hbXcLƲҎ;:v;{tOz BQe=3[o+Xpf|6O4tqapW^wv(4nc. ټu9q?BѫSr 9-Z%2ޛ)BuCA}C[D 
+endstream
+endobj
+1248 0 obj
+<<
+/Type /Page
+/Contents 1249 0 R
+/Resources 1247 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+>>
+endobj
+1250 0 obj
+<<
+/D [1248 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+346 0 obj
+<<
+/D [1248 0 R /XYZ 133.768 263.725 null]
+>>
+endobj
+1247 0 obj
+<<
+/Font << /F28 712 0 R /F59 942 0 R /F53 940 0 R /F56 717 0 R /F54 943 0 R /F50 713 0 R /F41 945 0 R /F51 715 0 R /F69 718 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1255 0 obj
+<<
+/Length 2933
+/Filter /FlateDecode
+>>
+stream
+xڵYKϯhߘQX[ûa&逺<4xhVՃvrTEV>̬vwhU$Ͽ\I]fNv7;e]*K4&wo?Pկ{FyI/ڂo#_hI['a3쩾U3 \c
+yD0ND(nbed>CޗMMv{mlnT")oߩ^84s^Dt:hn9ۦ=]4ʉs^F5=2 J'eéhC!Lqv͇Eq.:8N`PnH, =t2(<e>TU7g̫QC6k}UȒW>>d5Ruê| 6e3T~ʟ{5]q*MqD䤂r;Z⣧Uӻ,(>$B^ya(ysY*^L]xH.l\&:(k~8 hx#(T:2 Qi5nΨU}D"O9~JS U.qXB#EdFoI1li HmNO>WrM敦&%:|0T}&EjHGYr83á'lY"?>߰I1ưUɄSC7Atyq>5!|dWS<3Nǟy6?5.xరd
+OŎ0OЦzܟ(E Dz']d$XM}Tp݂p<ޅQƑZKm>T4_&8(;^o=D;@~ <W- nˉ GlEh3څZuƣqV34jA~g{Y '
+r@T~>%i: (Ϸ^өԉf<$doŇl 0 P_Y2^vMS,8ICgFIױ
+Jc$+PO@GB
+xudO@ N89yS+ٷryZ [PHgaluR|HӤn@XnY՗N}Y~owBfɁqaܨϗei$\b 2{"2<$~Տ7W(F;V:Y)8]yxΓ'MP^_5B Y+tlBsA$'KPCM[~"z7Nl+=bP[aڱjVs!pBߞrT5f|\2]0y nć
+lhC_gNAȶG-~ZxbW5^hK2 |BdwNqZMۛԠ$ۖۈ[3# 2 _)Q5E* : ?}*wrpţTw,.c_ɹ3u8YΏCCš繇roTMs~ItM(JU|\mwMjY2T执r
++ M>
+Ve"NfmD*|2ti]¯Τ;~Qr/q{={[b
+Qzn`n8k /A.  R<sxx"as4=J{Ih^˿-u!f 5M*[5
+{Ҟa⁋*͗%D%xp9e2?l hI}]6AS$((A5^.vm
+!݂oxՁ|:Є :
+(t6j_6_\Typ>:!s󲒥tР0綂[+,ʗoL`s%6 i_:ޠN)ⳜCN J+VO9!˧ aB)s: 1--oKx} |3Lj5<ҋP."vI;R$jӏ7WRN
+endstream
+endobj
+1254 0 obj
+<<
+/Type /Page
+/Contents 1255 0 R
+/Resources 1253 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+/Annots [ 1252 0 R ]
+>>
+endobj
+1252 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.949 362.212 413.42 373.061]
+/A << /S /GoTo /D (subsection.4.4.2) >>
+>>
+endobj
+1256 0 obj
+<<
+/D [1254 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+350 0 obj
+<<
+/D [1254 0 R /XYZ 133.768 404.66 null]
+>>
+endobj
+354 0 obj
+<<
+/D [1254 0 R /XYZ 133.768 348.352 null]
+>>
+endobj
+1253 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F71 761 0 R /F57 941 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1260 0 obj
+<<
+/Length 2666
+/Filter /FlateDecode
+>>
+stream
+xZKsWc񼁑¸*U>1|( Œw
+bT EYpg~7*OG߿}F9+mt$L:YÙJdtEr/JX1rZǯ-ʫ7UtY,Dw/s[WL~6_dzG<p U$Z/xgD%.<.3oG$]RjU8w)B7 ~(v[NL˳
+.&o[¼R–j>-*2#LǸR0DR@ &"mXk 妭noqG`$ɜqpUm^UI[OGsZ-̉4óx3ŌM:7\@l݄.@U!I[~^!>
+Gb@GhlV`Xmyn^[PlҊjVcP]Q~ѫY' "Fb4ﺐ54
+Nl@yqa(i7; (.Xa29iX;$VnUרwgow4|0I.Hh洞EEɴB==azWהndYJ8OQ5MqYlAμy2C_K6ԍrǯ2"6NMGXlQyV-b9T84i`ڥrmA&+C"]VD
+a0T8꫈(:&`
+32"ꜘk nR
+3x׫ ma,S[3.exo7BCH4
+$J/Dj[RvuU͊n[p^iGO$CId!;vEzO&
+J!#'|
+rǤ>LP 4WދHo;ΣK=T "|=A<
+IUN.M<~8G<+1'1R 1d> cl5[䅋FDbNG؂VхKLOgbJO3{FlzsP$jP,aZx(xz]u_͚H~+1;o\K?IzQI8'</NCQ+ 7hH+6̧~=w$^æ(qDwƘ &L} ??᤿%}UvRǮ2TCwf} ʋ.砺3{d
+endstream
+endobj
+1259 0 obj
+<<
+/Type /Page
+/Contents 1260 0 R
+/Resources 1258 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+/Annots [ 1257 0 R ]
+>>
+endobj
+1257 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [284.945 431.159 299.668 441.952]
+/A << /S /GoTo /D (table.3.2) >>
+>>
+endobj
+1261 0 obj
+<<
+/D [1259 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1262 0 obj
+<<
+/D [1259 0 R /XYZ 248.615 662.328 null]
+>>
+endobj
+1258 0 obj
+<<
+/Font << /F28 712 0 R /F52 1202 0 R /F96 1203 0 R /F99 1263 0 R /F97 1264 0 R /F50 713 0 R /F51 715 0 R /F53 940 0 R /F49 711 0 R /F56 717 0 R /F59 942 0 R /F103 1265 0 R /F57 941 0 R /F55 1082 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1269 0 obj
+<<
+/Length 1617
+/Filter /FlateDecode
+>>
+stream
+xڝWo6~_>UF#N)jC^:E!Ec-Jr ;i=$itEoWI$WLEMD9'ґa\Fut/VA0?T$9(NFpg\Έt^DU>rPimIJ4(c9[/&N;٣)E G,Di%᩷x(AKZ]V
+Ȉ4R1)w4Z(E,%"ZG51_$2b6GhC?I]taS|sJ97˄1:TtL'BhJTgzT<Ϛ$"F|P
+ki
+#}zs^ޮ3_##C٧_t]uGP"8A+h7[l6G+׶B9)TF
+j!W=F{Y'sErfeio\ZwO=@HیUuy2'{&P 47I
+endstream
+endobj
+1268 0 obj
+<<
+/Type /Page
+/Contents 1269 0 R
+/Resources 1267 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+/Annots [ 1266 0 R ]
+>>
+endobj
+1266 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [400.112 585.85 414.834 596.975]
+/A << /S /GoTo /D (section.4.1) >>
+>>
+endobj
+1270 0 obj
+<<
+/D [1268 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1267 0 obj
+<<
+/Font << /F53 940 0 R /F59 942 0 R /F60 944 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F28 712 0 R /F50 713 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1273 0 obj
+<<
+/Length 3607
+/Filter /FlateDecode
+>>
+stream
+xڵZK8ajL-r9E.Bn!<ozI0 *~UQ|[߯dJ௅e˿+qra~9\aYWYWWOK[iW/oVB)[Z0͡izTk)}Zyi\mYo⟆7=ڲ;[oⲦ+;֮z,UW8vsU~CxmlVO0V>{ͥ˺gtTZi[Xsr)(rR(CĂr>ulqy=mz1,jj;TTjgd.#@'}L,Lyf:rJLY-۸|gǾ-m('~&'F1I,IZ&zrL0ì3vv/9E6-(%rQPQTf8$>G av./%6 q
+fls-ξknx܂`r5<1nɢ $`G<ϞC4neL (:{Ŧ|A?y;l;.͙ ^A%%X'+m=T e~M߼=Ab/DShvTl.TŶ#s
+Dmr@G44F
+\U$DP^lB$9uOY
+ǁ%憑4L vFG<wa-uZcqXmpT?pѸr xBMg;D<M|R$fGŰ`VPA]{?sA tC|<a:N764}
+$UvbP
+b}i!e`mvSEf _wb[!=dm?:VR>fQTL3Ҝ"` Y
+|!Qǐi`mKY2;aGKynJ3*d;R #ߜBei%5WChKK) ^DUQ=h2.4gΞe3P?e-5RIq&3:s9Zg O/եމg 2s24L`by_S 4|wbFj}ؾ HOkŷ3gDpk1@c#4ўP"cnr*1BB<q9ˬҳmۊ:>^ Y n
+Po>cդ^0}~L|kU}^޴F|~2r:o|1"\,@D` '0֜!YhSwI|ӝݳYUz䗳e]rvϏL^-VBCű_r3]ePP
+8H"vb`Ȅ/f R#a'wӅ=sn9s4LIQ # XҀ`L0Pt3Bh(]Yc=`s, s4CzJP~#W2f4aU鹉 RK]*cN
+YV)^$AiN#?"OwrZxqoa@'E=|kޝB  ;՛g?#ٸ= j.ކAa\AwxMI
+KO0^6!c"څ+hp[1C_:| @5w~(>Vj73XY{j \ Q諗O9AQ2e'h zH& =|[#ow$4Pգb01lH\`AR(<G'CtB;XFRXlK?>f5|.HF}
+~'xVp+*>{QS;oF()@͙Bi 񏿷_)FZI+of\Kf]&< ~**O_
+endstream
+endobj
+1272 0 obj
+<<
+/Type /Page
+/Contents 1273 0 R
+/Resources 1271 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+>>
+endobj
+1274 0 obj
+<<
+/D [1272 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+358 0 obj
+<<
+/D [1272 0 R /XYZ 133.768 291.96 null]
+>>
+endobj
+1271 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F69 718 0 R /F50 713 0 R /F56 717 0 R /F59 942 0 R /F57 941 0 R /F54 943 0 R /F60 944 0 R /F41 945 0 R /F71 761 0 R /F55 1082 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1278 0 obj
+<<
+/Length 2599
+/Filter /FlateDecode
+>>
+stream
+xZo8_GCQ]i:rc-eelfHJ&v=,I g3 EO-~:g?piu FB+CPMqU~>W\֛m?_ʏ n˦G[~˿F鄘up+y*qd9GM$^}>@^7;YD$$# 8. L؜eD665rU/ufQA'e)Oxą)iӄA3p)O`,y\!czY:1:`ejʪ ])׮ŧDaھ u8v&wj80n \Kb(%'xDa{ł;I`SUV݁H)[QVU[?"aaۅǮ ̾1p
+Nw^]?`[ؒ3Q<ԯ/~^w=nPn-@e j-We^y]g
+eؽ~^Q®ux{mn@G )Uƶ0¹ѶT4bM1HaqHƁb`غd0F8(a[]︢I-(AP&@d|1 EtDx.~=Câ+8*ԚB J4Hڝ]]ap<A#zj=-`^<
+Z(!z$"Yl9b2Zbf 9!" q 9s4"a{9LOLk:(: GpM1\bHw4T q\HU %qs,_F&BSEѳ0XgRMB40
+ݫv47M7euך B%wh4q]|V(T D'9犕=nSBLnW<}`{v+vS\)7"ag
+jTR<d<6c-Dwj`{<T;e;
+n,},F<8 bqv.cYiR&A2˘1ŔR vNiNfhkX1ýZVRo%4?z^&Wz(9k )0q9wS\;, a 4+w⧾ە;a l֡*C~Sd44`>jL|~
+QǚuC3pzLRHy̌spy1V L(LP8e3 fksWG ܁T:^ 7! 3<>iapPx+cmĘ'[sRrܮ[0_2#Cinm;m7!\rI#Raq d yY[vMuj'ܕ 7lxR>5>J,S偭T7[g%1xv ÍlK!!L8 L;ܲw>VN_=W$U]ƞ0U85x\ƙ[5z!zF3AcdYݿ/bƚijq-5.#!Z
+zmw`>>
+m~{S×|94N&VvvlD86`W&<lqN=b5BoTh{|X6:FV"8
+endstream
+endobj
+1277 0 obj
+<<
+/Type /Page
+/Contents 1278 0 R
+/Resources 1276 0 R
+/MediaBox [0 0 612 792]
+/Parent 1251 0 R
+/Annots [ 1275 0 R ]
+>>
+endobj
+1275 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [160.423 292.791 175.146 303.584]
+/A << /S /GoTo /D (table.3.3) >>
+>>
+endobj
+1279 0 obj
+<<
+/D [1277 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1280 0 obj
+<<
+/D [1277 0 R /XYZ 415.544 306.351 null]
+>>
+endobj
+1276 0 obj
+<<
+/Font << /F28 712 0 R /F56 717 0 R /F53 940 0 R /F59 942 0 R /F50 713 0 R /F60 944 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1283 0 obj
+<<
+/Length 2999
+/Filter /FlateDecode
+>>
+stream
+xZ[s۸~`J7w٦٦۝v:L;uhSԒTs
+_ƍ܁̈pT۳zlD%rpJA5nq̩ hʹTFR\tƼ|$f<ȁ)$CN`"᱐ZI"9fИ(eD 4QD`%aL+4›&A}2A(g>b hu2qmrC`7r}mkoy5
+NhM.<G%M v۩
+Ga cfa\U0Fh4 ߚ1,\d`FZ3+]H;a( ݙ1kU‰{=
+| ^#O'N i/X$h1K$20 ZǢ@K+b]r5 $Ш0cd,aٴ8P "ĿW1sU>c' 9:o٨>7e}}*K&BXsԸT)z 0N(j)\ P>cǾ-FU12۲7}BÅU1rlL\qpeW2FeC9mxJF>$N+Ht`xe]e2-wq5P_Ztg lK>-h RҜ3;*Hql*_a͕<!7źA" U9@
+ޢL:OU_u;cĎhˢ 3Ͽi,cBGUx Xc.٬h<P?+`.[#lX@&T-2c0ә)z0(l!HvcQ ?z7؅5c`?=@4d/&=h*?TG $Z:R$ќu|YG@\GEݕ#n:yuwK©$ 5Wmn\Kۻƾy ο=UAw> vW/}p?%yֻ'1x:H/6lcbZBIL˂așzY$KD OU=3d";YϰƳg&R
+ e J&cr1⽑XyӲL M-e#_h't93I}$sN it̩6-ppqԴj
+b2sRGq"hKʑq֦mu?.=󪊦dv
+M2ɖpA8ˆm[yۑ
+Ksӏ8 Br5Mp:2ulqBgU+HPO3!cssqx2Cʻ޷&^OaY#SDg*њ-&By%
+%$Z¸m!(S
+Gv,
+NAZIH]'pw $קU03C1($et$I,7٫Ls[<0i_ۭs :C倡Yép,!u{%ʀ!߭
+++YW*p`Kr=w_ PZw7u$`D`P~*9 η\ub`o=eC0
+endstream
+endobj
+1282 0 obj
+<<
+/Type /Page
+/Contents 1283 0 R
+/Resources 1281 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+>>
+endobj
+1284 0 obj
+<<
+/D [1282 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+362 0 obj
+<<
+/D [1282 0 R /XYZ 133.768 169.098 null]
+>>
+endobj
+1281 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F56 717 0 R /F59 942 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F60 944 0 R /F55 1082 0 R /F69 718 0 R /F50 713 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1289 0 obj
+<<
+/Length 2336
+/Filter /FlateDecode
+>>
+stream
+xYmoܸ_
+>9NUojmB6BN^}8y 5Y^>늺kUKSAn%5 "8!71FA<)&ʹFjʬ#
+`ڲ01^X.dZIa2}hA 7hR9wTeX&|H1&,]A"ĒPD |vu jtÁh}fAnܡvz5n Ư
+|ք<Tzge Z8)DjC rp_9"BNq
+tW{;Usynuf C|\do}Ko*Z
+faFJ
+endstream
+endobj
+1288 0 obj
+<<
+/Type /Page
+/Contents 1289 0 R
+/Resources 1287 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+>>
+endobj
+1290 0 obj
+<<
+/D [1288 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+366 0 obj
+<<
+/D [1288 0 R /XYZ 133.768 202.419 null]
+>>
+endobj
+1287 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F60 944 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F28 712 0 R /F69 718 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1295 0 obj
+<<
+/Length 2002
+/Filter /FlateDecode
+>>
+stream
+xڽXK ϯe5`UOIbdw  =1c =dn5b7VEH4:Fi]E0DHpxEFL,G].cvDJK%J/`z$N֓~:̹SKlMk
+293]v|/ݧ;4EddR{Ka(es60UE*Fys"Ș2N{%)yΊ4VDߠONiwS#08ۄzZUXzn1*iюUݯDq׺v1)zNQ֣CFjE?6s)aZ!{3\P@Փ'MKػuwMS|7 ~zJX[WϚᡂ;B4Z
+LR>=/5@5ҧ&u^ˆaj ^&7c@irs2 x%<aq>k6Oj̛-ZPnC/p CzϷ[խfPM7$dbєYƌR_iYA({v3<?#Yy&sɎ5G;;15`2[48Juz|‘H%cn3Z۸F{%TpMҲpi4++_"4SiQ ڙ,!iP,ztqT*Q}!H8¡v8JJ=??}Օ*cy4;<_$8ǟqPԅ|ġ!rU6T6@Ȳ\1Cq:
+9BP@UڰtΓVcp!>]ʮ0$^:<OPf7^F8bpXqت#&1eJn*?v@\^o6\0B?a`Q4 Lj.z`Y ćBwG$3']>ڲl9yv gyVhaDt.%;"\ QPHfrHxZ. ScCRΤ̗vv7dXHtyj~V~ q0WʽվBm٢2O!/ǐbSFĿR߮ECSt
+Q_bMEĵ=@G{fu`s ˩gR
+W>UMX oTTxqI:dq˿[qTHVTdܘmI}F`p>B%RdT`Yu?&Bf/X0y]?#Oz<D[@W#¥D1sS+Ln`x:?c<Q?о
+mxv >MU6u=#^P7A$BO4^WX1PStx <+KMZ1LH~B)(^rFr6ĉR߆+>-GX"=?È؞BH;We\g(b\,q+; /%
+˜?ӹ(`8Z1Vָ
+[5<˯纭J3~ 4v _5"q.cZZ_d BO
+Pf+bvj$Y6 g'$|~쾴`;NKۣa%Ϊ= Lf Xb¿يb0[T
+endstream
+endobj
+1294 0 obj
+<<
+/Type /Page
+/Contents 1295 0 R
+/Resources 1293 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+/Annots [ 1286 0 R 1291 0 R ]
+>>
+endobj
+1286 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [337.291 288.643 352.014 299.435]
+/A << /S /GoTo /D (table.3.4) >>
+>>
+endobj
+1291 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.219 185.031 407.942 195.824]
+/A << /S /GoTo /D (section.2.3) >>
+>>
+endobj
+1296 0 obj
+<<
+/D [1294 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1297 0 obj
+<<
+/D [1294 0 R /XYZ 259.519 662.272 null]
+>>
+endobj
+1293 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F52 1202 0 R /F96 1203 0 R /F69 718 0 R /F51 715 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1303 0 obj
+<<
+/Length 3140
+/Filter /FlateDecode
+>>
+stream
+xڭZKﯘ[zm"E=l Fr {r8¨ɯOĖ4 K"Y777z7?Tef$uLMreknyxg}yh$r 4o&dhC} ?;s8ܚqzk?\yΟ}cg;*_W2=,Sd7<~cھi?WJj-̾tčĥχs #3<)R\1ʁ©wMXFn8j28 h0b^glNW }3>pᗟ}A=f iU2J=,Wĵj$yXJSOۅ[2x4B:tO ZZ-QFB q
+VypoÌ L2* u Oi"9WDj;x(anXiTaD `3: BǘH-[i/"[Uƕ9,G1祐2e[`KUZ9L"DD`lꛅ^83 @ cR*/0!cbcU~8wPD@&y^WFk}]]&$UYZf2(M1RZ,\U
+#VtBFI?`4P\GVZȒ9*l4e|wS8 pH_&J_4Y |FƖ[gK[,L.hq(8kgf3r%G iI
+1qKz8I&MI
+KU$ *haxY<N)Z+W{D1(Vsm4#7@+CC×w񴲝㘛i]3'J,z*-&[ Vن=܆JĕԂ\_LO$rjAlo!G
+)(q5
+
+|U#2Q[^Hp!СnL=C*9%BG.
+N}x!23Ha{^I@ODpHF*U N=^r
+P,njPs/IYhBwtrV{ν]~.p;YRv;0`K.HqQ2qеLN?=ah>֧jSDƁ 89
+?\e<V</)^h_REBtf.l4C2S6'3BTe$D W䯥q `b}E 2q
+)|4E2G9-N׶KoTsG #ӡX,qzv%H2 i`+$Jk B8;?ER9NS1
+endstream
+endobj
+1302 0 obj
+<<
+/Type /Page
+/Contents 1303 0 R
+/Resources 1301 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+/Annots [ 1292 0 R 1298 0 R 1299 0 R 1300 0 R ]
+>>
+endobj
+1292 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [437.323 642.347 452.046 653.195]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+1298 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.633 510.043 312.355 520.836]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+1299 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [358.178 479.203 380.649 491.158]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+1300 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [182.482 455.293 204.953 467.248]
+/A << /S /GoTo /D (subsection.4.4.2) >>
+>>
+endobj
+1304 0 obj
+<<
+/D [1302 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1301 0 obj
+<<
+/Font << /F51 715 0 R /F28 712 0 R /F50 713 0 R /F49 711 0 R /F69 718 0 R /F53 940 0 R /F56 717 0 R /F54 943 0 R /F59 942 0 R /F57 941 0 R /F60 944 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1307 0 obj
+<<
+/Length 3177
+/Filter /FlateDecode
+>>
+stream
+xڭZY~U#;(RN؉c
+tCW*NݽVU@3KßaxapьgU{GwEXq{:/xOv'M\W{h(x>
+:ǽO3|w
+<cо'{SMed&I&IgĈ{`+ “Bs 4*N&Ν "d>^oW
+tPZkŐ6ZqEp
+L4ۂ4=d- /M,Wh5 ƜׅpB,, ds<- N('vhIlk.F9R΁Iv5H
+|ІMf%݌air~ڄx8M(.dNy?*Jׂ8Ua$CSsVےU),~5G蜗bodn9>e68o pl@;gsWAd#(-zT2pq"1kX9*kNl? -$#ai!)r7z
+Q7@41r֐ 3} A6LHf'I@?D.M|bó!ߨoegH@ꊼґR/")W9^+C/Oq\/^i<A}t9*uBN`($
+1 _Fs~0 TI@=_d
+g!oHDXuE`LkI1=^Q y6|a|x ɡcnϮ[OVί!M n?mκ(&w)Պ* wLnqКo> x,ͤҀDa){SSɋŨ[Ȁ| ^C3f
+]gG@nR Cמ5!ӊ<
+Jn؂" -H)sCx:Yt*~
+3Jğa KqqN'U@8;lI+| _I9dB.};9?I?m>ӂ9`VjGf(!PnЃ` 3[v^)b {$PC8%ͦ" p5Uhe o$]$b p+pzp:/B@JŋItMO)/dl~'PZ/3.ȉt!UUz
++`״ԟ]*ÖO
+no#
+*Y$_S I<A2&ϘXM
+endstream
+endobj
+1306 0 obj
+<<
+/Type /Page
+/Contents 1307 0 R
+/Resources 1305 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+>>
+endobj
+1308 0 obj
+<<
+/D [1306 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+370 0 obj
+<<
+/D [1306 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+374 0 obj
+<<
+/D [1306 0 R /XYZ 133.768 539.282 null]
+>>
+endobj
+378 0 obj
+<<
+/D [1306 0 R /XYZ 133.768 255.686 null]
+>>
+endobj
+1305 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F49 711 0 R /F106 1309 0 R /F56 717 0 R /F53 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1312 0 obj
+<<
+/Length 3244
+/Filter /FlateDecode
+>>
+stream
+xZ]o}
+;sc6WܕU^5:mW^×0մ]]X2c.j7àPeHK H #Xj,hXTJԨו[J23\e|5I$_
+/\Aw/.|KL&t{n=NTv[J1Łz&g*;j ]e3oz"fOf"
++/Av^װ*ɩ{CՋFp7Ya?E0fLXYKCT8T 9[;Ҹ*ٌ ='+Ң ArTdY =J/tVu/uyZK <#ՙN򟖰-j_ aAX>'bC[ 06HC_sw9TU_Dt28-j}D>/+ V;[
+.)Ze(YRЩ'2s]ulU<cjHM}܊H<T}YZW% ݷ_KY/w-EEl컊=lq%0j<z_*(?{
+EϞM Lo]d'13)q䁫WO/d_MBr<x)ԑH)m&%j)oCч.*)BAĖ#;R1m ܶfv)Ib*-B]R<H>ƻv[hVL
+. "wgoaSZur |bss_!eb!.zWeRtHexհ8 N
+xX
+ E2EvJiSf/P)*CJiB!,g*Jfw 񿮔Ji~J
+bNrN?VXcN?ٓ
+'Lr["5W9qʁ9JSp*77L<iuZlvQΘwءU]t|F=?0ӭN}`
+endstream
+endobj
+1311 0 obj
+<<
+/Type /Page
+/Contents 1312 0 R
+/Resources 1310 0 R
+/MediaBox [0 0 612 792]
+/Parent 1285 0 R
+>>
+endobj
+1313 0 obj
+<<
+/D [1311 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+382 0 obj
+<<
+/D [1311 0 R /XYZ 133.768 514.1 null]
+>>
+endobj
+386 0 obj
+<<
+/D [1311 0 R /XYZ 133.768 329.004 null]
+>>
+endobj
+1310 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F69 718 0 R /F50 713 0 R /F71 761 0 R /F68 716 0 R /F72 762 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1318 0 obj
+<<
+/Length 2727
+/Filter /FlateDecode
+>>
+stream
+xYM6ϯ! I>$@u
+zܔ|6%bXc1+Ȉ $J6 D\CPt"ҙnZF2W?>\ tǁ$DQuy[ đMS!X4_W#/'DQ&rڪ QF9}ϖ;Jْ v ^FL{M C2(Jʥ,II3A8|IupgO+DBVt'ۃssV23^'ot^y<1=CbG=3-!ÛI$γ>+f^?eDqN9N"q܄fѻ#ILG)>BGY|a_m +$adnpNU0XD2<h3?~sxRJydR拤ȿU d8^"@qku<@d˝&RN,_ N1L<w59*e3\Z}G9@~PmxOm6)vCy-ۻnǡj9V(0
+ 6Oy+5
+CNԄ\tX;2ؗ+}տ='1T8CD'X5%sgX$˼aEdr˯c1%<:  h): c%8w#ըz"
+ hDzE!98q1$7
+h;XA<"vΡooؒz<Mk<yIisr҉
+\WD$^}O^mo%'8I`smnOW䠑P|/Bp3u,1z!l;R͂WtN~Ӭ"n"uu58cΒSp],ti'0aÇ
+<QjxkRHW |RO\|ƲRgO|\,4SX+ńW"%D_1i¨\{DBz/\v@alc*47EmG;NdZ_281Bo*? p8i8B?+7iqüxX>d^>+lP ৾8voT 4[ÿl !B#s.cmI*uKu<
+|Q\H$qa39zApcHp*pov_U o{KNm!l6)ݲ)Ou:T{B41H߁(vWxI
+2jj_
+^Qb b;dwNYlp[,]kL>K 6`;0.(VЯ}>8zT& mK*A JnUvSJN'1q*#GN6d5&s:C>h/0t".l^8֩ܲI g+JgYPܶ?¸C 2U7NZU׶6FmANQ<w+ڞ&+եtFE:Id]t$m?2:N.H % l!} ;^A֥mbN.70aLL2~̦=p3ٿA~Gº \J`pǺV<]Q 2⨖l_4'^>]c9ޜ¹4nhe7L}G?L؆uv;QR[w2n)Xt^f]-e1{.Eۨmٴ_1m ~o{?Tx-lG^dXI##5).Qv
+Ƽm8 cO`Ƕ7l7Gۻ-wšŒ cW>I)}ܓT΢wŐ!w}E];K4.<X*F Q`^ˆWs
+`taؖ%^󔥩k:#8D?Pln{\av\+[od2'DuHX,-K6u]<Rs8{sRwjҀveƲz+FԈiZ)rŤWUȦ
+endstream
+endobj
+1317 0 obj
+<<
+/Type /Page
+/Contents 1318 0 R
+/Resources 1316 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+/Annots [ 1314 0 R 1315 0 R ]
+>>
+endobj
+1314 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [385.775 455.601 415.994 467.556]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+1315 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [256.913 211.961 279.385 222.753]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>>
+endobj
+1319 0 obj
+<<
+/D [1317 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+390 0 obj
+<<
+/D [1317 0 R /XYZ 133.768 336.759 null]
+>>
+endobj
+394 0 obj
+<<
+/D [1317 0 R /XYZ 133.768 269.204 null]
+>>
+endobj
+1316 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R /F28 712 0 R /F69 718 0 R /F49 711 0 R /F106 1309 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1323 0 obj
+<<
+/Length 3085
+/Filter /FlateDecode
+>>
+stream
+xZݏ6_GW3?DpH䐢EZk %W3R\7iw/k~s8oM7Mo^|ͦ`EÆK̈́қ\Lh6?'w[#۝"Lu3H~rP:<lv݋^dPL7&3lr&Ͽ
+ݤLzF@ŸPn6?'ƀDQ3eɅb( e(åݏu׾젅K:RqPx",+3LnXoA=JdWP"iC/nD`]Biȍ3|iMGh/JǾ>N*M#YaNEyysobJ{KiDXGktP dG4؞p]NwnŤ&wsY[L"y^$P %e0K
+ 'KSbL:Jo-պ8ɶap[)-YEj|Vt׿_`V?д;92
+)j̋#V"|B A6X#Q H&LFݹoL}_OomQ+#oN>Q9&VK?x- Y-eU`8yɧi'[I|taܔ@S>|hV$J6@eFs#"0j7^a6^^pKE
+p\v%6Y6,U0; nPcH ez8RC̔2J-۶ɖ%a.@Me]T½¹g 2cmcٸ-RT;n[ Tv$e|`V FPu؇]kQWSnaJVA{b> lp9'=;?tU x5x
+ࢅ~#8+Eu- g*$_x.d
+֟x;Y(_0_HBeg8lZk+j}֕c_(&
+tw HP
+h[}Y|~ٖxT{W: /
+R3zCb@밯5ԞZ$T ^O#'iYCg,qlB.}finx@3L<7 b>. hıgl~ Z}Ӆ'tU
+ehZᔹ@kE@)j} P+~l0 O#\jR*= GBĂ{3!"VC5 kljꥈک
+,07'1nb| /Gbd<&AѼ#p
+KW+)XI?h~J_sKy£`?nA&?n~s5;
+L1w7:F h aӋ*>rPp pfH*bΐ^ϷQ{2+|u;!WE UE.lGV׫mA[:Ox}TYƵ
+_!~Uï2VfB+
+(}Jb!3@X>g$J?c̀eqF%\M{
+endstream
+endobj
+1322 0 obj
+<<
+/Type /Page
+/Contents 1323 0 R
+/Resources 1321 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+>>
+endobj
+1324 0 obj
+<<
+/D [1322 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1325 0 obj
+<<
+/D [1322 0 R /XYZ 294.679 662.328 null]
+>>
+endobj
+398 0 obj
+<<
+/D [1322 0 R /XYZ 133.768 207.455 null]
+>>
+endobj
+1321 0 obj
+<<
+/Font << /F28 712 0 R /F52 1202 0 R /F68 716 0 R /F69 718 0 R /F50 713 0 R /F53 940 0 R /F56 717 0 R /F49 711 0 R /F59 942 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1329 0 obj
+<<
+/Length 3069
+/Filter /FlateDecode
+>>
+stream
+xڥZBX̜Q4lm%DD"7$wMs<;(9lg?yoTHNMf]7?&orVkܕ]_7r뫟nWlU2JX[udqkH[X@I"9U<Ɵjɺ;MI8rIC6/\"W2x\
+~]yv˹jpk{]8F]4\EWuڰyb>z@K&ja.g[2.6c2PdKвy=Tgj91:<0_-߉6y߷$̀[8Hcߡ~]\
+C#ǻmxYA\sa֤9)B\ZTy pD:;Jg =^. ׇK{z.K+?owL'ko#gVJ+iX:IHn]ogmrQUd\ia]L L۪ hxLmcS*Sˮyhw
+F;w~CǿJ#UsVZ@!0NNjS}(Oj >*7@#lBY^E8XeIG
+\zDѬL|7=-WLk<o5 Һ3/0jJ}\٣MY9V0u,I_+?8ХYRR6Kps(4_
+mP
+Β]y|M&~ivRW1&.jB(]7~FNTb8=Bh6xr:d .GG17 t1ze;s v>Wb/_6r<$YC+l`,Wl6-?uߟ0Î/fdC3#cv_@#yK"gŃR62ɮ=.4b DN($l
+y'*P5~~_<
+֓-C
+)) -`w٪`p ޑ
+Ɂ.Hrb!
+"݁yP>gxÄYH&6Nǟf.=q!6?<'WMK)|`,ghf-Rc,PlR f0l|K =h;MS KhBc#}'hY$9ͰvR
+P!o( B* Tv-6=vHf-Բx1s `X}V5E%4>#*26[?U߯p\q|W6GKҸ-Xr1
+gf6yD! D|.H!Eӑc!,-C?8+IȾӁcFc6s*p`ZԬX J34 r2}{./bflwEG쳶nYm4kcBo zfS%wC~*;"0Ŝe_"&!(qW6[ SFW
+endstream
+endobj
+1328 0 obj
+<<
+/Type /Page
+/Contents 1329 0 R
+/Resources 1327 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+/Annots [ 1326 0 R ]
+>>
+endobj
+1326 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [369.557 295.197 399.777 305.99]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+1330 0 obj
+<<
+/D [1328 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1331 0 obj
+<<
+/D [1328 0 R /XYZ 133.768 651.313 null]
+>>
+endobj
+1332 0 obj
+<<
+/D [1328 0 R /XYZ 133.768 619.433 null]
+>>
+endobj
+402 0 obj
+<<
+/D [1328 0 R /XYZ 133.768 373.805 null]
+>>
+endobj
+1327 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F69 718 0 R /F59 942 0 R /F53 940 0 R /F54 943 0 R /F49 711 0 R /F51 715 0 R /F56 717 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1335 0 obj
+<<
+/Length 2760
+/Filter /FlateDecode
+>>
+stream
+xYKϯax'iÇ/vA `;gDcLRqU?(R Yݬ)>_/o/de!L%sN
+S0gow\o=-xgV'oB)5_}v/hF6YÔ)Үr!g -F3^"ńT){nx)WSYh12)\L0#q9ÿ2LKy_e/`qWY=_^| )똴w0zs-ޓnfq/Jtɔ22sߒMl9(:uSLb9-$XPBfqi4|Pҩn`D5X+rV(5[(Mq@%^@= .8K:JB\=1!;2,HH`qU{5^3U
+-LXaha՗š
+[+nuHO>]3K1)
+0ZD-T)4z`HxZW-aJRF*6bޓ=C&negAl& eEtU'5fz} @ӕx]BXZ;w (B> Moj-K4YC(8b5?o@LӶx9h
+3Nr`BBZH9pg.tԅ:6m@S[wXC[ _4ϱHܵapWHož7@3!DYH̱2w4y1vErW}XBp /=xJ]|y9u }R7.ZǏ7M/įeI\>'~
+Rd68r#=^267<܂2 hs}!^iK<yKyޯPZچnC]ܣ5}_Gh57ۗaÕh.O#B-F/%j/=hwכD# $0ɯEq$8
+͈x[?D(3W3n▼l&xpnqʋHJHHJr(
+"]k] .&G.s*γ_AKS,%0$GaHcwq
+0Cl- D;@1nq.Nπ4秇Rv%d| \|!6L9Dj?!d?!P郗T?ֆڂ<[iDž{8,@=ʨ٢WчT
+imc#mB:* u4z]'<% (m{^﻾E^IQ~@#^LH:q.,<nslzuGGİz4c&(3< L 8D|(> Zֿ'$w7]?Ȋ3L=dFR@ﶯ̇\O,ƍWٖ4w.&Qu?HJ hA
+Xs@ ִ ӨNAV`H, 30t-/qj᛻UX;s$Rq{
+endstream
+endobj
+1334 0 obj
+<<
+/Type /Page
+/Contents 1335 0 R
+/Resources 1333 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+>>
+endobj
+1336 0 obj
+<<
+/D [1334 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1337 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 522.584 null]
+>>
+endobj
+1338 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 479.244 null]
+>>
+endobj
+1339 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 445.866 null]
+>>
+endobj
+1340 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 428.122 null]
+>>
+endobj
+1341 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 403.02 null]
+>>
+endobj
+1342 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 377.365 null]
+>>
+endobj
+1343 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 363.665 null]
+>>
+endobj
+1344 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 335.63 null]
+>>
+endobj
+1345 0 obj
+<<
+/D [1334 0 R /XYZ 133.768 308.864 null]
+>>
+endobj
+1333 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F53 940 0 R /F56 717 0 R /F69 718 0 R /F54 943 0 R /F59 942 0 R /F57 941 0 R /F41 945 0 R /F50 713 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1349 0 obj
+<<
+/Length 2964
+/Filter /FlateDecode
+>>
+stream
+xZݏB+~rF
+HI I*dJA2@
+44LkKM"s"lJ2]:M
+%jBvp[~eDR"2VV4_'TM*5` Ei)(a +:ψ̻%rK%Q =2B%K7^saEKxFpzPI[_qX>Ŷof˃j|*Me̎٭]Uݹp63ɳpXgѶB)륉h.*bv<(Rܔ[ކS'[?۵5>y#+6lWaG8 t㓬S'-At4 X^Г"›`
+SAhKsCL# WA09fF8=xx86Brf4&6xBa׻.3ۇlMі]iԨ
+LUg6x{JUg4Or`Ír_f΁u9pX
+"9p*t9raO3H,HF?}B;扒"#D`43$NJ>nI Q m,٘X]SQL[b ] yN3=8>a%''Yr W+"iVcXbzavAdB`Ʉ)d[Ɣ ݆ꀀ&w1pcw`/|a|"Lc0|\ ͯ3HgRs+0[Ś=8M>y/*O,9~+HDzrrHM#Y < ^o '0TBd
+L!,~.Íc N4PH ɡOF, O Ԁ׍4DgCQhmOtR6ۖ*~uؕt&A?Tq !bPq*{##.^Ҙȶ;0x1iK϶:LG<E˻vGzCIE Čvê@jUr$@KQA685l=g?ے?B0|4uGTEN%??v7`1b<;Q;/uP-c`,(V>e9NcZDdNPI=v!Ɇfl5yƝ&% \kjQGL;)U͏ReZ kk->zݤwDU1P놵ed&Gf ޅO.E.>gU:xrY`- х`XjWt4EUM}t<?y`<%=pPsoiJ3O6{U 
+i!Gʁ
+cLy P
+_8ݏ0CY,?@( gF:T2 
+5"@TrlۀHi`D;esp =8c/b=L1=DH쐩fdbf,p[p>w5{5+(1y|Sn
+H?QstkBLD]u@K-.͢(U7/f:] 7$S]dff5%'ǷڄN6݊=
+-,'I&AkeLM>ʼn_]I8=O&lB󐷳]]h\
+|^OD%-e(VZ 38=A#@-KtROgb 30#eX,>NT̨qcTUa`oe'*츊%t4d=C
+<yᏫ00
+endstream
+endobj
+1348 0 obj
+<<
+/Type /Page
+/Contents 1349 0 R
+/Resources 1347 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+/Annots [ 1346 0 R ]
+>>
+endobj
+1346 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.741 187.333 387.961 199.288]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+1350 0 obj
+<<
+/D [1348 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1347 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F56 717 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1354 0 obj
+<<
+/Length 3711
+/Filter /FlateDecode
+>>
+stream
+xڵk#
+,zVФ[4E.
+~f3Ʈγ7p^%La[}\OQiVA_'sLa1R9ʦE}S4~rzCR~EPv *Y!7ժLP 뚔E&HtLk{"|Y՜3MuTbP{ԝ M"0n(g@;VAVEVmHA7Fdz+6J=0`M}M69ש Tw-I}h"QMճ̨@kP`
+ R6kQ9C%%Q~! !OuwJĈ̎U\:/%<
+f[_Ez
+ Zj ~ DnP4L ó\+ ޾PUJEL ̪l7%
+;fz硱}m٠43D!80 r [ջeJ>;%eQ82P%H>Nx
+A1wjuܖU`x2,%I}"qXSH} I'4ထQI(j}&(f\5u;  74R-$ċJ &?EΜUE
+94q}4&`dJ1 o0Alb2Jp%Vp%q
+*m1FBt Gji*O
+ C! Qui7 es7w1S !uJ ~ƒt*%4my[j()6nMUUd#fc~Zߍc~Xz6J!`CwV*t_P?\D"YXА 3ܩ:@D;^TPCMczL#[@'-,7kFhH}G?͟2KtI
+tKϡ5h@~`ShWD2uĤ:d(Dz2} <)
+'T.B59pj܋(WnL[q $9f@weBo19}N/o|bдUxt`x?m
+h۸p<ҍ#:>>av_W-x
+h!S
+`Om)){ZFEaˇj
+#]}b7'c!GGƹ*bhߞ
+٨ T__"Ιeמ1 ĨtIW:>5=қ
+en3"L1CQKs5O "ΙǙFgkn9u<Ӫ k8'% 48Ko `
+n'Vpdى%8X~E7 % e 7
+g;BH}FHv:7<Dst"7|
+PD_^ d@UN(APz`bS$pEHr ;)h'Dכm+ g~JK*uuOQ:L["pI`:(LNaLS]Ob?b?zEsܒ{XIx>
++ Cف^ 㖃EA0u}xj`ЉdV eFuCpqQFO1*CY4>>2B `X<5X, .?
+endstream
+endobj
+1353 0 obj
+<<
+/Type /Page
+/Contents 1354 0 R
+/Resources 1352 0 R
+/MediaBox [0 0 612 792]
+/Parent 1320 0 R
+/Annots [ 1351 0 R ]
+>>
+endobj
+1351 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.463 369.708 187.186 381.663]
+/A << /S /GoTo /D (section.3.1) >>
+>>
+endobj
+1355 0 obj
+<<
+/D [1353 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+406 0 obj
+<<
+/D [1353 0 R /XYZ 133.768 570.007 null]
+>>
+endobj
+1352 0 obj
+<<
+/Font << /F53 940 0 R /F56 717 0 R /F59 942 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R /F49 711 0 R /F54 943 0 R /F41 945 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1358 0 obj
+<<
+/Length 2583
+/Filter /FlateDecode
+>>
+stream
+xZKav9dLi 9hlu[X.ӏ
+:?eג |;ٱv~P#"Ł
+IpNY,%F9A$<dM<Aۉ",’rA4r3zf#zտP2tfI" @`!j{%ggtynf{ܣ(/m`:F,xZN@y# R,az\L{ 5+)Cf| : *%Bω1VߧvxL=RiXӭBK h*:%BNz,['\Uۇm6 kQNX!pںIJp-֭{H%,C Ι>c ǎ H uppvd_6$WM5R-Is zj9s(v}`i
+*<ItRvz1IBUA
+F*K-UޕmLC5 Ǻnz3P
+Sd`.qhU5X]" ܢC벥NPxL+>v.jՃkv1n
+%*e*
+@};k6śv)aK-F,q\BAxQ 0-L5Zgd8FՋ#{d$2U~W_6_V#هIͩȌ(X-Ob8=n\Jyp};*^zk*9K#{&L;م7NxANϐ+w-wQ~HrX3ʽ ѓ!Z)
+C*uc; ]F3AI6#m@,N&}|kO˧ގCt8;=}\Y@G&cCvcɯikyaۉV;/&.q>_.PyqJrŽDMʈTmt@p(:]&;M^$͸#کJnz^ Xj42{n PhzŮR/IԇIcxYd(cE9Q,mhT[5QB9%TO@ 0M0]_RG 1UUS<q%MGM6Ya3RJW@z!C)Ύ/cj[LJ?!}:9Չ5Ё/svu~In ?XHj|^gM }_&g0>mts,ms7. lN#ɣ
+xIJY ھnK5-X3kvgA%
+=sx)ۦ^VBПU1Ti8kKw>|k}ߞ@?
+$T`EO: Fu6sD8$?$fPAI d
+Ʒ/وK"45}'2fD:]
+endstream
+endobj
+1357 0 obj
+<<
+/Type /Page
+/Contents 1358 0 R
+/Resources 1356 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+>>
+endobj
+1359 0 obj
+<<
+/D [1357 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1356 0 obj
+<<
+/Font << /F72 762 0 R /F28 712 0 R /F69 718 0 R /F51 715 0 R /F49 711 0 R /F53 940 0 R /F54 943 0 R /F56 717 0 R /F50 713 0 R /F59 942 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1363 0 obj
+<<
+/Length 3124
+/Filter /FlateDecode
+>>
+stream
+xڭZK۸ϯa]>d${HU*#qfX+ڱk+=
+A%RS><HKҬk`5O6E )BArBHPS(t'2y
+A6r85@gڑS!J O#7p IVrT*ʦ j{9Y`U"wgy@:گuO6ܳ HlR9Ne@h;Vg .K{n"dM9B[fU`\v6%fcBq%f,([h@7J
+|`R: :o#t0~ ^}i( 9Ά #*0)F
+}X#huV F+ְB|p==&
+.Fn۲X^H p$OT!dpC]Շk:F{{9_0\{$Rt
+@Ƙ!ܮ
+`ԅ~6 cBub\$ @."_FPpeÎgȀ07Y5L ;IIdAh ƨ50j͎Aoг'BAnA
+XOB‰'
+&<c}jPVtsWA}S
+DQO(Tw!
+hmBX2;7y0UlYPf޸
+46FK-l"R04,._A4d 3r~Dͫ;MD=O3]kueGuH#Rӌ ȌUv$ɉJb$۸D#O4J:ha0@M=6mpt?
+d=+W}=NnOZ?,pAciCt-?N,'׾$ 9]AI$3iD.*yb[ZŁ1wRG@${xa2H31,Cd9 Cש9wn}< W)P؉lKiXUsWx )žxyFNYg¼cz{U~h~Qe -=`>vo눁S\IIR]ƥ{nhe37̟"eqM8c V" :fH p6x0<Num
+H%))Z=aݗ|e)!i bcWtEs(+"un
+U2:*Rg7gJyk
+endstream
+endobj
+1362 0 obj
+<<
+/Type /Page
+/Contents 1363 0 R
+/Resources 1361 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+>>
+endobj
+1364 0 obj
+<<
+/D [1362 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1361 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F54 943 0 R /F56 717 0 R /F72 762 0 R /F51 715 0 R /F49 711 0 R /F69 718 0 R /F41 945 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1367 0 obj
+<<
+/Length 2557
+/Filter /FlateDecode
+>>
+stream
+xڵYo~_,"WC@v[I-$gs] IIB'!1%QÙ73Ptv3]dzƔ$:iej.]<V%Rْ10d
+2v0zQV/cAz5xB H4rrI2w X
+0NqbxqpErd cĘUjcLV5Kn<ϊt%!s6+%Fk3hv3BBvPhɴ;
+P+Ф$M$(FR3" ,an(
+ܖ[@lDfU F:(A4!X*&F;cE5./RqlIS:s*;Qb7$CQ)Qi
+Hগ* C<ʑ BbB/* },a=Hb)F7
+J0{To׭ܑ'c6IIIg.
+>[w}Ӻ@ x1I9-XO~ǻT61D$6HQz\֖LB;7\LLs9'WvEz7&)3hç%LnK_ YYr̷P q?O%g
+OXhRoE~NRBߛQ;wШd 'p3qQK$q]wՄgASop*?x=UsLZw|QJZu'ς J*</\WnhJ v8ѯbx 66AZp礣Vշu Ul]rӂAYQq6pfAg?$?
+endstream
+endobj
+1366 0 obj
+<<
+/Type /Page
+/Contents 1367 0 R
+/Resources 1365 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+>>
+endobj
+1368 0 obj
+<<
+/D [1366 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+410 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 355.183 null]
+>>
+endobj
+1369 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 309.781 null]
+>>
+endobj
+1370 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 288.451 null]
+>>
+endobj
+1371 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 272.546 null]
+>>
+endobj
+1372 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 257.194 null]
+>>
+endobj
+1373 0 obj
+<<
+/D [1366 0 R /XYZ 133.768 241.843 null]
+>>
+endobj
+1365 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R /F28 712 0 R /F69 718 0 R /F41 945 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1377 0 obj
+<<
+/Length 2495
+/Filter /FlateDecode
+>>
+stream
+xYێ}߯#7^(D EÙ!HVϩm]'~ hbu]OUF!oo"͛w* 2*nZ$q6Jvv7l4UV#z n NQio*ay?0a.<iOw9}Hw~jesYkxupju>tș[
+-`kI5+򃷅M $6&QL&=Y<#3"KGjXdN2"1&"N`;z8V)qK]vlVpEW睧>QA3[A%BJ;`u\z<kP{>8_NwIH̴YqY>?8*֊ȼ@D;D/q*~Xp]ϫ}]U72M,AjW'hT2Mg%Cdg(FɥmL:kc#8cJ(ᾪkOl%t
+.
+$jҙ.uڞ%"nQH&T_E0Dd{6BvI3(=;Ϻ(#e&
+ҧ7Q6DD L$
+
+
+xh
+lRVF/
+HWDuۛO7Q+BiPn~9
+vx d!pm7? 8ndi3 ,@&I۵A RrFP`Ӄa()E~j襌~IUH1h^G֐~Pc+2u Et<@1]$
+,D:Niʹ#MyciVK,j3].6:DZ׈LWNH'U^J'sn/ f:ridKe 6\*fB1Ϙ ZLk r)y ]|7`.m^986hqv-Za;g:IƄ2ܞ3w+`v?B5C34ITS|y8+h]
+;s^'w E+^ _ܔitHjFGS@<-k
++4vfJ:W 7]SSx)nN;NLMl=~7.V-&
+endstream
+endobj
+1376 0 obj
+<<
+/Type /Page
+/Contents 1377 0 R
+/Resources 1375 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+/Annots [ 1374 0 R ]
+>>
+endobj
+1374 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [445.488 334.427 475.708 345.497]
+/A << /S /GoTo /D (subsubsection.2.3.4.5) >>
+>>
+endobj
+1378 0 obj
+<<
+/D [1376 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+414 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 378 null]
+>>
+endobj
+1379 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 297.949 null]
+>>
+endobj
+1380 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 277.431 null]
+>>
+endobj
+1381 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 262.337 null]
+>>
+endobj
+1382 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 247.796 null]
+>>
+endobj
+418 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 221.21 null]
+>>
+endobj
+1383 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 165.623 null]
+>>
+endobj
+1384 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 145.104 null]
+>>
+endobj
+1385 0 obj
+<<
+/D [1376 0 R /XYZ 133.768 130.01 null]
+>>
+endobj
+1375 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F41 945 0 R /F53 940 0 R /F56 717 0 R /F54 943 0 R /F69 718 0 R /F59 942 0 R /F60 944 0 R /F57 941 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1388 0 obj
+<<
+/Length 1223
+/Filter /FlateDecode
+>>
+stream
+xڍVK6#KH\eWrIjNes<ެ}Ղafq9$ZV?~;wD"+>RQ,ykbXB<S՞}Wy
+ͤ6tswI*"~1qNvm5۴\J;X%Y;b8 .U%b;tp\9tl@F_]l&x3y0l;)%c')cxh:GT㱟N LRԋ9۱$-L:!qƛT#j(KW k;t3/6 )VH~ѝTh8Kk[ٖvM#aXc,xc]
+V#O}D!Hxf?!B~3SJ)*rMn\* lhEtqXU
+"Џ>i]؜3
+wh{it_MUbeVL
+'.)
+|zSN(<W3r7C{8z9IspS,}݈ڨΘ8䳶2LRYo/_$ŇK49=tޛ.!f pjڮ'% 1nМECL^w֎ԛϗv bŠ
+r"/zWN|sc{)6'moyl =A(AS-s*D*~fW,! uA|?jH
+Xqcr,m
+endstream
+endobj
+1387 0 obj
+<<
+/Type /Page
+/Contents 1388 0 R
+/Resources 1386 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+>>
+endobj
+1389 0 obj
+<<
+/D [1387 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+422 0 obj
+<<
+/D [1387 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+1386 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F69 718 0 R /F68 716 0 R /F50 713 0 R /F41 945 0 R /F53 940 0 R /F56 717 0 R /F103 1265 0 R /F59 942 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1394 0 obj
+<<
+/Length 2174
+/Filter /FlateDecode
+>>
+stream
+xڕXY6~_ȋ]A& >$yi jn Hr{|ŢKt^l,U_]
+>Eo>2PH@j-$ LX&:xvN,یH3c[,M.2ixçnW6 -á^y몭YAeA.D%A3ߖbt* Nòkj!Cڦw~?k>+NΒ8ӝYjԫM;#1BDa[P|ax[ X:[_y9J~,ybյsZБ
+Mh~(acaR 48pQYzR(Ҙ,'|)>á[K$]٬]Qoh'Tz&oQM,L/D0'mIR$1h &
+n$A_~T'/9*"%B"RN+"PCLa1!B4&i EUE ˝glMJw)̌A/rUz; e?.؀L>,v߬A8x
+
+`oUC3lʝ{xǻ%d64@*<RԳ[.C`&Ϋ+ǚM *PUTki8A!PVzzCT9Ug,ͯjX**APv)/&XR
+OR3O?>\Jr
+%iy/Qz/@#2EkuÂJ;#Gzbuc6E%pINSɯaHבH\r=l\㏚<<g%$.&_X*-˧v}d(ze.gF}B~`!qX_IJh\h{vWxny*@
+>84yr5F
+$1N.MOKtY~G?g{G??=; _FKn
+`faV{@J4%8
+%N6#
+endstream
+endobj
+1393 0 obj
+<<
+/Type /Page
+/Contents 1394 0 R
+/Resources 1392 0 R
+/MediaBox [0 0 612 792]
+/Parent 1360 0 R
+/Annots [ 1390 0 R 1391 0 R ]
+>>
+endobj
+1390 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [247.446 314.682 254.42 326.637]
+/A << /S /GoTo /D (chapter.3) >>
+>>
+endobj
+1391 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [177.964 164.828 184.426 176.764]
+/A << /S /GoTo /D (Hfootnote.12) >>
+>>
+endobj
+1395 0 obj
+<<
+/D [1393 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+426 0 obj
+<<
+/D [1393 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+430 0 obj
+<<
+/D [1393 0 R /XYZ 133.768 229.488 null]
+>>
+endobj
+1396 0 obj
+<<
+/D [1393 0 R /XYZ 149.011 147.742 null]
+>>
+endobj
+1392 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F72 762 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1400 0 obj
+<<
+/Length 2831
+/Filter /FlateDecode
+>>
+stream
+xڭZmoܸ_mDxu|x @sh?wp+{jI{q`w$R/%yG&YxD%Y(g *\iPRzq\4_g5+7LhڿI$ٷ:Gbܠ~bVr'/E!ONݽ~Swn<MlOTn mrUî 朌KFr@ 5(n:0:KChvtTe%[Huw-Y}>.xJc
+bBgAkmJgwtU4wQߪl5(¾Sݖmyg[y>|[=nDXgݔ+/G%SRٺVm}[Ќ&{}\5z-{faIf 5_2HG5Xy;wl&ˉvץv)yt<2图lۺJ]rBsV(AH!d"!i-< rSBL3+)Q
+H%\榭ܵ+.&'t ̹ⱒ MtȊll?cʓfC<k5ܡ0r< FUc{jy˻Ihc6W&_mFxn9 8$zv/{諭9Pb|A
+
+ºϭ!%!'#i>XR mA!n*W].Lv^zY{"ו ;($A}DbKGj!rA#dJ~C/[Od"D|mB2%\ߊ0&) ]!X,^La
+EFS ZBba":*s,cuG}+yP "?&4FG.Z\@T?9*EB:%vܑKAI)I
+9dP%&!FXe4C*dlB@V cWu q̚t+']uZm:؂;rJhk;o[XٌQssCQOe ~kN;PWŗm}wǚ;}KGj+/ޱSPq䗻SX42C_ERc('b?<[ˋSzq/p6
+t)N fvB>h*m
+}:)G+@6h#UPCn:Cn⯔4@pփu~A>o?bF $c)&'PLIz;T2fCP_8˱
+Jxi-uSUkDȢ۾-#5BK!>j؈,ꔧp[cCzD4|p 109k%DOH]UQվmU%quIC>NV02}iof
+M(K5+$bQr X;^=v==+PLwr2?3mB+8Lc9HJ)~i-DZO\OɗR΀BC$fvpĺ7oB̊|4n;}BxM/O]̾A}w gWAKs{>@U[ʭ+4;lg[{d8}g<uvͦtc ;}N7Om~㡶_,4zX5OH!ۆ:px='$H. !Lv.ARNUصBaD
+aŦ$BMHjD"u.w%P?>
+endstream
+endobj
+1399 0 obj
+<<
+/Type /Page
+/Contents 1400 0 R
+/Resources 1398 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+/Annots [ 1397 0 R ]
+>>
+endobj
+1397 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [335.899 336.649 350.621 348.604]
+/A << /S /GoTo /D (section.3.2) >>
+>>
+endobj
+1401 0 obj
+<<
+/D [1399 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+434 0 obj
+<<
+/D [1399 0 R /XYZ 133.768 288.392 null]
+>>
+endobj
+1398 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F53 940 0 R /F54 943 0 R /F56 717 0 R /F59 942 0 R /F41 945 0 R /F60 944 0 R /F57 941 0 R /F55 1082 0 R /F58 1091 0 R /F71 761 0 R /F72 762 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1408 0 obj
+<<
+/Length 2803
+/Filter /FlateDecode
+>>
+stream
+xYmo6_
+ D.n/w+v@6
+lBl)+y fHJlɽ|~(zH3<C*JoNR;M#JEhEJj¸.чXJ,mM;x;ELfgƍyw,zFQf4F2S Cfu
+Sx/7ݶf,;|0 Kؗ][
+)(WhNJ%TLVu@zͫ)LqUey [ E Lie] 灂,%1kW^&<|iW)NGvyewyYՠ|s{rfD|pwN0<϶ouS/h_$oϽ?II%u2OH~xyfR{ sq''z$N1b$!H78OC
+1„ JUOjH՟\J5~
+.T]&+ ^a~[j"(l>;6x"en|t(d$u<,0C|L,xehAWI K,dz.0If(>l/x< 3i7P? [7>&E z
+GUWIqW`jsj|<clyFvu޶E+/]zhX H@l/D @5
+잽Цj?䴶_pOܭWB5.} j.¸?LzCO|-tAÛuo9jz3@M>x!!; 6=LaJ;b:yS(O.;۠-}#nebC<S8p(HD(RM4v 5'LT:\ø:Eng,GDU |hm9 e.,pǾ7y5!
+
+Ux<&OV}tdi:-8*6}{,zcCu`d7,
+s4'6&TքF
+w&g؄{>Xpo+J#ӟ&UKL:{[M}Sc!{LCJ(3`'gۢI
+X_pcVm6&ι2_`ee<Av];XwY!?+7іcX:O åƦqtڻpyW;p5z6f#yѺN8hX_~>x޻e D؋n]7-R w4~.rpU7-zd( ,s\
+endstream
+endobj
+1407 0 obj
+<<
+/Type /Page
+/Contents 1408 0 R
+/Resources 1406 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+/Annots [ 1403 0 R 1405 0 R 1404 0 R 1411 0 R ]
+>>
+endobj
+1403 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [237.628 180.324 244.09 192.468]
+/A << /S /GoTo /D (Hfootnote.13) >>
+>>
+endobj
+1405 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [472.014 180.324 478.476 192.468]
+/A << /S /GoTo /D (Hfootnote.14) >>
+>>
+endobj
+1404 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [132.772 144.879 478.476 154.1]
+/Subtype/Link/A<</Type/Action/S/URI/URI(https://tex.stackexchange.com/questions/602993/use-macros-in-numerica-vv-list/602998#602998)>>
+>>
+endobj
+1411 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [132.772 134.346 189.796 143.965]
+/Subtype/Link/A<</Type/Action/S/URI/URI(https://tex.stackexchange.com/questions/602993/use-macros-in-numerica-vv-list/602998#602998)>>
+>>
+endobj
+1409 0 obj
+<<
+/D [1407 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+438 0 obj
+<<
+/D [1407 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+442 0 obj
+<<
+/D [1407 0 R /XYZ 133.768 425.725 null]
+>>
+endobj
+446 0 obj
+<<
+/D [1407 0 R /XYZ 133.768 232.683 null]
+>>
+endobj
+1410 0 obj
+<<
+/D [1407 0 R /XYZ 149.011 176.04 null]
+>>
+endobj
+1412 0 obj
+<<
+/D [1407 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+1406 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F69 718 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F60 944 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F72 762 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1416 0 obj
+<<
+/Length 2660
+/Filter /FlateDecode
+>>
+stream
+xڭYߏ6~߿y D,R}h{imp=$ZX[r$9Ef8,݋E(r8/| noA拂P,_d2vxC۔̓[/S-d'U%IIW%|vlZΓWa,MnjGeGR$ WV*Âm諾Y~A*+LrԨa_V2UJJdI;$ʥ#N1ZA2a-L"#?Ͽ
+^`m|LO8 ̈́ÇAǦzgkj^_PYS|Z1AO*OfuܻROO+3ur!xDoi[GcWw4L+fál{/S\ØT Ό9?(nA Y{Ѱ5x>8zoOC$'93N*.&cRD}kc V)rG4>zue 44к pc*rr^̣OB%bQY0#FJdЁzh֢ 'xYȘvVwFh S$ |-=mF hǛk?(;
+1Ń6K @{A?l5XaU:7
+n}˒wǒSWePubaE>0 bQH-%bo7AOȖzU y#S|ߑ`9`:]Uoud&c
+e2
+*X9"$ H<`jAC ΋ ;psÐ
+#|q+x~MPBޓaʮoz-8`h AN%}$16)UU\\odYv%5hī %֭v*+fU>
+74:
+]k/@OnXCQЗ*0&&ǿL5doq~N}׶~'0~.;,?gS8Is̤|#C96!fV栏soi>CΩvAϞ=w:Aƭ9vWG &·J(,S
+d
+G֙BgY'yl[(\½;V8X<{ ޑ'+
+MȎCw͍5&fWYYc
+Dr~?w}
+ɁfhEpрV^(z2オ~C!gzk ϲyؕ+*/p5a6|ٺí_`\ą\sJ~({͹aTwW e,
+55);SEXԠBnB{Mד"z(!KQ̽1B2|6ǻȈ /f)
+ &%6S\Mpgyw=7O6U7"qhr!#~Rh1#|攈P2v&G]|e-VǶ=WB+l`fÔ8"<_#;9o
+
+7n׹BP҄!
+66ה}'>rJƤ:lϸOje|m;"vAVGӨkL~q ٫JJ+2Tp9 0.eyB%
+g.oP;7'ꡅ۪zxY`3n](ڋO
+@V׿^B
+jc\HB
+endstream
+endobj
+1415 0 obj
+<<
+/Type /Page
+/Contents 1416 0 R
+/Resources 1414 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+/Annots [ 1413 0 R ]
+>>
+endobj
+1413 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [419.29 550.137 426.264 562.092]
+/A << /S /GoTo /D (chapter.6) >>
+>>
+endobj
+1417 0 obj
+<<
+/D [1415 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1414 0 obj
+<<
+/Font << /F28 712 0 R /F51 715 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F75 930 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1421 0 obj
+<<
+/Length 2674
+/Filter /FlateDecode
+>>
+stream
+xڕYݏ6߿"
+Tn@k{z[۶/ʦl47r;cjȢ' /(8v}A+Kydou?46*in'ĄY>@&pΒ 0+:K4JqM$2EPu64+F[F2}?x*\șQ;wcj=v%zd!>ɑ3>7:V0ĽodSmߵM]X{̶Y=UǮ/Ю/yl,s䇜)q@5١ :Ўު56M/wfMv`^XIxxP&j
+׫TݔͤtMUSZ28wZ|U3ܶ5̇1LagsU?b3C^.sx'^5%{pD%Eݢ?Cbh?0h
+vW% "䖆:lXI'VigB;ępXҿF2N] d|YH`&e4`DIiloilTZ$9ތvXfnܣ)j3J=|d2 Y9NYe1Hs^hS%"eW=/<ݑ5W0F/di-ciQ_Ʈ[8 r96o7kK3Xw}/W爐0JCOQ^h\8o <y'ܶ\YԴ=7cpD z;R:
+YaN E
+ꎐp c=z*t,/6s}3Lh/}s=3kx EO80g[$k0IK2{^xޚ_⊟?-Hafms
+=
+ٞ:T#(:
+V;ݎTO8J{|SzP+uO8*Ȩ ӂ)M0Ow'ܵ[`PT \}A߳
+!"yAP|O'k{%
+endstream
+endobj
+1420 0 obj
+<<
+/Type /Page
+/Contents 1421 0 R
+/Resources 1419 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+/Annots [ 1418 0 R ]
+>>
+endobj
+1418 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [258.709 141.323 281.18 152.116]
+/A << /S /GoTo /D (subsection.4.2.3) >>
+>>
+endobj
+1422 0 obj
+<<
+/D [1420 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+450 0 obj
+<<
+/D [1420 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+454 0 obj
+<<
+/D [1420 0 R /XYZ 133.768 435.117 null]
+>>
+endobj
+1423 0 obj
+<<
+/D [1420 0 R /XYZ 133.768 239.898 null]
+>>
+endobj
+1419 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F56 717 0 R /F57 941 0 R /F49 711 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F54 943 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1426 0 obj
+<<
+/Length 2058
+/Filter /FlateDecode
+>>
+stream
+xڕˎ_6W|s zhizt$TWw2EXU,Sao!w>,&ei"aÕeM Ro/ѯǢds_6Y޵= ʚv8MNY6={(>Šp,qFj0Zut #OH.R{`ۯwbR0rj/۝S؊Ǔ RͶimk"]+Axyz=W{:1=N]{_; mjNx-J6@Y"*l(Pqꊾ/e_hr?i~ѓ,r(&=<]I(}sKI]}7xO|Y 2I#;ޜ뢃kgVM0Tq3 \4!LLlALGڦI~ˀ<6:I
+s& 9ָC۹x<̟Ϯ8Z^Gí|ܺnd$E.
+dB(P*@ E
+Ƈ-ЀUGJ͜
+p%5Y!VL ެvV"ϐO$k1NIA9Ɍυ4,ianR+FT4-`Yx'6tIY
+T5yǢе<k {U9
+}g57DJ^}v\/
+.t}Qh#BЉ5 ) [
+H7E93 eJǧJ9wմ.+ !`̪)A
+endstream
+endobj
+1425 0 obj
+<<
+/Type /Page
+/Contents 1426 0 R
+/Resources 1424 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+>>
+endobj
+1427 0 obj
+<<
+/D [1425 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+458 0 obj
+<<
+/D [1425 0 R /XYZ 133.768 607.429 null]
+>>
+endobj
+462 0 obj
+<<
+/D [1425 0 R /XYZ 133.768 382.843 null]
+>>
+endobj
+1424 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F49 711 0 R /F53 940 0 R /F59 942 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1430 0 obj
+<<
+/Length 1841
+/Filter /FlateDecode
+>>
+stream
+xڭXKo6Wb9ARhs("I[yWծ$C5 pZ8Mc p87_gJYdX M*1IeV}bq#q/A2Mdb`$zsn yTPgX)U/C+DV,՚e]|Jk颻]~Akhl%\4fYbj-r7ѧm.s}D%sۮn>i t:w6nLDhqI¥\YrњPV)77
+Ǎ62FD+KɭR"1Dia[7g
+ D@4SPVt
+ 0 g\^*C:i^^Tuux^m
+ }vuCC/[0=5ٛSʼ)قZ0G0̵0&$?@Go`IEu As**mtt%"| q
+'(^Dԋyy9Kdi3-k.a
+t
+"R 2:EQ(cNxTkPnY
+u%iV<'(Wm5 9$lאr3q4,% )~WvI7fDT4#]Irɶ<Iqw"01f= d;M$+|ִFr[ʾ`^Q<Hnc&JE4 N$<.zzʻ|x緭I
+Pvl2|åJ#P8-Ɠr߇ˡ /XC
+5GNR |ْЫ``8",<%6a &yT}a Κ@W
+:fZh9nfQ Sz[ _mIrEC<pR' +Vjm*isn,
+24دn_z(>Lv3E{ nv Ȣ7At,' StU983Q%r*ܟ8~Gt#Uul7ɶoavm>ttzjM .9\6ܶ&*pOƱ Țt:7[z_*U
+endstream
+endobj
+1429 0 obj
+<<
+/Type /Page
+/Contents 1430 0 R
+/Resources 1428 0 R
+/MediaBox [0 0 612 792]
+/Parent 1402 0 R
+>>
+endobj
+1431 0 obj
+<<
+/D [1429 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+466 0 obj
+<<
+/D [1429 0 R /XYZ 133.768 553.963 null]
+>>
+endobj
+470 0 obj
+<<
+/D [1429 0 R /XYZ 133.768 366.604 null]
+>>
+endobj
+474 0 obj
+<<
+/D [1429 0 R /XYZ 133.768 199.889 null]
+>>
+endobj
+1428 0 obj
+<<
+/Font << /F53 940 0 R /F59 942 0 R /F28 712 0 R /F50 713 0 R /F49 711 0 R /F68 716 0 R /F69 718 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1436 0 obj
+<<
+/Length 2739
+/Filter /FlateDecode
+>>
+stream
+xYmܶ~b 2H4p"}
+I<$QH-[< lrcXdg;jw~]AGuk&PvzU 2ȒsM0 GvBLfT_̙ <m'TÄaA48[r4X}X%eI§m]LY@E9_3' ȗ;^:[-= g]8,Nٱ'GbRsC.F楈a 1!+&yh1 gru?;_rE @j`e*ybAc
+SQcy;!j}~QG}Nۢ
+;pw.Dݜ&PHt)ҞbW,VN! _mBj4Jտy"L*[(>Jb6)ؖI/љ転&w)7zKI}d c42Ks
+yxlHRJ0?]p)n`rlo^&ț+Y
+ 8d"@Rc9/D.P
+.?fi&
+IS4=B qhBrax6Â06PC]J y0x1ìk7 KGV*Q$c#\2yBc+Hq4Uz`l(\viB
+G y>1e4R,(k_5!O0s 6;5E:xobH bjh0NucOi֘_reOS*Kb%VF'.K2L$tx(l@T]6S0 UKF 7gd39Ō'#t4zwo{;zcΤ[LRynP"%3ˆP_tPO1@?jA,iN<s
+iU 8u-vÿjNGzC"/??D %AČGs.%OId {?f3`
+endstream
+endobj
+1435 0 obj
+<<
+/Type /Page
+/Contents 1436 0 R
+/Resources 1434 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+/Annots [ 1432 0 R 1433 0 R ]
+>>
+endobj
+1432 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [434.388 339.874 449.111 350.667]
+/A << /S /GoTo /D (section.2.5) >>
+>>
+endobj
+1433 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.812 245.225 439.032 257.18]
+/A << /S /GoTo /D (subsubsection.2.2.3.5) >>
+>>
+endobj
+1437 0 obj
+<<
+/D [1435 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+478 0 obj
+<<
+/D [1435 0 R /XYZ 133.768 309.931 null]
+>>
+endobj
+1434 0 obj
+<<
+/Font << /F53 940 0 R /F59 942 0 R /F28 712 0 R /F50 713 0 R /F49 711 0 R /F41 945 0 R /F54 943 0 R /F57 941 0 R /F56 717 0 R /F68 716 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1441 0 obj
+<<
+/Length 1650
+/Filter /FlateDecode
+>>
+stream
+xnFЭ`mM2mZiq%H3;Ki8^;y_Wb!KB(b,Tfq/>DI+!~U^TJ&[Ze-oo~z^&VZd+0e<i\Ikqtiq9mȨ$f6N#,!qO۪ȕ^gR&QG=6bA[QfK-WZNJuvpK9r
+hVsdbJ:e@l C$<3 N# SX~JuS3P \.
+>m62Qk Đ|h -Ef{7B ~$fq#_?9Pz5 wu4s3T^(Δ2qsag;F 4ˋne`,SRO%+Äc.+gʔ98}M}GQ<Q8ax(6Q#'
+<iV<9H
+qЋ_=-&B hz>;`AښH:FȻ`TCxmY`/f)n<wKd<[w]U* \9yg6w_^v-&e(o98ɂˬ SG /.ԥξf/O a "zW<TBEQ>U>y)/ ~
+r=QgV/] 0"֞dqj[ÿQ_a7WR?\ V$J'2x;S_3w7Թ
+endstream
+endobj
+1440 0 obj
+<<
+/Type /Page
+/Contents 1441 0 R
+/Resources 1439 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+>>
+endobj
+1442 0 obj
+<<
+/D [1440 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+482 0 obj
+<<
+/D [1440 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+1439 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F53 940 0 R /F50 713 0 R /F59 942 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1447 0 obj
+<<
+/Length 2882
+/Filter /FlateDecode
+>>
+stream
+xڭYY6~_o CD, ,>ެFtk-g0߷E]=xdꫣnp{Lw-~'Txjv:NTؽ "^J`,f~wWڬW څ5[^冿LQ)lninSdwu 8)je]lC6X%Q4q|%wTjE3nBs0Qp8JDi c u$lkÕMl"D/C5&oNNE+Ue{-JeTD#ݩ-vF*
+,Ipwp&N=࿒FZWX44JSV;qcٟix^TJRFOfG>B~h~R0.?I@X3*uʃxNg0x
+zFO#m(9xAg'<뇑FeUP)&h+{#ڟO\wxGɬW0@m1`:{5+ON=8hK*C:[ܝ_q_ġCi[hp *;=(Z_MKM9#wǩew)"۫bc1)=\qէC'WEZKsTGfqZ&eJbxvAJ kvRh&d/n<NKR)hKmgmۢ}hgN:\>TnmYÖ́BvTzBd,(2)wHM Oؿ;UNх}qn則-Jy|3mfgF1xJ|s'9"931gMyX)<532UXr9V(Bp1"s,&
+;dV2#!#3Zjܶ0Nv-I5ȠN^!+땡s?0D2Avcփ]筩s(QsJd;V> u{:VQgQ*
+ma0Lt)RAPu^EuM"`^м<8
+^Z5 /G@y"htG|̦0?Y9^ϪeXX ,fv_PUjDW w՘,E DdwfS\8O*OК[DlBFU-eÄYp̓ʘD_pd9) `ʑm%*җ1qJL{$p!{pN1-;E\LpZ~-
+ܕl/Ȗ3˵eb ׿AȐD,5U\( Z` D"Z>F*uOЛTN(,c5v- ̎ljKhW=R)~m]n1eWX2^QCӋذ=2da 6O?{'[9;t4]%Up
+֠j9dS -6 ,/~`Z qi l8<vS{̚C=KewcU+TsQ!3!̫j
+j~}p,j!OQSY]Ӗ \e)BZera^}Xjl>le߽sD l|CxfbS",2X3,N~קP
+caip.U _&`YMr:f}\BN TNFLԡKBB\CXUh50IZf^2*?mMRN9/b1*2V.C1x;kK><! Qz{@6x8ZF\ywL!BJwAGŭջ_A?l#,8{'E)+ݤʖytBݬu)˒+nֲ}1KU'[сBMY5E:ca"MdImE-hx"H67GGMJHChD(40 , Egg_DӸDGZRM)Gݮ4U6؆蛯1q|Џ$W??)e#rZ E@s'Y 5? r \B"6g}&[)n)~$U$v잷7gn/R. b՟*7 (!P2Լ[9vh.h|x GleWWϿ\D?~GDϜ}NU?gF<mfU41gi<" 
+endstream
+endobj
+1446 0 obj
+<<
+/Type /Page
+/Contents 1447 0 R
+/Resources 1445 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+/Annots [ 1443 0 R ]
+>>
+endobj
+1443 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [321.519 539.242 351.739 551.198]
+/A << /S /GoTo /D (subsubsection.2.2.2.3) >>
+>>
+endobj
+1448 0 obj
+<<
+/D [1446 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+486 0 obj
+<<
+/D [1446 0 R /XYZ 133.768 580.546 null]
+>>
+endobj
+1445 0 obj
+<<
+/Font << /F28 712 0 R /F69 718 0 R /F56 717 0 R /F53 940 0 R /F71 761 0 R /F72 762 0 R /F50 713 0 R /F59 942 0 R /F54 943 0 R /F57 941 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1452 0 obj
+<<
+/Length 2502
+/Filter /FlateDecode
+>>
+stream
+xڭYI:W62+e9$3C -Bk1t'*VQdv^.mH~Ŏ6MYg/ޚhY,q#l$lGm!ovgCX޼?>lDE>|~2QI I>]ݩ,
+s?tdx: f,4e-#OcWtʷp$۝L&va+mGZ@]ȫt,X9
+~x"nvn.͇3n&tN){7[`3Yvp(.$us(ZԟWn[*YnrdM}@FQktd8v@ t8 uN9_0d8lHJPGOJR J_%}s(/z ʾy/Hn"k{*AA <t ~ȩCj!]=ĻG-I]P*BUiF]qurՁ_J4>|(rG
+.y7;p /g qHkH+3fE'uh ֞낎 ! ^5-
+eޛ`l=(Sq8 c%ܷ UO㹏[ө|$L㝈OXCPL' FmKKv5GaJNǠ LFdÎzSA.eyy幵4jKD<\0ryIH:*e ]@)r"B쪃lj
+DyӆpL9Quv[U:AT+[$Yhi8jebXhb'? @XGЪʴ~PRZ%P\9}7a߅KNB/T~*di K\I3!??BV@9 RBhN Tm13{;T@H@%7;`nVX_iOkD<kzl/F=z@FX[=ᆦhdm[r>cL,<g2O2':1Z5rYЌ4xZN?UG>;l8*Z{"16H@qOO耙(l1ȵPGZOi0 8p v[Kڍ{#+|U* _!?0H S3~!8ɽbP !xv.@B%NnK9v\=oGkLZҭ-<𩴱֖M2H7=cٷu]Rd^H|kp
+o4A)%@8Z@j{zjyo`+4
+8_`.JN=zk -ƻ.{SLkU Jϙ)*ߘ0t놳џ.R]z]DZ`=U&Ya&L
+3TW
+ۄ[A_SQt$>Lx(y!vG\/fHIoLeCO4?}Jq˘Q ńA7ozC7scGj1r^]"O?ZbO*yǒ8TBJ)m)%%So\d@Ak]>16V@Ǧt_=_bh=XVJ-gjBn)SwDJFYx'W>k|RK{>ȤԽ"e8)ӵ@7D}0M\2T
+endstream
+endobj
+1451 0 obj
+<<
+/Type /Page
+/Contents 1452 0 R
+/Resources 1450 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+/Annots [ 1444 0 R 1449 0 R ]
+>>
+endobj
+1444 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [444.803 609.913 467.274 621.868]
+/A << /S /GoTo /D (subsection.4.2.4) >>
+>>
+endobj
+1449 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [394.231 467.994 416.703 479.949]
+/A << /S /GoTo /D (subsection.2.2.1) >>
+>>
+endobj
+1453 0 obj
+<<
+/D [1451 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+490 0 obj
+<<
+/D [1451 0 R /XYZ 133.768 596.969 null]
+>>
+endobj
+494 0 obj
+<<
+/D [1451 0 R /XYZ 133.768 385.809 null]
+>>
+endobj
+498 0 obj
+<<
+/D [1451 0 R /XYZ 133.768 249.923 null]
+>>
+endobj
+502 0 obj
+<<
+/D [1451 0 R /XYZ 133.768 229.154 null]
+>>
+endobj
+1450 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F53 940 0 R /F71 761 0 R /F69 718 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1456 0 obj
+<<
+/Length 2956
+/Filter /FlateDecode
+>>
+stream
+xڥ]۸}E*I^̵Օ%G p/c83η7YVoW|{-׫<3nWLXezIs!Wջ|Teׯ7Qs_Dޮ?[KKrw==
+u~G694:f
+H.yrJ}yK~]#UROF7Y t08?,o`oX%,˿+͂ p\k~pX[98vek24S%!n}@K\1qohoƕ;bgD3,NDdQ
+Pqf SzEY&`?4}ݾZÍ]>BDAy(5W+/",ׄnNT/jV{:R
+]&1O]1:e
+J>b߼O`LjJGL
+MG;MM[{WLa>K4K
+ . ,PC4=x=tTMf{ׯkhtϛyZCݩ-BY= t`\t@b}::A;i,C e2|6C !J
+S}a-e&. (4Yhp t7M۽vR`vu9
+ #pW/o-X坿ric+ۚX)L^/Ci@!M<?=$Ș)2f51+^}BKOVl3WqDAW}HV[؄GEWVEFT
+s|WB
+"kP |:d"geu*s!`[C˚7b{"p4;ɩDȉE11AJ.$,u\>fm`/4A}b6"?c/:u P
+ƀQ߆ C`P+4*ʳDw Ai]TG Cho@C=H^!#.@- 硟CFD5CW}
+>Wh"1g#䳍5d!nt/d ;n Ma.E6O.eЗ@ѝȅN8'-#-(r;_Hkr~e1?y=55jfA•_t0\&2l؞lh\*: _eh5@bK/b EjjC0A˪"ںk#.jBuQPuy`ίYzIh
+endstream
+endobj
+1455 0 obj
+<<
+/Type /Page
+/Contents 1456 0 R
+/Resources 1454 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+>>
+endobj
+1457 0 obj
+<<
+/D [1455 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+506 0 obj
+<<
+/D [1455 0 R /XYZ 133.768 403.333 null]
+>>
+endobj
+1454 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F54 943 0 R /F49 711 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1460 0 obj
+<<
+/Length 2592
+/Filter /FlateDecode
+>>
+stream
+xYKoϯ+nHJJ`l2^E wa;OTKm,9}"YWl__ްg?\IUZnŕu*EVWՇ'r6P4Cl/%;/b]$\R/9#g~Id=ւŹ516:<ښLW eЈyF4li m ~uxl׵ɢܴ8,vQ9sd[ gnYlxt<9]Z٥4\+ˢpɌ"YxK8@E(
+/OO 1xH0:7˷_x)&nC ҖM
+9?Ņxw?FBkxO_cp/$O?Jt̲|C!pf;@o
+XP@zOZkՉ]z_b-'~={1+%_WS/Ld9$"A'5;L0RZP/pjل`6C`:Q-lڡn"-5԰?e);Wm+p6X0.`|힘Z :fBQt#bw ka ) FrE
+5N05D
+Z :X3>aŪS4}{ZSS5I;v(*L5z晎;'JgU
+]s1Oε q'
+Zҿ647vB
+$0%Pc)b۫7oώ
+endstream
+endobj
+1459 0 obj
+<<
+/Type /Page
+/Contents 1460 0 R
+/Resources 1458 0 R
+/MediaBox [0 0 612 792]
+/Parent 1438 0 R
+>>
+endobj
+1461 0 obj
+<<
+/D [1459 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+510 0 obj
+<<
+/D [1459 0 R /XYZ 133.768 183.076 null]
+>>
+endobj
+1458 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F56 717 0 R /F53 940 0 R /F54 943 0 R /F59 942 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1464 0 obj
+<<
+/Length 1524
+/Filter /FlateDecode
+>>
+stream
+xWߏ6 ~_D/n:l{
+]׹.ձ)N|6@,KGR<<oV^y,I dO S&U13eTEP/ROwe1R~#lmf5ڦomuegy2qx$s
+%L0)yZ3{Br& 0)\<o&#HL)[h kMWoX9Ms`ӃC'!ZMlO"0\Ç^*gQ)9Ja7E"Z+:
+>YWL0ͿB*cLd!8p^>>
+Z6\(8Lt<dƌ1Eg%g۲*)E$6G1D R#D$8e;W3tP 6~)Gl-n)HT݌p79WA].2#ͫ(HvP.̴ ټ'?]qwZR<t,/0lv4bTIE1ͫOlL>((iZ]PWv6E|J?vs-=6R^0
+]xZ@n=/^
+б>[ XSWqN溞&ܛc&8ye' u aKBe7=heco9>?|ĸ] o76CO.\^С8lmѿ_΄g:'_皷 $h-=$ z1<!'uܺS¿ךfq֓dƫ/ˆ۵s
+z!>JԨi K4L$.b62
+endstream
+endobj
+1463 0 obj
+<<
+/Type /Page
+/Contents 1464 0 R
+/Resources 1462 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+>>
+endobj
+1465 0 obj
+<<
+/D [1463 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+514 0 obj
+<<
+/D [1463 0 R /XYZ 133.768 338.493 null]
+>>
+endobj
+1462 0 obj
+<<
+/Font << /F50 713 0 R /F28 712 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F57 941 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1469 0 obj
+<<
+/Length 2553
+/Filter /FlateDecode
+>>
+stream
+xڝYK>%r`v3rȦ 栱鶰m,S*7`G,X-WO+A>~*lxX)cDUr[=WZ?nYכvn}BS^mG#]KMkDX<̥*h5,dw?NNY&pX6N3:'rһEh-<Jpl׏V{N_OYdž&^ʪ>^h漧"`_T<_4OSM#ejOAeu!Au/psc̸)vm[[ j0s<?Ѣ$|F7iysj%U _ʚ \X"L$2!}B:t#7v`
+a=yvGٴu6^ aӵmWX
+?_ވa;GlO!:o׎uGM_Qq>,\!I0HU[SkP ּ %FFZw #瀁%YnKYW`l@=N^8RLH
+u"Q.x" P p%t }!Z^鐧g&S" &O4.V~u.fg`ކ;qXM^z [$;dwlڲM?pm K/Ht粇{F*voKSv۞0 cL+(BQݧHh<h6py@aZg{`w$y2PN9ycOoqzI2^^C}Mw
+[gGY_ %;!]>\|Q `dueoKkEʇ1㜹Y_ᑈ|"WKsdh70>b'#L"_d"P\TWA fNO=U
+h{&5l*~볱Bgٍ
+}`_{CaLD*G,t d^&ҳqEL.4$ C}A0G)/7?R ,`u3j
+AQ8Cnlڝ)iL9b-L9j k0ri.r
+v$* o1+>?M1w2/K߮֒r˧Vf"Xarh$3ZɊ𖬈hd8Vif޲@c,[>wXj gH=LQ`n8~s!wvf/E73[#Uw:T=| 8syv#h%nhVc(+0cNtm
+6c..;jOK~Y:RrpCصi#V6
+endstream
+endobj
+1468 0 obj
+<<
+/Type /Page
+/Contents 1469 0 R
+/Resources 1467 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+>>
+endobj
+1470 0 obj
+<<
+/D [1468 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+518 0 obj
+<<
+/D [1468 0 R /XYZ 133.768 576.882 null]
+>>
+endobj
+522 0 obj
+<<
+/D [1468 0 R /XYZ 133.768 493.791 null]
+>>
+endobj
+526 0 obj
+<<
+/D [1468 0 R /XYZ 133.768 283.862 null]
+>>
+endobj
+1471 0 obj
+<<
+/D [1468 0 R /XYZ 133.768 214.937 null]
+>>
+endobj
+1472 0 obj
+<<
+/D [1468 0 R /XYZ 133.768 185.531 null]
+>>
+endobj
+1467 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F71 761 0 R /F69 718 0 R /F72 762 0 R /F96 1203 0 R /F52 1202 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1478 0 obj
+<<
+/Length 3075
+/Filter /FlateDecode
+>>
+stream
+xڽZKoϯ`˗D {`v1A
+}e-QckI h7lLg*lE۫ mA{k2uo-L?FHf A2"RPy1r\WV&25 *p;kUr;@ cwn*n/Ob
+:UŐGDʟ~\iM TU,HX`.:Enf [#~IX8,اZ {]Ю^S7pt*Aag- 1#_6,+
+v.:!x
+N8uCXL?gQą10A2Ked` Y gsQhk_BFJswgWi
+#K2y]R,8a0s< -wW*@"<&wȤe2^] )%[i*td˾ [jÐ@lUCr,pHdcfl@V"XY.\GX@_^=W7u:]_.h%S"WaP(B]4D~sw$Ǻm;e]_M C[mb:M JU=<4к"8k WZ`fr{?$y X3J\j`+HGQ@9o"Q$.]6|1F4J.80.R dTSF WYs)
+/ v)=N5A#2|
+{ 5uӔ GNoXkan~#mkϥp2q,?t$xFMVh`qG*c̍<ԍLF7㜒еþH"fNTi/’5QrN&@-liZ&TA|>`=e^OS:~ 0s!aH<U˯=mH"9'HQ[f0@H.}%x7 #'NaP߷tưs)Á'TO"v:!Ws0LF
+=7LlTnk+<(+f<=WAE@UdjŵfP Ҹ)uQ~i ncSH}FA#qӷ*ͩ.s5O P3|"=/$DyY]TJ~[NHÞMrO+!"$nU럑׋h
+nK 0@$ 9fuj>axFn<aoh c>gۇb)z%bXVSzel8!'L U^H'4CǮQb['D/ LȄ8  ͵bk~Rh0q?|z߸m=px'N kd7f1
+EA^R}g=.#z|f-B3hZOP9|&PB|- iA1J~p{e0T1TYX;j.ܳ~h_ @z J`LzwʬQ
+endstream
+endobj
+1477 0 obj
+<<
+/Type /Page
+/Contents 1478 0 R
+/Resources 1476 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+/Annots [ 1473 0 R 1474 0 R 1475 0 R ]
+>>
+endobj
+1473 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [239.63 594.526 269.85 605.319]
+/A << /S /GoTo /D (subsubsection.4.4.1.4) >>
+>>
+endobj
+1474 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.7 570.616 183.92 581.408]
+/A << /S /GoTo /D (subsubsection.4.4.1.4) >>
+>>
+endobj
+1475 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [445.488 418.734 475.708 429.527]
+/A << /S /GoTo /D (subsubsection.4.4.1.5) >>
+>>
+endobj
+1479 0 obj
+<<
+/D [1477 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+530 0 obj
+<<
+/D [1477 0 R /XYZ 133.768 535.698 null]
+>>
+endobj
+1480 0 obj
+<<
+/D [1477 0 R /XYZ 133.768 407.727 null]
+>>
+endobj
+534 0 obj
+<<
+/D [1477 0 R /XYZ 133.768 332.073 null]
+>>
+endobj
+1481 0 obj
+<<
+/D [1477 0 R /XYZ 133.768 206.039 null]
+>>
+endobj
+1476 0 obj
+<<
+/Font << /F28 712 0 R /F68 716 0 R /F69 718 0 R /F50 713 0 R /F52 1202 0 R /F96 1203 0 R /F49 711 0 R /F72 762 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1484 0 obj
+<<
+/Length 2502
+/Filter /FlateDecode
+>>
+stream
+xڽYKW'k&7X la{%jDDNHjg&P _fU_U}U䋇_G.RZiۅP9,qL*,>,5L0u?Q&| SIJ[)%uUd՞ƛǼ\紒JbVz~BuSf|fOwԢ [<|++Tҳjx[:}%"YHMğ;*uq\ YD?#lwy8ԩ.ڢ|eQƋbRB2%S` ?̝0)zi=B%2A~$9..mnܝu->k90 rɟaeb*pR11k
+Ɇ
+G7x:#1]cs@\ʄcOz$d:Ш
+F/߫=zYΙ9:H2Zvf(7HƅS8hYi<2+ &[ f֤`ɼg}ezR(?Qbڈ![(
+Maz3N-oߧ ^jbzނ&xK"t00Y⩽:=[(to1աAi2.@WDV2uԶfb=,|$+FPyқ:!ghTب M
+uXXab.]+:$jr6DCU2f(F"/lk~IA&8yLfqBTihI9> RV/@LQ'|4@:7!ଧ96\ \1|.#ҎB})Xr<hbI|vRgu5 d,x*TcVcMY뙒n. &%q)q,wE|#.MRI!C;uTلgr-y,VkD(aPe$SCp8'Ɲsg:$oC?\jqmvߧ֜͌kc~QQfj;z.x"ob3
+V}RA~&KQ˙R _-;TWzMe23(I9=(jџ*1`!0ɚ&v5cЀ* 8,'}h? {J;F&9_j
+endstream
+endobj
+1483 0 obj
+<<
+/Type /Page
+/Contents 1484 0 R
+/Resources 1482 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+>>
+endobj
+1485 0 obj
+<<
+/D [1483 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+538 0 obj
+<<
+/D [1483 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+542 0 obj
+<<
+/D [1483 0 R /XYZ 133.768 447.349 null]
+>>
+endobj
+1482 0 obj
+<<
+/Font << /F49 711 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F51 715 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1488 0 obj
+<<
+/Length 1615
+/Filter /FlateDecode
+>>
+stream
+xڵXKo6!@nĊ/\"=F/ٴt,TI7;P(bQp8of,ng蔥vA9'Yr,.jDE؅uYKcQ7-ߖXSKEv˫|&)BZ#$BҞrcJәv%.rl|aB ]}(7(oѡ_1սm̒FV5o3)V"h UxOc&zF4&2
+TjPE
+,IDg:74϶zEjH+:>嚦R%WKx'~HΗ 0C!xp$zO
+g/|>0*voz$% 9P@vy`g
+ecM2ׁL>].]W,5<dyRU$0aULёX
+endstream
+endobj
+1487 0 obj
+<<
+/Type /Page
+/Contents 1488 0 R
+/Resources 1486 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+>>
+endobj
+1489 0 obj
+<<
+/D [1487 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+546 0 obj
+<<
+/D [1487 0 R /XYZ 133.768 507.875 null]
+>>
+endobj
+1486 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F49 711 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1492 0 obj
+<<
+/Length 2128
+/Filter /FlateDecode
+>>
+stream
+xXKo ;*m
+F‡Xs1ak,vTx0wxvF2f*\6`)e*^(X҂,S?S\Xs…](8f'8KuVU.Ul|RF_|~t+QZeq&:6~#/_nݧℾ72a2㊥J/Tg];H |on]_kK\O]M o:c
+1hdLY{ V?qyߤD a/Au B[t
+u`;f24 (T p:ḈHrۜ
+'!CbӠ;BUO؇ؓZF?ݕ :%6`OMq.]q jGķ
+hϏ᭥I:v10bZ>X[}y$γ$d=`\,\Ej 9tYli<u>(9@Mҋ
+PAplӋ fזF{ iL2I#.Y%Is2"<Қqr0q+bOOk&A$>q^ЖW00<
+IvU OGs$ eFy xxQ
+(H2K/~Rn+ - gZ5cT2M,gcXwEw*)HYBArxnI5U$Tzztî>E%J\\`t툡) ù莤\Iv
+(Y>ʵ̮<e& {0 >q}ݬPJwe
+endstream
+endobj
+1491 0 obj
+<<
+/Type /Page
+/Contents 1492 0 R
+/Resources 1490 0 R
+/MediaBox [0 0 612 792]
+/Parent 1466 0 R
+>>
+endobj
+1493 0 obj
+<<
+/D [1491 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+550 0 obj
+<<
+/D [1491 0 R /XYZ 133.768 393.343 null]
+>>
+endobj
+554 0 obj
+<<
+/D [1491 0 R /XYZ 133.768 292.935 null]
+>>
+endobj
+1490 0 obj
+<<
+/Font << /F53 940 0 R /F59 942 0 R /F56 717 0 R /F28 712 0 R /F69 718 0 R /F50 713 0 R /F68 716 0 R /F49 711 0 R /F72 762 0 R /F71 761 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1496 0 obj
+<<
+/Length 1390
+/Filter /FlateDecode
+>>
+stream
+xڝWMs6W51|D2>ڋfzH|%"=$%[w $C;\D`],nW\ŻF,LVەІYmVITf٭>E_(dq]>lMY&u nDG;wd&j̢l%vd+ٱ: dEK]ޗ٭v !͢ږ]QݑUNq &EԡU,dI*V1["VfZ Kn jG{QݶMyk]Ѷ>͕061ee +4PΕš\btwOP QԤxIX{- C?LE [n!DcA4s?6%9++ल 0Jq'}f;Z@9$
+Kq^v8#4%.j UWP[ Y%bz;S[B, =QLҳ!@'^E R2N{P˂X]QWcq1RLW=g:иBS/vYHJ+sBԓ{im)lmaGoBp_2,.I "Fd-&
+ MJԼ'Uj@C%퓥bX-C
+endstream
+endobj
+1495 0 obj
+<<
+/Type /Page
+/Contents 1496 0 R
+/Resources 1494 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+>>
+endobj
+1497 0 obj
+<<
+/D [1495 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1494 0 obj
+<<
+/Font << /F51 715 0 R /F50 713 0 R /F28 712 0 R /F69 718 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1502 0 obj
+<<
+/Length 2160
+/Filter /FlateDecode
+>>
+stream
+xY[o~؇
+`JoB$ Nڦbq%jx ;#hkT+H<UCla]F15*-cۑ،<Z Q3y\LSdmvKGc:'+Q
+HRMq_WsAJهaB{"jIrٷxo ĸOUSƉ{eM e]SgxB
+Qf@f
+#NfѺAw)̧)R1:'l@{4daި16kf/fBY{!.ТUդqӼkRZ/ }
+qQm @]Z.!=1 :)׈lL<V
+T0=[Q<\%$o,0ؖd
+n熾>Fg%mAP_Y
+f赽YA1:>' sNa
+~n,>-Gz,/'a5$L5DI
+/`"3з0O2>?Y^XiTCґ")^[gtލzIo^(S<!
+endstream
+endobj
+1501 0 obj
+<<
+/Type /Page
+/Contents 1502 0 R
+/Resources 1500 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+/Annots [ 1499 0 R ]
+>>
+endobj
+1499 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.2 417.634 400.671 429.589]
+/A << /S /GoTo /D (subsection.1.1.2) >>
+>>
+endobj
+1503 0 obj
+<<
+/D [1501 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+558 0 obj
+<<
+/D [1501 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+562 0 obj
+<<
+/D [1501 0 R /XYZ 133.768 370.014 null]
+>>
+endobj
+1500 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R /F68 716 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1506 0 obj
+<<
+/Length 2939
+/Filter /FlateDecode
+>>
+stream
+xڭZKϯsPc>%j}HdIAmkVGԃ%5x0U,UrhEtueYW˄6nu]}N~=vژ4n]s}fwE%Uǫ5,kauɝC>+_c+ ,ynDnO-W΢sas?,'Va :˄5jȝ;i]_.sBz|a+V-H>i.Dhz!}>,ʾhqR(Ü3y$>]9۲ 0)\OV>U >HdW6pd4rq pi<(_jS5S@׈+ߥ1ҴTT$ڢr\D^8e՗-/TftՇ*BN—\Tl9&XMJ4e},) %Ȧ/A`Ѵvyn)raTGssjK^oYxh ͍v oyˏy=HDa&,̧>]:umHcɗvX/~xӯ
+`r&I&+2bQi:{j)Zby%PW Qߋ~d[վ˶1+ɭB)լH\v)*/vi?X{ {(ްN`K݂fVCF E9#^`uF
+GImvz84-3U])az/mg-l O
+A. 4+YMզ:1]g@ Wm# aEִxlv=Uͱ×f* mؠ GQ͏9Dcώ.7
+S oBU]3+ 0sU@1!ws $eRbnzdǶ!g=b`_c'WF|<9.@ͥBcL+;=H*EV?F l.Acs&dy"8(`w 
+n;0KAW9Mp8Êr)Jǐ}[5F_
+#ƈr,Fo#(L6tS=
+JiB8
+A,''XX6 [o)z ]%4y ION>7q~E2vU*RKn#(m]%CN䤡_ti6Ѵ%JHcj
+ /~LMqtC݌82E[WZ
+vbfXE
+9ԑ4ɐd R).NX,bL.FK`vp30IEd27& ]S !cBVsY0d"Q,2i
+nbv |1.DO_cװ#ug.~ 0"og$ψg"٘j[eɹX咺:!fT}yUk̨#j787߾nP,sM1p #nLP].h 5Cm'[m&\؆2LbO)mu}*zbڳbۖIBgqLI|+pꔸJe-a6MdXQA3
+ D9.հs(!p9 V5d!1,Ń] 5\U!DƼp)7TKM؛'O̢*N4IY${-r3YނhbD#"Z>r4=#{t H1pb9-Oh@u89Iq6 Oo6MʡɊ_&yPL:";&pa,Lʎ` C<YYal5+*BJ?ʎ+֣(ˆ4:)jjҲԗnzzJ` /ӆx'i@jwط
+q$D JmHR!bIG(RDlk)UBZQW;g@RپQ2O* E#lW23+c"+u1vn%VXz'ROIת!ݥܨכoׯ^W.|̺~Qw"lOG[0ܩE?2}WL{Ff'
+endstream
+endobj
+1505 0 obj
+<<
+/Type /Page
+/Contents 1506 0 R
+/Resources 1504 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+>>
+endobj
+1507 0 obj
+<<
+/D [1505 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+566 0 obj
+<<
+/D [1505 0 R /XYZ 133.768 561.035 null]
+>>
+endobj
+570 0 obj
+<<
+/D [1505 0 R /XYZ 133.768 287.251 null]
+>>
+endobj
+1504 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F53 940 0 R /F59 942 0 R /F56 717 0 R /F71 761 0 R /F69 718 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1510 0 obj
+<<
+/Length 2706
+/Filter /FlateDecode
+>>
+stream
+xڕYY~_!"޾Hv/M'@u•8#1GSU4Ej6Ku~Uە\Bw[ycnVnG&Z]WC8Ymi顺Qk&67c$l*26K `pyC|Oid{\vUnݦy, o4HBy\.[TDHW[XOHfh|~v Z87\(- bh){# ZDb_@[yQjvMFK0ZU㗮Hc
+mp Ңx
+cc *Z ocb qɚ68I5Z醰h6T\r*h ă`uDPu:Kb6|KKZTw]Ws$",AJII3!|Qxp:kt/M{c5 񼼩C.`pq^Whѻ|)'gTd,DH Ջn}
+iyY{'@ ^|J+Vl!h+-}"6oHz:*zKRu}v(YXG]Bf:~.qk{<5؈s+%B tM!u?O̮}|M>Hn|ߟ񧟟 wdW1JȔtL觎&V%q!zZ=_ɬ)A@/>1pJa
+a,#vBg Xr
+ӌY)t9;@.n2KAjTLx'\XE/~z*Wj#u Th;^\=\ "H귋_ B
+mӉ q1
+zI
+7N5m(킴]b:@-sxP吘ܿ*7guKIݶ=o,Q_Mkhx'Hf3eVhEBmKF1
+{˅\rcUWΜ~lۍbc{7FpP
+vC=2AG>,"^H
+j
+, CT;Lc9 Ko](U:4r=+rd`~ˑ99u0Cgj׸v
+4<@RORbQlv0zA(Se
+& 2ނBN`f|lu"'B."܇iC*o3NxR9ICE\Qc-\H\[jͣ>Qhja3d&1"7: lg3Oߏz;n
+
+endstream
+endobj
+1509 0 obj
+<<
+/Type /Page
+/Contents 1510 0 R
+/Resources 1508 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+>>
+endobj
+1511 0 obj
+<<
+/D [1509 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+574 0 obj
+<<
+/D [1509 0 R /XYZ 133.768 616.098 null]
+>>
+endobj
+578 0 obj
+<<
+/D [1509 0 R /XYZ 133.768 322.369 null]
+>>
+endobj
+1508 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F71 761 0 R /F53 940 0 R /F59 942 0 R /F60 944 0 R /F41 945 0 R /F57 941 0 R /F54 943 0 R /F56 717 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1514 0 obj
+<<
+/Length 1930
+/Filter /FlateDecode
+>>
+stream
+xXKo6Wl
+%a˓tu]^gG,mEee4u%,hHN.Á"G<M>duEc_u* Bxp%c$Sk(8Wwպ6alڍmC'*8҆uˈ1 %xe${Ol\<\Wt~&e}+TwvUW^,q6vڅnƶ
+2WU[ BG׆͑Ҡ..JtϹ$h@Q(@,d24649 '#Xw +NY^]/VD03Cd%81bNP:54ˮOMH_0~^[Ȥ5c:tа yhĜan(`6r*ޣbQ)U?{CN2LzZ`&RNp/|"Ԙax2F$pWэ눑2:؆fdZ0'QpIİIPU\{UANӠ$z^qȑ
+*@2:"P2mXlsƺFLHY7ŌYT9dξ\Uƌm̼y uPn*nH;=Fx@E>-B\d, 5CrwxfƦzlD )/@**ZUۨnc<~ W3R`E&0-PFӁ#fh!G
+-=Pe0ƅ|¯7N|a:o0.
+)D
+5lMWEI~,Z*uc?dW*mK<՗x:xn^{;ʃR0LUݴa`4g'0 skZ|f 2#,#ooIs*SCfD u;㰟A @u3'Xy6|9M?À
+W㌪ ѷ'~
+endstream
+endobj
+1513 0 obj
+<<
+/Type /Page
+/Contents 1514 0 R
+/Resources 1512 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+>>
+endobj
+1515 0 obj
+<<
+/D [1513 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+582 0 obj
+<<
+/D [1513 0 R /XYZ 133.768 451.936 null]
+>>
+endobj
+586 0 obj
+<<
+/D [1513 0 R /XYZ 133.768 221.606 null]
+>>
+endobj
+1512 0 obj
+<<
+/Font << /F28 712 0 R /F53 940 0 R /F50 713 0 R /F59 942 0 R /F56 717 0 R /F41 945 0 R /F60 944 0 R /F57 941 0 R /F54 943 0 R /F71 761 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1519 0 obj
+<<
+/Length 1888
+/Filter /FlateDecode
+>>
+stream
+xXo6_ךICl-֢{``i)l %CE(Yr^!y<w}Nl3 g3իw*,BϖmgZ&-M({Hnso?0_(
+l!P,lp8m&1^|(
+-5t4 gt!l q >~&xN Mu]VI^%Ʌ~<58`ANɆd %zqQxplE1TL\6{jpt;d. >Sl_-M9'0IͶr@da
+}31J!Sf+9V<u%dD(_{ 8s|P%d40)ZJym%G8f#X4 <aodJ鈐 iLoLNSңb`yM㔮28%b1(yPދ1P)Y[;%3JN7^r
+L#GL^ԓxM%kO7e=J0o@v)L>[ qX#׈ xPki-
+ A\ P :X,rT%|UPͥzCPƘqIQL~ۢg:SGh;*Ak/:h]F$pK"4%4BAK VԀΝ#O!0[CC
+T2Ǔ?w<n ;Wc!o6Y-@,PҬ{aHҠ
+endstream
+endobj
+1518 0 obj
+<<
+/Type /Page
+/Contents 1519 0 R
+/Resources 1517 0 R
+/MediaBox [0 0 612 792]
+/Parent 1498 0 R
+/Annots [ 1516 0 R ]
+>>
+endobj
+1516 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.845 117.149 412.065 127.997]
+/A << /S /GoTo /D (subsubsection.3.4.2.3) >>
+>>
+endobj
+1520 0 obj
+<<
+/D [1518 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1517 0 obj
+<<
+/Font << /F50 713 0 R /F53 940 0 R /F59 942 0 R /F28 712 0 R /F69 718 0 R /F41 945 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1524 0 obj
+<<
+/Length 1802
+/Filter /FlateDecode
+>>
+stream
+xڕXK6WT@͊HIih]`$-%CYCɒWŤp7A*W?eBa2zHEl$Ji6eYtlvy;oD`Ķ0XEHdi1_
+ :ds"
+ezWt{>qV`eEJ-XPF+ UTbDl`e"aϹ8#mb%&Khۺa2k$e3Q:Q
+`D}I.eсL?:2mUN]S&b\atXI%
+ &Rư"%8,Y47X5YU~{&oO
+#,|ȰԺ|\:o8Ut/T+mkNM/k9ܕ"p}]=G9k˴馁|Gs;kò(99>"a}Qt@H^5/v/IܜJGh%4Ny Zݾh9)l:J
+ecSYOÓK#!f)NDYo_5&<ADBkZ&J| G'h) v*ħ|SԊP =pNO칩j>FvG:*W" +"NwH҉Pi(s˜q)%>6yv@11^ܮvh?ȩng(x>4az $utnoOHwx72bSRv0}r6?f#$Gq/X'8d*]yFe]]0pM/Q$vEĭ}Yra%zYT~Vk#yXKHYJH!V_9mΚ-R^%C>S/^g5[a /\sƧIeۛ>/
+]$jdXLnra(y1>ͮn-EUK4Չ+<?54ʈ3)`\.{$t {ŚC\bJ(5]Nu^{2J(B09Є;N7*%A(Y;ۥ?%M( Xf-3rI e_~ޡJe?iS %O5<~'-'M}@7L{`P1SU*Eࠕq!<}<> j P]hWF!{[?_ XknlggucOh-`Ǩ?6V ˷Qğc.Ϸי\*fV NE<ԭR'Ջ0ad7qHͦLYTUb:cGr;IDU@wj*%+* +l1~m\J 9"w9 @[aw
+ќ4ɳ҆FSV fƁ;
+<r Mxd}iTB<s995߄_1T[唍 .cЋ\>kvQt@-"5
+EacWB1
+endstream
+endobj
+1523 0 obj
+<<
+/Type /Page
+/Contents 1524 0 R
+/Resources 1522 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+>>
+endobj
+1525 0 obj
+<<
+/D [1523 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+590 0 obj
+<<
+/D [1523 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+594 0 obj
+<<
+/D [1523 0 R /XYZ 133.768 265.803 null]
+>>
+endobj
+1522 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F69 718 0 R /F50 713 0 R /F106 1309 0 R /F56 717 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1529 0 obj
+<<
+/Length 2279
+/Filter /FlateDecode
+>>
+stream
+xڭXYoF~RXa_<I=fI&"+`d@K-X=F0=u5Eɋ]ꮮ*YJo3R*.ӫa4_.q~s*VREh5 f.\U۬~[Hu|F n6*7Za];y>ug{Xs9¦ JA
+O~^w,q/x<x<c3 ȌFd7֨"uuv?KqM|pNV?&6t B=u}#:l/ h/^"X$0-Q_ҺBd
+dr麈`ݷPx kmn
+%7K5SNy?TUXH6+<d [Kv~CznlJϵO~]h)b5r#S/xOQqFǶP''5eB͞gٜql
+<3.݂3`\%\EVnN1DD-Iq<U
+! :LI};f]r^ G R * ߕjnXxD:G J<f6Σo<X;I30{p|JRR* =U;d
+dz)F\2#)^6 nc/׎n"9K|GA e;T56A{O [L9\$(m8Q+!
+;XH$ $R)<̤uJcN
+1*h<~TG{r
+%FqS`'TO3r8u;FCfzGJIDOڹ$)&zV҇em"AUR{9R}e?B϶_n3;8G@u<| $.!GB³$ERRDo+h՝e^XU*)o 1CT7؈$Lo%2Ѯߥvp>6O a"G|l"cH SBlŞ++wۍIu*1'ο1.Ι[7k/*c 8ە?X`~xؔr6러$$ޣؚ9OP `:ERpCR
+ hsȂ< 6
+endstream
+endobj
+1528 0 obj
+<<
+/Type /Page
+/Contents 1529 0 R
+/Resources 1527 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+/Annots [ 1521 0 R ]
+>>
+endobj
+1521 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [254.904 623.404 285.124 635.359]
+/A << /S /GoTo /D (subsubsection.3.3.1.1) >>
+>>
+endobj
+1530 0 obj
+<<
+/D [1528 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+598 0 obj
+<<
+/D [1528 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+602 0 obj
+<<
+/D [1528 0 R /XYZ 133.768 550.718 null]
+>>
+endobj
+1531 0 obj
+<<
+/D [1528 0 R /XYZ 133.768 506.965 null]
+>>
+endobj
+1532 0 obj
+<<
+/D [1528 0 R /XYZ 133.768 318.111 null]
+>>
+endobj
+1527 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F49 711 0 R /F69 718 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1536 0 obj
+<<
+/Length 2919
+/Filter /FlateDecode
+>>
+stream
+xڭY[~ЛyrKAQ8H
+9-BI+0E$us[ٹ~EY$Ͼ}g<mlۅ:LmI:YonMNݩGmv<ulC<7<YM8aǻ8 m7Uemϛnǎ[U?͖Jy"7-`{pEqr[ܺOkHNd(k.:j2c(=uYU
+V[foOp\ ӱ/xƞy<:w<QhKXV(D]Twq8Lȓ`qWWH߾NhIl{6++ϛf}:74L63dAQ3<RwNmvx y'8 g6TaY+D^ir̐4`b0@%rB|U14A1S4GVG=܈]n+e-{ -‘|íX}ߙd)9Clnh<>9΅-wx
+ (nBd'.NWL'b /݅&W?iņ1}4vE/qA/5RNp[v(F|ëߟz^8xmFqJ~*?
+aH<<bx-V*>(U [-bݫ998)8EwTEK͍됃q(PsL}͌ ${&lw|T)m/ޑ'Nơ*0R ֡GORV J{%(x}Hࣔmͩ咥%pi8 $Z{4)iݾi S|5F?-88!6<ًTdGĔC"'`:8149*ߴnZWDWG߻%Ф뤔˾A1TnƄuY}@UE>"Fw9B CS2*Di ] :`ɮE25
+ŒQES TYf
+-SnȫGtK!mpGl*x$ L}\
+08:gXG'^)ay`a)bx@N
+qkDң'tkPexMS+k~hRx(1u
+J:*t^z2("
+ y7 #(Y'=@oWzV´DJWr[J@c!cT\{鋡t;lA;SCo9y01VC1
+lV?TH9>9C@V>ps
+?O1<
+endstream
+endobj
+1535 0 obj
+<<
+/Type /Page
+/Contents 1536 0 R
+/Resources 1534 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+/Annots [ 1533 0 R ]
+>>
+endobj
+1533 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [271.666 177.66 278.127 190.15]
+/A << /S /GoTo /D (Hfootnote.15) >>
+>>
+endobj
+1537 0 obj
+<<
+/D [1535 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+606 0 obj
+<<
+/D [1535 0 R /XYZ 133.768 606.599 null]
+>>
+endobj
+610 0 obj
+<<
+/D [1535 0 R /XYZ 133.768 408.703 null]
+>>
+endobj
+614 0 obj
+<<
+/D [1535 0 R /XYZ 133.768 259.367 null]
+>>
+endobj
+1539 0 obj
+<<
+/D [1535 0 R /XYZ 149.011 137.009 null]
+>>
+endobj
+1534 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F49 711 0 R /F69 718 0 R /F106 1309 0 R /F56 717 0 R /F71 761 0 R /F68 716 0 R /F111 1538 0 R /F76 927 0 R /F112 1540 0 R /F75 930 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1543 0 obj
+<<
+/Length 3124
+/Filter /FlateDecode
+>>
+stream
+xڝZKW56W|9nɮmA6@8jNj!w<O=(Ѭ\Fd"JzqU~*v(4ȥ,Jg탿L%whoS=~7뷶YQ溠SyS"J>[޵]j-e"N.aH7+́돗I{d >p\$?Jɍ<1}nt^etn(;WOCQJ,@G͆&JQdjL|xc-
+F^BG6R$#0y WOν?G9feV]jl
+M4,dҤ ˜A`ȥI.Q'5_c ,g!ՅB(:uk2 fK~qQj93ބQll\ǵ
+0|f#
+!
+0J\| U=41ֲq>DWPƮH=bD2xTi'U* gB[?niK^d%}O9a̖EHXq3Hu?a@e^Jǭ.=W|D$eN~
+)%؛չDHԑ0iD?nH[xWSSUAV.g~R$Uo>>pf @<Jݤ;F /P/خT%J)RmZQmgzs/itM8]
+rg!`&hzuyW{/FU ^`Ԛ'<=y<|蚐O`|su*.֛V0ƴ!R*ɰ6!k__Dl@Z@@eKPl!/L\A4M77|qhƜ mZ]
+kl3·lTB
+2+pDt6͆'m1uުC"g<^",Ͻűj25La3\\`b|w-90!W'4eT.8<+
+s9jɑ1M|JX7]BExefSQHN']嘒C}$Au80,:f|ϰ{UX*1"DD?Ed.`{"P&Ipy2ukh3F*f8B:RC&퓤cB0ENQqG svCqM̩Q3 ZҬ
+[
+2+_+F}*/cxu"-жBdʬ
+;j|N0+Ia1?qъ$4R>dCM؉= ﭙ" p!o&+!fad=}TʸQN.2\µ ٩@prGH5<\d$js/Sm,#(uW7 ]55~vs"Ss0?f
+xu9
+0Dc? ]j)?<
+endstream
+endobj
+1542 0 obj
+<<
+/Type /Page
+/Contents 1543 0 R
+/Resources 1541 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+>>
+endobj
+1544 0 obj
+<<
+/D [1542 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+618 0 obj
+<<
+/D [1542 0 R /XYZ 133.768 579.956 null]
+>>
+endobj
+1541 0 obj
+<<
+/Font << /F28 712 0 R /F68 716 0 R /F106 1309 0 R /F71 761 0 R /F51 715 0 R /F50 713 0 R /F69 718 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1547 0 obj
+<<
+/Length 3429
+/Filter /FlateDecode
+>>
+stream
+xڽَ_1oš6 ٴ
+VwˈCxhLj˰'/N;e]jvVeߥIMvߣT&뺶oq/7~<5)w{7EEsc|4IKWG<Vuͭc_=1y./{ݗMy#CnL$^b\t
+M+ 5/4aoamLIʳ
+iT Mc{{Jwe?փ@E}k1Tmӫ}y]vo^7a7[r[&=?HG{,H XvowȾZ"U=>0= σdR+``G)oK^2PUYO<MRXdqz y6ͺk%!\;w<-Ŝ&1F(ЏLӴ:>WYztɀ1AI^S۝<_\4@EW@$E-kA/'2kP)ص3ht.ю2@)IC5YԾn2,&cR~
+b(!Kx$n/d4hOdE>o삨c}(}`H ^ 6JI.M:N">],X/Ih E2{``o+-&=_P+:^І. gLϕM,YN1h?=WzՀB c6=T(y #Dl$0Vh`&ܓB#sVYkdR \-籌 |.[:taQq8]zW B<˔Se?t+~xl [Y{q%0x.V_iX4,*b@؝8]S4l!IKİ&+|ӱʴ S
+@Yzc h#) 8-%(+W>uXўh4f):<1<! sk𼂻  }ˈ
+ll!-u`3gÉdu1= xf-_ qk HIIw`zS
+Z^l^L> Ω4˯Tn<!?:I)\pJJ\O!W 03bZqKҕhQr$%H&+6h\2;06!%3v]XUlJB6-
+ٱ78دq1Z{Ɇ&{4} !ro8QP"#H^|Mpԉ}eKsN_XKAgS O_38@jy0`OAٜΒ"#̨fϥS[yPj/s,L\BB}Ϊh!3
+GxmA&p={LۑVR3>zuhX`yo"6N%BTߞ/ESa;3-2M5{haRf 廡l΂r&'Sog?& 3!݇v1.Z&Il=FOwRC9
+"v@kRr `o4;
+5:#:⟴?x X o<W]O e1h)٧da" `{*$uTF0A~ۃx$*E O+/.<_d\B(nLsAՉA
+Eoo< /h@ K|Qݎ>CWCu>/֞,*_G B~y3TR}oSV5w(RzzZ+1!6xWFX
+f<U2G?m!Ye'O.5*K"wKa?Wo`=3r7484̄fʺkʺZ˼K?n_ N/=}][-9߬v)]f5 ۧ
+endstream
+endobj
+1546 0 obj
+<<
+/Type /Page
+/Contents 1547 0 R
+/Resources 1545 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+>>
+endobj
+1548 0 obj
+<<
+/D [1546 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+622 0 obj
+<<
+/D [1546 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+626 0 obj
+<<
+/D [1546 0 R /XYZ 133.768 559.761 null]
+>>
+endobj
+630 0 obj
+<<
+/D [1546 0 R /XYZ 133.768 238.515 null]
+>>
+endobj
+1545 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F50 713 0 R /F68 716 0 R /F69 718 0 R /F106 1309 0 R /F56 717 0 R /F112 1540 0 R /F114 1549 0 R /F111 1538 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1552 0 obj
+<<
+/Length 2871
+/Filter /FlateDecode
+>>
+stream
+xڭn}bL6)w 6+^=B<:`S9䈊A]]]]w.](n}ALew7]dJtDiv7k: UW{c
+`/<n(o
+T|iێIvvW.#iT6yك('|77HeN!A P$Ϸ0^0)s*`'V\&{>bFz:q;C"26*L͚ڏ5p*gO%I#y m`4E|(ۆwJS ?&vU_qfnoJ#!7V
+. \R
+b{0!ThqIp3mȋ9$5x}f@zZ
+W!3"
+0X̒?=zf)#.:G-Mՙ+l0`,k@s@8›Gk|
+yD O'y>:Q# 8O q(7c1y^A,G";{h_FA|:kdgvCL='d-hca,FW0 @}α"ktymQi%@vG+&t)y0^\\CkR,7+NJT9^B
+iT '۱C=Qd6ZXf)y7+Gs1qg*2koC4$ JS2KZSC,##oeqe"B:&\.7^۱WYTipײg ,% wWG/H\L`ξkJ|`daMjPA#&הq:v E;pEy$:X߭c.
+n.+{qń" (\ٹ{zzÁlsNNK'.g]:( Rtv%=fH-9Jb pc_ _"q$~<*[؈oBH<Sk>Nf6/怡lՈ VG憺?5ez+"ͱ-qZŝG8)1GY{ܸyQ6h6*Ne60|Iž`Xڎm0f0]رh12 Y9H'y[NtGE5N0yo (M\J[P s6,?zn[07[k_:eDqCn9U p"3aa;j8?bݎT LPB'ٗP;-z85q5v\ CN@َX"||e;)'Rq5ΒxqS@ʺkL{.,߾мy]!sC`jdXIN/zB,'ƙeA8wlMSuR=V1
+
+endstream
+endobj
+1551 0 obj
+<<
+/Type /Page
+/Contents 1552 0 R
+/Resources 1550 0 R
+/MediaBox [0 0 612 792]
+/Parent 1526 0 R
+>>
+endobj
+1553 0 obj
+<<
+/D [1551 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+634 0 obj
+<<
+/D [1551 0 R /XYZ 133.768 616.506 null]
+>>
+endobj
+638 0 obj
+<<
+/D [1551 0 R /XYZ 133.768 370.588 null]
+>>
+endobj
+642 0 obj
+<<
+/D [1551 0 R /XYZ 133.768 305.07 null]
+>>
+endobj
+1550 0 obj
+<<
+/Font << /F28 712 0 R /F106 1309 0 R /F71 761 0 R /F56 717 0 R /F50 713 0 R /F69 718 0 R /F68 716 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1557 0 obj
+<<
+/Length 2432
+/Filter /FlateDecode
+>>
+stream
+xڕYY~ׯpM},96'@3=39Ǯ{\҃ج.oxݫ?|H)rkZ46Mvs%"f+>EUn:ѥu{n{/ޫl<Q o2:{"QSEʢʻ1o2L5 0
+zp=+js6>BvC #cw#k^2hX4D)JIK%ds
+}X[M`5gt6q(=.!’*we3tk(_L7Gڡ/˚ $$xɢaupgZ5=Zk
+\ > =6cz,Zr#mμ"AGX@s=5D<ʦ7 0y<*ĐAzAl7 f6aFV)
+nu;=̵ \ t*^R!lt}s (ReٵҾW7jM &cS>^f/zYwU6t% *]U4^).QΨX#2!Jbuy"R ixv3!d9 t^RWbgr+:F7~ƻ"D4cZv/
+k`-x><rlsQ`6ߓէwXֿpvuid_wp8|zg&c3%gs1;6:^{|tx&H(lx
+Ė}BϦ*?b,P RPW L
+]i|Om3OL$)z~Fq`ꉑһ&kCP?5,0_R\qA <.\y(s#;}ERRw{tAϔ+=._XYa溕X1"zTH Tn DCti`{|ڐ+6pTX#*P {G N((6"wVyq
+Zyfб ;4B,W>J1ik8z$.^cHRd0jm]${/r83k0u< ;d ˽f;ԋDvhOr~nLаi|+3mxM[u7q{5eXpV03Xz3d7MjyXEt2HYRe4mdk1='U<o)DNk''q\VҐBg';?$uus;)NEI3Hc?^H??+Dfg)m C\BP !W ~MYu|ʅT?ZU Yr|F"]5t%') C"8?S5Р~4'q5mw_C1Moc@)oM.k^mRcR僟3wvh
+endstream
+endobj
+1556 0 obj
+<<
+/Type /Page
+/Contents 1557 0 R
+/Resources 1555 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+>>
+endobj
+1558 0 obj
+<<
+/D [1556 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+646 0 obj
+<<
+/D [1556 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+650 0 obj
+<<
+/D [1556 0 R /XYZ 133.768 491.461 null]
+>>
+endobj
+1559 0 obj
+<<
+/D [1556 0 R /XYZ 133.768 243.378 null]
+>>
+endobj
+1560 0 obj
+<<
+/D [1556 0 R /XYZ 133.768 212.051 null]
+>>
+endobj
+1561 0 obj
+<<
+/D [1556 0 R /XYZ 133.768 179.617 null]
+>>
+endobj
+1555 0 obj
+<<
+/Font << /F71 761 0 R /F28 712 0 R /F106 1309 0 R /F50 713 0 R /F72 762 0 R /F68 716 0 R /F69 718 0 R /F56 717 0 R /F112 1540 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1567 0 obj
+<<
+/Length 3154
+/Filter /FlateDecode
+>>
+stream
+xڵZے}߯ЃLUYX\L8N)ǙR
+atކ'
+LnU Nc)E~'<8r3"G4t*R@p\s-@11~bf aOχ9DT^vMRh堊0{8>훒O|3 ~)-+b^ s"OKXx3ob)l;h.# x5ϥb=YHK 5n.^
+QBz *a7+yB6'M>{_CK5 dPFOf2=EbOsPSUw
+w&aW%6<Mt6:2[@uGw
+ DC8f?nMYvk
+985k!4C@n RTOpޯǰ)bZ ޯyoO-WJlP`zLXTiHv
+AS],
+#D,<jLK%뎁@?aU1I'5JR# ^Nj82Ojp
+?0P8TT+3Xя#Q%U<|Dr|]/Tfp0<꿑a1#_@D~V
+C8"S𳜥p7Dй_[b=Й`5
+4FÃ
+endstream
+endobj
+1566 0 obj
+<<
+/Type /Page
+/Contents 1567 0 R
+/Resources 1565 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+/Annots [ 1554 0 R 1563 0 R 1564 0 R ]
+>>
+endobj
+1554 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [307.518 600.047 329.989 610.84]
+/A << /S /GoTo /D (subsection.6.1.2) >>
+>>
+endobj
+1563 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.609 529.306 453.331 541.261]
+/A << /S /GoTo /D (section.4.4) >>
+>>
+endobj
+1564 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [472.014 192.845 478.476 205.059]
+/A << /S /GoTo /D (Hfootnote.16) >>
+>>
+endobj
+1568 0 obj
+<<
+/D [1566 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+654 0 obj
+<<
+/D [1566 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+658 0 obj
+<<
+/D [1566 0 R /XYZ 133.768 587.103 null]
+>>
+endobj
+1569 0 obj
+<<
+/D [1566 0 R /XYZ 149.011 154.063 null]
+>>
+endobj
+1565 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F50 713 0 R /F69 718 0 R /F106 1309 0 R /F56 717 0 R /F96 1203 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R /F77 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1573 0 obj
+<<
+/Length 3181
+/Filter /FlateDecode
+>>
+stream
+xڕZYoF~_HQݼ ,fċ ԶS#~u"edjQ]]]6`W~s7.&O\(3u$N q>Lmwj0s|.z˃7}7,6BW7~ol̹cmy aɂx>ߥ& qY%0Z[_ؙ$ ?ܷDz/Radäa 7{kM:5;<..*M8 5eCUh}ۦ^.
+ٴ{Bfv[=f0ƚ8wW6SgѸ8w 4 q3ԇl/VHI<I1q!8RUQ?Hg(UBoqvQZ8YZgAأ+[Zgm!?|Ù2pˆK'ag:CqF`?uB{:u}8hf o?;M淼`ym;\U;`+ܶnh0Tݎ4*gFE:0uP8cWRIB0qnѷWkY䲔U9V" "V5Nox
+b׏T~Eea
+~a( &ߙtМ8Y-0ɓ"_ U O|] R@5Ml ckAA7w4/ZaL2(Q%${>HO!n/G$vCgF Rʧ̈h+6/7 (ޜ8o?*w_a5Ape^c?7v
+UsqKL8.:VgHjE:vl 8W v4p.Lpa:NJð<Ԃ ZJ}+_ԝ4d[\ $QыӰTCiY!vQHdNazqTa,hP][=/5CtXН9ھUp]>b&e gqM {u½ rPm \?)g*I^&ޯ:@d{b5g}:ve?Fq$UYѩAkn)w9=}QH<\8YF,ӣC>$C:.eGJ&rFBy_RYޟ֎=ҹze_ ݙ9n`:a(<$xmYlkb%穥#c˸w=ߔc"j'ji?\mRQ -~t=% ⏧rJ|OH0.(vvk e'c]kΓ+-'=Ҟ}ܥ9e#'e1ٲc,5H"9KG-bNM&/d+€`o#otBK&MMh 0p)."M"}ճG rqhXHl)ko+L̜8ֽ=ȴ(ulhDq\)bt?dG}&t!g%Qjtc/o2XV\_~$-ɇqepƉE*(O8/i՘s/U- I /i3NkɌ! L홃y|V saG"kGh«š>c y|T%BE|*Z>%y m
+Y0HѿNF)
+F^Tm8ELUD,QE;$j{ Jb/e* Mv@@;R]m
+G JZ uњZ".Q~ [6EH]΃v*J+=:ԠJHZB#^&nm _I<a?vQbd<5%T\fl 7iƄWM&'rpCE.g){4 RLL
+oٜRٚbDḕ` 6k,_ያQnj\8SKS
+(~p N $rW)L7̒hL))̺r
+`"}n Ztd
+g\Cp".:%DpnB~"3vL[ӺmZlS(Rg)]"3hiK0btSCtxYpMGM?3QSLG?UC?N ['#d^-nNT'4i9"#-R:7Ċk}Qd<0iv(T `OG-HS\ZƄj.PҾ.?k5z y9šLMLp]V،轌^_
+)1<l?
+RCXVmWс,Y#:$I./RE 蚟HzLmR;c$7gjd QxZz欔:_tmIs:ωV!?=ъǞRqz*dEW0? 맧 be%B@YV#Lз7~t"7e2p~o18'yD\ 6?WGlbd`W_0̋"4Ul\8RCcBm]yO%KDGnFv-e俉
+endstream
+endobj
+1572 0 obj
+<<
+/Type /Page
+/Contents 1573 0 R
+/Resources 1571 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+/Annots [ 1570 0 R ]
+>>
+endobj
+1570 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [472.014 362.335 478.476 374.88]
+/A << /S /GoTo /D (Hfootnote.17) >>
+>>
+endobj
+1574 0 obj
+<<
+/D [1572 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+662 0 obj
+<<
+/D [1572 0 R /XYZ 133.768 511.788 null]
+>>
+endobj
+666 0 obj
+<<
+/D [1572 0 R /XYZ 133.768 242.403 null]
+>>
+endobj
+1575 0 obj
+<<
+/D [1572 0 R /XYZ 149.011 128.719 null]
+>>
+endobj
+1571 0 obj
+<<
+/Font << /F28 712 0 R /F106 1309 0 R /F56 717 0 R /F50 713 0 R /F49 711 0 R /F69 718 0 R /F68 716 0 R /F76 927 0 R /F75 930 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1578 0 obj
+<<
+/Length 980
+/Filter /FlateDecode
+>>
+stream
+xڝVK6Э21>Dn&oMpeVwߡ(ٔ$V/<837!t}xAA(IS&>ΉJu$5#h湷&JjO&E5%"#WbunJw*Ӟ/ )B3+*Azy ;rQ۝zB[IDTٶȍ;zLGR:4'R(a@4 FG@Q|r0*bʓM"1xkqǮ; `7񿁻>#3<%)\5Қ `: cb
+ Q ŵ~4ytjXXv]o>O{wvŞ['/4HΨOm3tH V4>byN)[kvg/<m<gmz#g7a{r=,:l7N.jnߔL5@29[9\x\82J~b 8+\v|QK =M`&4(ۦZtk6&c,
+/ .zC I\*߷/5mwyеٛm%|V*p |bǵ| ?ti!\?Jru|=qC.N` }%5
+w\P
+endstream
+endobj
+1577 0 obj
+<<
+/Type /Page
+/Contents 1578 0 R
+/Resources 1576 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+>>
+endobj
+1579 0 obj
+<<
+/D [1577 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+670 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+674 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 488.032 null]
+>>
+endobj
+1580 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 469.018 null]
+>>
+endobj
+1581 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 447.749 null]
+>>
+endobj
+1582 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 426.759 null]
+>>
+endobj
+1583 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 407.98 null]
+>>
+endobj
+1584 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 388.096 null]
+>>
+endobj
+1585 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 368.211 null]
+>>
+endobj
+1586 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 304.027 null]
+>>
+endobj
+1587 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 282.757 null]
+>>
+endobj
+1588 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 262.873 null]
+>>
+endobj
+1589 0 obj
+<<
+/D [1577 0 R /XYZ 133.768 242.988 null]
+>>
+endobj
+1576 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F28 712 0 R /F50 713 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1592 0 obj
+<<
+/Length 1383
+/Filter /FlateDecode
+>>
+stream
+xڽWMs&WfTesp%rVPXbryf${Q^?hBBﯳȋ˳{8AqEqH{YJPe]0R?xzW5e$V,bKi-225dFyu0-$EI~0"S5$luchܘ M5NJTJl%>C2FDn#Q+ZAxA4Әa^͎j֘{X
+6fQ' EK+ڦvW/ZiЬg/N}:%y"ӷ,(Β=&umA$?8i0u5TJ &^k:cVۚ5}C< 򫆝$R q9
+d.*XLӊ߫,`Baލv e9ݕy/T<f#.yYW7,R7[Zƙ˨NS aNHbdnH4I NP.x8(zI#"g[n)-`wnޒUZ>=dlȐ|r0 ʶ~5F~2oV6l S>n+8IMBN@KgNgYpV'<d/lf 9Nb`fNPrgGPt9VU"pL])Z& VӣTӡ:z~ n}Tf5w-b7ޮnid!3(2b;ADz;E%;7XRHLP,2 G׹1{!X3 wMD=rrEftBҷmk_A0}OPs7]Fj%#at)bxz:><~VհU4a㈠83Pmd ($LJ* n->6TK2M`247\cr@9d߳NZj#^mYnV#O仞<kBEu(1+dL
+'&M/66+^ՎfS{t^`;rV:8Tg"e"Ŀ%A;̓reg`ȼ:s%h= "n-f0숑暩1RM`tr@;A;]D!y+u(@MSXchfp ;֮$cpOhWE GY1?lߞr>n7AӱZ8P Bc˳
+endstream
+endobj
+1591 0 obj
+<<
+/Type /Page
+/Contents 1592 0 R
+/Resources 1590 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+>>
+endobj
+1593 0 obj
+<<
+/D [1591 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+678 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+1594 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 605.582 null]
+>>
+endobj
+1595 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 573.148 null]
+>>
+endobj
+1596 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 551.784 null]
+>>
+endobj
+1597 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 533.297 null]
+>>
+endobj
+1598 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 513.87 null]
+>>
+endobj
+1599 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 493.447 null]
+>>
+endobj
+1600 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 472.083 null]
+>>
+endobj
+1601 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 453.596 null]
+>>
+endobj
+1602 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 432.232 null]
+>>
+endobj
+1603 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 413.746 null]
+>>
+endobj
+1604 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 392.381 null]
+>>
+endobj
+1605 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 375.888 null]
+>>
+endobj
+1606 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 346.277 null]
+>>
+endobj
+1607 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 324.636 null]
+>>
+endobj
+1608 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 308.142 null]
+>>
+endobj
+1609 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 281.91 null]
+>>
+endobj
+1610 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 264.306 null]
+>>
+endobj
+1611 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 248.366 null]
+>>
+endobj
+1612 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 220.747 null]
+>>
+endobj
+1613 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 204.53 null]
+>>
+endobj
+1614 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 186.598 null]
+>>
+endobj
+1615 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 164.68 null]
+>>
+endobj
+1616 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 148.74 null]
+>>
+endobj
+1617 0 obj
+<<
+/D [1591 0 R /XYZ 133.768 132.799 null]
+>>
+endobj
+1590 0 obj
+<<
+/Font << /F71 761 0 R /F50 713 0 R /F28 712 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1620 0 obj
+<<
+/Length 1077
+/Filter /FlateDecode
+>>
+stream
+xڽWKo6W( +R-Cn}f FG "bևh>s8 gCH y|9.1
+a
+ЇGYmQ8/UXUλ֟(|Nwu/t4#&޷%WQhmvEP՚F Ӆ<X6Ė
+4/bO{uEՅ|m3Č\,iH]=1aW^py1XLa
+g>p7ngD.bpJZs.IL\wCT$aty dC\7u[a=^Wm.Mrیܛ>MzMI˫)˒T_\Ldt\ }~)8 8< lpKPJ^ş乡U4J*O }?.ۨfT(49άd}#}*}"}K߿tFeY^= cőeS.,ѹɲomȺ”"*3Nxrxjx[du)]ʶۧgl~{N|>H,QjfI^<7vWFDp9F \DP5QDQ""[\5RF뤩˩r Vs붩{n&vw\]
+<1ljPR( &>2aCO/),{!s{EyA.A8EXVPT) ͮ|[Tߏa]_3 ݃pAǾQr6BR06^$c(8jogû9{0X\u;,n~֔z'ζ ȷŘ =D2+
+endstream
+endobj
+1619 0 obj
+<<
+/Type /Page
+/Contents 1620 0 R
+/Resources 1618 0 R
+/MediaBox [0 0 612 792]
+/Parent 1562 0 R
+>>
+endobj
+1621 0 obj
+<<
+/D [1619 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+1622 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+1623 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 653.686 null]
+>>
+endobj
+1624 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 639.614 null]
+>>
+endobj
+1625 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 615.247 null]
+>>
+endobj
+1626 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 599.514 null]
+>>
+endobj
+1627 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 575.147 null]
+>>
+endobj
+1628 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 557.422 null]
+>>
+endobj
+1629 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 537.926 null]
+>>
+endobj
+1630 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 523.3 null]
+>>
+endobj
+1631 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 509.228 null]
+>>
+endobj
+1632 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 493.163 null]
+>>
+endobj
+1633 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 473.667 null]
+>>
+endobj
+1634 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 457.049 null]
+>>
+endobj
+1635 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 437.552 null]
+>>
+endobj
+1636 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 420.934 null]
+>>
+endobj
+1637 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 401.438 null]
+>>
+endobj
+1638 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 386.812 null]
+>>
+endobj
+1639 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 372.74 null]
+>>
+endobj
+1640 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 358.667 null]
+>>
+endobj
+1641 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 344.595 null]
+>>
+endobj
+1642 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 330.523 null]
+>>
+endobj
+1643 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 316.451 null]
+>>
+endobj
+1644 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 302.379 null]
+>>
+endobj
+1645 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 288.306 null]
+>>
+endobj
+1646 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 274.234 null]
+>>
+endobj
+1647 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 260.162 null]
+>>
+endobj
+1648 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 235.798 null]
+>>
+endobj
+1649 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 220.062 null]
+>>
+endobj
+1650 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 205.99 null]
+>>
+endobj
+1651 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 189.925 null]
+>>
+endobj
+1652 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 172.366 null]
+>>
+endobj
+1653 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 144.954 null]
+>>
+endobj
+1654 0 obj
+<<
+/D [1619 0 R /XYZ 133.768 129.776 null]
+>>
+endobj
+1618 0 obj
+<<
+/Font << /F28 712 0 R /F50 713 0 R /F56 717 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1657 0 obj
+<<
+/Length 1543
+/Filter /FlateDecode
+>>
+stream
+xXn6+$%Ңh")@Z{16{%WA{}9ן/N+0xaG )p.6'Wof \uf(#PꬹG捃뇽]v%%it~> <?wm6QmUHʆķp}wq?;H:qv3u6C
+s}9dă{2PJ0KG0_nV<tj \xWkhxQf:[ r܍^1w wnԤu@e? J'L*jg8>ո&IZP_W
+:Y6z>T }& $yUүKqt&plw6& o_`|}ٳ'lP8Spݙ
+gt2VQ"Ez3%9w
+jւB l>HŹq]awW'CƋ0Xte3J]8dj-p7IYTCC.l1_=})eЬ0۷Kn6=1t>Fy Ⲩp:
+64-y>z6-nK-+CЎ}җ.Z`]1D撡Ӈ̲ q>o2qt=0\zzI *Z2Cp6R?*|DA
+endstream
+endobj
+1656 0 obj
+<<
+/Type /Page
+/Contents 1657 0 R
+/Resources 1655 0 R
+/MediaBox [0 0 612 792]
+/Parent 1659 0 R
+>>
+endobj
+1658 0 obj
+<<
+/D [1656 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+682 0 obj
+<<
+/D [1656 0 R /XYZ 133.768 667.198 null]
+>>
+endobj
+686 0 obj
+<<
+/D [1656 0 R /XYZ 133.768 644.58 null]
+>>
+endobj
+690 0 obj
+<<
+/D [1656 0 R /XYZ 133.768 219.382 null]
+>>
+endobj
+1655 0 obj
+<<
+/Font << /F71 761 0 R /F72 762 0 R /F52 1202 0 R /F96 1203 0 R /F28 712 0 R /F99 1263 0 R /F97 1264 0 R /F50 713 0 R /F51 715 0 R /F49 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1662 0 obj
+<<
+/Length 815
+/Filter /FlateDecode
+>>
+stream
+xڝVM8WU+U;[n|@٩T{ZȞ1O* OO_(: vsw/-jv*
+m+!{\^+z \VUss 2~B,<4KȬu4:?daH-ƾw r^R1 Z# ,D}3JN
+q ndSW\[qTHR=k)^٥;SW9wMz0ϣ;7}ߵ˧m,1} "KYTM0ךX)(oZQb|M.Xߔft׵''_Yni= d,UD1?x=geݔ(P1Hz2ԝOLP032|D)5uaRHiЮ|HQ/!H-З " 6zμ7PRJ#%
+i*[V8rl$l]!Rm!V#B KWJ Qp9pn 1aWc߅?B?saĂ]_Q*y ס{rʾ4Ű5<4D\C"L[16c?B1TBƯX\ÞNcSBh_{u;<+8Bc4\ٚm\
+.5+Č_v778K*)zPlʪǾ~`oRujw*Od7}Dz?e a@f,,T|5$=
+endstream
+endobj
+1661 0 obj
+<<
+/Type /Page
+/Contents 1662 0 R
+/Resources 1660 0 R
+/MediaBox [0 0 612 792]
+/Parent 1659 0 R
+>>
+endobj
+1663 0 obj
+<<
+/D [1661 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+694 0 obj
+<<
+/D [1661 0 R /XYZ 133.768 585.567 null]
+>>
+endobj
+1660 0 obj
+<<
+/Font << /F49 711 0 R /F50 713 0 R /F28 712 0 R /F51 715 0 R /F71 761 0 R /F96 1203 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1665 0 obj
+[525]
+endobj
+1666 0 obj
+[826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 708.4 708.4 708.4 678.8 767.4 637.2 607.6 708.4 750 295.1 501.8 737.9 578.1 927.1 750 784.7 678.8 784.7 687.5 590.3 725.7 729.2 708.4 1003.5 708.4 708.4 649.3 309 531.3 309 555.6 708.4 295.1 510.4 548.6 472.2 548.6 472.2 324.7 531.3 548.6 253.5 283 519.1 253.5 843.8 548.6 531.3 548.6 548.6 362.9 407.3 383.7]
+endobj
+1667 0 obj
+[922.3]
+endobj
+1668 0 obj
+[536.1 536.1 813.9 813.9 500 319.5 433.8 833.3 500 833.3 758.3 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 666.7 666.7 666.7 638.9 722.2 597.2 569.5 666.7 708.3 277.8 472.2 694.5 541.7 875 708.3 736.1 638.9 736.1 645.8 555.6 680.6 687.5 666.7 944.4 666.7 666.7 611.1 288.9 500 288.9 555.6 666.7 277.8 480.6 516.7 444.5 516.7 444.5 305.6 500 516.7 238.9 266.7 488.9 238.9 794.5 516.7 500 516.7 516.7 341.7 383.3 361.1 516.7 461.1 683.3 461.1 461.1 434.7 500]
+endobj
+1670 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+1672 0 obj
+[513.9]
+endobj
+1674 0 obj
+[799.4]
+endobj
+1675 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+1676 0 obj
+[571 571 856.4 856.4 513.9 285.5 387.5 856.4 513.9 856.4 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4]
+endobj
+1677 0 obj
+[650]
+endobj
+1679 0 obj
+[880.8]
+endobj
+1680 0 obj
+[680.6 680.6 680.6 680.6 680.6]
+endobj
+1681 0 obj
+[795.8 801.4 757.3]
+endobj
+1682 0 obj
+[777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 888.9 888.9 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 500 277.8 222.2 388.9 611.1 722.2 611.1 722.2 777.8 777.8 777.8 777.8 1000 1000 1000 1000 1000 1000 777.8 777.8 555.6 722.2 666.7 722.2 722.2 666.7 611.1 777.8 777.8 388.9 500 777.8 666.7 944.5 722.2 777.8 611.1 777.8 722.2]
+endobj
+1683 0 obj
+[777.8 1000 1000 777.8 722.2 888.9 611.1 1000 1000 1000 1000 833.3 833.3 416.7 416.7 416.7 416.7 1111.1 1111.1 1000 1000 500 500 1000 1388.9 1000 1000 777.8 777.8 777.8 777.8 1111.1 666.7 666.7 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 275 500 777.8 777.8 777.8 777.8 777.8]
+endobj
+1685 0 obj
+[525]
+endobj
+1686 0 obj
+[531.3]
+endobj
+1687 0 obj
+[723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 570.8 319.5 575 319.5 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6]
+endobj
+1689 0 obj
+[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.5 472.2 833.3 833.3 833.3 833.3 833.3 1444.5 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.5 1277.8 555.6 1000 1444.5 555.6 1000 1444.5 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000 1000 1000 1055.6 1055.6 1055.6]
+endobj
+1690 0 obj
+[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.7 646.5 782.2 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 523.8]
+endobj
+1691 0 obj
+[323.4 538.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.4 323.4 538.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6]
+endobj
+1692 0 obj
+[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3]
+endobj
+1693 0 obj
+[742.7 647.8 600.1 519.3 476.1 519.8 588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8 756 719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8]
+endobj
+1694 0 obj
+[722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.5 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 472 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8]
+endobj
+1695 0 obj
+[603.5 630.9 946.4 960.1 548.6 329.2 437.2 877.8 531.3 877.8 822.9 329.2 438.9 438.9 548.6 822.9 329.2 384 329.2 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 329.2 329.2 826.4 822.9 826.4 548.6 822.9 796.5 754.9 768.1 809.7 727.4 700 830 796.5 412.5 562.9 824 672.6 961.1 796.5 822.9 727.4 822.9 782.3 603.5 768.1 796.5 796.5 1070.9 796.5 796.5 658.3 329.2 531.3 329.2 555.6 796.5 329.2 548.6 493.7 493.7 548.6 493.7 329.2 493.7 548.6 329.2 329.2 493.7 274.3 877.8 603.5 548.6 548.6 493.7 452.6 438.9 356.6 576 493.7 713.2 494.8 521.2 438.9]
+endobj
+1696 0 obj
+[531.3 1062.5 0 414.9 295.1 324.7 619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1]
+endobj
+1697 0 obj
+[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
+endobj
+1698 0 obj
+[611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8 963 935.2 963 578.7 935.2 896.3]
+endobj
+1699 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+1700 0 obj
+[625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500 575 319.4 575]
+endobj
+1701 0 obj
+[613.3 562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6 408.9]
+endobj
+1702 0 obj
+[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 465.1]
+endobj
+1703 0 obj
+[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3]
+endobj
+1704 0 obj
+[500 0 277.8 333.3 277.8 551.1 500 500 500 500 500 500 500 500 500 500 0 0 388.9 777.8 388.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722.2 0 683.3 0 777.8 0 0 0 0 0 722.2 0 0 0 402.7 0 402.7 500 500 500 0 500 500 500 0 0 0 0 0 0 0 1000 500 611.1 0 0 500 0 305.6 0 0 0 0 0 0 0 0 0 0 555.6 166.7 611.1 611.1 500 500 444.5 444.5 397.8 1140 777.8 944.4 610 444.5 305.6 722.2 1027.8 750 784.7 680.6 750 736.1 472.2 472.2 555.6 983.3 1457 472.2 708.3 916 500 676.2 777.8 883.3 361 361 444.5 750 777.8 750 277.8 484 500 683.3 449.4 683.3 777.8 683.3 683.3 777.8 375]
+endobj
+1705 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
+endobj
+1706 0 obj
+[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
+endobj
+1707 0 obj
+[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1]
+endobj
+1708 0 obj
+[380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2]
+endobj
+1709 0 obj
+[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
+endobj
+1710 0 obj
+<<
+/Length1 2691
+/Length2 30951
+/Length3 0
+/Length 32475
+/Filter /FlateDecode
+>>
+stream
+xڴeT]5CN#58i5xp 4s3̬X:UwթsFޑ3ٛ
+V@wnr8EciO
+ L.N@3 ]s({?4.fLwWolS{ӿ2V~x@ݝOTB`
+g` el>լ>iotpWXE9otjNZp=!`%tqKst`nss FAp<g:S*?ϭ{VwvjYߴhh;Xvǿ3/wݽ9g.WCso¿ 
+iì|n'ē&
+7S+&%bLUdWїMRt,=f@_i'9\vWVر8o{c4+u2~iz.[<k-2At#Nlq
+܇198. ]< C3"B;uݛe
+YώbL"l
+tkupy] ,N"7chNx:MHLkA+"d;VǦ
+ƣ#QG8fbb]aGe#
+h~(쫎Q|Z?d U}Dbx䡥$[RLmӾ;Ug">@_K
+)OLfr}Ͻ2tՎ9M]CRI_%e9ԚAM2-ϵxhg8^ <9|IO E#Zb_1<_W_柶1딋R򈽍15ZA4
+BUN&m;^T(ۇ
+-\M<C*?9 #K__/cl}i)B Wf i<%4dA;({7zʪFl l-_J8xohmi){\ M""n&_54Ґ3:{ݞnC`:|T`<\E_vIh";¸џKhLXET/iZ4h9I4dEW`?>. ڕ8x#i6G;}mr8#k7B8d"͍f~0F8.N$-@H}+X,&j↛0?|Dh_/Sb41~f1 ;^Nlq$7gt,mCߨ4.5$$P4KB)'w2DD+U5ơiQ8ėJW  mъթ کK tYxpQ.#L7eGKYKO֙]}(>܋^ @jzyɣK*[8|GCT>%LXٵ-mO| s& XY|MF/5euct cR.= s#þƣ~B*%3趃@.$5@ÔϱRT$9j"Q
+n8bj5!].OōZѳ/0u$taUgg ͖-)KO8{
+%>΋Gn-%Ұ`*Fc:YgYPCHABS}{eH#K o<S"f)_#ީB/S4|dXz8``PmY@M X|,g! StNx;0O0.Seb{ IV fqxvq;.5݃8E]!K8r\vZe,й:~,4{`A$JW.kP0 G X`8BD`$>urPmr,j؄;*+T*X
+`EeBeWSK sUyr)dpDG+ek! T<bh!ILRLj۬)yr2d9*#cic 2ĀQ{TZa\䪤}E'VƆ\Ť;dvvگymujQ+r4z*k[JlPk=^ VQ.Sj]5ܰD&3͏ Dղ5(<lj30OByt-Q**0BBmO;pe&8Q7nTK4*##(ƅtf-S߉Vjz/.6k1C~@K~ҐA N!Jt{7̈{5'Ͼz[P:2_FduIlf^׻N d!C~`5}ћ$*Zi1M;j$yp,B[g'Ŏ5t&7*-Uȗ+X_5gOhsͬm-n)΢$k1BUI'C@&Jm'Q:j
+B}+hK;tR:g5 ?ߍՏ*Qyf["nPq;?"NV"i؂f oFt.,ϥ7!2jU.Zv.%6="٫&tOɶٵrBYTD[խsjJA$U'W_/;iKè]kn}8 &2
+lDxdstb,G"`ĭ\t,;D(nI8~ 1jl+r݈̓% !pѨ&-!&CҀ*9yXbWv&jBO=<LOڑ;\=nXl.S-ȇoB Þ?%u
+oW #*%\9 ";z3P'HNQX xwO!tI}rBp= m"iVuM}u®ɅތL0f{& }{xLnf4_6^z9 (PB}x:۱6cΪ<c^ E9^V kdT/
+/C? 1HwˌEu%bStIW o$,˃B|ж,RGFj7WAaWxjhQ6Qcқx41'ȕK؉&wc:yǚ)Ry+gG[x66BHyeNAm7a4'gڥy5#$mClf?.
+5Fq12I'4O}_y|p \/~Q
+s 5䡃7Sߢ
+TyY>3/ր^r
+v8ٛQHx1iw`w5.m كRCt6z|H\U{O,d.did+iC`s!yf_[p"RiەjRMe؞zyucoQ"N WL4kZA孥fAi[>5.a&>#+E(j (,gr*z93xk1}s&8SOF/o\.kǛ)}qYOcko> Fvo7EqӆOnJ޽FCǐXW~
+EF
+dPǿ]@L=𩆥 \7[~~4:xtbl5 V3iBc-sa\Fg іhxRj7 $V\Ŧvf#ĞAc%;lSׁ,%q :$YźxVRX<~VI H
+dZm=  cCIF
+'.z/a9<ef~T~ b&~6^٘ELSR^$V&[L HOD zm).X0~)s0O<4o6oco9fMu "(lW,?ANך]}ExG~aB-7XTn)n^|ߡc:"D{p5NZka z";yӊ3G>USFf4$EÌ{hqyDg@7KcUD=+UXEݚT!`2EF^O
+n6; gV役WwT(mlLI.b>,{^D;%ICC?Ŧg}<V&I6[Sir0
+#d쭔*1>$`:QJ@MLK5= Avs['CI˧̹#ϧP=<7dPtQىX/H*H
+WBZ%3'`CбX_pZBӿq]\$C~9R$eV?Aio1 YVRDP樲 -EPi*XxJ,%RRgD Wr;F'w.}<[^;VXIRWOGMr%s:m8!
+[%U<Q Jmn-yIyrMLCP=D+3RR~H˸Ǧ-t(F਎Cw/CdžẢ?NZ&R j M<c+Ėcz*V!O!|(;mbY2Oc-ܾR8 !vo)>~i^0laB<ǧ` <o HݤfٮX!}~ yHI/:ΐ?ÏOxq+s& *Ap^~DQ:4Ŭۼ@TT7 XJzDZC }|2E? s4CɁR+[|eW3Gz綉U~xh' 7ݼt`bj- 7Y|7|觡<MZ<+uh1yQb
+& :EwlQdaj9ioF"YLSs0Al!;lVW5~ nVar?)`Qgo6 \~=-VE7&(:f'_'E^.H#,r?@dڋb!uo".yS&]=ԫG!?9ȅ/(fT,۽!Yi8B ?BD`#Ǒ.oX&J xs'7m16GdLsm3+n ^y}'8R[%2i<R)}!ӒFSbbtlٙi%Ќh
+Y|y_\ʄ 9'Uy\8YEE3m99j~=bf{g*o9[s( W2R3ʟ
+t{%=ڙgm> 3e@p!i/#KKy%t8jM5Ep5 Di]\qV>)X[H#Cυ|i7[I{)j[꽣kUɣDt(=>PV|˖烀:OPvڹ2%bW3yb G2ftR#bѧWf$AK`*-Ff|ë=p⭉ a^u%6WVVN5%zA7#<O^/ƥ:rY1K W]!~2!.-PK
+cpMԋu-@7<oZH";r zoۅHZQy,n;!!C|`泍Xs䖏ϵ7|_npuxCM 0|9?\T&rZɷ6ns8R|L1MBw;PM(>'yv~KC`+L7mecayqvtTs[3_òVfr~s,/܄ajXo_]=p *P[s=ߥW_r"bR4ُ?~9zKXUxMDZ:B+ӧrH82WS1=ݍ
+yBp=SA[Ŷ!)#NQ0*i2gVX_2gן'vį())Ύfx8=;&1: A@68 _7LOxt>!\Z23
+0}n nw,H3RYΣqPC7Wc:-1bl֤
+F0 bӣ0o׭I"Nbb
+(@GcP臏,ۦĖH?;zXBPs}]DֶK*!訯v$d{]gkt|Nl
+뾏pr9qvϞ݊5N(c)7 DEV>m"٫ ee*{>n\Zl݅`&UD <޿CZCa>0͍6Yyjqk`ODE|ʣu(*BT"skiwbyׯDTJdgVx~Ec3 y6IrE?ZHz
+gfs<uRT^Ӓ,l;IZQ9^\L&av"g ].ܼA1FD%_;N|_S|~"'|;|k,8<jV?b 64'(aئ!<>̚! n*j6%4LD|CJMc#y!f~π#<K۞
+a{ϴtIҭ)8pΖTSդ%dOE=XGHϵ"9<8:*Ae ^m a]s,=#wU1K1;_c|<[z|&>C3nhV>#9
+7kB0AR:ӱ
+1L$&ocIdঙiRD; ȗA E
+0*Vf7kE6 ,A@_d۔s?肤1~0!
+},
+a?Uϰ% >Q<N_DjעE
+kɮ3tLo~x˨a"6wd!NҹOKj])zXHqO:vM&iCXKc^x{kt癯 X;I`T
+P^1Go"I.k1 2g1$Е'e[&(>4eL^3Эx8ن;w=xžuJiJږ?f.;ޥ<I6<MP' l]de'<Śv{Ù(3ZعSLez]8um)x‡qguo~~-Á1$}:-1^Y:'CK5'Ѣ\:<wvA()ѷlo հCK5ZeWC_glFa\Gt1Ğᗱ.|C'Uiv ۋR.Eqޅ_wSg>^߽%<o{#OBDf( 1ޯYHv;cUaMΔTt\ a0[dw[R% R4'ca6lT;^,aLDO>PI}5|56*qytU(2/">&Bԟ
+倸D+er kkc|j~>ݽp7 c'r6kt;ˣj8E9tԿ~Ѥk^ JC@tF>I +e~lI|N3)WexB
+I,LU/#8h 7wGpԡ#9(e9DO&vo
+lOodҰG@?`UhckJ,NFUf!5%:6=@)wZi{mcX g=e̬:\H+F1;Jg̊Cr$׍.'x2
+.^wco?=dFwwS$Vֲ] }C\AaϞ@oN(xaȺJa-k80NQW`GnhI@ܫHh^5 >E)?"7~"ȼ4]*BG+DuTKY(nChBO1*}9O2'$#aa#nv>fr;P5jG~8mE .ڿC
+o7m%`G=^9Qbּ#LurW:>E A|uVه/rs}^!Ufcs20W"X$6K e&_H%6DHUd*h2tL (i5NxQwY$^ GVD{><{2u+ļ09_'oJS7aRղr0ҋR: ~_Y*&FiT7ex S#DܗuMظ{ 02mQD ~u`,H" h!QcFWT >XEq_}]+ğ)*Qyš@ N?S2F^&V!S^·}\ *W\IZ?<]?8^
+nqhHrDt.
+ }|kFBJ;L
+hywG9]\$L|Kaԧ4Uw6 s*=f-!B_D=!
+j5*ZdqKQj|:X+
+ Or@r_ST8wW++SxJJ泅5Fk:f T;udS{wX]IK<-~? JO3h0ԀeY%g՛9>-q)fq.v_Ұp$6sb7xNAqv,zM0p۔~ YxxI4$.n] Yl
+=x# 50_)ʵămPb, P|\qir}]"m a13(1]l7fD&5}
+#J]DGQx>vyEYpPx]_@**X+Ը} v3v@L^K TqF6q|fǠq`Z?,ocW{u]ּ
+& eC:6څPEsh ~Y<)7
+9}:4 N'P,[<&*P4x慾y"miZ_,1BjΚu/ J!S>T^p'r14?ڰ:vM]AV(ݖF%%)s jM@[;B L+jn|Hh1ugeHzFuGs͋A̤7\"#_!d/QO1Vő1Dp:u* 3R7z+G!`s; ~<~p_R (KK
+$'*''5>w1}DOTEcOB@=X.j48Eݷ%T_|]Lf3}k2=ݑJR 7,w>G}t ^ 5]KcMxBqx3P*Q</np
+.
+3x reuQI3w
+tV~$Ϫ&6%
+#(=LHI>]tE%Q>hS4x詗cT<.kxpvjf0οxɨK-{Qȣ@)tHRV"l?luY\}
+xqT(ܰΞ`Ѫ7c$yIc7ܮ**FD:uDž.@1T
+3v_+Te* }M7PlgOHCZs*`y/ܫjݒ;g~kb ^9itbZײcK . Bf5(w0 AdYy}ls!,4"!{k>+W)d-ҤyiB8O>wbVI=ZUߨOEzsʍj7f&H#i
+P-NxI]^.zJbбUi~*4dQZ.
+}C, HLb-~Ef[cY[!l)wc]k o(yQ(sک1FW].R~wE<q^4Ԁ|V/n%J+%\UKZB,'W=SΓMNjsfx;Xg:-0~Wȴو
+=d`k̑4-'#KW屈knxg}~xBo]A6Z`s(D#;bEl-7J;>z訐{µN.rf,8"='WcgyR&xV K2nG7NjB^=fθ<mTZʟ*s[m xAރTWD\T'&ׯ A"ƻX SvdEM7|-Pzf;q䋬zNǡhacߘMjѓ*_T"U Q 'fa|6Kkp)jԘ13:DԴ}Aq'"*R#qJXy<Grg>uQyN$VLόi&XڂUZ:VRY˳vBiT^_#(|~r=}<+bCڿ+f1;l쥕Fflj=68Q\(t=LpT)LP^i\o)J$ptm0g%y1# vU
+Uo$DpVLp}qf{αNԜb*PxHcfzΊ8Q`5ۢx]LNho:C pw=!vJL @)+ u^ _؛Vi\ݛ dhT emnF e%YM`zBBv ZpΒUOUuG;"vYgy$n_B
+pJ.F>'9t/(iWqvd%kpcyL'6
+|5-ۧjݺQ­if>\Y$v3[5\o*N G-{&Oڛs6!<3%cXj B-Vjc*7TaT?=XA6?q0~{ NO&l+>B+y`#p
+@³=D!KfX~&qHi_Bu' E&B9h,v7d
+&-*ݏ~nbaş>N>]N5}<H?*4bGu?za
+G3d86"1m_'jph0lAW1^kHਇڃ U
+kӧBxm{+㌎eK8(\i+1"
+Cvݒ<^N t,إk
+nZVR\[5'}*zqk<Z5Iu*i67ܳM@@v4vH * !x?
+u;b z '}Crqv7|9ϔ<w:zA!]^d(8,-'&}AWS+
+ R2@; 8qM
+
+?.%APHc&g|MwPMoiǔ̑S/PP"FZڝ[ke ;LXqBͤ&/[;jatWö=ԽׅHtOf
+p}
+)r8hջ^ -DDξV5 \@h5eMkr\(!N̝9| %PB=Cy\A0!7^SE\RHper'cSeԧ+
+R* ' Fw͏GX:Ϙ4{?"6:?ŭZsD_,Jkp (̞Q-,X:(z0k zDJU_s ʺuD,o +Aom:=* QHu\9U@fH-lh7<^d5Mf7U? v<
+2͚ fwpTiݤ B楣Y+/[liYVD~;I(THmW.Cp1q
+:CL'fsn"9nJ'b$zûT%sWkUTHyN3v|V"*"Tvܮᮗ|< y
+"mfG!&!F !OiRս'%g(d|Ēkf4N>ly AH>
+͗'>䍛J)
+T;r0nc`1Ae%<٤\1M\舆t ]neJXrG鯩ݸIѠ}2@D{dg d|_h:QڔBnQؽWpAq0t|L>a`AMS Q8E\GTQ <0d}ݬe/ Z/Rfp-AFsCY1Ӟ1 `9x,oޱr r~JAiʹ7fSM>p WKpX
+Dӫoރㅮ۶]Mj#Kv9qod kH*aE͑pQ]څ& .wx9<,=qKA]3f!'wȾ@p F'Sd吺G%$m% yGLK7g+=O|@1PIFWƦr|Ib
+'' !;9tb @S D\DTvMl2kBu0+VF#
+Zީi4nUc`T(KDɜZ_4]dzKS<lNα ~ޗ8mV&;Z1'tlp_zp_Gm/^T_BNR*50`jYNs"b4x*ip-jh&y4 V,z(t,[hpT`|ZeŲnk&Ij_["HFTA@+gpVʊ=g `y~tX':33kh⿘č
+zJWh
+ѷE;7bH~<!+3)\Ѿ%)~5W&mv(kk2#:Gx#5\  W}J|.ـɼlL1oRF#~\#B`y/ X e?;TSIx\M!p }DAoZ9uV lON-u.Ag
+ڦclOެ5\LvWy+s6<[$_ofv"$Wu-\${<,rǕ9\a.&NOe-|Y,BiyR>:)*65Y\ÖTEP#
+
+Bv&oˤ}Ky4ljD[C.y0j9iCCb["݀"'E Vf T F,~;!fI # ڭApۇBKW0>~$0b7W܉]+1uizkgC-^hKdvE+*ՑaiSe +*V\ \de
+qvna4
+.]$5 4@8>3-}N !-g S\Va6RPWk|uF#⾗~u{\ص߳R^"`ҝAF4Nۃ 3xS;t3",VAZ0 E n%+kЛ2bB#OۖH-O5׺#>&D.jpa6N?d\tZP} GI'/Hq#wʥ:ڄ,7#żzl$ZVmL,H]@iC,LmҜ LCs ~cg'=(ܭXv){Z+Qc2УJt"5
+L.-ȵj
+^tDKښZGiottg˔& AT{a*4
+WPDN$.# B4T wDX8Iy<N2] = RA|I@69L "0X+Fmõ,.r]ls't:P \kd>r(S\r oڪzÆm\^ Ig{1+k4HmGcۘNA4@Ӿ)(n6-IYN`IX5K)瘔NjPb\o*8"ӇŐ&G,(g|# &^Hq$z
+)">P!֯7v&@ab#E8 :d›6lvV_cZ0h%#E٠?7TY#G$go߰89h3
+ ڧc%klaYe Gt ufɀҡ93^`kX&%[ه!KݸB IewLUhSXk\Zױ6u M%8m֨\ 0c+ǹ yM6tt7@qICHnh;CX7e8(
+kք{BۆfJN~(Wd'ΏU-Y{a1T \
+I%RzX/iH3_,E+2t^T/KH䌿+6>!y/qz ͅ´m:^,/aɳ$.)+96>^*NP&LY;[ڦB]0a3o\ Vb}Pix!ۂҫs49P;;Vv02wG{<p cTg@ʄcwɪkk^>GA}3fWo9a nzkӥ<sʼn
+"O@̭, ;#Xa@iSCVTgBQ}|"O>:Ԩ]2U)8xq@7[s8 MQXL!Z!H)u-iFquxmrD d;8۔a>W)R+y^rkYrw"GK0In,*1A4femt> -D4{B`θr
+\}Zڍvccqџ.
+xywT>4?
+4lOoDZ
+endstream
+endobj
+1711 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CFHZLT+LMRoman10-Bold
+/Flags 4
+/FontBBox [-486 -295 1607 1133]
+/Ascent 686
+/CapHeight 686
+/Descent -194
+/ItalicAngle 0
+/StemV 114
+/XHeight 444
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/asterisk/b/backslash/c/colon/comma/d/e/eight/endash/equal/f/ffi/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/period/q/question/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1710 0 R
+>>
+endobj
+1712 0 obj
+<<
+/Length1 2766
+/Length2 30738
+/Length3 0
+/Length 32322
+/Filter /FlateDecode
+>>
+stream
+xڴuT=Lt4l:n.I%s;>TYQ dٻ02TAvl [3
+d/npXL]N
+@cuO +/ rva41vV@Zpw vFߕ~g2dMm@6V
+":̿
+ ɓnVs+{3ߪ:0k[9e 6!Y
+S,M[Yx喞@DmV`m2]pv +?8C?x?dп,ݷC~V
+[GWr
+Ⲃ7CLNp?u `
+cZ cG0p%/T 8lZVf?B]<X!V3/?EEAތˈ |Y9x }ksO ?-
+K~dDz9:%sq$
+͑QF|!+0莅
+ك AƧ:vR{_NX|E#@r?fk" P@2ؕGvR@0sV ᤦ-ÂLyI7ٮt'F@AQfU~$ T\=c_iՏ)>j~֤{{gNVhث@(
+OMx qFϴ~iӅ*
+
+ BL&k|p_ Sc8Ezwu9?2e"B6粒=j:ti ZΧ
+1$JHe/g/ӧז]O¹@,.vIb zv{_9y)MOr$t/xjY#Oj{'=X_׻Z)J3҈7_A1;ux׺}S%{Q&S7Qjђׂ3:y,RuhAk.ۄ"Bnl#a<U;705E͡uIhsB}tH| AOMM\/`Uߦ" }0Ci?TH5$? ՝X)<z,ew^N ;Crעs"'cF1 ɉ(4iK1پ\ɧwޠ>lR# !y&Ume#jt)%Qk~V[Φ.j̚ ntSMWciԅq\S.ґCk8XjdtRyn;B*?b>.xv"pRkd6%mU
+D@W'Z҉?̿w94AV{3b֕sjft\^:g%8eflʇ~׻Qsk |ڌ*f9e&|⎵]˭
+=fbG$Y1o.%J|,r2F:.{h0e9fwMha-~fj<,AgkLyg J-FZmP
+#-[
+!ģ7]Χȳǚ20!Ҷƣjl?Dt-O;8];*Hcx.i8V`~jżpʂNlQ)c*DZ9d#/N*_oLGvqWYnVNEi'
+<%Wvǫ,N75 2&IbX#%wξ峵{E)ȷSwKu )nnc3\AbUhȿZꝘ!> ;G.L*1$ "Ҁ!!GpHl:9 a}:Jiٶ kjbxO+|EZ0f٦.p8a/H-X|uj\Dd{D
+_4/1|BK6[Q>*8IhJt]^ZXZYU
+ lF(\I$@iL
+ZED P
+8*U7Wmx)}KQEL!}7۩X?@1}ŏwyAi:HG#Iʣ!Swu[.ń8N뎅1ƭ>V.JKjG)@ďz׏,HBN̈
+?,
+&久GZ4}׏/u{*uI :b{f?Tޞ"|ӛdݍ%nm7-1j+\zC[=؃
+3΢zMh?tZH-6ߦ${h%#S
+|%,Lܡ)@rYd7b*L9SDnp{S0n ySQJt:knǭre!5L:KKV+ӨrWA1VPEV g5~ 4$]h' zͪ1h*Qֵ^xu4Gɪ_,r&F%>vK18CNUeCh}<4uJHtkh]Y5[($Q*}"uECn]<N;W'
+DKXj\W_K@Փ!S*aYEޟN6wZɔS #U1#)U( 7Wt/}Οi6uEskp^/a*dnEG`|0B7tǣ!( n|p]a
+3/j=w/fʵ4wNۺ340]WlK;=b{
+QKa<<
+'
+ó<oV|t.Agu>o93 ($>6>¡bٝ!4cLd0 V*O2Xg@| -'AZ9-7עZtV!]}H%I!WkC7bH&gu9P@^Π=]bx)(ԄxH7˫^f,cɡ0Qg1A oTitsѡWa's A#/<_ޓ@%[Ru0s,R 0!6+lSd|Oy.e$HzN#ъ
+,=0rCk? !~9tZ_6W;>!
+JYbCLab6:ƮGOo''7ҩBRJ1ЂSq.t[0-IvҋGuC I.Ffvy)!~YrҚ4CmXz!FCeṘ[ԝ9<MO,H0N9Ha"Fh~ OYZ_sc?2ys@E&4KEy7ڡأ7P:Ynx*ЩЖO6Q8wE`Z\CkUBn1oVd U;lDUHm1c%]#Ɏ|h.<.*;7!9:wI<͝zX5- ڄ`=;u?_f
+~K{-ZNW-9 4\ED"-RA. r )*4
+
+:Eߵ(:-'NN̒ >%o7G:ҽZ~T ;W4CX)Vj_cx
+4|ʗSz,<+ÿNr
+,ksmrs)9ҲI 2yAsH2
+^LM&+!":9}G[UFD1T@ܠNYZک^눑HSyYMb,IZXnԴ(ܮI`R'yVIq_?ENv{Ĵp‽,ڏ
+#V,3ŞS^Bh57s_vl G}C dߡ<8Ӳ^*6" O xVV <-V ShV! ;;!$[;a[Yfb4ʤ|XvmÖY2G ƽO팺sun襾OHOTkY_lD
+2VyUfTd6ke/ru6V6t.ءK*weYp~8w8SԲ7śqz<՜8AT#3vD|9{aƻ&L. }
+u+Mx΢rk톊MDAơF90Q->OU7g$(a8 {4y񔙚
+DĽ;Q3Q DmcoC'S
+2)4AUOEk>$PSz
+FM`nq( Uݖg,E\z#
+璓>݄P55%QWLS,!/¢AQ_kb2@Mn={~F4+z\gRU+Q;-PڪrDP=H J_C'w͞@h]e,^ea<Gk_7֖Jz>WOTnid8V(JQA+Xl
+57=h
+pzTX7&rsa9d)tslz;HDw ]t陭}
+В~ QJV -9Yu['%j9
+vJ©H[r=t텘~,Zfg U.`'6:~׍<؆CU*9xVC7홌*<VD5$*>eERVKOqp}k><lCRb'X/_V,dHW2&ȤQul2%R 9AД
+_v$U4#WloG\JY+KcfܥQM@ɝk(pj
+i)/Rj> {`_qꢸUs7$Z^Cmה,.Rb3_\j+_7@|| yC=r.c>,}hqN1iE`pqFiFZ
+NjJH8L_3=-5poĞ)9SR9Rp'pꋢSpi^ B;Lw*ă3 QݎiEOe]f^z37_dQ1 @LKtB& _GR|A3#ѺU~DrU Bُ ]5> ~8&͝?&-+: OU!Z)u;W٫oJ"R4FJP8uщrjmNr8Z8pmoœd{ߡNw,P}CaAIw7?**ϟ?~&ĩuZ1wJ`=f9Y51ԍg&U)'
+NoZFx%YߌAV8!n rMϢ]Y<Z
+㶋Puܢwc_Y13Fxd1Hٖ[%"O [ש^8-}unnӡf*o.N£ Z]xJvupqef硑:Q? B۫-o[DmqpvZ>|g!&H? @q)Vho\g)k:GP?Q^QPfcX'_-JHeQ
+q\Ni+T aZJe:zBDX9Wr39G\]~$ k KY*8oPK)1d7BNLAeSYb6QӾ VckT Nm&c J.^="K
+YHYe|UT?K*X0)kw$cn~ŧdn7o`DX܆ղg,%v0G(C0Q:gnlľJ7]H}vȳ@]t܌ۋ{2nF]D᜶`6FD3
+8O?S k#jRoV
+!&2Y)R+ۅ5Q94fyyds4AzM_nu74F^ٷL' 0XJ;ZYNRFq$y~E:DŽ1/][6)v q: +5,$ <1]}b.t('yrEAF{ORr`Ε Zg[ Ssܛ~'6Koy/Kw~&eDԮ0^NQ;bY7B0mq$#;[dFx*FJ(!Ɍ 'k3:Ķ W*É#9B7Z(HS^2bAֽX C";|^jncL7-t|<- ;o}OZFmw%BX$jp1k,LqnS_(}j&˛eظWgeLfg6KBݙ86ʞ
+{*-k7W Ӳ})_f{xK-ߣ;OǷhlQq +h:qቛ{3甄e|co@c :%ld)wIBh"v*)Xd^+1NƈCp1l<Q(`
+Ӹ"Z|I/ҫ;dRF@M¯eY ᔰֻFهXZ߰@IGaw=iqjSJwSASeD4U8z-2h7B~$~~B{>tV$({PBU\ǽEc6LR5VWe<W-O OwKopC_斩1/aJt~"AG}&\TNId`ځ0~[
+/vêqGt/"wWߑ|X<YK
+rQýFus2VGE"UYr5y ;_i==`ڛcHE6i7x%[/[fjhM -i㪄ɵ8['6(w:MY0hdnK[|XgX")F+fd3cr`U B|EpJgڂ‹ZUwdϳU1U}M} 8Sctbם5-EF2i}BCEfv^8/EdyC/6JR/}frb' јb\BAjHp m"z
+*t 2&+州öuUANn,4$=}cyǍV/uϼ
+sdvYWQ9v֐샞EㇽygT`bn'58aA;`@^ G%%<p@хOMŪ V Ov;_<|Lv<_{0i4QR P񏍸)U zղ]"-
+.xi5K*ORPKͮ>*h4
+I(P8Oo=
+7XB,O.<^byk(fIxnVEnsޓm4M,W҇8}|
+~8r5/x'p7n70
++O\)S "Nk(s#/@+~=f̓;b߮ˬQM9o-X_͜$| >wU8)8݃iH6}0!ѭt4!:V5oCg.0#LSd`1a ,<+*O#]u!Np6]4+gBɨ@mǠCb6#e5Үk(t<嵲H=9eY_tx?@. ҦS
+4myXB//epbs{%:en,
+N ` +-ޅȰkѩTX=) O+m_`@Ge2a Jbʉ$G6OӬXD~:vH顯<s"\ / 1^G#Yr2R|mCrQ>(%L7<J/+s}_n:i}ꘔY9ČQmby破a$tkO9D|igccG"m
+^~ǨewmԘ6ZY s;50GBGЭT"UA]}VF ct  [mٌr/r|36oO!fzޝ茘1ڧh9ֵM~CKWö^"Æ"Y_-wPGdz=M+Tgq@nB]Xt<7J_ԝ]OvbD:"UjyϹzax޸iW+2ءfxi/
+Ku폩=D7PJ5r?+}fWM7>8h
+C̹!O
++a
+dws cV!hg4CL>(FqnwgV0 & 7)CmPOQuo"'!i)M2Ū;^ '
+
+Lf +w${PՏ;>ac2q,@[ 5'T7h|Tv(P9Rr :TG[j=K+G;|2^g4z6, Qhޓz8>z1F'YC+>q KMU gAda iCn̰$H\{"A+,*s 6jU8 ([B\r >{|GiʚJ싳nҌ"[t/ڜ
+<KηB-U
+m>R1)Mn_vW+ p?=5FwG(y!-uozZR -' Gn V*nZ{ڼxfi4Hs/H4@5σ
+@`>?^HrM)bS=2LTї^o ~]Y^vg>̵B9!(6?itql+5")㼿9#f*YT{(*Gk7ڔՖVס3+ W{$Pa>inߌ&{rNGĤMIeo5ݫ +;#?!ϒY $lJ U$do5"Su*V"ޮ )XҚe
+'w/ ߲{MI`MN6žms-|+lq
+
+1].0I-k51|) hpd44p'jl5c<9ѩ
+t
++A62v
+f.__Bұ:E(B.8YV$]9$xw9nSc$|ކ*ox)ג?51xO3;\@B'd-85N `w$JYi<;MrxHC$8y öa5c {
+[-el;5*sz
+z,&
+|0&^r^8jv4ciG
+q)$;(|AKo:QjlP j_uNeb",R׾lW)TPgv&!/PrqYa
+3"W^AOvy;3Gvq} h#*0@:i!K%Zg]c| yDgpT DO  9 J3MWyڭO ^ q8€+ƗMfEѧu_(Q2.j"] ~% ? X#3]wa\n\J1V$@
+s&#g
+
+RƮkخ,xY5T bތ/.e&MA4\ Ε͉YTh."9R)/lQTXѠz AQ_k.,#ES&/{2 HRxe숼9e
+*5nQEDKl Zbd+m
++$5CWpKFRXՎ!U_Zdޚ
+Q(AɵI?Lc !jj X1 P?9H[`2sgJs`\ImxWrl)^HM6G*'
+˛(KK6 |Vsؿ$ޡg+V8<7lDZ
+j1'Vdלr)]( (Dz?P::D%}Q'lsX&`n(crO <J1bN;w>@[!'0̮ (7'f##ҐM!(S酈{"̻Y3p~cFAV<gvMg3.XY75P5#6,IuRf&<82h1oh)ZI;Ւ e9gm!
+tV(XѹJͪMR`xJddcqπ褐qbum6,]ӟqU8^vX3Yc4aE%#CĎה}N˺c(IW"*po'~]Z2So5^4huUK~^ 6c>/fн"qW.D:J7EԶ3?`ˎR;J9 J_zB#+%o䌓s[ٖzbAǛx+D[w+GI#bNŢ =^Ӹb]w0w+zy97PG
+^̙(?\!MYd?肱d$ENpj|xIC)9/2
+KxJojGB&. 1>9^C4a,=:G Z皳Ji]f`W-xx%4zn
+,٬I?lG2GUK]E
+t
+J)@۟+:c[u9u p [N;?-u-EFB`ŘezCBN@2
+v2yfrpPH =:$hU"=PųeT2-9δե(ܤKKXgcCP~3mخ,rg06rz
+rIF<n}# x#dBժ >7o48\UG
+A>ʀNj*$
+4=gfWH!`rxjɇoԎS [DL/wiQvwV>ABx7Y6"wziy*\8J>mgROu o.= IW@WJߎf`Sr̩ C%nK݀<W%qVB7c
+JUT!E)U?ԍf[<@c:LrW$Jٮ f56~
+ ;U'ј6,$j!Kۇg
+'N1OPC8L<UgLe[swpOS [ɹ1϶kGoyY4m 'ZU-).YW 0ɄG ?OXkO3^)v͢pINnj?bB>hJ憧CUNk<qg"v*b -c.t{f)\*ҋV9\_קF d-uTN3"X>F"᪐lMҏ %0#;
+mtekRx~RWpЂ=O .bD@Ӥ}?09w/~ޣY7Y-YZKPr+Œ0@T
+vQhJth| ߋ wIm5e A {.jtO.QÙYD c)Щa\?w64 _|<tJ45C>|Hn%.xàJ!Q7>q,5cO$
+iY؀.0PdPlPp2;_4#ȝ4 ׶8^E2!̳D_{
+Y5s }C>|>- ٴJ^Mo(ML@%;x Z#̸Ϝ"-Vf8le?,'Vz
+/oBXڋݏ1T9jw"e(;'<3 -jyhb žr: Ag<z-2OWD)kVMq&a:
+Dđ#Pq/KQa;?/qhV#-P$mIi#jgó<+N2sp $ }x:KSLxeZEK6u JxR\,acM
+V]\hl&o"XMj%]]߅h$ڙ|g%u*Le!
+H`8)l4D[c=xCެM.F4;|惕WfxW41ԝ=)Ul9*d@
+>g/k bUZM%2
+\7ǫ1=~1YÉh+e[ڣˑf}ɻ/$KЍlvMA`4y} lnqZ_ kϭ?n
+HS'wd!B{vo #ܼ@^c? 7SH*0&KbĴ4큝T$f164VΧ4{Pl@SkG͆5M@nMF0;
+yϘ WfָuO@mRmO($ Ȯe?'rMSq0N^i!JaI?Dpr\
+/wt@ZI
+s^d Lk)M۷U̶ iH qgfBU uUtP}0 ,
+W,XF#և64̘|-r"H] 'M!I_F>L0fr <YaFB?ƫ͜e泵2h/x릓w-qʓQSm+m-)hg,уw&UQ(_]L_7ݑv
+'f˷G'y{b"؂D;-i`4ϯU6vG[[Mxs(ڼȿZ<?{]Ca %55GP?%[QA*}r[,^AyyC/ Yݗ:h|tJ5Tl
+D~ {U!
+8{$
+fWA;!K,5#<PĦ&b/<vًrv֎{sp-sweO)^c:B 15Ĉ
+%y9~-ZnGT~Z-Ǎt& grX[$?hRR/~dPr&d%}W*|1vq9R0ͅsj/o9O
+d%ϺE6} 9b*Hx30x7CJp{2zpYj5mFvRسNp$ ##}eGb.0Ƿ")<b?h#ľ%͡3}k$˽vF„#P Ѱň_f#_N#ak~"OkӚb)~-ؿbpV~mtN'J)!%KE *_r U?;Ji1]gF=%LyEޮYP,=&Nj`"Gd/E!b[I0r-öY[P]f,6?r*)х>5]Rz{t_)eBAۓG/Bغǖ=.=RRO#'<( 8xl14چ*x(~jZ
+d[J6X-m?щ3.  3j!>i]ҙWqq5ӠVT_g `gl̺+kx 7
+^B(FýL$"ެ,=YܟR4
+%ɴpeq.vCC$@6~)HR!bײVw
+^ϙud)I'n[t^~`[;5siE46<1:sMiTG^GB咧}p{k-½GD`K.H?!SH5Ŋq/N.
+5Jd톩\0 SZ 0!#5{n陸35Um˗=e[C^8:s ~1wX"KХa(f$ꪤt<r1-\b
+'d),藆ouPp55Z_;Y\wMRz_Ͷ#"W>CQl=TVU
+BoRҤY(ѧ7G/_5_OpUeJB"Aҳw-Ͻ; ƻWZӅ́öI
+ĿͷD.pFjE!pӤ>P%POOpÜ R w\WbzT
+BK[4.Nn5<m sͮV]m&Nv:c}:y91i߀³W3p[ 3.8=A ҁAYUQӑuZqi[97:XQz<'%+Eӓ0 Ls_/1ŶHd9O#M7+/?6D# xT0̯ 2g M +|9<V
+</xSNɹ\yv%ZUj?E@} 
+ŹLz3#RDnj
+l_;8bߣ(/1C(F-_<ϡ}"+WVҖH2i{UpaZSC&f]Z舀1x#O
+0=+*A /Xous
+c+`q/܀yи"(|tjh ڵ:epJ\#3!eD/Wĉ򏎖Hg
+ ݍ9>Id= گtxCE5=4R<UM}9)4&!aqdye_Sey͗8K~T jRq
+㙙jic<6 FQ|?`iЗE;UڔS!cxͭ^qu4m JK#5ݏզ0ZUTknzXlgl}PO<9BT8bg?-*HZ}?i(L*:QaAj՟{m Nb_y_U9@l_ݚf~yN#w4
+̧Wr hW7E/_.d>۲L\#+׏R>F TyZɽ!W;e="jIaHt>%
+/^/Rw0 ʵ`}H-`qzh@Dl{II<W8`$1okR{W#Y3 p{{aKpY$x骎E%o핐HY!Xn2ð@{b
+^g8dc֗50l_{F(ϐԒG\gdaȤ[~3 nhi{4`<FnY1{-],Ta, SMS/!Ld\]뻣o|Tv3H|TN-!jpl5~p!tO p {ocm'#LT+uCizg+a}qIhH~ :f۬6Ş9ZuXц9f
+ uTsShוhbضFeՓc15E5D1`my*Ǻ[KwZ&&I /PܯelK8b3qexeHٸҧJ0c1ۇ@i(ZڠM*"1Z~cmTY_w`X
+Uh"H@8afsn
+f;X<y]t.6ywEKjX*P)+Uպռt](qSE) /; twtr[.t5 =G gQ) #6Hݿ`ph"P5 ZՉQVے! +)ݹU[]W!CJ S+;ˍ4n-E(9Ji`ۺyBeB'/Ya{]ҩ
+QI^ (`f!ϏA?)>ՒƾqH:EBPtL~>.؇b\Ӊ(!PI&&~ %JW}})t%9
+KQm26aE%WC D1]`{;E^<_5=VeNk%:̌~H%;f((lfdL_ڭ3{eU<桓M^ Ps9I1<x.lRJB{^xDsT z &*<7΃۵Ѷ&k)A!fitLeMS2q=v}} `aIox\)a b]٤G"ZzHӅ㝒DKAT7 
+-`.+@h?"Ǎn~Ep~v:9|Y)rU _@`dF79U^#Oץ³=w)\BE>0kdjG-'"ڈcՂz]ŴIo^U  *!j9J&O:\w\FiR~USK'<plCqyrUе IH
+^J,I swzAe5WVIL5$eԒ,-ۖ wQ>Qy\Vu a+*|K^H*n4tJSBrY܈#h1JX+aJUF$ӭM2v띢f7χ8lpt`ğV%:4nXǽ2,DMÎ4
+
+R
+s#3/ T 0dµFƎ{g`8duZR''j+`飯^0sFˑ\o*Q#)K-€-}#L8Xu]p
+
+endstream
+endobj
+1713 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FGTYMI+LMRoman12-Bold
+/Flags 4
+/FontBBox [-476 -289 1577 1137]
+/Ascent 684
+/CapHeight 684
+/Descent -194
+/ItalicAngle 0
+/StemV 109
+/XHeight 444
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/ampersand/b/braceleft/braceright/c/colon/comma/d/e/eight/equal/f/ffi/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/question/quoteleft/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1712 0 R
+>>
+endobj
+1714 0 obj
+<<
+/Length1 1618
+/Length2 18213
+/Length3 0
+/Length 19271
+/Filter /FlateDecode
+>>
+stream
+xڴeT\Ϛ=;@ݝơqwn o3{|}W]Z)HTD@&@  #3/@N^dgl
+5223#PP9]@_]
+wM
+ ?RgG/ W[[c; AvV@\+g +8]E-l=dG/CS{3D%]+Ĉ̬ۛ-
+\1fZfk񏕚>%kD-IX؏^lUp~D LDŽyM@4=;>}ͨy'\7DMNDTpiYzmPl:ơ8ۺVe~i|4Ipn¡כ <Q9/ 3Ѽ{Bb(fXOc\l}V0飖]hƳߊ{WGW)k 8u]UH]
+0l}xxGvkLiHsZQ't6(u'Kk㇩縟rvpVN.bPggR Sʤ6M›*Uʓ[SªT.t$^㣃R#4&15;"m%ˏ7L>0$'v.=ڡgDԛSMH9z!mSM jQ&Ij=Esri+x-ǠZMY> ) 7v
+/I!`aF4f$y]
+*7.#SK~ߝ)8 `Bk@+8DU`Z:y1ԯ($pf"4WטУOhB\VZaw2`_N/~`϶ZV~VdDEˑpTɛ< "BI evE$o5Tդ][+UQÀ0c銤8†DH-{|И?Qdy+`#n`%RF>} / ~8 ]B"ENutqIJ[ZzGˆL`ˉxK66?g wtq|mgg\
+CE+~ZǬ鼤SЙی8h5Josɡ- ncX޲P]*]`L2E4mLX'f;ʄe68A\BZ> i4;bwfIYouFD,5FT,kzQ~O̎fO" U!{4KzDap$C
+jJ5-xE8&Pk&`UNr\ؑw< sqqK57&dH Y)oBZhR9߯\DbU*/]
+)*'۶?37-۴Ja3i﷖}_0mTo4ur"3]v4xqep@F.Sc;:1 feAL.A̩;f6B| 5y*ըTMXY%k1'Z]g
+e{
+ `1_R,5<vCjg[kZ*,"h(D}<[Exypn
+m] P</ 5g`A3g$BcvZ .[%6}a)Y oKF\.RAh?`@Z,Kִ| ޭE0EPBv$ufj
+mTR[8$&|ee$3"w
+Du_Xw9}Wj7k1%Fn-CE׫[{oÜl8G<k(
+|; 5I[ك 3=<Cr1(2vV>(7ggw1m?븁'{׉
+.ટ?K>k={|^jR>; uQVtfL+xg5\OWիk̈́t2㩛P['(6-E֘D$t?:8,~BK tu^Ǭ9ob⵲1ND79 ANv==L'3(,^Wi~h#K/[7`kE;
+د斐ӇF3?Ԫt}>7"_${€g lk7(ggBYl˧ǘkђ<E]Q8|
+uJ`z\CnK< 3{R׈ujHۧFmLiWuqxe1K*w7 ־a|]6Н3Wq;k8I zYι62 MJ>m>MVhijNҞd)n:w(3blt</*RJɞWF4v{d03;5y,] 
+hg ?2?F}\d`; [p+$cf.xXs{FBruk 0.6E)>xQӅH,lZD+߅pb^&tyM4d]vX\Wv1]Yk+{ M |l)RpSLF$ TcĀ+^A.l8Z͟eo)-ޔCL(_\Ԇn臱bYNYK W
+$<W/GTUrIMJbݝX_b[V1.r7ɨޤGhfvɬT@%oྶzz/GuI?.`j !8#dm[~*%Mx.NU'^(Hk&
+)Kmz "zvH +zҡ%_\jb ;`~qRxnlk
+l\[991l(("} )!~K]
+TBBŢgWHL!ж%'7
+b8s~%̇b$w-I$R҈Gٙh0-/? jO5LT[:RfM\+ jNg1mybi]V<>
+UKo*41Ze@
+crڼŧ~'Qrsϸc?7-F§q-KY.Wl0_Ivv^b]* ͦL!R9¢|Լ$)JS B\&bPHJ*t<2/<b *o\|1,kiB1szڵvZ"`/~6J85T)u0]s aLW*Cw[${ϣҵjz!7S3&U\a,߼ZʏR|S->֭5ëo-o8:y@RwuCw&c_{l Z1>_WG)2b2NTr땣vtd1]\sz%Op<W_cW
+uNg<>uw8CW%aQ;įP=w9*kI(r '׾N LbA%gB_hyiWH hN̯@Y+^ljᓟb$t
+ dm^3r0\I9Oځ5q61 *,"0
+〰"|?͸ERM;1nqFM_J6[x1MNY\W`̊17Rݍ,WJ[Do/|:CSKUC)IkG/ZU: f]<{ݏ3}>)@LH[)K?<>rpPR/;$/ lR7
+VzIDUί"$nq| V`-sy.]Ȑǽil<jя
+Aae^'f2% =p I0ae8obst;B EX;t+9ϑC`1F>9&C^͂UUXm^Md_4;!#3A1iCLRѮ}&18dcߴl#5KЀL.qoy0`yJSŷ{+m]ީEǼK.3ceKv46C:}<Ib ~ v%mX izNeFA461*5Oqcaic2(6(/NV,Y\~=zL;p "yFXI0?LP812}
+"b8SL
+V&ӬZ'$KyߧPCO;&WwEt,k`oG!ʎS𣄁-j<Tf7waY )ƮP"CG ǴOMжFԯןA)NNhSSB$9:D˗Ӟl;\i;\ "34@ G9jbQ+ oKe"nmR"&ژ R>&㚃'*2`r }MnR#|$A*"p4Lɢ;%2_ruvt%A`шtB"n^TpY9~oY`;z".-^nh Ƀ-~nצn XRUIQ{%hh|φԨ9:i<Ss#'Eʝ}<.Ϲ6d/)L<l v{ӠAnKk k$$&e%8Olڢ)B KB]͠`lainvA*߂T+ XqА>fž2alxg!ɵ D@
+urk^)mr&N|DxpOh#b1*l-Q@ܹ*Ƀ ~A
+DNmMod1-<VW z:m1i<rۺ2z|nKO*P<coߦj- 9V_IV:T,y|x~DN/-t_}P<turw;rW? kFtĚ MY, Jזcz^/~%kR}X/G6%nlcn֌TM&nֱR^T)$`:YF7<_H^㨕uU_L^Zxtẻ<M~/7~-~G׮SEyG&t|iu
+I )cIFnIB)X/lKfpdRyPTpCVCRlߔOrW|Je
+G<k*-+N"Q9L3ei"^Ŏ1m3!F=~o!*'ň9ETr .PjB&@
+֎"!|vG
+ySjMFDfnyd g-Oi;CLsS:u>ͷuc _T $ֽTK_bsCֳgFJ.WT#-e FnYum # QB+(_VĄ;4SƬ|j+ v&{KuUUˉb<˓o{◛_!R֔yk d?Wu#r1DlSf uO輻{AfV@Ǖ R"U=qE`6f(v4Y^woŪGT|iR*>}eEq2&R*CFIq-Tr!SvfiZn0T I1.WЬ\9R|p@rIM~k^epN9g+ꂼQӖbWQvODK]`#hȃ5RZƶMM~Ir+}WʬTL)wiї;!Qw5uXݛYl.͘yGZiYBdJGn,ٖWyp\; e+9Ϯ&dZ u_# -/J_B"=\ rke2؍x֖͹w/nb N9S@L
+m1(]$}9e\IrAhrrGw2:K?"i>[ꯩ D)8(ȃ2]:~d h]HaVv`1ҿi=iVpz61vg
+ː@[rMCS`bݪ螥sVO];Q{4B]Efqn|̙dP@X[M2lՀQCND !r_cB;"+0 !%QBȯtJKNQ$4_~ q)ĞYLza
+_ryhUs"/N% 'K)dD_Y4(8
+oY;mk.%t4=^x(iޕQ_rKAlghw݀f:jV/ND߀r85=u&}8I7xg6/f|`p}Ee:icG#FCg#`a
+
+%^폧 iZ>X<A)ۍI0|>݀I
+(4mxf oov"Wys4Y0 CAO|NV#zxq;դʼn'X8ulڙ{_:X3J̓tAlp[At<{`MĪŢ̎vmӿ)R6Y
+@SQ`=d*[} p߃_-Լzikadz~5!R`XJpZ1+V
+k[\ףKgrT]~h=nJy %4Ԋp'>&\W֢Uxm|"{')BO;1[M73H~j8f=Z]}ۈvo_SD7Ik]|Si;zs["_ND%)B5=fe{P5!jB[%-a&[x@S"%Su
+Hs nFx޳t1ڈ
+(H~Hi<#HK=ڐh&^.?N)uT͈_MYor$!ыx\ !r[rE>^a8;}.7Q`gRQӼp]AJUy9ZRƚ7ҝqy nE~-ZtOzAO:YEJ*I'oO+ 
+9 4o,ױE\ S7?.9R^ueZ'q (CHtvo$1'@v]D oQw]뛻X%μ~tKR
+Yls$ d>W{ Q=yM{'Cϯ+n6XmrHl޳ƻvQ IͦBw?rfݰG(95*wQKo㼒#)`5&va<'1'CMӇ<88@/5 f+ <TfR >F!Y@q>cv rG/$NK>B8KLwmmӟOl9<9*{)qIܭۡ!n\bA(pW?2i"y~y9c
+ h{=,V
+`VI5|o(`bI@شzMkg6xưVP|= "v-B:$58Kܣɝ u5bg+⾭oh 10B0-GEn3malbQIѢ2=E`j8IsJ~m,hW'd Ƈ<X:cFҚj?ѼdK!\_czܘ϶+hnH3+ 젌-|Q 3%4'][קt \7T ,r8#h:kU-km;SR[.?m523c| y (ZjDlrCjG~پ%-g¤YPujV[ O^Ia)0Xj`{NZ{M`ќ.XrɖNq/ iҝWrp_aB="yW-/ Jun4RF0A[#%&QRBcn~$}냄 `?} ;q0ZyՄso=<?߄$P(r@B,ysO
+q
+ ԅ]œ)HVV3׈ z$B5YO6&
+@hycc5(s!F2/բ Ϛt)7!4T5~&.|J,jO|Wt0j{2iX{jkZ͸kK"H+
+endstream
+endobj
+1715 0 obj
+<<
+/Type /FontDescriptor
+/FontName /AHPNOF+LMRoman8-Bold
+/Flags 4
+/FontBBox [-519 -307 1704 1136]
+/Ascent 701
+/CapHeight 701
+/Descent -194
+/ItalicAngle 0
+/StemV 122
+/XHeight 444
+/CharSet (/A)
+/FontFile 1714 0 R
+>>
+endobj
+1716 0 obj
+<<
+/Length1 1662
+/Length2 5638
+/Length3 0
+/Length 6730
+/Filter /FlateDecode
+>>
+stream
+xڵTuXm&Diz) c  J"t R*t;vl+b30TGAՑH5B" Ae$^ $Nť10$B
+st\t,h!.H/
+ {yy 9z1BH7>'B\
+['0w
+!0Pb4`ۆBy
+qA@h@)\uMnOUC@0# *! Q(1+ Q Ot{o
+N=Mqqz sqDnW͉׺BqW6_Rn#*~Mbc>@`ɣG)%
+SGNcɰTb]q`<'l㇒F ocZGO%Zjɦ(W:ϐƦGmIS\*5H.'Ԥ ھy3X|?.]o|>RE9}|5#s L=툴5UːҌk,9ιfR<]t 8x<{Pq~d8rPa;Sgp_pިֲZ_x\[3ʯp4U)
+6rfo@&Dv:/U )&{SW)sX_iUn.폵\?7؇<hlKx1!ޅַOЁSϗ_uVԅ
+C"6V)se[b95 gmFIIv1.%]$P4[ѫй\$琖{K<ğ.$-lZOTUbzlP34BF[,yA;,Ƒ|DP JWgҕ4pc"4XJ2B''D7(:r?{.ALq<_'nYY5gPu u!&i~R t12+}}MOF̧@s]\lTiހa  I- tdQ& [4DC؟Wu
+
+YIgŁ*T=#ORV/|3l3m.baTkıA,u0˘L'/?jA!wD߷G@zOR8VU>( VTۦ\F{l'LԚC%IH<A|2]jD?ա&ߋNd,G*Nu4㹓[Pnj9E[9&n47Ҏt%Ld4>97YPي!T3<#E"\,2-3kB!cn6Q+,(a(O9r>t^x $d%a1$ٞs|kxF6;7q-kN->n1-,v?X?qKq1˟EޚW2Ti׫GD*5t!4oIAng5Et-t&m(.*Iwh٢2SԜ|]q^n FIQ)eyYMG#LD";Ǽ]oK<~5ƸXL41d>j hs}~_?҈{<44<wj/NwD7NK؜Zƽ󢇱M !Uk49C[Jn!
+B5q|zVφڨUjO9|ݤ;NRF 9c24cN$nۃ?[] 7R~Y`K̋Xi>gUӽw4z21=Rz/8e q*:iIaWhu \až:̘IyޞR6򷁏w)zK-n;>IuHOTޯj'WN{̑fyF,oDFRn]!h&xe@}A;ΤPBݵ$14?nc[Gz(aHcnMY|u+$+C64{|xn``L6HZ>2A/,gdRGwEQ#dj vkmcގVMHYj!q8/敠+2:" 6M[<u7|&\{#vv)!mϽ
+TDnlMf%cEOKݔiJێ[vv5=F: %ZdeUmwW GA>߿|t(?Ns]$ӟy[_ b2߫Z,({z\4]64RgH*Ϻƨi ơD$mrWSO~Ɩ64y=3'+X$;;2BO%yW^wX+gI+_ȞY3w:0FB8x"ߙK
+V[ʵKLM~<qA!{ sؙ:c_,ݗ%-]~ڥxd1!'x_+^zޒ<kJзdw2d*)1O)->t?BM:U|#)X 貳l\<Gŝ Nc-A3Ո51jP(\CI=>}z[$}|t*YP J`퓀ܷ\oq#kĭ
+_s{H*SlW~ڎ!=[hJٓ9+/ToaNXE)~J4QhdҽzE<Zu7>4$%~ԅV.6ljp5@+%E"RcE CM|w[Oz+*9pRXb`977"62f޼ki
+6Yfxmf^|`0PM`<-FDp2 _޴V~JoIUPSάפ ^6j-(3NSWyb5Tə\#b>ZhtY 4LДkS}_ab)^rݓm y8=^s޷2њdvz.L6z/MkU/K =tZ%%N> m9y0kY(F3a<#WpSqJx
+c{l >DjfY)G8.nLUuj͈Z>frĵ6y4?i?ٙLocs0]dfW0sRG=} ~foz<q^!Fuik'}»YW CF^#c|BN\Qy ]*Ϙ7r iܢy?#BS}燿IRF` ۖD'[QwY n?יwSd"_ib. ?3S` 9>`$rYˋjO9kdѐm qؖ
+~[!!W#3IV7>6-:#z"2晋;&t|5fr@ypg7~Ex hg"KwB
+0i;ܰyGמU\aq|6ZJг0_vWuq'9uBܟ<[%x0R i$$Z_ `ﯞ@tAohbݍn#1m\F(vf!I7_qPe227|9G iIM0Vӭ/dQ`v>}BT㪇T%{˛ꝊR'=oXNMO) фӶEk[ijz(qZ )l(G]ҳ-&x>nF,yuD3M^UTob8?LQ3hF-iT]y{rFy_Ͻ p7WU݄Y$GEN%ONeϹ2),{=zPeR?$嘚qsq %YIj9Eh,7UAx5yØCdky>=kyXvע<J~:Gc'Fuo_|⥏|JL) fMHZ;:6sWݙ2^j ט#(dd i~F;ڂʭn7E.'ixoZcghb΀ y3ն:Ku])&PgPڽ2c% t~z%Ez@
+C;6LH0C6I3/yQ  FTdP|Z)\d\?߱ l:K@rs% z##$IsaD@W֏݉Rzl lo\9=&>
+endstream
+endobj
+1717 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OMBWTA+LMRoman10-BoldItalic
+/Flags 4
+/FontBBox [-518 -307 1565 1147]
+/Ascent 700
+/CapHeight 700
+/Descent -194
+/ItalicAngle -14
+/StemV 96
+/XHeight 444
+/CharSet (/n)
+/FontFile 1716 0 R
+>>
+endobj
+1718 0 obj
+<<
+/Length1 2452
+/Length2 5231
+/Length3 0
+/Length 6574
+/Filter /FlateDecode
+>>
+stream
+xڵVw<Wfʖd~콎MʖG|'9slEƕ}H$QȖYн<|q16T xg-o<!1h)I13RIIJ>> , M(T΀9]A,@PQt@4%p0P 7P
+>`px1G(
+$8Mt
+eukm4"Q>{A# Cⴑ 9(.J5
+$Pdyr(l' Iq8@H( 8 H[]%P_ h'
+Q$ܠ2?i#@Vw(Aοrn"H#7_d"􋗔o2j g)d~bg@db]f>*?
+H3d~GMBFpM\ ?[[<M㐇{&wa+k!X hQ!,)}EpRJ׿~ ?b
+ .Mf"#Z2ZK0,q_ڎvj `ƌ}7R9q ~W$}ڹVnu  Rz,@=(^O͐XwNN/txi/Pu)Fa(4`UB-q>feMaDIY퍗`ڶpY$7 w5#Gc`l=^Xf[+nd=ו#jRJV8BU<Zg#7WC&deۜE@0bJqԶJbbMvPšv{,VΉ >Z^D.5
+FGV,ڽFM 5;mFgFf{,|T|NױYW-*`-*Zx8"-/~f,2d3E[/9ZdY)=߽]y}\*o Mӗ[ -rJS!jg|nש'%6WWܝݗM J*]wA_kJ=CbPn>fj~n'*2zcPΖxA+HEsO->pޜw:jE+gE> T8c[w;bV?M0syŞUtTёYgBT{M|Pz^;^7Wv}`L_$v/908ok)߰W!HZ5٥w|?|DY_S ۧAӷ!Hbo4=&R|N$DZsYmfG'E6;yV/*mi[HD~D`[+9<`*Ή(+Ľ@: (w%ԃi)LrfH܆UdrGʲB7" T%ݺD4t[T˪PïS0"ahQ͹`ΏK׾mhˋa Xog[HK~)eO40"ҵܣn=׽굙~U$;S'\2N<&-FU;w!RY"r=^&'Q}}jeފe5qVlORf6^sFWOe넽z"j}mCXy2B8,Ƃn{),8y4C"Owxiu,),Έ`4Xc+fw~q1眬r8+L1'?]=2w̥QOxPڌ۲g=*Ɗ&\5%{yǫR`x[[ww2oq+37‘&\ݠ
+! <4`hL Y~3sثv+pNyg|o'dzr{uʄ:mƊ?LA_4kO`8, #~5g/n՗u BwI^ۅ\䰁L}KJ޴"J[ fXGf%!6ڞ[:7h>%e {3|'W^V@XƝ/C'\fO{Ƽٟ|rv-,BLXj/eQ ][|Rjw5iGLCTo.t}3Kqng!Z* |[\#(.)I>h\1cl4M-$+kMGraO4O20ϞZzt|b1n_0C
+վc0L2*^;ڥZBCJ;8<֫],md@`Ilٸ!4BE [8b#ɨ5Kx2~&0 '+Uݒ;۱
+=zTחDI 컆>Uֈ"܂
+uIa5b.4]rVkMN8
+}lFU=nC\QB!ZsZ%51s,$\xe#C$w' QDQx;=h5D0@uW;[Os9bnQ'">q sD9{nF15wh>\V[V1׀"U;)9=l<d_r&mmf6Tkd>MɍVSO &;ʜ39{ɢ[YG#{(HS oY̏nWXu41z⫈t2*%5W:{knctzSyぁwL|®tMQ,TW|U+wyOiJOe/|Hg0= d\+r3Xngj ;)i'GH9UY۬gG!H" `cU3VVOnIr*M'TuG*S<Vhp8݂aYw06-FW2W@YuQጷG˦NkCL<Z0o9EyX%\x ;IS \_ƕ&bX
+47֣iϾug d/4x n^ެzΖ!p d5wkh7T/97gL**k2Qīl#;Z1?*T
+Sj0~מ#AffkȪ|4%?Vn噡ϴTj'-& cKs$zIv^1Ku-%my /_i[&6[_:֖*/_ŁSJ}_׸7^F/NX1lBZ+x*R#DĪ.՞ [9,Ct٭|xe1bL_9[
+ŒHU"xo $e^]l^S|Fd.5>6Ic"P|]V/f}7|g>fsq10}
+xix(-۠닶Z?4( / :QaRN X1;1X,+|Yޥc!;FK_jŸ>lq4Y?r4}iW͗ v\{NI/nY(Ξq˦.O1i↹xpCDy
+Δ .$poh[NTt9]l0Wڠ L
+endstream
+endobj
+1719 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KVRZYE+LMMathExtension10-Regular
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/bracketleftBigg/bracketleftbigg/bracketrightBigg/bracketrightbigg/integraldisplay/parenleftBig/parenleftbig/parenleftbigg/parenleftbt/parenleftex/parenlefttp/parenrightBig/parenrightbig/parenrightbigg/parenrightbt/parenrightex/parenrighttp/productdisplay/producttext/radicalBig/radicalBigg/radicalbig/radicalbigg/radicalbt/radicaltp/radicalvertex/slashbigg/summationdisplay/summationtext/vextendsingle)
+/FontFile 1718 0 R
+>>
+endobj
+1720 0 obj
+<<
+/Length1 2548
+/Length2 12385
+/Length3 0
+/Length 13875
+/Filter /FlateDecode
+>>
+stream
+xڵveXZ6- Hwtw
+=7:(3ojT+W'
+%%TN OPY
+r#J)G .@] 8!#'tN偖ۛЄG?h< 6
+`kM #i
+QY{DI|W{<Y6omhn9o:.bɱmc-\š(0xQ(:"/ zZY!Jqnd/N3Xw\jr:!mmhZgd+B2m
+?R>N\ّNpE;L%~Qr]S=A'K"p[ ʼ {=E3&uV*SanCSs(H&
+2k\h>&UVn
+q*hLʁ2LvmEp@:35P<*tb gU+srvbO%ߧPU$ ?Z+d06nAI6 %cX AĮJJ_CEݞ+ KOl}+[Uʊ
+# 7mbcjSWODNf 2;N $qC2آj.oF=o7 _>Coݢ?s *i>*qv`WYՠjԼV2knvh^~1g01۪p9nhUo?jm 0-:{A6y͘~q Ϧ~HQ)XS ZtyYSsSCEʮT|V|r^ݭMMF98
+ɢt849JMt3vkl9rA.v&ktiIiS+sKώl5";gJ-ս'v_嫅)O[hLq'^乵Mȍi4*݇- BF޸RZ"o\c51R v'nЙcO({M'iqs;M;`{k"6ּda,[`w #a GUY
+T!7j
+K5Ʒ|xn~gyh!P|\~~ۓ#t9SB8<>7BF$^xuD0luL}-IbCWcGI>`(t0]
+|>gsM~!za}ڸGCWNBruHg)5Q7+:\G\?1)7n*BF%Qb+½‚tIp8#"gxJdˁ J4,duoDWIV"pal*iϚt&cȄפ:g$m<)
+?yB-e,c&sИԼƇ1 |s2Ue!'t'V̭fpw\9%YvS+8L銎g[JG̏pw[bsgÛ9e6mb2m&7/9я!r3kK.0QIY)9NoM-Q<[R 8֍cphlc- ?;?1wEh.&!$&۷QrZpF{c&ke l餍x|
+n&ڶqA.m֋?mI/(~kh5y)^aSvoKײuGg꬏'`UFNgSnsTV2D!TC{v^ё";Dƒ*#Ò3zX,q xgELfB 'JJ\a>篻P%X@egQƀ~;kd&qi{`PmXI%ȰmjTcz+"T]j2ymFԒ"'̒֡^\ϽBuk)U āDfSy3𫜀H6B^ߢԤr=&ϑܐD2̉R/zbER{C]A i]) ד5&[xq
+[H*?w69]_>5b?VL+ѡY-¢lF!dה5XW 9X'f\\ZR c锥W+eA)>yIWppH!1b9;9D* Ƣ{9oL
+jw9Ro7cV[X4&3>x OLM NVj*p5]P5%i[ئk#ls0GئQb,洞fI[p:cj^#,֣J]~Ԧ)ږY @"4)Єeksj:-0s|H^57!8vd[ԟZhq`"g.1K};O"LUs|#64ϧye"LWއvFCqHzn܇+Je%'[Xd,mF2Z[ 7lUduHY[H8Q5D[673|cŏG\ S1}_x[캁*mZv=PC?l$ /=[t3j!okQV_I~~ٻ?pudꜻ֔H2I[xAe@Iօ҄:x 7cDh7 lp'kYٚR,7& >@\̗lX Aq=C0sRybVp`!=EJE&8D3[6(xq<{oWl,Aj;2a5O'̩QJM3;F0.Ҽk钋9QC3MwDz`69pY`9e%F.9o3Upuy~6EHt$mߊbg3d5X t Pː78`W$>4Z)͔2́XM&"ɕ
+Vtҿ('~04
+D$vHZGFoVtkzxW_V*# #d7;Q9J%p kDj{\Z *pWLPǹ巅/PA߱ߎEJ4y`=>Μ{N08"/^WS[_O$ּLJF|ۄb^8s;t[bGNq!]VНThyxe@,~ѭ6]
+kap-Fr+FaLCz9ƪ \<,YA-wHp[GV\ pɩE&_v3 Ǫ: +I\ 5yՍ,~.#qo io=oFnIp55ᡞV]i7r8:]MC>"a,4Y|,-5`m$$0Z눫7;#sҗ1Tu0_~KJ땩MZ_FEfy9;n觑Bjns}j}n$Ss87|wl즕Άl:/5G%ILމ"/߽%Կ.A\;!^eD/ےj.A1ݷU!4ͼ11CcV)J$u8[!w̨ˎnH#~Ru~ h2XAj\%T|p߿if _[[D}q77A<*ya$ZN|q_z%ۙ93ᅍnj9Vvk$˧5^76ͲQ܋XJو3'Y:JA
+l tISytf%t܉rå yݎM&6}POBїEXh\Ulb ` D'u~!"SNܕֳ`getWk6 njC l#LV>ISⱌօ@g)x ӌT~\}rډP.K]G.U݅9`OMS89Kf^!߇ʱfQXY/Ou%ϥ\ugV\4l _I_5ϵP\yy_C`V5.&8X3=*؜AlI|e>|%,$* &fX|eEedB=!~lG
+s$YYGSxlrHMG{c|6Z²e7YZƛ-R~7ܽ?P)*ןnpGu@d!S+L'H?|1~3}&rKBi]}擘׶T&7ot>nJ^
+gRM] KP<VQ)3EllFׂUtiiFc2Š8vɗu7R_ꬻvcg0jtH[7f
+$V*6
+H=uM43<{-šN]\q'AXA!@&p{,@ .:R^IeCҋnC+hoW
+fcvxif*⺚K{ J˝l 02w#r}QPP@Uyh\Qaz4GDKOr>Zh7^K`yCIJw k o;׽7"~+88Hz+0
+VJr޶8 xڛ3*LHZdBLCM ,/73+gmV+a$*Z]藶s^̦ii2AO=MFVmFd%#3j x#];MYF=]Uam^f,A۹ jy^U ~C~i ΐBA[]sU,mMqHϰ?{Tv5'zejm6<iγF^mAĎtaVb/ kO^ƻ@&>%% Yfre'.]0K~JJ]]( M{AX=dkg.lj}v)㟚n㯋n>03ЊyK;ȤW߸ץpd؉kvRD8PѩݪiX^O}U 8Ow\owޞC- 7. 3zf60߾ekeϪD W!0MiGY $M>J=jUۖyLet@Ƀ./$̧=P&'^E_| D5>!ַY dCoϿ>$Dѩ/U/yՂ7d9hEw@9nYumCxq_<'ޚ>g@0>n00~~,.ϬK'%Vdan~^q:3.Y|O*Ah":umҭm$ H$P՛?!ąR
+ ڭ(ἴ1`i6pmwɷ^dfNsOEYhk")WƗV ArO(AZ0&A( ǩ8=E8AoL ^ϋr=O5$mы z]OQ C\GεriܯTTM'~7lsG}?~'a??SdNLI[ bi:?cm!`B nh<jhvK_5ƛ;Z'2Tq젳%~)b]D H^k\gѮ14Zä3$~uJA!Jؗ]zC#U}
+1@gIBgv[[¯+9;$a<>ʶi12tE~]Ζ:FjN/45x*[ gf Mew.FGR~'͂<\0-{}vZk<i ; 7L"W,SsA;أhc+x8!80ةۑuFne96X ^bH:y}\4),ѿbf^d?JsW] *g%HЭ0AF˘ /k\K'Zu@tg{WuX<Xh"=у0 Ag*%+m]I`|g&OX`I9dC@d +evsw;\-97M< J(XDKgSI՛e`,*JaVDQ-@\ޡP¢!U^aG]s(E1yBFS,z.KTCUqb?e\-lw*K2z5Bdpr*^mXt kNt1ї)κiv]F3Q6WQ=hnY٠&í2C==<x @4<
+>{˟ahub!ͩ7N(K L=T <l_(>~4nr5OmF/qe&r^ Rf-ah]KA+9o'x̴UKo2 ڂ|iCɊdk&W)އ46~"p$ŧR/̑K?Ӛ:}\eս爏BTi3E܈wC_=՝Ѩˀj;D+yʉ,=
+z軒O :
+[B~>6*ei, u3rjiTNXsqέ1Pw@2s$FxKBwLjwѡ@̷'maLM5RRpre!" /L;U
+NÐƖc1G4k.C7H3:c6UQOWGUG RI2nfޮ!ḟNn6~IH$ONk;gXYz=e([Һ0
+b=hWN i{)@ I (6oVI%)4ж`-fR
+Rp*nH ^2>ez@pj4NтnVjak^d/}h]g]E5[Od0yڜy <u`}ac";nF.uڣ<Ը}ȷN{s:c)wJȽ($npw釻H:bPޔW8EA@ܮn 9gtdW9xudChԔ2h.=kJY餔æq[J8p]Z}}!Ѕ|8}{&Qu
+endstream
+endobj
+1721 0 obj
+<<
+/Type /FontDescriptor
+/FontName /HKDWVF+LMMathItalic10-Regular
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 60
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/M/N/R/T/V/X/Y/a/alpha/b/beta/c/comma/d/e/epsilon/epsilon1/f/g/gamma/greater/h/j/k/l/lambda/less/m/n/nu/p/period/phi/pi/q/r/rho1/s/slash/t/tau/theta/triangleright/u/v/x/y/z/zeta)
+/FontFile 1720 0 R
+>>
+endobj
+1722 0 obj
+<<
+/Length1 1670
+/Length2 2078
+/Length3 0
+/Length 3118
+/Filter /FlateDecode
+>>
+stream
+xڵTy<TkO27Bu+[O#!f)5QZ3f2sΘ9r+E *IJ)"[n,E%D7T$궼Ϝ3o>{LfI >FbA"R!T 0B
+ETrʂR>P$JT C(>N'& 0E<ê$wt)ēp;0LUS<0C!$e0!@ L!klB&S`}ui3,@R|b͏案\$a azDȐtwcsHL\{ d,Vc2*!|T"A *\E8M* TD@#+."
+Q_Rp-
+x}Wxx|jC=
+8/Z0"dO,Ea oÕaz+boH+?C8
+[Py2 $'Ba )Wb Abh6dհ41hV5@Ʌkr93qZ~Ž
+9,b,gq.X7EHH&T\Vt:áC2bx
+*@#Ѩl1sHnoZCk6&Ce">~gBWPqp;|&d]3A$+: k{`G!7|y igZ5
+6ɡ5u牑5rjll3J/sd.3 U:VS 8n3%1x@H,>pxkjVTml&h3s׮j<+̹IN#ɚ[߮M
+-H7gջ(kp >P1Owl0Qysx~򏴗za TU:ˢdik C_ON%L3W^iyc+hY=X5x:s9uni^<=iZyYw YpJ3qs%O2:v1y}D\۠j,>sգ=̯Ӏ=|eǞuy\œDnJJ˘/w~l˽]|l|Wv=6< QdaK4„?
+޽In*Cƒ4E⿥ssłSe˟H F7}{f%eQS]~/_&oO7"IPAz|ƿNۊlM| L7G7+K:?UVe?olEfd .6Z|]7:w[/o?I3y9e,yZ-Oi!ORXe)5gF*ּflN
+>?0nɊ\8H|$iݐYKy`G9TX.x-H\~w,YYk9G!9 pk _)v]>oCA['T/V \X!fW&pSVnIJ-y|E$ -c y}5t$yktt 5'n 꽨p) >;O9%#SX]f~yƶZIm/^
+< &y1wnh$,ntz봤`|?2/xSYq>v:MS}M麉p| }tw첮"N<'+}] {j Vٮ*k)[k/86\#nһsStH-}r(}tOKcʜ*Is/qv7{vZ[؃ _48yҚzSӥEaג,C7%w^r)ܔa
+#5S+;WJ5#@gkS/ Ջ);6yv1<ۃ̞+;,ۯgW!ĺ[iJ
+cֶbǴdU]9v=_y~367X*٠?D.
+endstream
+endobj
+1723 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KAZMTL+LMMathItalic5-Regular
+/Flags 4
+/FontBBox [0 -250 1349 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 84
+/XHeight 431
+/CharSet (/n)
+/FontFile 1722 0 R
+>>
+endobj
+1724 0 obj
+<<
+/Length1 2042
+/Length2 6452
+/Length3 0
+/Length 7704
+/Filter /FlateDecode
+>>
+stream
+xڵuy<m6٩)V.}}i11fƾٗ)%K5$$=H*lYQ|=ǹyus^7WE[h_H@Pс4pp$F
+F^. X5w({
+ŧ(]0{i ~J0@n:!
+ PPnbhtO#&_SE±[xv@|o🛮z<UOlà@S-5G^ t
+G0Ӈ_FHBGͯ 絀m 'hC9=Z_H1 Rf #LʹK hmuA'fh Ie۶7u *9&:Sŭk9慢c qG%)췊H<
+ƅh0ȋS[FZq'4qk5I].d7~q~||I,ù0ҔIzɸtRԪ!xj!^ĵ0Ae&WVUUK\4S}&pFL#."rBȒyZMhZz=>>Zwuem]'Oh5 sj.54ls":檵]{w9"]92~sL 7dw1\͖R~?-Py@&
+LgPJ~\[4
+EЋ6cc\GInod+/?V3M+<Fď1}8` 2mIa@A"c2/yi„U
+ʊ*y'&n\K%֙B@ VHI4ࡷ֢_e.𑅊Uȓ&xI雹ag
+֊ "s̾ܵ׻iYOh$QvEܺaKp㾝1K*D"c~n&;=1k;넳؊l5R!Yd;s&we bm:
+^y2B&4 TW ,0r0j vJH(I kiɝ%-I
+BM)`د٭|=ߺ`o~ 1(཰tO3d dYLe~?}de, |7؎"OϦQ;B9"egaL=d4?6V飑7)X1;7Ov}w63S$т+^jvbF-@KFq] ޵n^ 0RK}FQ)u#ԫsat˕hWm: IŦh*ҋ
+
+
+dP 5t;C<ql*0F'e-}ԱPw޸;v1) EmWnk046۸-PGjq>92s~؊MX7qbNMۛfdr ,%u`N=,)3&9{g܃{/z
+axE=@,zY=Ao}bKQH*CdDަh\c9 C}빧ҙꝒypr1Dc3mIYJ}z)/ן.?tME|,QA |${u|iWQ?5 BiEo[ȩDMSK7x\2]IT 1afd͚&3SMD$T|/GhPI.yt]vsJ}iYw7Hޖ5[mU'+i7ظCvǍ^OEDUVP!K-?]Y?v쑭,\c,wYO>U(`$UK!X]mD,s)3b
+51Q|Q*Ї98
+VnHƓybZ`@Rc<2=o`m~ v[^3hx]Ԙ2{@B+#%;sb괦#b PZYJVTdWzJtV%:*ޣ׻3*|M*:l|'sD R][a!Ҩt)cӐ$)4w?{_MCi7$=If*zɃw>SaWXSڙx4Fx1<kx\2³0>҄x|M?M"KfyuS-Wޥoig4Qs nbfFy)?dui,iB^Xk8#Ndx4-wa-Tq?; ^/5 k_U2L_쑲OXӎ,0yñQvޢ-/mOhzc?6(.Vf 喤u֕?֥/C켑_c)@L {r=AT}&{ŤHUubW "f)^oρd-,g0=f®GK٣5c /e?.)#n×{j
+1ENP+
+p;<іXQOOG\1.܍!ؒאJ]60=/80k EzSݗ mpP7Vt#:HM`;Z*aU={:D&s!BK'Y=Ii],\D:5<L fn''A}s5o(Sp1&K,_醭  J{ǫA7"Fo?xcTƣJ{FG՟1Hx_t ɪ\v*jxVg1~70SĚuJN[tC[/VVO;S(Վ=f$magԘI=8T:5Nu)#ad'~pNzvEPe烐¦s?3WbvPn^h/Q:u,Tp`]ʏRbz6+:Q23p5bzsc/yXs
+ʎe߭3S3HXGd73oI|1GQh,|5?ցWЫi we&+i[r b>b׈\xGni/q= UbQю $?϶%}_?3@&q+ 8!k͖"\.% R]laVqYo?usvMz(U6$/uIb('!C*g;+EU <$pg\z$Q*U" ];+yG]z,ev
+t:)&9ȶ=#5NO'Zmb8 siTEto|I՛l[o
+A
+D#嶷D}\Rھ/|)ˆz
+qD.o N^qXF@vO_|7%Fҋyiʸ\?S[C"AfCK Rǟp^/MQ'¾:c^m^S;}K{qMZ1 ,\pR%Vge ߲1nn/w7lnjnU`["qkֻLZWѤXHfXr?g ^RG7VD봗6.Ւ/~:Ƅ&ű@9 ˗SghT1uKtQ}fogja=ZeA:z# <7r(slPaSNsqu ;[2vEbfk)ђk|Zo4*X//^wL+m4rz=[
+#U^^eЩgRzoܖH&Pq3EnmJ*XK3Rlά.ɿÔSunUzj5bcL}RᚫT2ER>s哐·N "뢉蔭i7}" j|-y sGz6*0ϻ7 ;Jt>`c_dH(vKcE A&egGHz׊ꑆ-A+Qғn]Ѧ谫P;PXk YiRŝlAHEo܁mHNx2u0Hqѣ(VQg*)_Fd =5S,
+>t[/K}h4/)m/< Z<fZ{;.C??g›Iv?1*YnPxzH Z\%'XF2u4 TT=iSj?DvR:B?p 2w@yK&K)&>*@l͝|%ipQfsψ+k ۅMy^S>=&HQJ ~l!~a ?Ipd?rKUEИuҋ7l΋.4e
+GGqv@)[z|؅x]*{cW7Lf{} T׈T_9-mf/O N>XW, MSFEO8oX~j/ٛ?/k
+a22g}=8[i0#Rh$7B*Kӂ),_Z5__z;ul[OGD8\^pb>aDwMN7 DPB
+endstream
+endobj
+1725 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GBGHIQ+LMMathItalic7-Regular
+/Flags 4
+/FontBBox [-1 -250 1171 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/A/B/C/N/S/alpha/b/comma/e/i/j/k/m/n/p/period/pi/q/r/s/slash/t/v/x/z)
+/FontFile 1724 0 R
+>>
+endobj
+1726 0 obj
+<<
+/Length1 1701
+/Length2 2008
+/Length3 0
+/Length 3063
+/Filter /FlateDecode
+>>
+stream
+xڵU{<"ImMS2r$==l#t
+J"!)R92ɩtP)DJgSza!ӃhA!;F9pvqaA(Kg C0K ($1@C,,2S4x@"Bb!1H,HDz,łHPb K!LJ!},E T^ÄHWg[#H%!|9B D@A p:Aw
+@
+f} (@ B7r3En!"e $P4 a/\TEG}~,>$ NQ"l܌!,=* &}ld9,#3g~e&0XBH_y1% ";0HZ,>Ďq|4N}@HYF261{&$]K|ņ<!*\ÐCdwwW"*&VX̊ch iE($A
+CglJd+i|e
+_WFS>
+)JS=P19؅M1?b1#
+f>_~m|mmDD
+5,1~mtbC3xߕ ,V5\:=b%cԤzȢ'jNܕCh˙XXSuXZ,9C?h*y0ЍORlx<?|{=ZKm0*!=+o~0I3y꓂*JC:)N7<23~1OoQ,)c34+اs}Iv Ef:]8f v:UY7m$͋ۯ.|{aOu 3 +3xG}U^]0mkݱLrzOdZ`Y}HRϸOo+<3fOU\-:^[m\g# !@+zd|?WTpG~;a}ɲ>#wvA^ݱ(Ƕׯ6߼ߣQV6rż[C}oqS/vP:ԍ y rjkq&E#JGM*Q:؆`:ѽrT2_Ջ[ez7U=pO3aپnz6eٱhhזwqTZ;+mCu8yw|[E͚Pcsb?4JO( zg^]'\|0 wo冏F6mS}[e:li) |IKt5)?&^mpOVrIxMiSj[eŇW5[_MgPN$`A6՛̸<O[9fqPהƻx/;]j{c(9qWms𑘖ESVWvq@Hw71{{Mb8>3#mcəv/$otM-K$kըƅ6PNvnq󎣱s7E.9z1*'gQ~!L4bYe}-z}W G e=gT{]zʮtW$LRk*A4mYاs=p ձ"Cu>pi1: bH+)nN˅e7}4ϕN~^]86@;{76|Uʴ{Cl+h56|\FF-~\,pwpm2SSҵ?h[V;( I]$z=)^geC+w)BZoV;s[Iu*rn. /r4<]é_Q۟ar{mŋלG{"~_9{Pi>im+wZ5Q\k.F[/Esn[;Y&$F;*M:HXkIzOdasWǠ5bk@OK0zssSymI>3)ɳՋghkۯʚտ-Hj>t=;1 DeZJUf&(AnIrﴸ{upL1FmjCŊMNϑ={|pK2Q` ˆٷ3}!3Wk NJ 78Q8/E \;֢׉Z4jISk&Ơic]*ZjިǶ@iIAތPS'KV|~?銈>qAH`icT-sCJ[>e&6ݥ]~2DIEKCLս_[N]Wġ"tO}M!cYDI-3pN{{i.[]GǴw0ޚv"‡?E
+endstream
+endobj
+1727 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ISRRCW+LMMathItalic8-Regular
+/Flags 4
+/FontBBox [-24 -250 1110 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/A/B/C)
+/FontFile 1726 0 R
+>>
+endobj
+1728 0 obj
+<<
+/Length1 3213
+/Length2 37208
+/Length3 0
+/Length 39000
+/Filter /FlateDecode
+>>
+stream
+xڴuT>LwAFjMlJAF$A~s=zg3s}CZZV` adjA@wGsW
+v+qbgdqw]m؜mk:
+ OlK0 wD ۯ3%STSfUU  W<I!
+8B@K
+z '.A7' dNvq_@?w9b{U9~sv b
+f'h k#@%hCzYc}34k z7?׿
+ڧ|//Cd; Wz06JF"N /j L+
+PAH~1P2fT*5 )<*s{8xCTRtQJz5JeEѕ@*NS\:ɓ24PCz"zI^<RJjRH殕ۖy!Ԅ]XCwVww<i1|*T£qfQ,ګ[G rtI)*L<W~zUOVR;dcvD|_޻070πHVtOj6U4.tݥ9d?2K(<_-r :'{]B^ٺcU8S{57cqU<6:Ajc;<]vsfПC:-B#Ŵ
+;XDS:* wkP)so3M3/i{nrqX
+'*-%_$N>`__P`L[Gv{rW$>DQ(fg~[|w>CSx| hbze
+Sy>}[`fD丧cښ>,򁥾ӖD̩]*9((U0>u`0]Ij|E'oPe=amb)Qis;/ Cj21H%zsЧUyu=*JlJw`cmҹ cw8s2MUP>n6 ~=z<jvPfD o܁a=Jq ,aԇoنS
+{l6d$?u<к+wm5ѧ~|`L^>b:$II >
+!U;6-pjބ#f$T~'?ĻyӮ;a"y(+.eD]4ziݒJn^~لF_ɴ~lum?veY$ mƅ_wx9G~o? 5" I|6(!0 ռa ~`7@sz}3UoeA5j
+ L6+'x}+=e񋋵Wf}ψmv+ 5Hzx-Q5dɛ=r-NFR ,j*7}[LldX 7 ~ί[DYd|WrAx*|l DyQ9b5r,s>1j}]ɼ/D,S킕1R8;cK<;^9 FլV1Lx<c(aJpq9C"&MVqU߇=ˬɲvg|X"0s)ȞDfg4X#}Xc]0*f73LnSV/G#!h Y;mD~;cpXU+!$+PRj
+
+j¿/GϼTٙ
+Ut|G|tnHZL8\ot {0Aed2<>#%kJ\Oi/5Z<T( &82bzvM~5XO^Ju#PPS_dD)bT<[<|-DNGVM4)xO7-Y86 y<)+Wn Tz3
+|&gfĿGw~IU*87*hɜ ޶_{(ѿj%ҐqМ>Skt*&wSa7M[yhHVϑ!3$#]_'RV#%.G‘V]noϒmS:8&VhU6*b"%l5,Wmsʭ\r)OEd×flͶ"oR
+Qic^lScF\Vx19IA! ,L⍮V}-c ]OFt%PEUf{g32mQfW3VX5<WMgyĮoO
+^XuȠu (r~g,.oÓFQucܵV
+4b?@}.8. aSD91_^k֬y i}<spJ,@굨 B
+ӵjOaHH+=7,}y]Y,pæC^R` /+rujkANfc׼G2iq JhQCK"[& (Q][hYRhk*]&#ID(aRPP*)Nz9Cj<|]:wf/!&caqHj9ѭ!q)1.J}0LUP!!󤘚~S7VOau ~ ƌ"Dk թӗnS9 ¬6v^ mq_虔YF;s
+j nuN?Lݽ)}lBVg6~r~E$0@'T :
+ggn|-,x;p1ٻY/PRNDѢ0
+(v2 ѝ?tIfhjM 0~ϯbx"06es"Eӥ,ռޑ{z^gqxSЕܠe[W/nӕbs$@s*eS!k%ߨ'wšoSaゲ?UB}Ʒ2C|Ha3t6-RU/ \δ~}䆳 WӁOCɾj*^ЍG{ e}diͲ7tUslu\Hlfma3Z#nX޴'\9S8`?r4y犮A97q|G;A֞T4L o۟Gy]^#^_7kMU.%ژCA^iZQc˄5Nch̓
+fr-$ ]
+,ڦJ7{蚾P%{[<ȉ֪=vp4&0kUiҳ"rn⚤gФ␝6;ø5犃ozVjC6ơ,LBZ:Oń5 r$rZC.{N
+X{#7~GIEW$`~Y#e;"2Q<a6T[8iZ X xn &)')Yb x-.Wc*ks\WlY. (NJb٨p$v
+[͢XUB8>U~pwoCur@ Q0
+][Rs+x+>F1ocKB0U^ձ Qe$0e $ѵ8^? w"I'=?Z]EBuX-Nt\+@lk}NI~oqM1LlpJ0c^tѲ%|VX󴛛T2enHHlw6
+bpSU0E.W3NpV}rpҳ_E q|QҮVcw
+ktxZ^$] i;="[ixk3O-6ȑ}ݢp!!={J`EּK>B=i!\1,ȽOAe $}}9 6<7i\%K5݂O 3|U[ANSS2%v4B(cf#ㇳC:bj|{ʄaff-S֥Mɫk78H54:Hj #BEE"%X寤ñd3haJWa<tl5CxYA-)b߀TZYʓ"G(Iކ AԯF| BUbl31/'~/{~yw ϖ 0,9^T p);cþ hmT:PL'EcЎibz3ݩw~`9PR&ٲC*Eһ\"YnHSDKkSjuNrlW!G0OO-+1-Q~unC, .ř֟}CU5u>XIu3=iv/~Z`9>وKDqg`1'_kg},en0ZFBPSoc= *$؅A4$ԣU&ƞsN+gܷ#^]ZI^̲DR#FsZ`;<?;"vK ">gSE'(I3-꠽g+O|T_Hw,X5<y8^(7E/Z.C,85Ã
+d~./L
+v?ǿL_ayyOwi`}9dn]F|EaolRբ+3 2A;\kvQj{S=X5|-Qո8T11QFr@"T91k z~zt0D w*WѻP%Q-+B%5Kmxd\fCf.ˊyu´yX8Lׇx{Zw]6#gduZ&eeh"? 8SI1(zoN7 kBBȑD w]r)AXbo걛pz
+j,-sI~6z/6{eIre{>lNcLJ}x(ՙf<Y;_޳Q[a;;ʌ9W3]!MQwn諓X m2ׅRC"B)B
+
+c ]YK[ރ=ݙΕ8_Tsm+t!y9t?cʐI
+걧w@$9n[17Wgl"F%N9p ?Kgw
+L&TX;=[ۤJ䊄MlVRpsC%LEp|-\m@xf#Iv;|qτW4=5?7a2u=PsK$T[8kr&.!<wާm*4}ӡ|ok]q}uL= \:Z:PhVX}m3HpsFQ"ifJ e粥?GGOfjD(? CvgYiSt!{mp%%>}?ΆdL^a:~{"D7}k&S!9qFR?Jt?Kc&U=~Ȫ?1Vgkx`ĥ<3:D,nfZ;i*a$*Nane B*,VqO|Eܯ0 F5pK<%vџ.VW %\
+ uns,Vyɗ䚮8ݜa[c{""@x^ MSM(#i_* oLM $sr:E䋽(^8^()[wOK漨dn QBAIj!
+RGIDWx$*hZ6Csj2|AyJZЕ(b>y=%.)7L}$vGHѳpљ"v^
+;c:Skğ~쥧}n:K1G><P?xA6ϐְQyai`fе6J=ēGhҽ̩]eTv}Q}ßakбkeL X:2 v[l~OYTXFK1Q܁jtrV?e8(o CZk㈞b3-21g9¬.Ydh1bB)ZveQbpb˯.s09-t~@G'QE65LU@PRl\ūcybL$\GZvRʫ4
+xdD 2?%
+a@@Hz&<bbRP@i mEZ
+eUq|G=
+NT5fi0r(m5Mx]we"(̤G)ŐfI3$$|oN|#=ġ*6ƃuaw_otq߇qa5?IU}ز/TV\h ,. dޡ.rjRt-"ngK}%iC>֣Bk/>J-{^=܀aC<mhHdZeI1%b<쳇1>,'m`(^NC:FTN絿s ;yՓ+ĦT{i(xbؚ$g׷]>㸗ITPE1NL2Ȼ6Z<ָ‘6,w8o_(IgM :.uHh/W4>N`(#J-5Mj^¯[)v{hfaJ^T^'TC[l!j$*.\,p
+4Œcߡ(pq"º` .G*aw$ʯ0[nmAkطž(
+][~(l ʉɵ$d.3fo;t,\"FO,#>VrcaNHTUC|Ax
+x?ti`3B{:mG\ﴐAF 7ǁ(S[ey lW3N_ѥsnݗ+=`,{21G8_I?7cBhcMVȲ9V[I6vҨ_ve%2~8F^Lݎ&vG])>u~ k 拧YjJ^NbyL6b.P^t:wDD̆}g{CE# GҚᮊbmt{u<{|ZZi/g7|>5b/FuOv,Q3у"%Ԏ#ʑe.soBkImtu[9[Iʘ^~Ī ~`f
+P]Kʪ5dB6i'파\RM\E^һ#4TR;;$촩2h=so?;|C<I%nUV˄س ;.h2[CG!8Q8z0
+,03M6$.q.>F%ͫO 4;>}UzDcS5HdN&%۾wh:GNsS+>\K zF nWpe>o|nung)|j΀\~i^x2\pу :pވwG
+bҍSɧO޾A*O,9mabjƭsRyt7:SE<`p}LhzM-W=n+ZH='E,F#hUACv졀O$= ƛ}kbӟť}KXh7R`^sfr oAmnFS_߼S;D#ݾH*6] Xiǫ;T*XUJ/tX~Mn+ĵj~\]@ݪ˥C_4rڠo>,Z8WDnͺDq/ӴҮqQmV
+&Khrґ, Y:lp(_b| ;>C =%dWӭz͚!*c_̥>mU/C{;ފg;eb\|v=,%đxdV,_ZUD2 ~o1 Ok+IL˘2j5 PՐ BL cMB:Yy,W4 xxsAūNa?ׁb>K?pAXO`bNf$FHX <\%Kϓ#ɓ:Mµ'-rXT*SSUbxw>Q}A^Jg[#G$V-k䝽7$Fz_{:4Q76gz߽ <'鷺O^/sƈW P5FqX2?Xji448׍ǺOSRF[@ø+wOKP)/ yWܯ}n|-nMM*ދ;z6fmOscvTH8<v6 O{}9v2T׻tS t`̾Fc\g~7z}vvJl/cxnhL!ߘvgTJ>0i;j!d8bWݳu1x_>>
+\
+GM59KHN,94W?Ԭh"jqb?'x'nDUu_mH ѓPm%aj %<- $YҤp@ʆ?-ɸ=m'kn=eܾ3lM$:lp1xʹDЎ[BSoV* @ ˙!՞ޅ-77zW޳maM%(Ԉ֏e^5dRa+[XT&SWY)jVEb|Nc#_RUvoa҆"2>+.L0 iNwIt7]{.VS$5rIڨ&+\tVgɊ4kIw`ڢl5+x7o^ q<a{c '
+φ~xKW6#lwJ
+}ßj_QFTkqVro1(^HM#L6?L۶F'el
+Κ&&?&T/sr&,TN(ZN dLX
+\_N"f
+EOL(Vɽ|S~ =z?-n*S9g}7
+C[p֫8LQe+9k8[F~E5Sa;jjgD\9su܌3:@[՜gx@H 1Ϟ!-:APwX;8mnޱlv_.q& em=ڒ^!gmqkh.B{ {LJtý<:e|eӴ{//һaqN
+93,хUlZ?#B\.I3F[B7}`u)?D/v)Һ12]e+P)[] ]vg<lh^oS)`Kbk5 3 V_$1N3vdgCׄ.$ZAO)D٬:ѤB,6ŗ+w}5^>G)8|辕أ`9t(cۥk2}R:ȷaG'BzŚ .wbx"Is
+(WluF=j"`=$r],p~e3~lxrA/O42P8CiO9]Y Bl&Kwx 4 yDrlקlYwX3=CJ}mDqFbR00hQku˞SJ({YuH"pgȗOXs:3}ݰQJ@ZlJånR~Q]=.ѥ݅*tK6W<v"1wI$@c6 ϤG!~y"/{QyvTh ; _ƪp-ܷ{:$`Mt=;q4EHjPbs2q^9Y$ ~I";{lʍcJBxI[j*l^T_;;K97c(_ɏ %lfuLmκ)ѽaQaCC1Q*?ID6-]ivXwEF@D/_!Eh Q;Z1B">l x\? +*u*ʜ;*ۍ0W$Cbítd5ܺO3HMra%еS+z$lyw5ȼQ[X* B񩓽e穻8u`m))h5mܟeW:=ũ@,,.ZnO6Xe 0{{ڬ^iٳ^S#W_
+|9QKe+|#
+n
+#Cz͝PrSX6 yóbm\}7 ςnNDXAZ*yR?&_LSSx.|h<rh^&#:Ї,]y-Qu+ޭ۝3:eJ+.ӵgRV;&K }>+~G,K[Oc%ui}8ґL۬nP'줫hY6J4\! (ۇ8
+#ZNp٤0sSpb˲X)]PǪ
+EPr~+ĕí^ubUZ)=ɗ]qkm^L#FYAs64 5J .rPl
+]WK Yed%
+}NNU}\J9^_bvg|Gf4HhϞo]{Lw6}Y FԂx<WBĺsvLϝKm7I̸_ؤFҢ?Te3'8u6xOZwjOO_bJ~~hH,
+¡:HN&r]P;>tgWb_H\v_W5K6ѸQ
+t~^<{-,U
+ XI#+/3y&ZvOTIdر5K5 v@y^Ҟ;o f 2oU[."Ἀ>D~H@[U9o(q_~9z!B vKv,ˑ$Mk쩓w'әpkX6kJWcYC'Kgdp( "Ǖ򷁘DG7tA/9P5sǿ |3}EbCG|[E~ ;ث`RX(eʩ'6G-bsPEѡlݧm۶m۶m۶m۶m6UMݚ앬$
+Lb
+͜Iҏsip6%.3.M⳱$@fWh--[jv>B/ ^X ^i*5U
+@tэiOW\iF-?}EhYh*fg͞{nqnrQ](]BMj^!QGVMW`|u uъ}`]7’vi[)<h.B2L}]gU4ӝncΦ?}N#Z]9>B%c]z] M?svG=2|!Z>r@df9~KPpS%b@n!e6Ő
+DŦ0旾0іƕ3~yb^ʕ)J^[E$ch 5t4jD |SɐWᨺ}r_#Jv}fHE7Ae
+|#>I@jfQi1V1",[9N%).IT%=݉β45I&ojoteVBlKT=z+qa8
+>$/ ,{-
+ #_mj>[wy!W/ C7zcTe8 ^\wqulY%\+?\fK4﹔ޏ )%g:x¥J!h.WXf17[s5@ͦCm(k9B~Db!Uy닄S!
+6z<:/ܐ R9gu1m3_|[XIZ)o7ye݊%e}g*&d<gW?/ ,(ɴe3{#Q
+d iI317W) FûQ ܟ[7C>(2ʫL+@;}w p٣3gZ$Y@գ +!-nC1%Fj6 +kdƥ7?G!)
+F1 xL<)%qA)\a݈W>O6ضsM _)pɴ"`ߏ=qf^ !*#fŪ _9Y Z |) o]i(m>LlyNE^#{/W-0V[M=H,_I]n`_Xz| Cg
+w'L ŚwR0[$, nAYu$SM}S!cT놘o
+j<*sTzh챭u9%amR|[G42RT1
+o0un-6Dl>~ۛLH6MJwg^as(bJK9I!S"QB77y .p.ʔa\\o74Ԧ-BV˿
+XbQ Z#iOGV"dƬ{2jdpMro`)xM0гþueP1I/.ƹ Eh@ZZp[
+YaK)J'ZjaP#*j z|Do˱99ۑ5UQ툗-5z='M5#ZⓟY։w{l<R˒N62'!uʮU^ W󯙷4|1LX\>[3y*Z+CIAO2T, `r>3ҍ[K=
+gp) /t?Xϴ_sR $K]GcU IU S9W\9i~dS4Bg1DKJ_ѿ|Y-W_ Ap+Ƒăz0[ 9
+;@"S7ȓL]Qݐl[6pQ knX(vΑIj[\J)P :dby?TEHX(Q=ȵB/>3Сl]g QhӚFê@NA/B3 ͍R/[FK
+BEE؁|*4 hAcF v>
+GYnY)on_˭6~1r*p#Gu{*cƉCtj4  k z eVܹcV,ܠ]:a/i<$#Ӑо&h@'GXjY*|3H3 4Y򼭁[ncHeܬV` ^Y՗!
+S7 Wf'}q&N˔Q\l!R[R^j+&~ʰ3'xn%{>fIwk?e < /0Q9_k$0ɉ1
+X a.J2)ulc"bM^no1[ݵnK6\@a G@tDL
+3Ap~)voVNqo 4T!IEOGg3֭ D4#SYF5͂ Vc& ͙qqgS%cQYm|p^l^Fc/F-GmeIu<
+ *O!L%U%W Le4+ms(8~8pgujRٚH̷J?yLl@jd߶C+[#?I2B.
+jLENcD@1B"žk"MRTɎY 39l4f*O&  kRή5h6ṳrűʿ[^,;`r
+HXhyIMj߀zg}OE
+KoVX6I 4\qՀ_JT@8v%}CDM-<~F||n@qÚi[TK?t@
+ a^=R{wJ'esJ@BO羑dH/2V%AqugϑSJ{JϗUFqQQqΕgJ)Z]] c!C٧(pףP *|5/c}'R`%vZñg7
+&#,⌕>͠14rB a3#OA6R*A<b?"/82z"ڪ
+Q7OXwL#.?om&cEgDg
+X4b)e"FZu̳'iZ_4Yu05iD^e %+ly O+ĶVV}pz(5*M uP*#3֔|De4I[Kv쏁H!Ç^򉷂L>GpP]zOAce)-GzT ƙn05\@ATpu(2zz/r'_o[UA$ޱ(P
++.bS #r;gQT]Xh{HTʱlt,VgF1ۭD]>bZh'EpR7^ZTp
+Sd^t
+ '-4XD*p.Ay/E)C:가J2mW]O+|'88Ǵ%,B|Bes){>
+-uMca"C)变xFNEky$ƑMbǺN61uh/Pg߰Sq4\0~D#D!&PK2{h:4(*݀YԷg! Xi/} O
+'v
+3?@hAjބp"ow! Fm<E$o<</$r?F-ML
+r9z`Ye@
+0_ig>bbx@ +O-^.ZK,E_ sFKTz8~ 0<7Wft%<QsT~qm;\ISwgV0F!t{VҽH4 ;IMmd+`؏!sp t-P;䩹Y}7?oR+Afu#}~/>8F[!OE(jKo:&@ P7z2EӶ8|2036r9gw>y[jT:`No  g}uuΖ GK n|9
+KJaj8;Cπ'Cq'A͑qi݁JYt~zƂYLіl4 2F1:U$M:modM.S׺pǐ Ji>NC0{V(1ߡΪ-d #TgiEFpʷkJ `"OtmW7e)nH󙒾T7DUK1;.p> M/e"ffk ){ l5ˆJ.;Pq5U/:hFmxyb~ֿ~e; el2$zS9Ɗ1~KMmb}_uO"b(/CqF25t@m1M|y$iD\&Bc+-,>l}kM}H+ G-j@ LYZkj8Y4F zZBD*䠟"J.DHQHd(dc&\ x[g
+>ۃMx~\tc%: vBcv])\領~8CDثGO<v@, {6R+LVwƥ Rphy>*nҠ`@i(OcO3LYu3yBDݢn|[v)'?|ޠ8J'LH#33^cC*Cr\~ ]Xmw2X\9kH(xSB[*lD3:$ yټSJq2 p[ةya&㔉jVQNmč A=,3?v<|i[:׏[rQ!L``ژ
+F󚙣nXH tXE`~f4V/hXoF,) ʄJF(̐܎~Ȇ&<FҼP1 5+`TsRZ
++]F"BGbW?Fz37ٱr=[R 8~\~ahڽ̑b;Rq 1- pGI cR ^<OpG",!"]=3.^ ajjm0Ey+g$ᵶObauZhSDIKnQZ$Zi+<je}E= dd$hhHwOCжɞEVجpUSſ(W) ͊gs4Z"aRv:Eʬ 'KY%UK2vV-a6MxB@Y5ߊ;4u1CYo(! liGzom&",
+TqD$8t#WmI>Y*+s (<'foNfBcם&_jgy;i:yg]=I қ w#8&+υ0?B"u쵯2.N7תz,ԓ7#+P5ʌ Ȓ@m}"(.=l7,H6k$Hpv ȑNd
+K8;^DQDւ`?/ՃŞMRrK,X6w'5MhvyrW]V]qu HY-RQrCycgiT(VuhWE/Y b%\{
+x?*
+~ko,@c<P @
+%U(/$ 4ceRh``QR@S˥<{P+0䆅T%ҕqg#o mŝ(s_Mm=.ى_C%蠘4WWdN:TQխQf>yk@#N}&:
+/>u\ԤEƙ)rσ<ط.+@
+ULIJ=#n%I¥Vn0Wq*&zaz^8-)W!9*
+kFޫ
+=V^45z=^[Nȋ2ēC,[9`Nlś'R@Ju'j.Xg*,D \p"?ҹjk+99Q"0̪
+:ypnoc 6Ud
+1!}X]24(!z}@'# H)'Rf+4U>&wFG1T^^|KCn-MmU 6B w(8}T<ȁtyRЛ~{:ASr!dN_{hSgxׄoHl ?\xR?gU:$Z.6 ;{]L
+]o`GB4Տ<2
+CdIm+eKJ
+PH8R?Dhxibq thqQ%He?+r`" ʥCޙ++45氾>밀8 =Ѡfi 󩃆
+ #E?>sKB+ /?;ID1A~V0{ڛisfIT C eNQu1n3H
+#o/̐MuVxW8zVˇiWg<1d," F' (G):'%x|1ME'jDu鮿jy6fG@
+-4I,NK@A2֫KKMXn 
+ɡIU\}n_b\ [s[uptnĀhT#_78 <~%M;-PW-w\5`ыv?j`A?v޳RS=h
+tiG 7"*kAK, 4|Jxye@tOO$hb/)9&=nݞ]ܸNw9Q( LFnS[z
+4r L[n""oΌF..2\Ytto
+ ;.頷V?bסP-׈,DY8L^aoJF :[ Nq:}
+DGj=:IAi!2CW2ʂQn>u+-6 O7xOOoZռLRub)$vMJ5O\"P] Wܑ\}SW_:>o/G1di?އ7X\83j<s?3Yto/àV ONiuֿk8v=[p'G%!Es{ʩݢ0<䙌>$9DnEޱ(mQR!]`e|ܦ^Z]4EaqI/մ/<+)o楏(&pL"IUmA;|>R;J9i{HJlDץp94Z"Lڋ
+sJ
+Ag+|R+u]bNU<mc[:+:*h)^o\wJj}Z˿71YAO⏵c{P-1\Шc_b~\"djRP#m[tyb\2ggí̤ZN
+MQ ^|d ڿ1yŪn }A3x@7J %o|iUg%,PU-.>ڍ#9FpdGa6xIvSaQ.O w4^D 1KdH7  {mζzJd3VM4abF3wCg2!V&$.Z`lfv!Y}t;?M$Q5 (d1 Md@Eh#A%[$JSsA7c6Xh;Sۦ(Ot5TC㠕E^pXq*|FeA<ݛp dSDUy [X1/&jԸu2?P4}TMd1>`^ 6|48m
+PjjAl[PG,9~>c. Hj=*!qU1v ԡVtC8?ʤ:QQ(PKnd:y]sT7!hE#hb6> jvH軸s v}tEO: fvFz;O &سC8vQT*19`fg骠ܧ:?Wf/[Iنz~<v↶0-krLBU}l|7׬Q;ڢJA[aZO#7?JzGA[dmR1= <pc:aK~|SϬ F)%M{b]Zňf\C-.&9(oˈrd4M
+_Dv;񚀅)IG -3.F|yaI`}h Z nd=O'&U &0\\혚AtwyH":ZQN;m=fAE/==-QFxY-'x_@S`77 zN.=0
+ɔɾ"ffDwk|NcW.jZӜy. b`l[+6AU #d%l֛eW,'*O+Ubi!M|;! ߯mcǤb$zЅh Q5
+Ocヵvib@BH0ک)%vznZɮl$<jq 8i@]u%dr8(J{dEoDoSA(,9M 4
+A=e.@PyI8 @d07!W@:m|fi啣pߒ\t\R ~bq64؞DH"Epk'FTEh!ɡ8<!t[)!յwzX:=QI=m3"+O@0_:'ļz6rp_y{-mc_NrwKPLd͇Ђd똏00}(D&gw v1Z~c:ȍb8XߥGwYw,qLc!l6IԲ<
+ȄتPFTԄJ!RK(V:>XTԣj4~)BA;p=r5%svfw3R˽dTi5^R0Kw=o.jмCZG>7n2uD$*-]112r[ҩ~G&~FF<G<ˌS+B,q҅7>In0o!DqXv`-x6]1h
+ qm5Cj4ߪ3
+Zgv#ЩBK:ߣ١"[׺ 6/ 68WMpwԏ| 6 $~;:U؋m}kMDp)%HN[NBq a;d =ΒNs bu`͎m-E#~4}(&`*xoW;cw~h[;*\,t'n2wꝣygpSg#mEV47c,Df(+_3F?n)x`.U2v녰hԴ(K VKy_cUU?s"Px ,騑W# /֞ >{t }ˢ7镽+P0(m^‘+5e2 lu"t{!<DYޢ֝Wb^3.~6kP>R!~F*Ϫxk"<iD* §T"ᒓiwb4
+6jEQzKvۈZaMNZ *('Rv*Pѿ̢u (x*
+9g7 HcjM׈|7bmfipQn*,,0`m0[XC/L۾>gtnx?6dD_9 CS):h ?mEdc&Q\8XE]V gE `~Hc%0N?F(9q cXc9ʰ? e#tDv3_g/4h0Q6Bjh1nVNn-Pm)J\4%9JXOYچXCc! R[Ӂd+GY\MQ7Hw*RP[!)?C ,=Ǿ mXp{E˱u_/cnWr2p^9lR5\ RUtK\'#Pz7mOt/}N1и\:n@
+yCc &^]n%Oq$bF9DQ B}{ksߒTH?7tǧ;KoʃEHV
+y;4^9)Nnr( i)
+lB]׶ݑ\ WQ.#c%%[kc'y.#O
+bíqq^ov~ٛT3W%<
+jkbNP:vIPE-8'AA:,1_QǃGJIL V#Y8x/ki_麮^#P/x]l"a.y9{ݡw2}ք{iItRktU])R'@g&>+1T1DpbH=~,}*Giw؂%gj^|b ƯpRܜ!a2IۈբYk9yhS4hDq:*8+2O7E!`˷f$_kaLI
+Ͱ78RUvs%yޚ6
+~V(00"$'3k9ĜH]tդZܩRzQeE&HpU
+^]{l |969,Ӳ˽
+o_X [nsP~7d@$`t=jtU W4㱚],ڳ"7KDW0L>W"OlWp]|:Z#܎f+}~_tfС9Y᪱;|(?+B~>RSy 3U&` l:x3VdtW)^!|Ye}$zݑ]G\;bŸzve
+N[&&uIm3ܱgSLUG&NshWy_;_0`
+ Ӂn*WY$t*း2Sݹc+OތJ7<
+:!` $B4`&rOA`\&1ׯw6;Ӿ^^<gAwXc 6{cY*\Se:zD =mxzdD)cucFRu@
+=1:.:O >ɋIF%H]⵳ 6/Xnu*'MYC˨Qy:TDI- DQ ,cV+{*&XGX] .rgH$Fk0^G !6P+0] R 3+i%aIWp;+knf<p\Jg$ғKmb8S@oѐ%}b]&"GϞ~[@zcKYEJ|w|jq;x"n=Xaஅ9 U3VK37\p,bOF:hie )FlrtnIivT%J0L`3B %B6Ź$>;vdA3<B8VPZ
+endstream
+endobj
+1729 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OQBIIQ+LMRoman10-Regular
+/Flags 4
+/FontBBox [-430 -290 1417 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Phi/R/S/Sigma/T/U/V/W/X/Y/a/ampersand/asciicircum/asterisk/asteriskmath/at/b/backslash/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/degree/dollar/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1728 0 R
+>>
+endobj
+1730 0 obj
+<<
+/Length1 1958
+/Length2 21219
+/Length3 0
+/Length 22454
+/Filter /FlateDecode
+>>
+stream
+xڴeX\۲5wwwwF4-Cp  ޳9=tc֬EI(j2JYX
+ [c;V6FU#Rhl0v-J,,
+p::YI_ܨޙj+͍ٞə hdo?uK+'t
+2
+,jduXsolM=O>nJL6>Q޽d.}^щoq;؜bhPWI§w=Y,0>W7v6i[D$ 1zTZ֓)pĆ5%d?+:Wnhp"f
+jD䏸G)B2~s9lT"׏~x`lx7 Ku%n|dkR
+!$ t<í
+$j|ids)#y,-5m8}錙e*6;F)U&?̽hMVA(aǻ.
+'kO5P-`|ڨ|}K'&E ]_Une5yNݢm5BknޝWN"""{Y,AvT.Y+4?q%[JuX9lY&LYzE'Q<Kjݧez'KF<lakN;Ώ=_3kz>hn:߆3MzcPC_z|'<D,iİۈmRzujb7)Fba>g^y^/Kp¯;SFZ MoAN'duQ T=Lb QzS'*A]3pce&-kbtaI ᩗGYGꧯsQ o"5ӦMx(ĩ|hk'=HSn8h0K+O3ahqGA"=bItdoN%,^L?v?IY`e( 0C 8zku&R q<ϔs,6;ҁCbSMwMh"|_9:>+%@$+L<" BNN䃫=t~ti"ux`
+nkM/F S
+%6& -%
+u.<ќEkUc$8"+;=̢y
+MOzmGh'R73#ia8'F{1g>{_oѯÈBf$w\H'FFK}݊|-pʃ*z FZHgmaho|FV|*zyx9U I_h͋>?`- NS@ eb=28xLQ^Up dqO9PC$nL,/h7qlGS"*iLkͅhi \
+.z_9E9'ʋJǐWZTf2pd8sՌ-iHF lW[g\QN+~x8,-&,k+D.[hasǮ" ٕKa2^BMv"7kq N(/-h1aOʶzsNĩRǃ?ԇR|WbcECr=
+N+OS62 ĭ]WPgQTM&%r&9SW7z-SΪ\Q{K*_HgQpR\@Ըv9n4xj%H̀)~
+*Oic6憨+BG}rp =E[t@F}.ۊ_ݩPtE9.I\xtkJ<%?68a8B)]N\m9Aլ?qnҬ*ڋ*oJi109dBZ$[/\|oekC̖6ߪcЗwVW?1P & }gU`MwPq^U+rhrv`2^v)A]krqt#x
+9\0)mBv:E
+>31/h&K~U dO'=a OU(l\Ȭ<UkK Y+"t
+:ybxǪC3JtkZ5cc]n2g+Qda#ַj[:w=|PTYtOvxED@ @߾͊ql.dE7!0^ o1Kx^uu:Vi]@/JwjT 3aN
+%^@B_\r9Dk,~s
+M#Ύjxad붏z6kLGhbJ:ȶ|*~= 0ʳ*ɩШB̻BBJVZ<?GxfPc8tu8={kIzH}JXR",Z1IG(҈>
+ b߀Cm+2-Dp}C7){y1IY3rzmD@3r ,ZÀ`83m"?E*Ղd9'A~#̨w$
+WV%]x̓m&iH|^O&1MFERW`Ċ)]9|p fnN$P*q<L#HhTRu5՟YiE]ʢN:4M/!gʷ-Wt_9~m丝d,M+ʆp `SyلF(0pSS%zS^bF
+ B4tT<8Dzqq̟]"P\4JUW; Nw]U/M!`U
+4cv O,g|fEKIi;:ne|DzL"+uE/luBrga 70ÓKOEÚ%"=6L]
+N<D>hY]=kBe><k@6Pmbyh53zk#6p%h,r;0K dqC:~ h/ܕ$fxER=13?*=hpWӦvsuqGSFWЛ:N.YD.ihna`F V#ҵw,E8{qZ3\ ODRڬMX73_3 ٪I ʷ&G<h rY%5F ĚkeH "_/f\Y.2t9*WnYwV n$ }9.TSƛoLT5dޮ3];PԈUv$YWkagDߦ zx9앖 hku(e$_v?ç2O)%ɰ)+)x9*gŠ X"4}-k!enA
+X ~VFo]M$Ƈ2YO:QМ>/cۙx·]u601K! O*"胀 Uure{BUllQ}>X@RHJ7~}LzOÒZM
+dU2kP#I#C|C!4|  ]@9BHM42f0 Q*%a_D%Mz``,(= NPosL[C$ڀl/=a޳ 36_oi: /25'6siKR &R/
+"2kwy=,E,ѕjt z?VexHQ;$3EX
+L$S;ߑuWm |AQr=ݹ|5T:@g8V:.O?+*k3wc X*>!AAͧ#ړ|C*{`Eut.`iJ:
+1۠sROnok-N@bqN^|SN_2y?1yajBa>]qkbڤ/%._J5' "!lB33Ez0ɋܒuEã+Ϧe},.; |I_T<O~?U@-NF{Zw)侻I .qJ_6,ӹ?+)BJLT#Kv!)*O^-֧L!,PO+7ʕU8g&We}O 5
+V^oF6?{D@ .gVTIg"l[I?=FuWā\ l.:*BZ3^\ߝX4 }fK3LUk' Dc$8ڕaOc{YX 5a0sG^ثϦgFj;9U*nh}pob^^Tw|2WJ=3Cº=? уJ\e `hߛ$z/~Olj[цl汛N<gJ(11[v胛$<.DJh7?A@-C9R:ž$xjl57wjltal+$R߲@}go{3h.;A׵liXR73mPm&[i'$B|t*okf,?9O4
+||*m,2B{Xn@`7M(gn x$-/Q7Q @
+t{(ԑK- ep,ص Ç>h? N͉V!4ԛx냹^(;;Bne?IzQ2`(Fߐ^:_
+'ӓ1Y\HYYMčNcd1pUe&SU#fmew9M{I/
+ %8a(5q VxZ1A
+k?
+8$BUU>/" Ga/#0=m;H".Fׯ3ll^3 %7I rUm\/.]=g9/)KQ#cC,ԭpzOJ'2֕][/M}3G+@s\c/,2G. ZO} jtjkb;"6TYi?/yby3q(/*
+eh|aJ55ӆ 5S| \Kf[މpp5DOeKHo2u),j$pȫHJ;h
+Ϸ ЦoR2;̽rp XS:`rt8Dx|ىIc uӇF{nsje}V=qt/5Q ~𰐛,:̈m瓧 hw9y;2J\ ")UݣAI=G祢ܽ,#6:?k+F!š%!ޘ8Vb+ge*LC䷐2ڡ& UqDr4ROт~t_dj}|I6zy+C0ӡrGXmb;~p1kq;C)n~ӫ5YpTۥŸ%vRC*^Zݷ9qENs$|IʥrIjP~J&h} J}pUA?lPAIF֙ 4i5%h ٚhb<ht(x˓Y=6zm&6Ě4o{9|u8p[N`G&ِ[SFta_<au+p+aC=giC{ɼ&1*,.tO}&M-"(ܘy?UQu-h$XY2ZWvcY I^O{Թ Ih1!caЯ
+7ת*p֟jk"+V=D # ]
+facs'bzdU^.ޟ[H%-4 XG[x-lჸĭYha5m6H&\ 쳟n<bu UOE'+#X/1ٗؑӞ4"l0ہ´Ͼ|~R7<Y-~"4i
+qPxV5__QaiJnj3pI|J*
+zLC#\(Xm \t_$< 6H4Ȓ)1n)0!vw"`W* J&bYE=ړ $42X)\_ n g<I5W2x'F8F<[Ƌ&V`a0`qo9'h$KWȭMM"<p/T*5UNJ9N6;I rٴvMCctVJNN+5Às'Hf=..R?=XEB[wo۽C脥̪"a;6j8S1"6= 񩪌op1^r/4,vy@#@sUmH&\ڦCMj;DW01BkR\ASOaF|mfloD< 3)~s 굩dvl
+q:i Ÿe1N
+4 uS8gDFVLwG. rmYd(Uf lRL8B5{
+7 X
+Sj[&.d2yM qB(A_RZ-tʜUWN{z'g!_fJs%XU}G6 wd4^XµBI1i%CI/<'sNt/~k1p\}olhc{<n'6ڙQPi~H{)ֹkdQysOBr(h\Ia}VccUgvZĪڳ 129#K&, P:p|g$|Coݕ0{n ¾S(v LH˳H/mh9%+گBd5V炎 h2䠐h6#L p$6[jv'`̓Q~k$m"3)
+rIZ$_C- P(hZZ ͥz7
+r
+ IwEwے ՛{cv\q=4']kiw}E h}~r:lgZjn\ _*NES o S h0(' p!p + Bj{7-Iʗx _bC9B]+Ac Þ#Na[ Ι܏ѩ)=mzY^A[Gqe?:g[
+<U1k1w[CSQ\=432Q*_ⴸ<U`(dqpb:QAo@JlK1x|FmokH#x!Nz+a,0A޸l9{2oC]}d[X.ܳBM3G\VOSfm
+#K4(KGdIx۾y Rjp~.shB_Ik(%OY8,bP s0`bmA KKemC:@_6y/yn
+~44'^HmԇӧtFզ#9oZi"/W̸Jvt>!j^9J)fx#~x<k197lsڡPoix7Rwz5BNe]t}TlJ[ϔ
+η:qw֘Ur聁<'~ҽ᭘&o) e rFi/l8)Qi!Z?XZgۜB}᎓ګ~*
+vH́oYXg^NBʁC* %I} Z^ԣΐq"Ŷ:|R=a-w@+mkenk}\Mp~P\n/T&yEO
+=cDCZi⃸G{?S6Qx-a("Z%a_eMBg.g6ƿ=|'N`7&QǦ ma':m<AtSuʰZ!0s7YۋlW|xLhG%xP#}0D㊈"SEFL%j hA
+,2=93>H
+[/g|jYfaV &'(>ckҸ!m[0
+Y3Gor&Q*~]cɔХw
+g8\~;,UʅS(XdIe H݉|7Oo|>Yjp͑? RI E 1U0jT؆3sFb <-Q4(B$MCFjswn;%k,A{%2H 9P, Rl(?Io Gdk|!I5p`oHx0$׹!VN`|4 :dUzbtZW = 9nj} NLFX2?k>Y='O۴A\mX<w IU~wtҺr7~@(mrJ75)
+vǞehRy> ;K\o @bmtkNf–EN4R [Al?m =X/>GzT;Jq5#9"
+/k*YuXxlY;Dv5vNe#"2ݖȧZ[Jq';M+œM|ۆ (Őh.`ž~Sz˛\-Z/YNDtqh{~7;qŋ <]< X޻=8CN>>UWj=@h޶8/6}]Fu3&U\!-a"xwibZ%p2\W" scJ tMw~`Y.hSBn
+1>{pf-|=ΐnHw\n6Uq6*
+$"bjVZ4tx鼴 #$>Nw$ݜSc&ԅM
+k!|ŘC+ J G7F_N ыhK(?apҠNxR
+>JX %Ee̜
+wBnWDkoٛ׫a:r# ?sd&Q& ۯ6BGpǚv1V091h4B#7^(N\|1t+XON.|&!n{
+OR4
+&_62KOc+߄uxBC F^ KO6?o_/vCb.7MA0[v{s=W]: G+_#o+\C9'r5,~3Nׁ yH;
+en{D|?q1W̷} D 'E:Gr&l7aʫ>촻9r[l2 CXBċ%TqB1vUZNY}iE7Q2b<ȷ
+uc`l8kC#zUBʿA0͓<g
+xM6l֍]ֈ8\ ՓEoz!}}C\;QN=3G B KLފ ȼ ETԓ
+aְO R9k`!s]S͛}jуcM4r~$
+O@-sPyBÁ8@7"7dE]ߋQZ}d(; 9V-z/Ǔm[^=Y I ōC2Mpk`gI4e7N,شu˛?\0ǿ 9@i/+d9[)/͗b9:F'g= LfK^]ϙ0˷6VF(~pN<rg~9,DcJ\3KM_v03Ri_\XFOSYr~|
+endstream
+endobj
+1731 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GYUSWK+LMRoman12-Regular
+/Flags 4
+/FontBBox [-422 -280 1394 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/A/D/P/a/b/c/comma/d/e/l/m/n/o/one/parenleft/parenright/r/s/two/w/zero)
+/FontFile 1730 0 R
+>>
+endobj
+1732 0 obj
+<<
+/Length1 1688
+/Length2 17097
+/Length3 0
+/Length 18222
+/Filter /FlateDecode
+>>
+stream
+xڴePݶ- !x%CH5$A{pȻϹ}߯^cXsȔEA@I
+7qdTZڙ8ؘXX8Ĝ&`k [,,T
+p:X-ܨߙ{3
+"2js`T
+/w0K 
+VFy 1XIy=r|81GS(uB)Us# *86`|]={m6#z梃 ccB;?՛Tit=%`(^xi>|Ǟ5܆oDA q%'7AX@(Rĵ>8KP`,[ho0%WUd[ҥˍ]eh0ni4j 6eCDX-bWj\A-lt`&vK w湪IpH|JjP=}T\ӭI
+*8/_TyX̾F x_HoA$¬CQ dUv(EY)lI&y~<5ƃb"0QBE1 }.Lm q@H
+%|<Fo)&Is}
+ð ZuQ,?ٟ "iP)#-SO
+EvQ87 0~ Ƙ[{(zsr:9Qˡ,%?6^5 gtw,K Y&%o;SSsgCgn?"HUMԪJWd/S_v{oOC{)^>Q_!Ħ\@I.Vdגۅ)tSmJ{ƉՌH/b ]O /
+yPӐ魋
+0Zs]v0g5!C.7[{F: X({^)t;]44cEZ`zc$ȓ _/8 LS67^EALAP@dry i"DNV?hǠ1#j!Ae.Y[7ikoJЮ_%o(M@2 kBh%82agtNąҍjsG I
+2x#HKX1EY~[']yÇ,1;R0x\ЌJˑJY^'D!tÙ*O 'ײVpз),%\$ۍa`G%=fd*XSG$B0
+1&!ybTw^rJ㖽LN~*gđW SS7l=㼊C6+*Y<RE|Z]>Ufċ
+_L|ߔ? G)RpvnܯTBo="%BH/Q$)zN=q<aihA@*4Ov-ƍubE_=&a+֦ҏ-::@R)+Ow]ws;˥ !EBg
+,ʩ\}:_e<徙~z3y粑#tJ.~dq(7|dzVM!s?o "k!~zvVފ"^D%zQ|U3O2On\yJw׋4H-:
+%!^ӝ}?eOy+*BӤS>"pQncC~mE¾lXF Q%|_U<ȊuF/1qд ƣ##&)E>K"h.I
+Jhv7ڴ#Wp[wOHkDkEF0P "VQ}CRnQ(ݚBo9*,C
+SmK΢!"yx>b1l$hnV#DQf8lIBh. wԂ2;s$(K(
+IFs섓G1]CO 0XhoqtKx+7'=%޾Z$vGk]I4+]{?ిcdLѦoby($<ΝZEaEΪenIK}R06`<*i|)r)c#ڟ.JʹUѨBN,TF"
+)"~nUtr?sءtiY= ܳN`}D!˱)r_2ӅQ)YMC{-o CemݾZ@39q}|̯-tUO$z.P^)C]P|T0Gҁ7e>sB&?1C)ES_h\[ĪFʦ 2^ՓxjU;'㹡{f,!ܔO)58kڇ0﵈+_+Q ǁ`Aža&RnMaG7: TLC6^y̧SyM1̓i>+6!]#rJ7#?LǼRW*\jaU6)/sy?Z
+Jf,B泇:Ufۘ7W_艰>eOU4CThTM}_մH%8 YVt\U2D[y6E9@/e9#Y~4R|=kl?Hn1h2cIdS& 7bY;RuRvn%Ɏ#P[K
+}]&[Ň/i'ǛТ&ta4>}XfeKpjDeߵl\1π 3-AagaG <XegOpf+;zZGÕUԄ"Na8|E(& Pme'd|R/"7b<(j&XNaNR0_
+q-<4Y6e;fhGmUT'~
+C!؟5R[94׈J*T 5m )$6˻&'`2J{V&űRU(1)/`ͻfqtՊC |A-ȶqcH>Bx~MX=8@svXԡrYhS g+%dD`C16cЧIMct+}"w9]?Emڌ~v_5gC;Dx -n' |vnW3/~:?C?1鱞v4g7ɶ!n# >B& LY7̤w%a _Mÿ=TG7G.w8PW U)GʹO W_ җb_vqoז9c0§]Insi?d9P"[Jiȼtu3(|Ԧ6꼌 !Z+xQ&
+
+zsp$mdF85NlE9^BFM:zABG0? )K@BN/iYi 3[!W#ʹϭEE<Xְ{Y*llL~h%J\X$MBhN8NE*}iB-IcwWP4qH%j`51_.7􋮽wFO@/." 3S#Pb B OP,d1=6K+0
+Tu
++{-׌h}<> w2Fm@K2lfgyfȶyrK6A݉f6*ӳJ?.'b6@ <16YF6N#) ſyo֖33mLFݏymMcxwԼB/
+G|='25> * #E=?lxZȢCQ4b-Ba-Q7>K5;ΘG^d(2&!KfɰO7_7Zy;$.[%!ŽɞoCɞyov 8>##z}Jpr"ou  \Q-Uv9/6%cA<,z/K,_^u݄,: &fڐȷ݉XhGΔ!Vޫ!fȺE/"voк힪~;Z-eN!߼1&7o,EW:BP'O!!?&Io"j1!`dQ X"zz]B!05]=[|x.L7]dT3ǣe:`yKCO
+g )y%Gct |Ͷɐ#{Dٶ]Y#Ƒ?>/6,MFپ /}9( mݶPAvةM ! Jt}öIp@ ߛVHQ-2N|J/>zXuv'/vv3a#}v9@1FÉфvS~S 5vĩr~1AdEbb$}کyaXgJ;*]^.G2#v% Rh?Rsocò̵A*~A9z2d}ERpr$s}1m^>V̍VX-ՃMSokzĻe:hy?eX;$Rd,3//فGck%Pezj ø,SAnp*q:vGLNu*䪥0R/j*{1ͤn13%ًyfNW#/Ҥ09@Z=?9z_~IgY^}lk԰sgd"2o, (uSL|Bಢžͻm??daCG@4>EW0sA]<m*wGewɸ3_͐ɋtIj#bx?v:;
+q{6_ iM @UXu>H£tB+:EBSڱmc""koLb!AxۯT
+xKdd\:o8 J}azj/3FR|Ecḋ^ Zv ;YdͧI-e~G>Ӗ#QM xYƂtn]O>-(l٥ZŌ}+B/$gg Wp ̭43$!0V %WJeo Q8h%wg#2ҳMOk}X!ccc!#\4W~SCݐ}RJS WH(l$T trΪY>Rߑ
+ Yj.l.I ȢXJ؋{R0>ug!* J 9wm]vҸH86/sҖi] ݇ͤƜ*\QEZ<S:~$V?cA՜Cb)ҎζlEM+ÀAϙ >.ŕks8BH-EP$~Wlk(Zq.H++m/.E]E\tUxP.f[CV k }~ }5|^f%{xR`UbAoťQlC% ݍd?B.MBѸW!D#.beDF.hā3.=ZH[΢WnGҩ4qs&օ&0,>lb|n/To|n:m4=?@#ێY+|6{7Lk!Sa KEFO'/H@ VI&~&/jZd.6)($-GdD螦g'Wq#lڟm2<V2"C=aU^bFRIeh{n|YK
+T'F|6jI<ʙ:yƧ##q=֕1|QK_н`R~<x3.ޗHtZcyj',uNt
+ =2 <0#0)W4n;_ lH6I%g^e B-9HM?V5*uq:cv<sIe%MSCK:4ͅ8#ޛ>BXWy>D~]
+kd$TX*,S%wS# z7XJ+́HyR﹣
+!g:#v ޫԺm6se3.
+Ǜz6j2 M[@=1&=jUF-=)UQ 70<^#5m0V,[r ,~0^U?Tk<ZĆsf
+yŁia<h!*H[ϫex:P1 ?8Tw2_8RK2Ja)o1j;/0wWdJP0ICQԢ%tٮ$Qs]IkזQ>;XTҵU i4rbWS3K-A
+hc(;'n:kY:o7{gLz2Ra&2F"{>M4JXJN;H?ȿ/T~  N_:2me ۳F<x髮àCZy2|N/fu|}1&niԄ%J o
+N׋]Ǽ6gJn5d2vyFri r(i.DlLzL^廹bc іlHtA->'צ~8+/z׷>yRH;Wt83́8qE}Ts}<#{)β?*D@NH, _h]LO@/_*mZrΐQ],^)tԌ&)~2@"G@29Mߠ1 KLtB}a&qh
+Jb: ~vz(gHTV)0eX'sSd0,1RD~w2t(d<Fh!jЗhRZX~Lc|oQrK"*t
+L{7n5 Ɩ`6AL(W H6+̓8ʼ[+7F'F9WX°-fVl971 OIn_UU. :enHI"PYֶ[^H1~?,pQ@jE+Q'/zclHdw8U:I=VxGml)giyE{ގsGNxC\Zcjnw
+ 9dm"FDŽW~k-뙨(Ʌ#pWj6Va//+1=h^zCµyϐA?9LӚ%W<ao|Zvr:{Oban-f˦'oט.]䗔Zj?:aqtfr>9RpZc<4.cu}03ryh@VvQ%pZDBRDۯ!'> l6bț
+DH+0?!I0bڐf9 wqx>㠊HH
+ǯەϟ!wP̕䷵R|kێߡ1 iXs=|f.ˑBg$xzvrfҴ\^xN@GY,3XL!dPU[ê!/?M1l18Fnh>l0iSp <Z4{>`j >ϕy7
+YllVDX
+ͻiU?91ʀ(byˊU"AR4,x߳oJ=]~Mqp.j4nnH$l:7-4% Aaiݚprˮ'n""l!GDx KXc=H -~a6od$:]MtrmD2<Zz \Ĥ#+U'srD/7N}LL,Byt 5;"4u%@zV uz9h_Sr&n$Tz9/GD S᷅OcUgz.3Lw$дذ+MꀽH]FcT_;jOe(7Y:\@:e%.G,Mx<
+f<&̄N͞`7B3PBs[6j@^<)WRGm ԇ }6!^M:щ;棡r]]MϢA&-/ P ꮼ rGa8}77oQ$>WF'umXZ*,L &\^rZ bˉTzFOxθGeԥZ1<??d>7l\|γ19B^f}-Q@@&9@Gƙ%lb̫3-}U9"
+U_v{y& ŀfKtp  hc>M!\ѵ8j
+=q(,TXPWoN~y/#rj.f*x OάRk`M|!2h}AEf1s$tw??12(b]RkT0ib΂ Bȏd.'A$5 h왰).TPw>v?M%=A$%L] NśYZvMw~5}ZTPr D09[ו;O'8҃Em][iq"SU>V7J@ͫek6
+;DWBKaM2~EO _z
+endstream
+endobj
+1733 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WHNEMO+LMRoman5-Regular
+/Flags 4
+/FontBBox [-566 -303 1772 1126]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 106
+/XHeight 431
+/CharSet (/four/three/two/zero)
+/FontFile 1732 0 R
+>>
+endobj
+1734 0 obj
+<<
+/Length1 1770
+/Length2 21181
+/Length3 0
+/Length 22228
+/Filter /FlateDecode
+>>
+stream
+xڴst]>ƶ9m۶1I&ac4mv y~k58y8̬5*ꌢ掦 )G7FV&>=ЁQ dnt1pSRn֎@7
+l O 9\>
+
+2V@bTT
+0x̩  \.qgv@1߶2
+|
+
+P\h11G/_FNVN
+j5}ݒUd5yAzj2 L߾O4Ca*M!ٱj1¢ԛiۣ=M%ڗl;DfoP~f?xǮin\3#[<d9H:{bCG\t
+G}FZ,ke=!."9r]>5p]O@N߁W$=/Yo=ub}\ *R'* ѧq+
+6f5~e(AYJY~628 s&%qřC^Dn0{,/鑶y
+ѹN>t6e9xź3./ [O<̣{ЇROŇ0:TvW׆*qA ABWYK[?:(,*xɆZξc*%%J^Zv=Ls6 3 ?=
+(
+;&ԟ^w҃fIMǷJl<80 J e[B*T&[Li,(tcX:KE&V:~xbOG o$s4"4)nrܕX5=Bc,7lC>OH|Ѽ`0m{իojWWZBޝ67.c+%+IhW}Zh.NNvP`ke8,G?pr煩7S:`76&g<tF’hZYH0}|Y \|j<[oFm+t:Λ$O[y;e܃Dq8p擛q½K0wvk$g%<{[zhba(U FϙuĚYDZ
+?&4ŁRߖ7zEN9>dSCxXk5ӥWӬŔZ7#G4K;'~ڷXzWs43k-rdMy\``LO:>#Nv0?L'qr/J=qͼl=OWD3K"cƨSwޛk ǚ+.b=5/L^k_1iǕ鬧L[oHL =?_K׊U} SD%&x}A2?i_ ܥEz߽J &-@l$s'%P>ys2ڑ11zPg]|Uq83vڛG9h^ءPjϺ1X9n)0qn\dԉ@-n(+ JDcQD)dx1e0Y`h8̴o^jO)7 (T%;ѣ#cfڏj&JB.d
+di*V4+8}xM^@`oxM5ʵQfVxE4Wq9,ƹKL_v
+?cPT'7XElJ-8)*#T>.P9$ϋW^rbȩY ZQ̙;t[Aqy
+r:v
+/>>8Dk⼴Y~ηs]SDA |xWhgu5Q)2sY|:cSy'Cj@HjB65bnjA.Μs0LIӋ0N0#Fz1-&c#f]!F1>Dfuztu%1
+])ft# +k#z$Z ¼S1W$)TZELfm::xյ9_яp%^ej%"&q҃8.^H3nϿ;
+$U»[0|2F*D~(r{{yˇ>cd=)h١Ce5|KoL2*.-ۇV@šƊKfKW[1 HDs,bs(yîpwt9/ױ1K@a/ykvcN)ABҚT'9$}SJIVeتJ\;pz$0Cd+iѧW2ƹyDN%XiCE4|akUsSmz$Jxec*7cm}kذIZ܌RU 8W؜XeV6[
+x? njz&&(}(5BHY|3 سTTOvJ,f=Nmg4e!'or&? [)NpϽ2iwCQ,bȬ;?13J k<<r/@֊__tZ^=5\kS*6( =$ebFi~ڞEK.hHy=c
+?̸NbF,S_ 8q?̋ZIקYL[dzؕ1bJhʱ\Y`,'B''lEA4бl 0T_on<qd":33<ȰGj~k-U|XM8耚MtAvfm,4uSнI v*ef[)}Yh 3X:*Ɔ>/,xl)^Lw-/.8l3.jù3BJ x@Yi+R[PcCfןσ(]?!%oBYu᠉r) #H̟}=7%QÐyA)R9dwͥ\)CưSBA(†Ґ~e|$mw_TYFY47Wِ_հX|B$U 4$k?mԁro6RO_g8E^gm%GG$Aro>{T͖Oչ IT#,؏dAغG Nd8jvH<0}SyWVfWA}$E|wMTEҷ2?U{`9;/5zt0JRʀ=rfS1T
++ێ+ܳ^H i
+ٛ-_%<l^V
+Rk,qb~qW5'X l9F}p;K;p-X=? l>*u:B՟4Ib2M$k_yٙrIDB`u"CxʌQn^fn^<;}m4UsVϦfb,/Q>`G&|s
+Zv0
+],) *2x6PnҚHfQ.t9
+H.P*Q^}Fz&T<oV~De^\E|LvzyzS&spG__\I;vo'QT4?-s'Z?n{
+Jȥh ϑ+6.J=x(:Aڅ+˺1X3J@M$Tq4ˬ|R%{K7G詏s;776z8m_3]~`6<Vux #ͷV4 wxF%#cUE4:?huFt]hl:|2XW+AU-G &A ~wVx&x9׿N7bvIFRZfy +Q9F;滱|BjD()_z5/WᎱ<ADcY:KKaUd=_ 56B͵(欅[QELH7`,Kw!p?y=~Sadu:@DEn<ޭ/~]nߵ !l. oq_
+0ǫ2t2LgM.ns@XWCrs{C/^ )'*c}6/ʳJhPaN= C %{{MeBJ !I3NJLJ85N}D`W'
+ѡȢ$d ˟yt  qq߉8F0"f*MrT({>M}eg$:*
+aRE[PuwR' K=1Gb VbP` %U1Et㬧q 4r~Q:PV)ꎵx(˶Vt}#gnWK6:=_ϼ_@F$6u7y nǗɝI ppL3S?DTcHW4"3o,LMr؉$k9¶M<%hS5 ڶn
+ +V:3+:8Z;M^tԕU]['\60 \&`M m☽RVhieU!?,^He8?U*!(bz vжm)w]
+­g,YҜ4Eh|@^pG5uuwh~CyliMIoߩ˘?}MIo(M/i3ۄ-{0n iQgm?<ǡ܉׍bPB}?-ϑQՂ"ܴ5qj߾"nlES[r
+|-nU_,r6Ih?>-kcG>s|jilP>OMt 6}$TLORqkn.F,֨k)30>|쀉b/\
+d,+T&lx~ Ƿ@RDxu]5| Nhs MR<¥z#V]6q0$/>fhnmMdxؖ+= .T"A'x"c7
+zSֻQG h9QY$$“Ю8'ej9/a0ef5-*<YmY
+*{Ja=7ʽ&v% B^?*оh:n(Yg^`vIch03N=-y:F]ݪwJԵ"zF< To<@Yv[rd( ~@8䂤fδgElQaMN¦\A}q9d}q7c삤=xAļZztDuH
+n1xxG~2I/1őֺLRUǦ襇.~R)&OqvK#b1ckw(Li=Δ]u 5$gA͘,!$X:d{{; x ]Ev+bi
+{,;a ,whD{(-F ]JhxMtW$[oz^H;+k2|V 7.sBbsy+|wU,&o1P3\=ƗSֽ$5qB<YJb ="0Zc/\s,/o.`en'Wv֡_ۨo+bd$.iBC{XmP5)ψ o}}nuqͭP5ڛ><&raҭPƋv~
+e9w/EE
+AS}Yz+N-xIpПҹCLU
+pE[_]n^R;$Yi,1Kkґux1 `nfH=MR{q_"]tzC P*ݑE[S;I5,ػG;
+5pZc;<h#i
+CGܛʔ_8e^V1^dD?рQ=-W7gB vezy?s!d
+/dpSG~ ?{ nQHuk4WOAoP`&vTGb_8>sZ/0H>zӸ~Y$ڟ7xf=
+g+΍[/<W(r:ʶSi#ނn5zciAKeˇCen)qtWǡQp)Ro5S,B|["=0|5؞oC^wul3BMpdSG|3O3B6Sm( ci<y$^ܮy5>/4,ڻǍNܵn=zl}4f=FD; <{0*u
+W $&; JL5.-1 gVTEaqrTd?4[9Tq<ʉ'˹
+@*U;o;F3h޻*Daz:^he˲5'(טG*IV1
+,7fO6(cX(W01"&&;~&Th#]egYNwG/nͫHJd\ ;
+j?m<jeJB2ZĎ lQiOtM#CH %"cZpxJpM"PO$Ҟp3V
+Hmz7k.j0s3m/f
+My}UYS4& cقi3 |[F)ŧa =|Du^n28tat) SkSy25p(3.wp9%S<:
+۹в&t͵ n~QAr1C{!s*Fg F4Z~'zV)Y5{Eel/ I59_^-?>3M1N1|jŽ'Ym?-' ?%}3ӿiU7Ъ\Waʅ7n$EV&V|J=iֈ"D%
+ezmbgd3ZKff#s4p9/NԶ!RGs<T~oD*c|UΤdJcPy^*EB
+(7&fךf|l%ȣf?m՛-2Ìb8,듰[:O^͟8qy>S,v̯S@0 rUvkb ؤ?`Q7W]6=&hP vRf|hyt6$V*%E[{!?')5zC0훍Jx
+<v<Xi{qQ]6kUW*< 64û9q7!X\(rDI~$<W#LDlB[)OLILXz9 ->gW`SvXh~d&&/@<+J*x }b>z@`(7^V*#>p
+YWԐ1[-Igf8gT9d&/qkˏHaܗA>D^
+F/ <3i.=5nhs98>$ؤ_S]pJ01N>n*k Cpg@/񾥮~eͶG9 \t%7 wx O>!/f>)|`!cT^ nɦ$0Z;I~{3TFnE/6h`{шAHm$7t3n:2 %?ҒeZX
+c2~]U.kzReZ:rd@VzFfёOFUDԈbuTؚ~C1
+/&؟WOYzyaRviWŲB)Jnv'껲ٽ;X}ԏe4,F aztrpO*⌲[c8>\6M's%qRMTIyŗW
+aB71>#2Vͫ?E?0^U2 djEeWlMܡax0kDTyc$2iE S9;319TsV\1,_ῘyծUO!7KѯmJ
+.3>N^f7}}B y IJ87.iy
+RW% ֑^RR v {I,CbF5ӔCYwRx 'W,Ϭnڧdi.&qIك f֙31Aab+.5'rU[׹[h
+'mvcvW|5_<hierDžLq_2[SX3VWlm掞͢^=d ^祶"s*A0O 8V?U $TR"I٩ZU)o@g38}:/Ւzu)cjLQdsGo=7hI:x-Z>1˶TK^VcD"Q8P"1tc޹<c-[۴ccTh^b_ڰ;&ƛq%T+ۃm[N
+V=ͦo֤~X'b#{%~Ou'CG.}:$evTC,1ѯQ)*,S`-?%ھ3)< Md?h#y̡0\&]0 pVU]6$g>I۫nj.@ʒ-:%w'{|nK*Lu1l m/v f/h&I
+kF'
+͌#@8zqj3s]NjCaUh<Mt7عb^@_8HICQ?
++`BB*l!ivVȀ#Qtϥ?n|O Nrlun&scO6OٕMuf\Zy幈F"W=.]a_;כ]НlVɽikS$l?')!{t<n;UPу_ cz\~Tg kI;Fz~syM626ikSͯݾ=ۻv
+O㾥?$&iVNS^CFPt>5úz1 Z Hp<y"(1z\nۓxW'R-[3ŸŽ!g8d-}{Uuyߺq;Un4W9Or=ŏ=ob$E+u.7<v欴;gb(BJ2s>~o<C c˷cV)(Emھ3ɍ&-a6K]ηYv.-Jz273fQE8b 6 **gCZ47pL7$HLr¥L{π3>l|2D +#xc+8# 'U=h6yP2ۙn*2\SWbQrp ҂ĉ 7ZG
+܋~?q폰')Ÿ'O-\E5"mSK<zGM
+r r:KupAa5pj]։QC%QtdB<NS({/A2
+uQ#+E>^ϣ޸U]+p miBL(3Jti>X"ZKʝ)Syt72!! mM 1v8Kۘ6V29/zJ!P:5RvX  "V0n'Zs`-П do$<^mشm%6T7@(!(
+J\{$r,}~,`_c/-NibT}VHIդ~.@ք)"| .%g^T/cPSZw:AG9FUL4v^d5 pS% /zM?~iVüb'Q:VC^UJĄRs$FWm:i,RAX5{C߬QBWB<<)#zTewME v\і27BiT^Y
+Ia{g^`maK%?{gTWFrVTf2EOoj롽bƮ](wV_7iSqW'I6f8rҶ?=0T}I4+۽KrqvtL∲{zEW} Z .Ի:_xgpqX'`E?JYJnم/N TFO7+B^̗z)`X &,#dTp=w9:9=kkQǎe:mLHYgs‰sd1izҍTч"Ԯhh< s e*hi~d=~I
++KJ3cwm'p5kO\2x!ИDLeaC<<K&8d.[IeJ 74T}rH^'1䨑NY~S~)&uy HF{ 䞃fz-`Gi(vUN> 揺9 &
+_*Z~&$ 'EyiZ-Vj"{۫ b,@j4}^.mc-0˫!u(3vdq(.J]]V8vIƘ<(8#s\yenв:{Z*k?޸ɋ
+ߖ>je<>hK"fGLpEw4d%\Zx
+endstream
+endobj
+1735 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QUWGJL+LMRoman6-Regular
+/Flags 4
+/FontBBox [-515 -298 1647 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/A/eight/five/four/one/seven/six/three/two)
+/FontFile 1734 0 R
+>>
+endobj
+1736 0 obj
+<<
+/Length1 1949
+/Length2 22291
+/Length3 0
+/Length 23526
+/Filter /FlateDecode
+>>
+stream
+xڴxeT\]6 ӸӸ\{pN |䝹̽իt=eϮ]:DYA(
+G+׿|啕& ٻ!
+0 {ͩAssqCT.J?EWog;foe9:Z\agϬDe$%ρA: O_≈9,<
+|u9x1upp߸şʛ91i8X;eiYA
+[TӇ
+`|aae_ֿ{g@OOG3rP<U؂ڲ K; pIBEAYEҼ)A%!Xvomӷ*;&
+"㹚Y
+ݤ4G:3Y b<=SѮSI+W<XZ0]=Qw~?bŘ,aB;`
+n;O)g㻋_ =`3F\5O\T`H8 ̫7 ,|7/{R%ƚZX\@;<<py{]n`6 s}dk!BM"e5-l.AW[ttjgGoV.p^|wb% 3%M7 ='zJ`vRڤFod*+]FnZ|Ziim
+?HÔsOvME"BU` l;@7@#,~D@reߦ3DI7* :y(zr%v>;J.@>3U<
+VGPu' ΕoUT?TJ~}C3a w5
+CHL,rЛ.^N̮֫ IKm熼`SX>XdGP628]`!;OkzUabMZiab]`D|@Nl߇;1x"DYo&<&̋M~L2zmF |7us-yh)C3+VS ,*:s``Lib
+pFΚj!Ò IT",KJ\oe4λr;<{9H[b7a]9A=
+n 9Վ?6_xY+[ObN4]R?j vhsN׶ b 1 J&+-$skCuM"QoR^>VkzwCJ5Daf+|?9BdL#DMo,Kcu^1+R^6K,o>6#\UYgpX99́]̺ΘUV٪x]ĺ=KalK(!"mCJZr"pkL#fN.4>F]X{T SH:f$ɂU"WGv ?{!42xr k#VjyfqtZˆO >f(!B"j|tQA5;D "۝w/dnZR gEİ߫WFWTbRᜣ%eӚfryB'M'M0x oz†SO 0Ҹ NH-K)!<{dP+rt7v5$ʬnb{քLYd{*D3e
+{:՞0418¹o?%h=Kǎv B(qD(=;_q)Gđ;b K|Z"ۦҕ{cRՁ(K{
+*RvD)(â{fLp`190.8qC/r'θmz%=.N$Nc Fzkuhtsx X# 4X4WW[K'ۉȨDZ>@{OI@1V18_f#PQ;Ÿ;Ͻ  c\,AI -%X"hMIPgMXװ5B7O.gig\&KUb36D؏b^ f [[䓪j[VC G~8oWߧL!bHq葊bhB@SȘA/%ӈRئFSTlXoaO{}G)K+mO!tt8HcQ{9&tkpk/ʬ\]O{ —$Zxxo8@3v*㿄>P$ $2L(< D:Wx3\@%>kS'!mr)_Ӏ#2;!YO؏3hJf7pC"$uK@y w'x<Ϟɋ6$*uXwL}ccI Ck;!pnۼjH31/?O5vn)iŝ2~Tuw#nD`18&-w s
+i\wYg~yյiM0pT^kv׳GchxH:'XGTlr zȹh|L)0%](\yejVhStcU2b [Ϣ! FEݜ
+]o+1MD3,(u4R? _}V,u4i/ëI 58)=5?T)xӕjqZ,$ Tfx<0$ЄSzdgPX7Z}+,Q+!+<ƚuMPN5|y¬u;'+HlXFˤͺG{-"p"C#vڗs9DY4.}kTk*Z]:t,~(BƉJ6#.4*Jav_( xRMFeinywZX4;;f%χ!w%M) qFa
+u?[QTov3QpuzL(/."N/"3L @:)*\r=9t75b[M] 5(וi&1)-dg0<?#hMBU QѓGî"^Dzq9lu!w*o (WoFRt{kWzHK-Y
+c 0ExР2m?v_74>q@"S,`d.Ⱥk_QQ2%YU2?ǏJȇ/-u8 h\Z͞܅$2 KY-6/&u ! -د- ߴ-ԢwFF@إͥ"8:X?8<[c |_}@e7IvsN߾@q6!'uK&n_w3| b4<P%,Y {]AnK#suWL֘DgӟDL/wᙤVQO3 ӛ F R=5YMl Cݜ| 뛈|kdqP7ҕ>
+8SDs/Mk*6ٺ~ |R;+<)
+hR=P̜R/#! U[5_(D8XYl)
+i˃2b ?;0P$-k}Q! tg$ ;Pfe򽺪= 2~!a="?|Ɖg)-EII2 Dʮ훧$L*sǣ..X5gҞٟ¤ Kε<!VQ as/awtJjwWL] &]͜tW[ de+'ЎɃ`u;~Cj\ p lq:?kc&?3=Ԩ)ra.wV^Ʌg+\;~2wD PthHeJ
+qBB~ʊ>(q8B/)oHRP
+DtA ;~J8)TJgBeb/& [M蚰DHl|80
+m!)/y? <jxP Yem 3O~LInr'7;g$9F+V|B`\55*b$GĹӍAoIT/ѝ{Q"8TħOiiVzwkEBJ7ybh0_ h}蟇280~xKR$u| ]O,ޜLa Ț>ݔ[-dc6Bkm "
+rO'o_:Q6LPrhm D,%iQbf?`}rjVIȧ<9\Lw.=UVES]i['*. ؞tDs蔌/vto`Z 4#q"RAB>Յ=61W^ٞDL_Ey[ OM QV wlZY4>0NhZk5OП*o r5r*֐ȱe ^M;,P蟶?#AWFQRs;c;g ^HG{dTO}(A̐20H Ndp/7&CEw8^OALG̝)4׫xu]~!gҲ Ǭ331(
+9HjZZR7ZG'f6ȴ͌䖐G9nqxc Y-Mӷips(uN
+~)Wt[ɡo;
+
+IlX̮vipU7q.D$ez=м/ZíL:E½O뿛&ףEa¬ۂ!blġiGJ4I#:n.}󤦜(.c "A5ŢD~)km$m ݹbA*U8B#8 ΢V/Z-Yr*//uCeĊ<.wOUX_P0Ǩt%RB/|H0,$%n#<GN [-z]EǫTU&]ooaMO50'ڼo6kP6VRVR} IRQY9 1? ^خ9='ͼu\V*яN\DA/2|Z4uܗ:I'Tu0*RALz7~@!YO_R@i Ol2hQo9@U ↟4-ѧuERWh"2CV&~4C j_Laɜ40.&jTfFŦlAԊD!+j8P?9Bc *`8n ޼jZ٭Q6l-eә`ׁ:t\B*ldRU[&f~flA%ӇL_^ s%iYyz~oVO2ԉ:hy2_1;
+N4RTk3\ŤPB=fD?`XT)8n+ԕѧawCd>NA|XgSg(!%SlaqG@YF:/t\vauҼĽ my# >rrb;<Ĺ/s5%i[䈋ف<+{>CL(`uRz6^R/-^]:4"!8RUZeY
+=OE9yX9gF 0i3
+.YאlR$G" eʽjvt\ o咣$8|;P+(yp5KLq,@cK-gbP}\w>5 |yǂ o `.hwC=fɕYK8ʾ!\8#=apFœkv[iUOebHҖT#7>k'yl˽]ñу!^ A*p&\1kMaOy;$`vK8ugUbsEc q#S?2gnS"#܏!s&W/ZdcQ R
+hF}UdhmwvUpf&ZPݱ1W';F_Y_kH X;\W.iЫЬ++|I^? '[#)0*ţVE`
+F <n2 .%JD'8grVQl20" S]{KkZͣ:$YҨ1^z!!ೇwa#bȷPh;Qh Y)+wyHeH^wpv\B0zJ>M᧙'"? e2:V=%ĄsMEiZ 4m1P(T&VڙՏ$5ʡ"] 6?8@sTVU.p@\aɾ\wn,J̝^jV7AS\x/A |GǕjT轿VX|^#' |Hp4$|kf@K6XM 0"Gd@8 Blr 'M*Bv5ȏGFLمˍ#[q)q]fIm/ `vƴ4/{x]21fi"맭 ;x'p//~wNV)2@ P_m<JFTfA1 ~OiJX۰#Asx$ T#wa`w4%VJk-{tO?7q-_ z;.%1Jab7\!k8nWDC~jQfFWTlkouG45C/PD6T} dI6;@VɘH26K3Hisc(ocW,OD1t|V^upE ^n+"ԩp:#XK8΄L}}% _([4~:~+G~eBn4TؚVEfyjp\8+sHf:GC>9IPa&keD{Ϟ:$&Xr6p$^!ҋ;}ҒrG n».;РKè8pkk:PHkUѠJI 5! ?iVf?f^"r_LI.ΆRm=Z*iEY.
+ 
+%Zr"Z֭+{jT4~~!+K}+$ܼ0Ɲ
+߻_qg^_\
+X>Z~zG@r?7 m[d=e AorռkĥF?fK]\
+EPkʹ,"Y6ם{XG/BB_ؓV'H;ZI> 1j)1ȎؚiOwٍw9Yū }>b¼ʀ$1fkm,>(:Ǽ9\z`2MC(NKы_'o+p5{:s5"K^YT_-oVr2>3bE 5>`MEFn ZJNTS?o\.b99FvQoV7kColӢФ';k ~sWv3SqK23Q ^w; )pۀCN G6G|Loy &';b˳R1]1%!tz6ܝ4@4ity}~rNWYqͩ,S{ jzV*3ÏgteSn,']!Hp)p{rt8-P1m͋S`=\tE(mm5
+38RZV]}M-7>}2BD)H*I`X6x hQָzˆBd@CF؉nu! bπm4NA <j8[@s-#us6?4OOnW܎ByNe"!8a,MJQˇζ#av ?i'{KE;65X|'BDpD!jQws}$cUzU0vɒ
+ԫQ??4f+BEy
+XD<&:o'S^ fUB!01;> P,= -*KMȎ'TZͮ3Nl*olR/Αr<B]J) ۄ<Ĵ$$[L?%ClRVm tS<AנK'aBYaRZo9GGr2\wP(ml<:+A-Kwڛu݆QeNG6Py
+Յ:=9gA?uT}KVU4J,N-{4&!y!l(&
+wф]gyxD^UK|!G&RdD[07wl^u_WՙՂcMQ4T .C @>ބ|5LV(BBhvwbHC&ujˏ ZhW+iOAKxY
+a2Y VBZ |*-\Y4ǦHmk>/9g}RmvI6E2^\B ;~YUv 2|v1]W8]cI&Y='=nTB^
+ iPj79-ɾʮK' XۘA%joZ-w=[Hv,RNJ&$LGr`ͳ0oy^Wcj'PtedG4.ϵr,R<,h;9
+}se*v_EPXȷ .y|Q];qxh"q0L=;~)2v2bVyIev MGł}RلNplʠ6cw%[;s@Z|0:$*N,Xape5tìq ]hio2
+%O0-%2Sϟ,vD7JiCLvf:Wji۾*Fl.BXu .}}'sfƔ'v PD
+0HDVx*3(FNoޘ0;v<up]i:o8щ[/=\4 J?
+ Xz IE:JRZUj삁n0]sE\3A>/% ~5] lA{b^¹g,*nw+%>'G܅fxF;LR^ 6ngbGcQf0K@0Den%LrŸs
+Oyg+-Omǖ=jrµz1|." a;>$rǭ3tV5HgfX 0g%p.s]-{@l& J/BVS+5^֨z-W
+Hӗ4{pZ _IVbOsaM~ tqn0^ Hl#d?sNaday:{Jx(XAMF G+Ε
+ d4Q"&(c퐳ɔe/]9*b1P8Z&yiTӵ?Y B gu,NXCE)eS0?"AQqxXAPcXBN:*C gz4@a*>dδZӗ8]_`Hi[YTJf5K2B:(R&ܮԛy| {jmr9cݯyJN?(m#8a9HMn1Hg{
+ca*Fwc@:l:-kmPyarθω3o\f Աiً+",ɚP '1[226"]I-ȋ^%\&4
+Gi~YĎ\i(ckRsF3'RjQ@
+]3t\{tx;:Aǜ;(_-:dyzYS떄m8EV)M<p ƹRmѢ
+ Z,Iڀ*LRXEE%ݞ0dM꾼>0Zhi4`zߑls@t/}v[!H=a
+ l-!џtV՟t>h,"1=OE5>:~IX2#JvŎ+B3"xftvmߛZsNs,%DjȴwLc.j;`_RGTik#KZi`I a㗌>Jr*)3uCBg{L0e-UâNE.QEDA|dfTŘ9,Yo6幰\Rr;2@O>c
+!bj[W 'EN(ۼɋs%i&9
+mP텺J yAz@ud(#wy x:nR=i^l-ʻ~|<ZFF{N> |U
+ W ?YdS^ #b7J"rQИ{nJ(C?Gx[^^*3ݼ8tSyd] e5\*W%|j!Nǽ0>\e˪ՙ7N Gxl7>wC'֩aOZH''_|C: =y9{,it#` Jw0.DI8KЊ({
+na:2"LH"щn>)Kvlȟ23s#iӤ{.RTP^5>qxcr
+?‡4(r'/ϕS9pWӭX$G
+<.*7h\kĊNqO[bx9]')
+2l<>UsKg>SOЇ`@nP'{7Po0Pb~2DZkZhQje]7ռ-& {`_7K7l'KB}۞!kFu_Ճ#Z+TЏs'ߖXxD Li= u^S<Qv^ƅķp>Ћ;ʭ5slpkp,PM7dҕg9n9z'dkG20,;Oc΋~sfs ĘTI ESFWy$6~P5 kzכG# fq|Ka[/@?6ژ
+)]kW߷llZA~^jvF
+[B0d^:@:9$p=(.R<uV%ZuO)h ud[p@! ȟ얐hz5&7ά?[>JTϪ<0OϦq+:
+E6hJ thҠ%g5f7۸m($)05
+fFm6D^u=(&^OFu>"
+h<3D/l<<p3rU;d4d)pgE=|,R_B<ۊ?4+颰1Ϛ
+ ~to$3tlЇ(=>%iekrM26(L%i zmRP~%eZ%֧hoj) j68
+C<Ih3KOa].$?bX@g'ӵ2 g'UHΕ umKMsFzF!R6$WXAI4o
+/հlg ĹOW ȡ E]E1 }#~J4)8T;yG+qBV)$եtS"nz#$. %tY0<.w(
+q<s
+D+ZU;Bc؛Ǡ
+Z*{[MؚxK+ Y~dTgbkY&a`Bfҍt[j@eaYד uM)63}N8>F+-ڿi7\l&c[c8 iKo/  G _`GaDr]h$֕OW,TJT!3bU"r5 fE< 0oCD?`kI84(gAc {ZB4<WccN};cDos9=Kzt舒+6$ Bdp yŔ?z^lt)eQoioTeUrOf'_c}~aWԧ54hn͐_۳lFSC^v+U4bh~(NFI"#eM-N?;u( HLJDYڀSǛō{ޓF'%0B:0I'KM?MlDT
+iouV~zÌFag09\
+)gT
+ li1ys7jaؑ bf!I9egB`*Nf1jtY^+f!FDeT3DԭuH45U9e|3ث|q$(эڅֻl\]8E󼜴IrJ ?Ǫi39ącք,ˋʮLMO6P0q5uQ~vxt*Ȫe32LZ֛qD)=@mRQ2Ts< .hbˍc\uNNJ^46ަ-_˼o\x۰77 D6^V
+ݩm_ 'o/eSi
+{ k\2cdL˩iK wZX ,T 4:i.i@Ҽ2MA; C7a2EHhZ0+VϦeldg0Gk~Fqy>yݿ2ʀ< ʅh/ G0LĘ5#מǓhcgT޴r6aAG9@c13LNVr
+Dx98! qZogZiHJS
+endstream
+endobj
+1737 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OFKYHC+LMRoman7-Regular
+/Flags 4
+/FontBBox [-483 -292 1562 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 79
+/XHeight 431
+/CharSet (/A/eight/equal/exclam/five/four/i/n/nine/one/parenleft/parenright/plus/s/seven/six/three/two/zero)
+/FontFile 1736 0 R
+>>
+endobj
+1738 0 obj
+<<
+/Length1 2670
+/Length2 32025
+/Length3 0
+/Length 33545
+/Filter /FlateDecode
+>>
+stream
+xڴuX>LwJJHwwtw0t34HwK]-twRR߸9}`Wk= P`7w|qt
+bB,Q  DixP^N v
+f~tA zw Nfߑ~{K
+A(A.*A|.ɮAkA$?$;O? 8qCtfv!O8v6c@e Bj' ȚiaasBXO|.BXy9Ya#c4R?A*;?"Cub!9QC| dg %B bC
+w};9Aw<@{Bf-`g$RGHl@H!Y<1o@Hx?z\;_Xh ұ6aX{A.vߌ+>\C|Xrl75
+q^)>\Ϣq%9.vbF[Z{V#d>K05lDݞʯ]>[ ahgfVieR4#%IzPȐ_&c_SU\B}[Nc~rn,|l'.ٺbnU& u
+Eb)%+,㆗\4<6]@U
+8i)>.͙<qgp!FY
+zJIҎv\S~+gdgODrU`AG._8sJo#73="R]7_gt:7Uu;o~y,i9CPUҪ`˘ytMۡBr㞴@z:[ޞ^ IgNA;>%RI?c̍%#I^Sέp Uǰg20*/i6M'5!J(-vSNQ@Rjx0<-- VZ(TvC<# ;*W:>MbABUQQu4P(0Ik!
+((KA/w^ȁy>pQH%**qz$u?Z9=ӵLE.TT>@+A0Vib]_pJ\S:D!%I)YfY5H֩aj_]v4v&]6orzº聏?_bE|bj|2ɋbWe ՟>}X
+4yBP)b1pxdxmuph62eld[Mm*~~/i/*J^
+dyCwAX/~[4)<lf]m$S>AJ﹇A%#!ךTŒpF),|$TJ74m\`bYb-L}߹`vMėtchpJ '@C#!ϣc;F~ ޅD3o PF,oHv֪pmTRA )TL:m(N!% Ɩ&7
+53/Lp3WݚiÈGŠ` ];dlď[sU[K(|R}vq0޺ N/IlK[y͎# L1YȴWI{g[{&jI>"r~h80 KhTg45E躇suA7&+wwWUKUV1_urE47~2kП֡Û}XMt.^o_]Y5fؑ
+0yAoyˢ5b8t9FF`;5 nÒV5aG?V׵gZ0YCNY*uNr1xR9\=ަEwҫIl6f 0At,j9m!4:遲E{:,j֮{}PE5ln׼@^uf5!; 3{7L"CQ%H3w]Eah0,W`V< - YNpoBO\eU*xɲ-B\F۶Vh^_[9|Mu0gUcbE]"4a#k~]^_}\'9.p.إHԜL{(ޕ^.BJ.]^rœmI-S{
+\́^}ˌ]a0Hg!R=@Sբc"p\yX$&==J>Wq^74*2yM8ï<'؀R[LT@jIGK#SBKNoxU YX׾AHVQvbE FxC@ReS IeKO>-V$a]OMs:Ĩ$ife:*9c)؆߬*dPyCmSC2 ܱq+?gϮjR碸b2z{DvE[tJ@40p{رI+*q
+[/>f|ٔ*uPJ[E(8TJ]&;@pemUhhW?}T_/PiGi:!ŝ K *|
+:FID#|L l1h8Cbt]~7\lCHOdqsjq!)B=x X߲<iGgr;aiJ*=ߵ^iϻ崰fRnĿi~!`(ksG_]܄u&Y<-٫ϦOr]4I~ (5[m`+J5SE~KH>("weʎ&pd<p&q>gG%wyQ/)~=Z(~9?eXs:o z!n#fg: R!9f[0YL=#&Ʊ)z\l4I~bhg
+ h *ij%%,.vJ(&v&UuGD%gW_|[ǮƅaGHx,-Rc&eGQ(RztY,%ohSB/F0FRr8= +u{\>76aZܺbwM՞V-vP[Q kx^; 0(IKq &Zݣ'XNG;DghDH ~HWj.D*+? >?cZP1"hK9BId=t1 c<EoX~~g=`w*VLsN]ɟPH;xX ޥE%Bf&M>I 3m߬T-%]Yh@> V7'BN4CU7Ƨqjdrd<y +VeVsۀaCfD^eo _
+E6Ti|EȴjAk­|ԗ~<֥@9 }tLaZڏ,oEW?jPͽS7"Le1f|<vH')Rm{ ku-Яg3'L)+UIgf MH6d2'ϳ[לjCGxMk'S]ו(׷cc+7joP4M}B
+]@Ӹ/c[̟v秺fY|Rz>ÒA//&Ck}z='nY[pd~=6X'iϴiL=γ2g0-01Co:T)BuB*H[4_pFaEBd2Fo5w5WM)E[ǖ & hX{Y"݀:eT)29gX&\\wl6OZr}?DO7mh<86 BR?>7 w6icbO茌(^i%2XPXC&/R}
+dƹM{Sx<ʖ$*&& Lc4#_cO`}~ŝ#aou.}#}ԇ%O.7BFԊ@P%Boޭ
+fH& `mf4YR2p43q
+kx/ S;d8voazG%ga3a'uVYϹ>YW!Iq6-mDunȪ/kk߮5reHgWteh+7BdRce[{|m0j8([zo=<]Y g,ʚ%1AM sM SN,$A#%9.;`;EgRMt4.tӟo +>͹gh}c6SڥrطXK8T`țB·!_`tS(=&~_FħeDfG(lίM:!LTne UL|"ب|tz QX K"TͮGZV2XZ4M5dAb+0~[/؉~ t>-5UoO)M+^?y L2ҼL`0Z,Twd(SA!GP9t8@{{
+"^NΦ@8-7C ԟg ECPv;fB )l?:qgx}- V#1obchQM"&aPiMF /+&P?6-<<hj[6HW>eaRڄMp<7_el1FcU*Qls D%l=AW3L4kB|yi=쏣a9NO$ۓB)umc5aZ+kܬTQ9xOn?yWtuٿ{+W"~aTV&b36jfG&w4j(ߒI cUfy?Kso$V} f5Ű9D3'Д`%ݳ3֞rR٣"vXSs]}I S)\59_RϹDP1\
+sVa1DRxԄre<zrśezg
+^0s]<J=i]UәVSL7wJ 3]}v(*ٞ>/0#?v^uV>k҅rʒL[RBd$̊-u!$~_;[HLlSq VgG@1Vȳ%< g
+7uJ$T?vPpE?8׺|_!CqECgg$L
+*|5w`<##~lS V`hBk{
+Fs*Ii恩p`%"Ӝ |g!A4Ϗ\ #37xm%\4ƭpjCz; eSx MVL|ּ֜,)>R0}?Etz03l%nd{:vuT&O8aulH#+w+&|s&U( @VcOAy[cٗa70i}q~K0(:e&iJuA6ܧ+ CmOz\&4bݷ`kϖ!3E &
+Mezcj~F1jm_+Y
+g%~|=ڦfAREiy5"H5ZPV$jAo\hyWiNК;LGd"RzrBt'{Z<SgCҟO<ik\VHQxDL ouaυ2,˔0a ި|pk}D# Dζ@+<Px&=MGXc٬6q?-<=FFh<.>< {k{RʑsRD=NbW]PԬϖ[HF͝H92F"]L.GEEЁ x˶@n z!{dgCC[VoNU${wtT6ˁ;[qeؕ_;R8<u
+K{aZ-lw\t=늅53Uz>Ԏw.oe'(4k $B^ :VLVO|\mh.r GB!0o)v59WѲuo];"[L.8^>eyC8qPī߈!N诎yL{YQ"%SFAӺao : Qi
+)K%qԿ-V%\-+ 90Fc5Y/ۆdy~<1r[Þ+9]US\9\!cYz^̴]ĬӔљKw]~̭~Vݿ4'eh 0.(Q`F6\/lJݲ*˩F'='A/SY/?*h;.c3G </f6!a'GW
+E\^ΑkQ Ϋc8]Oq`qVMI_o E`l=Cx=)O" g׍F,#G{@݁w_(34V-?F!,z(%+!ym.5
+.Q4TIvzzlGoFż>WjښC](4G0q2 cn+$('5J{u-OYb?pT^FDd4!GX_$AR˯^pz
+_HX{r{6~ȣLV22Gs,ZxJ$#
+/*à5b͞׃٪8s ?deϟ%Ï`}M!kpD8"qgw/SFFΘx 0Oa9' F\(Z4딗n~RXWlq _ ̻apѦW't{NujL}zYch/<ڧ6􋝜7&|Bjvށ]}2gA;F΍TE>Wb_5wV8! Y,\S
+uhWIGyȺnn8EtɖqL
+\⼹ZE_tI ,8ͽvBn;&
+ _g쩃ߑC[!E[AlϷD.1մ8Qw-o#Zd'ZP
+;͍^V^Yϣk[v㶢u'e<hV}+TOvMk&'yݻ:CvOŽMs޷
+cŤ3]>TJ~z\eH ٨"pI)x*C3  s+'eA4;8jrMJtt"u1OuZ]♟u殞I馩ܲu2/1QsW 7kOt(߰0>xZ?*G e_m?+Դ, sڸ?Ȳ3n𧣱\(Z?S$e3-NgCh.,'JJ2aⱯdumʗԽGLLߋ9KmBCX2m/t-[MHqe0ڑU(6ɒt?܌#Xg"d5 e]3 iR
+]ΠSQʎWޫm+Y[r9wnTE*~iI~9q3 KE4(y uz,~?Y| wQޛifşULʖdVY'B3'.1U_veL⭥zDkwCPQH{cDŽ&_zhEΣ5yvfP|ίS}(;l}edHDk";{3T#r̔
+>ep6X(;͑4JB ;_pbnO" r y>Aeg;(cf1X \Jw(K< i!e<i~[CLud#6*@^]H*LFM+J^W-eJs }}W.7jO@zF7
+ɬ,W0$τpWl3tKƝnrYu`@I<@p(j~$<hPr#dvq]sh Ci"jmqV6 {aLWUs紥 sZ [iik!ݙ*^Epذ; 蘀GZQ@`m+%Zz4ym+?a 1WÍ#/,zثETg1EcKɯ}[jR]jSI|a8w^ܣe}M8`O#Pz!H0wD2~zjDq;4C|9mbq=]悩)\DzKp_
+ _Vo<bċdݖz#e.d߂ E99H2RKYuۍk@p-NbdZe[<ɩՠGXSv#`i+~U(o6d(,xنc};B6ǤfTK//<K|r"P9mH^:w9Vq7f Eas=h)h.Xvw)@w P6=Dˆcn8w_90 b9+$HE9?zkhz_ZbGL0i}N3ۋ:1 ֢>},Y=x`'cxP#q50wOv=͏-jfxX36[cQwpM3'b^3{bR5}j{ vPQZX:z 3b7F2[’3wŗ{NHam>5aSiOϢn+J{,^Pa, wc!!ϤZ1zv~P3F_ZdDI{ICMBgsƶ.Ӑ5"^e]bȏ]GbXScf,6c 8@R0[+w._2M )6rAn߿w%r0*(tf- ͝P|F]woo9_3ЖQ;\ yD'ըaJ@У}ξI^"5Xdd#eD]H]|)~Ȭ|(
+z.ev.
+fpDqeh
+k;Í\:\t`6WQ{eG4?v3RIG+M|eSl44V1diCo7׃4"q6I~UB%]m3@l|0=h C;k.zFJ;0?7-四iN_{(s Ҍ҉RGQO_1yd\PI}Y"~e
+jRQ*Jq>cx3"cSXo-A}pxg/cRGA҃&?^NYo6o×=hHī1^$W;Yb|A>}]%Pbm$ }2p\u^:f$4"crhUA,CF=\Ӆ}sV}]+=KQ=nii3dzU0y1ط*I|;z
+֐C$Kc1VgeƲr=gNƊmK~gC^Te: <rS~A4*0qA(0u/4Qq.m\ ֝qyMyvQS4[6^rJ*,uo]hCP}ײj%TV7we$ mTCɋEN%9`/zB2j:'!޵3f00% o]\səm\Eaެ[=qVB1#? -|p˔8O BY_?IY|PS[ۄ7N{-~BB#d\ed(|1og+rc"lMRdG%.s'j?f'z/`kRҀk-5uB+Z(0&!婏]S}C]#q}Hqf0-yn|%xɾ2F?{i13%ѯv
+8ܱGΤuq9ǰ{EO}8[_u?NnJ,;SDm[v-|9-M5jI${IuFWq01BIbHAe(Ϝ(G1ryFFaZi$.&-),8.fȩir3TQ ~6u"'v&^ٚ;DSιmEkD&&|nUmT!.u%jES/4hoCix'ގ$&?kOfH
+ޯ}^PǒGhMjWlЭf3L.1B
+"!Go-Z >\T{tCBB/"̗gClR&
+|`-0N&N:gSK9^ֺ4Oj;AyR(Mdcg,eTqYg` ,MJWiQU^>H,֦e0֕ S/د]ljĠmPPCF#{߹j]vOJEn؎)/We?Ic es2oV92[CfcX=0ݳC/N?Ճame^JjZ9.D4$W0rFBb"yjѯ.rle?<7/=q t]n5= Etj3N ]$3sgv&$aqx}zG_W J~qᔕۀԊZ<F_ S!mG9CRSe6 <uv@GRۥњ2sZQ) 8yfwؚ3yj2ѝw\=}Ŋ=]2gy3U-C$.Nnjb94j@Fg(8MDyb2j|k&+<?5%8ٚl78fb[ԧ$.]y .N3?RtZr"OEIڱ, b03d6Ff<TzJndiu%cxRRKK'8f.Y"*pR& pc BxFK} H8')yB0!B8s#RЩ#I#]̏pw,_ʧƻQSl`Zc߇U:1`ԟ2æEz:lBMeجa/+=a{M%Ot v4
+Uݧ)㣎fLyA!IIڹ\Ey1r1q zV(1Ѩ3iD5gUaL jx3(s_A8˩WIV/?+٣nM6x%,܈h=wO)CQE]0Gf^
+$W9M]IS$}eIsvѻ+i04 Rusd3SYכ'@*P施oCz@<f_8M\AtdO]
+>wXڝ륒-c+[bk\mZ}/t,Pb*^5bףDF)Y5w9 úLk\Bx] .w-HPX1ƆuPA^}U?fMUJf&cv^3 >6;ls#2{(rQG-V g|C@y]Z#B Y1J c(*[x glEGwC䑿SkeD@6FCn` ˭yJa&}F'zv{3ʴDgWCS
+Rqy =N"E^B:BWUuJcoڹc!54ĩ
+Bk=cGTu`R"aak\@56/KUOj(IߔI%NPjzj ?l95|0*fG}a,0{5,;6щOQ#f~1F(BthW(ǽ`UDuŋ&=Rľ6%~ʛ'R|h;ܹ5"ݑ^N ո}
+eXcFt2!z
+y#ĹS}"|%ԣ?i<ܢ}N=~ MgYB0FbV d
+a´HoHЙ)}U#ek}
+m%_A.oU 0%gH]&čkI^^9J6ou˵LSj) *sp5!G~Rv
+덯5 eVq
+uҥ"!!.970XbK` ?
+N0ȌyXG uMD,kz!zހ#ԅyaWk^txW\#\XXaHez2ri߃hS_‡IFHÞ~ۏNYpsub*Y}ptG `P:p>ØOo3F.u
+'oO&%>t]#IwD׃vUzaTK;b~%}kEPU*k0Qi'oPj%]]iRfģ8S^@tu䐂w
+V$Wo^f2dvfW%$fLu-$frf FC*I_ [H=Ϫɻz7y<(c][|8qCW^u'ØTL@8\kȯL51X8 '3fǯ_iK8
+Nt"09#/;ZZ):r:)!D(nav?STș
+ctAM8{ lɳ04\ߛ &as[M.%ݎg_T
+toFTlbk-y4 "<rujZf0^4~4%+2y޺ŦkPGvGw6**ʟE|PWI پk5-ވcjCaלBgT}T]Xt`8-`X Pg,So٪ A:KyĐuKea, 'Û̡u^$Q / Sm4ن,-hzH. 1#am*mv$6uى=ٞc;9*08
+m:sW-y?pp=f8=Us%*&( ,cY4͔q#ÙLsK^эX
+FT'l2ק _0ARلrI!Q!K;`Bgxs@pqfNٙdٖC|%,vzКҭ`D 
+%=ڥX ETP\,1V3mޑoV//ȩ_xiaj=$nX~^,BLqO)
+h+pThgWOݏކ;$8 s|4 > W*ᆔ0W%a+9ɮu2X|XM9l~D!< =+A^ֳi Ԙ^&ݢN8eߒ\MCqsg'Gu LtqK[9V:>;u5Dk"+ٶP̠ӶғEF"<N.dcowhA,
+b^hS7 Pz dt0(6wl4I@I/MHk\l2#@$aЏh⸣QF؉49RXLStQC,H3#"9m#&2@м-o;/iȳ((y()xd:WVuX"Kr,6
+ij\raup KW_N`CY iI$`ݭ(t*=>T8o?J2ǍMv@; WS&HAv>s!npm9XNy<v;aN^k4ms%@ ]VFΔWjljQÚ<sLo `sNb׾ܜ*ZzsI
+<!%^AܨA[C|_tf,?OsipS4OY!ٙȓsJDJ8_
+A7XRC}W\Q滾hEĮmdr_orɎs4Wa)*W+N5>3I+ЍMD8|tU8uC^*'>a%4Ni,{~,kLwK=^ФdDP/,
+%DUG!f]Kj; B*|ji#Eկ#whߥ] 4 q[} 8Njt3Lz"Z6޼^Nwvqc:Ʀr `I/_2)
+nɋb Wˆ&e B8TXa4֜`ЎA9Ră8V"
+~b6ϩ,Я% ?;;g۩+E `um9]E{;:[Rޣ},iXK ޕN텿_aE[;tBӓC[t;nf.l_87{uͨ_xlyVԆ nMg-@}i3Ƿ~1B]B^!<1&|+ck>+( & #*!g?̈́XaZm 7 v#`xWE2o|/#L3>[Jú̆i$ohò AqzO+/!_Lc$!Nx9:HL=WpWR^o%k,"7XqJt6*|"Wt"KDQ5/Z^A?E{'DşYQb\UYG2VjȎ$_q1NWr󭶇,bY>om^?YItݟL1Fޡ:s
+r.p]X0[v%%
+1sWQf*ASҫj@͵g6a PzDyL>H$l80U2j{2as]6@hG%u, CxASoYƔOAQEguĸ)ׂBNBa` ޘ^M+ǎځg0AʦDN}B]d=Бsi㦒J1*q>Y$*imz!v%{$SPi?c*_,E]w Pc X'u^j 1xf"Y 091%'v-ѷb3_0(4PmGH1+f6{~,,$%^‹5)A5߸m!ye^:So^9Оuiϵƚ̨sł.Q 7Zje[ 4=|_:D\*"${'N}1ƒ-r)No , a㗌>Jr*(ZE}<@TU}(a?A@vSHu|)A<B"Mbrd *"I0hYq6S6֜:`~zur
+﫿Fnq8+^¬aV-[y
+JF<qxQ71'#J3e*#fwk7"YډUU3YeǜjjYZJS7HƍbŮrDWbz rZ\ L3V~Oˌ"=:q)`p mEoeHĵ
+u.J
+F5M`K=0Pd5`BtVKꥪ=
+j /{XI䑛Ad7A[sx]|JV
+tQ
+o2ވӎc^V`$P?.(f&)"<[Xo4
+6 2><` oBU2]7s1B}GxeޛAIholYNvCŞ/8|10@Wpw#Ðt`.md/pVW$ȷߨW1P6+;lhD|'*ϓlm<22}`żݞmaR<ˀt8~Dij8:gwlʹDg !IUczZig
++a
+?[BʺJ,Njx
+ [.q2X#03;Q}{m5P#h*&~;2qݝ*8Q47TLT
+KCfNMZa&Jy֡hzL"aN۫~Z.4+BX2,6. 1e $56P
+uFX((7]/GX|V1t
+CȮ4.aEI,P
+N
+mO&z.8չ;':Hd %>O0潙yQ5U U^n(gڷܔe!@GXx-PK*
+,#օ^Bԣd^_EQ$ETdS=[!LT<V%*y0mBYQ>)oM||5񫫵O1aD^Eގ44 ?xC
+KP2 Nto2]7o2bPڗTŗ cńf_YOPn-+W(>%]mfɥ%WJq:ux7˫W!
+@E΍U9pl/8 y2}j v&ޕLV߾-4n1kD>a6w>gRЖ@1?Dw n`s.5{"|*&YTÞdRu&.Fp-i;lǪH;<E~~R?1:9TzQP;bHλW5dxZ`Isp["H;`ʝh_@ٿۛ@戟)0n~Ehor;WM#})5VffoѤ PhGd ^¡*,3ɲLkܽwC gZ_`_#!eW%+ϥ'
+9Ij][B<; il.C|8跴H=yf
+ m lu7%KOCK05mc>b;=ZCN!x'tӵWifیÍ7xsH]ɿU*s~&H/HmFVVUO&I(fba1fBR 3Bts :i)pZ||XC-bmĿ"E$ OEK@ Naa0
+*՝m4o`X6l-'Gmj6. ^ڎD7(uO ?Cjڔg]<f䶞BM[z><a|yEXuVkN1f(N ^ڢAvOZZ ^Q$I<߳VY9<.~X?'ʀ&,ZB Ag姘W|ha\GuFU'4gQű; ~LJ~Oag;"zV1-}s~ #&PKx!DnJ~:5X`|< eɱ$Az Re${5
+t:g(F[<fR|pKBKmpن̤'uKg
+ z%OX:MKZjojx7%J'H)
+GN$
+$@ژǽskRp\F9@ FX&aDCPfs "9[GԀ"Hyo3C|\|o<H̜-ΆMa.uAռn]9Աk̪rDce(uX1MCH_B܍)f o-;F3zi*2uV>[~M|.*~gU!&[9G ]/&޻"ֱ0^/ЩbTk&VxP˖c  ֧?U֪}aA5W`'1bNM%I(Yy{d\]9FhS`~ƝSZ hh
+$/pkVpwdnzu5Z}9!RKٰmzuqF܉RO
+;SckY?<oXG,gB^m)057!cUarw )eɵ/=G/ G}GVbUF9`n[՛6ޱi͋CR.ugHjWLi(
+N QUEkbĩ漿ɑWNJ#]@q5:) 3`,}T@L[9?;dpel}J51]m|uR[KgF=t`pԚBRDX,hoJikoʖ΀LHZl!+FhEE|6FL[s<kT쿝,SXq!i@R)9I$5f-%}!<1E~ VF>-Mxd): E2hXk!6ζzܧ^|Yz}geX ! lHJUx;(/0K2gGkLP ȤFB+RԳC`0tY2$u= qs.Ɔ5c#⃼YrMvUr4uأkGE,ق%m0m$^A#{:(yd&E w(EVZ 9QnNF*:ZLzBKGߡzpY!>|&Kc9-G5f)ub]HOP&nN"aҊ, xlN^m,X6wxYrބHn>y#k<?52#{W$x)/aBrSV
+=ib_iη1dB >)E4 w%?9
+򙀎HXR;r.OIE; {2QGGƗ_jXpa-~τrX'3/?Q_{gQ9R_ŠF,dAĮrUK~)5$>M=-U%;}yR;YlUg߆R֢ͤH*<<'JdX|Lᬿ:}*wJ.I+n)Щ$Շ?!sѫ߱ S m2[vSTeǙUӌг+ҁ~vu-M11} Y aïJ%Ő$5$q<|i5mޱ<^ n d<V(DWQ$Ge)ִסͥw~K^nO42Tc oeh<]xEksx`PVt4l/9H0}.,]EuN @CtfeLS}+ov(˦j93W%A)mql8xc
+Ý e ZY3 _.`TAg$ nufX 16IsGmc)ٕ_8O yO}
+endstream
+endobj
+1739 0 obj
+<<
+/Type /FontDescriptor
+/FontName /YWFDZT+LMRoman8-Regular
+/Flags 4
+/FontBBox [-456 -292 1497 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/S/T/X/Y/a/at/b/c/colon/comma/d/e/endash/exclam/f/ff/ffi/fi/fl/g/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/q/question/quoteleft/quoteright/r/s/section/semicolon/t/three/two/u/v/w/x/y/zero)
+/FontFile 1738 0 R
+>>
+endobj
+1740 0 obj
+<<
+/Length1 2321
+/Length2 26551
+/Length3 0
+/Length 27932
+/Filter /FlateDecode
+>>
+stream
+xڴeX۲5
+ k KM'w^g><ЌUc֬9ߦ UVc1w4J::Xy
+&< @KW;
+(ce+,7v
+p0s4vrpL\\L<6@&~
+P}-*``a~?\=?N
+ўQxFu
+>ohkz>V ҩu
+?,{ Sg/<8U)U[JfיY2'/`\>Pu.m޳\ E2RuofT#!N-f0ܔbܹ!$L\Zy>ѡ윊]}巹 9RZ@zTtaJ4qp٘J~s
+KI|N[h!k3nk
+(|ӉU%L3PZ܈Gl>3kl=)dGrB=hyK;ͬ"{;8S2ni7PODKҡ!Yc+໲D5f
+F%8{DFB3e)XwK
+CALʧZBxgI6a=OߠIPmɐx+J 6e,oѭBձh+/[w1SV my&%y@!:ܭ,(l}F>05
+.i?nib=d5>~^80'&NX{ }u&8?i
+7L+ͺ;9o-BsmZj
+ٵh>9~Kyc;!Ӻ#~E'n7ፎ軙s ӥA2B#-=%c16$&!OtZrjVG ^<>MN6%TUt:=2HƁJ4/KP͕U@%AVy@w]pKvk %F#*;ĜoPjcb9y*YV[[2 >8Mwo싼9UcpM ȁC C
+ۑ4 KcJhV7Iv Ј>xҪ٥Z|a:=_b6D&CeroޓD<t^]QMj |&$c~fxIDC/׫R@dD{6j[o ć$<nS:b2yٽval,{ۏO,, a>z8#G>`Oг=Rђ f>\N4Psd#k{8kBp{7TT`4c̿GDl}D}-ɬA T$?IWrf%Y'Y6.+?lBõ>VTnaʆg_sr^~qP+;v`S[<.VjPXBޮN %)Repr&eyoXױʶ/夝DiJKV3}3_ӓgKAuGPr2QDnDa`uqKOusn`0䋹TdBb.Y%ї6F 3Oa֛a^Ƭ(!B|O]z1r kbk'9]kδ҃ydxT?WH!}:o΢4~VkG7}Rsd;g8{NNhѷ̪%Ȥ^^I@9NMfR5Oy7JKC$/9Nj/xҳQ/GI]D ^8{9X}+M0ՐddaN˟j~2nHZaV]..Gv_;CKVʸ78zգ?GKPt0,f(^h:R6;1%?կH{.hTez0{@t2^AS^>["w
+ g 6< {ǭlx05a'}&i!&zi$U g:òh ^Jƒx;QX-Wc\4ؗ"!;|/}p>T½AݒE2avXᤱ]Lw F3F &k y#~;|Y7<m{ ٬˹X{ bаLfw%P ҹ'K7݉1Ld̴ _Wߧ:U{F v*]_B"FZm kKsU>2]P8kR0Fww5!MW
+/Ca%N%BȎ}[2 wF*c-qB?F#'X*tr5n]A8H+C !j[y%$bpne7A{RdzOz1Z
+TFWbO'?:<f ?޸ X.WBrILoVwqgVt ‡DD+^10x3vs@kУsMCj
+z̨g:z*م
+J>eܚT:B&vK1wm;ݧ,l@R͒R@ E8X{Gv usMǐWĦm'ISbj|)MTa998;<HTҬ븩“ԝpC0jPV?݈/~r>wT9Z 3@}̇1>Ӧ)S:_
+=l`p7PGE3ҷaxPr4m?J<ϛt*!-b" =viKKR‹0H^,)|v>B|MZ{k% +#mAlU>8{ai4ViK>{ϬƔxyj޴AO~Qn`|J+6EP'̊COj*zuI.ӃݗNyB*zarc1>|Nz?)2残J0_A_1 _1m#% =Ro۞F:Wp6߷%X,!"qw*rEIYb;e&˜(u/^+ k&YRgnHqgmimmSa5oQcͪScNҔw|ozU !i/+|:٣e<9R)TqVJM()ӽw̨m=\]% oREp{<SyL1,'ЖY/-{ik:hz:ߟT~v늇=- ` Ԃ'A8)mWsD yUGLp ҕ ;^@QP 5qd] )*L֦V 8$pCpY.큜!p_YIR]U{%ĦY+6Ivljb;$
+nZߤE<#L(3"u|S61ry$i/yiQ|H-6԰Fԇob[δegPGJKqZ?Ne8(?D[ͭ$
+I)`vAqzVܛj+Z<˃ZHX {6~9W{ j_8nb{]!UVw'\]{?'6>&?Ԡ8a.%Xӊ<c>xDSH{ʷu _2gB@`xǠŅVrnfRߎ]i12}E
+A1U aGK N&eN$兝)޸c?^8ȥ&a](51Eҟ7xŋ=t TkcT
+Ϗ^_˕/{&Y; }9th+^qz|41JΏM=uwXwqȅ)a/Q?U9.^w̎{[?.?q{jKbHƝ_o*z[čp9*6L͇Ɣ` 6iM9U))tI2C)t6=U'9B;\*iήYd!^b|Ƹ|6=t.sX=3I8-3
+ [v^g&Cm- qg^xWĭ'YsK^9zԠ I8Ğ%;2SQ`C="jlU{-vHtf{N;0 ٗLr)ZFw"Y
+Py>~YCUa,.x|WxS땔DpiL>?# zC!v
+[[l~&(upD؋yFQfKþPNo
+|2qy&ұ$r)o`zʁf0/yY=f 
+YxI7yW02$K||2!Az4OEZ^ i:̳j{Y]TQx#iX+Sa]P<T5Y34W eSŖ~YTRϣd~~B`)6-/%xy=(ˑmfP"^&n Krы>M7%B؍x\5K'v+Rixĺ"VO Pfp@zdʡBN~)<Mg߇V,G\6ez5Y|2q2IC_?1ȟ oE~1}b8BHu/
+ύg~bBg;Nxȭ}(~h/!%KN([Ξw((dg~(<"eNв$,sqʙ
+Rdmm7 1=y+_[ zuX l12>J B(m1wѲg
+)hT#+7xڼvAHn-MUWܰYȽ#۹1z7 _ڱcƜo ޤa7, ?mCU(2`ҩ."z|ΠuGciuT3
+M+@S;w'Jz2Ҙ]xKC\s _IYG
+[sv43>"ǕRU-a O+{?|:D<#Hoտw##`
+ӱk}Y*k3/xr34MLvt1ǟW,[;'d҇": !30z~x_H)e=s5}ghrڇ׿_WA;K% w,ak+<q~yqޭ҅€P%ӭ2u]O[c_SNcϯ T
+3U bEBWc]wݧuf|öߣ.%T1쁘}[V-˹܌?*GbZ]86@A1Fx960rH:;uӑA7L/$TJgQ3'YQgilH9A:eFjnvao+ eλHmaY>B w J.s{+v>`_aIh=5p"-?y8[KNS&s]SiWu]qXb $u`ls4?M`*ndA\<Z
+'8OCe"^\=A^䝶]^ɩQ8́^ų3%vBt̚v1k1%5q&dW.A`R'Y'mL"؊zB).-E+0cw J4GrUg^b`FOg|N0lZJ9ocQ7/ `>Rve3|:Q 竺P;**z}3IE8ܨF쮰/ruLAk7Y~Cx(frV lTjJvqW/.K 0|h< &#wY͐_;Dq3*x%(Ɋt&Zs?q"i]
+Tc+}l:H`,é3fў鿳mtr*b0g2LCU'UM>j=QER|ý2FqJL0#[Ͻ3a$N{,LΪb`
+g)ebF.@5y._XuJYv$112k'Р,ikU W^K sb#ja[Nn!_!>!hN)̉ ,Ӊ==V{x;n dw%mCgB\ QWtu-%M2X\Wy#NQ}Zemڊ ;j5}̔
+Aʤ)QtR=rwDFiR)g!}s/V
+x'@΅ݏor=,k1Q
+H!IV kf~8JuK [\.lԖMp lt}Fߝ9,W
+jN&j0Bh#jTAf4k9;i6s65V&R*߉z$rR|
+JTS$9Gn NJrSRÞ]Μ̃Mf468:W Qb3T=Ma" n }~gWl9~U~L{DLKcۢ&ؒ ÃE5|Qhk15s7I GPTpan`\)#<3*"5!0i&^!II! aR'dAbGj n-$k*j# !koyhrQ0m7r٦_hTK+䫾IYBl%F*bdĬW]i J8$rX:㓮K=(j9c6:uFEA
+o؟/{4MO6I ~<|Q)]hc)5~NU򴥂6K ^6Lr\8UJ$7QNk3vkJ@" @2ʃĶZi+{
+!3 aҔ]<A0rI!Z{A2đwE"9*3x|.GAM6;*.wnzqίkpj2Rv YjX׼p;Bf-iAsy#PqOӽJ
+FԀ<~Jރ3\7E|+; Qp:%u9IvL3Rg1Uc6?iq听&-fSXTaXЮR9wk ct
+ӾR{9r|/3Ry
+R>՟/7,j>u["wNs<篹*mIһ=i40/{
+(3>f ՄͪԥW%H!R;WQS${ wیv}J$cgцݔM<FݰO! \ҷg&<JpȦIH#s8bKJsSo4A}'t){$2,N(ڋ @HA*O=~`YC%-?J],S]JځQ4b8M3m.h:n쐐c&&nYH _cJ~iG.2
+lo;PR:ˊ֋ ў˺ =X'b7*37+zdM2U+7\<!*Ҽu4bA%#Eqv F:Q]w,,(Esq4u#zl*Ql#)wrcdc%D %l6ٸVˀ/2KԨ]څH2"x
+eO)x%CCk̦x:IY%<}ra|Q/ȂaTqx,i|"/ @)-Vˎ=BV1nn]S`1e# l/!\뉆n y[Og1a{|\9%emMBU@١nn#ivۮ|Bk
+, ʯU˚jKz
+)+ES)JfmNE!cqF<}HE @۝ILS3}0"l!;7Cی#pg)aY"3H
+_WO<I0Oskl0:<P@
+8 x%D*wA:l^_v7uj3GiDZcYSٌw!hG{6Уی%'Ӱ80N:&[d#,oנpDontl1' ?zn"]Z, HΩl
+(+Gm&,0c3*gԴZx$5*zAX(4֐RU; $iE ׃8ytMok}J(~_ΚW'y&PGT|B'#(۳P"pp2#;1(H:Y]6b~wX99 W
+
+s]F홾ϕJ|
+%6>MǁZ!b ;0Tk+a^]Lmۘژ6fmڶm۶m<G{$WrطKC"n7֑1(,TEhk솖5>Ve[!i#"PG%"BH#򾑕nw76qM`isPmU3NmĔJoMP7@U! jcw+/t2pYɹj0 ?(x}tSJ'AD)GS,2<*;IJ5ᥧo̢ٗ>2]INs~+ ci++0u#LO׸5-2Zb7]q) ARVs(aY)J *AE1c#<k)5'&1@ҮhnUmxQ
+4]vEevhSM3R
+u'sA%Pd)^֗8[mu@9sV7oZ1!
+Qټ?bݍWޙتH&?fQh @WP0 ;TB]xЗc5KaMD5fڌf\9,Kb܆1ʳmC?Uģ50/bb?@mGBiӎ|wVMj]@Gjq~.Z{=s~ ^7 QVqk
+!Dğ-5>F.ʂKG|X鷣r<Xy@^k螪yA'Hz1Ei: 4KGe*z~ySIgqB0qw#TwB\lKs]JtLnc+y.;vHg^9?ICf`C?/s6Wbz-(;IJƺ\T,w)n+ >:ĝBd0~hb:Qe-8+ԧ?JVՉ
+e J&FM)5. "ztKL/ǬFxt!ЊgGt
+@hY7wЍ>C/#ˀ;zfY
+gc?aT<k4
+EPgxpD5a8 KAD_޴xT w VN?1.olz.D{̨}zXYClyq
+C+#:kp[: x:PY\ȱGPC\-"댄q\3yE^ޑ-7ϏLPnS~ħSR A`&i~iX ˑ̜Ma ɤaba c
+(p`"^!ٽ
+S2n$]{Mqw0EeBus6iQjJ)(痌=eE҅,xCbC  :-KhtVQU+?Q@q { r#x}}*S[尲Jy-} IȹZpt.%
+'.@Jou$%$NFm0ى\9)&bS>.Y/3;25㑪)5X8HsiϸH.D:? ¬nx>bkeF a&@(kYW9 P05
+ \ I<ۇ() sG)&k:1)%1Cz#2[S?껺ʕqLc _3:j%kO !cYu#h})US JBBg7T;#\  ZxE]x"?Yx<Z=@ F)c nAs|mB<F>ˡZ,"45|(Bek WZvSGy4[f%y^A{v&zZGpg Q38[>m?BBOlt
+$ 9=tX-0x}#xI[ cѦ]MTGQ'+><x\GxWag%[L8
+c|THb.^i
+Ѣ:E{5q9ԯ;!
+t`aJLPj(5v,e9TN(^>4K.~h8ocEk <.?I̸Ab2/ ޘ(Hb)@oGȍ;qjӠ8٤%ʜ+{Inr| /%9А0Nq5t8+Wݣ-_ -{wQ{uD;ih"'M0<7JbCGI ̄u2r"\
+REK͘iLb{yYfD IMS?4E˒ *K+kL]fSN32π+Ճ9"Lz؍f8ݼ<G!w(J Fi?쾈/|K^>rۍ}8Ei(`ډRSUaݯ / ӏ>IGAoSL 5˖饫x8n񁴊2ޟũg܌ lVTmEeh;'̮M[p\|Ӡܝ)SJZ
+͕Af Abh"g %klĨP<z
+1 (nl3lq
+wɜ{| &Rx=j)ۢVt&Mͳ!Nf7'FcG˩! 9fܕqG""\U_2p[b`k24'SܥMk4gQؾq7rؿN8*D 2ƈH@C"f vcJ*Rfd
+/ }@ 蛸-qhetI@
+{a?7YH3XS T-Kz
+Ie_JN-#r
+5J@t~L o>t?"C |. ΐ6HT}%Ffjd$f
+T*J-lhcu>w*i<HSy0W_EsI_\zo!
+r1*̷ ha\ld3qVjuсi:
+ǜWe*H۪5R2A Sz!Lz=|&mGnApMaA(,<@#=J놞Kk>m.{wF1BxM.[$_,&d`
+ŶPCMc
+myv{΃|phmVHykj ᷢ}xDZ~Iܴޖ[Td岬wo\šM, Cw* rhe
+`4Nto}$y& Pg
+$ Zk 4LWRE83ĐSWJl7o+=> Str}aYwbKMuAi jL2hsrCx-=*4 xԺ%gbBv7킯4zCĩmͶQ7 -|
+#]"$uDj貛
+]-ȥȔ\~.*ִ|0*v5.n~c>J^JT^ ZFm{2eHTa,"#Rm=:_=U?,qF tq Y-q}A`QU{Ǣh~og/ o2_qt9 {mnKS'1+?z7G`;fR!-U;f Ni<]x<kmm+tOlxv6?4<PW8KF*G R||n<9ڽrFJmc4wWe88 V&C2MJIhJ~ͭ7Ov3ưA]
+t_7~Xcғd棟_ N'ZC<=c)|O``ϻ;eޜ9$O qΦ9Iu-C
+nW \&8O}_B6
+?1Š8X2(NW{]+"5[5-ja?G_4[Ęzdtςz{~~P\ SІDZ5 vq. IlL+}R3:>86^ebf
+Q9|\1r(e*M'R
+/#E)Zt,KwR–?VZR?۽D;`%q 5Z-I($‹NV"p<첝 .5A{l/$2N˃S͆`m8ho}I@hS(Eʿ12JkȶWT-2ߒ4zz!kE48cy
+| UZ2T~/=5cxax4Y 1[W/;83tFW(M
+Ted<yN͞}_bO8aݩ /!*N.8%cڗƈ掺UVQWM {\C3?lj5]Mb=l0ˡT6<?-v] "c&v(P;N/>J2(?Pd We;dȅ%4rzHRc(`-ϸ~q=Q ێKگo(HBt=̤ܶ0Ѻ<aES\=r1.l!r-E96O8֒J;["tEVhGإ4T@.߈,tMT+F ̌.ލ!5逝+ ^?޶ !2ؽ?(FxS̢'; QbN9\p4lO8Gp
+-G%"y 9jLcuEyrDhz ~KNBBeBg-N!?c8ESPނc{ڊv+\).R>:J^Gh x[ .*gѷ[9I}Aޝl?\[kb;kh3;kc-NWkXS@,8?#qΌq\B PM4z0v f!Bv6<ļ6? yZ ͒A$%_z]0E{f,;X[A<TZם̸v[+6׫pyOʎf!Y&ޡ.S|c81xu?T/e˓DM~R~y͗uK0nRϙbfW#?u+/[]Czi[F+#$hRwFab,KΙ%y7E[JHg|bgJ㕪3#B<'ćy{p]ew.N?%:
+$3afduy{ENK!1ˑCu N ՛Yze!Dv'x\d~|
+Y7&|W+AFw)^  @tRKyvs *:{fOh&9eQQZhctcWWv3#
+endstream
+endobj
+1741 0 obj
+<<
+/Type /FontDescriptor
+/FontName /VWANKZ+LMRoman9-Regular
+/Flags 4
+/FontBBox [-443 -292 1454 1128]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 90
+/XHeight 431
+/CharSet (/A/I/N/O/V/a/b/c/comma/d/e/f/fi/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/percent/period/q/quoteleft/quoteright/r/s/semicolon/slash/t/two/u/v/w/x/y/zero)
+/FontFile 1740 0 R
+>>
+endobj
+1742 0 obj
+<<
+/Length1 2489
+/Length2 21709
+/Length3 0
+/Length 23190
+/Filter /FlateDecode
+>>
+stream
+xڴveTZ-
+
+f3\&@
+4gv261260] >F@&@omur>Uv6
+`P޳AA\QwK?ٿhG{h " ߗOx&^
+[>~qsP:?Լ3PxXvYFf *`%Âp7ʹAXovoހiÍC4b=o^
+fР֙:DEƴvex@g$fӠ,"X~8g_PgK||JHWoJdzcy؈>Sv%뵹d;*\%:A%uCP7`$ȻRJJXUDc ~2@m>F
+%;3 e$\9*`iy]$
+=1ƬP)9o>5NJ+א>$l]h v6JTe? '@M
+$ds)6 hws~Y^c48`|Jh"#C3;_`6ߤn#|&3}B)LxbCnʩIEɭXRPHnE6Gd-& zcϞNrx07>+Y
+Hn9˰+gٹ%7BMB\i
+/h"GW-Rmg@[LV~όk2֜.-k
+n6n6]4h
+â}Р=c^\2$TvT.
+:r#05n~f8Cq>Bfvx9U#U-5?$OQ6/\y$H@Oo:CG?i7rrG<8S4ueQ`ZW=2:׷66p`5B` }7) LJ֨gc.n`RYݸ);NHS$kl|,>> [P J|Է:=1
++ѭ
+ :6Fy*f;WNNE0QQac>Xbx
+쎂[ʓ}SFf$Lk:rT% M,U'&#вvwc/Nt\(c#TCqպ,Bɕ5>9U%%!>W@&fP'5
+ۓi;# b9Y㺟{Rݬ-S%LԔH,m.ZŸ䰳9oԄVwޠmRo~@ȧpMJ^O|>I34;O,x1D'ZL6"&IB)Gi0'DQȏ
+=&qe>@@hO3Q\2EbJJbY#ŠI3F#v MV&]MhZl@?ɶ |_N%%3!+ol6夗^ʼn\R4Ǻ1u$ms
+&.bU`f;ڤt`05"Lr^?M~R%.>}@ƴ
+|TܹLC9q^uw2> L6s}
+_۰o¬J% k
+Z+<5*v1a0kmD!3ha݀+hDDPFU ÍI& AJdS21^7^L~ *8^/w-%MuαAD%ͯJlb Y(Oܞpq\kOziι<G0OBI?2KZ4x]1a@RxLps$(gmc"Q׈,| A֤,eZHdm.JT'.YW@<~6͆ Q3"-ĺ0.j=3m؅<ymy!瘛v HW!;Ph
+bϩ1'yG9=@Dž:;竴"?Z.Oaᔭ RSک*)\hr<D^􇑟^)(">}
+: VE]~y
+.DRG!0:'dbR[pVb[XS5x^[L"PV6EЅ|UCm$0s¾P4 J^9eEj,ײPͫBmdp0WPXEFUJ}BgL
+g.( S4)0OI|)w-!ct{!u٤ ^fBr3\o$c}5Y$+$Vn U
+sV6ᒸR˔x J` &g76K_VH*&K*Twd&w]OT#/VD=B8qom3
+̼뫥ˑHWC{e2azN2p6 y~ȒC$vG(@|'-*NCe/$ǎz 8:)T79;n"%✥S#
+,7>%Wu E7!N{.AŌ<g?RiR݀MCҖXLENV ?9O'`<U5,WHZRD&9&Žeeq?<@sKƵOܘ?inVLǛq6ߗ9->#t.Aoq> @4;lUջ,~ }"4L+>T‏SW<`zuPgѬ${-EOmj"{D!y +p]Kz 7
+b:'f'!zylQ{L6Mb/Wd}acFjP/ RK%wYM"w-iD`d]=oPojEpnDƤav<MlID4G~&JǢ3z}E&J Z۾DwpDАnpOvWaChsbR@ZD5jB̢HmfBO*Q[EäO3J]y.'>a<qQ!s*9Ɍpgmmjp"; CagMaJaOJS+BtJObL3F^ѭF8Co V %"rE1n:X->!eI1`AqzDa<%,
+峄3 <~ w"
+u<4m|8 cdgKM˜b~iRZ:BTem?m3<f;,2T.`"c͠XOG(O+yl]bphޑT;u9.$Ȧn14[+8?PaOγ?Lp>ݤR2cH>8ȽP2͆^. p0% aroie8>v%Mo~DR񨻰d4Pm:YΑ J*TnSz}AvMi"H9"$xj1`
+Uoi}fGlA$9l~x'Rqcی 흻(Jt<×N@<
+^_85/[7KɕYOKΕO]dج~#%[ur$t`]$X_lPoiq}fMMEqpZ]vņlxLšնG=^oOϋ_q-p?C).~G,Z/D
+ N]Q>-\#S"g_Vx5MuB9F@.|$GB.^cK'pn!KHꈒvr 0'CK@(h7) djUԑc=i eS7f(PNIN^ N׭dDby.>:"Q0q6,T)n^LsE1f,i)bM-3/FlU?%<ٰ+foLS8>ʱԽU}o`nyY =;R]yH~M$XPZNeǦB.W
+87K!+0P'H!wW9Ɖ~܊uɦjpdmHqC߉L){i[*/eB} d[VQă9uݘn$,"+%pNຑ',OzP8mQrvgt޷}- 5zl)z3MRO:TP?Q1*Cs^[ 2{9ds> Q_;1\\mmZFS_*8p60Ԅ3 YM.yI Y`A3.IlJтnr.%i*'.^wIO?dwQծ"r!#"Za>5s|ɲ!CVA nhf\W/5ؽ\qߴM)/;n BwԄɔH]
+p39cz+B(<Z.mC}3Mtǁ(ݻύt]vm7㷓Ρ8
+MrMt$Dn<!1+bɦ"0^X|:%V96_g=%|ؠ(b+7)9
+ "v PXYsUzR.!.eQnd^d ެ %Piu}2HH=ڹ-E=Eb 4Ų.Lؐ} <Эk.\d`A^ hm x\z
+H{QS`/
+PKcA}GѕIZF#iwx5<
+lix*dE *}5aL ^~OE/]], C{C3|R~qp7quFQ+=e{7 >6pDYed2HT3+LdbQ7ݓ'&z%ftc0/p?kp5zh|mOyjvz>/]ЇW\+vZq`U4#*4;ff
+׳FL%hiI125 R{y(\3kn}`[$xr8:`VXm:'x\IS,$ )*l
+ VBmx90 =}i>o$E!Vśiyaoj2-'u(c 01!$r4Gp؞|l C!"(YK=p7k
+_oM4T?A'
+aV9#v4sIOWzʛ1 Q`#!5"llq1=WJ*tamFJcA5ꧧ)iPR7ي|&\4gK) q̿HOEwhQ*\p9zLXEwS(5
+4n7sXP|,M7L '!s}>8~/|<+.0r}`\bB_#lJż]t"=4"IZ M^q0x砡jzӁC(6<wLvX#X
+}%&hCmWieq ߓf"*Qjmq꼮eq|=ٛ(C TR/r]cGc oʉ-b_%+{-0Ɖ$K}Kx,dX-h~cUxq$?q7ΏI9r[m".["$tYiom:К::S2z;+I@mK mJqݠpnBuxȲB:'qFR$}9\RKm?Ч/Lmp3>ZX, E~k\|e)LxRu_f oA24 %=ck|)s(ƶm5 xSiV<H>}EKZ0u,iC'4,@)j(>
+b_~U&p/sw4i qÊ#S]rM?ߟԵ;l1_h 眷i&U'>rg]J Dlx56㞯,ߠ^_` 4U GҢ iIJYYͽ'jAXr Fgh1idQ)\a2>!{.VyF|B<3SKל7PKTmnJjY s+6F.*k~rKdC̴kp1pf^Sp1:Pu{L 3=2EÛݗ'G+*ܓjU^gATp]։+ŕ5$q/§@Y;Jfy|TѢW׋N
+SN*>o6L!APzqBoPϲnk?hp%Ѭn3ScN{Iq6GJ޼WSLiR|aɉfIw{U ٻ7./zw=k`]X^8*g EY#y5_"mdmCJj3t T ҕ-")i)#֥_y횼i}ɈCmD,Tx{%g\HĈWJW]ƛH?SRKh,g GԆ}PBāR3rb ;z~@ w;/؜ԑ
+KX^Rä#TFyq4
+){wL:-¨"NMVyQlХ[{ҍ jgQRdHJ -XS2SvQZ~C"0hgN'9󅒍TV3߅^9w#x7? #EJa@;EN;biWI{@ lj)!X;k 'f@F\$<y
+ӊA]YnV,NQ6Vy7㍟- =QDR`H,麗WeMRolMOSʈJ` jK$<?O"5)R([nۄn]% 'Јr`D+ۖEzgK߽
+nbI/gMz_\.wjo;M8)h
+ G'HZ?&5!ՆNDXK9:k!eH_ßvY4(hC )?&7On|>zP(&龲,\)CסAo;Q+k(3r)'(\uBl̖A\;zVdj Kߤج\4ZO]bZB.i0 Pw=OrC{ԙ󓣨 ׸`qM`?KZu(T4X9ݴZ4BqSl 2cfMbE!|A!KLO.l1s%(:U u ey
+32НC!aM 'UgjuEqT=ƛWAk3# /*m~۽PXf.x^+#)v|Dp`* t&[mCΊmzQ-?H҇]f"R`\i#KbC|2 )ATQǚy~%cNH65ӰKGf6)b'br$?5R#}2#pُbETӒM\ILSK$=|'Cհ:7Xp]Ot,t6l
+ͺ4vK5FM?aK(Di!
+0K&kQ9^zG N*صiǼxcLǴt]U2r%(q1B!B@'AG.EhG_<)[{N(툪3:N3@f^RB♯ v83C#a%xܥ9@OLƳ(7_>crV{KwxCvHlPYn7[2%*2욮
+Mi`(IȇP!'<YgMae^1vw6Y%z'ʚ^YMǢ~Xi<Ft >٦s@;1ȤZL
+ G,j#') z<_]ac3i<J)0Q/8W8^2#`+b$f[a 3;?v,;;'6L6˂:gjÎ񺃸/WTw Qkl7/@%Fb7Me,{?w"$ j,SQ^#8
+gD+#J/ QtDM&$X>
+!M7s4-0'["HxȒ\LU'C4T0465ݥgCbN5./b1d^rUZx t
+MqZi\"g7-n+&/ k\-U'LZ^hI7'B2oW3Ӱ 孠&mV,,q/Cc6f~!1,dW@yJ^>{}%vGeZA6߭RґŀF?į_Q\J)XT(k{l)Χn-p)z#^D4EosO痷@*aLrq+ل]GQHEvx,,%VlI 5g,"1Y(je.6eiK&D'N5JVIdGjp?MYQwSk9`W_ǣ:0eފqK>c8o\&CT@B߷U{ds䒶kg+"{vΣt L|׵SrΡB.%'?;`:TPcia-$i8NH1iF47:E:󯔵8OcNȒVz`uOyZTx^m\~LIBK@:w=-hC Nٝ,QV0{D(M0/ۗqɭߢϹܳ;ڢQte)C!34KhL4qcB1؋ܶl֨|> +~)!z};7"yz4C9Y}N0I<H=ֹ>6{
+K
++rp@YZ
+[1fG=wN8s<5~ܵwn*L` \2wHe_s<8cN$"Kaj<5nx](b*B|:!-n;lZŀ([b凟=b_U+JH%vp]| uH׽aSX>@}O\FCrIY]ٸq8)Pi.\+<$o 0rdHAV#3N;3|oFG`
+5:8i
+ZqX(PQzDhwiF i߸Up`ڶBHMV@۸cէ+$?HJobP@ϑT*(SU"9 L|cwז7LD`3So.\jͰ3q}W!i& ʑ tڧd4,GӁtK@:4jprMF ~Y2eTXAVi)cNQF.Ȼxِ恜W8QQ8 Xt͌bXAtW7h3c q_-n{h5v%9nՔl xr ~TZ}$49{
+=/j)wLj`zվK(blp,E̍(V#ݼҥ8,dHm5hJ̲
+!P%[S0sǕNշ y@Ǚ'b>K͝뗼ocdfjP hbb Q:ޕxsH, U}R" }\֨s10&yͳ|RVDn%pw N<X㗦<,ܗh%tMgVT,?{:x)Dט7M]Ō8kjj@:uUiZb, sz&iN2*jIoSS<(<bRㇵ6gb 
+
+){7 ~fd6
+P添zRICSbh
+"Jƻ?+h?keyX?Jy@C-c{7҂4~YBFUzWdmlkA#5]IY0omx2Yp'd٩?Ʉ
+xT164Y3,j&|Fň.MčxT6#s)* ܒ?rN&ފ*jlԘnL:TޙHJ>f (w"qiPcta4
+^ԙf
+~Q7ECoS,PRGxag Q$_
+k.vW)Nsm:~""bf/M_2&Ң3zAqg<RA71)}ĊPa8ǹr{m'˵8GZf8Eׇފj<2S9(-}LB2W4spdJ
+gIA{JLS]1d5>=*QwasIz;H"%)WXmx? \uz'қSDwю2tF$#HqҨLːF@4\|IIj3ԢWeL<FI'Z4Y}@,y^IZفF2L8}6\34{R00G~h?!󋡑z)l+ ~#8U$|P ìq`R $?
+_lmle|b>Uro`((8ݺu 'o?ҭ&~v|lZMq5u`ڎMq`|d$j`NJ7/ͧ G^.)py^Mp"uSJwRV{*PDى|Ţ(z$n ـ B*idj0%<k렠9.Ŝu+i;UӁHTǍ
+i³<?ruPSM[/Qۍ1cC:7kcz[:Ϯ;R)mDTZ)<U)͘ CƟ+)tBݩjI3>&jZ`[ ާH6$ޞ5}3f&^ύZ<ݶ047O }lsk;82X96~BZx@uKyٓFt`R5lV2p/^ijt`"E23,rj\={=KA0{Q,oI,3EG =ZBlʡ[gs'qTPmagQЮ*>{Q-6l$[hN) <3Mu? d,9w@FwY-D&aL`:U>'(ꄁS1USþX9yj
+vezgEfJl?G&a_NDvTtrBNDČY'H.>ɽ Lhˡ
+g] kWl -x0Y:,Օg7"UPJY Enx'EZl韻)=b##< + ק`xN9pIwi׹bPvhAːqiAݯ47ל9 4US;|!蟖}\M=*h6a=
+["}x: ֓RvG[lGDx޳t1"vdZ
+[&ת2OؗYH"1vZ,ɜ)1 lOOCʼ~=\!LD:t08k<P!b2/ĝK (7:|krl,?a:uMjf¨;urj%IJ<p&te63S)uk9`of2Yt3+i@EGbŞУ B-؆SH2})V+;$RwYAQ(2>G~+lkL cmSjv;GBX5ThC˹ {@?Wv}Pȭy> DotXﻱKX^sZ&qB|2[n}McőtY0¥6oѧZr1Z ?/3WAF?X}yJ4.ƣdlNW2gm+#仅֩ųʥ_pPǹlQ=VM_AZ
+ަ]kX5\nUD}sF]3k"=<0X
+"uzЛVDN7 ֆye
+D 3Z~ƕ| ͕⓹@tSm w]DThc) QLKh
+2x5/@W-÷T+ iTdyE9ܳ߱E6byXKa$<Ag.OBLݴR1"=w%x!r5q!,V$hCד⇿1}etkm'IZ*DZKm U?J&*Y-bDc9Na5תsHvr9=M[^SؔaFMƈ'K>{M45g-Fu 5txawܤ,)Q@yAz<yg
+[kVDHro|m ŐԜwPЗvNn84^>wr"4e; ]RH+#>m ;67a> ΋,thwH3@ǼI˝ vWt
+%bd/EF_Qr4W|1e.AqKHFSHDАDgmoQiw*dxtc ߋmksnڿ8~D+hz
+nGd.-oFp!.f_Ѷ$BPcGsIB3=< ;GBҿcF8뙟!aW^%NT?|7:WiqNʇctދ gZאzXUXwV??o_cso>MP)1_UW\sIM
+@/@0
+
+,(evO VLT`cz˴s`"^B: A:;_M
+-bӴQA$R_*%n#)j(,c{Х0O: ;TRxU@Tk~P;HMj
+nvq!k0d S_TUIͩ
+6-;d?_&T ?u V*jvrpG4 _1q4 EzS5'S Җ ;Ln/Vp`زu =
+L`-T6GKD}'p=,r<Kn(8j%QrqVylʫ3<yy o鼬g8D4%ec L\owflwD͕N4.&G3qZcjn17P$Lq(]. |9[ܼHr{qXN T~HC0 ja0>t6 e-tI ߚGdAYvҍk
+'&ȡ҄?ASy`I^]0o"ey5S(z]8E|c λ>57NzpKKKӞn𰴥l6 >95KfeU6ܽ[cNn=ĔE"9*#<[T4ŒAKL- !1h^7>@Jx"D (>d>a^]2YI>cQ"9@e2H5%yl*^~6pW q`@~I_}\KbkvWlHˣȸ J+-s.l #.&ikBO5 (v,<c7!ʹmmTڽ)N!(ڂ*7` 8u᭔1*262d#VO>WKǞm$t DGI;ɿ5t=I'\[Y`MCq느4>Z5I2fMҦ.D'mC8qW4Q
+/wZQwrы'0`ȂQ41-Į;ӏJT1kt4I hE>F84$f#yo#tsXXrDe_Q@wGQeKhhݣ?JV. k9pZ+ }2:jvg
+endstream
+endobj
+1743 0 obj
+<<
+/Type /FontDescriptor
+/FontName /RGJWOP+LMRoman10-Italic
+/Flags 4
+/FontBBox [-458 -290 1386 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 56
+/XHeight 431
+/CharSet (/A/B/D/E/F/H/K/L/M/O/T/X/Y/a/b/bracketleft/bracketright/c/comma/d/e/equal/f/ff/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/question/r/s/slash/t/two/u/v/w/x/y/z/zero)
+/FontFile 1742 0 R
+>>
+endobj
+1744 0 obj
+<<
+/Length1 1816
+/Length2 12527
+/Length3 0
+/Length 13711
+/Filter /FlateDecode
+>>
+stream
+xڵuX[[=wkRwťݡ-Ŋkߓ'ٙsL{VvU5,@i+3; ?@QI`,j
+"`e afĔ夥44_ϑY #_I*xx
+_
+
+&X+u'ڈJ
+r]MnYٜSA>!<rk
+ԎD6˒/Qp`R_:>pə&mev$o@0Wsv pCս8pv܍;DהP i_+5|
+1 jZ>nYJBrB1iOVȀ: u6ә(M
+)Kya3=On]<d/k]\t,6 B4afoͥbhQV$D;B єZG+ mnt$w2q+lVƋp}?F1{>Ԅnӳi9߳NhCrV?7q48)q⫛h 
+=/!Aj-.LӊR̐x @î Pp_qI!ҨQ\зvעQ3p!z98h(XqjcȽ!jvIqM , =jz"jȒ3vuX@@hrGos>36sw&=0뢶CY%N.[)%߼!ECwh3Wc*˧_umE9haq
+({)#S HKeQ -q$'Ds禇D)cBN`4~C8{5m66N+ =k|bA{f
+j z+
+>e^?[JD#PIRo[KGaEOŗep`<otJͩ3BV2zObA>6l8c\u=P]xMm[uo_q\׾'7GAy(MaDj wzU˼EzTPs⭩N&"[eqBLҴ҃A] W=CVMJ!6EgH\XWoc\~m6Ђ8(5}G;jm*!\&HXH&%4hg5C< g[ppsT(RE}.5 E#bo:8%G.ʰtmIʑvD1Mx |Uly?E蜫<z%vu$Ӟ0He[дDXc |هk z'|CQ=YI;~鿓aiH,602q:fx6ayM8_<_&\ram.ojp/jP>@h2^1MT\(J FUMyRz0~?!aFIP犬 WZz.mC1 0>qOH%fldRSy0GL)YCkҨdN2$c~01&˂E&b+|i)?*ĥ#i j8? ΐbrݖ&nU%1$
+V%":;sʞAKiQf$k0*RM¸3hBH$ERr] 6 UmǐvS^!inuEߔ\suy
+/\-à7X?vYЖnal׵;YǤ"}ˢGijcda5}7Kt# YjMM9
+_ArU|f Kb%Ip"
+hoI}UMdX{LsrZ &a>sn\ߚ-3K2{\zk8.](B-$źq15|\Jb>F7h_VFciAѳWW8w2"Tq \A)옽 ?FYlZ]uwJi2V(1|C5ML~״]$V@q3peC0
+#h=,it~C@S5ar5b3S\oLNTM=8xBupRj4g8X'7<F4h})8:Mu0pa8uMh@JQ*&BJЪ>8dJ,w})G E-5b[i="A섅$YLt9~7!:FӔ'Ga(@ضn~ESSeU3
+m;LI>:3hR/?q
+Ar.9>XJ'ZK^+0jH)|GT\ 1G;)<Y?G[%NG ­^i$L뮞a%bS|E>B&{oLCE),r-tZ7#d;V#U3 B(3LY + R|xPDує6F{Hƒ=.GK"i҅l{'.=~[P#?帇`3T"9hˆ.wv)mز]$-M3lO͘oea/}c0vOY@ ACUdw1IbarSZMӓ,/K\*bzN$T]\33}
+1 A6woxzbf",B j
+:ggP&v;?q.Ɠ4Ilڕa_潐/=h﬒c &`'=L~VemasVa뽡CPV8?m]"}e~F >0 b^m /t|媓0p hHZ TkﯔQIٍQטɂ]S5O>o
+&}q& vri>iź\O#z(?ӧaܺ0d@mm \4Úfơg$nH Ng*aj&uEwwa؂)zΝP~,XZ}#kc)pxǙ~̝Nܐ{Χx~Y&ku =#>뾅}#ش?$KrBQ4<#S5X(LhZO`[VO\Y.7> ;ʡ#cO~m>]) Ĺ6vEW+F,o9gs͌a'=o2-g<=EEi)8cQ>PsY/V#>E^4ͥDDuJI)~Ezv/bi^= '6>e< }Tǝ2\ MWf#]uq/DkQªKR%݃Qqn-H*6~S@%6b7A
+Տ}_<+Ik:`U[}0.Fr[&0u@X'6!%;AݚemuxW'H=aRG} a^U~nUjbacıUu9S]BE:\NsZus;.VH ҍ BP c_J)W'4m=tmLI{0$D)'SyHQ`>b( HߦbE'R|ez҆R]/V9{WA2h ^g$=[+;jhoQL搈(ɟ>R.ԆNjSӡZ1ٖY_'Q^snq`xUP%
+x
+^/z26/j֒/2F.A+’DEwv:Z=8?C&>UG2@S( 4WLcCo$\~_i>
+ J>2
+h @ Zo 9G7|K^ aUxVW۹j+]EvR5Ed66ҥ}Qһ 62-l7vN 74&'nC3dT !E@8Vw1䛾#3:C Ze,|A~%߀g|S0=-wRwy;IL%V8mG֔wAZԤ[u(K&甛wD,#FyxO0N,Q\P'F9@ \Guu][uen:tq3FVA;2;^!H(hs<ҏ8fD.Zv5.
+~5FZydwJ/)i vq.`E ݿ{h_Pt &=dcaKіN|*1
+]-@o6oF(+@ײfȤԀGU͚@' l,nit=NϨt/'+g p;ZB! 0s{{YؘΦܓZ渜 qnu`&c_ba7d.'O0a*T{3oY|YΜ$gqQa'dHNe_)bl7t@~×\xGr/jsZC5]&IyDF B7.-&ŷ&V6T8\3ⷦC{$UwxX,?2Q$fEv9Ub$0kܽF#b /czFycokq̬Sw
+Zى<Å}:^_L $A nT ~AJ*9IN@ԗۿR>A'QQ81B8e+((16ՀQ]~,( /}e6}\x'l<cЖVQLkd* wt2B!PĨHf'Ա+}F)LL|$oeFb'Ü;eu;s?@>:E[ɏT6 'keՌ״C% ?6fezh$sz4Zq78[~seb2=iETbp^ {y6*;+[~6Z0~9'H\& DtPQE_gኾ2'덙+b)r]=]RR w<@I@}e a"HB*9$g`#;V P=%G^^Pb68sݤCr^81{Ϋaڞ;vMf/&%aP*])Ujx-3B2a"H#u3:א(0tS $iNgz[;8Q۝QJδ4< VҜәZygOpꪒ~b"\Q}BS8s_coeɶs%4-;WԩeX[P+=/<{F݅2=nN\ftfɳsϧVeq"O
+JDGԏ1p/NMY|2yAcB4stQf[`ȡB%IUt>cJOއU>a RX>s#~BڀSӆ%/
+$ۮ&6~p+~̕M[iKSk(uafl峦ۮGR*\~G`R$x];ݩ)&i#Y6lrGlEیllܭ^Ef)2b`v_.FL oIIudZrYa3FDQ'V4.{-u w[[w*2VVSh2Oe4U뼾p>:wîiۙ!s+ɡwXܧx$?'jݧd3}
+܏ɗ\MIrw-lp>M7# Yi#`|Ax
+^bZg)[wAZfVV4f<sjHU3bbIXѻұ>|5VhC#]0~OdtЁ
+x1+u„!tX(GIi3K,Fr+fd ^m(b),㵑-7A>ݽRփѿ
+9H?[L;竬W2W80w8~B2[ 8*^GV=NxIBl]MhE/%
+m rz?
+4i#3C
+-Ad&3%WWƙRQz~ܕZ*ĜO`Q(z%|[EMf{1FWce ^`$ds)34N뾧+ϣLV\#$Ɲi~þKfZwZ1? 6|>>]c< / m
+CjƺZX "SK00`ѡp8M?J7F!%~_pb=Ә!Vv
+J n:Ut(N2+iK%_/ $rx .'CZ: ?#NágrLؿ/q4|NiThR
+ FKhS"U XVz_UX`=fY| -8]s͡P"US{ݺkLR&
+E=@0/K%oƴhF *M˳t_wCY*|>V<#KƬEUtm.
+}`i\24(~FeKu+\Dڦ2)$ ScâiY}y\
+G` xdw, |֏kfPXށT[fAǙcvћd]9NWÈH*SV%>@eI(Л*D7#1 NѾ׽ Vg;SunI$όݗmywC+: z`Ī\ivVʭ?i:Z6KTo9vue np/ļ8-Gy1G-;.QGKϓ7Ebg O7VbmZѓ4l-5؞/FB"Σ|ZBjŬ dQWA7캎ܪg6c3=Te~'`b<Aqo^3Lѷ'ov:
+߈4v𖮉Wӱ!ѣWT'w7p:>'|lCkYȑf9n{Y(,xl'ڍ,P8 ato=]>#|IXHCLbUk' $ȭ4]qP}ա#o]r|a
+Ue0.͡;VKfD
+{g%6xMv/Cq,`uhn*ӄmˣ'_7Yao0cST)Zʹ%h
+ы,R/}褡~َOPcG|Nf[3ME2hZH:g(t9A>Vm
+endstream
+endobj
+1745 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LLUQRK+LMRoman8-Italic
+/Flags 4
+/FontBBox [-489 -292 1472 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 66
+/XHeight 431
+/CharSet (/M/Q/a/d/e/fi/g/i/n/t/u/x/z)
+/FontFile 1744 0 R
+>>
+endobj
+1746 0 obj
+<<
+/Length1 2507
+/Length2 20869
+/Length3 0
+/Length 22336
+/Filter /FlateDecode
+>>
+stream
+xڴst>4$;N۶mcFcmac4m5o{oϽwL>s)HTL L<
+pZM]A &&nx
+$ RL<@Wc5OG 3/JobR-4 QGOg+ K1XG-
+ `458ԀZ
+r8&Qo `
+L~e7GVP|s?lns+@P?@=t$G<&P{lA3:( JP  rlA_ҿA Z+?}ah hIA:1(? L@PAe  ΞJop?__Xiez.eA.x8xxӳ8ҳwlkM:_
+8`bV'^8YEpR-%n1c
+^yJ>{ s -*WɯoQ=‹
+°GdcG >-Ba|y8I
+;lPSKC:Xq'=a't"IW6>- {SJf/X0W]AxjlD8 Lpz+
+[R ʲCuT!J5<ORژ|s"{=o{L1Dj}7}zv՜7i^ahǫ$xMwU<5ͦ&fz0Yd4oNw@6ʦU^E:{/::jFo::D_sVPSigc8B H uIƯtӛ5BϰɊ6+ueOe3&
+
+ž䳷Z“˓'/UlX -;}.t͘ISԅ,;a/rbr/d;_}b :k
+>"źsF+~‘;آ>d<EU1[ihg$!&Яbu,KԼG^=܅y5ӇwC,)yj9/cl2 
+R
+#rKA袠+Ұ XUS1Q56QK$;81mͯIvf+mn6X":9,0xY!'M@ -dMҭҺ-]?XDŗy&I羾_,ro4= gr(CWn=T>KL5fE 
+L+%|S8.n1B-ޔo)'KYU]"0I&-k4 |g {T|.fQIG?Eke9c! OL׎ؤ$(۟?٠Qi HɼCmNm_U*ĤI?OT?Gfl,$9PR `_FuF{r`ԉ8UFaKsM1T:$vt#-P@Y%(Vu"=ݺ7#7f[&ݴ1Tv^g,uzdJ4o?)nLÄxczI7  _jpb}mNdfqm@T\̹Bl3*GHJ7D7O O뮖|Q吅9K$ml1_Ƨp} AИ.ti1i u%iډoVG{ܬ"St(!D[sVJppL}7YUl1~2)$.b`9tPOf>M)B@HǸ2bWޖTJ|Xp~%ǓЩQ_ZR!yku% ro.q~zXOgl37+ۛ-٢D)4 ҡHj9֎5;H{dԟSZM>ưĠnz _E%V]fNt9ʢkaࢅ{@^}4 Sqܙ@8Km7v7fEii\F; |(^цZ.Kh?lT/s%EOAD 2Yw]#EI=B_[6ÛzxlMdzԿV #a0#`T|E<*[a#-d3Xβن{좖Y-?o 7a%g6y|<P
+wnz&\3b_+l3
+x eԻ!tk0T`6l7BJ)$>F6%Z'DZ'S*z%)22pm2_!ʄJ!_ST `% d g<`ݫvCȚrgi{Ia 38Oģv,]ϭfw?E03dpϿY61=NLH[nHJ|2i}ܧ"9ȸUW}Y 5Q0M?#w,6WaJ
+ң4wE`J+t3id1Am4=$l]T*.L?a`=y4^E ̨su5|Xj#J(vU @XJ@^?_a&|ĬysC9l5LM X׹w1_7Wfqf^.7-eb߶jW3 lNFӇMexP^wi\<\'UyqV}~1Q4坽 עsWsif
+Y]frs!3 9%RHlXNo5a0*4sϑk]<EbM-숡OOC܉Ht@p8*%>~=.8>+*1[˄ Lcm2 ,K^Ѣ2z(dlJφ5~2iqg* Gt
+uUEIh'Yi G6"Ǝ/Ε(ISqAV @Ҿ&)7Rdsl;7BH{z'~%3 pObK-e.Xiq BpyQ d7v:JXQ|V]GI Pئv4~eXS>B_}Q;"ՀLqitbwpj"^с/v]q\ՋoaNV=37&Z1Ԓjp`A楴k&yvB<Ю:Wǂ[~MナF#;_ICVs΄q-|{ݮ:k r0B G|#m_0铼t
+gSe۰'XmK'0wQ>1*{+;^ƾ:5_`^H4<+@b_8wK~g b{l$YELz-Eh<NdCpoBgDOV C(' Ufjg{L 4~BrٜqqP+bW3Hrdth*يgk=/AqKROjS<F Fz+ho8ߢ ?|)i'>xN6 ^nW-ۡLg|~V}/ oF[)K2G8'y}]̓qdhxUJMt;ѡa5EyQwP[l%ۚxXڬPJ,fUo'wjoKv[9prh|!fT{ºڏ'2@z|.dvkAetl,bڂ$dNmlIي}<[kvalro8_j`J9;|C'o/K[pJB Uk^azQVOq7dt:.|M iMXrBGQ`Eq+z3<ǥ^{Gdy]d:>Acќ[+_S}+Uo:I ]47s5U3<9))+d+4^ܷKcUaO'l_HkM`a|QNw"- 㬏%L]AoKg(v.Z(R
+aB0J(JG-?nO ws_/pJMj^X|RAo.nG8C {!(xO؟l{ $yA >PMΓ
+1 ުF
+4E>ޖ獝}..Gs, )zB7jTsB5垫edtsj*>_a>gj%:P:\UGv &޾ ė%z"5_$? cx)M8$Դ8f&CC06-$6~ddղb̈́ 5‘Nrd̟&V6˟:h6Л:nfR-_){ߢf*7*~W!$/V
+d EǤ0i/Gϧ":Ks?$ }jE<aqh_f=(͜e=hGB ,CxAX/%[!Pt6$ 3d
+6h@<vmc(5/QN_Zd6| 94uDrq(Q**z۰^1K*cc" $,|.He\mcq0DF44x=.qxE~k7ØY+L7s>F+o<e㽄6 'S0N"ڿ Z!֐.8AMJR
+Sn1YK%bt<{Y4r,O禶Ž:t{׋a6S61!,D)4.Gt˺I`3ó̙ CF&XcqPIE\N)dDCEEonGu^>XTbߍ'~6{C,p-/3j3뇤
+Y;9ElbO#!b]m/Go̯U<^ej^Jm<N:pMiyOn"z<ױȶa.,7=& a&k{{FOրvz"HݍWur.G'aRa牖K#)ۇ]/B]U9jA]Ub{T~3W jlWZءwh#_l3e9d=-mC{7
+3$yZOEU")ȡ90YwůDгatf .1ʁVܣ70=sf&1p2R.3%:ƻ|%Y
+ g\KW\?*l :ƒ?6"iD\rْh':yԬeu*ubk)T\E{GXuXm "~Vmn*NU1+X5>ұ:I}yzo{:ny-KtOU@]ǘ(f@[Ç[Ϸfk ZȅӚ<fKX^S5bʼn<:6{{s n4(_d.Q74\Y®D9:WIP?CPfo/(@:nK)Iq:]%0vo+lUsDc , |a|G6_\wX~UyPb_>T сFc[{ BYem{sW,pbr/<~;VNΓ/w'譍O6$G
+Ñ?4TEy缚F{?FW` Sۯ<Nax`IhzZ5+$c&'W](xmIw&hca:qDaZז-{>8&Mr^偍 CrZpjvrrD
+'Q E&a:(~M^;E9ZF#Qo6tWAʲs}Ӟfo^D8{ZGԣ|wG=@X.Y˶u8k0nw>{D_Ro;Jc(;s
+ÛD%}-]Ms?Ӫg,H} iXf$/da@?lZ9IϷOW~,DFU@7JYecgٗ5
+!tAG3Ii ^]@§=#"EЎttr.E.\lpU+2c 7ޛ!G+@qC^yǟ[3H.YkL dJs?"fhZSѻ ѓӴџҖ^i@#,|.xTvXQ }73'
+&9BWB6n4T-~ ?+C/(8#ÝD j+8҇^Aemt@EU3e, ad q.A^IJv,qt^a q#yuXAeRBt
+_&
+Z2f
+־&?~~*DrƢJ1ᖤtҁOoNwj6CW(S S& ׇ*lH݃ħ?4c!uoE)FXb!?ģe4c@/#V^3eH7=./i<_P_Wa*4djG% @LWkpoD_x89zȰ] T r|I(:$|'w cB;lpغiZ-ׂgȻ5#4B_c>XWM]}ܹd.ZY\aW ,E8S]a)5֚_xp;Xb=$"s"X /oC{fجu}=AP!Iԓ^&V=LK2*@ x2CW6h OユjPȌB@Zvr犬@ZxHJmS7|B*Z(0XH;_T`&dZsih:+{mann\sO/-3`pV)z\7z9P8Q8-5^&9r}(l 8,RV{Bk?jjey?*Ew5
+c:m+v@H2Dx<DJ5<phI8/li )MzEQSA. Pmm}+GQbٟ1ueU_fm_k>agPy 0NJ_˾ՌJ> -Br\ >3jԗ,ڐ[;AbtUFG73kzsN&41O^Yr^8}&qDaG_=
+UY'щ b" c^h⛀I3SI& N8$^QT v9lOObl/X:7(AH~ >ަ7;iTyVDd(Nk.u?; 3lTd#-&K5d/nҫꢸKC!4]?}}=*&dA;㜻.tÚ#Qꓺ(D$
+h`}SN!H *7h.vQ`p{ŤqxRi\"tQzea.c:IayW%I!kP= =JVV'rAGԭ1݈,Tߊ~p52 YPL]K^{(+'iw!ԻDCqj:?ݱk%:<R񝍸
+a-n܆/XsvҰp1 ̔^YuY\]|j!EVb42fߢ,'jRg5Kc`~t4Wt"gIąvFn$2y'&:rnʾ)bM0I۠Qc<>R-.T`a0dR/Qj]:!Wvڂ(e&Zy [,k KFK떸IɊ: Dg ֍L56| 3QӐb1oZ0=SvM~7R*R7.#f#tnjf+ם~<E/$<N(dvNY\̡pwtaP 1ף$ap+$}ۈ#Cǀ'CN֕li%"־</+rC2 Ȩ4%/
+6|H~jm#Y]Г`4($= U\T>":=]o+"B$Zio=TMhm~ "Ք3Eo1 5=L<MhxiR[ďc4Qp'mѹ
+z
+0>1`+P~`% Q**] U
+lg E=dXg' 5nEBS' ]>Inα Ʃjj.&b |*BRn!57
+"9 cjdkh_^\X2pkPݍ;)-K~Ro-cjѷ:i*/{ru@X@\ة5}S{ΔoV'= ·D\HO T{?P%iJďOW&;\J>wO++dQULC}}Tˇ<AT|E{J*s 8+!Ujm0}?zL
+WXZ˕n2@\|Q @~FQnuvFF!WMЇ0ή$=8Q?dM!ޯ>Sc9VXZ@SI `4CNxaKE m6)n^z[ث~riV-1 ?;
+VőHoȡ-;2eIҘ[IpRBkܧ/ta}@R޵5H$i?Rߜar^E<1DU,}"^ w^'o};UA[~t2[F\vNߊD/$>D۸D춆ycذuܧ7 !ĥdzBdPL:?Vv)|OfiN
+&€k(aܠ:JN_&ןU'Joeh+y}@ {i>rx$ozU{D\*cԕR
+(`7ڈ{>2Zt
+I m9~m,҇znZ2-]Hz5w]ڝB;M , >\ǁ@=/pl_=R0dito>hJ!:/[Y&G2;Wgw[U U7lVW~iǢ \f>V
+p X?NMTͣ!~|IÃc;=骷OC011=~ımwk=UcwXo4EVsRkjSuMh9ǻy,kjD7ҧm 3sd,_N^P*>|,*$)ȗ%YGJ ]ꟜI;=nvԴAdT' g*JӱS"[g^(G52<_`;Jcz }28tm0P0!\R\+.χW]>k 9?yaϺU
+dzmy_ )0|T( ;Eqǹ
+oQWi2KfݑQS
+CrƼOar  O#ɵk:YÎ>[%M:NA0
+F$(qqFbGԑbNu&m-T^<-q:pL^xQcHmG=_ov?vx
+:yUl~wJ P`XO<8D%rt4:%ɁcL K<d7A K7C !%U.y>YkW] "fdr&:Y*/,8sH%>atrcNi1ܺ]NX@!|P+1ĠכDzc-Ox#i65\3{aŏ_
+ȝqO] "yt.w*bD 5s)noksZTDX=-pU#N?&=k&Q)A{[d/"0[܇l`yzyS6u^S=Q}#YqȠ&//N-\`>2`k
+ÒrEԖN%P``#f|TƥC㥡P\ޕdAd
+ Jcs:Ⱦk,Uez^lC? ԫU"H-T%ߒSda,!|e,d4%-?V˽)7"B4 D4:a7|X=Q&;AQUF44^m$G*Ig ,A.NײxjWe P5O|{I
+LNgl,]bG,ٗ08ao,6;29򧦗@.lVIJGdP;IHܰ>Icl@ґN8YB>=ɗbMl
+mKJu(o{U˙>ABzC*UV'0~q` =ByܯoJ\*l|E5{ :yxغ(QQo"ߊg̀^Q"ZHOFl(
+2 Ӱׇ7yh\ʌbIs!M9X{#G5
+o)f{H4\Rb#e~lK.C8 U>aWGM
+0##D%WVJ7da"8%Ҳ'<]`"]TxJ޸ޕ@YzA rAamGGJIbWI{Gk?(ۦ~ًGcփ$a&i1U0Ժ?K>nїNZJ#pWUgQk})g$
+gQMFuO{й>$Qoo?yK$\yɽ_D]oIhF{qd #&gB!:|X橀y؜%~82)oItț 2EŝO sJmi|\KQXxiC?bzJj#u iͮ*F[mE B9ֈS
+Y ƬI[XM0d
+b$#Y P}Y"x 뎿m`k<PK<S(57OEA*4-D
+;aP$T!0dcU=`4
+x{^-G,gKp~@ bHaCjFĕM\ L̼f{UfvAoh2J4$g:!ɟK.*()"_]*,_dzП9+cUŞ~mO a*[_l|u:ͺc{dXoWWn}rP s9]CRݏfst$(Џ;=a?<N4g%7W4QJ; XKi97b-u|`EiCC8(o$MKGDob*lήٮ ]T :H7*=PZ+eN4e`ttரٲ*`ayxIRzfBˌ@|BLx]z1p^륁uN;t"WŨ];` 6vZ!_&#cJ>J >V ltPn7GpawM\bzhZ!W?mӡ_o|  m W
+7z{t.pu|}Å]<v/&K]M̓Szuk \o9IU&OŒDN4L6Q(jvV^Rhx]3T*<~"6{$C>1&"4ok pjY0j~3);My'Vi"`zż8rfETa GRCЀ @p^ifG^<F|'(G$I"XaF bf7rąS M?}48
+~ҹ
+<qN|ns)dFǂ{@dt^.4U4Sq Oz
+c6UdɖO
+}C{\fqR}W}T#Iҹ i6lxؖ92w֦1Sȕp7ٱЧӶ\nbUZd}jwS;_.7UZ"d5{}U.N80H l15w"*d%P|T<ѭm-^qJxeYjћvnŀld~DgL.SX@7TUN))r 7%2pWpXҖu&3ep]|'c޴K.W%{A%P G^Z 60
+}H 2) _kB_EV>Q7gڭʨʵNOOm"MH p++Xdku`|3={!kDE3 mjwV䱏i(2<+fl+.I/Eb;QQ>7w |#bHn6JC۳.[Q"Cɇ0RdA8lΒ=~ޞg06L\ c I4u\3Bf<_Ӯ՞=R48vt5zf씏%YTUiNBp͙4MNUYhcګ:$+B%V!tlڬ/eKBQI$3w|'[ q4VMO.oɌgd ivPl|Dv"S+(1.Q-xD&*dk>y.Ypm)+!Ѓu3#{]&$h]nLNq8]v^q2dFaYDk*%QئX^BO|bL\6A8jb?-uJr9r1ͰL c՘RQPmi67ZAY(u7rUxf]rC-uؼzP1 )90.W {D"Ҁ1Q I'zE{mFɡW4)P
+ƪyxLyyL !;wٴ#E=31v7KB:k
+*ag!ܰ+_#ƴΝYg># c&$E0ӍUL %7k7F!}iz,ʢ=Sǰq+
+?/mїRA??YC-pևSe>:EHYwWw/%=
+t(;#8& %2+
+#H5,r)e#4|ry?<.Ԯ1,O=q uWdgu?4A<(ĕ>9_E/l̬@mco!-Sf2`7pZCIvKSsCm`1s[ލ׺xzp"#1@ms[#f#Z[NIh8z`fbdd;eMUրP2}XD[aIR|.zz
+endstream
+endobj
+1747 0 obj
+<<
+/Type /FontDescriptor
+/FontName /RXJXSK+LMSans10-Regular
+/Flags 4
+/FontBBox [-420 -309 1431 1154]
+/Ascent 694
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 78
+/XHeight 444
+/CharSet (/B/C/D/E/F/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/a/ampersand/b/backslash/braceleft/c/colon/comma/d/e/f/fi/fl/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/plus/q/r/s/t/u/v/w/x/y)
+/FontFile 1746 0 R
+>>
+endobj
+1748 0 obj
+<<
+/Length1 1744
+/Length2 12375
+/Length3 0
+/Length 13520
+/Filter /FlateDecode
+>>
+stream
+xڵxeT.Ŋ{pw[p`ŵ8)R
+NҽssHLY\Y#4j,V .
+ O
+
+Py*
+kЫ^;
+'
+?}EO
+d [Y:FnC#L].NVvA'MR5ozx8LAUKQډUs1Jv/Եٽ l. F?i`|>݅X㇠ޮ "DTc1[oq5$]IGK]Hcomph2OQ-F>C0] *XTgo.d7;cI}PE)) R,kz8~`OmP-O ב@A0.[%6~`k8i ~2FCs= XtUJiɻdE u&/-<-:9R֋5:o^GIM?@o V!m)kgԜ0{:5"H6U7X/u ^=̀a\6~
+Yu/ s;ٺv1dbOe%1BbUK){>iF:JV$<[VR<CE{_MH;Y:VUx-y 2N Xqkj_ވE%1N鰍<&fzz~w^<2V^nXJېzmQe'KC5L Qm&zW@Bnc5W.}s7vBA` bf Ӄ唫Ħm1
+{U.ܙ2YoN{"Nq( ޜ( nyz*G)m~5*$0IܰwF
+J1(Lo:EI7HYZ/]:N75wY:AC8ȳRx\cC]ˆ2LBI<j-\wGhq<M ۖX$__U\Dr{
+jk) J$A}8mel&۳6F ˏȢ&_@ }dؕ3@jPK"}ӈK!MDd rgΑ%0Ӽ$ybe"ă?e,_)3_CWVf&^Q E.@1N3e1NHv׫nm}l )D7a;tyo-~
+Ո`bn-ywg]3NWQ,LU$FoVUK$ЉCQI!%3 6<~d0s ֽ]cDu\Bq [Gq3X)?$s$ynw|5 dj[BcS=Oߢ4Ƃ6* p^ԥ.S *JP4TK2*ON~LJQi878p{*U6IKT.&]^[y uOlapQrM7Xֿҏp
+FMg*-_an&I0wP$`1I.ӱYb"G}x.R? ,Rp'$n~3y
+wvn8-wr.=T;ҟfɋRNk9s;1oQP#,k'y3lZrZk3ORyѐ:Ԭ'y 9t۝\s d4-W[a1 "#j:YF{_z /܏ }1|U,mOÙ WN;!P{OJ1V/Ovt g O/5(),}C IBX(bT2n@RzTgy6֦0i`naέ|Ϩz}˧VEH#Nňb&Tઌߘ.)Oz?BIp7jLn^X`?VC %27lXoa?W]r.U,#@BrE C-)i| o-TX} .ڼ$ {A ܡklv)DtC*Mt^]ipl? uG pc
+>Ϲ1
+i$4@ːBœ2 ڇXu/jP@ǽhvheI<m5Sޥm?A\@[YP`y
+'˓;)< \8Rv)|PFoX_ho#oG2<<a\J}<d d?F[uxz7U&IS2DG%]o\'kȒS
+hDj¦wJD11𫷮8ͳu}
+kFbܩB"0Jxn]%?'U2Y9܎}'Yu$;,b|j&l%]9Ҋ} 6rɝh]0&cbvpt,ޓ]Vc)6&a^ҩWIYR#
+t=] nGyaw52O,% i n-F-ƛ/9kuBG-;)y6u~ku5~ SBRH2c>cWfoĆ(GK\ KƂ"uMD^R9ot:6nWzDI4Wy6B UxmkkLz{?@)6󢔷ؼfRSqCCGonpۄE@?[}rx9UI|f}W4C}8'ҒE1]M!R;VMfޝ';to{cxӦXt.ldsH!p7bx#+񄿑An"\9qa?.;C5-};Tj"·A:š%G5.c;U K:]ܖ>ڧ],HdNWnW4ڠ>{/XFSvA`ބ݄E!)C*N):7{+ ϐ#M ve~74AVe#/xA[C(!jS!'YNDa8uDǍTK[I kV{P<,NQ5Wm0i5E "yR&N}&_ݚ0G?Q5Y恷 8n;2/e_hVR!X`MNDO;TɲX컦lqOy,=Ă~ Y8f[#C+:@/+"o,7VAE^}MV;Q'17eC]k6[GS=~EWf8'̴~λۣI3M;Q8 V맛KqKKva"r~7M+O?fw@~;G'?nl"7T#s{!7Sȏ'^{r YkE7>.hI(GZF`8XwM⏷\^RoQ p_âeRnO 2XR->Dʳ6ٝBlΗĂmӑ2,0s~| I ;y
+?9
+`k'ٛ <cvlG%m~4n
+/Q7k! 6\Dol~Pqo#XV$ى*רwڿ| Z1!@I(i
+׍k oJ|u' 2dv]=}wKKKL4_: ӎeQe "ro|r3'9PJPBEx2?KövPʌH!E|gfanݔ[k\*r7Zbߤ<end\$<ƺIVʇ7_^q婯@9a%Lq6\3s$VJ7[ٕM#;"lt}6SJ~OH kljF MW|׆I=guB5̸+4[N%R H]ΡN c&&*vA@t+^R)Lѳp^Łlr
+OZm!d 2~KΡҰZf/.w3eŅFkxI? (r A #ۧ/ S.mǷ!>h|.k9ٳ3%|WVdZ@ߟ\1RP@SKX!F1YCLB%5@A?D&'Qw,,F} 5jLSќ~{mFJXm֪.jw`WB{uհDJ"c;KYr?r%ʳ[9I Cycs5Z{lXL^fJ+|!ցj li3Uz)y"Ӟ#BQ@I;ܓd~~ UXp]qipM[v,.o»iO\M'N/䒳˂֝hD,Z뺑Xëz)V3}sR:ѓr>R %#]ɗDX_͂ޞY4L6愱>]Q18t|\7bCn1*K+h0Q4nAq!MdQ AKE3LI$6#{r5t X`n&^}NV\zob~S{$m =T_A 'wxcefO1|LF4ub;=o&pŶ1H4 '"+H,|#*ځ10-0}5n+9֜4p;5E0TkNr~lZ%#[
+#2͹~?GDz}C=lmEr:d,g9qf|Ȫ;%=Щzi#v[dV1Nj|2ڽ\î=C2W1xFV\JaX W}rl
+4s[<~K=x!u( z\Me;IsEo\?5agV"x3 #$*G?w37+ n{`(J"F[aMeU)8^u{q"HϠP`I
+! +qX}h{ PTUSK<es=<E?;0DFd'RȂ0?
+*n5޹^>t]~*.R("HG'sm(Mg4_Y;}>L} yz+RhF#]j|U5{Wt
+<V/&Ƭ~9f'wZEu^IZvcv_yn`w#עGM7QNurOb<~f9"$W{#a;2ۉFxhujs &[GAYz_ujA
+yQv-ro 6R
+r-Ut]Xzz!Yhڬ@5>,t8WqTk0/':O;b^YRdO?^Fal@Զ5G}'
+HуmmDViκEmBlF@$"WdƗaj_0$PPwKoˋnnаKU`o81P_^`N
+'5k9~gz'4re`{86w=2l9puicP'TZڸMa|Ldŵ9/Wl@o4wS)<{Ʉst1`"U8HIYQLGAڽCeېjuQizmfo<j"\6?%|)T^HS<奓d~?5˿B&Ub-vO\fNDzn=׆^ cTƢD ˡ)[x}h$AZm`M b0G$6kSh7 z;H+e ^R;R/'
+O.AGq5~2 d`OjnjVӄ!js<M
+$(3hn0*Μ's_cѕǺD¶|],0\{,R%Ub#ޞ1Sx=LNg$׆޹zf
+f="eяJP򛱩<hIۣ_B=rܗa^ƹ<uG(Oq="ʋpsZۓTE) \9ՋE,q~'mD~{?ZNJZڻjhd<OńW9Q2
+~iaeƥjb6dm2Nh>aŻ)`)g/ùeBBoj<]Kv5etFnëU&~+yr3AIr5@`RVrh`؟cH%0M:4$χ^|iVw^$a4EυĖț
+ܰS6fj-_J1nr.' \3<m{lXrD:OX={a'7&n;Y>ʚΎ!!+5MOR#3L$ۊ'UNO(m(|)ӐAdhZYkbn"Od mPP.㦉_;):D(BR1NJ>Ѵ|Bw k]"v9SGDUT #d`oR7kyC5Dx,E&KSP*q!^y9h 'G|3")$dgM8d"wJp 7:
+ɟLIg}2kv@tUu/Dֳ\%%FR"yM;i+"$%(jΔ)^')5`z̝@鼝ԅckp<PXRK[=y z#@?Pѥ'|pi+͡\WmLZRxTs߁.KhFw@
+TE/ UkL]%OP\i~iFZe3=]
+n h]i8a틋,=~'RM.Y=y9;'lDȓ\oy}mZߐh`
+Hű?tFA Yzhth{u˘R/B<0 GǩNl&|_[ uBqSpVW>d44Q`ZY3mto*0ui J0CrqKqe}V "d+6À7iPXN)K UvNHD+
+`r=Vܩ
+fd10iqNi鰤$ŪwnWUM ĥ48/@?(!@j߾NlH鋚oXa1ԔⲈIV /F?!Q&;*Bp^BKn f OߒB+٥D
+endstream
+endobj
+1749 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UQBZSC+LMSans8-Regular
+/Flags 4
+/FontBBox [-446 -314 1510 1154]
+/Ascent 694
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 87
+/XHeight 444
+/CharSet (/A/S/bracketleft/f/h/i/plus/t)
+/FontFile 1748 0 R
+>>
+endobj
+1750 0 obj
+<<
+/Length1 2269
+/Length2 5412
+/Length3 0
+/Length 6786
+/Filter /FlateDecode
+>>
+stream
+xڵuw<RMdsǞٲ*u8os3ȾSQD"YHɈI[]w8z>_zK98, T$W _G.d
+tHP{?|1(?28)!x܏\G@bD]2C\'OBBsu
+jRߌcZN+s;ӓqj)H{'!k \Ήdi373nqO_^c{+;V𠤳(ڣs&˷Inf3Sf]LONSj64)fZqK73&DXpyl[  oX!z OǑ(k߅+#].搻{4^I̮y}R TQ5:fZ< Ogn1T85yYKZqnY_ ږHǢ}HX LvɌ/iG^Ex܋KRڕِJ/unĭ,t2#6;x3JF/{W,ΐ=ccY=Kڻ (00{^"`WNzS`{Dӫgπg=s4䬮_N uN6S}^R[&Wa9;>}1_;ۏ[1)jUǶ8|̩0v>oeSu`).GA#OEl\MH# xN0Kz[gȧYnS]N]sED*l3ܷ?З)h^@q7xsR o_e|{sZ# mRT}9+6iEyUGq.V9gG KMnͪ|E'iB2%@JVUː1vӌF%EN;3J>)a\lqϬ"Mq O˙U31GP!!§'ަyݜ9t :}z[qbJsxPrJ]h@Hޢ`ie>Q燾dg>|[z=gFvd<EjIn#,k+,̱K.0ĠVc0*jTIE*аp T
+:Q=cQ-Rh,h[=0~L٬TپzȋUrٙfg% eXg̼OW+P҂@AuT57xe ǐdYpħ׃@YX\/M~-;#6ƮdKofi)'I6*L67ܪ<zNApx&9i쳲ٰ 5%A:OUFtx7D^ݑfKCO}'6Tzfāf|mD-}/Rtsz&/4N,><>00A^gUAx12דYXr5Xu1j8yZry
+]ҽeD:uîGBV[
+*. bJŠCWƢQf\3 &ޓʊtEeDz \>;ytu&6W%,RkF¡&TIQ+;|XzmŎE؅j§RSb0Ve^Gң_k t`gۚZ-_q W-&ՄwTYOV4_SOLZ?xJ"L
+N7~U|-YQXy4b`ZxEpntECy|MͼݲΪMq^S^9gZ#4NH'- merCNwLye"bMHR+M<yϫ1#o_2CgtZpӫL}o_=a}-pW4cDCT@'a=ٍAa=qlAҫ>*w7|֌?74o ^+Bt3c=j-<K"O}Uv$Jnq&j<u+wK џ3Z"}w!n}F.m- y_
+&D?L{Ҧ2F}T7U+yDZڶbL廊fQzw]{|)&n٫(Bs-ӴE6"m+ uq^1YgԶ<QLcر\g*߱cvM5ɃG?Jxٻ?kMg(7>a榪} PKKjW)YyEB~d?V~=g
+[ WW;Ҳeq\=ؘ-XUFe2܃u(=2~"9%݇
+쪠Wu" \ iC`=-ov$}K⧚~vI8
++'ܥ} ;lXJ_&eA4nU:텶,ʠ?}7=4tU-"Dz=<&rf]h*O/ΡSS'\^ wT䄮[J0:WiYM`+b:gT]ƾ 톏|JoTy"kI@D *w]KK ~%IU,Yi er~=_Ȏ7PGϻݵxkSCN\2f\gIc,NiSZJF 3iXK G
+d'wIP\*.Y`Wi}.FIz5m$:K
+ȅ:Kߺ)bL6uk`cnܒ[\ڪdJo!az6,L:T}uuKi1ٛR3]ڂy>cnAˍ>kfGw)sX‹wJP.4&R_D'lVHSB7sk+:/'sQ=O{3 |g.ҼLҪ~s 7s}[cq_3In'w/|cįRrmt{\c~.n#Ȥ`\ܧ7<sW熣Ť?",tR}Q.0zsHI*1Ij۞Ὂ"}C\kQS]y U:;y䬹)!ȪΧ
+f9,-ɀ_]nDqTQ# #G=7u4(4Gnn[IS_h?[}NKȸGbTYuڭwrT-2ֲR IsЍ../Gڏ+'Ю%4w( 5Rs.#- mS譻cn|Is7YVh8Pb>sMZ! 'VtXܤ{oFluG;JMZJAfu!cAx|BA6S
++#xyj NL6sn8xFwEiSV޶ug(H.lp\xUygb{f"^:jU7Ҥw˽w}%veߍ6::Yhh.:aQey*mb==BCC'% 1~`{c(+-^48XX⤼&Z5 }=w75ݚJ<&`ΞVߞ)C;z9´\M̽3a1臸M4sk7~ʝ=ޔK3 [E=W%LPAӉb/zGGgej-,M\iL_f8>tD>p_zPθ%jB/p.'V+Iᮜvo3'K&?Plv{D+ $ԶTP6&/:atB/>_mNǾ/&4ehUTo8PebkBdLx|̴CiOFvzirQ^YZ # ۮi~{T&0yMZu}7d35f'/+%)UAB)7ڴM>vtˍ;Hו n=m
+@anlɕvlmSR -.A%"
+i\<wicA{t1'Zҧ}+U>x9okj2ᐠ٢k)^?)
+rXblnQu
+ Gx{2MP6ÑDلӤ)/khRu] iܼ/Oݡ)0.\\A<qVoj `cVvX잖aOZ{!k(s9.40Z{=PN⼒ #J{&:rIU؍-8\į^o]_}nSuUOr ._Aeڽ`~6'!VU'uG 㖷/eqJMa,0s[ =O*ۜ|Zsc<v6cHNi *QGY7zm4l<?[x
+endstream
+endobj
+1751 0 obj
+<<
+/Type /FontDescriptor
+/FontName /IQIYKC+LMMathSymbols10-Regular
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/D/E/F/R/approxequal/arrowdblright/arrowright/asteriskmath/bar/ceilingleft/ceilingright/divide/element/equivalence/floorleft/floorright/greaterequal/infinity/lessequal/logicaland/logicalnot/logicalor/minus/multiply/negationslash/periodcentered/radical)
+/FontFile 1750 0 R
+>>
+endobj
+1752 0 obj
+<<
+/Length1 1869
+/Length2 2571
+/Length3 0
+/Length 3715
+/Filter /FlateDecode
+>>
+stream
+xڵUy<T{-bM2Qȝ3,ٷ!9fp23g9-$[DT(ED!E$ZP[){{|?}> hF k)$#D!<?+2 Ab.(($@B
+#|K
+
+Y
+
+f%''GS$0&Ix
+b;aB
+c|~)@?E_1D>P!5H8fX翟%
+~##K>Xs\/!}f~_M0~U9:SEI}7n2W]8b]'޵K J\vX_K#@So#5Q-A JBʥe]ٰf)bdӘT)OY(
+s5nM0{rX/޽?nU
+Lﲀx&PzkU^i6jgK3peRBqc s.Ts.,'I]?鰀u]#Q3*ԯ#S$"uT-ƭc] "m_bБͩѯuzdn'^xK~tj?;K,E\hknJ;ì~e ieGJfWޞvx2%]m?¢i=s*yeq
+ߘU3)gumԪ^)nMzW> YwL2.'MtOͩҤmZit>Ӿ:kzach+ru+VѶ>K6T=$Vޏs-'gq0v载Ű%dRvJ;:bd*19='ؼđxekc>σxzlE0X9Z|{/yczxƗW`b&.tH/~U0?~S[xnSn[+e.~\=y`|q0f_{mZYfuU8xfO6E̳nTnQﰡ3 Ώ+ZϚhU06Yo7IWLr돗,|RxڻUd/%^*_f^F8qq^f/nY 4LknX-xyDoӦԙ+ oo .[h+.MPEWjq`^Lkt2Jֳ|3*,%*z:~l]#ggدpz{:Svq?ݻlrEUZ4<lHx?
+2N(jm)W{}^ڥ5IKb
+w*v,w'zUi/a͊0zqwǧx(8N^{˗/>pd-6 [[ UCUuk[iS@W\[`,j6x^yk5ѮpX"yK/,޶I%rPU<=`p'eN;<;?Q94VN, rnr^JwaG-:6y} a>S3)y7ݍihz`kgzJ0Cxfo?6ǖEβf-<A?e]-78)5Kyn?󎝻9R[Ds)6ObbՕO8|®ӊ3 d>]9CRǸCQUEv }e[Vo5j=ޑA$ʇHx4Ǻ.Ȏ/.'c_5l윛K=TLw|%+mG
+endstream
+endobj
+1753 0 obj
+<<
+/Type /FontDescriptor
+/FontName /PXJHEZ+LMMathSymbols7-Regular
+/Flags 4
+/FontBBox [-15 -951 1252 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/arrowright/ceilingleft/ceilingright/floorleft/floorright/infinity/minus/multiply/prime)
+/FontFile 1752 0 R
+>>
+endobj
+1754 0 obj
+<<
+/Length1 1691
+/Length2 1663
+/Length3 0
+/Length 2716
+/Filter /FlateDecode
+>>
+stream
+xڵT{<TgUX6e*] 3 3acfΙf`h,Km"ݔmV*tcԢVlْQ[g|<y'
+Yb,r1wfP鞀#xTN)4APU j2t#[ \=c
+@ \ "tqDSApB # CT*C"tj4
+'s8;h/*C"XF.*~T>`Q0D(D!b
+@ x
+HU0;.`g:f9
+b UJ(
+JD1i8(Ȩ&}q *U@p]f0m
+B$#/7wa FQ
+n3
+P $0aABFE1*-LM!L&%/c˴)jPw19\$G.i,[:!a'>}R?]m&`0\g
+ꋇ:zP;omxkJ>3iƛ)ݳ1uV !D;K&o!UC9~C!WrN?1j:N3Z=lZ|fWl
+eve^421|Q5~TgNXWzTu[g̾{(3(@c!8y^ܭƷsC-cro
+oCケyWES-:y
+>s`; ߏ8Z>e[[Ke]{Yڬ4إVM35}tn7/oOR.JpxWl)ϖ`>4Q=lWR
+Xg"Z7-neizkG>|u|ǝ
+W{WKoMܐfqr{թ᫮ su ų6|.ИDXJ_,3)>}y;D.jt^۩7ɳl}/='IQz?k8bOP=-כWK;S>/KW-I:3M *b2%yO̼ѽLʫDL3efC3Gl)Vokw5{vɒW{y>Z~pEnjg^+SʫcxCWxI7kEGgZ5IƟifI#mK*RwM>"bp$ϒT4xgy@:|8kYe=ExcŒk K]YQ7j &QâGr?nC
+ n>FdUW]\}a/V39Ҧb;*UFonӓZΎMR[LτY]35̾vAy C~;=iϫ$#HSpvմlfr,|Wg֎'e_ߛb{n[ P苏~yp-wކ~ns}h8mEMK/o3MaqgZ/cݞsq\Ǜ>M)~M6SmA]Ñ?}iݘ;uIq;[]yS</Q}s6߷r>W6Ä+W_? ˶GZ=ku--hۡ߈i(+_~kr24\UЌ Leoj0J۱fU:}k/)Ȇ)^m^S&MSr^Qs᮷dflG<xoxs2߮bشKL#uc\9y/kZYig 4뚐FShU~F& sʈմ7e3nDY*Ol[%uplAZUC-k'L!a珌jm}xFi%ܙ#)%_XcZ͖sn8-*hd<['3m;< s_<ہoSߙɮ4G\Ĥ5j? |UDw_(1b:ӌ?V78 q
+endstream
+endobj
+1755 0 obj
+<<
+/Type /FontDescriptor
+/FontName /YSOURC+LMMathSymbols9-Regular
+/Flags 4
+/FontBBox [-30 -958 1146 777]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 43
+/XHeight 431
+/CharSet (/greaterequal)
+/FontFile 1754 0 R
+>>
+endobj
+1756 0 obj
+<<
+/Length1 2340
+/Length2 27465
+/Length3 0
+/Length 28832
+/Filter /FlateDecode
+>>
+stream
+xڴeT6[)NpwwBqB"nŋ^8
+/] k5=BUEl
+;@Y8XJJ`"ElgdegFPk4
+rr
+v_ KkËbmiba鏷$+@hf vs
+J
+4K]RO gf`gkg"
+|{ K;ˑ%s^feXYX
+҄?llʊZL=0Y8ͭ,<
+g;җ1j-_coKef}drYfR! !x U /T-_XYP/t/_r.
+ ///= +^%?v$wa (l ұ6ZD 2F/ EGw?%%^,<
+nZJ6b^gJä5=`"쀁#sJ=m42OQa[`E{3)+8,)/xuWTjTpPx.'N_#>H`)W~mїMKo.~.#OY"toO2[tNb
+muFyVQe5J!$ 3Xr(MIK}aX%U8㊦!< ,%.^(SLDB!f q讜巐j6p8KAwO^ |T4z̰R@CBwyTt2p:pGXDlb?
+EL"^780&ٯL5 u*Av⳺|^iR):v}T]VѶiBŃ#j Kci(R_lV>^tiX=SX-`c
+t]ꧩ}PuJxgD]Q~)0
+"DG 0t<_xLgl?#9Cؔ!-PNn*E .M̤}("dv?UM3Sr&HMtS cfWRnսOX3O:kB_Cd' g=.| B_i]!qIvF}~SQR?1@SQoJ.7v;wQ-n>u}a@VvXhGgQ8,>%R˔zam3MxJ2iF uZQIQ]fY?gyT)qqc;Z<PO1 8b&p(nΒz{>2>Kz-plfy)p=45;`o8ϛkvX-PH/,y<>v3$]_l2j];i,r
+S
+h]uV`\Qm^T5[7YwFZjgc;64ő!؞\_8~ix +wݽf1a \R],Cѯ5^XX{"f9[/E!.+50|BQaI_c+uk!P5zv
+{V*sQ"p%=~Pve_]]5x5tTAok:J9p/yP]H*\-9UMFר.|tUZm xq"h,.Dz*ࢯ+toeSo@C8*T`(/iPB~{3&[i2h'IIei*̷#:/D;%rנx#P OAg1E,r즻F;YO=^l_âJ<9 _pNbo>,V>H|ծtAG(1is[I*͜+d[j76_DH /.B P#rz)d|%R+|.#RMnԆC
+_R^ n0>.3ַ,L!k4nVU>/Zg:1aPڮlG&jDHչP7׳ !޹;N:G{}5{S]3K + }5ӎ%R8pÑ}{7+}ڕXEה]8 ga:8QMdꏺ[J}o(HB̋$l.,G،39L$m;bdĦTmf, 䥉75
+6o;UHGX{O-
+*折Y5$yxN(ڝ7ƨ0]9j-үamSC.s9̷*4er?E#yW# wdz* /hR'FSVj̰kW{'>h6DWަY;0`/Bk`60qBXFTnYx`O*$4,]E﹖n3\uy`ـUG:慄)~ ~>3,vZ,o)~y:0ʞOJq尯7ď1qr4?J4*),!aPxZ [4M mQ|'>B^:tnjhW 5EuP_֣eƌ3fcןCkǀJz[Of璍HMn(:vk-~M,cұoEԢ3`3&m| B K" A땛^ە ~98fYa=m BR@W?fd8~FzS3z|Cƥz([RܒwhR$M9?u2,7Nc6,Բ*bvas4d3Rx n~IiC~©Չƶ~+BOg8OW(W y_ =?@?fGG+0kJطp6/9t_UyxcFB %Y*$b_\?鴓LbkL$:5ևgՊ$/=˰rN!mJl<DO 1WObFeTuh ?61 С&:f
+rFPMI%(IR> ~H<GTByH.DׯJ+R-;}P
+7n]uʓj3LyauTSNw*w&Af/]uw482")’X1$49fOQ8(چ3(EgfOzJ{JDK|4Me(}*̉f:3aķ_qhQxcdlĎ])xr>c"* 0HݲbouG_H^MPN}x%{.]5>-y'VhT`>)6YQT{@*]?H~^\NC-&MP&lw}Nn~BM$nȒd囶SM-{CUw^·PCc@z;ebMъݖp2 T|ё|NH7_@,8dCVı&svntʃⳓeР e>S#iX,RTէP9yTd!j@vj&GN1^fdf'm>s`.yM(t吊ZA/i&c,{g^P-l{'/#:n?p31~4xUZ#ZY#TY]fSΑjc|b 
+[1gG|1_"Uà"Q
+|<׷?u!t˝m4ok
+i Gɸ3
+W̪ʯvzjy9%.{ǯ/F)q_QGS^a#fxIâ=嫨-?Ne}'S/ÉWTD6`zW<hH)jd-ʄs;" 4$\=
++lhSS:, M/ߕΛƼv6MQwgۂs=2+Y-
+&&?~S: .v!_.jvBJld>4.Ѝ+^3d~&cծD5.7潧vB^ s4ׇy͖igIX,bk.w>1;M>|7,CcJefI@f 8ZZ}9:&_Hٰ s):ױUc_;󦐩r,[UN;ϩ״oamyEyȣTha61s>C*IEY$0T-d{1Zt+/q~~Z.լ9;p݆XY$cD5s6 ]H-5_%ܡ=17}fμ>>I:q]АDw%9eəl1Mk;YLJLq_f!Ϯ؈"=O24L|4 =L A=νXC18? *f`I9@2o@bJO
+{CiCD*4(Nj!*`5W:Z8H?EEQuǕH%2=%J!r;Ѐf*_c l_AGni6d3m{,M?|֖uH|
+g]=+Nc)ܱeu^r3#,d35{QIƴM`:2yA.XC~
+r a!`C0&?,58N 
+0>`̟!ь~嶣Dw5С_lNk:9|3 !S^(~8лx21@lq܏jU'3ɡ/YKmWm#}Acۖ{c`dZ5
+Iݰ*!,pO7$
+؅D00b,:ojYci5-[TW)K@!Ԙ~n%zދWXLdU4U"X;N(;0}4QHN+e1Ho&"Gfؕ0>zg YTD'0BE"yb̙0%#mRa26,I~^'ڕ+ mh!ULPdA:P+M'5oW*MoNH|H;6t)T#U804#3}RnZ>gm x"<^&'&H:Ss4θ'2o>kڐLAchHe+B%Bfh&I|?J׃?>lX z
+w5 jN<v0'_NRh<~&'EDJ ߵ' _$-c;BfXLCBs=1`aqۨŝ>ۅ_5լG2DK&,y?>"Bίnֽ@a@Xs\VHLm6um?w§ &*GQGD=%]~kuwGn)k~Z?f+;kfPEDN2-CrAoGڎ*cp
+X RN?? \XC }g޸F
+\)ӭi`Id /*}$*zbR Qgk:Vv(]#52jkT_0)A :]F46P/`8qlgyDSV Wtq#[H2Br\6g-(-5#F!KDy3w8w*<U-={|MdZKwHɲ$}<Ky$"S%ǽVZ$vhd6 *AԻ8MҰDPd&H2(Vǵ |"B⛘+|s$ܤYspo㕕uqbW8
+NotN/3ޫDիO#g~cMfpnˑ?z&qPu`^c%ZdXٙ}=,`_s^D'"񌁉<qv.ϊ!1pj27d@v/][F<iˈ԰r7 x 2 GIɚq .^i?coV@>_LZrfbxm\,LJqQߓ/+5'LϕPqO
+$S:Hh,=&QiK*R2tM$G@8/t+nYD)~2X3*3`J=`915fGvrl+6/Qr }nyW?X~I?E@Rq 7wA~3q
+c@!0#s8+.Ѯ<XF3H Ed\I̕L?v̷fG~LN`B!?ҡQ>'DvZ |tnUfgj(Ӟi;(}$E#!]MИYv7Js|f)~B4u),u.}g5
+ Z7s,Po hfAqplX`R;կBq0uWwG!'DSOXLxwDǸw|Cg(gFp䵰<[-`>1#BS[ eK[1u΁W 'wMj<W5&m
+xl:Z>~ko
+> N][xW2Ʈ2n?Ϟw7,"T*n+Ţk%.j$Dܿ)3{g DRMM
+G!<{
+G ]\κ<`چWQ> 醙AA$]%6؉}Qx|L
+W΄ۃw.\`Xd³-䡲HA+nļ_7D`הtGn{z.<j.˯aDcN/,\!Xy= + #| aNY4((e7G6t%Z2E7*or\f.%AK$fl Q#=e$6a%Г <"Je< n
+o+%۩TEŶ^ kskgGߵ ͷd\E046 eRmh;Ԩ$$i%'Âi[_d%zN<6 5-ֈ"UXxaW(VeP w]-ߛFņ'Pj]20⮑-4,w 3P*$8hipRSzA]&
+v<rR-KN*OwT8\i޸ D b P[6h
+cPFiYfCz̯>wܓ2"RK!2\C۱ ] U&P^0`epc.M՘Yss=D$"kaW_z%
+6 4+ЍG%'x*BX3&螺d؞Jǣ)ac9X0d{7ь SR ~pRzWGb1rKƾMK#Gbp|Td Dݏ >}s?ͻހӜvwm:Z)!߿@eD?D bObΩMavVƑҨ_M9nIA*R5m:]sŭ =+5`BʤLY/J=bp,2e] ƷѨ1OM'b|}֫)ToZaho!P:ϷGㆿ=SP­s%oZĬp
+T 7's1 SDpE \UN8Rd!u`Ny61oP;QnJ̻ԨR @E}Di?'n 21U4TL 4h5Y\C5aBhM!/)~>C 4junQ4)'hߖu͝7U# #Mj=q#vВ.LRڹ 9K~n:k˦&x{$AG#HP2m `7x-|=Meʍ6U7yP%~(IeANRR!WCz!Ȁ-_QRF`=`vAł;rwW͏s|c;"k#沎
+v(Avv}|
+ר?5YnHmUflh#{< =B{uW߅TA@д軛)Z<e/E!ޞ% gZ0mr ՗#ﴧ!LǷ-LCuk8NK_uIᩤz1dv$Vbݖu;`kz<sLsS&X2fʖ-xR;EZv]& ړ<ZB
+m+eK  dX_TC7԰q!lN95K]SGb&v'`T&K (D=TnLdq@͊B}YB)YJ ~Q0)?K>jc%:7gEp#.ABbYmcj&Bn#N|,?+K B$$B1uf Oȡ hMS%d.,.!2{{$&tJZj$ 2wo/>xRd0D||H
+^ݒ1,C^diim5l{C7=2})9;d7Ơ˯8Gms?d~f2V,(,;1;b3&4V5&oח#5e֤1Ta}O}~rYCSX1 , fJQaf}=kBB˛h.,vxE M~ tVE\`N &)Y8P.p ;جAˈҫ3 ar{4\a\FGN*U92}._MK 8.۞2<~zg]_UƓ!ѥ܇wKO L
+'
+Aa88;#HQ9&,XhSF_t6l\e!{ǯ{2PH
+=j?WIyf~7 L&bjUĆ{VlmlS' !lf~f BUr:@ݬuaS?~
+Ԯɸ"Vu]Ǥ@f]_H"k^38.cU."ߚLE1aFÆvg;=%s~FZ؝c[B|-p$02e]/;9)խni铒(@
+ܿ١ 6ۉә#chnܼ;#V eiof@ -iԄ"3(J\!?ɻF嗇|_`%؜vosUKCvj¦OB:1ZTj/Ml
+2Bs10~P5+a{y8I-
+url 5)c+GhlsY$)~k>0fzq76 B@љZn<ajQR1oЊ5Xgǫx`JUnuד˜A@k+_h,[
+[l}+TJM,8 $Cۂ!_t;u-uXάi (2Dh?urSϛq e.u@0*="h^b jW@x•8FLAqWVK߭`ϧ_ec^EkS}۳g'<"kXLD,qy,^C+ ゘n @qͶl悻ٟڝUkw
+){c4\t FwRkڣ|Qo7!V*]? *&'5R>p諠׬DD@_hm:uggICr4=u[e@: fg@bE٪YL
+~_r>py@ꠖU~C tZzZ}_񘄹OdUΜdQ2`̶%X'+<B{d.ϬOlK5jJ><^\Xr1[ )$Z2͚AO?DrƻPcV5m `acP-$K^mҼ(4PWlehuYg!Pq#U"
+3nifxjj
+%ӢcZ+ ηUA7Ny==&HtMhCf~
+Te%ԻDFanyo|Ի}e{6ٛPr;Q^>)j#RwaXygpkD
+u.U6_3s.N{ЮW]@ҬՋ--N!=
+*SN?mK~NʬHXj5sBmCؓ<,OxUk+)ZUĐۺ7u8fgCPP5qBw'0X[
+gKFHhu-
+zK+ ~0,4k=+-`) m}^ o[I3jq][F0D$+wXI#'Ul2_Ok
+ԑ8Psn%QhB(:9
+i/#tJ4
+q#Ġ/k!k&ilW>f<Cއ =AQsxH;Jujx!kM!ɸkܘ|3t!Cn+;5񡜾vsxhV$B*
+;8P& `
+ p^Oqi'ھU[HnD&yѾ=<PgkPJXtg?4J}t䓵 ^ֿ)`5΅
+ b#}ݾzq9+}jtU5/dƓ9s*|uL&@y<CyRC@1
+Kau 7L3ɇ/axQ{Gv~o-|@MC:Yߐ]h|k1d
+ðX"mC >r{k٨< 1cWG !QR3w ?:=BY DIzH̝nU-rBgK# @H@FIDǏzq.pP , l X%{B &<qJ<Tb4~\H Ucy%kq6=@Lu\3ά&>vAIXM `6٪OȔ>— /@' 3"6rL8]K 07tɟsmvx9 lP93P`? 4d ׶>kf\<CU(u0U`<റ*TœpS
+Y`W"@Mue;A"0<}܁I
+N;};)!r>u0+ծuMRmoY.Մ &3nY}7N}ҳW70i}+g<s&mzYHy nAݪI/Vܡtͷ1 W_V`W6J&X,P%iN+@/h%W@&"p4L- ӗk7,~xC|g$ b#z9ʅwϐۇZxR7xO7'$7?7!".}CyLa@@-KL@b g#!ȱY& [!_T=uټ,T}7F$bR=Yjy~\ :Ybހ7F)_'<ExڈԘtN=VgRdT!!%a
+3 ˩ GQq 1:괐K^INc|
+OZ;-4f،y]*pVʻ'
+ cPlh"ke%)oΗs49Q6V2։g5,6F~Fd6o3Sp БRg}qPjʹ}8\qH0U̙{YY9OYMX9/sj긏YM&ܙE2oZ/UӜ*t r07trMdba&9 VmXi̿-gwhۘ
+H9Y^
+7fr{fqK}=ҫaW m+u>
+>!?UCx~&h?z9甦T{Y`&d_ipU\|͒n$A쩆>gU.-Ny0sъ22 Y%7
+'T~p:.Հ&g>8R 9X:.sxjyM"|#Wܔk_|ZrW b ѹ r¦S_7Mg3LPR50?^Q`oŀ1>[ Կ,1۝ ^bݴX \ҎM&91I@}%)V;V# V?* B/ LT4&lgzXB"qC\3.[
+%Hg.BoQ2i-+ ϕ0YwG,f}~_/2X?@>tϿt]CpLoa妨xG
+ Gc/p|=yE#Q5ʺIljel^&$>x:at?x|ҋ*XUC׺m(~@8DB6;]Z[5>4@ EkiŎz{2%]e+ʴ:G T[H/ Pj#*
+`vO Iu1f֗*!o|E0UexiSAdYлW wK댋eHq\BrV0$16S2$'JJW(!qjx+PdI+#cO:Ѩ
+@ʃ z"Kҙ7桢<$iMUDu&C;P'̒$e1 Msn
+^EE{\\ιXґ>XWz57V41p=iƓ,_1W7jTd{Uny'g^Oi7zOJO(3 zUUci.,; _㾧1J\VJ>$\ ⯊1uPf}_o]n?'6?2X7k E
+@(ºGd^.Ϳ}z
+[@MK SyCUёds^OȺ=mc$w4![dlxZ՘5
+!XGp(*6O/lΥG+C_V֔5y}=iCwNe\ᎀӰ5tTE8_h5 9i:߉ 6  h270bcLaH{{v^[Bfk'4 ȯ ,ʗnccxB6\3pa]a' l_iQ M Bq1 {QhQ<SkM{ `uGѾ
+EjmQ1Jq=;czv.-3:_A}-Pq F* c^^DcC^ḂZu#gLO϶rVlӇ"2oDVCކBOz焴֐b1ΏppxK͋Qs O0 ^[5O@ YفS6eg4:,++> aP~l9ݻtmb*48vp(b VDfX4)0+FBP7⋎^#]M6\$ w|^_ֽގOsh> Ϧ{οSi՝ XXn?ʨR_÷5M?z
+ Q8Rk, LU)<N\&q-e3ͼu (D.]pI7Zaka.N%JSw~$IWg|.ݬrZ4EN(,ؒ^K| 71rY8ixՇ/Y!KɛDXL} оV@QZ͟93'Kʕ221e
+Lv{jPպH+ *JIGV%OSP\ e|AuW~@]j ~#Cԝ)c%r?6E@ŋ0QYNUYFtʧ
+ isgԙY);̹G`gW)-;G` ,I)W`Ɖ~2̡VAg{hGy3$}21/=ܱNDճ7CE!h:>]3s 7ʬe;0ѽ K4V#~^[0AM{ ": x+)ݨ_E/A
+h0Қ۰wV>ZKX srDM{W \"`mvčTfNߣc ~e
+= pC"ɞ_ͺ8Z+<%\PRhi]৐]j7WkA11:D`Dk z#~r[
+$Í:s2Aa8Tb l>jy4W&5D5!8!JJ`mSӂ*-:O
+,٢Pg>D+i?@o2e3p4ڐ>F*]խhЗ-0[@.;x9r'nb~fck0zHb$EiǷְ3c[5ؽ.NsG xK#{(e_`F[6=J{b;W{SL|QC{i;/rKv
+_?;CG]+4{ Em3x2"`2Y|Ypz*XϕLNI)bF%-: LE7S&Ȑ.R7Xa֬c}@քĦ-o/I9ǹv}nYs< pH(PV9p aV+ Zʙ9T|/&ױ{&뤯RaZ+Ҙ >j}EyA lpcO ]ooޔd!#$B#U2h^!I+%x ݲp˱RO
+D|M𣠘:M,Gˍ?lf%Syё26 qJ azk𣱓 ¸&X/R`:Kc$nm3l5vJۊc ʏ tA&Ƿޢ #clD`6^VfyT|=x ܶLFV
+;bq}I|LE ?p`D%wdDZW6W.|A d0Iԡ'qxUe[Ͷ&|%u.VMR? SOLX[Z9ϷYձJe g)W(퀃Ҙg@1m9N׌'ĮE~HT/t
+t$N7{{u.
+#F=m=eiK's5Y\7bRF.;3'`nf7964f4,LG *75wjTfpm>vɞ=xGבcɊ<"DnENEiIfyz)"|Vߢ4JƥcW=F&%Y@STTiTPqjm*v,E kO?b/<:G ;:CGa^Ix?@ҷW7$&*,mI<k5Q(vPAێp8}E&C'ƅXQ˵kF!ܛpm¨xaٲt, 䊤WmmA@\Юi
+OdžASR{Q.ЈF.}ߕ
+!3a5AԸ1ɮ3m躸f8ެmuFex4p/ Ϻ@ҸuN5ѱK پ<˜
+[_RT|
++A*Jq1 jkv|nN 'N;3=D!A<"S' >7w=X}r7XkwR{a$fCS17pqJ6 -+VC̊sbP;A'T CU^&rH=|G4aʤrOR&{~j"hG Tez1)֪ FLY,2* V;n9l3ǫ10h:$WL)a
+}3t@9LzE@ɡOJ
+dbo:t$j%>;6\d7I"6;v`$D].[_ndjl<|x<ٽZj4
+A%.9ti5NbreD>)q| '#xݳUa;K9_OgL)#w)vR#_*`cO?&DQ$V2w[2 wzQ|~߾j' @}EGNwڃ 8Ԣ9 Y_RvC8=z&Rdַ[<6LHfJذ֦Xԃ Uvd.k, @u(oҢ!1}nBrX w|a+)p6bN fxW+zǣG)6_t]XK[AzRtTaw?1B5؛`ciW\d&7$Q}<Kl¥'u"ùG/t-sK_x^ʼV@vnK.xڤ=V2=Ԏ$dr {$w.y;sШA|JLVšRa'"i A{$*Ɠ{0iH%ĢրO :^=IܑEx)u6m8@)ɺeq1<,j}ҾDk|f3KtP@e+=:GRAHs'M:oX
+M!%\_@Pء2ˢHǦ>hٮ(91{q0BKvqwDceG? ڥ1@-cH36lA^`::ӆDւ#.Ck7R\IWu2 b6^GEs
+ύ.]0AIS\LÛt!Y-gw<r2؄^GR2dE1
+endstream
+endobj
+1757 0 obj
+<<
+/Type /FontDescriptor
+/FontName /BANLSU+LMMonoLt10-Bold
+/Flags 4
+/FontBBox [-454 -308 734 1039]
+/Ascent 600
+/CapHeight 600
+/Descent -217
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/C/E/F/I/M/Q/R/T/a/asterisk/b/backslash/bracketleft/bracketright/c/comma/d/dollar/e/equal/f/g/h/i/l/m/n/o/one/p/parenleft/parenright/period/q/r/s/t/three/two/u/v/w/x/y/zero)
+/FontFile 1756 0 R
+>>
+endobj
+1758 0 obj
+<<
+/Length1 3042
+/Length2 31357
+/Length3 0
+/Length 33060
+/Filter /FlateDecode
+>>
+stream
+xڴuX[>Ht ]H]-tt#-H4|ϳu?\}cLYIl ؘY
+
+`Ihlc
+`eEHA@`P
+1Zh 1
+ٸLfH,`'@s-%8#[KEO&WZE,%-݀ʖN&Y2" s dO2:M6<z,=
+6 +up
+!Y2Y6t CZ+/gw9]Y!V^ܜbυ9"xDN<SlbQL~v)?(fII6x9ng5ו rShCFfc?}}<KrLP/a{HTRFoF2s.rz05Y%6kN++ֿ'sTN:]~GՆ7I#|jJ$oPOcO SSpu <ߋQ~8B:Wbnذc"rK4{E^Ei(rXR*Y K,]p(8hMspjlhFH;TR3
+d`U'clxQIBZԽ32%` 63e{E5@ث'-.<I]h MJ 鞜 R=WWDcL/|(`ʉȩk9n[& './m9+ؔFUÃQ2@2Q Ϥ\KT/)a:H`z򔐈0M@zߞRf»&ˏvuD~gb+mM߫nF3a2`6 SoLD\K^ (WhvS4
+f oH7x
+THtXWς>= #C/v~|Ttx,< *t|z){QXA.}L?:qm0D5p:dwRRxD . cb5#m7Zdf4#TsL+oۉ8ӏ^?5j 'tv7%8:e'|W<"mrj^܎YNs;%,.Wh->mQ(PS/IU$_7#B3'th[,
+6E)1&0yy}ͭgRT}9U*x!X.a8nc'miA}|܃;&- -_|/zKҟ9=h@꼜ɌzR%>dmh_r(o'2";XT"Jj]+ɤ˟L僚vUU]2vkn>?쌞Һ6*r5YTc6%R[%F &-@n3
+!ܮӆ
+ո)=vPߢ6w}!oQ쵮*׷W:(MC}ًkۦsHH]afJs~9ZAjBUKe6y,=|(ھbʆzڑakLf3`e`d<m~HuHmO޴>6^Dm9vJ:Y 4<cL~V[{ژ,|աLyݵmߎ}Hٟ&QE$>,i`U3+$a4ֺ&VWe"O!QP\z;0k[hbRx傑"czkKˈ<
+ty<|_ꩅ9*/tlq8EºN(Wb8~а|a85- zݢ45'q:䩡KO8#=e<hH:,
+f(Pt7IE'-ᆰ(h霆J=tzu`+v*5'HJ̵K5S,]
+ZܞF~;Ks4K5 ,Q8,D-Y!-iMKdXٮ_ d{š+{W@dDrKmb̖$.E]eoLo}¼*.'n+\ y`|%Jc;ƾ]ptm6 S
+#T͚W2~)ijDХӚw1lmڊp?(/Ze_
+.{)!u+/ӤgRX3x6uVh񆾎܄˄+BH "dcU@YB8lRY!ߺ#ZYckK&
+>";oku. FK>?[דF1M,qh' >8rNo*.DY\^Q{mY-Z*QE5i㠸C,¨LN֜L$
+nS˸e pD|{l՞i]瀤[Qbe~bt0mBSAPnim~-۪Ɣ%N64r*4g(
+M%m0:[](^434}=-sn{ٻ *QCos:
+]\4«pTCa4$Ovk#S%p?pW)6zs5K2]JQ=k}#3.$&Fno.á @@icck %@1F!›k?OW0@A ~7JON@-~ɼlugL߻e:>C|Oyygh!|4Fy1H/ߦ^Ռ;}* ~Sc;PǞtܒ/|n~υ Ӝ9e8z
+G0JӅcu AZv;J~ [s(|{ȤS6nƆĂ'[zKYzx3p5=GI7) i_Jb=g[A65)9:_Ӹ52]U2Y?r^RHݜ|)|txBr7ݕ~,8ۗOX;rYX;O5UܕIaC)#@7O腉 wGn'H,|5
+Ǫ?k¼Z?.b5;'@'&L"+ԂDZ&}a\^
+MԊ;ڊ{_+VXs~zI?%/ u1YTC~/=F&_"lMqå8wR=jZh[z- ] SI4i*I,<ܷcYƏNeB?$@P'm$Npl_CQ1ykkf2V9S\ys!wRnϓHyLf^2d]W$w~Z]ȏ[#sbn/7 ڬQZYAz6}[IFuORg*ug*t*C#GtF b>bq}U5pĠJÜg
+NOopN~ijj}a..<4/pi $X%_&Ԉ-oF
+g-;#_ Q)-o.Cr=z%<M#
+!CȀAN]ƭBP q% ] cЍ((30>)'4^DV"3j.4X5nD˔</? l+ aqWΜoRBE
+ۢ[|cv1YlshC[$_j`s6#jϚ=Y4o)PUL!נ*G԰~
+0rRK,hS9..` T/.bǔULMډ%̇bN^e 7J['NB4>'7E^ֺlZD-i1v*eϟ|[IVզ6qva{xE)TEZ%~k)ǘbܔ<aZ /_
+ހx⣆'JPHό8n?//7 84 B3BYFm%kw7\y;M%c(_]IE<nq|*Ӛ>|V<q{k8ifofԛ5,-
+0 G~]M$bFIOxe.[9h?n ~~MDhW
+£ȽלpwgƣM:8hae+#ۛ;Cŷ0*ۧT1
+"ߟ3'Psrt?>\ \naor?x/AbQ >&YmB(O$>k3qm #E:ԆE@X׾Oц *u^"jk^:902BTg-Is0'6G̕6f6\]6%l<Y{YLb84~+K(TL:>v5,M,{4 SSs\)R +r$Tޜ03c tHg|ǜxcM n$m8;9U1U'@&k:QLw=ًd^߫αK?w Ev7
+
+ЇZ" v&"뮇ӎD^a2w]RZYhU8pco#Q: Po1%(i΍QޛLL,y/WW*uޖ*VV`CAyWoqr#c [}X.,|&mdg↏zbBU915$JL`QK3% ʗ;uS?P}nfɽm| LE2AS"B,Q N : F\^ d
+i3.U|YYr{' چ ^ojۆ0ܵ„P|@G\ԇz̎\`>!٪";koYkG= SOء Nu wоjWSbm)jdSaӄ!ռW8*yLƔ^f3uh\7h%0-@]Ax)ϯm0C؋xfUf0||3)*;nFWd d?K0z>x뮖[wOe<o?
+`{ء5w;iwd*7R#t-Dῖ?1Av(#{]zKHrAĊ iQ;v >[jˍaXDNh0zk
+Pnʜe]1d56lML/>oy 4F+."vd ǁ1P?O"=º"yun>Ƨ]}Q
+5`x`j;]&',)һcaӛ//ꂶ!ot-Y+!Rch0PuZ]YE}-
++]۬;>AALfRʷRl>#d\! Hd "_gZ9xmL KȂq$R`t]֪w~#boNc]r-k* VPԴ}/FN+dnnO*17Idd܊'O,`rsa$ɶQg`o^~s:Pe(%˻ ZtiIYQm[P8G )B "тÂǧ[g=VvD
+=! hÛ! ͦI1D*J_8Si~!a A-Wovy,T+sLb 6$zt]4-$lɬN 5֨W&We6K*A([`&e$}[}?x$ia}?gns}*?Gx:~m-`%#Y#Du&% !YQx
+Bp|RXQ]9&bzvP >3ЍZZ/o r*{N &:5UYo"<77ͻF<W|XtN{M!cFǨ^zDiDzYHŦ9 wN+Y[}EV* a8tз ŝ~{G
+SQ'D[ܭLݏ#yv2XSvhcb7 \Nb ׀~6:9?{ lpR;8y`‘[:a@`k$pY
+;>U u6飀);TCoNH\]B k&5ZٳvYAoL^ k̑_$<]ǰmaȚQl6X1ӉM2y3fOcQ8) /\|QICZI[/2hMQ죾T?nk&x*Ӗdp 8熳$,WT#3DQ|{Evfu5WZEVpk0ZSB%!aĄRiB}IJM6ŐyZ:3
+aY tG4܎6M;* tCR 8+R=KbMGECq--)Dwa33v1-/tl׭lMyhm6+qy)wWZ&{ƿ\7n\R\MB|GP#teqjЭ悥OOJ hda]m19H~gH`DQG0iuQoL M#' ҅3y@g ~#_t#20O0WSbI;^DTo uuN8@2C'55DW6Ӌ?/.Xk֙xT=~6/"31p>3/lo7_=PyXt{W Q<(C'\TVu鍰n>Zu|5
+:>&XtSusw yAc .bq#wXg~ʝ/KspaHK+Uז3
+38IAN
+0:g|IܪWA&JIkY[Vqz|Ð)ԑY~)Ms'^R ђ]94Gǝ0)[N3T53v7и8̾:dB IT
+{ `pr"u| $u^*vT=!|ɵS#wNqk=C4O~'hr"KHlmu)b/qƎbwNj?~1Шy~&Rn|E4Xyd
+'b#\bR/w$&]\^NNmyP;գk{ ~_ \ ۧv9 %|FqS
+}7"u՟qUz_tΣeAytKțR<F/
+{~czL
+ 51JS A&`hYPJoyV@Q3u3龘(I K|`/c59-}|j3tc0J@?)~lt
+q{+R1د't\"{ca/c-`RdN,x9ɻ1hrGZCV"Qw#@rJ!?i {~RE{zHɝ}!/ DHDyH]惊Ƈ`[k7b|Sac?|(I5̆琔JW^Pnܭ]&z:~Nh2!%k"Jzœ+9~591wQV;ݱ!`MAC;ȷ 9}!qW5YLjomjOWHGJؗ7HSHoG?-
+݅՞)_}qd8; Ҁ+fE "Q>mt؉6$r8Ž0f`)*NB,5)@y\|ACQs@WcL ZI͛Ps\IՂP(Η)<&RLR}z&8ǝZڋUx/08ShwP 2uqk| _E5VM כ)Qp`ծ_$y\s~;68xho5 ~JՏD@ :pcZ(b´sR='j-fϔXB wCsXcmhu(K7 ŻUx>q2ٵ(-&_g>/k,c :׾ (?]
+PqMv͂P])SmҤ"+KȚPZ$zN]]WTX|#1Nܟ}7?C3}uT;Fb]nw^L"7@z$mm3pmSLD f8gDu(֣GɄvOЀLK<_<'S(Hr$ ;yn$QޭRwZ X8Iy3'6n$8@.*tD$2QݔQfBX7.Q[^M&F46|4W
+SaW}9+^OΠ8ޣ+ /F@9`6v׉)^I Lq616}xͅ
+@[ g+Y筬fL ?~WP(~-Sgy Rۘ ОҲu*N1bW =QxI.usJ7,X;i&A$0vPc8YCa%)M32y2ulK; bw4Ms"@:O'\)SNmqA2[!wxf 3
+Hp&v`2eқO`ʍu<#lr dh2mBI-aDPv#pKk77S+}+bA A6KL|՟D\ҐCNIGRAZ>HJIsl$cŪz'NF+q874@#N I.Y uaa`Tl"ob8:Xv~El`Y=Q}Y.v۩%{I宰XcU@/u-˳H1]!– 0HdHk4kЉfIZqy:@
+?0Ϡ9Mm%jQSH~iX_@dK[mQNMrc;MءR* 4&c1?T.mtNg1miIAbʹM ( FnjӅ ob%Ia&FfdYL)-~΂J^*g IeGM3iw&i|hi:t/z 3-f@qSWn^Rטj{8 n7Wa=o!PX Xv6Я0\ _K]x?(1؁2O+E| Y[fRo}wz5rf$qe
+7ǸWN?y'?OJ5ʭؒ~ 8YϢJjMZXزpJSPsmHyJ a.W8J8*=vTAu(FI ׫ђD8WS4XXg%:.SQ|m/QXNK [v>*p- $rϽ=ܼ1䁜ž=XΙF!*ӳ@A)G9y9vBdHOo{lsyK1,%%C:wOgc)ㅛ:5T+Xfjrzs j֍[S Hhv_;?N3UJ
+FeQU=ɮ%->_v=95gQk_\5屢?(7,DidkpT0Tu"F n-
+'5 ^mz!lcLwH;I4͒X0gR
+l1>`9PvH!(oZjhlTXYixS6XmwoAXN TMY|0G"LX84c̔Xy}m$l}"X.+Ak\G] Sz?o824)8Y)|Пf ;~<5L6oy7˭G%y9OJ$~&΁M0)Hj4R(LVԪҦČti_mUH綾 "nρ%EEs9%&TU_tBZauZm95TP
+~e֍G+F۲ɪeOA#&`LYa#2 7Uӏ M@mA7ei! w.⧧Mgoobjw.5ީҌW3q׼sZE$:yvXHP*xb!wJ'7rפ~rɹpX SxF<65|8+tl#+ȃ+!/n8ЈF4 {lͨTS—"dYga,?nA{*ފ/dYt͎%l`[XىȻ8NvM
+m*PE-?bMo n؉L2̆\\!;H~bMTvPv+s3&kDo'cFsYYZFZփֹOHSB<H ZJn&yY/k]+?:r?!UlΑޫPw|;#*]H1QKf
+-9fRn>ad+a !@)TGHBZxZ D #ɚ^SC X&e͢tM04sHdCY$w,3Ad'ךuĤc[5&Ȥn
+,jeу uD?)$[D05*"C&u{viA2iӜu!MΫ+ƇHin:R
+iQf% s߸F 0'_:"2+x/y)p%BdӤ[*
+bB
+ѷ{pK逖#
+Y'oiTK`\<&L)nq%aQcus iʯT_Sŏ eͳ׈K~ytFe%/q-OjQqE#H`L
+vZ8?7Co̹$f222KW-@>׭V1/x` cU]K#@K8OZ2ǭ9KlI-@(z[[sS'Ps7$X~Z`N
+e)_wxL+Uwc*n9[j,+
+>pI%9"b;Yj۠#>{.@T>; YG}
+؎h=՚xAԗQNg*OX 9֡0g
+5N/>V*YAz*ϲ"pztwLnXhy"):(z1.*Z5l)ܻL=Ϯu$5#I/'3'^a6뒙? WoDU>\-rHUJtϳMIyʙdǗz`="P-O+p7'
+aG)ZqNjrTv<0(De
+!&bs{PZFDQC1Xp~MBNy*!GM'F"X߿ڒypi>EXGR<SS` WPzKzj4R!M008rؿ bXaP-%RAh憑~W$?myF(2S*M])un֨X+g8eR ʹ}+[o=G=q]J@{Яq_D/('J%EYEAy1zG+ Rvw;wi T; O_bNmA5?I[˩jG)֛.N-hT9¬q{x
+gZN~. Mg܅sTffiR2<='O
+
+OYl/8d&!d6QAV2fw8;M&Fz-YwraQ6pP\t|pOW =Qxw}OG\Ί-ݕ+3ôQa8P6pNK8 ɜ\0%faxJw\vH3M0̞pᎸ"t.W{f#+1
+zC*U"RHY #.u}$}(AХ2[O"EEeiHF-+NGn,:^cq0@*BsZy%ݪ KxRwa硚:xz<+"oHj;rOtLpӷN -;ӔǧUv=붑bE1M;-uDy6)vAsy(|x
+ K<CK\9ȇORJߣ47%BI#xTmr)y;gIhyu!?xho!8PB4i=mzcG gX>3bE HAkEܔq=DZ'Z3
+8J%riH[.v` 0T
+( ?ߖK#N ˳DoævHRl$A14U-٩9bewGDMN+I랜aN PLَ$˺"xc,h$`ؕDͨ'Oᠯ>cf7ߩ 7ۚl>Z9֩Zr5Sѵn4U<.B;if*%>ٌ:Eg]?OQ^Uy}
+A,??U"×IHD1@F2|?ãԇHpfqJ6ص˅|1e\5qIp(""MH==:M߅LvIZ
+UCeL<bj!;]d3\
+O $D3Ϣ3mہ%WtQq@eJO7o_Ahp]>(xv]':
+5+-­ҐnR&#)x}WӘ h, 36YveHQxlK D[7Eoe./%_" &H޿f"]xJdd-}^q3,1iha&wR-RoPC^rmC΁@Wygv;bfnh/&
+$ցy>X;Mky)*DWb_A/h,z졍.O>aݔh"72;h>GktY)G=l>$J]o^vuTy#& JS5B>9a/X_$XID[ -|^RFcLx JDl#,c}d>JˬSs k*~/XOje\04Suԋαj3,"A:KZ4F1Vj%Qh}!ٗ+o;K[{2`}K!'pn 6.GXd*7jR?Jpp9'dv:ٔa>"Vi.ĊB8Gd7ǂ8\E>p,Q荑"Y2վ-y.TBt#\/"źdxhK;|a%ƲʞA?3@E wM2 tfp}M] p=H?g;l$
+Q@_1.(m<U5`>5s"X8 RH9GlA.sț%_" %`c)ʼyEg =] i1'mmя8\ݤ+w?=P6<RبR( %U9)6 5 '1XkELyH9HܡQxԋQLMSVqaG ^{nW3E<g1b5N/OeX cį^'u%GЬO06<(=\6QvOݬx[r0VAQEӠvOơgR|
+bo[% B6V+
+,lo%
+DGadˈ(>PX~U lL_,*caU9y1:}OSlV= kW\6ܢ+@<ӌ'bՀsTIǹL 0_fN9J s)z$^|Oq{H/:#>v$zёJ+DV%j7KBv^<!EUF_\ҷ^PyNӚXBLtG_)eϛ"RzǨ24.N(K_Bder.[G\A
+T:+[јDx`xُ`, T6vG bsS o,og UV/OVb~"92 `<~oݷ=<(q'7/9xZc*~_jt^Ԏ sYZ>w2fSoA<1Cuznbgp 73l(׊PT_0w-H8B-ZFrq@e ns~#%J
+TmX~k#+SiRϬgU,Cd^O_W&+tR)qp_8Rh Ipum';.}-HxV??F(u_FJW`ij(ttnFӐ?7࿑
+1Ca~T$!9Ts
+--.ªe&7 #Bwo $ipHXL1O:ݿZ#!PԙkB,aA@A? f<7V-|S聾i̞;gb=`3>S@]T׃r[  Yu\?}4+4^<
+5`A?Z8k_u4C[pwQrK?稳 gkũim=A4"M 2&  ^4&-*aN`eiq^i!Vge(@J:0*xp'"&Ƈ$.1=(`0F}oa$᷒V诺kO򑙣)$>~ruj\o L!ѯ Ė˾sXRG50٫Yb&FZz00oa1*zϔsH _!X"Ӊ5"VEדRǹ64Ϟ*U w:j $V vWhGѠXEWtV43Uy">Z#q)to%k6<q[uxi]AB^)$cLT/APg+nirzTo*}KiFyU&vE>$H{PCveh2IƠ'dkȴo'6`?#,"L Zp HA/C0;"R^o
+20u9>Z@$ r=.Qřl!P7|'ތ$
+v7E@
+:@~VŇkNSў`#u|mx8LMbe ~k6}d=#0 rlYū0Tf<.LleZ\N]3ɃtPZ/X/ُ˥SD]@WǪbP%x QQ0 a-3DT8E7w2lF~8+'&1 V!@Z;^L錪&c8mo|WVP}n!*W+u% tFҽ{^no$}/:JpA1bţ6obvfǗ%$G]h (T)ZWi&HL gɅk`R6<l_}(nMG`CdCy99Yǝ'
+#k
+~ okf0I2te%DքdokHxHF$O~I:<q"P8PK@tT[&BC?!13ScE2Y#vKpL!+gr|Iс&C*t4X=6ے+as)k`Ŭ>ooT'J2+OQbiW.j"ϒ^kDP42d7җj]_2sVZZGbvo: bI#mbnf$H&n,H-v1ҖFvV^ۊN'}P~ya0>5dÅap9WpVsSLbj
+'/mj8a_*p)RXDuj-U*!z#(~տC{4Ptë {ϖ} EΌ]YT%~aZǺ:bKzr ?f:C;fsBӦbhS[jt?wvfv\)GqI+۸BB{P@Ae?lbT36D;s__0anF|
+u[)2ƒ'.z=890BΎsUY:7z7c! 21V_Xoo-q6t.*S
+h3fm2Ys6sBY ush7J-dkkVpXL`ӹ! d4Vn5 OŸ.<!>0O,H.f]ON-K+׫$KzFCZ\
+bcUBQZ =mh(HQONb£TQ,+FQ
+Cm-b5fT.xXW"HA2٠vΊy\ k+])%ۊ#W:)}F7؊j A9E
+:pi {&<n?_6@Qٗ"U?fuVzBUζ)(eC4 ZyAy/ubl0xٽ;j
+!M_*Ec8&+Dd}ֹw[<_ťR/(IqPt';%CQ<OE`M`}~"" |PE{
+B'z0̍23np0b$yej8D+z7lcwvfEjfg ;e/UGyYATww
+4Xʭvf'Y)M?pmF[JFM{ew6}(5RdA8% VeFϗaLEǝ
+endstream
+endobj
+1759 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WBCYBK+LMMono10-Regular
+/Flags 4
+/FontBBox [-451 -316 731 1016]
+/Ascent 599
+/CapHeight 599
+/Descent -222
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/V/X/Z/a/ampersand/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotesingle.ts1/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1758 0 R
+>>
+endobj
+1760 0 obj
+<<
+/Length1 1861
+/Length2 18725
+/Length3 0
+/Length 19894
+/Filter /FlateDecode
+>>
+stream
+xڴxeT[-Npw+5k.   }F K^{GQ*0%lXy
+@h$a(ߓ">?5A8\9%%93= `hJ@t9?ؽLc;fdMl,Q0wg%UTޅg o>[Fgw翢{"'.Rq[SQ;wN'f>'g;Gkk[;7[m7553yS{&5[KDm3:@
+*߾4/j^?ވ{/M'}ciH>+<w}uWH4\FU
+PıL`_;Gq[ Cg/Dw d.W!^Ouot}96E
+rO1f, ҸZs0-\x?MC[iA%Ms=?^H0C؇1v}5 HEUˡgo m~oU)ZDCLNuQtEj.-1Ho<+MNH_Jn_DYN(:-նs%R3&?Nt+N ˼[PðC
+ ;ٍzU\5{Y_)Sk 'C \L`mX)?; t0*iǿ6!&J𳂽o4\:=2,V?$SLv]NcTGO9ETI2_qˢ^zB֏'zyٱ
+{ --󗒂,>Cmm<P~P˴c&IY(>uh"*61b"7r ԏth"JOF_ 8W"Snpd/ xXu#?HcҘi3?+:&tNwQ/?bSH>ů6a^" q ƴ0F<B] a<22%ǴORDnc ѸL*
+W \( K82әzc\yQ"*Jzt%ЇFxKW3\У)^g1-g!VB"']Ї}%6S>_i?$Ek @Mqeis 7tk>RhN( M<6y쇘Nj](4nbc^?\r ջ wr fC!l`,h}nI IbrQergwj &7N|P=r
+"5tՑI˝B-~Y(ޗog
+
+hGc+!Q4nm7'^qn%Qe C@ dҞp17dd|/&QB.]Bcn3 2J1)3$.WoHއ\2-t_sѭ-L|>c?!/AGL`wQ
+b$( FPwQ3Ltq)Xj)@bĵ 2LFzZI&o<D̯I|2k<3_8w1=/9_?* )PIb]u\4<'*aN6+E׏tL,@Uk|xm ~oyeZLTkW>5yk25srbcL~TxP>"߯le ҫOI4W?Y= ZJ&VI񵍤l<5&gQ#ylE9W}ӈ)0*):|*)m$RF3V]SS< %@55xMŐ@KzߕCw#ÊuQwe>><(^MnVZ$B>y*Z8XiC^,Ht&%0t
+̈́O=(BF~NbtBHa~gj5@KkPȷC_tY"j/qZܼ9 ^bE&'y2먈p䡕F!vJ&.ӛ_\wlhgͲR```&KbjaOP*V]ąi8 ;2P]Z/j?G 2m~f-Ŏ;VٰP]Ug 
+rd_*E #txTgak3hp<1` Ưp΢[#00X괟Ӈ~R9VH\uZ5WnHޫJeqIaK(jyt5#S%E`!]d 
+v<:{˓զ .wka۲@Yхe%&z?g}!dp5e:6c!/lT/koAK$% _c7bE;7 a$P1ùaiͲJ_6fUdq~&,L BHW_YD* 8D8ՑG(xr>}tI}$c1luZ=gA/GrxuzEׁmc k?3u@l,yy04T_saʖj~pÒnn{6Jb<g֫b8P~6xp1QČG5 s;pVl(?&Ŭё ̥t{>F
+gZ~[+<)s5;.Vp.j#ozjP}Blc: so6~B}0 5!7a/-<|v(X]F5ݠ9Zƙߑ
+ O1Z[.
+ s͋± `WB\Kb%@
++T*ЃQ]S "xª3hA$N,5>l-o| ,nQ`Cҍ>~|tM2bcr~ՙ>\E}e*0Nr|tW$W8/i;;w#}CS&cx<:/ՑJusGIq1yIB=髺\Ryџcic saq~ztTx[\Gk] 2 LW UC
+0ϕӏ!0<ͬ<aF2}*Gq+3nEںךzmMoa(F jWa}9 +ya5.WY[k
+.&9Ya~wC]x|C8r=y9ܞ"}:zJvBfC޵eAR 8*6">B(F~M
+ΈtHm_f
+Vrf٧4}*S|T?4U";-x˅~f "DP`B4JňW@7'eA~.ikiaXb78P:^D>VqZ1)8
+KuF%M^@3䍞( RzRMx! ;"eN[ϵt˧0Z1p·5G5zuKF VC;p⽑d
+`,zMS/ro"K{<On*Z؀찄^Y*T eܤ8$u Գӓ.hGjv"@9>]gc|HhWe_W*Uzi~. ԟj~Gs/f9Gϱ4=ϩ$%Mϱ;B} _\6~j<%g
+;˜M*a!7Qw0 _C8L)鐮*{$D h}v_~
+ >{XΒ<af$[1i$d4x>U'v+bre3웖*%^SĂ2hӘ$9Z pX
+o}TmYm *Rq ӯMP8`q{<4B]R4K! 쉕Chgo@i ͥE 0e|agOڕ\dsӚ_gvۨ„tQ?e I-Άdl76E T~pv[Ry"48[s-`35
+/7
+묦=϶ċ-É 2LD ,BU}6'cx.Psk)FAbVNy`7^癜(~^dAѴQ@wO>f%-e,3? 0lY2#K`ѶݹᡓrjyK v[u.|͖ x
++L{Z4<n&mR<bAp#l9׃sڊ_yePz<t\xmm?Oâzܪ;k޷D]OIJnw<%ϟ6Kk@/QBPʋ([Ų{G;dN0\\5
+9/zX!83!ک%xɜtw&*udkgUwWL֞tܛkVp_ E/pTFhex(RsKlڋ^ :ehClQT% 8GD7n눜Tͱz9+I-j{ oVv0j~[}3~Zc$IEy>
+ R VDN9eޞX1ԢWэ6Hp
+Gqf؉?rBnpQ!& YFu1]<ARO,#J
+>tXί,u16lW鯥
+D m*>
+&f*%&YOߜ6GF0Ϩ-aͨ(AT8A[$1 ܀;v?x~P.5)w)Oz㉟?{p0[ $#Q`(B=&<W r#tc̦8fdXgjU$h)ˢ#ݑk
+KC9]ܧ-1 2 OkkWcXtQɋ^KSgK;
+پd* $N%@>^jG#{kROvp=ts#( {&Ʃ@פ޴*Vax٣vee3v_p!y1yS'Ťοm3E߇e{N .Ⱦ="\te_š3RT3hu!EӮG#ÇC-x7u 9[;4_2b)%@gϒImV)B~}}7?z9I1*״N\M/!eua|4?kb{OF̻9#V.^<sx*ql9wW/6ӏϋUeaiqޘg`k=!UNl,}ӌHނV)4Kf;l`M@e;R%waťi^ۥ
+q3֌#| :FB}nVۄaKD} R?ٗ zO9TǢUꭉbI%8l'fbY()Mb:OwsE`}h Oǔ"~-14'eZI͕ߤ0C"LiZbm+Ş-)2R2}ۆpcTWU06W);4#xlIg;L`c}yź[z2f̝\ @!@ ʅDAL;~·vf+zndi_ BGsOǖnAÑ(cuHAj!
+Pюy--W#ۙ(k5{/y-:x5ew?vSr^VBujokLM4Byhg
+X
+IjE
+=6C5j}@qiRLӦ&^]WAk~RGISHuh9[~˭Ѡl)$*R;$YMI/.
+ +KꟈFQ[í :cbs
+֓^Yv0"G%R%s#Wo-8==1RtN>hእɔ*mtueKEe~=e94&xj=@g)i:S z4:l*fFqD,UO4܃(!_,a3JP(
+- 1Fra.*iSLa(
+ǝsص}66( Q!Y{Ryn+3ؠe#g?m'Z`JyaC8Wu Uy<?>=W ,b%܋5ѥS,H[[ӑ k!.S?*L'sY2Mz(e2jf'h7hZ/ iyҧK˅FZDg1G.8s j|C ߍ^U1X|VlxDFGiBX!,tp$[A<*ù%fcᑵB0Zq_Pl92ph"YhDEMRӘұtۇ\] |^ai>ipHO kFYBƘd9;={$vnt::Ic=V pkj~[ֶۗ˜!ϰY;`+gAQ~/-HL| }/G(AG@48dY/-fr-FPɗ?oC~aA(Aw`7ÈPkP5d1
+)^j]#rOz  3H+^sFˎk lr,wR4-bX+w/2ksiՙzרeMc:h"Rq"ۭT9&h&\e:|Ir1 T+_"H_hPT)A=; ~`>k'7t)<u]V1润1M8䍣U٫zV$M/Yemœ__nҝ#s7Ħu62b T6|75svt"vm<D03<{vyw^5
+&8$NGPХQ˶l$pЦVs:@YiwVkuxKA NMS,U:E[6WS9`&۾y4%:F*itdG{xZQv  h`TM(I{MǩwMuO֨i{e>g3~gl o̺\aR4!4h)THCnBt޸+]^^F;>.
+ԭqHx`b-E.ȉ,r=RKǿ I+w=|'"ek Ѵ>bN/MSS!^6NؚwIqw}I~R;I)l2]y8A;*L[w}S1NfX){ށȨ`sASo4'Jbr(UU☆tLBˣ<ŲW0k|@f+x^(TM
+Ýfavo*ٳS>fz1]1uo$h%ZħO%_(*Og^Hʻ {$:ă:N?
+!#@X
+l@ͷؽDTcִ:l\'v7y?cd4D'$x˚7cb%jdNeHjӡX*V^22Z%9cRmnc]r Ϩ<E~=aenjocL)h^ω1;NE qebxh˩Ipɷ>]Ƿm쩾[u$ݬ(̖f()FwϚl}Aoݍ.0uGXQ(-"ʱ |3aEA7=!Ƈ,
+(!B2^|. @52m~D6SwOIMM;dWHt՞cR+0mq/
+/N#1ha@"oͽTi}ϼHE=c۵ (= ^d(g)*qK&>9zi~4ClĀߥ /F7"o꜎PL8@ l)MgQŃp"ָirˬViĔ,\< C>4[я^Z.=VteBy桷qN)-#x/+tvWeoЬ/E>VȌqK%BJ-I["X~ } J!"F."&"{F|t圡Xp"A_Ȥ k5R3r|@3W s!џ($ZbDxPs<SP
+@`伙ڷ>+ ciS\P߲eMvL]% t)t j/u
+\ m/=DNāYΨ#7e e\|vaYޠl3~T{n_+3^
+Sn]#mF1!.y%fFÈqL6/Yuݤ,1:rf&:Ag^NUotӕfiM+45 j;MU&py )0{^~n%V^9Jn(s<1LX
+5M 9B<i Pi"}Lqmf q\Xg2Z'H#\r-e;+v<NN*~fDZP7Uܿ̄밫g+X)
+Hn,fN.s,KӤ!:qu8gS<
+YXux9 uAju*L4q;?qz?P}m2gb栘V21#V"7a [IӎE}l0BPI{vvk׳{!f=j^=okT3L*`1(t>!֓s;)ELݟd^klR?CZBCِں亏o*a\U$@ndLuZqrp׭/Czj*Ɔ8薻竂 {[W:}ԇ4 Z*ZY<qgI4EόVN.ixv@b F0 RnM>O4 05>ʓ#EC}ؑPo=KF*AB|hjUڿbܮ>=%rJt׊,؟ɕ,Dm_j[Nm6
+Dw^mp0*|)6M
+ϕL_D%^ 5Px,8UӌA@LtWa*!CwJ v3 9"DM@ٓ/I;ݐN4#H^cp{w8f+ܷ~ 黠XΫy0 :z۲|ؿ"ڨg7/w9ل˪OV/%))aizM
+"(/ԗz 0Z;9=[![ܣ?c v8P4YTҖݺ͙N
+"ܨ
+aDMmI:27Ǥ8ztrkfy-[1y)ֻ$?&-R ]ذ l C<O&[NRڠ+)B= D`6"M"s {ʁ{zNC(ZbN[w':
+9"*W/AAM
+(A8$$˾N-Wڑ4J0,A [-z,o0PB6cp^4D+}sT^QNͩר 4I6 R_s)?AveRt:Y]GG[Z
+RŐyj2]Eg.CxY:
+ܙ έGcR-AoCu"Sm5:-@`
+3xϼ,<V"2A4Z2wu휱x]Oyk_RZI@HG}g@D+wƖ"NY`h7Ȕohp͛*ܲ<2V4 ?L
+endstream
+endobj
+1761 0 obj
+<<
+/Type /FontDescriptor
+/FontName /VLRWHB+LMMono12-Regular
+/Flags 4
+/FontBBox [-444 -311 715 1019]
+/Ascent 618
+/CapHeight 618
+/Descent -222
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/a/at/c/e/g/i/j/l/m/n/o/p/period/r/s/u)
+/FontFile 1760 0 R
+>>
+endobj
+1762 0 obj
+<<
+/Length1 2332
+/Length2 24299
+/Length3 0
+/Length 25704
+/Filter /FlateDecode
+>>
+stream
+xڴeT\[[pZ
+w'wK !<r뾷o0s\k}P~PQg
+j ̢*+Jt(?jOP7W'Db R\ !=--H hNve~JfPѱQڊl鹂NM2 S*݂IAc/|E,'^ Al*MZK.\LՇ~E\,[/[mHe,zVWIf(K-[LeC1t+Dͷ?'"Gh0%b>`C2q55 3Ypsi8pˑ,bhmy [,%\]7^ 3қW,o^56v(f\6Z.Mů s&J1$&}::^j7YXqnҞ@RZjrݩsV"$Ù0G 7_tcVSKpeH{bJp m2ƄZ]ZWAe8c7E
++(8[iB9XtbED@Sr)Tۡ۲Ĩ^ǽaP*n>^!2nKtjk:D~:=B;#S$Vמ<+rn6xb+V:AS8![Aj/Hw=
+uXx*T{]|'9,9]_Q!WI>M\x'#:q|e.V21GO"W+XSy^}0 Z|[^,deH53]^ )uCqw&3 /H%CbWI\ހoP_ ر|+9;ȓR$ j>25^5QY
+ZJqVVcf8o7s/rd`3Ɏ}SJI{
+[D(~E0$dexrGaUh=pyhg!h7Fg
+W?v?0Ӷ|`P<VYB
+s 'YSo6yty՚b8).(Gw+3ڬ#jf+:9+tF=}8 +gBNV6Dv93,n,ތ[I0ǕПb 'kSלjq"|~̈́]-˱&-Sr
+]"X3,AG?_9Yl}1 Sm|Z.NN|e$]B%ej#e<MA7\ŏ&I!#X~jt2GXƭ>}b1fR' Tw5*K=wkp\^.Ύ\ϭ&_?1|hܚ^Q^\$D)X _Fmk2,
+DP!Y`-1_ɄLcS r:(ZH CL`J 6կ7S䣲iDQ˼].ל{&lȍ߿w9!쩬 :;(/I3(z@<9r}V9s&T.J-f!?K2{~T\]]Ԭ`ɽ+YkgJͿq9ӘrΫPQ!Jcٵ
+2j)^ A<~&Pxh9ʿ1n< ˲nYr+Wn~񞚶f
+0mdGӳ8Cu\1x,Q4
+:a9~H,hUx.5~ZgOߚг8LG?;u)a~PP'>T ={\H1n
+YLa0|K8kOT 2^5ڎGq9e 5g봲|9# PkbWIE -Czx(ƅu>V;mZ*+X$<m)L_C<(>6j8
+ $?/* U`j
+E~2o5vs*ޑTϷ;d֧`pPsyŋmtCAs4,·IU5$dE0>\ ᆭ[Gw}z? 5pBTDv i+hZ#aUBL
+danWp@^{{)؃9>L؀ٖKP{M=13^_ԼOb}zZҧFK>/ 7]X@qFCQq}ڈR:n񻠖v o߼(h:4)8;Yueq6&f
+Pp{4Y]O=uws8ed?d_
+͝#Hjz+W6oRҥ =/zW[ownK/h"xbSjϚzzɧ``]NgwX{Nuk?J%."`Iwbh_p#:(,};Փ s-6f#9;@4gQP']sx];GC.<EHԫʍftJ "y0\#c~ ^QHir3Ee<RA~1#<B{X']r
+ isNPk䖞6gQ8T'GS @֖r(xl0Z, (coRCe)(]sŚ"J`kSEAW1]fGX*0
+݈zblOkUrLC D/rÈR_ۏ= <%)v:(ewq(F&Dwsh g^):>|)-ӌs$CyH]7IOva|z`Q,عY)1DSh]nimwYVznѶ>LU4ުP(5XΔͳ&(w TjoOl{+¯ *PBv>t5E% B"#tDȻpQ`>RsU4+S?=p4Os9KIW;ODc0 ~MJo>|D=T23lzH㜖
+taYɍZYcVǎe@
+]>쌺Mm;6i a/in`/$I lՋk\=y^OsSm<͵I.β?[uڌFO{~OKnҟh=X3"I7GoJcR}bOnj':/"ߛWӍ&/!1^k_nE:F SP$X _
+m6^%_W#{h?݆,[O!˜a%w6 1BLph^1苮DEjNdMrZ˗@t#ukDIAT-sُRN^d5ᙁy?7o7~wLIfq-UޟQ7y[GPf(=>E|`5\*Z<Z+ܘMAۭQJ} XWH]/Zx_fHjjI{sdJ&˱}l#3M/d)Q,2zx+wI&tsNx
+3r4~`1p,
+0:e9PhA'nAZ" p#sѷQp ~r!5
+: ΀=G{@jNZLk)
+:
+y*/ۥQA|N,NQID2ZTpdYqŮ,nCX,\s5=?!)惰uz@QwAsUgR#@4AwQ1g&K1R];yEϯ~V 1Y阖z?h)>).Fh-*<]~x^tt^/>.#qhH~7n2^ t/ !*-zaQBWSrTIہ_KaqA]WcUrkLBQcςcb@{
+{l:UݽJׄ-k啣R_F
+Wlƍhceget
+BTaɀ`3e`la mnr,I5 c5;H[ Ͱ!x"QpRuH}<s"QұI>'zaixbT4uPB2+YGz78OosHK6CB%dwջN}E64.iI989RDU8FI̅"h͗yPBl؇zW"2j~Igv]8e!/w}r$ttص V/rеٚǰm^ZfYTj3zh~r*@T<e!P4^q<N7}@>[g/kwR4"JJ/H9Z=L#^]-wq 5ls7GMBWQ4Dn9r pXI^F6Yђ7|? a&dg\19bIz,-
+>5^CSxDwj6ZЮRu~? n se8 nJ)[[^:2^E,|O8Va`.]ZFH),
+K)WX1Fz
+'{@&jj8'L v =8R%1=:!M'm`tHbx|-ˣ+v:KYCodN6_Wʛk@6M(vEŤ_+zˁ ǵxb(CU6qT,+Ibl,<g4t;X$Tq[be_3U & 
+"&mW3\U Bloi|IhuZi֑mYZ<*vA?(tj1J+aSyO;V:h.b8:}r̚*d|"3)Ia6
+_[{%@f!F.5p枞>F-vY?>U_č& ."MWJ]'Mm/MAYo x}M`u`{|ו0 N + LPfӦ
+S9GHXc쌦;ܰsMc=Zl/gEك̑ӯhrQ,~
+$ƈfunmlN'b\bC: j-=F)ݢ^EXS]:J@'ⒼRD fK:LJ!6~|sv>^; ]"Ơ1اocC 3Cᇩg:dp gblS&pU wˌʋm_j( b?;ۘe~X٭'%m ==hAsuޥr(- dɉ=IOk~[_y{R{֚#WFjBbH
+%1) [EgsMCR5һ"T'-[m,ĺ) D w<OPkN4j i79eD!<q%X_ ޳xj0{ORS০~Gm;Y/V R1`:'CO`Y(c`PZP!O/~z|XBR+83$➴3VvfI>F}=M7UX,6ږΕ򠰷zUQ>.l ޙtʹQv'[l kV-KoNx'Nd2AwLkWK֮gL,-3HxEA2֮PxYMZ$u^q.w0uભ`us\XsmcNX:<S)huǭ' 4f0.<"0h7oyIvz@|8<fMl! D8}^~ZqLGZFSwD;? @-
+Fun t/@X^X{U"aIn:Djm+H*e,GzT _0FdwHW}K
+vh.qw8+O(&7슟ڍɝ}~h 4VI{%:J9"NZO*9r
+<2g.+qk[v0ʹs(}"Y?wdo| .bڹ@o6xڥcXב~#ŝ)d9 d@._Dʆ*%|%͉+jLv/0x
+~V*'ْ $QT~magfDOQ GZojq9*+[~Î;u6E#E@T4 N|5e@.fs02(v9>C݅"!=}*w*o8Ycɳ/nlBKd܂ Y:-q 䮗J
+,҂ɞ w{2cf_4TW@RP։QhX{l
+d>q'є'ڀ_*w)ka^^?Pȁ x5{&7(Zh{M!'k/qf#V:$X-4W8S>z <ĜSԋU*Jw}{Q=-iRpн̞eE#-<!\oQĻKX33Nц4R$6Bm
+/'=f*(kinpz"Y~mu@Azl^ 1G>T-]\~NHr5S!Id~t`WC;qo{YCgi.wiH&DR_vH=&s{!1 Ȗ)r<a|3dS̕2Q4UՀ뻏{L` Ep
+ FVC_ g۽<wH,}h]gR:P#w1>N+ZFSqRS%t%Mb;(*RGN@":t5>:
+;+ \)=$4Qmw&K7v!Nt
+Sǃ7s- [$9% ]J=d鍳V9I6CHtNy'\u ^7)h'b. 7 q?t/y?Pyڦ|$e8z,].'CI_MBe:ԣM& s6.'^fZBյIK\4!5uO\ZҹdyŤ
+nt{aG5rm`td3{J`GȂr_"zu6K勈 0$X<y!:@_zSUFK:CYJTr
+jhrZxEnhP  !?ˍB[UBH
+.w}f) BRjZ,:<N~$0
+`0x "7KpIdi^NQib؀anArE-+G|.Ql.OlRf!f'Bm[R9{K?"6DԝaX"BU7?J[/ PtjpOVÑAI o<3@lq@U"9
+?D:
+g<X5~R1'.H8IOǬ+W<7\#*^9>kbfiLWVױrde=CyH&Z* c^(ʷ s~[:h'/ ?Ã(ֻ
+Ŀ ;}3HDQsc! ;$kɷ%mm2 (H#BeuPKV(lA|_[qYaV?;H[xuM2m=oJ&N+T DRl[_=);2VuZ%c]DAPujc5%VyGڎ9&BV*nR1w8(_c⶜r@bpχ2;WvӁuscTّY6ɻʶbV$ fŏL2FM5j
+Aϕ1JҢ樇ഘޜ_Gk^Bʽ\^PF+i$KI{/]54-m!Pqv(λܰc%nbVWIi?QJ.R8`l2/3Tdtv3p̞`YLKsrSL7'A砗H])(t&{-;rB>4 YZ1~ޙXNʃW1d5>=*Q07^/7i/w As*l8{{J_e~~9V0ʪR^V;PhK$N61Ż"xU֮ÒeR."WaL̮(E'tjU ;s&*qB/?Z%֨a_>Va/[>=E>M#ܫj$~!0]ݤJu)Bǒ;V腟7bqOq?z|?fABr˃MGԇJ~ς^=Ua3-h (ESn0u)>krܢʃ
+RrμA\ܶ
+ ~t8 QʐFAi rxmIHPM2[ ??paT` BV
+$eV^53'~A3aSGIWNs<̤LȳtKBa}{r)b=norK $JHkoS1oc%.}wHtQhV`-fW5¨]d>O?\K4 1\6wUQ9UZ Wy ][קt \7T93x},]N
+Bc#Ic
+Y Gg4[&+}\jx;4o 2xFzi
+%Pӕg}J'׷Grf*iIGd1649C
+98tD/? :jb*jQNpz\iI,N4>{s5EA?fri<e)X+cAș|Z|zr^-8e84i,37^`sa8DѪu.-T{Xz^ښ[>~!3
+M8.kawDٛ}6xk SV5%3;KԸ.EgzYՋ}x|A0J!p)b=_-/;ѢI99?CU G?_F7*G ֠{Z Mt[}z9/@C}ؑ&ܸE)q>Jvp"T5) ؕL!!l"glA\[v.UtG7YD =%Χ_#G+aMVMI6t6%{">_jZ{Ɛ;-V6Ŵ`+bpa"><dPZL̆Ք/)zV*{SwY㜃{ԠD7D^9LHukSQ@d4ÐiSZFP,5Hia(ڳ%oes7gk7r &G?g٦4zM=X֦v=Ĩ\@vYDtG H GUs;/XO5jL
+VI\yhJ|LsXpE]xios׊I2mв̰<vmB9
+7d8[&He1ƞm;(`ZAF|$l!*}dRpG6xtvMDS+,CMuz%PGU ?n! 'uh5-ZԅA&LI:8}-5;HbxnKpuS4{k2 tj#AfFSBju'.:+4HcvJJC˸1oѦ6CkpS—w5҂L=4`z<\2X:<O
+^aݽ X¿g,ONԞFsǐ8@," d 0#w]tMZLކ y+>Vdf^RNH:+jֽ+.!y|Z]Buב6]hz+(vKjՌr
+XzPHI6¢USǖc$gvsd r`xKn*!Ch|BS pM(L9gڈST\ U Y0O+%kҬw}g{'!P$c[W0Bk~&f?ٙ(dh*.\የ΅.<FO
+q#$dZ7CpN+3 ^TА$t8XJHe Is`dA(i|xψHEAS^paMl -SUg)۫i'Ca S]ڜײɮ !(Nge)8}8s(q$N+ÍR~w h[ /Z~nT 2A`U
+f#9*`#g$b
+o2#Mq> "݀wGݭ;I?8Ǜ) d
+em^XIP3uveW箒[T>K=pS~!#iTx>74**ܞY(:?cJ1dD#խ~nlCSC9ji%ڡ}ϼKUG-
+:U=LaWGMѵJ[;t 
+hgU@"a w<K֜(W
+R&'_F PJB
+zۋ6<PZmñ"& x{dkQW_ʘo'Ѧ[p.)X<!H5d~wz>">[1C +[erSx:Z$OA^]^M].V0Ga9G:s ̠k)l,a@lCDLh .zen R(3.UGsu`UP1HAwVbIiFɞ|Z{3B |`9uxQ4̦#m: JYFI~}!BVUr}O8d"}^_+XZZY;RTwsZl𒰭@ȗThl7{
++Jua (D`g{`}b3ї@^#9Kmz -} rAs`
+ !2!C&pKG7.zHH ^lVr2Uq/o؏؀czۍv"dUye?wAulgTbC?O)5j{YX} HQ#jI
+3 YZC -?6% }ѯ<`MtVيy?|sG
+*m )jg` TẸf ڄ ᶌզ6֑;?횺J4E%ƌ h#E[eV*u" j6kvm F%O " vy:Lm'Xd)46R1/RD
+%Ax3X{dT[{}(qC#q,eoNz)$\؜kcMLG}6G`Yr.ܩF$_/8%@BV=E`RFy
+endstream
+endobj
+1763 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QNAXUG+LMMono8-Regular
+/Flags 4
+/FontBBox [-456 -320 743 1014]
+/Ascent 601
+/CapHeight 601
+/Descent -222
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/C/I/M/S/a/at/b/backslash/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/g/h/hyphen/i/k/l/m/n/nine/numbersign/o/p/period/q/r/s/six/slash/t/three/two/u/v/x/y/zero)
+/FontFile 1762 0 R
+>>
+endobj
+1764 0 obj
+<<
+/Length1 2469
+/Length2 24291
+/Length3 0
+/Length 25757
+/Filter /FlateDecode
+>>
+stream
+xڴeTJ;5 ݸ!x{p `@ :w{g Gw:UQkIق W;0@UM
+b{8[99yd܁VG( 8
+t:m>
+Rו
+z:]YP>?jrRFr\
+P .T?dzF,;/Eɹڀl]|
+M /7t1nܬ7Io+ e BpsׇZu 5];z.(iAB܁/z8 ^$@kx=A~=w`?-7Ih/_-ky9>~:wk?BԬ &л j~OfՀg o?6^6l<u {J#׵y
+Zn2٢=DYHG;2Y`Fk!]8u?l$ɰ& Bߩ0}U.,1יI Л<{HyΤ1,F*_j'pw^yC@o5(Ƽ`YI46Їc̒Ukxq~r1f"nbk1E>)rdz-j NNK ަDSԶ< sQ_8YeYFaQB
+m5e<J F9ȬuW~TAFSLR(5!ؚZ>w B0h{""$fi[nۧGO6+:B!) ?O@vߎ/죟Xyfg#RP+5[IJd3|Ƹ2(_ q~0[DnBIy.}W^[BB#t}bz<?"nt
+6A=Ef0:={LW9]}}]r\&8r*8Y>?pNZ H (},S5:j<:~3
+wѰa~) cG h45i/%[,^{Y!*L|k` NuK>F2 6!8;z5%-u2$0;ȓX1+nj ݴa#߽g(tM<bٖFOK07ap\c7=xWl#zIHn&PݜRoGdA
+U+Gփ3Q^{dNOhRGw[w\ |ɾ3
+qg0e9``5{_%77F+0T#)CJke1ȔTP؊H1w_>7En~yMI
+82a{&Ayáe:8xGonp3 {FgCGX;_FFƏI.f <'aMK!ua9DxgAI):]d@%3<sS]~4xp vD!?g2K#hC1K (
+U?g~3Pzn[ !7u5#MDi#kd[!gnޚ MC5%[nFBCgw0eZ gwO40u PtIc !n-yT;}qJܲߌe1gmwe'X#=+,bR)YћP:2;" /"aM_6`ŒbeMCD-u/d5(<= 0((I<)'Lդ2&VLCoeG> G! |j]?[ԌxJ=a֠pMM$N]2=~QMQAQ#.KK3\ /*,|38RZws-83#0ɣBnaL6?`|ڥP2ȃо&.q=3̓UR5`X gn<
+gHyJ*iF
+1 ni"a
+*װZ@OF}ڼ_BT%z\%:9n^sOGm(;1Ӯ\1%a
+glH F wQ,V}АQoP
+ ;#Rn[,"6~FcLm&xCDCqK065̱Ŭ.<}p+@(2B&Cbu)ޡ;!Ѐ߱ȕF<Fv0 d: ,t!}\Rk,dͺXDeVpmg7͠g]8}#\oZbn8$ .'Y䞊W$f8W~o}&yġ] S(̼x^kjMS/tfr@͔9mٲliL&ru݂O&iֽ'-.(o4}YpL~XšKB$Kt\<C~܅6^ \ܘZ8~+ߓ}+V껺iJeQha{jnvdeNVE
+sxqJp\lOud
+x;,i1A؋I\x(ۉRyt
+oݐ9<;K)UXIIq-y%%GO=4g?5 M9r4^[T;X/*
+x}"-JBo5(^[3ޙi`)(ՉdZj }4;h뢙N7eJtUߥ¥!N]9F;le"rԙCIP{5S2f`L\ `-Lu1QWG8cy=\jcŗ-[
+CrstsOO_3,UiVŹʭ PSɕ sķ
+U%b_3y՗*:BtW p`>([(聂U RQh}e>`N_)ZҸ-Ia]PJv# j;I^8-3-W}v!LzWY[u_Kr ׀Odp RCESxHc !!wB7ӤE7pJ!DTXaea5;TO]</nEǍ;6}lԐ]^2
+'2ug5i)^
+릟I+E|duh/XZ;h!ڈϯaL^Ǜ4`4c)3{g<Ibw!3u<G./c;νOx":ꭷ5(YD)yJ[k?Su%t VRٌ#~WPȃ3 &X9“V<&V!"$\+nnu ςJ6?%4ځ},vzk_sOT,b aEw\ѷ0Kk_HZV%mTܞ*,¢ ? V褈IgU{
+ݗ>_n\QZ˯õG4Dj
+GwkzuD'G-opL /'6>Aͮ]S^kìЕ<Q)`@9TP:_[JzsS3w*
+@}bMDu{LzVh&/#['mY֊ \wAʩv6L 7_[r;bd ri)I\6&ƘD_zyآiD HN9Qxk^jMӶh1_ZGʏ\TѬ$Ͼ_϶]DY_+Rd]Beڽ^O"/BD_I䁾_{G7ڳ7!wbII>֮M᭺|ڱ1M$e{pf7@J"c\L-+CnU=ŊvOoҵ"KyQ|;6*Q:=B%< ZȲC.!H-wVnրk7T5I6kVYw<w_}Y~]žP9>Z̦ ^$Abf^ +S5 R߂ZXoG1,n ;}>9Sb$z%pmZ7
+%sT,!Ǫ(Sl̴޼ĺjh'Z٥<ط=`wNActF°έ9A2]*
+)+0|Yjخ ~Z@9f^I9h<S U7IE݌x#v„5l<zC^RVlW"km7kXzQULE*TN3Ry尓`V-:26fjU3}Iz;c!PgYD#avK}C Zo.L'?!4njrhSix6-x-K k=1k0|Xqt=. >2ǸESfWAJP!>\ٽ/X*MEr&G
+dǻmå(FYQo{ni遺<x\_Ypc*p<j^k4*>\xA5-i}b\B^O05-ǖkbҭ\
+Jģ#A:i) \0㫏1X>az~f4 ]ktрßJ+:'*ߋ~ےĶ7smˡ4
+N)OEu(s6R3\E\nrJ
+-͞,X~ f|cdezbs.ɀ1h:z()P^oO ̰b%͕Ww]HRW(h7*l-~|d%AF oQi 'xD&lWk)Dx 3p
+;</h &ݬx6C٨OӢ<F&3XCڿR3mK pvx/KΪ֞\%ʹJ&Ȧ(1ˋR\BjWᐩم<DddLo'c 
+X'> ;_
+.3 ->GÜfo7|%xj]e XX!,=d!h;Bp})fJɃ6yο񑌮OMuQCJq2û9,_c"E!4zGDbG)^08K㱵;Y{-JzM|BWoobHPI M zr D+Sy21=n2&)
+D=`oZcM͜yY
+1&ɧ]X@\<1c×m6{|miו"ά4mk߻2m^yJɠipl0r?)2UF36%hAVDL3 ˾!]A=C9n/xS]dűK睝^Ɉn%]p($=[/"|W4X\y:6l_;^^H*Ey6`3D`J,bk~N[ZvրGG2(]hJG6A|zŜ4B<,û\svߗwɊNL]xUߴRêUTLuPP`7lשGwzmig(h߱)Aw*c^,|TVad=bI痊>V$%90'=U",N.4ͫBVw%c[lb]*j lf\+tn [/rsb_S
+*ҝM7A$e p|^˫YL}rz'+g5<8ϏHF4k?Y`l%"SJIMo8zϟdFۙdD2*sjvh</)յ L+&S%q3dlz]{\OP(ܫxCu(7m Oh.34 Z7v}!gY06uyfgvTͷzjOOzoHHUW<(h)F$X)芬$Q
+~eB5X[ RX}*wbT ,6X?:^NHnl~^d)?SA{xbЩx*^AaoTī]F^0{pkQ̚ EU^&!Z;EdB8*ȠP0}',+gm#2oksyN!$pQ? 6뜴髌knLs6cumz֏0S __wb,Va4?n66GPݍoRd9U?eɉTe!bf+,Rn. pj3&i
+}D;+k ax"`I~6<OJسpE%(
+(jW8o^)]5:'ښ
+x.:6vC
+43FC> %!=8şZ 2oS׈^Sv]vQT:CY,XKL6R덝vDBZG]c8j ͻ -0
+V rW`Nk1mޓõt}xe6Br]M0f%2~=JFC4L zR/r棹?Ô]N />1vU>[W/cۖI2fyy1ۆm<0&+~C.#9ZNa:w/+fy_;|򳂆0$e(E?w.9ہhAxE$2-d*Gו.l +j $?aCrWg݋ʖ]T/kn辣s$q4|VQcNlxZc?2q|&o|Hhd"HUMcŽ !V,!'隀
+\(%^5'Dt4z 3Q]x
+K@'^]j[`dlzʑ9c3(씶cKWYɒ $*Rilsrta /i^!"b5VBl$<q"865-}"t`8ɀYnq-iWJ+;K=w ,'u?Inn?ial4mʋٱBjk%S} Li?".+Sqjb',wD
+RMzR'݃ٽ,n|BZJ;l&PW]*Km]X\$iT$Jf_~*ۡ+HT;\%\uK݇\iY1U:9s>J9=l@"./%^.*u6cJbHP'eq躬bb9UkkꋧDЬ9D]T4c8oUq4ADT$a$JIi0m?ax'Tu~0VGǔ8߀ԞGLuY26t{#)KA_6 4rMZ-ZVʅޥ>)<sl-%+/DX/ІZeR$n"!#Cm%Ȑn
+B,?|}g;" k)v;-g!:Ԙ;&4 oxoב>B"B
+pg
+Nk~tQ
+ǯJ
+ƢW)]܍(|]X 2̠aX0q@W#)$,jd\&SUb<fQ`ܽ'渽N/T&mh]RǓ(d$t*&n<%E
+Hp&v`61x8xvtೢݔxirN?^β _|i
+:BƓl(g0lPFG
+'/WH9wQW(Ὡ~^[sbKB$,; -5sJ^fXגbɦHJo!M
+0 Olr5!r%8XyBCkg̖"KL۵N8Rf?@_<G[Pc[Jg"aw:Cz1Pv4zM=l d\觮1$0<Je@^orML'h lm~MG$|X;q 1yd!:XT`;n-biZgVM:b $J&>*|;[q/bdUNeEQO2Z
+ “0 XAn6nFibU6dZaBcNT
+
+kz
+ XQdkS1 B*XA{sڤk}Ǥ<H/AJ3
+g>ANbBo7(:ĸ.;qbp6T
+P<0:t&)ȑ ߱M"`ܓ׬:̤ͤl,ۏ\1Ax*:.aEI,P
+Cq 鴪0 j:Hta/&ȣ'Idf ϐ[mNR'5JIʿ9 
+K&߈Kt:c;SSܐ{*5/9 ŧFhݏtna1\Z3ո#jEK
+c5D'qu%pv:#%B}#qQ"qnDWU)A{1g-1CO7xpF6KH ^tD-ٲ6clln]1xk!F/i@UUEhɖ=
+>OѣAÝ*tgjI{^C)fFu[A."`Y؏IȮ>gt%܂%@Xrޛ@*o>N?k}Jo0f޼ƙ-WeK% Rf_wF¯k`YDnv/@5.E 0}UJDSߎ
+v
+iX(*,Btr0 B
+waۇh/ bXhh_n@K''I&(fC @ 9`iD'`^JZxPize o`E(LJʔ lu( *vUb:dҹȧi1b?1Inp65HB$T \Eݻ|UL
+*/;N)qяY:\ ?CCPU&Ԯ[F9~&3dpZ NSD|cMu.N4UAYS72HƊ:hlkwr, 9NنlIگe~ݥZY\zm:&mj,WR'VR2ux# 앷9BA-] 618i-:v65"Nʢ>%l4 +XnO׽`'`ib+`RTWu7yvZxJm@$PP;}wQyWV:u5F_C탐GЬѲAdNNdXvމ(L"۹,)LSI!rF g#,ίRI?4
+ٛ1d@<0૮7B>pi)f:O>NqukjSW͕1?M{c6WtrEvJ3DUoFLq2N 5a T?{/wOcxI1VQh}T@T :x#O@0Œ0? \\4R dAEX8l%n䌭\2NIA\=6ӥwРVBNgJ~,K*-&BS<xH=+G9Ft̾m'o}y+ឤԭGNXzcA|m.@"m: Ќ@ԏzz <βir('d!O-x`ivk⁕DKg?tY eyzڦi<LovL?eBxi&4"m/xV;,Rf2?qՀcoyvzAAG
+4ml1=]]9ડ~Yq5j)`,x?&AcW*l8LGk%l##KE~̇x2w4XE-m+PsERI 5El-T/Rgq g)} h2br/̭9e@xd~+\d˝.]"k.2*&Y8[y.Co7KE>'Gwp[2 bVpCPijP]<ki6S|8Z<Xabn蝭7jQzY=.D7ˮ}úbe1Sv%Kq{v g$Akmđk0s#R $',t# 5 OFqӻ
+#Cy$fD BW~g,3Շܯ|΍ 7I)>w?nݺ΂`SA8Q@ԈuPD*uZƽo >m."͗u(\BgeNZ />:BtH:"crl23moS#fю{mcP7 Ft0jJWqV2t=Ţ-03o8*/g):bR
+|Da_1h+h*qW6A,qb]`Ͼ@r|eOye^ĝcnqǬ\˂ibvqVOil2.5Gn/g8\G=Iݕ]n滜A6>-!͘ vYZݮM) |cĨ%
+L2$EH
+;9%,9w‹J<EAl(iW*N%!8aa *ڵ Q.\*# q6JQhvZBb 1yUJIj㼟Kw[c\r7y>>KFfj
+endstream
+endobj
+1765 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WRUWYV+LMMono9-Regular
+/Flags 4
+/FontBBox [-451 -318 734 1016]
+/Ascent 600
+/CapHeight 600
+/Descent -222
+/ItalicAngle 0
+/StemV 74
+/XHeight 431
+/CharSet (/P/R/S/a/asciicircum/at/b/backslash/braceleft/braceright/c/comma/d/dollar/e/equal/f/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/r/s/six/slash/t/three/two/u/underscore/v/w/x/y/zero)
+/FontFile 1764 0 R
+>>
+endobj
+1766 0 obj
+<<
+/Length1 1636
+/Length2 5300
+/Length3 0
+/Length 6376
+/Filter /FlateDecode
+>>
+stream
+xڵVuXkFP_J:!H^`6F ) i;%$DETPDQ|k{GT\ jQ8q"F!R:8;PÀ0R@E@:@ZJJZ
+N.p'Da$Mo'@%!`/0, {gd aDP@ Nl/ Լ00oh›ٸ|1 7}mG4
+ⰿ+<F=3Ħba
+#%&N멨( "@H$5>u''Ph1;!Ppc^f(W0DR
+'. p 40ֲRS7'Q(G4r/0 G-Eŋ?j8{@RR
+#N{t1ZB-mYoaY<@&}6
+ W*z_~mI!/`uZ36Kv((8ӀjT FbrSʕ̱9a6t¦w]M>+U?Hl1DZ>_}֛Gh`sⳡOS^m/~[FFxn<Kƍ;MۊAaSL"&e'*ˉ,(oB+ۼJQ^(_8E7]з0 rSI1lp`1fs(NgFޢ .'U!Ťԥկ ?0)*m'n4lsteQOߺ,WS6#vs528=d*Di)LO=ERo3RGJ_ą貰U
+(P@u k-YB)ov:D*.gIZ@EU]ThxH׮JBl?xvnVB0Ge嘵|/׳ ɰ
+&, v~%$w2ǡ44+]cxnՓMCm<~iش/桧SVlg|ucYڲOǟ:g禽Uʯ@EwdݭZ t.g\!hxB!ǰ`73SHӷIVw ްh>aKR42fOxc^8%Hn 0rIǪ< sr\;cbw?8ԢQ.~ ((xIIh1N3M:l=ȅ/!!/"HZۯe~0G.D*/}1ƿ;M?[0&R򅮄?kn 6|n)h:*eJQp\e\rpɹvےSճ1ڮ[eJZr<\) sЮ;dȡ؞`wԚoʔ Av͖-820r&vv|ŢFJTʼntf!TTi
+TWd×ečvvIDqSq$,d]i7Co$O*p p!ġlM"1lņڤI.{Z956WGQuגte^̦VDq5mx9Ȑ[ 6m/ KzSȄzO.})gΒp3Xkn`JXGM^G)ryQKAv4nʶga&8CQyfԆ{+SݨO&,~8lTFfoo~;;.@Ndy ;`(}-W!{wWCRa ߿o`FvSNGs^ï*uq`
+8X|_CnV</e1lGN~/}MVgxlLc$JE̲9W='徛F7?VLt5^*hw|"iAt*, S9,}Yn>O|A'zW\=z<85D9#tv0 MVso\ &Y:I,gZ.c/yY.7;R}[_4f夸<K
+x/=% m2@cq{]@vׅg g,w4(?ދ{qUo (#YIK;G5<ų/wTb= z{SJ˘e:3bLw.,dߘ;tJَ^A_YeO$JϞ7L|mm$pYWHa7G-ht0}:/?Ηjg2y~` &ZJ$ok7<Ԯm.|pK3'klS8gP/{zP^ս~ yïS_>[,igF-|6YBBHgJ2Qb?XyZ!_*(d1|}oH%C‰K)ϧLƶ0M=̬*&)=? (gmOzPOgֻL/6m0sՠ"4\rgmk{j 13o6\Jڟoٔ
+IZqw׶*%;U^;N==xv㼕*-lh`oRr#P3"XBnC˒@
+LbiT` T봩2CE>lު _X$g~:\N᥌2Am+<<|VD&mC~D|aeSKF>3{\92Z-Y/֭fzuΪS%uד N<7tgv6(*3ksr55x8.wtt 8Wdڂ:
+|$J 8GYhf<q揎OB38Q "+N܉P!]ѧgyQ2Zx[^F ֝ dtx78N*ܛ8=I/J=ig6|6ឈde}tbbt<|^A=9(*!AS,pPPC S" O'ޞ~Gz3,HkOn%ʳ{}FKʶ?(^`\G\ID3 OE5JccCI$).#7czɨsdF*;awBO<m-N K\־>&#k<CqhepuT,᰹dK#/՗NT()W~1TAuINH2˻kdeL%`qjQ7z[mn[,ﭹ*Gb{Bg-V\H n5O? !Qupֱ/yB&Q97u]zf+]|e%j<v^问|ˣj #.fmi-+kD+E7XA3yj6*h,ˮ6>?F}yZC6;ZŤM n[K̂68TEkG05L~ d7h8V$f>X)SE/V:cru桞ꅨ(3vz{!pn:"e}cʛw^*_{[Y-go{Fw/E鷹ĕ\֧? zx6pV`t
+~p{m΂NOF=1}]8ȶ^u4Jp3{Wt3tŇ5R}~묩@fv:ƤLOYR{ajj/4o\zshdX+mh"9_{Ƣ<:|:| t1^IwĐA~+?%_dI#<WJfPs J ك762(0|3ϗɾ1(BXǍy}I9|e`[&i,c#oe"!=0597V!8貴B{0Yљ8"3E|{ա~ݴEan f{֗%Y3=D_c׏ v1)TYC}svZX$mb^W};I/2Ks͕yz/Ҧ@3Z
+endstream
+endobj
+1767 0 obj
+<<
+/Type /FontDescriptor
+/FontName /NQGYYB+LMMono10-Italic
+/Flags 4
+/FontBBox [-491 -316 834 1016]
+/Ascent 599
+/CapHeight 599
+/Descent -222
+/ItalicAngle -14
+/StemV 69
+/XHeight 431
+/CharSet (/n)
+/FontFile 1766 0 R
+>>
+endobj
+1768 0 obj
+<<
+/Length1 1430
+/Length2 7174
+/Length3 0
+/Length 8132
+/Filter /FlateDecode
+>>
+stream
+xڍtT]6ݍ0 C]"%
+黧߇ #ZA`e]&p+DSo΍6{ @\
+EO$
+Qult٧wgzc+]y4VDZ=U`"텦xF Pe*t'dAy/AɟG 8$2EB+7h!z@:g})p qf3缹o?ehR}
+ψ$AUfCZE*
+kjܴ0mZњAف,c>slYѹMd_~#*q\$}F?|:+Gn8b}<Xu'n=$/sqŏG5zK{h<hP:Zy6R.`Y@˸Vh}、TѢ;EpP8d%v=ji_KFa)ue;x(8Bw"}nMwqg200""@}y~XDy(LjZZkN|pU}XcOgYO'R<R(m-’
+kڸg,cX.?Kgʼ6ȪB0%/DZ2@FS[bƕbEV_IV&G3N߃I_Qo4'l"XwYt%I=oha3<WAjR61xowx('lYsSύ9F-u׸oms=lFw-"/#:kz;i↧G}bx^OҬc {xS`;<=>E XF;wAǹ+(Rb&k0uآ1 ״ ~lt9cܒ='av3"i:K_$2'Hkq{+͸{dQ}IpBifJͼee6a؂T[
+ x%6W&DJ\rdmj-[bK|SljB?-BepTUDՅi&1]:_O4 8%I/Fkȩk;A4X%ٛZUl=$ڈ}JE[A!e6qy![.Pޙ5Y!JMqgA\we;FAſc$_ŏjޕZS̘-ƍWJiR's Ёe[2$fa9_ώ)]E_h= NFN
+wwo%JU}m@Is.
+iC4 ׅ]s a؉Aq]}>Bzk\xjjU:jX%̽K+%:=h +k[16,-&׼8&GE;f- ?§Iwe{:믬5[9Xҟ4oT&}vK^ȁ f2ֿP}ṯs6euf)!TirQ-r֎Hium"osRzq—`"rb҆64V Wx<8n%)jᗝ \ΟTfrb
+tK_4- دuj:zz=)9*BتZN(J?]4bյTOp}# X1 cD=T4Z'ͤ G~AIr&ЪkV~]َ !`种>#rNNH_W*Qzj@[kQJl; ~
+5PCYI2ުCiIοY1Y$7暾Dt)EE).jD^r,;.r8O4eד}PwZ"Ar{~Z:T~D# HpxN{$]'N.2GDZ2ˆ=Uc5[xZcDKXR'~L^@Qgơ90&i"/[1|t43t1ϧb
+94'^2 \w ~eؙ=ӸD<g3| 7^7 mr#b?\fP<2 Uꪚ|rFLgWdڋZ3?irRagN,!r1;WK>N Aj站+_3/j4
+Gh1m)P<0]+Lz˧d"1qki̙+HH
+Ru, e%:/OvW=QzW 垣xSOS-/kiVX(3|iw1®#5J{I^~nY
+,I 5PHU.dQh1{VaRv}Ri GK&揪 7hUƣ(YmG
+'JIR% o-g;m.Pn$Sb6lL5ʦeH Ɨbsx~9)v"Mj9.v%LbyD}*Tcpl/h{}w,F#VV}__>a,@q|cm:=,.%fƮՀa e9Y*%gg MC&ՙi]ė}!nWE#^>;O/. .S"#!D'.lB\eYŤhC`ŏ&h^Gt1; ï X LR*V%dǩK0zҩjmrb 9ջerw9/˭I?0x'8dGDU+2`~aZDPg?P\Zs$QƬTp:ʎRv<4GXN$=5΁({u2`݁H1eGcd #EET7$XlzpNm xySN$q,֕X^Qn%J}|دEu^L^u@ic\-A"r23s؀1YYR%_ܐji"5=@]jHVuǜ_a&1Mup"寞̋}x
+:,1cZP۸fSqZ ډ3`/3#[ 8F]0a[nfJD_<zzp@=9v[`oHvh↕-eYq>SNϩPW˳EdufQ#̶ `]]vMXfM
++ٗ`Fuz&وܷ7g|@qmƨ^4w.q H löObyKY8eF,oz-1!(Lʛ^_ %0c]FbG| y}*;4*D
+iE 65K8Mʗm61#-Bݩ*nd%tīR{I |-zfe5reC1;g-juV/0(`E+@u+F\
+tZJ;+o4Mc bvNpLHӏ,߆Şkƴz
+.<m/wƇs>c_ڗ'ak Foَ ^MSfS
+endstream
+endobj
+1769 0 obj
+<<
+/Type /FontDescriptor
+/FontName /JGWYMB+MSAM10
+/Flags 4
+/FontBBox [8 -463 1331 1003]
+/Ascent 692
+/CapHeight 550
+/Descent 0
+/ItalicAngle 0
+/StemV 40
+/XHeight 431
+/CharSet (/anticlockwise/greaterdblequal/greaterorequalslant/lessdblequal/lessorequalslant)
+/FontFile 1768 0 R
+>>
+endobj
+1770 0 obj
+<<
+/Length1 1532
+/Length2 4268
+/Length3 0
+/Length 5231
+/Filter /FlateDecode
+>>
+stream
+xڍT 8K$IO,"Y#{]ɌØ3cRhRBQ(Bd˒dJF}\39}#yJAKt S̬t0
+HPC tq4uH$
+󃠽("M<H}A,2`qѕ&
+Fm9%\1Ji(?.TPVt**)jXqX#+Py\~d~-a\DrA@)0-!ʷB?p^8|O$'f Mp?Q1?ew>Cn BY@
+f+ !?GtǺ]EQG~ )HN:5${44=\38N۝\~mi2Ês,ҙWZ3}z=^F,ޥG]k~37 5z.N>~͎>!Yc=760ihbJ $TB"> [rg `;&8_XDU$" -9@^ۡPl24 [?#2LyF'4e@tR0X/;*zFVr_Tbo ɷr60A-aۡ(nw>n7wwIe/̿Ie<;1cj?Ƞ}7H9x174ks+=JC RSzv}ѺSʐ8sbyIc!Z9L1d%a~(Q7R4k%Jl-ɞrr!"DX<PagDԘ_v9J?ʷ>+5!m6-7F.~-
+875{M*7=dÐ5d]wM[<SFH2uq0)7`?G^ӎ+=*;if֡'0(s5riLÕ+ ח )tMK1%dr֡U&ÄU't_!)LgPNM1[˴T&*H*pGkhb/0gdYʲͮrZJ3ʓ[_Ih'7
+TLX XD~\ߑϊ-B/UDzE-ؾokN[R΋x11}TZz^jwMZC~hk>[ۑl>k<]OP]V}Ջu=-U4%lefD{oœErddʁJq*^소/ g]v)=(`2Xb@ɚZfq)6F(0{ E1,6l #8oMH #ev1oUdBCC5+,^71.-bR7:|hSw׫5Ep]/5ԽŨ6v4v VhJ ЃH >|
+>ؐ p
+BѾg27Ew1i,>sE}R)`T~g A|MRn֋lЗPumH=`x]q{:fEEv'ug|zhXI__Z|؎8Z]낾p{A(Z\Ji
+aʓ~¯ =ļEt䜻޼8~O* W4 K C"+jG&OcwNiBYrݘGard©uMga'.[0xea''تHnAh]Jcy"hD
+rt/!W'5[<zۀ]2R5>4Snꄇ5O#
+Agˉ;ͽq/$ bWt[Lbv[x'$߷g{q 8ߐ5CO>iEX|5Oh\yQ.g*gq1[ʿ\R=%\cb$ZW/K #\mA w׾¼\<Phb,",N-V FK|`R{;+QLuk{KV>U*2+%DG\mYWY[\4
+f3
+
+FKw'>wQw74fY%#%|=?VrktW)mWV=x^'9P?/
+*zSdً"Fȉ6RFLIu=%F[ |I~c,/EƻÛ}u&.Yҽe-B ǝSŮ[ҷqΛq3a,YڎR<o~xx%Y `~Mf
+endstream
+endobj
+1771 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QFSCRH+MSBM10
+/Flags 4
+/FontBBox [-55 -420 2343 920]
+/Ascent 464
+/CapHeight 689
+/Descent 0
+/ItalicAngle 0
+/StemV 40
+/XHeight 463
+/CharSet (/N/R/notgreater/notgreaterdblequal/notgreaterequal/notgreaterorslnteql/notless/notlessdblequal/notlessequal/notlessorslnteql)
+/FontFile 1770 0 R
+>>
+endobj
+1664 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 35/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 159/section]
+>>
+endobj
+1688 0 obj
+<<
+/Type /Encoding
+/Differences [0/parenleftbig/parenrightbig 12/vextendsingle 16/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg 30/slashbigg 34/bracketleftBigg/bracketrightBigg 48/parenlefttp/parenrighttp 64/parenleftbt/parenrightbt/parenleftex/parenrightex 80/summationtext/producttext 88/summationdisplay/productdisplay/integraldisplay 112/radicalbig/radicalBig/radicalbigg/radicalBigg/radicalbt/radicalvertex/radicaltp]
+>>
+endobj
+1678 0 obj
+<<
+/Type /Encoding
+/Differences [11/alpha/beta/gamma 15/epsilon1/zeta 18/theta 21/lambda 23/nu 25/pi 28/tau 30/phi 34/epsilon 37/rho1 46/triangleright 58/period/comma/less/slash/greater 65/A/B/C/D/E/F 77/M/N 82/R/S/T 86/V 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n 112/p/q/r/s/t/u/v 120/x/y/z]
+>>
+endobj
+1673 0 obj
+<<
+/Type /Encoding
+/Differences [0/minus/periodcentered/multiply/asteriskmath/divide 17/equivalence 20/lessequal/greaterequal 25/approxequal 33/arrowright 41/arrowdblright 48/prime/infinity/element 54/negationslash 58/logicalnot 68/D/E/F 82/R 94/logicaland/logicalor 98/floorleft/floorright/ceilingleft/ceilingright 106/bar 112/radical]
+>>
+endobj
+1671 0 obj
+<<
+/Type /Encoding
+/Differences [6/Sigma 8/Phi 33/exclam 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 63/question 70/F 91/bracketleft 93/bracketright 97/a 99/c/d/e/f/g/h/i 108/l/m/n/o/p 114/r/s/t 118/v 120/x]
+>>
+endobj
+1669 0 obj
+<<
+/Type /Encoding
+/Differences [48/zero 101/e/f 109/m 111/o 114/r/s/t/u]
+>>
+endobj
+1684 0 obj
+<<
+/Type /Encoding
+/Differences [39/quotesingle.ts1 42/asteriskmath 136/bullet 176/degree]
+>>
+endobj
+1772 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qhe9xSTQO7}̽][GLrFMG}}"Im!00jEV%H^/v}0<_7RyL U~C`PރSӯ|'
+imXYӷ|4nt.kP^k?IFsuB`nlB
+=@ )U 9yI(ѥ
+S*043``ÍSqf|kiCc, pDˆzF:x0)ljsn l9u}Sr
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H8x?0.t<wtOȢ\: r
+endstream
+endobj
+711 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CFHZLT+LMRoman10-Bold
+/FontDescriptor 1711 0 R
+/FirstChar 21
+/LastChar 122
+/Widths 1707 0 R
+/Encoding 1664 0 R
+/ToUnicode 1772 0 R
+>>
+endobj
+1773 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@Wla_BZX&
+Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[Uyk֍I{wQ/5qDŽ r Gէn8A{,쏘LEvDB``B9zK~;_q`>Wgy o.>ݫﭯAbZ%?6G_Nzy;9ڰoiܰ^]0zu\~3ݍܥ: ل0%1 " 0Z{q́0R0r0QK5<T`,if,1gT Hӆp1X:,p8}u
+8alSM3?r>x\i"EܰpJMkl4\?ǚc:#?^YHwuprQF^odž1BЖEQ?1^׆ƨАԗ039+ãbLi~jЙ}s~zrCOe fYJ|֟uМ8gΈrY׆}ŊϘъ1LҊkgigϘ݊og3f3|3ߊY[3 =L3f/gd ,' f)Rx jb&'W *.MGZN(:p~7a?}]TyԟE}Ư%Vu'e%
+endstream
+endobj
+761 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /FGTYMI+LMRoman12-Bold
+/FontDescriptor 1713 0 R
+/FirstChar 28
+/LastChar 125
+/Widths 1700 0 R
+/Encoding 1664 0 R
+/ToUnicode 1773 0 R
+>>
+endobj
+1774 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUn@Cx ,ei#&JW֩%,lKw8i@og̼yrya'ɭVO8OCtuUy;]vwqgR}}oO7|߷s/IQ/ķ~dž;e{җ*砢~<nN[u,ME^m}7Ī۶'Yѽ?v<}\M4ƛh0v~|>v2 M{5rwֆuC珇UU꣹ 5oE=#)ͅ \݄[b MLS!"q
+LF.58`ԜR!aF2E1L^b@h4m3`*NQψW38r6Qܗ8KDMp.5sh]K` 4e>5Yÿp1bxbzҬÀiƘ'g ,ymƌ&Q/kC^،1ۜ1q, V䅙[2f[1GfLi~❰ c,XO/X?CO` ?'>ψ:sh.Xgg\΄rYgBg>;gX|&^N|{gu3t3qggw3t:;9g,g-gKR|R|\3g[>IYJ?R8IIupj‡i G潺N$myO:qo{9 dEˏ& N
+endstream
+endobj
+1538 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /AHPNOF+LMRoman8-Bold
+/FontDescriptor 1715 0 R
+/FirstChar 65
+/LastChar 65
+/Widths 1667 0 R
+/Encoding 1664 0 R
+/ToUnicode 1774 0 R
+>>
+endobj
+1775 0 obj
+<<
+/Length 846
+/Filter /FlateDecode
+>>
+stream
+xuUMo@+H.Ȳ|h%Qի  RofQs~;yݫo7nzr<6nR~_jh{ןk]{{S<.WժN7ݹuI{
+snҠt}P>>%p;en>rcc0AjzvUj U5'Yo xrU\Mi|#7al8|8(,u[_p;5bwֆ5C뎇uuꂹ 5E=#)텻\]PG"$D F @F@k} 89@FJuFF#`R0Jt
+% %553<p)ez|kiCc, pDˆzF:x0)ljsn l9u}Sr
+endstream
+endobj
+1092 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OMBWTA+LMRoman10-BoldItalic
+/FontDescriptor 1717 0 R
+/FirstChar 110
+/LastChar 110
+/Widths 1677 0 R
+/Encoding 1664 0 R
+/ToUnicode 1775 0 R
+>>
+endobj
+1776 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3FXҝA5(O)suߖcHQIܮQW Lڮ9ˊ6nK5NoغWi~r<d(Vu;_=85vѩֆu5CNmm悥+U=#)\][|, MHS"#p
+endstream
+endobj
+712 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OQBIIQ+LMRoman10-Regular
+/FontDescriptor 1729 0 R
+/FirstChar 21
+/LastChar 159
+/Widths 1706 0 R
+/Encoding 1664 0 R
+/ToUnicode 1776 0 R
+>>
+endobj
+1777 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3F;;=}kPQ/7SVk-8s擸]׷QPP]sݛ麟;l,j7O4uc׿x;P:XTv~{pjS! j֝ƍKWjY׫{FR^wwPG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+9LsQ.(ulgYˊx/V|V|&٭ V|N+>cv+>7+>S} ~!>_Sϔ+>cB|&LOr`B,&+jwRP{x${y儢 1~g|sGӿNu]>~?,5(z
+endstream
+endobj
+705 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GYUSWK+LMRoman12-Regular
+/FontDescriptor 1731 0 R
+/FirstChar 40
+/LastChar 119
+/Widths 1708 0 R
+/Encoding 1664 0 R
+/ToUnicode 1777 0 R
+>>
+endobj
+1778 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC| <
+endstream
+endobj
+927 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QUWGJL+LMRoman6-Regular
+/FontDescriptor 1735 0 R
+/FirstChar 49
+/LastChar 65
+/Widths 1698 0 R
+/Encoding 1664 0 R
+/ToUnicode 1778 0 R
+>>
+endobj
+1779 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdECiA
+endstream
+endobj
+716 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OFKYHC+LMRoman7-Regular
+/FontDescriptor 1737 0 R
+/FirstChar 49
+/LastChar 65
+/Widths 1703 0 R
+/Encoding 1664 0 R
+/ToUnicode 1779 0 R
+>>
+endobj
+1780 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7RIU70W?'^$Is}=}exǡ}'u]U=ow_XߓJ?)裮_o'h P=mbKLQ/?C̭:}W {pCM/6۾EzĪ۶'Yѽ3~< |OaxIM4};?n7uEYy>;JG& ߯^M~*aUaqݿhB͛foH]n-I&H8@l: ld`TYg``&Bkk0jNXXр0#` w]jG1 F60q'kgqScsnl9Ns`qKK%pNI8qJ9q4Ϯ%p 2\XWkz,_8x1g1=ia4c̓˳G6ڀ cxmcfƨog!/lmΘ8+^P_-C#[34IN؆1t?E߂ޡSrY ֟gg9433.XgB3\iafq3fts
+,>G|F/'>t3:~:83fw3;:ٝ ߜLgw3t33 ~)>CO)>SK3- ,YJa)SMV襤:?85JC4I^ E'b4><? 8Ϸ袿CF
+endstream
+endobj
+930 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YWFDZT+LMRoman8-Regular
+/FontDescriptor 1739 0 R
+/FirstChar 21
+/LastChar 159
+/Widths 1696 0 R
+/Encoding 1664 0 R
+/ToUnicode 1780 0 R
+>>
+endobj
+1781 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3
+imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r0QK5<T`if1T͟(Hӆp
+8alSM3?r>x\i"EܰpJMkl4\?皞c:/w"': fyRy(#c^g!ch"ƨ-kC^d cRx~h K^|
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC%K
+endstream
+endobj
+1202 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VWANKZ+LMRoman9-Regular
+/FontDescriptor 1741 0 R
+/FirstChar 28
+/LastChar 121
+/Widths 1676 0 R
+/Encoding 1664 0 R
+/ToUnicode 1781 0 R
+>>
+endobj
+1782 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N)$ݪ70W?g^,ɝظYs{ \wu{S<.7զ7u{R޺>f? Kw{KTQ/7SVk-&9sQ擾]׷HRP]s6o Ogw!X.o; cƮS_wСtZ|I1?H/GBZV ; ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:qw
+endstream
+endobj
+718 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /RGJWOP+LMRoman10-Italic
+/FontDescriptor 1743 0 R
+/FirstChar 27
+/LastChar 122
+/Widths 1701 0 R
+/Encoding 1664 0 R
+/ToUnicode 1782 0 R
+>>
+endobj
+1783 0 obj
+<<
+/Length 841
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N$L̛O3׍/~\kijG؞v~8y{Q>nۡ?^о:f}O*k?|RG]>3vSoX}kPQ/?qQZk롫8Dsgq~&ѣ^.2(+Gc\c<wxO.J [OCj: wWog<jimXW;vߴ~ >ZjR˦YE~3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?I  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=MS8B:~G]:(o yS
+endstream
+endobj
+932 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LLUQRK+LMRoman8-Italic
+/FontDescriptor 1745 0 R
+/FirstChar 28
+/LastChar 122
+/Widths 1695 0 R
+/Encoding 1664 0 R
+/ToUnicode 1783 0 R
+>>
+endobj
+1784 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R$ݪ70W?g_,ɍehܬ=WWU\;;׺v7MOtҺ=po>fv8 | G՗_n}w̭][GL2sQ擾ݾk^!00jYV%H~~v}\; C}h{ϗC`Rރѩc~^ON6[7ݛ ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCvW
+endstream
+endobj
+1309 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /RXJXSK+LMSans10-Regular
+/FontDescriptor 1747 0 R
+/FirstChar 28
+/LastChar 123
+/Widths 1668 0 R
+/Encoding 1664 0 R
+/ToUnicode 1784 0 R
+>>
+endobj
+1785 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7R$L̛O3 /~\k4~VzhO{|wޝn8O.oN?'uRG]>3dX;ҷ*נ_~vC̵:}W {1Esgq]ߍG@]dbڣH~z~ohTǰ9wxΏU]~NÛ Ju~*6{y~?xڰvtش~>ZjR˦YE3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?Q  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=c8B:]?~?,uQbuD|<׊
+endstream
+endobj
+1540 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UQBZSC+LMSans8-Regular
+/FontDescriptor 1749 0 R
+/FirstChar 43
+/LastChar 116
+/Widths 1666 0 R
+/Encoding 1664 0 R
+/ToUnicode 1785 0 R
+>>
+endobj
+1786 0 obj
+<<
+/Length 844
+/Filter /FlateDecode
+>>
+stream
+xmUMo@+H.Ȳ|h%Qի ۇ6웙7X=<l;Ytգ; q\]UCs9ùֵN=CT;xoMI{
+gkpcBܝ5AUӍnZoIN\Ԩo( &TmלeE[䧷6nK5F*oغ_'m~r<t(Vu;_{c{pj緣S! +k֝ƍKWjY׫=#)/\]PG*X$D F @F@k} 89@FJuFF#`R0Jt
+5 5553<pb
+a!SM~W,:?8C8…I^U E'b|82 8ϻ޽YtїkZbu_G4
+endstream
+endobj
+762 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /BANLSU+LMMonoLt10-Bold
+/FontDescriptor 1757 0 R
+/FirstChar 36
+/LastChar 121
+/Widths 1699 0 R
+/Encoding 1664 0 R
+/ToUnicode 1786 0 R
+>>
+endobj
+1787 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;he?<{Q%(SVk-#&9sQ擾ݾk^!00j(+m$?Gwt>X.oTuþ{S_tpСtZ|I1?H/'BZV;ݛ ZԲW/{FR^ww?U4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCa
+endstream
+endobj
+713 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WBCYBK+LMMono10-Regular
+/FontDescriptor 1759 0 R
+/FirstChar 33
+/LastChar 125
+/Widths 1705 0 R
+/Encoding 1664 0 R
+/ToUnicode 1787 0 R
+>>
+endobj
+1788 0 obj
+<<
+/Length 843
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!ݪ70W?g_,ɝиYs{
+]7;׺v=ߩǡoݨM'opiT}IAu~\3;ф ~<xKTQ/7}w̭][GLrF'}}"IB``BQV%H~~?v}\<; C}h{ϗC`Rރѩc~^ON6[w>m7l7,^e]׵_&suB`ilB
+=@ )U 9yI(ѥ
+S*043``MSiv|kiCX
+МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H880.t<wtOȢ\: k
+endstream
+endobj
+704 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VLRWHB+LMMono12-Regular
+/FontDescriptor 1761 0 R
+/FirstChar 46
+/LastChar 117
+/Widths 1709 0 R
+/Encoding 1664 0 R
+/ToUnicode 1788 0 R
+>>
+endobj
+1789 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUn0CƆ
+N7R!L̛O3 /~\kil9DО|w=ިqh.MW|۷oΟYߓJ?).ogoiA~Mo
+A5(QZk뾫=8Fsgq]ߍG@]dbIVto$?'C\c<N;ic].J [OCj: wWog<imXW;txش~>ZjR˦YE3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?Q  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=c8B:]?~?,uQbuDה
+endstream
+endobj
+929 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QNAXUG+LMMono8-Regular
+/FontDescriptor 1763 0 R
+/FirstChar 35
+/LastChar 121
+/Widths 1697 0 R
+/Encoding 1664 0 R
+/ToUnicode 1789 0 R
+>>
+endobj
+1790 0 obj
+<<
+/Length 842
+/Filter /FlateDecode
+>>
+stream
+xmUMo0+J! ᫊"RVmk
+N7R!̛3njehܬ=WWU\k];7nTtƓ7]snb}O*۾~qg;e?<}kPQ/7}w̭][Gq"E'q}GB]`BQVto$?Gwt>X.o4uþ{S_tptZ|E??8/'BZ;ݛ ZԲW&suoU4H6!L@@B@q\s *<G`Rq eF)kk0j0jfx)4Ug;5Ҵ!\,18"\aD E_sN[sS9)9^
+a!SMV,鸞:?8C8…I^U E'b6>2  8י
+endstream
+endobj
+1203 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WRUWYV+LMMono9-Regular
+/FontDescriptor 1765 0 R
+/FirstChar 36
+/LastChar 125
+/Widths 1675 0 R
+/Encoding 1664 0 R
+/ToUnicode 1790 0 R
+>>
+endobj
+1791 0 obj
+<<
+/Length 845
+/Filter /FlateDecode
+>>
+stream
+xuUMo@+H.ȲrhQի C}͌6jo73o{q3fѭVO4cpuU sk/wOwquy_t}??p]AAu~\33cA}P>>%t;en>r8`S0Aj~vUk&Yos yv rOiHM0[7v,ܜǽJnkz~lNͿvt*amкq۸qۿ`J-ztH]{O|, MHS"#p
+МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg3?f)O5[TT+&GUP#a#7q
+endstream
+endobj
+1549 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NQGYYB+LMMono10-Italic
+/FontDescriptor 1767 0 R
+/FirstChar 110
+/LastChar 110
+/Widths 1665 0 R
+/Encoding 1664 0 R
+/ToUnicode 1791 0 R
+>>
+endobj
+1792 0 obj
+<<
+/Length 430
+/Filter /FlateDecode
+>>
+stream
+xun0~HbM+ e5Q-')RyzlH]
+a+|GVZ=Bt90- Cfp{Ȣd%aޢ]ިfi
+M9;7,|1M06g۾iNHF,OۇF8E;7[GޛۦhJuDrAZC%rW~i#Ɨ, Kg'29.c_|8̉{vw^_x9"~/<ψ^xyE~/ I ă+g4ˍ{Yn P+qitCUqs67^
+ ^
+endstream
+endobj
+945 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KVRZYE+LMMathExtension10-Regular
+/FontDescriptor 1719 0 R
+/FirstChar 0
+/LastChar 118
+/Widths 1689 0 R
+/Encoding 1688 0 R
+/ToUnicode 1792 0 R
+>>
+endobj
+1793 0 obj
+<<
+/Length 600
+/Filter /FlateDecode
+>>
+stream
+xuTn@+fH@!BHMV{5@,lsw m6n냝g)>mW_NiFq]J[o6nWbmmUON%О[:b',t_2~"!~PGGZPvE]
+,tĦʣD37ⱨJSZENJ7]omuRL?e׷WMܶEuGsrwi!Jr9:
+Mg޲:]fMR2IV;e8p<_9"*G(dS>sQ  DDr "qX+&Gha:$r5PHi@S91jU|s(V8>l;JۈYDI aoykrA)ς1R;JS΄U!ar .Qsy4M纑9Ҍi~h7!cD<`1 ySMgg>2 cs(>ZC@ f fP7Fo?],}/Kۺ=/mS7m'{L:
+endstream
+endobj
+717 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /HKDWVF+LMMathItalic10-Regular
+/FontDescriptor 1721 0 R
+/FirstChar 11
+/LastChar 122
+/Widths 1702 0 R
+/Encoding 1678 0 R
+/ToUnicode 1793 0 R
+>>
+endobj
+1794 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+) }"g0CcE
+Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?K^
+endstream
+endobj
+1091 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KAZMTL+LMMathItalic5-Regular
+/FontDescriptor 1723 0 R
+/FirstChar 110
+/LastChar 110
+/Widths 1679 0 R
+/Encoding 1678 0 R
+/ToUnicode 1794 0 R
+>>
+endobj
+1795 0 obj
+<<
+/Length 598
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DƉ1LF+BG
+) }"g0CcE
+Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?Kh
+endstream
+endobj
+941 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GBGHIQ+LMMathItalic7-Regular
+/FontDescriptor 1725 0 R
+/FirstChar 11
+/LastChar 122
+/Widths 1693 0 R
+/Encoding 1678 0 R
+/ToUnicode 1795 0 R
+>>
+endobj
+1796 0 obj
+<<
+/Length 599
+/Filter /FlateDecode
+>>
+stream
+xmTM@+z&?DtbL$3l:$~Ulb<H^~UO6y}*ŗkI;m(kim&>:^]ʼnwUvvP=\T%#wr)bន2~">ũ c+(mބzR:b[Q]Λ݈TTy{$0)-"'zf :j%_|mnۢ:7w6‡z-r{r) Ҋ6D[cbgYۮI3ۦz+)b$kVÝ2r< i׎D
+ٔB1% *f€H֊zIl@e R3TE`̇G=O3ξ>"i0'DoR3
+endstream
+endobj
+1075 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ISRRCW+LMMathItalic8-Regular
+/FontDescriptor 1727 0 R
+/FirstChar 65
+/LastChar 67
+/Widths 1681 0 R
+/Encoding 1678 0 R
+/ToUnicode 1796 0 R
+>>
+endobj
+1797 0 obj
+<<
+/Length 790
+/Filter /FlateDecode
+>>
+stream
+xuUMo0Wx B
+HJ+ML ~fVyyfln~=&iټwͥ-d{nn|?z_r|=)vm.uq~T_U%AqNdGwH_d?(DwZ?~^JM]6EU]+Ң~xŻkӶ>4b!/e׷WyMҷU.n /waDh?vz[є; w-\E/#_iKvr'ht1 b 6aA8iHAxx*%) BSDjn@P˄AȘʠ0a8F
+
+8An)  +4bX*^cH`&f P;6 <9Bi2)LeTV.>HEW0*50^ s غ~${S$2ˀQ lC]j{Q\8jFجA`Z1Fcf1ur=#1SƤx- 907O`aaeVrLӔhVje y Q( a0<x?hkSIc/ -ur^vҁ7#!}BzUaQRZa~JÃy1KNqHC4cmӹy 7]t"jy3Vч.OOy/
+endstream
+endobj
+942 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IQIYKC+LMMathSymbols10-Regular
+/FontDescriptor 1751 0 R
+/FirstChar 0
+/LastChar 112
+/Widths 1692 0 R
+/Encoding 1673 0 R
+/ToUnicode 1797 0 R
+>>
+endobj
+1798 0 obj
+<<
+/Length 788
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]]xNNN$U XozRbS愝ttp#CU`I|`(YBIxwzև&Z,-|J.K[?or>=|-2ybz{ߢ MMBʥX2u㛖0jgA+<YF VH1 HD
+bK4S/IAl@D8 VsX&GTA 1RU rKpHHXâV؜F‡01z99.8|tHHa2ݦ.z,wohE*rQ gpL|N[֥#ٛB$YjdʜRsC XQ3f <g
+%7[Պ1hk5{3I2&}kMoρy
+ k c0-õ+`dE08T+cH{fx<E)nx%Sijg1@^c>H{Ixgl_>c o:ķCĴ sb sjL7
+V\Yr<Wt
+݌@zȏ/nØEX'&7nۭmZ YUܜ~tex{ɣ]
+endstream
+endobj
+944 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PXJHEZ+LMMathSymbols7-Regular
+/FontDescriptor 1753 0 R
+/FirstChar 0
+/LastChar 101
+/Widths 1690 0 R
+/Encoding 1673 0 R
+/ToUnicode 1798 0 R
+>>
+endobj
+1799 0 obj
+<<
+/Length 789
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx B
+HJ+ML ~fTq zyyy_IZ6~bx]si ?Yޟ).'_ޗvOmzmm]/UE+Y%#]99:PW1n D`Vв?~QJM]vEU]%Ң~xgq
+%ݵi[hӷ+|/m۪?o|!d\BPɋm~ޯg/4+vV4·G )boZè\d-X"fD "! ,"Ms)/ Oe$@hJZ J`p (S1 H#V'-e""aF BXK`bsr l a '@!Z"ɔv>׾:
+F&+19an[do
+5Bf0 z(sKa14kcG55(lU+ƈ5c!Nθg3&}ʘ7a<)x3W53QWS JiJ˜P!=Q›=JػA8 OϞ\MzqJ i%~91Yqr^:f7OHϵ7<8Ujp2P+̏Zixp13f\)t3W<c#?֒&c c:9c9
+endstream
+endobj
+1263 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YSOURC+LMMathSymbols9-Regular
+/FontDescriptor 1755 0 R
+/FirstChar 21
+/LastChar 21
+/Widths 1674 0 R
+/Encoding 1673 0 R
+/ToUnicode 1799 0 R
+>>
+endobj
+1800 0 obj
+<<
+/Length 1022
+/Filter /FlateDecode
+>>
+stream
+xmVMo8Wh҃kTHrضh^I IJ!ۇf|tǙqV}xܟ>ڿ7]Ocp{Vc<C0nO_ؿx)]PvNyvڎ3-9}zL򣱤to*H88 r~%§|Br4?Oq0ŢJ78~)?!NH-z<o4JQ,_R.O{<bZ2~?ai3b!IJ\")!/W.US7b!D2(\`O!N
+*IBTJ MN(0hQAUZ1p{BbZX@I[Ԝ(@J0 k
+6dG3&c ʭ+1dD`8ygZI&G-y:䗚sRaIˣXvَa;8K 3OO-G1<yzšBA
+㺁tj0?qX/VxWY+ZM
+V:koVxwY+$e\(d~E$,""t`E$,"","g !Hh.HXe ,""Vy譾FnNo<MM"+x;a@Sm7
+endstream
+endobj
+1072 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JGWYMB+MSAM10
+/FontDescriptor 1769 0 R
+/FirstChar 9
+/LastChar 62
+/Widths 1683 0 R
+/ToUnicode 1800 0 R
+>>
+endobj
+1801 0 obj
+<<
+/Length 833
+/Filter /FlateDecode
+>>
+stream
+xmUMo0Wx8T·~h[
+ۍT~3<f}<M? 6w7W(k!O>r#_)9۞c$_{t]P܂~ݣP_(&w(R|vp#P)->g_B?q8SG
+AC۽[ia߿{2ZE_cf/1/{/4G+)bUUwkuTO4[@ 0@`%! #P
+endstream
+endobj
+1073 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QFSCRH+MSBM10
+/FontDescriptor 1771 0 R
+/FirstChar 2
+/LastChar 82
+/Widths 1682 0 R
+/ToUnicode 1801 0 R
+>>
+endobj
+1802 0 obj
+<<
+/Length 963
+/Filter /FlateDecode
+>>
+stream
+xmVn0+C,* ȡ4Aѫ#1X6dhu9R˙$ۅa~G8͗!jy0^?~ 'uܴ71o< }R+k1O?F?hﶧzz3gYOZ8Mc1Y{N,=&ƪq;dD.F)n}RUj#<gR1Y~0oGuF[w{>t(j ef}/CPƆ 1!̛1$kU: I-"W;>['M#9&tq7Ӛ'\H38rqi"*phH(ѣ,0z4dTq8Zێ&"N%t(PsI%=D FftZB~kuly"uʸ^13 "tΘqXc'g0n^pqqϐ"rqÐ̅>Ct&5j8C4{`ǵ)y'[!o&þz⳧8s,0u
+姥.w==8)LI9z2yҐIƜ cА =s|h(Z`~>뤽t~g#OgK֭Yq1匩g8$Qfs^!g0>1g %ϰn3KOI3)YN?g9Yg%,Δ3Z֙R-4UJ%gx3>I^r&䌵gKXKKđK%g3{yəK%g%g[Kג3 =L3ג3%g}yGZ6h-C S#ܚ_* jp@L[06e~יkh +ӗo8s<ĥgv
+/a@]t_[A"B
+endstream
+endobj
+1003 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CFHZLT+LMRoman10-Bold
+/FontDescriptor 1711 0 R
+/FirstChar 70
+/LastChar 114
+/Widths 1687 0 R
+/Encoding 1671 0 R
+/ToUnicode 1802 0 R
+>>
+endobj
+1803 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+h ɨ%X8Zێ
+'U[:th鹥CK["OntZB~kul:e\ow:gLsJԋ84sy3ݾ_7~_9x<xe. 0y!Vz) ou/ Ϟṯֵ*跖` )<3'jIC&s2pBCֳ/5h~s
+I{8g 0F2|2F0Ƴ(gĉ1q#9~IȣAήa}t-c/9c]:K֟aݒggSzY%/sKY)YgJ3^i૔K%g|Lkyπ#9ûK%gx3r3͗KYKX%gkzjəz%gx%gK',S/9GZ6h-C S#ܚ_* jp@L[06e~_g!}/\XN8Jν,HN:q).~~:
+endstream
+endobj
+940 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OQBIIQ+LMRoman10-Regular
+/FontDescriptor 1729 0 R
+/FirstChar 6
+/LastChar 120
+/Widths 1694 0 R
+/Encoding 1671 0 R
+/ToUnicode 1803 0 R
+>>
+endobj
+1804 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+1082 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WHNEMO+LMRoman5-Regular
+/FontDescriptor 1733 0 R
+/FirstChar 48
+/LastChar 52
+/Widths 1680 0 R
+/Encoding 1671 0 R
+/ToUnicode 1804 0 R
+>>
+endobj
+1805 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+943 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OFKYHC+LMRoman7-Regular
+/FontDescriptor 1737 0 R
+/FirstChar 33
+/LastChar 115
+/Widths 1691 0 R
+/Encoding 1671 0 R
+/ToUnicode 1805 0 R
+>>
+endobj
+1806 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+1045 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YWFDZT+LMRoman8-Regular
+/FontDescriptor 1739 0 R
+/FirstChar 48
+/LastChar 48
+/Widths 1686 0 R
+/Encoding 1671 0 R
+/ToUnicode 1806 0 R
+>>
+endobj
+1807 0 obj
+<<
+/Length 962
+/Filter /FlateDecode
+>>
+stream
+xmVn8+
+endstream
+endobj
+1264 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VWANKZ+LMRoman9-Regular
+/FontDescriptor 1741 0 R
+/FirstChar 48
+/LastChar 48
+/Widths 1672 0 R
+/Encoding 1671 0 R
+/ToUnicode 1807 0 R
+>>
+endobj
+1808 0 obj
+<<
+/Length 894
+/Filter /FlateDecode
+>>
+stream
+xuKo:"@pMRDd֑@,ȿ/8v:C(7ޯ0=UAo<]>OSrsLsCwyânn<,n_.CTۂuCŋeYiK͢c\Q0QZ8ЎC=9YK&|:,#b&ƪ/rE1Ay ǻiJ[oO_!̇Y.޽N/INv;58idy jfl,]NOC8}sHZԶvI3Rtѫ~R풭5Q:8Y.p<QQ059XIN MKQ'%-(iQqI%D]m?i:M YC[GH7[a Y<%kX"]Y_!؞<*PNb )2]d0)7ДBC9m<9yq<%&go*ʐ!/9M=ӺƢb] v3k9'j3gX7AmfuDc-gXwgYcNF۰9bb zw9k`M̑C6llЗYkX{:Yr 떜?%ϐ9r ?9 d.9ggl)9S" [^ؒGb~/lw^b-/l [[-2{aE^؂4E~/lXWJ"O%lVآJؒ_ؒߗ|K%K%UTVl[%̱V-&r6I;cSF_.X;9o_9-ttq04PEt,^d\}_"i
+endstream
+endobj
+1265 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WBCYBK+LMMono10-Regular
+/FontDescriptor 1759 0 R
+/FirstChar 48
+/LastChar 117
+/Widths 1670 0 R
+/Encoding 1669 0 R
+/ToUnicode 1808 0 R
+>>
+endobj
+1809 0 obj
+<<
+/Length 700
+/Filter /FlateDecode
+>>
+stream
+xuTMo0+J!m0U !mTto4j{z<?xҺ{s^7tr]u>v|tv ںQf|6'op݅uM{}ugfci"Amƃ}>,%rtPRJ(:X'Ab~oںT7h uSӌ]Acq`sy̟M.n? D`އщ7+d~4Wj7vw VRŪ,ׁk/bxO0+,F )1<c8PÆ\ 6>!Pp #]QxQTv)#ZBYLt/X^r<1u%pr_d9٢PSi0@WQ_Uh֩h諵"qFM]RrCpt39Âж~j3Fezp888Q:1bc7~}Hq('bĄ>^m# &zd}4)`
+"H,4%!%AQ߄B[B~)ҙ́ _)M?DM;豬;kyoQnNRd\Ӎ;WA}
+zoZZgbT$Z|U
+endstream
+endobj
+715 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OQBIIQ+LMRoman10-Regular
+/FontDescriptor 1729 0 R
+/FirstChar 42
+/LastChar 176
+/Widths 1704 0 R
+/Encoding 1684 0 R
+/ToUnicode 1809 0 R
+>>
+endobj
+1810 0 obj
+<<
+/Length 701
+/Filter /FlateDecode
+>>
+stream
+xuTn0+Cl
+ m8(zu$:`K$Q4pufn}f)ɻ|tùA<]u6m;O޴\+$ޚv}qff8*h$iƃ}E>.>ttPRJ(:X/rߴu&^!3PZM5^F$o߇7 V+1ؿһ`׮o7qIݞO!Znz/~N̿Z䄦buUWᴫ\k\r-Ve\[3sB A `ehHiJ }*>`!
+endstream
+endobj
+1071 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WBCYBK+LMMono10-Regular
+/FontDescriptor 1759 0 R
+/FirstChar 39
+/LastChar 39
+/Widths 1685 0 R
+/Encoding 1684 0 R
+/ToUnicode 1810 0 R
+>>
+endobj
+706 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [698 0 R 709 0 R 720 0 R 757 0 R 809 0 R 858 0 R]
+>>
+endobj
+909 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [906 0 R 917 0 R 924 0 R 937 0 R 947 0 R 951 0 R]
+>>
+endobj
+962 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [959 0 R 964 0 R 968 0 R 972 0 R 976 0 R 982 0 R]
+>>
+endobj
+996 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [990 0 R 1000 0 R 1005 0 R 1010 0 R 1014 0 R 1020 0 R]
+>>
+endobj
+1028 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [1025 0 R 1031 0 R 1036 0 R 1041 0 R 1048 0 R 1056 0 R]
+>>
+endobj
+1064 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1811 0 R
+/Kids [1061 0 R 1068 0 R 1079 0 R 1088 0 R 1095 0 R 1101 0 R]
+>>
+endobj
+1109 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1106 0 R 1114 0 R 1119 0 R 1123 0 R 1131 0 R 1135 0 R]
+>>
+endobj
+1147 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1143 0 R 1152 0 R 1157 0 R 1162 0 R 1167 0 R 1173 0 R]
+>>
+endobj
+1181 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1178 0 R 1184 0 R 1188 0 R 1194 0 R 1198 0 R 1206 0 R]
+>>
+endobj
+1215 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1212 0 R 1218 0 R 1224 0 R 1232 0 R 1239 0 R 1244 0 R]
+>>
+endobj
+1251 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1248 0 R 1254 0 R 1259 0 R 1268 0 R 1272 0 R 1277 0 R]
+>>
+endobj
+1285 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1812 0 R
+/Kids [1282 0 R 1288 0 R 1294 0 R 1302 0 R 1306 0 R 1311 0 R]
+>>
+endobj
+1320 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1317 0 R 1322 0 R 1328 0 R 1334 0 R 1348 0 R 1353 0 R]
+>>
+endobj
+1360 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1357 0 R 1362 0 R 1366 0 R 1376 0 R 1387 0 R 1393 0 R]
+>>
+endobj
+1402 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1399 0 R 1407 0 R 1415 0 R 1420 0 R 1425 0 R 1429 0 R]
+>>
+endobj
+1438 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1435 0 R 1440 0 R 1446 0 R 1451 0 R 1455 0 R 1459 0 R]
+>>
+endobj
+1466 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1463 0 R 1468 0 R 1477 0 R 1483 0 R 1487 0 R 1491 0 R]
+>>
+endobj
+1498 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1813 0 R
+/Kids [1495 0 R 1501 0 R 1505 0 R 1509 0 R 1513 0 R 1518 0 R]
+>>
+endobj
+1526 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1814 0 R
+/Kids [1523 0 R 1528 0 R 1535 0 R 1542 0 R 1546 0 R 1551 0 R]
+>>
+endobj
+1562 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1814 0 R
+/Kids [1556 0 R 1566 0 R 1572 0 R 1577 0 R 1591 0 R 1619 0 R]
+>>
+endobj
+1659 0 obj
+<<
+/Type /Pages
+/Count 2
+/Parent 1814 0 R
+/Kids [1656 0 R 1661 0 R]
+>>
+endobj
+1811 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 1815 0 R
+/Kids [706 0 R 909 0 R 962 0 R 996 0 R 1028 0 R 1064 0 R]
+>>
+endobj
+1812 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 1815 0 R
+/Kids [1109 0 R 1147 0 R 1181 0 R 1215 0 R 1251 0 R 1285 0 R]
+>>
+endobj
+1813 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 1815 0 R
+/Kids [1320 0 R 1360 0 R 1402 0 R 1438 0 R 1466 0 R 1498 0 R]
+>>
+endobj
+1814 0 obj
+<<
+/Type /Pages
+/Count 14
+/Parent 1815 0 R
+/Kids [1526 0 R 1562 0 R 1659 0 R]
+>>
+endobj
+1815 0 obj
+<<
+/Type /Pages
+/Count 122
+/Kids [1811 0 R 1812 0 R 1813 0 R 1814 0 R]
+>>
+endobj
+1816 0 obj
+<<
+/Type /Outlines
+/First 3 0 R
+/Last 671 0 R
+/Count 117
+>>
+endobj
+695 0 obj
+<<
+/Title 696 0 R
+/A 693 0 R
+/Parent 683 0 R
+/Prev 691 0 R
+>>
+endobj
+691 0 obj
+<<
+/Title 692 0 R
+/A 689 0 R
+/Parent 683 0 R
+/Prev 687 0 R
+/Next 695 0 R
+>>
+endobj
+687 0 obj
+<<
+/Title 688 0 R
+/A 685 0 R
+/Parent 683 0 R
+/Next 691 0 R
+>>
+endobj
+683 0 obj
+<<
+/Title 684 0 R
+/A 681 0 R
+/Parent 671 0 R
+/Prev 679 0 R
+/First 687 0 R
+/Last 695 0 R
+/Count 3
+>>
+endobj
+679 0 obj
+<<
+/Title 680 0 R
+/A 677 0 R
+/Parent 671 0 R
+/Prev 675 0 R
+/Next 683 0 R
+>>
+endobj
+675 0 obj
+<<
+/Title 676 0 R
+/A 673 0 R
+/Parent 671 0 R
+/Next 679 0 R
+>>
+endobj
+671 0 obj
+<<
+/Title 672 0 R
+/A 669 0 R
+/Parent 1816 0 R
+/Prev 591 0 R
+/First 675 0 R
+/Last 683 0 R
+/Count 6
+>>
+endobj
+667 0 obj
+<<
+/Title 668 0 R
+/A 665 0 R
+/Parent 659 0 R
+/Prev 663 0 R
+>>
+endobj
+663 0 obj
+<<
+/Title 664 0 R
+/A 661 0 R
+/Parent 659 0 R
+/Next 667 0 R
+>>
+endobj
+659 0 obj
+<<
+/Title 660 0 R
+/A 657 0 R
+/Parent 639 0 R
+/Prev 655 0 R
+/First 663 0 R
+/Last 667 0 R
+/Count -2
+>>
+endobj
+655 0 obj
+<<
+/Title 656 0 R
+/A 653 0 R
+/Parent 639 0 R
+/Prev 651 0 R
+/Next 659 0 R
+>>
+endobj
+651 0 obj
+<<
+/Title 652 0 R
+/A 649 0 R
+/Parent 639 0 R
+/Prev 647 0 R
+/Next 655 0 R
+>>
+endobj
+647 0 obj
+<<
+/Title 648 0 R
+/A 645 0 R
+/Parent 639 0 R
+/Prev 643 0 R
+/Next 651 0 R
+>>
+endobj
+643 0 obj
+<<
+/Title 644 0 R
+/A 641 0 R
+/Parent 639 0 R
+/Next 647 0 R
+>>
+endobj
+639 0 obj
+<<
+/Title 640 0 R
+/A 637 0 R
+/Parent 591 0 R
+/Prev 635 0 R
+/First 643 0 R
+/Last 659 0 R
+/Count 5
+>>
+endobj
+635 0 obj
+<<
+/Title 636 0 R
+/A 633 0 R
+/Parent 591 0 R
+/Prev 623 0 R
+/Next 639 0 R
+>>
+endobj
+631 0 obj
+<<
+/Title 632 0 R
+/A 629 0 R
+/Parent 623 0 R
+/Prev 627 0 R
+>>
+endobj
+627 0 obj
+<<
+/Title 628 0 R
+/A 625 0 R
+/Parent 623 0 R
+/Next 631 0 R
+>>
+endobj
+623 0 obj
+<<
+/Title 624 0 R
+/A 621 0 R
+/Parent 591 0 R
+/Prev 619 0 R
+/Next 635 0 R
+/First 627 0 R
+/Last 631 0 R
+/Count 2
+>>
+endobj
+619 0 obj
+<<
+/Title 620 0 R
+/A 617 0 R
+/Parent 591 0 R
+/Prev 611 0 R
+/Next 623 0 R
+>>
+endobj
+615 0 obj
+<<
+/Title 616 0 R
+/A 613 0 R
+/Parent 611 0 R
+>>
+endobj
+611 0 obj
+<<
+/Title 612 0 R
+/A 609 0 R
+/Parent 591 0 R
+/Prev 595 0 R
+/Next 619 0 R
+/First 615 0 R
+/Last 615 0 R
+/Count 1
+>>
+endobj
+607 0 obj
+<<
+/Title 608 0 R
+/A 605 0 R
+/Parent 603 0 R
+>>
+endobj
+603 0 obj
+<<
+/Title 604 0 R
+/A 601 0 R
+/Parent 595 0 R
+/Prev 599 0 R
+/First 607 0 R
+/Last 607 0 R
+/Count -1
+>>
+endobj
+599 0 obj
+<<
+/Title 600 0 R
+/A 597 0 R
+/Parent 595 0 R
+/Next 603 0 R
+>>
+endobj
+595 0 obj
+<<
+/Title 596 0 R
+/A 593 0 R
+/Parent 591 0 R
+/Next 611 0 R
+/First 599 0 R
+/Last 603 0 R
+/Count 2
+>>
+endobj
+591 0 obj
+<<
+/Title 592 0 R
+/A 589 0 R
+/Parent 1816 0 R
+/Prev 559 0 R
+/Next 671 0 R
+/First 595 0 R
+/Last 639 0 R
+/Count 16
+>>
+endobj
+587 0 obj
+<<
+/Title 588 0 R
+/A 585 0 R
+/Parent 559 0 R
+/Prev 583 0 R
+>>
+endobj
+583 0 obj
+<<
+/Title 584 0 R
+/A 581 0 R
+/Parent 559 0 R
+/Prev 579 0 R
+/Next 587 0 R
+>>
+endobj
+579 0 obj
+<<
+/Title 580 0 R
+/A 577 0 R
+/Parent 559 0 R
+/Prev 575 0 R
+/Next 583 0 R
+>>
+endobj
+575 0 obj
+<<
+/Title 576 0 R
+/A 573 0 R
+/Parent 559 0 R
+/Prev 571 0 R
+/Next 579 0 R
+>>
+endobj
+571 0 obj
+<<
+/Title 572 0 R
+/A 569 0 R
+/Parent 559 0 R
+/Prev 563 0 R
+/Next 575 0 R
+>>
+endobj
+567 0 obj
+<<
+/Title 568 0 R
+/A 565 0 R
+/Parent 563 0 R
+>>
+endobj
+563 0 obj
+<<
+/Title 564 0 R
+/A 561 0 R
+/Parent 559 0 R
+/Next 571 0 R
+/First 567 0 R
+/Last 567 0 R
+/Count 1
+>>
+endobj
+559 0 obj
+<<
+/Title 560 0 R
+/A 557 0 R
+/Parent 1816 0 R
+/Prev 427 0 R
+/Next 591 0 R
+/First 563 0 R
+/Last 587 0 R
+/Count 7
+>>
+endobj
+555 0 obj
+<<
+/Title 556 0 R
+/A 553 0 R
+/Parent 523 0 R
+/Prev 527 0 R
+>>
+endobj
+551 0 obj
+<<
+/Title 552 0 R
+/A 549 0 R
+/Parent 527 0 R
+/Prev 547 0 R
+>>
+endobj
+547 0 obj
+<<
+/Title 548 0 R
+/A 545 0 R
+/Parent 527 0 R
+/Prev 543 0 R
+/Next 551 0 R
+>>
+endobj
+543 0 obj
+<<
+/Title 544 0 R
+/A 541 0 R
+/Parent 527 0 R
+/Prev 539 0 R
+/Next 547 0 R
+>>
+endobj
+539 0 obj
+<<
+/Title 540 0 R
+/A 537 0 R
+/Parent 527 0 R
+/Prev 535 0 R
+/Next 543 0 R
+>>
+endobj
+535 0 obj
+<<
+/Title 536 0 R
+/A 533 0 R
+/Parent 527 0 R
+/Prev 531 0 R
+/Next 539 0 R
+>>
+endobj
+531 0 obj
+<<
+/Title 532 0 R
+/A 529 0 R
+/Parent 527 0 R
+/Next 535 0 R
+>>
+endobj
+527 0 obj
+<<
+/Title 528 0 R
+/A 525 0 R
+/Parent 523 0 R
+/Next 555 0 R
+/First 531 0 R
+/Last 551 0 R
+/Count -6
+>>
+endobj
+523 0 obj
+<<
+/Title 524 0 R
+/A 521 0 R
+/Parent 427 0 R
+/Prev 487 0 R
+/First 527 0 R
+/Last 555 0 R
+/Count 2
+>>
+endobj
+519 0 obj
+<<
+/Title 520 0 R
+/A 517 0 R
+/Parent 487 0 R
+/Prev 515 0 R
+>>
+endobj
+515 0 obj
+<<
+/Title 516 0 R
+/A 513 0 R
+/Parent 487 0 R
+/Prev 499 0 R
+/Next 519 0 R
+>>
+endobj
+511 0 obj
+<<
+/Title 512 0 R
+/A 509 0 R
+/Parent 499 0 R
+/Prev 507 0 R
+>>
+endobj
+507 0 obj
+<<
+/Title 508 0 R
+/A 505 0 R
+/Parent 499 0 R
+/Prev 503 0 R
+/Next 511 0 R
+>>
+endobj
+503 0 obj
+<<
+/Title 504 0 R
+/A 501 0 R
+/Parent 499 0 R
+/Next 507 0 R
+>>
+endobj
+499 0 obj
+<<
+/Title 500 0 R
+/A 497 0 R
+/Parent 487 0 R
+/Prev 495 0 R
+/Next 515 0 R
+/First 503 0 R
+/Last 511 0 R
+/Count -3
+>>
+endobj
+495 0 obj
+<<
+/Title 496 0 R
+/A 493 0 R
+/Parent 487 0 R
+/Prev 491 0 R
+/Next 499 0 R
+>>
+endobj
+491 0 obj
+<<
+/Title 492 0 R
+/A 489 0 R
+/Parent 487 0 R
+/Next 495 0 R
+>>
+endobj
+487 0 obj
+<<
+/Title 488 0 R
+/A 485 0 R
+/Parent 427 0 R
+/Prev 447 0 R
+/Next 523 0 R
+/First 491 0 R
+/Last 519 0 R
+/Count 5
+>>
+endobj
+483 0 obj
+<<
+/Title 484 0 R
+/A 481 0 R
+/Parent 447 0 R
+/Prev 475 0 R
+>>
+endobj
+479 0 obj
+<<
+/Title 480 0 R
+/A 477 0 R
+/Parent 475 0 R
+>>
+endobj
+475 0 obj
+<<
+/Title 476 0 R
+/A 473 0 R
+/Parent 447 0 R
+/Prev 463 0 R
+/Next 483 0 R
+/First 479 0 R
+/Last 479 0 R
+/Count -1
+>>
+endobj
+471 0 obj
+<<
+/Title 472 0 R
+/A 469 0 R
+/Parent 463 0 R
+/Prev 467 0 R
+>>
+endobj
+467 0 obj
+<<
+/Title 468 0 R
+/A 465 0 R
+/Parent 463 0 R
+/Next 471 0 R
+>>
+endobj
+463 0 obj
+<<
+/Title 464 0 R
+/A 461 0 R
+/Parent 447 0 R
+/Prev 451 0 R
+/Next 475 0 R
+/First 467 0 R
+/Last 471 0 R
+/Count -2
+>>
+endobj
+459 0 obj
+<<
+/Title 460 0 R
+/A 457 0 R
+/Parent 451 0 R
+/Prev 455 0 R
+>>
+endobj
+455 0 obj
+<<
+/Title 456 0 R
+/A 453 0 R
+/Parent 451 0 R
+/Next 459 0 R
+>>
+endobj
+451 0 obj
+<<
+/Title 452 0 R
+/A 449 0 R
+/Parent 447 0 R
+/Next 463 0 R
+/First 455 0 R
+/Last 459 0 R
+/Count -2
+>>
+endobj
+447 0 obj
+<<
+/Title 448 0 R
+/A 445 0 R
+/Parent 427 0 R
+/Prev 431 0 R
+/Next 487 0 R
+/First 451 0 R
+/Last 483 0 R
+/Count 4
+>>
+endobj
+443 0 obj
+<<
+/Title 444 0 R
+/A 441 0 R
+/Parent 431 0 R
+/Prev 439 0 R
+>>
+endobj
+439 0 obj
+<<
+/Title 440 0 R
+/A 437 0 R
+/Parent 431 0 R
+/Prev 435 0 R
+/Next 443 0 R
+>>
+endobj
+435 0 obj
+<<
+/Title 436 0 R
+/A 433 0 R
+/Parent 431 0 R
+/Next 439 0 R
+>>
+endobj
+431 0 obj
+<<
+/Title 432 0 R
+/A 429 0 R
+/Parent 427 0 R
+/Next 447 0 R
+/First 435 0 R
+/Last 443 0 R
+/Count 3
+>>
+endobj
+427 0 obj
+<<
+/Title 428 0 R
+/A 425 0 R
+/Parent 1816 0 R
+/Prev 295 0 R
+/Next 559 0 R
+/First 431 0 R
+/Last 523 0 R
+/Count 18
+>>
+endobj
+423 0 obj
+<<
+/Title 424 0 R
+/A 421 0 R
+/Parent 395 0 R
+/Prev 419 0 R
+>>
+endobj
+419 0 obj
+<<
+/Title 420 0 R
+/A 417 0 R
+/Parent 395 0 R
+/Prev 415 0 R
+/Next 423 0 R
+>>
+endobj
+415 0 obj
+<<
+/Title 416 0 R
+/A 413 0 R
+/Parent 395 0 R
+/Prev 411 0 R
+/Next 419 0 R
+>>
+endobj
+411 0 obj
+<<
+/Title 412 0 R
+/A 409 0 R
+/Parent 395 0 R
+/Prev 407 0 R
+/Next 415 0 R
+>>
+endobj
+407 0 obj
+<<
+/Title 408 0 R
+/A 405 0 R
+/Parent 395 0 R
+/Prev 403 0 R
+/Next 411 0 R
+>>
+endobj
+403 0 obj
+<<
+/Title 404 0 R
+/A 401 0 R
+/Parent 395 0 R
+/Prev 399 0 R
+/Next 407 0 R
+>>
+endobj
+399 0 obj
+<<
+/Title 400 0 R
+/A 397 0 R
+/Parent 395 0 R
+/Next 403 0 R
+>>
+endobj
+395 0 obj
+<<
+/Title 396 0 R
+/A 393 0 R
+/Parent 383 0 R
+/Prev 387 0 R
+/First 399 0 R
+/Last 423 0 R
+/Count -7
+>>
+endobj
+391 0 obj
+<<
+/Title 392 0 R
+/A 389 0 R
+/Parent 387 0 R
+>>
+endobj
+387 0 obj
+<<
+/Title 388 0 R
+/A 385 0 R
+/Parent 383 0 R
+/Next 395 0 R
+/First 391 0 R
+/Last 391 0 R
+/Count -1
+>>
+endobj
+383 0 obj
+<<
+/Title 384 0 R
+/A 381 0 R
+/Parent 295 0 R
+/Prev 367 0 R
+/First 387 0 R
+/Last 395 0 R
+/Count 2
+>>
+endobj
+379 0 obj
+<<
+/Title 380 0 R
+/A 377 0 R
+/Parent 367 0 R
+/Prev 371 0 R
+>>
+endobj
+375 0 obj
+<<
+/Title 376 0 R
+/A 373 0 R
+/Parent 371 0 R
+>>
+endobj
+371 0 obj
+<<
+/Title 372 0 R
+/A 369 0 R
+/Parent 367 0 R
+/Next 379 0 R
+/First 375 0 R
+/Last 375 0 R
+/Count -1
+>>
+endobj
+367 0 obj
+<<
+/Title 368 0 R
+/A 365 0 R
+/Parent 295 0 R
+/Prev 355 0 R
+/Next 383 0 R
+/First 371 0 R
+/Last 379 0 R
+/Count 2
+>>
+endobj
+363 0 obj
+<<
+/Title 364 0 R
+/A 361 0 R
+/Parent 355 0 R
+/Prev 359 0 R
+>>
+endobj
+359 0 obj
+<<
+/Title 360 0 R
+/A 357 0 R
+/Parent 355 0 R
+/Next 363 0 R
+>>
+endobj
+355 0 obj
+<<
+/Title 356 0 R
+/A 353 0 R
+/Parent 295 0 R
+/Prev 299 0 R
+/Next 367 0 R
+/First 359 0 R
+/Last 363 0 R
+/Count 2
+>>
+endobj
+351 0 obj
+<<
+/Title 352 0 R
+/A 349 0 R
+/Parent 299 0 R
+/Prev 347 0 R
+>>
+endobj
+347 0 obj
+<<
+/Title 348 0 R
+/A 345 0 R
+/Parent 299 0 R
+/Prev 343 0 R
+/Next 351 0 R
+>>
+endobj
+343 0 obj
+<<
+/Title 344 0 R
+/A 341 0 R
+/Parent 299 0 R
+/Prev 339 0 R
+/Next 347 0 R
+>>
+endobj
+339 0 obj
+<<
+/Title 340 0 R
+/A 337 0 R
+/Parent 299 0 R
+/Prev 335 0 R
+/Next 343 0 R
+>>
+endobj
+335 0 obj
+<<
+/Title 336 0 R
+/A 333 0 R
+/Parent 299 0 R
+/Prev 331 0 R
+/Next 339 0 R
+>>
+endobj
+331 0 obj
+<<
+/Title 332 0 R
+/A 329 0 R
+/Parent 299 0 R
+/Prev 327 0 R
+/Next 335 0 R
+>>
+endobj
+327 0 obj
+<<
+/Title 328 0 R
+/A 325 0 R
+/Parent 299 0 R
+/Prev 323 0 R
+/Next 331 0 R
+>>
+endobj
+323 0 obj
+<<
+/Title 324 0 R
+/A 321 0 R
+/Parent 299 0 R
+/Prev 319 0 R
+/Next 327 0 R
+>>
+endobj
+319 0 obj
+<<
+/Title 320 0 R
+/A 317 0 R
+/Parent 299 0 R
+/Prev 315 0 R
+/Next 323 0 R
+>>
+endobj
+315 0 obj
+<<
+/Title 316 0 R
+/A 313 0 R
+/Parent 299 0 R
+/Prev 311 0 R
+/Next 319 0 R
+>>
+endobj
+311 0 obj
+<<
+/Title 312 0 R
+/A 309 0 R
+/Parent 299 0 R
+/Prev 307 0 R
+/Next 315 0 R
+>>
+endobj
+307 0 obj
+<<
+/Title 308 0 R
+/A 305 0 R
+/Parent 299 0 R
+/Prev 303 0 R
+/Next 311 0 R
+>>
+endobj
+303 0 obj
+<<
+/Title 304 0 R
+/A 301 0 R
+/Parent 299 0 R
+/Next 307 0 R
+>>
+endobj
+299 0 obj
+<<
+/Title 300 0 R
+/A 297 0 R
+/Parent 295 0 R
+/Next 355 0 R
+/First 303 0 R
+/Last 351 0 R
+/Count 13
+>>
+endobj
+295 0 obj
+<<
+/Title 296 0 R
+/A 293 0 R
+/Parent 1816 0 R
+/Prev 39 0 R
+/Next 427 0 R
+/First 299 0 R
+/Last 383 0 R
+/Count 23
+>>
+endobj
+291 0 obj
+<<
+/Title 292 0 R
+/A 289 0 R
+/Parent 279 0 R
+/Prev 287 0 R
+>>
+endobj
+287 0 obj
+<<
+/Title 288 0 R
+/A 285 0 R
+/Parent 279 0 R
+/Prev 283 0 R
+/Next 291 0 R
+>>
+endobj
+283 0 obj
+<<
+/Title 284 0 R
+/A 281 0 R
+/Parent 279 0 R
+/Next 287 0 R
+>>
+endobj
+279 0 obj
+<<
+/Title 280 0 R
+/A 277 0 R
+/Parent 251 0 R
+/Prev 275 0 R
+/First 283 0 R
+/Last 291 0 R
+/Count -3
+>>
+endobj
+275 0 obj
+<<
+/Title 276 0 R
+/A 273 0 R
+/Parent 251 0 R
+/Prev 271 0 R
+/Next 279 0 R
+>>
+endobj
+271 0 obj
+<<
+/Title 272 0 R
+/A 269 0 R
+/Parent 251 0 R
+/Prev 267 0 R
+/Next 275 0 R
+>>
+endobj
+267 0 obj
+<<
+/Title 268 0 R
+/A 265 0 R
+/Parent 251 0 R
+/Prev 263 0 R
+/Next 271 0 R
+>>
+endobj
+263 0 obj
+<<
+/Title 264 0 R
+/A 261 0 R
+/Parent 251 0 R
+/Prev 259 0 R
+/Next 267 0 R
+>>
+endobj
+259 0 obj
+<<
+/Title 260 0 R
+/A 257 0 R
+/Parent 251 0 R
+/Prev 255 0 R
+/Next 263 0 R
+>>
+endobj
+255 0 obj
+<<
+/Title 256 0 R
+/A 253 0 R
+/Parent 251 0 R
+/Next 259 0 R
+>>
+endobj
+251 0 obj
+<<
+/Title 252 0 R
+/A 249 0 R
+/Parent 39 0 R
+/Prev 143 0 R
+/First 255 0 R
+/Last 279 0 R
+/Count 7
+>>
+endobj
+247 0 obj
+<<
+/Title 248 0 R
+/A 245 0 R
+/Parent 227 0 R
+/Prev 243 0 R
+>>
+endobj
+243 0 obj
+<<
+/Title 244 0 R
+/A 241 0 R
+/Parent 227 0 R
+/Prev 239 0 R
+/Next 247 0 R
+>>
+endobj
+239 0 obj
+<<
+/Title 240 0 R
+/A 237 0 R
+/Parent 227 0 R
+/Prev 235 0 R
+/Next 243 0 R
+>>
+endobj
+235 0 obj
+<<
+/Title 236 0 R
+/A 233 0 R
+/Parent 227 0 R
+/Prev 231 0 R
+/Next 239 0 R
+>>
+endobj
+231 0 obj
+<<
+/Title 232 0 R
+/A 229 0 R
+/Parent 227 0 R
+/Next 235 0 R
+>>
+endobj
+227 0 obj
+<<
+/Title 228 0 R
+/A 225 0 R
+/Parent 143 0 R
+/Prev 219 0 R
+/First 231 0 R
+/Last 247 0 R
+/Count -5
+>>
+endobj
+223 0 obj
+<<
+/Title 224 0 R
+/A 221 0 R
+/Parent 219 0 R
+>>
+endobj
+219 0 obj
+<<
+/Title 220 0 R
+/A 217 0 R
+/Parent 143 0 R
+/Prev 207 0 R
+/Next 227 0 R
+/First 223 0 R
+/Last 223 0 R
+/Count -1
+>>
+endobj
+215 0 obj
+<<
+/Title 216 0 R
+/A 213 0 R
+/Parent 207 0 R
+/Prev 211 0 R
+>>
+endobj
+211 0 obj
+<<
+/Title 212 0 R
+/A 209 0 R
+/Parent 207 0 R
+/Next 215 0 R
+>>
+endobj
+207 0 obj
+<<
+/Title 208 0 R
+/A 205 0 R
+/Parent 143 0 R
+/Prev 199 0 R
+/Next 219 0 R
+/First 211 0 R
+/Last 215 0 R
+/Count -2
+>>
+endobj
+203 0 obj
+<<
+/Title 204 0 R
+/A 201 0 R
+/Parent 199 0 R
+>>
+endobj
+199 0 obj
+<<
+/Title 200 0 R
+/A 197 0 R
+/Parent 143 0 R
+/Prev 195 0 R
+/Next 207 0 R
+/First 203 0 R
+/Last 203 0 R
+/Count -1
+>>
+endobj
+195 0 obj
+<<
+/Title 196 0 R
+/A 193 0 R
+/Parent 143 0 R
+/Prev 191 0 R
+/Next 199 0 R
+>>
+endobj
+191 0 obj
+<<
+/Title 192 0 R
+/A 189 0 R
+/Parent 143 0 R
+/Prev 187 0 R
+/Next 195 0 R
+>>
+endobj
+187 0 obj
+<<
+/Title 188 0 R
+/A 185 0 R
+/Parent 143 0 R
+/Prev 183 0 R
+/Next 191 0 R
+>>
+endobj
+183 0 obj
+<<
+/Title 184 0 R
+/A 181 0 R
+/Parent 143 0 R
+/Prev 179 0 R
+/Next 187 0 R
+>>
+endobj
+179 0 obj
+<<
+/Title 180 0 R
+/A 177 0 R
+/Parent 143 0 R
+/Prev 175 0 R
+/Next 183 0 R
+>>
+endobj
+175 0 obj
+<<
+/Title 176 0 R
+/A 173 0 R
+/Parent 143 0 R
+/Prev 171 0 R
+/Next 179 0 R
+>>
+endobj
+171 0 obj
+<<
+/Title 172 0 R
+/A 169 0 R
+/Parent 143 0 R
+/Prev 163 0 R
+/Next 175 0 R
+>>
+endobj
+167 0 obj
+<<
+/Title 168 0 R
+/A 165 0 R
+/Parent 163 0 R
+>>
+endobj
+163 0 obj
+<<
+/Title 164 0 R
+/A 161 0 R
+/Parent 143 0 R
+/Prev 147 0 R
+/Next 171 0 R
+/First 167 0 R
+/Last 167 0 R
+/Count -1
+>>
+endobj
+159 0 obj
+<<
+/Title 160 0 R
+/A 157 0 R
+/Parent 147 0 R
+/Prev 155 0 R
+>>
+endobj
+155 0 obj
+<<
+/Title 156 0 R
+/A 153 0 R
+/Parent 147 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>>
+endobj
+151 0 obj
+<<
+/Title 152 0 R
+/A 149 0 R
+/Parent 147 0 R
+/Next 155 0 R
+>>
+endobj
+147 0 obj
+<<
+/Title 148 0 R
+/A 145 0 R
+/Parent 143 0 R
+/Next 163 0 R
+/First 151 0 R
+/Last 159 0 R
+/Count -3
+>>
+endobj
+143 0 obj
+<<
+/Title 144 0 R
+/A 141 0 R
+/Parent 39 0 R
+/Prev 95 0 R
+/Next 251 0 R
+/First 147 0 R
+/Last 227 0 R
+/Count 13
+>>
+endobj
+139 0 obj
+<<
+/Title 140 0 R
+/A 137 0 R
+/Parent 119 0 R
+/Prev 135 0 R
+>>
+endobj
+135 0 obj
+<<
+/Title 136 0 R
+/A 133 0 R
+/Parent 119 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>>
+endobj
+131 0 obj
+<<
+/Title 132 0 R
+/A 129 0 R
+/Parent 119 0 R
+/Prev 127 0 R
+/Next 135 0 R
+>>
+endobj
+127 0 obj
+<<
+/Title 128 0 R
+/A 125 0 R
+/Parent 119 0 R
+/Prev 123 0 R
+/Next 131 0 R
+>>
+endobj
+123 0 obj
+<<
+/Title 124 0 R
+/A 121 0 R
+/Parent 119 0 R
+/Next 127 0 R
+>>
+endobj
+119 0 obj
+<<
+/Title 120 0 R
+/A 117 0 R
+/Parent 95 0 R
+/Prev 107 0 R
+/First 123 0 R
+/Last 139 0 R
+/Count -5
+>>
+endobj
+115 0 obj
+<<
+/Title 116 0 R
+/A 113 0 R
+/Parent 107 0 R
+/Prev 111 0 R
+>>
+endobj
+111 0 obj
+<<
+/Title 112 0 R
+/A 109 0 R
+/Parent 107 0 R
+/Next 115 0 R
+>>
+endobj
+107 0 obj
+<<
+/Title 108 0 R
+/A 105 0 R
+/Parent 95 0 R
+/Prev 103 0 R
+/Next 119 0 R
+/First 111 0 R
+/Last 115 0 R
+/Count -2
+>>
+endobj
+103 0 obj
+<<
+/Title 104 0 R
+/A 101 0 R
+/Parent 95 0 R
+/Prev 99 0 R
+/Next 107 0 R
+>>
+endobj
+99 0 obj
+<<
+/Title 100 0 R
+/A 97 0 R
+/Parent 95 0 R
+/Next 103 0 R
+>>
+endobj
+95 0 obj
+<<
+/Title 96 0 R
+/A 93 0 R
+/Parent 39 0 R
+/Prev 47 0 R
+/Next 143 0 R
+/First 99 0 R
+/Last 119 0 R
+/Count 4
+>>
+endobj
+91 0 obj
+<<
+/Title 92 0 R
+/A 89 0 R
+/Parent 71 0 R
+/Prev 87 0 R
+>>
+endobj
+87 0 obj
+<<
+/Title 88 0 R
+/A 85 0 R
+/Parent 71 0 R
+/Prev 83 0 R
+/Next 91 0 R
+>>
+endobj
+83 0 obj
+<<
+/Title 84 0 R
+/A 81 0 R
+/Parent 71 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>>
+endobj
+79 0 obj
+<<
+/Title 80 0 R
+/A 77 0 R
+/Parent 71 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>>
+endobj
+75 0 obj
+<<
+/Title 76 0 R
+/A 73 0 R
+/Parent 71 0 R
+/Next 79 0 R
+>>
+endobj
+71 0 obj
+<<
+/Title 72 0 R
+/A 69 0 R
+/Parent 47 0 R
+/Prev 55 0 R
+/First 75 0 R
+/Last 91 0 R
+/Count -5
+>>
+endobj
+67 0 obj
+<<
+/Title 68 0 R
+/A 65 0 R
+/Parent 55 0 R
+/Prev 63 0 R
+>>
+endobj
+63 0 obj
+<<
+/Title 64 0 R
+/A 61 0 R
+/Parent 55 0 R
+/Prev 59 0 R
+/Next 67 0 R
+>>
+endobj
+59 0 obj
+<<
+/Title 60 0 R
+/A 57 0 R
+/Parent 55 0 R
+/Next 63 0 R
+>>
+endobj
+55 0 obj
+<<
+/Title 56 0 R
+/A 53 0 R
+/Parent 47 0 R
+/Prev 51 0 R
+/Next 71 0 R
+/First 59 0 R
+/Last 67 0 R
+/Count -3
+>>
+endobj
+51 0 obj
+<<
+/Title 52 0 R
+/A 49 0 R
+/Parent 47 0 R
+/Next 55 0 R
+>>
+endobj
+47 0 obj
+<<
+/Title 48 0 R
+/A 45 0 R
+/Parent 39 0 R
+/Prev 43 0 R
+/Next 95 0 R
+/First 51 0 R
+/Last 71 0 R
+/Count 3
+>>
+endobj
+43 0 obj
+<<
+/Title 44 0 R
+/A 41 0 R
+/Parent 39 0 R
+/Next 47 0 R
+>>
+endobj
+39 0 obj
+<<
+/Title 40 0 R
+/A 37 0 R
+/Parent 1816 0 R
+/Prev 3 0 R
+/Next 295 0 R
+/First 43 0 R
+/Last 251 0 R
+/Count 32
+>>
+endobj
+35 0 obj
+<<
+/Title 36 0 R
+/A 33 0 R
+/Parent 7 0 R
+/Prev 31 0 R
+>>
+endobj
+31 0 obj
+<<
+/Title 32 0 R
+/A 29 0 R
+/Parent 7 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>>
+endobj
+27 0 obj
+<<
+/Title 28 0 R
+/A 25 0 R
+/Parent 7 0 R
+/Prev 23 0 R
+/Next 31 0 R
+>>
+endobj
+23 0 obj
+<<
+/Title 24 0 R
+/A 21 0 R
+/Parent 7 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>>
+endobj
+19 0 obj
+<<
+/Title 20 0 R
+/A 17 0 R
+/Parent 7 0 R
+/Prev 15 0 R
+/Next 23 0 R
+>>
+endobj
+15 0 obj
+<<
+/Title 16 0 R
+/A 13 0 R
+/Parent 7 0 R
+/Prev 11 0 R
+/Next 19 0 R
+>>
+endobj
+11 0 obj
+<<
+/Title 12 0 R
+/A 9 0 R
+/Parent 7 0 R
+/Next 15 0 R
+>>
+endobj
+7 0 obj
+<<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/First 11 0 R
+/Last 35 0 R
+/Count 7
+>>
+endobj
+3 0 obj
+<<
+/Title 4 0 R
+/A 1 0 R
+/Parent 1816 0 R
+/Next 39 0 R
+/First 7 0 R
+/Last 7 0 R
+/Count 8
+>>
+endobj
+1817 0 obj
+<<
+/Names [(Doc-Start) 703 0 R (Hfootnote.1) 928 0 R (Hfootnote.10) 1155 0 R (Hfootnote.11) 1235 0 R (Hfootnote.12) 1396 0 R (Hfootnote.13) 1410 0 R]
+/Limits [(Doc-Start) (Hfootnote.13)]
+>>
+endobj
+1818 0 obj
+<<
+/Names [(Hfootnote.14) 1412 0 R (Hfootnote.15) 1539 0 R (Hfootnote.16) 1569 0 R (Hfootnote.17) 1575 0 R (Hfootnote.2) 931 0 R (Hfootnote.3) 1044 0 R]
+/Limits [(Hfootnote.14) (Hfootnote.3)]
+>>
+endobj
+1819 0 obj
+<<
+/Names [(Hfootnote.4) 1051 0 R (Hfootnote.5) 1059 0 R (Hfootnote.6) 1074 0 R (Hfootnote.7) 1076 0 R (Hfootnote.8) 1117 0 R (Hfootnote.9) 1146 0 R]
+/Limits [(Hfootnote.4) (Hfootnote.9)]
+>>
+endobj
+1820 0 obj
+<<
+/Names [(Item.1) 985 0 R (Item.10) 1339 0 R (Item.100) 1654 0 R (Item.11) 1340 0 R (Item.12) 1341 0 R (Item.13) 1342 0 R]
+/Limits [(Item.1) (Item.13)]
+>>
+endobj
+1821 0 obj
+<<
+/Names [(Item.14) 1343 0 R (Item.15) 1344 0 R (Item.16) 1345 0 R (Item.17) 1369 0 R (Item.18) 1370 0 R (Item.19) 1371 0 R]
+/Limits [(Item.14) (Item.19)]
+>>
+endobj
+1822 0 obj
+<<
+/Names [(Item.2) 986 0 R (Item.20) 1372 0 R (Item.21) 1373 0 R (Item.22) 1379 0 R (Item.23) 1380 0 R (Item.24) 1381 0 R]
+/Limits [(Item.2) (Item.24)]
+>>
+endobj
+1823 0 obj
+<<
+/Names [(Item.25) 1382 0 R (Item.26) 1383 0 R (Item.27) 1384 0 R (Item.28) 1385 0 R (Item.29) 1471 0 R (Item.3) 993 0 R]
+/Limits [(Item.25) (Item.3)]
+>>
+endobj
+1824 0 obj
+<<
+/Names [(Item.30) 1472 0 R (Item.31) 1559 0 R (Item.32) 1560 0 R (Item.33) 1561 0 R (Item.34) 1580 0 R (Item.35) 1581 0 R]
+/Limits [(Item.30) (Item.35)]
+>>
+endobj
+1825 0 obj
+<<
+/Names [(Item.36) 1582 0 R (Item.37) 1583 0 R (Item.38) 1584 0 R (Item.39) 1585 0 R (Item.4) 994 0 R (Item.40) 1586 0 R]
+/Limits [(Item.36) (Item.40)]
+>>
+endobj
+1826 0 obj
+<<
+/Names [(Item.41) 1587 0 R (Item.42) 1588 0 R (Item.43) 1589 0 R (Item.44) 1594 0 R (Item.45) 1595 0 R (Item.46) 1596 0 R]
+/Limits [(Item.41) (Item.46)]
+>>
+endobj
+1827 0 obj
+<<
+/Names [(Item.47) 1597 0 R (Item.48) 1598 0 R (Item.49) 1599 0 R (Item.5) 995 0 R (Item.50) 1600 0 R (Item.51) 1601 0 R]
+/Limits [(Item.47) (Item.51)]
+>>
+endobj
+1828 0 obj
+<<
+/Names [(Item.52) 1602 0 R (Item.53) 1603 0 R (Item.54) 1604 0 R (Item.55) 1605 0 R (Item.56) 1606 0 R (Item.57) 1607 0 R]
+/Limits [(Item.52) (Item.57)]
+>>
+endobj
+1829 0 obj
+<<
+/Names [(Item.58) 1608 0 R (Item.59) 1609 0 R (Item.6) 1331 0 R (Item.60) 1610 0 R (Item.61) 1611 0 R (Item.62) 1612 0 R]
+/Limits [(Item.58) (Item.62)]
+>>
+endobj
+1830 0 obj
+<<
+/Names [(Item.63) 1613 0 R (Item.64) 1614 0 R (Item.65) 1615 0 R (Item.66) 1616 0 R (Item.67) 1617 0 R (Item.68) 1622 0 R]
+/Limits [(Item.63) (Item.68)]
+>>
+endobj
+1831 0 obj
+<<
+/Names [(Item.69) 1623 0 R (Item.7) 1332 0 R (Item.70) 1624 0 R (Item.71) 1625 0 R (Item.72) 1626 0 R (Item.73) 1627 0 R]
+/Limits [(Item.69) (Item.73)]
+>>
+endobj
+1832 0 obj
+<<
+/Names [(Item.74) 1628 0 R (Item.75) 1629 0 R (Item.76) 1630 0 R (Item.77) 1631 0 R (Item.78) 1632 0 R (Item.79) 1633 0 R]
+/Limits [(Item.74) (Item.79)]
+>>
+endobj
+1833 0 obj
+<<
+/Names [(Item.8) 1337 0 R (Item.80) 1634 0 R (Item.81) 1635 0 R (Item.82) 1636 0 R (Item.83) 1637 0 R (Item.84) 1638 0 R]
+/Limits [(Item.8) (Item.84)]
+>>
+endobj
+1834 0 obj
+<<
+/Names [(Item.85) 1639 0 R (Item.86) 1640 0 R (Item.87) 1641 0 R (Item.88) 1642 0 R (Item.89) 1643 0 R (Item.9) 1338 0 R]
+/Limits [(Item.85) (Item.9)]
+>>
+endobj
+1835 0 obj
+<<
+/Names [(Item.90) 1644 0 R (Item.91) 1645 0 R (Item.92) 1646 0 R (Item.93) 1647 0 R (Item.94) 1648 0 R (Item.95) 1649 0 R]
+/Limits [(Item.90) (Item.95)]
+>>
+endobj
+1836 0 obj
+<<
+/Names [(Item.96) 1650 0 R (Item.97) 1651 0 R (Item.98) 1652 0 R (Item.99) 1653 0 R (chapter*.2) 760 0 R (chapter.1) 2 0 R]
+/Limits [(Item.96) (chapter.1)]
+>>
+endobj
+1837 0 obj
+<<
+/Names [(chapter.2) 38 0 R (chapter.3) 294 0 R (chapter.4) 426 0 R (chapter.5) 558 0 R (chapter.6) 590 0 R (chapter.7) 670 0 R]
+/Limits [(chapter.2) (chapter.7)]
+>>
+endobj
+1838 0 obj
+<<
+/Names [(page.1) 702 0 R (page.10) 953 0 R (page.100) 1493 0 R (page.101) 1497 0 R (page.102) 1503 0 R (page.103) 1507 0 R]
+/Limits [(page.1) (page.103)]
+>>
+endobj
+1839 0 obj
+<<
+/Names [(page.104) 1511 0 R (page.105) 1515 0 R (page.106) 1520 0 R (page.107) 1525 0 R (page.108) 1530 0 R (page.109) 1537 0 R]
+/Limits [(page.104) (page.109)]
+>>
+endobj
+1840 0 obj
+<<
+/Names [(page.11) 961 0 R (page.110) 1544 0 R (page.111) 1548 0 R (page.112) 1553 0 R (page.113) 1558 0 R (page.114) 1568 0 R]
+/Limits [(page.11) (page.114)]
+>>
+endobj
+1841 0 obj
+<<
+/Names [(page.115) 1574 0 R (page.116) 1579 0 R (page.117) 1593 0 R (page.118) 1621 0 R (page.119) 1658 0 R (page.12) 966 0 R]
+/Limits [(page.115) (page.12)]
+>>
+endobj
+1842 0 obj
+<<
+/Names [(page.120) 1663 0 R (page.13) 970 0 R (page.14) 974 0 R (page.15) 978 0 R (page.16) 984 0 R (page.17) 992 0 R]
+/Limits [(page.120) (page.17)]
+>>
+endobj
+1843 0 obj
+<<
+/Names [(page.18) 1002 0 R (page.19) 1007 0 R (page.2) 759 0 R (page.20) 1012 0 R (page.21) 1016 0 R (page.22) 1022 0 R]
+/Limits [(page.18) (page.22)]
+>>
+endobj
+1844 0 obj
+<<
+/Names [(page.23) 1027 0 R (page.24) 1033 0 R (page.25) 1038 0 R (page.26) 1043 0 R (page.27) 1050 0 R (page.28) 1058 0 R]
+/Limits [(page.23) (page.28)]
+>>
+endobj
+1845 0 obj
+<<
+/Names [(page.29) 1063 0 R (page.3) 811 0 R (page.30) 1070 0 R (page.31) 1081 0 R (page.32) 1090 0 R (page.33) 1097 0 R]
+/Limits [(page.29) (page.33)]
+>>
+endobj
+1846 0 obj
+<<
+/Names [(page.34) 1103 0 R (page.35) 1108 0 R (page.36) 1116 0 R (page.37) 1121 0 R (page.38) 1125 0 R (page.39) 1133 0 R]
+/Limits [(page.34) (page.39)]
+>>
+endobj
+1847 0 obj
+<<
+/Names [(page.4) 860 0 R (page.40) 1137 0 R (page.41) 1145 0 R (page.42) 1154 0 R (page.43) 1159 0 R (page.44) 1164 0 R]
+/Limits [(page.4) (page.44)]
+>>
+endobj
+1848 0 obj
+<<
+/Names [(page.45) 1169 0 R (page.46) 1175 0 R (page.47) 1180 0 R (page.48) 1186 0 R (page.49) 1190 0 R (page.5) 908 0 R]
+/Limits [(page.45) (page.5)]
+>>
+endobj
+1849 0 obj
+<<
+/Names [(page.50) 1196 0 R (page.51) 1200 0 R (page.52) 1208 0 R (page.53) 1214 0 R (page.54) 1220 0 R (page.55) 1226 0 R]
+/Limits [(page.50) (page.55)]
+>>
+endobj
+1850 0 obj
+<<
+/Names [(page.56) 1234 0 R (page.57) 1241 0 R (page.58) 1246 0 R (page.59) 1250 0 R (page.6) 919 0 R (page.60) 1256 0 R]
+/Limits [(page.56) (page.60)]
+>>
+endobj
+1851 0 obj
+<<
+/Names [(page.61) 1261 0 R (page.62) 1270 0 R (page.63) 1274 0 R (page.64) 1279 0 R (page.65) 1284 0 R (page.66) 1290 0 R]
+/Limits [(page.61) (page.66)]
+>>
+endobj
+1852 0 obj
+<<
+/Names [(page.67) 1296 0 R (page.68) 1304 0 R (page.69) 1308 0 R (page.7) 926 0 R (page.70) 1313 0 R (page.71) 1319 0 R]
+/Limits [(page.67) (page.71)]
+>>
+endobj
+1853 0 obj
+<<
+/Names [(page.72) 1324 0 R (page.73) 1330 0 R (page.74) 1336 0 R (page.75) 1350 0 R (page.76) 1355 0 R (page.77) 1359 0 R]
+/Limits [(page.72) (page.77)]
+>>
+endobj
+1854 0 obj
+<<
+/Names [(page.78) 1364 0 R (page.79) 1368 0 R (page.8) 939 0 R (page.80) 1378 0 R (page.81) 1389 0 R (page.82) 1395 0 R]
+/Limits [(page.78) (page.82)]
+>>
+endobj
+1855 0 obj
+<<
+/Names [(page.83) 1401 0 R (page.84) 1409 0 R (page.85) 1417 0 R (page.86) 1422 0 R (page.87) 1427 0 R (page.88) 1431 0 R]
+/Limits [(page.83) (page.88)]
+>>
+endobj
+1856 0 obj
+<<
+/Names [(page.89) 1437 0 R (page.9) 949 0 R (page.90) 1442 0 R (page.91) 1448 0 R (page.92) 1453 0 R (page.93) 1457 0 R]
+/Limits [(page.89) (page.93)]
+>>
+endobj
+1857 0 obj
+<<
+/Names [(page.94) 1461 0 R (page.95) 1465 0 R (page.96) 1470 0 R (page.97) 1479 0 R (page.98) 1485 0 R (page.99) 1489 0 R]
+/Limits [(page.94) (page.99)]
+>>
+endobj
+1858 0 obj
+<<
+/Names [(section*.1) 714 0 R (section*.3) 1104 0 R (section*.4) 1423 0 R (section*.5) 1480 0 R (section*.6) 1481 0 R (section*.7) 1531 0 R]
+/Limits [(section*.1) (section*.7)]
+>>
+endobj
+1859 0 obj
+<<
+/Names [(section*.8) 1532 0 R (section.1.1) 6 0 R (section.2.1) 42 0 R (section.2.2) 46 0 R (section.2.3) 94 0 R (section.2.4) 142 0 R]
+/Limits [(section*.8) (section.2.4)]
+>>
+endobj
+1860 0 obj
+<<
+/Names [(section.2.5) 250 0 R (section.3.1) 298 0 R (section.3.2) 354 0 R (section.3.3) 366 0 R (section.3.4) 382 0 R (section.4.1) 430 0 R]
+/Limits [(section.2.5) (section.4.1)]
+>>
+endobj
+1861 0 obj
+<<
+/Names [(section.4.2) 446 0 R (section.4.3) 486 0 R (section.4.4) 522 0 R (section.5.1) 562 0 R (section.5.2) 570 0 R (section.5.3) 574 0 R]
+/Limits [(section.4.2) (section.5.3)]
+>>
+endobj
+1862 0 obj
+<<
+/Names [(section.5.4) 578 0 R (section.5.5) 582 0 R (section.5.6) 586 0 R (section.6.1) 594 0 R (section.6.2) 610 0 R (section.6.3) 618 0 R]
+/Limits [(section.5.4) (section.6.3)]
+>>
+endobj
+1863 0 obj
+<<
+/Names [(section.6.4) 622 0 R (section.6.5) 634 0 R (section.6.6) 638 0 R (section.7.1) 674 0 R (section.7.2) 678 0 R (section.7.3) 682 0 R]
+/Limits [(section.6.4) (section.7.3)]
+>>
+endobj
+1864 0 obj
+<<
+/Names [(subsection.1.1.1) 10 0 R (subsection.1.1.2) 14 0 R (subsection.1.1.3) 18 0 R (subsection.1.1.4) 22 0 R (subsection.1.1.5) 26 0 R (subsection.1.1.6) 30 0 R]
+/Limits [(subsection.1.1.1) (subsection.1.1.6)]
+>>
+endobj
+1865 0 obj
+<<
+/Names [(subsection.1.1.7) 34 0 R (subsection.2.2.1) 50 0 R (subsection.2.2.2) 54 0 R (subsection.2.2.3) 70 0 R (subsection.2.3.1) 98 0 R (subsection.2.3.2) 102 0 R]
+/Limits [(subsection.1.1.7) (subsection.2.3.2)]
+>>
+endobj
+1866 0 obj
+<<
+/Names [(subsection.2.3.3) 106 0 R (subsection.2.3.4) 118 0 R (subsection.2.4.1) 146 0 R (subsection.2.4.10) 198 0 R (subsection.2.4.11) 206 0 R (subsection.2.4.12) 218 0 R]
+/Limits [(subsection.2.3.3) (subsection.2.4.12)]
+>>
+endobj
+1867 0 obj
+<<
+/Names [(subsection.2.4.13) 226 0 R (subsection.2.4.2) 162 0 R (subsection.2.4.3) 170 0 R (subsection.2.4.4) 174 0 R (subsection.2.4.5) 178 0 R (subsection.2.4.6) 182 0 R]
+/Limits [(subsection.2.4.13) (subsection.2.4.6)]
+>>
+endobj
+1868 0 obj
+<<
+/Names [(subsection.2.4.7) 186 0 R (subsection.2.4.8) 190 0 R (subsection.2.4.9) 194 0 R (subsection.2.5.1) 254 0 R (subsection.2.5.2) 258 0 R (subsection.2.5.3) 262 0 R]
+/Limits [(subsection.2.4.7) (subsection.2.5.3)]
+>>
+endobj
+1869 0 obj
+<<
+/Names [(subsection.2.5.4) 266 0 R (subsection.2.5.5) 270 0 R (subsection.2.5.6) 274 0 R (subsection.2.5.7) 278 0 R (subsection.3.1.1) 302 0 R (subsection.3.1.10) 338 0 R]
+/Limits [(subsection.2.5.4) (subsection.3.1.10)]
+>>
+endobj
+1870 0 obj
+<<
+/Names [(subsection.3.1.11) 342 0 R (subsection.3.1.12) 346 0 R (subsection.3.1.13) 350 0 R (subsection.3.1.2) 306 0 R (subsection.3.1.3) 310 0 R (subsection.3.1.4) 314 0 R]
+/Limits [(subsection.3.1.11) (subsection.3.1.4)]
+>>
+endobj
+1871 0 obj
+<<
+/Names [(subsection.3.1.5) 318 0 R (subsection.3.1.6) 322 0 R (subsection.3.1.7) 326 0 R (subsection.3.1.8) 330 0 R (subsection.3.1.9) 334 0 R (subsection.3.2.1) 358 0 R]
+/Limits [(subsection.3.1.5) (subsection.3.2.1)]
+>>
+endobj
+1872 0 obj
+<<
+/Names [(subsection.3.2.2) 362 0 R (subsection.3.3.1) 370 0 R (subsection.3.3.2) 378 0 R (subsection.3.4.1) 386 0 R (subsection.3.4.2) 394 0 R (subsection.4.1.1) 434 0 R]
+/Limits [(subsection.3.2.2) (subsection.4.1.1)]
+>>
+endobj
+1873 0 obj
+<<
+/Names [(subsection.4.1.2) 438 0 R (subsection.4.1.3) 442 0 R (subsection.4.2.1) 450 0 R (subsection.4.2.2) 462 0 R (subsection.4.2.3) 474 0 R (subsection.4.2.4) 482 0 R]
+/Limits [(subsection.4.1.2) (subsection.4.2.4)]
+>>
+endobj
+1874 0 obj
+<<
+/Names [(subsection.4.3.1) 490 0 R (subsection.4.3.2) 494 0 R (subsection.4.3.3) 498 0 R (subsection.4.3.4) 514 0 R (subsection.4.3.5) 518 0 R (subsection.4.4.1) 526 0 R]
+/Limits [(subsection.4.3.1) (subsection.4.4.1)]
+>>
+endobj
+1875 0 obj
+<<
+/Names [(subsection.4.4.2) 554 0 R (subsection.5.1.1) 566 0 R (subsection.6.1.1) 598 0 R (subsection.6.1.2) 602 0 R (subsection.6.2.1) 614 0 R (subsection.6.4.1) 626 0 R]
+/Limits [(subsection.4.4.2) (subsection.6.4.1)]
+>>
+endobj
+1876 0 obj
+<<
+/Names [(subsection.6.4.2) 630 0 R (subsection.6.6.1) 642 0 R (subsection.6.6.2) 646 0 R (subsection.6.6.3) 650 0 R (subsection.6.6.4) 654 0 R (subsection.6.6.5) 658 0 R]
+/Limits [(subsection.6.4.2) (subsection.6.6.5)]
+>>
+endobj
+1877 0 obj
+<<
+/Names [(subsection.7.3.1) 686 0 R (subsection.7.3.2) 690 0 R (subsection.7.3.3) 694 0 R (subsubsection.2.2.2.1) 58 0 R (subsubsection.2.2.2.2) 62 0 R (subsubsection.2.2.2.3) 66 0 R]
+/Limits [(subsection.7.3.1) (subsubsection.2.2.2.3)]
+>>
+endobj
+1878 0 obj
+<<
+/Names [(subsubsection.2.2.3.1) 74 0 R (subsubsection.2.2.3.2) 78 0 R (subsubsection.2.2.3.3) 82 0 R (subsubsection.2.2.3.4) 86 0 R (subsubsection.2.2.3.5) 90 0 R (subsubsection.2.3.3.1) 110 0 R]
+/Limits [(subsubsection.2.2.3.1) (subsubsection.2.3.3.1)]
+>>
+endobj
+1879 0 obj
+<<
+/Names [(subsubsection.2.3.3.2) 114 0 R (subsubsection.2.3.4.1) 122 0 R (subsubsection.2.3.4.2) 126 0 R (subsubsection.2.3.4.3) 130 0 R (subsubsection.2.3.4.4) 134 0 R (subsubsection.2.3.4.5) 138 0 R]
+/Limits [(subsubsection.2.3.3.2) (subsubsection.2.3.4.5)]
+>>
+endobj
+1880 0 obj
+<<
+/Names [(subsubsection.2.4.1.1) 150 0 R (subsubsection.2.4.1.2) 154 0 R (subsubsection.2.4.1.3) 158 0 R (subsubsection.2.4.10.1) 202 0 R (subsubsection.2.4.11.1) 210 0 R (subsubsection.2.4.11.2) 214 0 R]
+/Limits [(subsubsection.2.4.1.1) (subsubsection.2.4.11.2)]
+>>
+endobj
+1881 0 obj
+<<
+/Names [(subsubsection.2.4.12.1) 222 0 R (subsubsection.2.4.13.1) 230 0 R (subsubsection.2.4.13.2) 234 0 R (subsubsection.2.4.13.3) 238 0 R (subsubsection.2.4.13.4) 242 0 R (subsubsection.2.4.13.5) 246 0 R]
+/Limits [(subsubsection.2.4.12.1) (subsubsection.2.4.13.5)]
+>>
+endobj
+1882 0 obj
+<<
+/Names [(subsubsection.2.4.2.1) 166 0 R (subsubsection.2.5.7.1) 282 0 R (subsubsection.2.5.7.2) 286 0 R (subsubsection.2.5.7.3) 290 0 R (subsubsection.3.3.1.1) 374 0 R (subsubsection.3.4.1.1) 390 0 R]
+/Limits [(subsubsection.2.4.2.1) (subsubsection.3.4.1.1)]
+>>
+endobj
+1883 0 obj
+<<
+/Names [(subsubsection.3.4.2.1) 398 0 R (subsubsection.3.4.2.2) 402 0 R (subsubsection.3.4.2.3) 406 0 R (subsubsection.3.4.2.4) 410 0 R (subsubsection.3.4.2.5) 414 0 R (subsubsection.3.4.2.6) 418 0 R]
+/Limits [(subsubsection.3.4.2.1) (subsubsection.3.4.2.6)]
+>>
+endobj
+1884 0 obj
+<<
+/Names [(subsubsection.3.4.2.7) 422 0 R (subsubsection.4.2.1.1) 454 0 R (subsubsection.4.2.1.2) 458 0 R (subsubsection.4.2.2.1) 466 0 R (subsubsection.4.2.2.2) 470 0 R (subsubsection.4.2.3.1) 478 0 R]
+/Limits [(subsubsection.3.4.2.7) (subsubsection.4.2.3.1)]
+>>
+endobj
+1885 0 obj
+<<
+/Names [(subsubsection.4.3.3.1) 502 0 R (subsubsection.4.3.3.2) 506 0 R (subsubsection.4.3.3.3) 510 0 R (subsubsection.4.4.1.1) 530 0 R (subsubsection.4.4.1.2) 534 0 R (subsubsection.4.4.1.3) 538 0 R]
+/Limits [(subsubsection.4.3.3.1) (subsubsection.4.4.1.3)]
+>>
+endobj
+1886 0 obj
+<<
+/Names [(subsubsection.4.4.1.4) 542 0 R (subsubsection.4.4.1.5) 546 0 R (subsubsection.4.4.1.6) 550 0 R (subsubsection.6.1.2.1) 606 0 R (subsubsection.6.6.5.1) 662 0 R (subsubsection.6.6.5.2) 666 0 R]
+/Limits [(subsubsection.4.4.1.4) (subsubsection.6.6.5.2)]
+>>
+endobj
+1887 0 obj
+<<
+/Names [(table.3.1) 1201 0 R (table.3.2) 1262 0 R (table.3.3) 1280 0 R (table.3.4) 1297 0 R (table.3.5) 1325 0 R]
+/Limits [(table.3.1) (table.3.5)]
+>>
+endobj
+1888 0 obj
+<<
+/Kids [1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R]
+/Limits [(Doc-Start) (Item.24)]
+>>
+endobj
+1889 0 obj
+<<
+/Kids [1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R]
+/Limits [(Item.25) (Item.57)]
+>>
+endobj
+1890 0 obj
+<<
+/Kids [1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R]
+/Limits [(Item.58) (Item.9)]
+>>
+endobj
+1891 0 obj
+<<
+/Kids [1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R]
+/Limits [(Item.90) (page.114)]
+>>
+endobj
+1892 0 obj
+<<
+/Kids [1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R]
+/Limits [(page.115) (page.39)]
+>>
+endobj
+1893 0 obj
+<<
+/Kids [1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R]
+/Limits [(page.4) (page.71)]
+>>
+endobj
+1894 0 obj
+<<
+/Kids [1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R]
+/Limits [(page.72) (section*.7)]
+>>
+endobj
+1895 0 obj
+<<
+/Kids [1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R]
+/Limits [(section*.8) (subsection.1.1.6)]
+>>
+endobj
+1896 0 obj
+<<
+/Kids [1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R]
+/Limits [(subsection.1.1.7) (subsection.3.1.4)]
+>>
+endobj
+1897 0 obj
+<<
+/Kids [1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R]
+/Limits [(subsection.3.1.5) (subsection.6.6.5)]
+>>
+endobj
+1898 0 obj
+<<
+/Kids [1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R]
+/Limits [(subsection.7.3.1) (subsubsection.3.4.1.1)]
+>>
+endobj
+1899 0 obj
+<<
+/Kids [1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R]
+/Limits [(subsubsection.3.4.2.1) (table.3.5)]
+>>
+endobj
+1900 0 obj
+<<
+/Kids [1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R]
+/Limits [(Doc-Start) (page.71)]
+>>
+endobj
+1901 0 obj
+<<
+/Kids [1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R]
+/Limits [(page.72) (table.3.5)]
+>>
+endobj
+1902 0 obj
+<<
+/Kids [1900 0 R 1901 0 R]
+/Limits [(Doc-Start) (table.3.5)]
+>>
+endobj
+1903 0 obj
+<<
+/Dests 1902 0 R
+>>
+endobj
+1904 0 obj
+<<
+/Type /Catalog
+/Pages 1815 0 R
+/Outlines 1816 0 R
+/Names 1903 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>2<</S/D>>]>>
+/OpenAction 697 0 R
+>>
+endobj
+1905 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.24)
+/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000`\000\040\000`\000\045\000%\000%\000`\000\043\000`\000\046\0001\0002\000\137\000`\000\137\000\137\000~\000~\000~\000\051\000,\000\040)/Title(\376\377\000n\000u\000m\000e\000r\000i\000c\000a)/Subject()/Creator(LaTeX with hyperref)/Keywords()
+/CreationDate (D:20211211120201+13'00')
+/ModDate (D:20211211120201+13'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.10.0 (1.40.24))
+>>
+endobj
+xref
+0 1906
+0000000000 65535 f
+0000000015 00000 n
+0000087014 00000 n
+0001107025 00000 n
+0000000060 00000 n
+0000000159 00000 n
+0000091124 00000 n
+0001106932 00000 n
+0000000206 00000 n
+0000000359 00000 n
+0000094235 00000 n
+0001106860 00000 n
+0000000411 00000 n
+0000000549 00000 n
+0000094296 00000 n
+0001106774 00000 n
+0000000602 00000 n
+0000000760 00000 n
+0000094356 00000 n
+0001106688 00000 n
+0000000813 00000 n
+0000000992 00000 n
+0000096965 00000 n
+0001106602 00000 n
+0000001045 00000 n
+0000001219 00000 n
+0000104185 00000 n
+0001106516 00000 n
+0000001272 00000 n
+0000001372 00000 n
+0000104246 00000 n
+0001106430 00000 n
+0000001425 00000 n
+0000001530 00000 n
+0000107578 00000 n
+0001106357 00000 n
+0000001583 00000 n
+0000001693 00000 n
+0000115286 00000 n
+0001106230 00000 n
+0000001739 00000 n
+0000001894 00000 n
+0000115347 00000 n
+0001106156 00000 n
+0000001942 00000 n
+0000002163 00000 n
+0000119103 00000 n
+0001106033 00000 n
+0000002211 00000 n
+0000002382 00000 n
+0000119164 00000 n
+0001105959 00000 n
+0000002435 00000 n
+0000002568 00000 n
+0000123394 00000 n
+0001105835 00000 n
+0000002621 00000 n
+0000002808 00000 n
+0000126692 00000 n
+0001105761 00000 n
+0000002866 00000 n
+0000003093 00000 n
+0000126754 00000 n
+0001105674 00000 n
+0000003151 00000 n
+0000003423 00000 n
+0000130300 00000 n
+0001105600 00000 n
+0000003481 00000 n
+0000003596 00000 n
+0000133331 00000 n
+0001105489 00000 n
+0000003649 00000 n
+0000003828 00000 n
+0000133393 00000 n
+0001105415 00000 n
+0000003886 00000 n
+0000004209 00000 n
+0000137075 00000 n
+0001105328 00000 n
+0000004267 00000 n
+0000004486 00000 n
+0000137137 00000 n
+0001105241 00000 n
+0000004544 00000 n
+0000004740 00000 n
+0000137198 00000 n
+0001105154 00000 n
+0000004798 00000 n
+0000005012 00000 n
+0000140676 00000 n
+0001105080 00000 n
+0000005070 00000 n
+0000005319 00000 n
+0000140738 00000 n
+0001104955 00000 n
+0000005367 00000 n
+0000005581 00000 n
+0000144212 00000 n
+0001104879 00000 n
+0000005634 00000 n
+0000005776 00000 n
+0000150247 00000 n
+0001104788 00000 n
+0000005830 00000 n
+0000005995 00000 n
+0000150310 00000 n
+0001104657 00000 n
+0000006049 00000 n
+0000006216 00000 n
+0000153862 00000 n
+0001104578 00000 n
+0000006275 00000 n
+0000006511 00000 n
+0000153924 00000 n
+0001104499 00000 n
+0000006570 00000 n
+0000006803 00000 n
+0000157757 00000 n
+0001104382 00000 n
+0000006857 00000 n
+0000006991 00000 n
+0000157820 00000 n
+0001104303 00000 n
+0000007050 00000 n
+0000007215 00000 n
+0000161859 00000 n
+0001104210 00000 n
+0000007274 00000 n
+0000007471 00000 n
+0000161922 00000 n
+0001104117 00000 n
+0000007530 00000 n
+0000007667 00000 n
+0000166152 00000 n
+0001104024 00000 n
+0000007726 00000 n
+0000007908 00000 n
+0000166215 00000 n
+0001103945 00000 n
+0000007967 00000 n
+0000008174 00000 n
+0000169613 00000 n
+0001103815 00000 n
+0000008223 00000 n
+0000008382 00000 n
+0000169676 00000 n
+0001103697 00000 n
+0000008436 00000 n
+0000008547 00000 n
+0000169738 00000 n
+0001103618 00000 n
+0000008606 00000 n
+0000008819 00000 n
+0000174266 00000 n
+0001103525 00000 n
+0000008878 00000 n
+0000009106 00000 n
+0000174328 00000 n
+0001103446 00000 n
+0000009165 00000 n
+0000009360 00000 n
+0000177396 00000 n
+0001103314 00000 n
+0000009414 00000 n
+0000009593 00000 n
+0000177459 00000 n
+0001103249 00000 n
+0000009652 00000 n
+0000009831 00000 n
+0000177521 00000 n
+0001103156 00000 n
+0000009885 00000 n
+0000010117 00000 n
+0000181003 00000 n
+0001103063 00000 n
+0000010171 00000 n
+0000010424 00000 n
+0000181130 00000 n
+0001102970 00000 n
+0000010478 00000 n
+0000010589 00000 n
+0000184963 00000 n
+0001102877 00000 n
+0000010643 00000 n
+0000010815 00000 n
+0000185026 00000 n
+0001102784 00000 n
+0000010869 00000 n
+0000011112 00000 n
+0000189222 00000 n
+0001102691 00000 n
+0000011166 00000 n
+0000011305 00000 n
+0000189285 00000 n
+0001102598 00000 n
+0000011359 00000 n
+0000011676 00000 n
+0000189348 00000 n
+0001102466 00000 n
+0000011731 00000 n
+0000012020 00000 n
+0000192628 00000 n
+0001102401 00000 n
+0000012080 00000 n
+0000012379 00000 n
+0000195574 00000 n
+0001102269 00000 n
+0000012434 00000 n
+0000012671 00000 n
+0000195637 00000 n
+0001102190 00000 n
+0000012731 00000 n
+0000012895 00000 n
+0000200115 00000 n
+0001102111 00000 n
+0000012955 00000 n
+0000013139 00000 n
+0000200178 00000 n
+0001101979 00000 n
+0000013194 00000 n
+0000013351 00000 n
+0000206932 00000 n
+0001101914 00000 n
+0000013411 00000 n
+0000013626 00000 n
+0000206995 00000 n
+0001101796 00000 n
+0000013681 00000 n
+0000013845 00000 n
+0000211068 00000 n
+0001101717 00000 n
+0000013905 00000 n
+0000014107 00000 n
+0000211131 00000 n
+0001101624 00000 n
+0000014167 00000 n
+0000014296 00000 n
+0000214015 00000 n
+0001101531 00000 n
+0000014356 00000 n
+0000014462 00000 n
+0000217444 00000 n
+0001101438 00000 n
+0000014522 00000 n
+0000014748 00000 n
+0000217507 00000 n
+0001101359 00000 n
+0000014808 00000 n
+0000015073 00000 n
+0000220569 00000 n
+0001101243 00000 n
+0000015122 00000 n
+0000015254 00000 n
+0000220632 00000 n
+0001101164 00000 n
+0000015308 00000 n
+0000015467 00000 n
+0000220695 00000 n
+0001101071 00000 n
+0000015521 00000 n
+0000015655 00000 n
+0000223713 00000 n
+0001100978 00000 n
+0000015709 00000 n
+0000015916 00000 n
+0000223776 00000 n
+0001100885 00000 n
+0000015970 00000 n
+0000016152 00000 n
+0000226892 00000 n
+0001100792 00000 n
+0000016206 00000 n
+0000016355 00000 n
+0000226955 00000 n
+0001100699 00000 n
+0000016409 00000 n
+0000016587 00000 n
+0000227018 00000 n
+0001100581 00000 n
+0000016641 00000 n
+0000016760 00000 n
+0000229915 00000 n
+0001100502 00000 n
+0000016819 00000 n
+0000016976 00000 n
+0000229978 00000 n
+0001100409 00000 n
+0000017035 00000 n
+0000017194 00000 n
+0000230041 00000 n
+0001100330 00000 n
+0000017253 00000 n
+0000017414 00000 n
+0000233765 00000 n
+0001100198 00000 n
+0000017461 00000 n
+0000017542 00000 n
+0000233828 00000 n
+0001100080 00000 n
+0000017591 00000 n
+0000017720 00000 n
+0000233891 00000 n
+0001100001 00000 n
+0000017774 00000 n
+0000017924 00000 n
+0000242511 00000 n
+0001099908 00000 n
+0000017978 00000 n
+0000018140 00000 n
+0000246064 00000 n
+0001099815 00000 n
+0000018194 00000 n
+0000018318 00000 n
+0000246127 00000 n
+0001099722 00000 n
+0000018372 00000 n
+0000018645 00000 n
+0000249715 00000 n
+0001099629 00000 n
+0000018699 00000 n
+0000018868 00000 n
+0000249778 00000 n
+0001099536 00000 n
+0000018922 00000 n
+0000019215 00000 n
+0000249841 00000 n
+0001099443 00000 n
+0000019269 00000 n
+0000019507 00000 n
+0000253949 00000 n
+0001099350 00000 n
+0000019561 00000 n
+0000019766 00000 n
+0000254012 00000 n
+0001099257 00000 n
+0000019820 00000 n
+0000019964 00000 n
+0000257630 00000 n
+0001099164 00000 n
+0000020019 00000 n
+0000020272 00000 n
+0000260507 00000 n
+0001099071 00000 n
+0000020327 00000 n
+0000020599 00000 n
+0000264025 00000 n
+0001098978 00000 n
+0000020654 00000 n
+0000020775 00000 n
+0000267652 00000 n
+0001098899 00000 n
+0000020830 00000 n
+0000020964 00000 n
+0000267714 00000 n
+0001098768 00000 n
+0000021013 00000 n
+0000021203 00000 n
+0000277479 00000 n
+0001098689 00000 n
+0000021257 00000 n
+0000021495 00000 n
+0000284306 00000 n
+0001098610 00000 n
+0000021549 00000 n
+0000021734 00000 n
+0000287183 00000 n
+0001098479 00000 n
+0000021783 00000 n
+0000021955 00000 n
+0000297987 00000 n
+0001098361 00000 n
+0000022009 00000 n
+0000022196 00000 n
+0000298050 00000 n
+0001098296 00000 n
+0000022255 00000 n
+0000022440 00000 n
+0000298113 00000 n
+0001098217 00000 n
+0000022494 00000 n
+0000022755 00000 n
+0000301873 00000 n
+0001098100 00000 n
+0000022804 00000 n
+0000023011 00000 n
+0000301934 00000 n
+0001097982 00000 n
+0000023065 00000 n
+0000023292 00000 n
+0000305530 00000 n
+0001097917 00000 n
+0000023351 00000 n
+0000023462 00000 n
+0000305593 00000 n
+0001097799 00000 n
+0000023516 00000 n
+0000023650 00000 n
+0000309258 00000 n
+0001097720 00000 n
+0000023709 00000 n
+0000023861 00000 n
+0000313142 00000 n
+0001097627 00000 n
+0000023920 00000 n
+0000024077 00000 n
+0000324890 00000 n
+0001097534 00000 n
+0000024136 00000 n
+0000024298 00000 n
+0000334570 00000 n
+0001097441 00000 n
+0000024357 00000 n
+0000024514 00000 n
+0000338072 00000 n
+0001097348 00000 n
+0000024573 00000 n
+0000024725 00000 n
+0000338387 00000 n
+0001097255 00000 n
+0000024784 00000 n
+0000024941 00000 n
+0000340327 00000 n
+0001097176 00000 n
+0000025000 00000 n
+0000025121 00000 n
+0000343355 00000 n
+0001097043 00000 n
+0000025168 00000 n
+0000025322 00000 n
+0000343418 00000 n
+0001096926 00000 n
+0000025371 00000 n
+0000025653 00000 n
+0000346977 00000 n
+0001096847 00000 n
+0000025707 00000 n
+0000025965 00000 n
+0000351172 00000 n
+0001096754 00000 n
+0000026019 00000 n
+0000026110 00000 n
+0000351235 00000 n
+0001096675 00000 n
+0000026164 00000 n
+0000026288 00000 n
+0000351298 00000 n
+0001096544 00000 n
+0000026337 00000 n
+0000026552 00000 n
+0000358129 00000 n
+0001096426 00000 n
+0000026606 00000 n
+0000026835 00000 n
+0000358192 00000 n
+0001096347 00000 n
+0000026894 00000 n
+0000027109 00000 n
+0000360841 00000 n
+0001096268 00000 n
+0000027168 00000 n
+0000027274 00000 n
+0000360904 00000 n
+0001096136 00000 n
+0000027328 00000 n
+0000027561 00000 n
+0000363259 00000 n
+0001096057 00000 n
+0000027620 00000 n
+0000027835 00000 n
+0000363322 00000 n
+0001095978 00000 n
+0000027894 00000 n
+0000028170 00000 n
+0000363385 00000 n
+0001095846 00000 n
+0000028224 00000 n
+0000028315 00000 n
+0000366961 00000 n
+0001095781 00000 n
+0000028374 00000 n
+0000028536 00000 n
+0000369138 00000 n
+0001095702 00000 n
+0000028590 00000 n
+0000028724 00000 n
+0000372668 00000 n
+0001095571 00000 n
+0000028773 00000 n
+0000029018 00000 n
+0000376034 00000 n
+0001095492 00000 n
+0000029072 00000 n
+0000029308 00000 n
+0000376097 00000 n
+0001095399 00000 n
+0000029362 00000 n
+0000029565 00000 n
+0000376160 00000 n
+0001095267 00000 n
+0000029619 00000 n
+0000029761 00000 n
+0000376223 00000 n
+0001095188 00000 n
+0000029820 00000 n
+0000030035 00000 n
+0000379641 00000 n
+0001095095 00000 n
+0000030094 00000 n
+0000030304 00000 n
+0000382721 00000 n
+0001095016 00000 n
+0000030363 00000 n
+0000030601 00000 n
+0000384720 00000 n
+0001094923 00000 n
+0000030655 00000 n
+0000030857 00000 n
+0000387748 00000 n
+0001094844 00000 n
+0000030911 00000 n
+0000031002 00000 n
+0000387811 00000 n
+0001094727 00000 n
+0000031051 00000 n
+0000031302 00000 n
+0000387874 00000 n
+0001094609 00000 n
+0000031356 00000 n
+0000031506 00000 n
+0000392109 00000 n
+0001094530 00000 n
+0000031565 00000 n
+0000031712 00000 n
+0000392236 00000 n
+0001094437 00000 n
+0000031771 00000 n
+0000031913 00000 n
+0000395305 00000 n
+0001094344 00000 n
+0000031972 00000 n
+0000032083 00000 n
+0000395368 00000 n
+0001094251 00000 n
+0000032142 00000 n
+0000032324 00000 n
+0000397471 00000 n
+0001094158 00000 n
+0000032383 00000 n
+0000032601 00000 n
+0000400061 00000 n
+0001094079 00000 n
+0000032660 00000 n
+0000032966 00000 n
+0000400124 00000 n
+0001094000 00000 n
+0000033020 00000 n
+0000033246 00000 n
+0000404779 00000 n
+0001093868 00000 n
+0000033293 00000 n
+0000033417 00000 n
+0000404842 00000 n
+0001093751 00000 n
+0000033466 00000 n
+0000033636 00000 n
+0000408269 00000 n
+0001093686 00000 n
+0000033690 00000 n
+0000033953 00000 n
+0000408332 00000 n
+0001093593 00000 n
+0000034002 00000 n
+0000034172 00000 n
+0000411526 00000 n
+0001093500 00000 n
+0000034221 00000 n
+0000034434 00000 n
+0000411589 00000 n
+0001093407 00000 n
+0000034483 00000 n
+0000034640 00000 n
+0000414046 00000 n
+0001093314 00000 n
+0000034689 00000 n
+0000034813 00000 n
+0000414109 00000 n
+0001093235 00000 n
+0000034862 00000 n
+0000034958 00000 n
+0000418924 00000 n
+0001093102 00000 n
+0000035005 00000 n
+0000035170 00000 n
+0000418987 00000 n
+0001092985 00000 n
+0000035219 00000 n
+0000035348 00000 n
+0000421942 00000 n
+0001092906 00000 n
+0000035402 00000 n
+0000035551 00000 n
+0000422005 00000 n
+0001092788 00000 n
+0000035605 00000 n
+0000035805 00000 n
+0000425689 00000 n
+0001092723 00000 n
+0000035864 00000 n
+0000036087 00000 n
+0000425752 00000 n
+0001092592 00000 n
+0000036136 00000 n
+0000036217 00000 n
+0000425815 00000 n
+0001092527 00000 n
+0000036271 00000 n
+0000036435 00000 n
+0000429549 00000 n
+0001092434 00000 n
+0000036484 00000 n
+0000036608 00000 n
+0000433468 00000 n
+0001092303 00000 n
+0000036657 00000 n
+0000036746 00000 n
+0000433531 00000 n
+0001092224 00000 n
+0000036800 00000 n
+0000037000 00000 n
+0000433594 00000 n
+0001092145 00000 n
+0000037054 00000 n
+0000037254 00000 n
+0000436987 00000 n
+0001092052 00000 n
+0000037303 00000 n
+0000037488 00000 n
+0000437050 00000 n
+0001091935 00000 n
+0000037537 00000 n
+0000037742 00000 n
+0000437113 00000 n
+0001091856 00000 n
+0000037796 00000 n
+0000037991 00000 n
+0000440021 00000 n
+0001091763 00000 n
+0000038045 00000 n
+0000038205 00000 n
+0000440084 00000 n
+0001091670 00000 n
+0000038259 00000 n
+0000038406 00000 n
+0000444444 00000 n
+0001091577 00000 n
+0000038460 00000 n
+0000038622 00000 n
+0000444507 00000 n
+0001091459 00000 n
+0000038676 00000 n
+0000038818 00000 n
+0000448471 00000 n
+0001091380 00000 n
+0000038877 00000 n
+0000039024 00000 n
+0000448534 00000 n
+0001091301 00000 n
+0000039083 00000 n
+0000039243 00000 n
+0000450081 00000 n
+0001091183 00000 n
+0000039290 00000 n
+0000039419 00000 n
+0000450144 00000 n
+0001091104 00000 n
+0000039468 00000 n
+0000039668 00000 n
+0000452602 00000 n
+0001091011 00000 n
+0000039717 00000 n
+0000039877 00000 n
+0000459644 00000 n
+0001090894 00000 n
+0000039926 00000 n
+0000040017 00000 n
+0000459707 00000 n
+0001090815 00000 n
+0000040071 00000 n
+0000040296 00000 n
+0000459769 00000 n
+0001090722 00000 n
+0000040350 00000 n
+0000040648 00000 n
+0000461102 00000 n
+0001090643 00000 n
+0000040702 00000 n
+0000040957 00000 n
+0000041320 00000 n
+0000041452 00000 n
+0000041742 00000 n
+0000041007 00000 n
+0000041619 00000 n
+0000041680 00000 n
+0001063512 00000 n
+0001051203 00000 n
+0001087434 00000 n
+0000044288 00000 n
+0000044503 00000 n
+0000044156 00000 n
+0000041827 00000 n
+0001045603 00000 n
+0001050084 00000 n
+0001062392 00000 n
+0000044441 00000 n
+0001086260 00000 n
+0001053439 00000 n
+0001068464 00000 n
+0001056795 00000 n
+0000044913 00000 n
+0000044801 00000 n
+0000044653 00000 n
+0000046865 00000 n
+0000047016 00000 n
+0000047169 00000 n
+0000047327 00000 n
+0000047484 00000 n
+0000047642 00000 n
+0000047800 00000 n
+0000047958 00000 n
+0000048115 00000 n
+0000048273 00000 n
+0000048423 00000 n
+0000048577 00000 n
+0000048729 00000 n
+0000048885 00000 n
+0000049042 00000 n
+0000049205 00000 n
+0000049369 00000 n
+0000049532 00000 n
+0000049690 00000 n
+0000049854 00000 n
+0000050018 00000 n
+0000050182 00000 n
+0000050346 00000 n
+0000050508 00000 n
+0000050660 00000 n
+0000050818 00000 n
+0000050976 00000 n
+0000051134 00000 n
+0000051298 00000 n
+0000051462 00000 n
+0000051619 00000 n
+0000051783 00000 n
+0000051946 00000 n
+0000054802 00000 n
+0000052233 00000 n
+0000046477 00000 n
+0000044985 00000 n
+0000052110 00000 n
+0000052171 00000 n
+0001046722 00000 n
+0001061273 00000 n
+0000054966 00000 n
+0000055128 00000 n
+0000055282 00000 n
+0000055440 00000 n
+0000055604 00000 n
+0000055768 00000 n
+0000055931 00000 n
+0000056089 00000 n
+0000056253 00000 n
+0000056411 00000 n
+0000056568 00000 n
+0000056726 00000 n
+0000056883 00000 n
+0000057039 00000 n
+0000057196 00000 n
+0000057353 00000 n
+0000057512 00000 n
+0000057677 00000 n
+0000057836 00000 n
+0000058001 00000 n
+0000058165 00000 n
+0000058324 00000 n
+0000058489 00000 n
+0000058647 00000 n
+0000058812 00000 n
+0000058977 00000 n
+0000059141 00000 n
+0000059306 00000 n
+0000059471 00000 n
+0000059625 00000 n
+0000059782 00000 n
+0000059940 00000 n
+0000060098 00000 n
+0000060256 00000 n
+0000060414 00000 n
+0000060572 00000 n
+0000060730 00000 n
+0000060894 00000 n
+0000061058 00000 n
+0000061222 00000 n
+0000061374 00000 n
+0000061527 00000 n
+0000061685 00000 n
+0000061841 00000 n
+0000064531 00000 n
+0000062060 00000 n
+0000054318 00000 n
+0000052357 00000 n
+0000061999 00000 n
+0000064689 00000 n
+0000064847 00000 n
+0000065005 00000 n
+0000065163 00000 n
+0000065321 00000 n
+0000065478 00000 n
+0000065637 00000 n
+0000065796 00000 n
+0000065955 00000 n
+0000066114 00000 n
+0000066265 00000 n
+0000066423 00000 n
+0000066580 00000 n
+0000066734 00000 n
+0000066892 00000 n
+0000067056 00000 n
+0000067214 00000 n
+0000067368 00000 n
+0000067526 00000 n
+0000067690 00000 n
+0000067848 00000 n
+0000068012 00000 n
+0000068176 00000 n
+0000068340 00000 n
+0000068504 00000 n
+0000068668 00000 n
+0000068831 00000 n
+0000068994 00000 n
+0000069145 00000 n
+0000069299 00000 n
+0000069457 00000 n
+0000069613 00000 n
+0000069771 00000 n
+0000069925 00000 n
+0000070083 00000 n
+0000070247 00000 n
+0000070409 00000 n
+0000070567 00000 n
+0000070731 00000 n
+0000070894 00000 n
+0000071049 00000 n
+0000071212 00000 n
+0000071370 00000 n
+0000071524 00000 n
+0000074249 00000 n
+0000071743 00000 n
+0000064047 00000 n
+0000062184 00000 n
+0000071682 00000 n
+0000074407 00000 n
+0000074565 00000 n
+0000074729 00000 n
+0000074893 00000 n
+0000075057 00000 n
+0000075214 00000 n
+0000075370 00000 n
+0000075523 00000 n
+0000075681 00000 n
+0000075845 00000 n
+0000076009 00000 n
+0000076172 00000 n
+0000076335 00000 n
+0000076499 00000 n
+0000076662 00000 n
+0000076820 00000 n
+0000076972 00000 n
+0000077126 00000 n
+0000077284 00000 n
+0000077438 00000 n
+0000077592 00000 n
+0000077746 00000 n
+0000077900 00000 n
+0000078053 00000 n
+0000078205 00000 n
+0000078358 00000 n
+0000078515 00000 n
+0000078672 00000 n
+0000078836 00000 n
+0000078990 00000 n
+0000079148 00000 n
+0000079302 00000 n
+0000079456 00000 n
+0000079614 00000 n
+0000079772 00000 n
+0000079926 00000 n
+0000080080 00000 n
+0000080238 00000 n
+0000080394 00000 n
+0000080551 00000 n
+0000080708 00000 n
+0000080865 00000 n
+0000081028 00000 n
+0000082099 00000 n
+0000081252 00000 n
+0000073773 00000 n
+0000071841 00000 n
+0000081191 00000 n
+0001087552 00000 n
+0000082251 00000 n
+0000082405 00000 n
+0000082559 00000 n
+0000082713 00000 n
+0000082870 00000 n
+0000083028 00000 n
+0000083247 00000 n
+0000081919 00000 n
+0000081376 00000 n
+0000083186 00000 n
+0000086487 00000 n
+0000086641 00000 n
+0000086794 00000 n
+0000087198 00000 n
+0000086339 00000 n
+0000083345 00000 n
+0000086953 00000 n
+0001052322 00000 n
+0000087074 00000 n
+0001064631 00000 n
+0001054556 00000 n
+0000087136 00000 n
+0001057913 00000 n
+0000090747 00000 n
+0000090906 00000 n
+0000094017 00000 n
+0000091183 00000 n
+0000090607 00000 n
+0000087374 00000 n
+0000091063 00000 n
+0001079155 00000 n
+0001070227 00000 n
+0001072180 00000 n
+0001081633 00000 n
+0001073251 00000 n
+0001067579 00000 n
+0000094417 00000 n
+0000093885 00000 n
+0000091411 00000 n
+0000094174 00000 n
+0000097025 00000 n
+0000096792 00000 n
+0000094567 00000 n
+0000096904 00000 n
+0000100182 00000 n
+0000100336 00000 n
+0000100494 00000 n
+0000100658 00000 n
+0000100879 00000 n
+0000100026 00000 n
+0000097188 00000 n
+0000100818 00000 n
+0001087670 00000 n
+0000104307 00000 n
+0000104012 00000 n
+0000101068 00000 n
+0000104124 00000 n
+0000107639 00000 n
+0000107405 00000 n
+0000104496 00000 n
+0000107517 00000 n
+0000111007 00000 n
+0000110834 00000 n
+0000107828 00000 n
+0000110946 00000 n
+0000112583 00000 n
+0000112410 00000 n
+0000111196 00000 n
+0000112522 00000 n
+0000114907 00000 n
+0000115071 00000 n
+0000115532 00000 n
+0000114767 00000 n
+0000112759 00000 n
+0000115225 00000 n
+0000115408 00000 n
+0000115470 00000 n
+0000118550 00000 n
+0000118703 00000 n
+0000119225 00000 n
+0000118410 00000 n
+0000115656 00000 n
+0000118857 00000 n
+0000118918 00000 n
+0000118980 00000 n
+0000119041 00000 n
+0001087788 00000 n
+0000123018 00000 n
+0000123177 00000 n
+0000123456 00000 n
+0000122876 00000 n
+0000119349 00000 n
+0000123331 00000 n
+0001077917 00000 n
+0000126816 00000 n
+0000126514 00000 n
+0000123672 00000 n
+0000126629 00000 n
+0000130082 00000 n
+0000130362 00000 n
+0000129946 00000 n
+0000127006 00000 n
+0000130237 00000 n
+0000133455 00000 n
+0000133153 00000 n
+0000130539 00000 n
+0000133268 00000 n
+0000136691 00000 n
+0000136852 00000 n
+0000137260 00000 n
+0000136546 00000 n
+0000133645 00000 n
+0000137012 00000 n
+0000140449 00000 n
+0000140800 00000 n
+0000140312 00000 n
+0000137437 00000 n
+0000140613 00000 n
+0001087911 00000 n
+0000143989 00000 n
+0000144274 00000 n
+0000143852 00000 n
+0000141029 00000 n
+0000144149 00000 n
+0000146914 00000 n
+0000147132 00000 n
+0000146777 00000 n
+0000144451 00000 n
+0000147069 00000 n
+0000150030 00000 n
+0000150437 00000 n
+0000149893 00000 n
+0000147283 00000 n
+0000150184 00000 n
+0000150373 00000 n
+0001082872 00000 n
+0000153645 00000 n
+0000154051 00000 n
+0000153508 00000 n
+0000150667 00000 n
+0000153799 00000 n
+0000153987 00000 n
+0000157225 00000 n
+0000157533 00000 n
+0000157380 00000 n
+0000157947 00000 n
+0000157070 00000 n
+0000154293 00000 n
+0000157694 00000 n
+0000157883 00000 n
+0000161985 00000 n
+0000161680 00000 n
+0000158176 00000 n
+0000161796 00000 n
+0001088036 00000 n
+0000165780 00000 n
+0000165934 00000 n
+0000166405 00000 n
+0000165634 00000 n
+0000162188 00000 n
+0000166089 00000 n
+0001087239 00000 n
+0001075627 00000 n
+0001076707 00000 n
+0000166277 00000 n
+0001071108 00000 n
+0000166341 00000 n
+0000173400 00000 n
+0000169801 00000 n
+0000169434 00000 n
+0000166677 00000 n
+0000169550 00000 n
+0001080394 00000 n
+0000173555 00000 n
+0000173716 00000 n
+0000173877 00000 n
+0000174038 00000 n
+0000174391 00000 n
+0000173227 00000 n
+0000169992 00000 n
+0000174203 00000 n
+0001069345 00000 n
+0001048960 00000 n
+0000177172 00000 n
+0000177584 00000 n
+0000177035 00000 n
+0000174623 00000 n
+0000177333 00000 n
+0000184591 00000 n
+0000184748 00000 n
+0000181193 00000 n
+0000180824 00000 n
+0000177774 00000 n
+0000180940 00000 n
+0000181066 00000 n
+0000185089 00000 n
+0000184445 00000 n
+0000181422 00000 n
+0000184900 00000 n
+0001088161 00000 n
+0000188678 00000 n
+0000188843 00000 n
+0000188998 00000 n
+0000189475 00000 n
+0000188523 00000 n
+0000185266 00000 n
+0000189159 00000 n
+0000189411 00000 n
+0000192691 00000 n
+0000192449 00000 n
+0000189718 00000 n
+0000192565 00000 n
+0000195698 00000 n
+0000195395 00000 n
+0000192868 00000 n
+0000195511 00000 n
+0000199417 00000 n
+0000199576 00000 n
+0000199731 00000 n
+0000199891 00000 n
+0000200241 00000 n
+0000199253 00000 n
+0000195875 00000 n
+0000200052 00000 n
+0000202970 00000 n
+0000202791 00000 n
+0000200484 00000 n
+0000202907 00000 n
+0000206249 00000 n
+0000206404 00000 n
+0000206559 00000 n
+0000206714 00000 n
+0000207122 00000 n
+0000206085 00000 n
+0000203160 00000 n
+0000206869 00000 n
+0000207058 00000 n
+0001088286 00000 n
+0000210529 00000 n
+0000210685 00000 n
+0000210845 00000 n
+0000211258 00000 n
+0000210374 00000 n
+0000207377 00000 n
+0000211005 00000 n
+0000211194 00000 n
+0000214078 00000 n
+0000213836 00000 n
+0000211526 00000 n
+0000213952 00000 n
+0000217222 00000 n
+0000217570 00000 n
+0000217085 00000 n
+0000214281 00000 n
+0000217381 00000 n
+0000220346 00000 n
+0000220758 00000 n
+0000220209 00000 n
+0000217773 00000 n
+0000220506 00000 n
+0000223492 00000 n
+0000226511 00000 n
+0000223839 00000 n
+0000223355 00000 n
+0000220909 00000 n
+0000223650 00000 n
+0000226671 00000 n
+0000227081 00000 n
+0000226365 00000 n
+0000223990 00000 n
+0000226829 00000 n
+0001088411 00000 n
+0000229691 00000 n
+0000230104 00000 n
+0000229554 00000 n
+0000227245 00000 n
+0000229852 00000 n
+0000231278 00000 n
+0000231099 00000 n
+0000230268 00000 n
+0000231215 00000 n
+0000233390 00000 n
+0000233544 00000 n
+0000233953 00000 n
+0000233244 00000 n
+0000231442 00000 n
+0000233702 00000 n
+0000236315 00000 n
+0000236073 00000 n
+0000234078 00000 n
+0000236189 00000 n
+0000236252 00000 n
+0001055674 00000 n
+0001065749 00000 n
+0000239408 00000 n
+0000239630 00000 n
+0000239271 00000 n
+0000236468 00000 n
+0000239567 00000 n
+0000242140 00000 n
+0000242293 00000 n
+0000242574 00000 n
+0000241994 00000 n
+0000239782 00000 n
+0000242448 00000 n
+0001088536 00000 n
+0000245836 00000 n
+0000246190 00000 n
+0000245699 00000 n
+0000242751 00000 n
+0000246001 00000 n
+0000249329 00000 n
+0000249488 00000 n
+0000249904 00000 n
+0000249183 00000 n
+0000246354 00000 n
+0000249652 00000 n
+0000253262 00000 n
+0000253417 00000 n
+0000253570 00000 n
+0000253725 00000 n
+0000254139 00000 n
+0000253098 00000 n
+0000250094 00000 n
+0000253886 00000 n
+0000254075 00000 n
+0000257405 00000 n
+0000260122 00000 n
+0000257693 00000 n
+0000257268 00000 n
+0000254330 00000 n
+0000257567 00000 n
+0000260283 00000 n
+0000260569 00000 n
+0000259976 00000 n
+0000257883 00000 n
+0000260444 00000 n
+0000264088 00000 n
+0000263846 00000 n
+0000260733 00000 n
+0000263962 00000 n
+0001088661 00000 n
+0000267430 00000 n
+0000267777 00000 n
+0000267293 00000 n
+0000264278 00000 n
+0000267589 00000 n
+0000270839 00000 n
+0000271119 00000 n
+0000270702 00000 n
+0000267954 00000 n
+0000270992 00000 n
+0000271055 00000 n
+0001074322 00000 n
+0001084111 00000 n
+0001085282 00000 n
+0000273217 00000 n
+0000273434 00000 n
+0000273080 00000 n
+0000271381 00000 n
+0000273371 00000 n
+0000277541 00000 n
+0000277300 00000 n
+0000273611 00000 n
+0000277416 00000 n
+0000280576 00000 n
+0000280856 00000 n
+0000280439 00000 n
+0000277758 00000 n
+0000280729 00000 n
+0000280792 00000 n
+0000284369 00000 n
+0000284127 00000 n
+0000281046 00000 n
+0000284243 00000 n
+0001088786 00000 n
+0000289679 00000 n
+0000287246 00000 n
+0000287004 00000 n
+0000284586 00000 n
+0000287120 00000 n
+0000289832 00000 n
+0000293653 00000 n
+0000290114 00000 n
+0000289533 00000 n
+0000287449 00000 n
+0000289987 00000 n
+0000290050 00000 n
+0000293808 00000 n
+0000293963 00000 n
+0000294123 00000 n
+0000294346 00000 n
+0000293489 00000 n
+0000290267 00000 n
+0000294283 00000 n
+0000298176 00000 n
+0000297808 00000 n
+0000294549 00000 n
+0000297924 00000 n
+0001059032 00000 n
+0000301997 00000 n
+0000301694 00000 n
+0000298368 00000 n
+0000301810 00000 n
+0000305142 00000 n
+0000305307 00000 n
+0000305656 00000 n
+0000304996 00000 n
+0000302187 00000 n
+0000305467 00000 n
+0001088911 00000 n
+0000309321 00000 n
+0000309015 00000 n
+0000305848 00000 n
+0000309131 00000 n
+0000309194 00000 n
+0000312787 00000 n
+0000313205 00000 n
+0000312650 00000 n
+0000309499 00000 n
+0000312951 00000 n
+0000313014 00000 n
+0000313078 00000 n
+0000316990 00000 n
+0000316237 00000 n
+0000313395 00000 n
+0000316353 00000 n
+0000316416 00000 n
+0000316480 00000 n
+0000316544 00000 n
+0000316608 00000 n
+0000316672 00000 n
+0000316735 00000 n
+0000316799 00000 n
+0000316863 00000 n
+0000316926 00000 n
+0000320363 00000 n
+0000320591 00000 n
+0000320226 00000 n
+0000317180 00000 n
+0000320528 00000 n
+0000324672 00000 n
+0000324953 00000 n
+0000324535 00000 n
+0000320742 00000 n
+0000324827 00000 n
+0000327974 00000 n
+0000327795 00000 n
+0000325130 00000 n
+0000327911 00000 n
+0001089036 00000 n
+0000331549 00000 n
+0000331370 00000 n
+0000328164 00000 n
+0000331486 00000 n
+0000334953 00000 n
+0000334391 00000 n
+0000331752 00000 n
+0000334507 00000 n
+0000334633 00000 n
+0000334697 00000 n
+0000334761 00000 n
+0000334825 00000 n
+0000334889 00000 n
+0000337844 00000 n
+0000338640 00000 n
+0000337707 00000 n
+0000335130 00000 n
+0000338009 00000 n
+0000338131 00000 n
+0000338195 00000 n
+0000338259 00000 n
+0000338323 00000 n
+0000338449 00000 n
+0000338513 00000 n
+0000338577 00000 n
+0000340390 00000 n
+0000340148 00000 n
+0000338843 00000 n
+0000340264 00000 n
+0000342984 00000 n
+0000343136 00000 n
+0000343545 00000 n
+0000342838 00000 n
+0000340582 00000 n
+0000343292 00000 n
+0000343481 00000 n
+0000346759 00000 n
+0000347040 00000 n
+0000346622 00000 n
+0000343709 00000 n
+0000346914 00000 n
+0001089161 00000 n
+0000350320 00000 n
+0000350631 00000 n
+0000350475 00000 n
+0000351488 00000 n
+0000350156 00000 n
+0000347271 00000 n
+0000351109 00000 n
+0000351361 00000 n
+0000350869 00000 n
+0000351424 00000 n
+0000354635 00000 n
+0000354850 00000 n
+0000354498 00000 n
+0000351756 00000 n
+0000354787 00000 n
+0000357907 00000 n
+0000358319 00000 n
+0000357770 00000 n
+0000355014 00000 n
+0000358066 00000 n
+0000358255 00000 n
+0000360967 00000 n
+0000360662 00000 n
+0000358522 00000 n
+0000360778 00000 n
+0000363448 00000 n
+0000363080 00000 n
+0000361157 00000 n
+0000363196 00000 n
+0000366579 00000 n
+0000366734 00000 n
+0000367024 00000 n
+0000366433 00000 n
+0000363612 00000 n
+0000366898 00000 n
+0001089286 00000 n
+0000369201 00000 n
+0000368959 00000 n
+0000367227 00000 n
+0000369075 00000 n
+0000372440 00000 n
+0000375651 00000 n
+0000372731 00000 n
+0000372303 00000 n
+0000369339 00000 n
+0000372605 00000 n
+0000375811 00000 n
+0000376286 00000 n
+0000375505 00000 n
+0000372921 00000 n
+0000375971 00000 n
+0000379704 00000 n
+0000379462 00000 n
+0000376424 00000 n
+0000379578 00000 n
+0000382784 00000 n
+0000382542 00000 n
+0000379868 00000 n
+0000382658 00000 n
+0000384783 00000 n
+0000384541 00000 n
+0000382935 00000 n
+0000384657 00000 n
+0001089411 00000 n
+0000388065 00000 n
+0000387569 00000 n
+0000384934 00000 n
+0000387685 00000 n
+0000387937 00000 n
+0000388001 00000 n
+0000391556 00000 n
+0000391719 00000 n
+0000391881 00000 n
+0000392363 00000 n
+0000391401 00000 n
+0000388244 00000 n
+0000392046 00000 n
+0000392172 00000 n
+0000392299 00000 n
+0000395431 00000 n
+0000395126 00000 n
+0000392542 00000 n
+0000395242 00000 n
+0000397534 00000 n
+0000397292 00000 n
+0000395595 00000 n
+0000397408 00000 n
+0000400187 00000 n
+0000399882 00000 n
+0000397672 00000 n
+0000399998 00000 n
+0000402028 00000 n
+0000401849 00000 n
+0000400377 00000 n
+0000401965 00000 n
+0001089536 00000 n
+0000404558 00000 n
+0000404905 00000 n
+0000404421 00000 n
+0000402179 00000 n
+0000404716 00000 n
+0000408395 00000 n
+0000408090 00000 n
+0000405069 00000 n
+0000408206 00000 n
+0000411652 00000 n
+0000411347 00000 n
+0000408559 00000 n
+0000411463 00000 n
+0000414172 00000 n
+0000413867 00000 n
+0000411855 00000 n
+0000413983 00000 n
+0000416482 00000 n
+0000416710 00000 n
+0000416345 00000 n
+0000414375 00000 n
+0000416647 00000 n
+0000421714 00000 n
+0000419050 00000 n
+0000418745 00000 n
+0000416861 00000 n
+0000418861 00000 n
+0001089661 00000 n
+0000422196 00000 n
+0000421577 00000 n
+0000419216 00000 n
+0000421879 00000 n
+0000422068 00000 n
+0000422132 00000 n
+0000425472 00000 n
+0000425942 00000 n
+0000425335 00000 n
+0000422334 00000 n
+0000425626 00000 n
+0001047840 00000 n
+0000425878 00000 n
+0001060152 00000 n
+0000429612 00000 n
+0000429370 00000 n
+0000426164 00000 n
+0000429486 00000 n
+0000433657 00000 n
+0000433289 00000 n
+0000429778 00000 n
+0000433405 00000 n
+0001066871 00000 n
+0000437175 00000 n
+0000436808 00000 n
+0000433855 00000 n
+0000436924 00000 n
+0000443911 00000 n
+0000440339 00000 n
+0000439842 00000 n
+0000437328 00000 n
+0000439958 00000 n
+0000440147 00000 n
+0000440211 00000 n
+0000440275 00000 n
+0001089786 00000 n
+0000444070 00000 n
+0000444225 00000 n
+0000444634 00000 n
+0000443756 00000 n
+0000440520 00000 n
+0000444381 00000 n
+0000444570 00000 n
+0000448253 00000 n
+0000448661 00000 n
+0000448116 00000 n
+0000444853 00000 n
+0000448408 00000 n
+0000448597 00000 n
+0000450846 00000 n
+0000449902 00000 n
+0000448840 00000 n
+0000450018 00000 n
+0000450207 00000 n
+0000450271 00000 n
+0000450335 00000 n
+0000450399 00000 n
+0000450462 00000 n
+0000450526 00000 n
+0000450590 00000 n
+0000450654 00000 n
+0000450718 00000 n
+0000450782 00000 n
+0000454196 00000 n
+0000452423 00000 n
+0000450958 00000 n
+0000452539 00000 n
+0000452665 00000 n
+0000452729 00000 n
+0000452793 00000 n
+0000452857 00000 n
+0000452921 00000 n
+0000452984 00000 n
+0000453048 00000 n
+0000453112 00000 n
+0000453176 00000 n
+0000453240 00000 n
+0000453304 00000 n
+0000453368 00000 n
+0000453432 00000 n
+0000453496 00000 n
+0000453560 00000 n
+0000453624 00000 n
+0000453687 00000 n
+0000453751 00000 n
+0000453815 00000 n
+0000453879 00000 n
+0000453942 00000 n
+0000454006 00000 n
+0000454069 00000 n
+0000454132 00000 n
+0000457741 00000 n
+0000455454 00000 n
+0000454295 00000 n
+0000455570 00000 n
+0000455633 00000 n
+0000455697 00000 n
+0000455761 00000 n
+0000455825 00000 n
+0000455889 00000 n
+0000455953 00000 n
+0000456017 00000 n
+0000456081 00000 n
+0000456145 00000 n
+0000456207 00000 n
+0000456271 00000 n
+0000456335 00000 n
+0000456399 00000 n
+0000456463 00000 n
+0000456527 00000 n
+0000456591 00000 n
+0000456655 00000 n
+0000456719 00000 n
+0000456782 00000 n
+0000456846 00000 n
+0000456910 00000 n
+0000456974 00000 n
+0000457038 00000 n
+0000457102 00000 n
+0000457166 00000 n
+0000457230 00000 n
+0000457294 00000 n
+0000457358 00000 n
+0000457422 00000 n
+0000457485 00000 n
+0000457549 00000 n
+0000457613 00000 n
+0000457677 00000 n
+0000459832 00000 n
+0000459465 00000 n
+0000457840 00000 n
+0000459581 00000 n
+0001089911 00000 n
+0000461165 00000 n
+0000460923 00000 n
+0000460026 00000 n
+0000461039 00000 n
+0001042528 00000 n
+0000461304 00000 n
+0000461328 00000 n
+0000461783 00000 n
+0000461809 00000 n
+0001044470 00000 n
+0000462367 00000 n
+0001044191 00000 n
+0000462667 00000 n
+0001043833 00000 n
+0000462693 00000 n
+0000462719 00000 n
+0000463099 00000 n
+0000463654 00000 n
+0001043523 00000 n
+0000463678 00000 n
+0000463704 00000 n
+0000463754 00000 n
+0000463792 00000 n
+0000464288 00000 n
+0001044565 00000 n
+0000464617 00000 n
+0000464641 00000 n
+0000464667 00000 n
+0001043036 00000 n
+0000464941 00000 n
+0000465674 00000 n
+0000466314 00000 n
+0000466808 00000 n
+0000467457 00000 n
+0000468146 00000 n
+0000468788 00000 n
+0000469369 00000 n
+0000470219 00000 n
+0000470757 00000 n
+0000470875 00000 n
+0000471239 00000 n
+0000471805 00000 n
+0000472379 00000 n
+0000473021 00000 n
+0000473139 00000 n
+0000473705 00000 n
+0000474097 00000 n
+0000474863 00000 n
+0000475436 00000 n
+0000475879 00000 n
+0000476327 00000 n
+0000508924 00000 n
+0000509387 00000 n
+0000541831 00000 n
+0000542330 00000 n
+0000561723 00000 n
+0000561955 00000 n
+0000568806 00000 n
+0000569046 00000 n
+0000575741 00000 n
+0000576380 00000 n
+0000590377 00000 n
+0000590804 00000 n
+0000594043 00000 n
+0000594280 00000 n
+0000602105 00000 n
+0000602409 00000 n
+0000605593 00000 n
+0000605836 00000 n
+0000644958 00000 n
+0000645646 00000 n
+0000668222 00000 n
+0000668525 00000 n
+0000686869 00000 n
+0000687122 00000 n
+0000709472 00000 n
+0000709746 00000 n
+0000733394 00000 n
+0000733723 00000 n
+0000767390 00000 n
+0000767858 00000 n
+0000795912 00000 n
+0000796304 00000 n
+0000819616 00000 n
+0000820042 00000 n
+0000833875 00000 n
+0000834135 00000 n
+0000856593 00000 n
+0000857003 00000 n
+0000870645 00000 n
+0000870905 00000 n
+0000877812 00000 n
+0000878302 00000 n
+0000882138 00000 n
+0000882463 00000 n
+0000885300 00000 n
+0000885551 00000 n
+0000914505 00000 n
+0000914907 00000 n
+0000948089 00000 n
+0000948714 00000 n
+0000968730 00000 n
+0000968999 00000 n
+0000994825 00000 n
+0000995226 00000 n
+0001021105 00000 n
+0001021555 00000 n
+0001028052 00000 n
+0001028286 00000 n
+0001036539 00000 n
+0001036835 00000 n
+0001042187 00000 n
+0001044677 00000 n
+0001045796 00000 n
+0001046915 00000 n
+0001048032 00000 n
+0001049161 00000 n
+0001050280 00000 n
+0001051399 00000 n
+0001052516 00000 n
+0001053633 00000 n
+0001054751 00000 n
+0001055870 00000 n
+0001056990 00000 n
+0001058107 00000 n
+0001059228 00000 n
+0001060347 00000 n
+0001061467 00000 n
+0001062587 00000 n
+0001063707 00000 n
+0001064825 00000 n
+0001065944 00000 n
+0001067067 00000 n
+0001067782 00000 n
+0001068665 00000 n
+0001069547 00000 n
+0001070427 00000 n
+0001071308 00000 n
+0001072381 00000 n
+0001073451 00000 n
+0001074523 00000 n
+0001075792 00000 n
+0001076872 00000 n
+0001078111 00000 n
+0001079350 00000 n
+0001080589 00000 n
+0001081828 00000 n
+0001083067 00000 n
+0001084306 00000 n
+0001085478 00000 n
+0001086456 00000 n
+0001090000 00000 n
+0001090122 00000 n
+0001090248 00000 n
+0001090374 00000 n
+0001090473 00000 n
+0001090565 00000 n
+0001107132 00000 n
+0001107340 00000 n
+0001107553 00000 n
+0001107762 00000 n
+0001107937 00000 n
+0001108114 00000 n
+0001108288 00000 n
+0001108462 00000 n
+0001108639 00000 n
+0001108814 00000 n
+0001108991 00000 n
+0001109166 00000 n
+0001109343 00000 n
+0001109519 00000 n
+0001109696 00000 n
+0001109872 00000 n
+0001110049 00000 n
+0001110224 00000 n
+0001110399 00000 n
+0001110576 00000 n
+0001110756 00000 n
+0001110942 00000 n
+0001111120 00000 n
+0001111305 00000 n
+0001111487 00000 n
+0001111669 00000 n
+0001111843 00000 n
+0001112018 00000 n
+0001112195 00000 n
+0001112370 00000 n
+0001112547 00000 n
+0001112721 00000 n
+0001112895 00000 n
+0001113072 00000 n
+0001113247 00000 n
+0001113424 00000 n
+0001113599 00000 n
+0001113776 00000 n
+0001113951 00000 n
+0001114128 00000 n
+0001114303 00000 n
+0001114480 00000 n
+0001114680 00000 n
+0001114877 00000 n
+0001115080 00000 n
+0001115283 00000 n
+0001115486 00000 n
+0001115689 00000 n
+0001115926 00000 n
+0001116164 00000 n
+0001116411 00000 n
+0001116656 00000 n
+0001116899 00000 n
+0001117144 00000 n
+0001117391 00000 n
+0001117634 00000 n
+0001117877 00000 n
+0001118120 00000 n
+0001118363 00000 n
+0001118606 00000 n
+0001118849 00000 n
+0001119109 00000 n
+0001119387 00000 n
+0001119670 00000 n
+0001119957 00000 n
+0001120248 00000 n
+0001120531 00000 n
+0001120814 00000 n
+0001121097 00000 n
+0001121380 00000 n
+0001121663 00000 n
+0001121835 00000 n
+0001121953 00000 n
+0001122069 00000 n
+0001122184 00000 n
+0001122301 00000 n
+0001122418 00000 n
+0001122533 00000 n
+0001122652 00000 n
+0001122780 00000 n
+0001122914 00000 n
+0001123048 00000 n
+0001123187 00000 n
+0001123310 00000 n
+0001123428 00000 n
+0001123546 00000 n
+0001123630 00000 n
+0001123670 00000 n
+0001123851 00000 n
+trailer
+<< /Size 1906
+/Root 1904 0 R
+/Info 1905 0 R
+/ID [<CE1BE0628603F7565A1DFCEB767C24A3> <CE1BE0628603F7565A1DFCEB767C24A3>] >>
+startxref
+1124413
+%%EOF
diff --git a/macros/latex/contrib/numerica/numerica.sty b/macros/latex/contrib/numerica/numerica.sty
index 1f1be43342..6f85a17f75 100644
--- a/macros/latex/contrib/numerica/numerica.sty
+++ b/macros/latex/contrib/numerica/numerica.sty
@@ -1,5 +1,4 @@
-% This is file `numerica.sty',
-% the base of the `numerica' package.
+% This is file `numerica.sty'.
%
% This work may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.3c of this
@@ -8,16 +7,14 @@
%
% Andrew Parsloe (ajparsloe@gmail.com)
%
-\RequirePackage{expl3}[2017/07/15]
-\RequirePackage{xparse,l3keys2e}
-\RequirePackage{amsmath,mathtools}
-
+\RequirePackage{l3keys2e}
+\RequirePackage{amsmath,mathtools,etoolbox}
\ProvidesExplPackage
{numerica}
- {2021/02/15}
- {1.0.0}
- {Evaluate math expressions in the LaTeX form they are typeset}
-%------------------------------------------------
+ {2021/12/07}
+ {2.0.0}
+ {Numerically evaluate mathematical expressions in their LaTeX form}
+% needs amsmath
\cs_if_free:NT \arccsc { \DeclareMathOperator{\arccsc}{arccsc} }
\cs_if_free:NT \arcsec { \DeclareMathOperator{\arcsec}{arcsec} }
\cs_if_free:NT \arccot { \DeclareMathOperator{\arccot}{arccot} }
@@ -31,15 +28,28 @@
\cs_if_free:NT \acoth { \DeclareMathOperator{\acoth}{acoth} }
\cs_if_free:NT \sgn { \DeclareMathOperator{\sgn}{sgn} }
\cs_if_free:NT \lb { \DeclareMathOperator{\lb}{lb} }
-% mathtools
+% needs mathtools
\cs_if_free:NT \abs {\DeclarePairedDelimiter{\abs}{\lvert}{\rvert} }
\cs_if_free:NT \ceil { \DeclarePairedDelimiter{\ceil}{\lceil}{\rceil} }
\cs_if_free:NT \floor { \DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor} }
+%
\RenewDocumentCommand \land {} { \,\wedge\, }
\RenewDocumentCommand \lor {} { \,\vee\, }
-% Qleave apart; qleave to
-\NewDocumentCommand \Q {} { \prg_do_nothing: }
-\NewDocumentCommand \q {} { \prg_do_nothing: }
+\NewDocumentCommand \Q {} { \prg_do_nothing: } % Qleave apart
+\NewDocumentCommand \q {} { \prg_do_nothing: } % qleave to
+%
+\int_const:Nn \c__nmc_and_int { 0 }
+\int_const:Nn \c__nmc_cmp_int { 1 }
+\int_const:Nn \c__nmc_sum_int { 2 }
+\int_const:Nn \c__nmc_trg_int { 3 }
+\int_const:Nn \c__nmc_uny_int { 4 }
+\int_const:Nn \c__nmc_prn_int { 5 }
+\int_const:Nn \c__nmc_srd_int { 6 }
+\int_new:N \l__nmc_trg_int
+\int_new:N \l__nmc_num_sgn_int % tables
+\tl_new:N \l__nmc_toss_tl
+\seq_new:N \l_tmpc_seq
+%
\prg_new_conditional:Npnn \int_if_zero:n #1 { p,T,F,TF }
{
\int_compare:nNnTF { #1 } = { 0 }
@@ -56,80 +66,59 @@
{ \prg_return_true: }
{ \prg_return_false: }
}
-% constants
-\tl_const:Nn \c__nmc_digits_tl { 123456789 }
-\tl_const:Nn \c__nmc_decimals_tl { 1234567890. }
-\tl_const:Nn \c__nmc_sdigits_tl { -1234567890 }
-\tl_const:Nn \c__nmc_comparisons_tl { <=> }
-\tl_const:Nn \c__nmc_modds_tl { |./ }
-\int_const:Nn \c__nmc_and_int { 0 }
-\int_const:Nn \c__nmc_cmp_int { 1 }
-\int_const:Nn \c__nmc_sum_int { 2 }
-\int_const:Nn \c__nmc_trg_int { 3 }
-\int_const:Nn \c__nmc_uny_int { 4 }
-\int_const:Nn \c__nmc_prn_int { 5 }
-\int_const:Nn \c__nmc_srd_int { 6 }
-\seq_const_from_clist:Nn \c__nmc_T_out_seq { 1,T,\texttt{T} }
-\seq_const_from_clist:Nn \c__nmc_F_out_seq { 0,F,\texttt{F} }
-\int_new:N \l__nmc_trg_int
-\int_new:N \l__nmc_num_sgn_int
-\tl_new:N \l__nmc_toss_tl
-\seq_new:N \l_tmpc_seq
-%-----------------------------------------------------------
-% processing and substitution property lists
-% #1 clist of keys; #2 tl of values
+% fpify & delim property lists
+\prop_new:N \g__nmc_class_prop % latex tokens
+
+% #1(clist) tokens; #2(tl) { fpify: delim: } routines
\cs_new_protected:Npn \__nmc_fill_class:nn #1#2
{
\clist_map_inline:nn { #1 }
{ \prop_gput:Nnn \g__nmc_class_prop { ##1 } { #2 } }
}
-% math token classes
-\prop_new:N \g__nmc_class_prop
-% decimals
+%
\__nmc_fill_class:nn { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, . }
{ \__nmc_fpify_dec: \__nmc_delim_dec: }
-% constants
\__nmc_fill_class:nn { e, \pi, \gamma, \phi, \deg, \infty }
- { \__nmc_fpify_const: \__nmc_delim_const: }
-% plus minus
+ { \__nmc_fpify_const: \__nmc_delim_const: }
+% arith
\__nmc_fill_class:nn { +, - }
- { \__nmc_fpify_arith: \__nmc_delim_pm: }
-% arith.
+ { \__nmc_fpify_arith: \__nmc_delim_pm: }
\prop_put:Nnn \g__nmc_class_prop { * }
- { \__nmc_fpify_arith: \__nmc_delim_arith: }
-% slash
+ { \__nmc_fpify_arith: \__nmc_delim_arith: }
\prop_put:Nnn \g__nmc_class_prop { / }
- { \__nmc_fpify_slash: \__nmc_delim_arith: }
-% arith. alternatives
+ { \__nmc_fpify_slash: \__nmc_delim_arith: }
\__nmc_fill_class:nn { \times, \cdot, \div }
{ \__nmc_fpify_arith_alt: \__nmc_delim_arith: }
+\prop_put:Nnn \g__nmc_class_prop { ^ }
+ { \__nmc_fpify_power: \__nmc_delim_power: }
+\__nmc_fill_class:nn { \frac, \dfrac }
+ { \__nmc_fpify_frac: \__nmc_delim_frac: }
+\prop_put:Nnn \g__nmc_class_prop { \tfrac }
+ { \__nmc_fpify_frac: \__nmc_delim_tfrac: }
% comparisons
\__nmc_fill_class:nn
- {
- =, <, >,
- \ne, \neq, \nless, \ngtr,
- \ge, \geq, \geqq, \geqslant,
- \le, \leq, \leqq, \leqslant,
- \ngeq, \ngeqq, \ngeqslant,
- \nleq, \nleqq, \nleqslant,
- }
+ {
+ =, <, >, \ne, \neq, \nless, \ngtr,
+ \ge, \geq, \geqq, \geqslant, \le, \leq, \leqq, \leqslant,
+ \ngeq, \ngeqq, \ngeqslant, nleq, \nleqq, \nleqslant,
+ }
{ \__nmc_fpify_comparison: \__nmc_delim_comparison: }
-% and or
+% logic, surd
\__nmc_fill_class:nn { \wedge, \land, \vee, \lor }
{ \__nmc_fpify_andor: \__nmc_delim_andor: }
-% lparen
+\__nmc_fill_class:nn { \surd, \neg, \lnot }
+ { \__nmc_fpify_surd: \__nmc_delim_surd: }
+% left
\__nmc_fill_class:nn { (, [, \{, \lparen, \lbrack, \lbrace }
{ \__nmc_fpify_lparen: \__nmc_delim_lparen: }
-% lvert etc.
\__nmc_fill_class:nn { |, \lvert, \lfloor, \lceil }
{ \__nmc_fpify_lvert: \__nmc_delim_lvert: }
-% lmodifiers
\__nmc_fill_class:nn { \left, \bigl, \Bigl, \biggl, \Biggl }
{ \__nmc_fpify_lmod: \__nmc_delim_lmod: }
-% rmodifiers
+% right
\__nmc_fill_class:nn { \right, \bigr, \Bigr, \biggr, \Biggr }
{ \prg_do_nothing: \__nmc_delim_rparen: }
-% trig, hyper, other unary fns
+% unary fns: f
\__nmc_fill_class:nn { \sin, \cos, \tan, \csc, \sec, \cot }
{
{ \__nmc_fpify_unary:n { \l__nmc_trg_int } }
@@ -146,87 +135,75 @@
{ \__nmc_fpify_unary:n { \c__nmc_uny_int } }
{ \__nmc_delim_unary:n { \c__nmc_uny_int } }
}
-% power
-\prop_put:Nnn \g__nmc_class_prop { ^ }
- { \__nmc_fpify_power: \__nmc_delim_power: }
-% (d)frac
-\__nmc_fill_class:nn { \frac, \dfrac }
- { \__nmc_fpify_frac: \__nmc_delim_frac: }
-% tfrac
-\prop_put:Nnn \g__nmc_class_prop { \tfrac }
- { \__nmc_fpify_frac: \__nmc_delim_tfrac: }
-% binom
-\__nmc_fill_class:nn { \tbinom, \binom, \dbinom }
- { \__nmc_fpify_binom: \__nmc_delim_frac: }
-% unary with braced arg
+% f!
+\prop_put:Nnn \g__nmc_class_prop { ! }
+ { \__nmc_fpify_fact: \__nmc_delim_fact: }
+% f{}
\__nmc_fill_class:nn { \sqrt, \abs, \floor, \ceil }
- { \__nmc_fpify_unarybrace: \__nmc_delim_unarybrace: }
-% unary subscripted
+ { \__nmc_fpify_unarybrace: \__nmc_delim_unarybrace: }
+% binary ( f_{arg1}{arg2}, f{arg1}{arg2} )
\prop_put:Nnn \g__nmc_class_prop { \log }
- { \__nmc_fpify_unarysub: \__nmc_delim_log: }
-% surd, not
-\__nmc_fill_class:nn { \surd, \neg, \lnot }
- { \__nmc_fpify_surd: \__nmc_delim_surd: }
-% factorial
-\prop_put:Nnn \g__nmc_class_prop { ! }
- { \__nmc_fpify_fact: \__nmc_delim_fact: }
-% cleave
-\__nmc_fill_class:nn { \q, \Q }
- { \prg_do_nothing: \__nmc_delim_qleave: }
-% n-ary
+ { \__nmc_fpify_unarysub: \__nmc_delim_log: }
+\__nmc_fill_class:nn { \tbinom, \binom, \dbinom }
+ { \__nmc_fpify_binom: \__nmc_delim_frac: }
+% nary f(arg1,...)
\__nmc_fill_class:nn { \min, \max, \gcd }
{ \__nmc_fpify_nary: \__nmc_delim_nary: }
-% comma (n-ary fns)
\prop_put:Nnn \g__nmc_class_prop { , }
- { \__nmc_fpify_comma: \__nmc_delim_comma: }
+ { \__nmc_fpify_comma: \__nmc_delim_comma: }
+% fontlike (ignore cmd; heed {arg} )
+\__nmc_fill_class:nn
+ {
+ \mathrm, \mathit, \mathcal, \mathtt, \mathbf, \mathbb,
+ \mathsf, \mathfrak, \mathscr, \mathnormal, \boldsymbol,
+ \ensuremath, \smash, \textrm, \textsf, \texttt
+ }
+ { \__nmc_fpify_font: \__nmc_delim_font: }
+% ignore cmd, [arg1], {arg2}; heed {arg3}
+\prop_put:Nnn \g__nmc_class_prop { \textcolor }
+ { \__nmc_fpify_color: \__nmc_delim_color: }
+% splitfrac ( ignore cmd, heed {arg1}{arg2} )
+\__nmc_fill_class:nn { \splitfrac, \splitdfrac }
+ { \__nmc_fpify_splitfrac: \__nmc_delim_append_twobraced: }
% absorb
\__nmc_fill_class:nn
{
- {{}}, \\, &, \to, \q_nil,
- \dots, \ldots, \cdots,
- \ , \,, \;, \:, \!, \>,
- \thinspace, \quad, \qquad , \hfill, \hfil,
- \mathstrut, \displaystyle, \textstyle,
- \scriptstyle, \scriptscriptstyle
+ {{}}, \\, &, \to, \q_nil, \dots, \ldots, \cdots,
+ \quad, \qquad, \hfill, \hfil, \mathstrut, $, \(, \), \[, \],
+ \ , \,, \;, \:, \!, \>, \thinspace, \medspace, \thickspace, \negthinspace, \negmedspace, \negthickspace,
+ \displaystyle, \textstyle, \scriptstyle, \scriptscriptstyle,
}
{ \prg_do_nothing: \__nmc_delim_absorb: }
-% absorbm
-\__nmc_fill_class:nn { \vphantom, \hphantom, \phantom, \label }
- { \__nmc_fpify_absorbm: \__nmc_delim_absorbm: }
-% absorbom
-\__nmc_fill_class:nn { \xmathstrut }
- { \__nmc_fpify_absorbom: \__nmc_delim_absorbom: }
+\__nmc_fill_class:nn
+ { \vphantom, \hphantom, \phantom, \label, \mspace, \mbox, \text }
+ { \__nmc_fpify_absorb_m: \__nmc_delim_absorb_i: }
+\__nmc_fill_class:nn { \hspace }
+ { \__nmc_fpify_absorb_sm: \__nmc_delim_absorb_ii: }
+\__nmc_fill_class:nn { \xmathstrut, \color }
+ { \__nmc_fpify_absorb_om: \__nmc_delim_absorb_ii: }
+% ams environs f{arg1} (& f{arg1}{arg2} for aligned, aligned*)
+\__nmc_fill_class:nn { \begin, \end }
+ { \__nmc_fpify_BE: \__nmc_delim_BE: }
+% cleave
+\__nmc_fill_class:nn { \q, \Q }
+ { \prg_do_nothing: \__nmc_delim_cleave: }
% sum, prod
\__nmc_fill_class:nn { \sum, \prod }
- { \__nmc_fpify_sum: \__nmc_delim_sum: }
-% begin end
-\__nmc_fill_class:nn { \begin, \end }
- { \__nmc_fpify_BE: \__nmc_delim_BE: }
-% font
-\__nmc_fill_class:nn
- {
- \mathrm, \mathit, \mathcal, \mathtt, \mathbf, \mathbb,
- \mathsf, \mathfrak, \mathscr, \mathnormal, \boldsymbol
- }
- { \__nmc_fpify_font: \__nmc_delim_font: }
-% meta
-\__nmc_fill_class:nn { \ensuremath, \text, \mbox }
- { \__nmc_fpify_meta: \__nmc_delim_stop: }
-% meta2
-\__nmc_fill_class:nn { \splitfrac, \splitdfrac }
- { \__nmc_fpify_metamm: \__nmc_delim_metamm: }
+ { \__nmc_fpify_sum: \__nmc_delim_sum: }
% nmcFn
\__nmc_fill_class:nn
{
- \eval, \iter, \solve, \recur, \tabulate,
- \nmcEvaluate, \nmcIterate, \nmcSolve,
- \nmcRecur, \nmcTabulate
+ \eval, \nmcEvaluate, \iter, \nmcIterate, \solve, \nmcSolve,
+ \recur, \nmcRecur, \tabulate, \nmcTabulate, \info, \nmcInfo,
+ \constants, \nmcConstants, \reuse, \nmcReuse
}
{ \__nmc_fpify_cmd: \__nmc_delim_cmd: }
-
-\__nmc_fill_class:nn { \nmcInfo } { \__nmc_fpify_info: \__nmc_delim_info: }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% math token replacements for l3fp evaluation
+% substitution classes %%%%%%%%%%%%%%%%%%%%%%%%%%
+\prop_new:N \l__nmc_subst_var_prop % variables
+\prop_new:N \g__nmc_subst_var_prop % macros (user & reuse)
+\prop_new:N \g__nmc_subst_fpfn_prop % math toks for l3fp eval
+\prop_new:N \g__nmc_subst_misc_prop % misc subst
+
% #1 prop; #2 seq (keys); #3 seq (values)
\cs_new_protected:Npn \__nmc_subst:NNN #1#2#3
{
@@ -234,7 +211,6 @@
{ \prop_gput:Nnn #1 { ##1 } { ##2 } }
\seq_mapthread_function:NNN #2 #3 \__nmc_substitutions:nn
}
-\prop_new:N \g__nmc_subst_fpfn_prop
\seq_set_from_clist:Nn \l_tmpa_seq
{
e, \pi, \gamma, \phi, \deg, \infty,
@@ -243,10 +219,8 @@
\sinh, \cosh, \tanh, \csch, \sech, \coth,
\asinh, \acosh, \atanh, \acsch, \asech, \acoth,
\exp, \ln, \lg, \lb, \sgn,
- \max, \min, \surd, \sqrt,
- \abs, \floor, \ceil,
- \lvert, \lfloor, \lceil,
- \times, \cdot, \div,
+ \max, \min, \surd, \sqrt, \times, \cdot, \div,
+ \abs, \floor, \ceil, \lvert, \lfloor, \lceil,
\neg, \lnot, \wedge, \land, \vee, \lor,
\le, \leq, \leqq, \leqslant,
\ge, \geq, \geqq, \geqslant,
@@ -264,27 +238,24 @@
sinh, cosh, tanh, csch, sech, coth,
asinh, acosh, atanh, acsch, asech, acoth,
exp, ln, (0.4342944819032518)ln, (1.442695040888963)ln, sign,
- max, min, sqrt, sqrt,
- abs, floor, ceil,
- abs, floor, ceil,
- *, *, /,
+ max, min, sqrt, sqrt, *, *, /,
+ abs, floor, ceil, abs, floor, ceil,
!, !, &&, &&, ||, ||,
- <=, <=, <=, <=,
- >=, >=, >=, >=,
- !=, !=, !<, !>,
- !<=, !<=, !<=, !>=, !>=, !>=
+ <=, <=, <=, <=, >=, >=, >=, >=,
+ !=, !=, !<, !>, !<=, !<=, !<=, !>=, !>=, !>=
}
\__nmc_subst:NNN \g__nmc_subst_fpfn_prop \l_tmpa_seq \l_tmpb_seq
-% property list for some miscellaneous substitutions
-\prop_new:N \g__nmc_subst_misc_prop
\seq_set_from_clist:Nn \l_tmpa_seq
{
\cosh, \sinh, \tanh, \csch, \sech, \coth,
(, [, \{, \lparen, \lbrack, \lbrace,
\left, \bigl, \Bigl, \biggl, \Biggl,
\lvert, \lceil, \lfloor,
- sum, prod, iter, solve
+ sum, prod, deriv, integ, iter, solve,
+ \eval, \nmcEvaluate, \iter, \nmcIterate, \solve, \nmcSolve,
+ \recur, \nmcRecur, \tabulate, \nmcTabulate, \info, \nmcInfo,
+ \constants, \nmcConstants, \reuse, \nmcReuse
}
\seq_set_from_clist:Nn \l_tmpb_seq
{
@@ -292,14 +263,14 @@
), ], \}, \rparen, \rbrack, \rbrace,
\right, \bigr, \Bigr, \biggr, \Biggr,
\rvert, \rceil, \rfloor,
- term, factor, iteration, step
+ term, factor, bisection, subdivision, iteration, step,
+ eval, eval, iter, iter, solve, solve,
+ recur, recur, table, table, info, info,
+ consts, consts, reuse, reuse
}
\__nmc_subst:NNN \g__nmc_subst_misc_prop \l_tmpa_seq \l_tmpb_seq
-% for variables & \reuse \cs
-\prop_new:N \g__nmc_subst_var_prop
-%---------------------------------------------------------------------------
-% base function variants
+% base function variants %%%%%%%%%%%%%%%%%%%%%%%%
\cs_generate_variant:Nn \tl_if_head_eq_meaning:nNTF { V }
\cs_generate_variant:Nn \tl_if_head_eq_meaning:nNF { V }
\cs_generate_variant:Nn \tl_if_head_eq_meaning_p:nN { V }
@@ -326,14 +297,10 @@
\cs_generate_variant:Nn \file_get:nnN { V }
\cs_generate_variant:Nn \file_get:nnNT { V }
\cs_generate_variant:Nn \file_get:nnNTF { V }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% general purpose routines
-\tl_new:N \l__nmc_A_tl
-\tl_new:N \l__nmc_B_tl
-\tl_new:N \l__nmc_C_tl
-\tl_new:N \l__nmc_L_tl
-\tl_new:N \l__nmc_R_tl
-% prune head from A, place in B; record new head of A in C
+% general purpose routines %%%%%%%%%%%%%%%%%%%%%%
+% \tl_new:N \l__nmc_A_tl etc.
+\clist_map_inline:nn { A,B,C,L,R } { \tl_new:c { l__nmc_#1_tl } }
+% prune head from A, put in B; record new head of A in C
\cs_new_protected:Npn \__nmc_next:
{ \exp_last_unbraced:NV\__nmc_next:w \l__nmc_A_tl\q_stop }
\cs_new_protected:Npn \__nmc_next:w #1#2#3\q_stop
@@ -355,9 +322,9 @@
{ \tl_set:Nx #1 { ( \exp_not:o #1 ) } }
\cs_new_protected:Npn \__nmc_accum_fn_parenth:NNn #1#2#3
{ \tl_put_right:Nx #1 { #3( \exp_not:o #2 ) } }
-
+% (fpify) #2, append to #1
\cs_new_protected:Npn \__nmc_accum_fpify_parenth:NN #1#2
- { % fpify #2, wrap in ( ), append to #1
+ {
\group_begin:
\tl_clear:N \l_tmpa_tl
\__nmc_fpify:VN #2 \l_tmpa_tl
@@ -365,15 +332,15 @@
\group_end:
\__nmc_accum_fn_parenth:NNn #1\l_tmpa_tl{}
}
+ % (fp-ify) next braced arg, append to #1
\cs_new_protected:Npn \__nmc_fpify_next_braced:N #1
- { % fp-ify next braced argument, parenthesize, append to #1
+ {
\__nmc_next:
\__nmc_accum_fpify_parenth:NN #1 \l__nmc_B_tl
}
% wrap #3 in #2 & #4, & append to #1
\cs_new_protected:Npn \__nmc_put_right_wrap:NnNn #1#2#3#4
{ \tl_put_right:Nx #1 { #2 \exp_not:o #3 #4 } }
-
\cs_new_protected:Npn \__nmc_get_arg_L:nN #1#2
{
\tl_set:Nn \l__nmc_L_tl { #1 }
@@ -386,8 +353,8 @@
{ \__nmc_get_arg_LR:NNN #1#2#3 }
\cs_generate_variant:Nn \__nmc_get_arg_L_aux:NNn { NNV }
-% #1 left delim; #2 <-- arg (delims *not* included)
-% #3 right delim (*must* differ from #1)
+% #1 ldelim; #2 <-- arg (delims *not* included)
+% #3 rdelim (*must* differ from #1)
\cs_new_protected:Npn \__nmc_get_arg_LR:NNN #1#2#3
{
\int_set:Nn \l_tmpa_int { 1 }
@@ -404,6 +371,7 @@
{ \tl_put_right:Nn #2 { ##1 } }
{ \tl_put_right:Nn #2 { {##1} } }
}
+
}
\cs_new_protected:Npn \__nmc_get_arg_LR_rdelim:
{
@@ -417,11 +385,11 @@
\tl_map_break:
}
% #1 <== multi-char num poss. in sci notation
-% #2 delim only bool
+% #2 delim: vs fpify: bool
\cs_new_protected:Npn \__nmc_get_dec:NN #1#2
- {
+ {
\tl_set:NV #1 \l__nmc_B_tl
- \__nmc_get_dec_digits:NN #1 \c__nmc_decimals_tl
+ \__nmc_get_dec_digits:Nn #1 { 1234567890. }
\bool_lazy_and:nnT { \l__nmc_sci_num_in_bool }
{ \tl_if_eq_p:NN \l__nmc_C_tl \l__nmc_sci_num_in_tl }
{ \__nmc_get_dec_aux:NN #1#2 }
@@ -438,12 +406,12 @@
}
\cs_new_protected:Npn \__nmc_get_dec_aux:NNn #1#2#3
{
- \tl_if_in:NVTF \c__nmc_digits_tl \l__nmc_C_tl
+ \tl_if_in:nVTF { 123456789 } \l__nmc_C_tl
{
\bool_if:NTF #2
{ \tl_put_right:NV #1 \l__nmc_sci_num_in_tl }
{ \tl_put_right:Nn #1 { #3 } }
- \__nmc_get_dec_digits:NN #1 \c__nmc_sdigits_tl
+ \__nmc_get_dec_digits:Nn #1 { -1234567890 }
}
{
\tl_set_eq:NN \l__nmc_C_tl \l__nmc_sci_num_in_tl
@@ -452,23 +420,24 @@
\tl_put_left:NV \l__nmc_A_tl \l__nmc_sci_num_in_tl
}
}
-\cs_new_protected:Npn \__nmc_get_dec_digits:NN #1#2
+\cs_new_protected:Npn \__nmc_get_dec_digits:Nn #1#2
{
\tl_map_inline:Nn \l__nmc_A_tl
- {
- \tl_if_in:NnTF #2 { ##1 }
- {
+ {
+ \tl_if_in:nnTF { #2 } { ##1 }
+ {
\tl_put_right:Nn #1 { ##1 }
\__nmc_next:
}
{ \tl_map_break: }
}
}
-% for factorial, binom, n-th root, sum/prod
+% intify fp (for !, binom, n-th root, sum/prod)
+% #2(e.g. = 0,1,-1) <= #1(tl) <-- int
\cs_new_protected:Npn \__nmc_intify:Nn #1#2
- { % #1 value; #2 lower bound (e.g. 0,1,-1)
- \int_set:Nn \l_tmpa_int { \l__nmc_intify_round_tl }
- \fp_compare:nTF { { #2 } <= round(#1+0,\l_tmpa_int) = round(#1+0) }
+ {
+ \fp_compare:nTF
+ { { #2 } <= round(#1+0,\l__nmc_intify_round_tl) = round(#1+0) }
{ \tl_set:Nx #1 { \fp_eval:n { round(#1+0) } } }
{
\fp_compare:nNnTF { #2 } = { -inf }
@@ -476,67 +445,77 @@
{ \__nmc_error_what:n { Integer~$\ge#2$~required~in } }
}
}
-%------------------------------------------------
-% explicit/implicit calc. of fn vals (sum/prod, tables, etc.)
-% #1 var; #2 fn; #3 var val (fp); #4 <= fn val at #3
+% calc fn vals; explicit/implicit eval. of vv-list
+% #1(tl) var; #2(tl) fn; #3(fp) var val; #4(fp) <-- fn val
+% mode 0 (no vals in vv-list change)
\cs_new_protected:Npn \__nmc_calc_fn_val:nNnN #1#2#3#4
- {
- \prop_put:Nnx \g__nmc_subst_var_prop { #1 } { \fp_eval:n { #3 } }
- \__nmc_fpify_set:NN #4 #2
+ {
+ \prop_put:Nnx \l__nmc_subst_var_prop { #1 } { \fp_to_tl:n { #3 } }
+ \__nmc_fpify_set:NV #4 #2
}
+\cs_generate_variant:Nn \__nmc_calc_fn_val:nNnN { V }
\cs_new_protected:Npn \__nmc_calc_mode:n #1
{
- \int_set:Nn \l__nmc_mode_int { #1 }
- \int_case:nn { #1 }
- {
+ \tl_set:Nx \l__nmc_mode_tl { \int_eval:n { #1 } }
+ \str_case:Vn \l__nmc_mode_tl
+ {
{ 1 } { \cs_set_eq:NN \__nmc_calc_fn_val:nNnN
\__nmc_calc_fn_vali:nNnN }
{ 2 } { \cs_set_eq:NN \__nmc_calc_fn_val:nNnN
\__nmc_calc_fn_valii:nNnN }
}
}
-\cs_generate_variant:Nn \__nmc_calc_fn_val:nNnN { V }
-
+\cs_generate_variant:Nn \__nmc_calc_mode:n { V }
+% mode 1 (all vals in vv-list may change)
\cs_new_protected:Npn \__nmc_calc_fn_vali:nNnN #1#2#3#4
- { % mode 1 (all vals in vv-list may change)
- \prop_put:Nnx \l__nmc_vv_change_prop { #1 } { \fp_eval:n { #3 } }
+ {
+ \prop_put:Nnx \l__nmc_vv_change_prop { #1 } { \fp_to_tl:n { #3 } }
\__nmc_vv_get_vars_vals:NN \l__nmc_calc_fn_seq \l__nmc_vv_change_prop
- \__nmc_fpify_set:NN #4 #2
+ \__nmc_fpify_set:NV #4 #2
}
+% mode 2 (some vals in vv-list held const.)
\cs_new_protected:Npn \__nmc_calc_fn_valii:nNnN #1#2#3#4
- { % mode 2 (some vals in vv-list held const.)
- \prop_put:Nnx \l__nmc_vv_change_prop { #1 } { \fp_eval:n { #3 } }
+ {
+ \prop_put:Nnx \l__nmc_vv_change_prop { #1 } { \fp_to_tl:n { #3 } }
\clist_map_inline:Nn \g__nmc_unchanged_clist
{
- \prop_get:NnN \g__nmc_subst_var_prop { ##1 } \l__nmc_subst_tl
+ \prop_get:NnN \l__nmc_subst_var_prop { ##1 } \l__nmc_subst_tl
\prop_put:NnV \l__nmc_vv_change_prop { ##1 } \l__nmc_subst_tl
}
\__nmc_vv_get_vars_vals:NN \l__nmc_calc_fn_seq \l__nmc_vv_change_prop
- \__nmc_fpify_set:NN #4 #2
+ \__nmc_fpify_set:NV #4 #2
}
-\cs_new_protected:Npn \__nmc_fpify_set:NN #1#2
- { % fp-set #1 to fpified #2
+% fp-set #1 to fpified #2
+\cs_new_protected:Npn \__nmc_fpify_set:Nn #1#2
+ {
\group_begin:
\tl_clear:N \l_tmpa_tl
- \__nmc_fpify:VN #2 \l_tmpa_tl
+ \__nmc_fpify:nN { #2 } \l_tmpa_tl
\exp_args:NNNV
\group_end:
- \tl_set:Nn \l__nmc_fp_exprn_tl { \l_tmpa_tl }
+ \tl_set:Nn \l__nmc_fp_exprn_tl \l_tmpa_tl
\fp_set:Nn #1 { \l__nmc_fp_exprn_tl }
\__nmc_error_fpflag:
}
-\cs_generate_variant:Nn \__nmc_fpify_set:NN { cc }
-\cs_new_protected:Npn \__nmc_verb:n #1
- { \texttt{ \tl_trim_spaces:n { \tl_to_str:n { #1 } } } }
+\cs_generate_variant:Nn \__nmc_fpify_set:Nn { NV, cv }
+
+\cs_new:Npn \__nmc_verb:n #1
+ { \texttt{\string #1} }
\cs_generate_variant:Nn \__nmc_verb:n { V }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Error handling
+\cs_new:Npn \__nmc_verb:N #1
+ { \texttt{\string #1} }
+\cs_generate_variant:Nn \__nmc_verb:N { c }
+% Error handling %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\seq_new:N \g__nmc_error_where_seq
\bool_new:N \g__nmc_error_bool
-%--------------------------------------
\cs_new_protected:Npn \__nmc_error_where:n #1
- { \seq_gpush:Nn \g__nmc_error_where_seq { #1 } }
-
+ {
+ \seq_gpush:Nn \g__nmc_error_where_seq
+ { #1
+ \int_compare:nNnT { \l__nmc_depth_int } > { 1 }
+ { ~(\int_eval:n { (\l__nmc_depth_int-1)/2 } ) }
+ }
+ }
\cs_new_protected:Npn \__nmc_error_what:n #1
{
\bool_gset_true:N \g__nmc_error_bool
@@ -545,16 +524,18 @@
}
\cs_new_protected:Npn \__nmc_error_msg:n #1
{
+ \tl_set:Nn \l_tmpa_tl { ??? }
\seq_if_empty:NF \g__nmc_error_where_seq
{
\seq_gpop:NN \g__nmc_error_where_seq \l_tmpa_tl
\hbox:n { !!!~ #1 :~\l_tmpa_tl.~!!! }
}
}
-% l3fp exceptions; invalid op triggers a LaTeX *error*, hence:
+% l3fp exceptions; ln(1),cos(90),sin(360) underflow ignored!
+% Invalid op --> LaTeX *error*, hence
\fp_trap:nn { invalid_operation } { flag }
\cs_new_protected:Npn \__nmc_error_fpflag:
- { % ln(1),cos(90),sin(360) => underflow. Ignored!
+ {
\flag_if_raised:nTF { fp_overflow } { \__nmc_flag:n { 1 } }
{ \flag_if_raised:nTF { fp_division_by_zero } { \__nmc_flag:n { 2 } }
{ \flag_if_raised:nT { fp_invalid_operation }
@@ -566,24 +547,17 @@
{
\__nmc_error_what:n
{
- \__nmc_verb:n{l3fp}~error~
- \int_case:nnT { #1 }
- {
- { 1 } { `Overflow' }
- { 2 } { `Division~by~zero' }
- { 3 } { `Invalid~operation' }
- }
- { ~in }
- }
- }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% multi-tok vars (primed, subscripted, ...) to single tok
-% assumes math delims absent
+ \__nmc_verb:n{l3fp}~error~` \clist_item:nn
+ { Overflow, Division~by~zero, Invalid~operation }{ #1 }'~in
+ }
+ }
+%%%%%%%% multi-tok --> single token vars %%%%%%%%
+% no math delims; #1(seq) vv-list; #2(tl) formula
\int_new:N \g__nmc_prep_multitok_int
\tl_new:N \l_nmc_multitoka_tl
\tl_new:N \l_nmc_multitokb_tl
\cs_new_protected:Npn \__nmc_prep_multitok:NN #1#2
- { % #1 vv-list (seq); #2 formula (tl)
+ {
\seq_clear:N \l_tmpa_seq
\seq_map_inline:Nn #1
{
@@ -599,12 +573,12 @@
{ \sort_return_same: }
}
\seq_map_inline:Nn \l_tmpa_seq
- { % multitoks => \_nmca, \_nmcb, etc
+ { % multitoks => \nmc_a, \nmc_b, etc
\int_gincr:N \g__nmc_prep_multitok_int
\tl_set:Nn \l_nmc_multitoka_tl { ##1 }
- \tl_set:Nx \l_nmc_multitokb_tl { \cs:w _nmc\int_to_alph:n
+ \tl_set:Nx \l_nmc_multitokb_tl { \cs:w nmc_\int_to_alph:n
{ \g__nmc_prep_multitok_int } \cs_end: }
- \tl_set:cn { _nmc\int_to_alph:n { \g__nmc_prep_multitok_int } }
+ \tl_set:cn { nmc_\int_to_alph:n { \g__nmc_prep_multitok_int } }
{ ##1 }
\regex_replace_all:nnN
{ \u{l_nmc_multitoka_tl} } { \u{l_nmc_multitokb_tl} } #1
@@ -612,203 +586,231 @@
{ \u{l_nmc_multitoka_tl} } { \u{l_nmc_multitokb_tl} } #2
}
}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \nmcInfo (no. of terms/loops/steps in "infinite" processes)
-\tl_new:N \g__nmc_sum_info_tl
-\tl_new:N \g__nmc_prod_info_tl
-\NewDocumentCommand \nmcInfo { s m }
- {
- \prop_if_in:NnTF \g__nmc_subst_misc_prop { #2 }
- {
- \tl_if_empty:cT { g__nmc_#2_info_tl }
- { \tl_set:cn { g__nmc_#2_info_tl } { 0 } }
- \tl_use:c { g__nmc_#2_info_tl }
- \IfBooleanF { #1 }
- {
- \prop_get:NnN \g__nmc_subst_misc_prop { #2 } \l_tmpb_tl
- \ \l_tmpb_tl % pluralise?
- \int_if_zero:nF { \tl_use:c { g__nmc_#2_info_tl } - 1 } { s }
- }
- }
- {
- \__nmc_error_where:n { info~command }
- \__nmc_error_what:n { Unknown~argument~\__nmc_verb:n { #2 }~in }
- }
- }
-\ProvideDocumentCommand \info {} { \nmcInfo }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\int_new:N \l__nmc_mode_int
-\tl_new:N \l__nmc_formula_tl
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\int_new:N \l__nmc_depth_int
+\tl_new:N \l__nmc_mode_tl
+\tl_new:N \l_nmc_formula_tl
+\fp_new:N \l__nmc_result_fp
+\tl_new:N \l_nmc_result_tl
\tl_new:N \l__nmc_formula_dup_tl
\tl_new:N \l__nmc_fp_expr_tl
\tl_new:N \l__nmc_fp_exprn_tl
-\tl_new:N \l_nmc_result_tl
-\bool_new:N \l__nmc_vv_val_only_bool
-\clist_new:N \l__nmc_vv_clist
-\seq_new:N \l__nmc_vv_visible_seq
-\seq_new:N \l__nmc_vv_all_seq
-\seq_new:N \l__nmc_calc_fn_seq
-\prop_new:N \l__nmc_vv_change_prop
-\tl_new:N \l__nmc_eq_var_tl
-\tl_new:N \l__nmc_eq_val_tl
-\tl_new:N \l__nmc_vv_fp_expr_tl
+\bool_new:N \l__nmc_dbg_count_bool
+\tl_new:N \l__nmc_dbg_vv_tl
+\tl_new:N \l__nmc_dbg_idii_tl
+\tl_new:N \l__nmc_dbg_idiii_tl
+\tl_new:N \l__nmc_dbg_idv_tl
+\seq_new:N \l__nmc_dbg_stored_seq
\int_new:N \l__nmc_round_int
-\int_new:N \l__nmc_sci_num_int
-\int_new:N \l__nmc_prime_int
+\int_new:N \l__nmc_sci_expon_int
+\int_new:N \l__nmc_num_alt_int
\tl_new:N \l__nmc_bool_F_tl
\tl_new:N \l__nmc_bool_T_tl
\bool_new:N \l__nmc_TF_out_bool
\bool_new:N \l__nmc_allow_TF_out_bool
\bool_new:N \l__nmc_sci_num_x_bool
-\bool_new:N \l__nmc_sci_num_table_bool
-\tl_new:N \l__nmc_punc_tl
-\tl_new:N \l__nmc_math_delimi_tl
-\tl_new:N \l__nmc_math_delimii_tl
+\bool_new:N \l__nmc_sci_num_table_bool
+\bool_new:N \l__nmc_vv_val_only_bool
+\bool_new:N \l__nmc_vv_invisible_bool
+\clist_new:N \l__nmc_vv_clist
+\seq_new:N \l__nmc_vv_visible_seq
+\seq_new:N \l__nmc_vv_no_consts_seq
+\seq_new:N \l__nmc_vv_all_seq
+\seq_new:N \l__nmc_calc_fn_seq
+\prop_new:N \l__nmc_vv_change_prop
+\tl_new:N \l__nmc_eq_var_tl
+\tl_new:N \l__nmc_eq_val_tl
+\tl_new:N \l__nmc_vv_fp_expr_tl
+\tl_new:N \l__nmc_punc_tl
+\tl_new:N \l__nmc_math_delimi_tl
+\tl_new:N \l__nmc_math_delimii_tl
\bool_new:N \l__nmc_wraps_math_bool
% ##1 = number-only switch, ##2 = keyval settings,
-% ##3 = formula, ##4 = vv-list, ##5 = number format,
-% #1 = \nmcCommand, #2 = id, #3 =short-name cmd
-\cs_new_protected:Npn \nmc_define:nnN #1#2#3
- {
- \NewDocumentCommand { #1 } { s O{} m O{} O{} }
- {
- \bool_gset_false:N \g__nmc_error_bool
+% ##3 = formula, ##4 = vv-list, ##5 = number-format spec.,
+% #1 = \nmcCommand, #2 = cmd id, #3 = short-name cmd
+\cs_new_protected:Npn \nmc_define:NnN #1#2#3
+ {
+ \NewDocumentCommand #1 { s O{} m O{} O{} }
+ {
\group_begin:
- \bool_set_eq:NN \l__nmc_num_only_bool ##1
- \__nmc_get_inputs:nnnnn { #2 } { ##2 } { ##3 } {##4 } {##5 }
- \bool_if:NF \g__nmc_error_bool
- { \use:c { __nmc_#2_process: } }
- \int_if_zero:nTF { \l__nmc_debug_int }
- {
- \bool_if:NF \g__nmc_error_bool
- { \use:c { __nmc_#2_display: } }
- }
- { \__nmc_debug_display:nn { \l__nmc_debug_int } { #2 } }
+ \__nmc_initialize:Nn ##1 { #2 }
+ \__nmc_inputs_get:nnnnn { #2 } { ##2 } { ##3 } {##4 } {##5 }
+ \bool_if:NF \g__nmc_error_bool
+ { \use:c { __nmc_#2_process: } }
+ \int_if_zero:nTF { \l__nmc_dbg_int }
+ {
+ \bool_if:NF \g__nmc_error_bool
+ { \use:c { __nmc_#2_display: } }
+ }
+ { \__nmc_dbg_display:nn { \l__nmc_dbg_int } { #2 } }
\group_end:
}
- \ProvideDocumentCommand { #3 } { } { #1 }
+ \ProvideDocumentCommand #3 {} { #1 }
+ \cs_new_protected:cpn { __nmc_#2_vv_digest:N } ##1
+ { }
+ \clist_map_inline:nn { initialize, settings_digest, process, display }
+ { \cs_new_protected:cpn { __nmc_#2_##1: } { \prg_do_nothing: } }
}
-\nmc_define:nnN { \nmcEvaluate } { eval } \eval
+\nmc_define:NnN \nmcEvaluate { eval } \eval
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\cs_new_protected:Npn \__nmc_get_inputs:nnnnn #1#2#3#4#5
- {
- \__nmc_settings_get:nn { #1 }{ #2 }
+\cs_new_protected:Npn \__nmc_initialize:Nn #1#2
+ {
+ \bool_gset_false:N \g__nmc_error_bool
+ \bool_set_eq:NN \l__nmc_num_only_bool #1
+ \bool_set_false:N \l__nmc_sci_num_out_bool
+ \bool_set_false:N \l__nmc_sci_num_x_bool
+ \bool_set_false:N \l__nmc_sci_num_table_bool
+ \int_incr:N \l__nmc_depth_int
+ \int_compare:nNnT \l__nmc_depth_int > { 1 } % for nesting
+ { \bool_set_true:N \l__nmc_num_only_bool }
+ \prop_concat:NNN \l__nmc_subst_var_prop
+ \g__nmc_subst_var_prop \l__nmc_subst_var_prop
+ \tl_set:Nn \l__nmc_dbg_idii_tl { vv-list }
+ \use:c { __nmc_#2_initialize: }
+ }
+\cs_new_protected:Npn \__nmc_inputs_get:nnnnn #1#2#3#4#5
+ {
+ \__nmc_error_where:n { settings }
+ \tl_if_empty:nF { #2 }
+ {
+ \keys_set_known:nn { numerica/generic } { #2 }
+ \keys_set_known:xn { numerica/#1 }{ #2 }
+ }
\use:c { __nmc_#1_settings_digest: }
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
\bool_if:NF \g__nmc_error_bool
{
\mode_if_math:TF
- { \tl_set:Nn \l__nmc_formula_tl { #3 } }
+ { \tl_set:Nn \l_nmc_formula_tl { #3 } }
{ \__nmc_math_delims:n { #3 } }
- \tl_set_eq:NN \l__nmc_formula_dup_tl \l__nmc_formula_tl
+ \tl_set_eq:NN \l__nmc_formula_dup_tl \l_nmc_formula_tl
}
\bool_if:NF \g__nmc_error_bool
- {
- \tl_if_in:nnTF { #4 } { = }
- { % vv-list
+ {
+ \tl_if_in:nnTF { #4 } { = }% vv-list
+ {
+ \__nmc_get_num_format:n { #5 }
+ \__nmc_error_where:n { variable\,=\,value~list }
\__nmc_vv_extract_visible:nN { #4 } \l__nmc_vv_clist
\use:c { __nmc_#1_vv_digest:N } \l__nmc_vv_clist
- \bool_if:NF \g__nmc_error_bool
- { % number format
- \tl_if_empty:nF { #5 }
- { \__nmc_get_num_format:nn { #5 } { #1 } }
- }
}
- { % if empty vv-list
+ { % empty vv-list
+ \__nmc_get_num_format:n { #4#5 }
+ \use:c { __nmc_#1_vv_digest:N } \c_empty_clist
\tl_clear:N \l__nmc_vv_inline_tl
\tl_clear:N \l__nmc_vv_display_tl
- \__nmc_get_num_format:nn { #4#5 } { #1 }
+ \bool_set_true:N \l__nmc_vv_invisible_bool
}
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
}
}
-\cs_new_protected:Npn \__nmc_settings_get:nn #1#2
- { % #1 = iter,solve,recur,table; #2 = settings
- \__nmc_error_where:n { settings }
- \tl_if_empty:nF { #2 }
- {
- \keys_set_known:nn { numerica/generic } { #2 }
- \keys_set_known:xn { numerica/#1 }{ #2 }
- }
- }
-\cs_new_protected:Npn \__nmc_debug_display:nn #1#2
- { \__nmc_debug_display:xnn { \mode_if_math:TF { ed }{ * } } { #1 } { #2 } }
-\cs_new_protected:Npn \__nmc_debug_display:nnn #1#2#3
- { % #2 dbg int #3 fn id
- \__nmc_if_mod_zero:nnT { #2 } { 5 }
- { \__nmc_debug_stored:N \l_tmpb_tl }
- \raggedright
+%%%%%%%%%%%%%%%%% debug routines %%%%%%%%%%%%%%%%
+\cs_new_protected:Npn \__nmc_dbg_display:nn #1#2
+ { \__nmc_dbg_display:xnn { \mode_if_math:TF { ed }{ * } } { #1 } { #2 } }
+\cs_new_protected:Npn \__nmc_dbg_display:nnn #1#2#3
+ { % #2 dbg int, #3 fn id
+ \seq_reverse:N \l__nmc_vv_all_seq
+ \raggedright
\begin{ align#1 }
- \__nmc_debug_display:xnnn { \seq_use:Nn \l__nmc_vv_all_seq { ,~ } }
- { #2 } { 2 } { vv-list }
- \__nmc_debug_display:Vnnn \l__nmc_formula_tl { #2 } { 3 } { formula }
- \__nmc_debug_display:Vnnn \l_tmpb_tl { #2 } { 5 } { stored }
- \__nmc_debug_display:Vnnn \l__nmc_fp_expr_tl { #2 } { 7 } { fp-form }
- \bool_if:nT
- {
- !\g__nmc_error_bool &&
- \__nmc_if_mod_zero_p:nn { #2 } { 7 } &&
- !\str_if_eq_p:nn { #3 } { table }
- }
- { \text{result:} & \quad \l_nmc_result_tl }
- \__nmc_debug_display:Vnnn \l__nmc_reuse_retrieved_tl
- { #2 } { 99991 } { Saved }
+ \__nmc_if_mod_zero:nnT { #2 } { 2 }
+ { \__nmc_dbg:Nnn \l__nmc_dbg_vv_tl { #2 } \l__nmc_dbg_idii_tl }
+ \__nmc_if_mod_zero:nnT { #2 } { 3 }
+ { \__nmc_dbg:Nnn \l_nmc_formula_tl { #2 } \l__nmc_dbg_idiii_tl }
+ \__nmc_if_mod_zero:nnT { #2 } { 5 }
+ {
+ \__nmc_dbg_stored:
+ \__nmc_dbg:Nnn \l_tmpa_tl { #2 } \l__nmc_dbg_idv_tl
+ }
+ \__nmc_if_mod_zero:nnT { #2 } { 7 }
+ {
+ \__nmc_dbg:Nnn \l__nmc_fp_expr_tl { #2 } { fp-form }
+ \bool_if:nT { !\g__nmc_error_bool
+ && !\str_if_eq_p:nn { #3 } { table } }
+ { \\ \text{result:} & \quad \text{\l_nmc_result_tl } }
+ }
\end{ align#1 }
+ \bool_set_false:N \l__nmc_dbg_count_bool
}
-\cs_generate_variant:Nn \__nmc_debug_display:nnn { x }
-
-\cs_new_protected:Npn \__nmc_debug_stored:N #1
- {
- \tl_clear:N \l_tmpa_tl
- \tl_if_empty:NF \l__nmc_reuse_retrieved_tl
+\cs_generate_variant:Nn \__nmc_dbg_display:nnn { x }
+
+\cs_new_protected:Npn \__nmc_dbg_vv_view:n #1
+ {
+ \seq_set_eq:NN \l__nmc_vv_no_consts_seq \l__nmc_vv_all_seq
+ \int_step_inline:nn { \seq_count:N \g__nmc_consts_vv_seq }
+ { \seq_pop:NN \l__nmc_vv_no_consts_seq \l__nmc_toss_tl }
+ \seq_reverse:N \l__nmc_vv_no_consts_seq
+ \int_step_inline:nn { #1 }
+ { \seq_pop:NN \l__nmc_vv_no_consts_seq \l__nmc_toss_tl }
+ \tl_gset:Nx \l__nmc_dbg_vv_tl
+ { \seq_use:Nn \l__nmc_vv_no_consts_seq {,~} }
+ }
+\cs_new_protected:Npn \__nmc_dbg_get_data:
+ {
+ \seq_clear:N \l__nmc_dbg_stored_seq
+ \__nmc_dbg_vv_view:n { 0 }
+ \seq_map_inline:Nn \l__nmc_vv_no_consts_seq
{
- \clist_map_inline:Nn \l__nmc_reuse_retrieved_tl
- { \tl_put_left:Nx \l_tmpa_tl { \exp_not:o { \use_i:nn ##1 }; } }
- \tl_replace_all:Nnn \l_tmpa_tl { ~; } { ; }
+ \__nmc_split_eq:w ##1\q_stop
+ \prop_get:NVN \l__nmc_subst_var_prop \l__nmc_eq_var_tl \l_tmpa_tl
+ \tl_put_left:Nn \l_tmpa_tl { = }
+ \tl_put_left:NV \l_tmpa_tl \l__nmc_eq_var_tl
+ \seq_put_right:NV \l__nmc_dbg_stored_seq \l_tmpa_tl
}
- \tl_clear:N #1
- \prop_map_inline:Nn \g__nmc_subst_var_prop
+ }
+\cs_new_protected:Npn \__nmc_dbg_stored:
+ {
+ \seq_clear:N \l_tmpa_seq
+ \seq_map_inline:Nn \l__nmc_dbg_stored_seq
{
- \str_if_in:NnF \l_tmpa_tl { ##1; }
- { \tl_put_right:Nn #1 { ##1=##2,~ } }
+ \prop_get:NnNTF \l__nmc_subst_var_prop { ##1 } \l_tmpa_tl
+ {
+ \tl_put_left:Nn \l_tmpa_tl { ##1= }
+ \seq_put_right:NV \l_tmpa_seq \l_tmpa_tl
+ }
+ { \seq_put_right:Nn \l_tmpa_seq { ##1 } }
}
- \tl_set:Nx #1 { \tl_range:Nnn #1 { 1 } { -2 } }
+ \tl_gset:Nx \l_tmpa_tl { \seq_use:Nn \l_tmpa_seq {,~} }
}
-\cs_new:Npn \__nmc_debug_display:nnnn #1#2#3#4
+\cs_new:Npn \__nmc_dbg:Nnn #1#2#3
{
- \__nmc_if_mod_zero:nnT { #2 } { #3 }
- { \hbox:n { #4:} & \quad
- \int_compare:nNnTF { #2 } > { 0 }
- { \vbox_top:n } { \hbox:n } { \tl_to_str:n { #1 } } \\ }
- }
-\cs_generate_variant:Nn \__nmc_debug_display:nnnn { V, x }
-%%%%%%%%% formula, delimiters %%%%%%%%%%%
-% delimiters
-% #1(tl) = formula
+ \bool_if:NT \l__nmc_dbg_count_bool { \\ }
+ \hbox:n { #3:} & \quad
+ \int_compare:nNnTF { #2 } > { 0 }
+ { \vbox_top:n } { \hbox:n } { \tl_to_str:N #1 }
+ \bool_set_true:N \l__nmc_dbg_count_bool
+ }
+\cs_generate_variant:Nn \__nmc_dbg_display:nnnn { V, x }
+%%%%%%%%%%%%%% formula, delimiters %%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_math_delims:n #1
- {
- \tl_set:Nn \l__nmc_formula_tl { #1 }
- \tl_trim_spaces:N \l__nmc_formula_tl
+ { % #1 formula
+ \tl_set:Nn \l_nmc_formula_tl { #1 }
+ \tl_trim_spaces:N \l_nmc_formula_tl
\bool_set_true:N \l__nmc_wraps_math_bool
% $ ?
- \tl_if_head_eq_meaning:VNTF \l__nmc_formula_tl $
+ \tl_if_head_eq_meaning:VNTF \l_nmc_formula_tl $
{ \__nmc_math_delims_aux:n { 1 } }
- { % \[ ?
- \tl_if_head_eq_meaning:VNTF \l__nmc_formula_tl \[
+ {
+ \tl_if_head_eq_meaning:VNTF \l_nmc_formula_tl \(
{ \__nmc_math_delims_aux:n { 1 } }
- { %\begin{environ} ?
- \tl_if_head_eq_meaning:VNTF \l__nmc_formula_tl \begin
- { \__nmc_math_delims_aux:n { 2 } }
- {
- \__nmc_math_delims_aux:nn { \[ } { \] }
- \bool_set_false:N \l__nmc_wraps_math_bool
- }
- }
+ { % \[ ?
+ \tl_if_head_eq_meaning:VNTF \l_nmc_formula_tl \[
+ { \__nmc_math_delims_aux:n { 1 } }
+ { %\begin{environ} ?
+ \tl_if_head_eq_meaning:VNTF \l_nmc_formula_tl \begin
+ { \__nmc_math_delims_aux:n { 2 } }
+ {
+ \__nmc_math_delims_aux:nn { \[ } { \] }
+ \bool_set_false:N \l__nmc_wraps_math_bool
+ }
+ }
+ }
}
- \tl_trim_spaces:N \l__nmc_formula_tl
+ \tl_trim_spaces:N \l_nmc_formula_tl
\bool_if:NTF \l__nmc_num_only_bool
{ \__nmc_math_delims_aux:nn {}{} }
{
\bool_if:NT \l__nmc_vv_multline_bool
- { \__nmc_math_delims_mliner:V \l__nmc_eq_num_tl }
+ { \__nmc_math_delims_mliner:V \l__nmc_eqn_num_tl }
}
}
\cs_new:Npn \__nmc_math_delims_mliner:n #1
@@ -823,12 +825,11 @@
\cs_new_protected:Npn \__nmc_math_delims_aux:n #1
{
\__nmc_math_delims_aux:xx
- { \tl_range:Nnn \l__nmc_formula_tl { 1 } { #1 } }
- { \tl_range:Nnn \l__nmc_formula_tl { -#1 } { -1 } }
+ { \tl_range:Nnn \l_nmc_formula_tl { 1 } { #1 } }
+ { \tl_range:Nnn \l_nmc_formula_tl { -#1 } { -1 } }
\int_set:Nn \l_tmpa_int { #1 + 1 }
- \tl_set:Nx \l__nmc_formula_tl
- { \tl_range:Nnn \l__nmc_formula_tl { \l_tmpa_int }
- { -\l_tmpa_int } }
+ \tl_set:Nx \l_nmc_formula_tl
+ { \tl_range:Nnn \l_nmc_formula_tl { \l_tmpa_int } { -\l_tmpa_int } }
}
\cs_new_protected:Npn \__nmc_math_delims_aux:nn #1#2
{
@@ -836,50 +837,213 @@
\tl_set:Nn \l__nmc_math_delimii_tl { #2 }
}
\cs_generate_variant:Nn \__nmc_math_delims_aux:nn { xx }
-%%%%%%%%%% vv-list routines %%%%%%%%%%%
+
+%%%%%%%%%% number-formatting routines %%%%%%%%%%%
+\cs_new_protected:Npn \__nmc_get_num_format:n #1
+ {
+ \__nmc_error_where:n { result~format~spec. }
+ \str_set:Nn \l_tmpa_str { #1 }
+ \tl_clear:N \l_tmpa_tl
+ \int_zero:N \l__nmc_num_alt_int
+ \str_if_in:NnTF \l_tmpa_str { ? }
+ { \__nmc_num_bool_spec: }
+ {
+ \str_if_in:NnT \l_tmpa_str { * }
+ {
+ \bool_set_true:N \l__nmc_pad_zeros_bool
+ \str_remove_all:Nn \l_tmpa_str { * }
+ }
+ }
+ \str_map_inline:Nn \l_tmpa_str
+ {
+ \str_if_in:nnTF { 1234567890- } { ##1 }
+ { \tl_put_right:Nn \l_tmpa_tl { ##1 } }
+ { \__nmc_num_sci_spec:n { ##1 } }
+ }
+ \tl_if_empty:NF \l_tmpa_tl
+ { \int_set:Nn \l__nmc_round_int \l_tmpa_tl }
+ \int_compare:nNnT { \l__nmc_depth_int } > { 2 }
+ { \__nmc_num_deep_output:N \l_tmpa_tl }
+ \bool_if:NF \g__nmc_error_bool
+ { \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl }
+ }
+\cs_new_protected:Npn \__nmc_num_bool_spec:
+ {
+ \bool_set_eq:NN \l__nmc_TF_out_bool \l__nmc_allow_TF_out_bool
+ \int_incr:N \l__nmc_num_alt_int
+ \str_remove_once:Nn \l_tmpa_str { ? }
+ \str_if_in:NnT \l_tmpa_str { ? }
+ {
+ \int_incr:N \l__nmc_num_alt_int
+ \str_remove_once:Nn \l_tmpa_str { ? }
+ \str_if_in:NnT \l_tmpa_str { ? }
+ {
+ \int_incr:N \l__nmc_num_alt_int
+ \str_remove_all:Nn \l_tmpa_str { ? }
+ }
+ }
+ \bool_if:NT \l__nmc_num_only_bool
+ { \int_set:Nn \l__nmc_num_alt_int { 1 } }
+ }
+\cs_new_protected:Npn \__nmc_num_sci_spec:n #1
+ {
+ \str_case:nn { #1 }
+ {
+ { x } { \bool_set_true:N \l__nmc_sci_num_x_bool }
+ { t } { \bool_set_true:N \l__nmc_sci_num_table_bool }
+ }
+ \tl_set:Nn \l__nmc_sci_num_out_tl { #1 }
+ \bool_set_true:N \l__nmc_sci_num_out_bool
+ \int_incr:N \l__nmc_num_alt_int
+ }
+\cs_new_protected:Npn \__nmc_num_deep_output:N #1
+ {
+ \bool_set_true:N \l__nmc_sci_num_out_bool
+ \bool_set_false:N \l__nmc_sci_num_x_bool
+ \bool_set_false:N \l__nmc_sci_num_table_bool
+ \tl_set:Nn \l__nmc_sci_num_out_tl { e }
+ \bool_set_false:N \l__nmc_pad_zeros_bool
+ \int_zero:N \l__nmc_num_alt_int
+ }
+%%%%%%%%%%
+% #1=fpify-ed in; #2=tl fmt'ed out; #3=int rnd; #4 sci bool
+\cs_new_protected:Npn \__nmc_num_format:nNnN #1#2#3#4
+ {
+ \bool_if:NTF \l__nmc_TF_out_bool
+ { \__nmc_num_bool_out:nNn { #1 } #2 { \l__nmc_num_alt_int } }
+ {
+ \bool_if:NTF #4
+ {
+ \exp_last_unbraced:Nx \__nmc_sci_output_aux:wNn
+ { \fp_to_scientific:n { #1 } } \q_stop #2 { #3 }
+ }
+ { \__nmc_num_format_decimal:nNn { #1 } #2 { #3 } }
+ }
+ }
+\cs_new_protected:Npn \__nmc_num_bool_out:nNn #1#2#3
+ {
+ \fp_compare:nNnTF { 0 } = { #1 }
+ { \tl_set:Nx #2 { \clist_item:nn {0,F,\texttt{F}} { #3 } } }
+ { \tl_set:Nx #2 { \clist_item:nn {1,T,\texttt{T}} { #3 } } }
+ }
+\cs_new_protected:Npn \__nmc_num_format_decimal:nNn #1#2#3
+ {
+ \tl_set:Nx #2 { \fp_eval:n { 0 + round( #1, #3 ) } }
+ \__nmc_error_fpflag:
+ \bool_if:NF \g__nmc_error_bool
+ {
+ \int_set:Nn \l__nmc_num_sgn_int { \fp_sign:n { #2 } }
+ \bool_lazy_and:nnT { \l__nmc_pad_zeros_bool }
+ { \int_compare_p:nNn { #3 } > { 0 } }
+ { \__nmc_num_pad:Nn #2 { #3 } }
+ }
+ }
+\cs_new_protected:Npn \__nmc_num_pad:Nn #1#2
+ {
+ \tl_if_in:NnTF #1 { . }
+ { \tl_set:Nx #1 { \__nmc_num_pad_aux:Vn #1 { #2 } } }
+ { \tl_set:Nx #1 { \__nmc_num_pad_aux:Vn { #1.} { #2 } } }
+ }
+\cs_new:Npn \__nmc_num_pad_aux:nn #1#2
+ { \__nmc_num_pad:wN #1\q_stop { #2 } }
+\cs_generate_variant:Nn \__nmc_num_pad_aux:nn { V }
+\cs_new:Npn \__nmc_num_pad:wN #1.#2\q_stop#3
+ {
+ \int_if_zero:nTF { #3 } { #1 }
+ { #1.#2\prg_replicate:nn { #3 - \tl_count:n { #2 } } { 0 } }
+ }
+\cs_new_protected:Npn \__nmc_sci_output_aux:wNn #1e#2\q_stop#3#4
+ { % #1e#2=fp input; #3=formatted tl out; #4 = rounding
+ \tl_set:Nx #3 { \fp_eval:n { 0 + round( #1, #4 ) } }
+ \__nmc_error_fpflag:
+ \bool_if:NF \g__nmc_error_bool
+ {
+ \int_set:Nn \l__nmc_sci_expon_int { #2 }
+ \tl_if_eq:VnT #3 { 10 }
+ {
+ \int_incr:N \l__nmc_sci_expon_int
+ \tl_set:Nn #3 { 1 }
+ }
+ \bool_if:NT \l__nmc_pad_zeros_bool
+ { \__nmc_num_pad:Nn #3 { #4 } }
+ \bool_lazy_or:nnT { !\int_if_zero_p:n { \l__nmc_sci_expon_int } }
+ { \int_compare_p:nNn { \l__nmc_num_alt_int } > { 1 } }
+ {
+ \bool_if:NTF \l__nmc_sci_num_table_bool
+ { \tl_put_left:Nx #3 { \__nmc_sci_num_table:n { #2 } } }
+ {
+ \tl_put_right:Nx #3 { \__nmc_sci_write:n
+ { \int_use:N \l__nmc_sci_expon_int } }
+ }
+ }
+ }
+ \int_set:Nn \l__nmc_num_sgn_int { \fp_sign:n { #1 } } % tables
+ }
+\cs_new:Npn \__nmc_sci_write:n #1
+ { % #1 exponent
+ \int_compare:nNnTF { \l__nmc_depth_int } > { 2 }
+ { e#1 }
+ {
+ \bool_if:NTF \l__nmc_sci_num_x_bool
+ { \exp_not:N \times 10^{#1} }
+ { \hbox:n { \l__nmc_sci_num_out_tl {#1} } }
+ }
+ }
+\cs_new:Npn \__nmc_sci_num_table:n #1
+ { (#1)\exp_not:n {\,} }
+% vv-list routines %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_vv_extract_visible:nN #1#2
{ % #2 reverses #1
- \clist_clear:N #2
\seq_clear:N \l__nmc_vv_visible_seq
\clist_set:Nn \l_tmpa_clist { #1 }
\mode_if_math:F
{
- \tl_remove_all:Nn \l_tmpa_clist { $ }
- \tl_if_head_eq_charcode:VNT \l_tmpa_clist \[
- {
- \tl_remove_once:Nn \l_tmpa_clist { \[ }
- \tl_remove_once:Nn \l_tmpa_clist { \] }
- }
+ \__nmc_vv_remove_delims:N \l_tmpa_clist
\tl_trim_spaces:N \l_tmpa_clist
- }
- \clist_map_inline:Nn \l_tmpa_clist
- {
+ }
+ \clist_clear:N #2
+ \clist_map_inline:Nn \l_tmpa_clist % to remove { }
+ {
\tl_if_head_is_group:nTF { ##1 }
- { % to remove { }
- \clist_put_left:Nx #2
- { \tl_head:n { ##1 } \tl_tail:n { ##1 } }
- }
+ { \clist_put_left:Nx #2 { \tl_head:n { ##1 } \tl_tail:n { ##1 } } }
{
\seq_put_right:Nn \l__nmc_vv_visible_seq { ##1 }
- \tl_if_head_eq_meaning:nNF { ##1 } \\
- { \clist_put_left:Nn #2 { ##1 } }
+ \clist_put_left:Nn #2 { ##1 }
}
}
- \tl_replace_once:Nnx \l__nmc_vv_inline_tl { vv }
- { \seq_use:Nn \l__nmc_vv_visible_seq { , } }
- \tl_replace_once:Nnx \l__nmc_vv_display_tl { vv }
- { \seq_use:Nn \l__nmc_vv_visible_seq { , } }
+ \__nmc_vv_subst_style:
}
-\cs_new_protected:Npn \__nmc_vv_digest:N #1
+\cs_new_protected:Npn \__nmc_vv_remove_delims:N #1
+ {
+ \exp_args:Nx\str_case:nn { \tl_head:N #1 }
+ {
+ { $ } { \tl_remove_all:Nn #1 { $ } }
+ { \( } { \tl_map_inline:nn {\(\)} { \tl_remove_once:Nn #1 { ##1 } } }
+ { \[ } { \tl_map_inline:nn {\[\]} { \tl_remove_once:Nn #1 { ##1 } } }
+ }
+ }
+\cs_new_protected:Npn \__nmc_vv_subst_style:
{
+ \seq_if_empty:NTF \l__nmc_vv_visible_seq
+ { \bool_set_true:N \l__nmc_vv_invisible_bool }
+ {
+ \tl_map_inline:nn { \l__nmc_vv_inline_tl \l__nmc_vv_display_tl }
+ { \tl_replace_once:Nnx ##1 { vv }
+ { \seq_use:Nn \l__nmc_vv_visible_seq { , } } }
+ }
+ }
+\cs_new_protected:Npn \__nmc_vv_digest:N #1
+ {
\seq_set_from_clist:NN \l__nmc_vv_all_seq #1
- \__nmc_error_where:n { variable\,=\,value~list }
+ \seq_concat:NNN \l__nmc_vv_all_seq
+ \g__nmc_consts_vv_seq \l__nmc_vv_all_seq
\bool_if:NT \l__nmc_multitok_bool
- { \__nmc_prep_multitok:NN \l__nmc_vv_all_seq \l__nmc_formula_tl }
+ { \__nmc_prep_multitok:NN \l__nmc_vv_all_seq \l_nmc_formula_tl }
\__nmc_vv_get_vars_vals:NN \l__nmc_vv_all_seq \c_empty_prop
}
+% #1(seq) vv-list;#2(prop) changed vars (implicit-mode)
\cs_new_protected:Npn \__nmc_vv_get_vars_vals:NN #1#2
- { % #1(seq) vv-list;#2(prop) changed vars (implicit-mode)
+ {
\seq_set_eq:NN \l_tmpa_seq #1
\seq_clear:N \l__nmc_calc_fn_seq
\seq_map_inline:Nn \l_tmpa_seq
@@ -897,15 +1061,11 @@
\bool_if:NF \g__nmc_error_bool
{ \__nmc_vv_record:NVN \l__nmc_eq_var_tl \l__nmc_eq_val_tl #2 }
}
+% changed `var=vals in prop #3
\cs_new_protected:Npn \__nmc_vv_record:NnN #1#2#3
{
- \bool_if:NF \l__nmc_vv_val_only_bool
- { % record the var
- \prop_put_if_new:Non \g__nmc_class_prop #1
- { \__nmc_fpify_var: \__nmc_delim_var: }
- }
\prop_get:NVNF #3 #1 \l__nmc_vv_fp_expr_tl
- { % fp-ify & calc. (changed `var=val's in prop #3)
+ {
\tl_clear:N \l__nmc_vv_fp_expr_tl
\__nmc_fpify:nN { #2 } \l__nmc_vv_fp_expr_tl
}
@@ -917,22 +1077,18 @@
{ \__nmc_vv_write:VN #1 \l__nmc_vv_fp_expr_tl }
}
\cs_generate_variant:Nn \__nmc_vv_record:NnN { NV }
-
+% #1 = var; #2 = val as fp expr.
\cs_new_protected:Npn \__nmc_vv_write:nN #1#2
- { % #1 = var; #2 = val as fp expr.
+ {
\tl_if_empty:NF #2
{
\tl_if_eq:VnTF #2 { inf }
- { \prop_put:Nnn \g__nmc_subst_var_prop { #1 } { inf } }
- {
- \prop_put:Nnx \g__nmc_subst_var_prop
- { #1 } { \fp_eval:n { #2 } }
- \__nmc_error_fpflag:
- }
+ { \prop_put:Nnn \l__nmc_subst_var_prop { #1 } { inf } }
+ { \prop_put:Nnx \l__nmc_subst_var_prop { #1 } { \fp_to_tl:n {#2} } }
+ \__nmc_error_fpflag:
}
}
\cs_generate_variant:Nn \__nmc_vv_write:nN { V }
-% split var=val
\cs_new_protected:Npn \__nmc_vv_split_item:n #1
{
\bool_set_false:N \l__nmc_vv_val_only_bool
@@ -949,163 +1105,48 @@
}
\cs_generate_variant:Nn \__nmc_vv_split_item:n { V }
\cs_new_protected:Npn \__nmc_split_eq:w #1=#2\q_stop
- {
+ {
\tl_set:Nn \l__nmc_eq_var_tl { #1 }
\tl_trim_spaces:N \l__nmc_eq_var_tl
\tl_set:Nn \l__nmc_eq_val_tl { #2 }
}
-%%%%%%%%%% number-formatting routines %%%%%%%%%%
-\cs_new_protected:Npn \__nmc_get_num_format:nn #1#2
- {
- \__nmc_error_where:n { result~format~spec. }
- \tl_clear:N \l_tmpa_tl
- \str_map_inline:nn { #1 }
- {
- \str_if_in:NnTF \c__nmc_sdigits_tl { ##1 }
- { \tl_put_right:Nn \l_tmpa_tl { ##1 } }
- {
- \str_if_eq:nnTF { ##1 } { * }
- { \bool_set_true:N \l__nmc_pad_zeros_bool }
- {
- \bool_set_true:N \l__nmc_sci_num_out_bool
- \str_case:nnF { ##1 }
- {
- { x } { \bool_set_true:N \l__nmc_sci_num_x_bool
- \tl_set:Nn \l__nmc_sci_num_out_tl { ##1 } }
- { t } { \bool_set_true:N \l__nmc_sci_num_table_bool }
- { ' } { \int_incr:N \l__nmc_prime_int }
- }
- { \tl_set:Nn \l__nmc_sci_num_out_tl { ##1 } }
- }
- }
- }
- \str_if_in:nnT { #1 } { ? }
- {
- \bool_set_eq:NN \l__nmc_TF_out_bool \l__nmc_allow_TF_out_bool
- \bool_set_false:N \l__nmc_sci_num_out_bool
- }
- \tl_if_empty:NF \l_tmpa_tl
- { \int_set:Nn \l__nmc_round_int \l_tmpa_tl }
- \bool_if:NT \l__nmc_TF_out_bool
- {
- \bool_if:NTF \l__nmc_num_only_bool
- { \__nmc_num_TF_format:n { 1 } }
- { \__nmc_num_TF_format:n { 1 + \l__nmc_prime_int } }
- }
- \bool_if:NF \g__nmc_error_bool
- { \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl }
- }
-%%%%%%%%%%
-\cs_new_protected:Npn \__nmc_num_TF_format:n #1
- {
- \tl_set:Nx \l__nmc_bool_F_tl { \seq_item:Nn \c__nmc_F_out_seq { #1 } }
- \tl_set:Nx \l__nmc_bool_T_tl { \seq_item:Nn \c__nmc_T_out_seq { #1 } }
- }
-\cs_new_protected:Npn \__nmc_num_format:nNnN #1#2#3#4
- { % #1=fpf'ied in; #2=tl fmt'ed out; #3=int rnd; #4 sci bool
- \bool_if:NTF \l__nmc_TF_out_bool
- {
- \tl_set:Nx #2 { \fp_compare:nNnTF { 0 } = { #1 }
- { \exp_not:o \l__nmc_bool_F_tl }
- { \exp_not:o \l__nmc_bool_T_tl } }
- }
- {
- \bool_if:NTF #4
- {
- \exp_last_unbraced:Nx \__nmc_sci_output_aux:wNn
- { \fp_to_scientific:n { #1 } } \q_stop #2 { #3 }
- }
- { \__nmc_num_format_decimal:nNn { #1 } #2 { #3 } }
- }
- }
-\cs_new_protected:Npn \__nmc_num_format_decimal:nNn #1#2#3
+% eval-specific routines %%%%%%%%%%%%%%%%%%%%%%%%
+\cs_gset_protected:Npn \__nmc_eval_initialize:
{
- \tl_set:Nx #2 { \fp_eval:n { 0 + round( #1, #3 ) } }
- \__nmc_error_fpflag:
- \bool_if:NF \g__nmc_error_bool
- {
- \int_set:Nn \l__nmc_num_sgn_int { \fp_sign:n { #2 } }
- \bool_lazy_and:nnT { \l__nmc_pad_zeros_bool }
- { \int_compare_p:nNn { #3 } > { 0 } }
- {
- \tl_if_in:NnTF #2 { . }
- { \__nmc_num_pad:Nnn #2 {} { #3 } }
- { \__nmc_num_pad:Nnn { #2 } {.} { #3 } }
- }
- }
- }
-\cs_new_protected:Npn \__nmc_num_pad:Nnn #1#2#3
- { % pad with 0s: #1 number; #2 point #3 rounding
- \tl_set:Nx #1 { \exp_last_unbraced:NV
- \__nmc_num_pad:wnN #1#2\q_stop{ #3 } }
- }
-\cs_new:Npn \__nmc_num_pad:wnN #1.#2\q_stop#3
- {
- \int_if_zero:nTF { #3 } { #1 }
- { #1.#2\prg_replicate:nn { #3 - \tl_count:n { #2 } } { 0 } }
- }
-\cs_new_protected:Npn \__nmc_sci_output_aux:wNn #1e#2\q_stop#3#4
- { % #1e#2=fp input; #3=formatted tl out; #4 = rounding
- \tl_set:Nx #3
- { \fp_eval:n { 0 + round( #1, #4 ) } }
- \__nmc_error_fpflag:
- \bool_if:NF \g__nmc_error_bool
- {
- \int_set:Nn \l__nmc_sci_num_int { #2 }
- \tl_if_eq:VnT #3 { 10 }
- {
- \int_incr:N \l__nmc_sci_num_int
- \tl_set:Nn #3 { 1 }
- }
- \bool_if:NT \l__nmc_pad_zeros_bool
- {
- \tl_if_in:NnTF #3 {.}
- { \__nmc_num_pad:Nnn #3 {} { #4 } }
- { \__nmc_num_pad:Nnn #3 {.} { #4 } }
- }
- \bool_lazy_or:nnT { !\int_if_zero_p:n { \l__nmc_sci_num_int } }
- { \int_compare_p:nNn { \l__nmc_prime_int } > { 0 } }
- { \__nmc_sci_write:Nx #3 { \int_use:N \l__nmc_sci_num_int } }
- }
- \int_set:Nn \l__nmc_num_sgn_int { \fp_sign:n { #1 } }
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { formula }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { stored }
}
-\cs_new_protected:Npn \__nmc_sci_write:Nn #1#2
- { % #1 significand #2 exponent
- \bool_if:NTF \l__nmc_sci_num_x_bool
- { \tl_put_right:Nn #1 { \times 10^{#2} } }
- {
- \bool_if:NTF \l__nmc_sci_num_table_bool
- { \tl_set:Nx #1 { \__nmc_sci_num_table:nn { #1 } { #2 } } }
- { \tl_put_right:Nx #1 { \hbox:n { \l__nmc_sci_num_out_tl {#2} } } }
- }
- }
-\cs_generate_variant:Nn \__nmc_sci_write:Nn { Nx }
-\cs_new:Npn \__nmc_sci_num_table:nn #1#2
- { (#2)\exp_not:n {\,}{#1} }
-%%%%%%%%%%%%%% eval-specific routines %%%%%%%%%%%%%%%
-\cs_new:Npn \__nmc_eval_settings_digest:
+\cs_gset_protected:Npn \__nmc_eval_settings_digest:
{ \bool_set_true:N \l__nmc_allow_TF_out_bool }
-\cs_set_eq:NN \__nmc_eval_vv_digest:N \__nmc_vv_digest:N
-\cs_new_protected:Npn \__nmc_eval_process:
- {
+
+\cs_gset_eq:NN \__nmc_eval_vv_digest:N \__nmc_vv_digest:N
+
+\cs_gset_protected:Npn \__nmc_eval_process:
+ {
\__nmc_error_where:n { formula }
\tl_clear:N \l__nmc_fp_expr_tl
- \__nmc_fpify:VN \l__nmc_formula_tl \l__nmc_fp_expr_tl
+ \__nmc_fpify:VN \l_nmc_formula_tl \l__nmc_fp_expr_tl
\bool_if:NF \g__nmc_error_bool
- { \__nmc_num_format:nNnN { \l__nmc_fp_expr_tl } \l_nmc_result_tl
- { \l__nmc_round_int } \l__nmc_sci_num_out_bool }
+ {
+ \tl_set:Nx \l_nmc_result_tl { \fp_to_tl:n { \l__nmc_fp_expr_tl } }
+ \__nmc_error_fpflag:
+ }
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_get_data: }
}
-\cs_new_protected:Npn \__nmc_eval_display:
+\cs_gset_protected:Npn \__nmc_eval_display:
{
+ \__nmc_num_format:nNnN { \l_nmc_result_tl } \l_nmc_result_tl
+ { \l__nmc_round_int } \l__nmc_sci_num_out_bool
\tl_gset_eq:NN \g__nmc_reuse_tl \l_nmc_result_tl
- \bool_if:NF \l__nmc_num_only_bool
- {
+ \bool_if:NF \l__nmc_num_only_bool
+ {
\tl_set:Nx \l_nmc_result_tl
{
\exp_not:o \l__nmc_math_delimi_tl
\bool_if:NT \l__nmc_wraps_math_bool
{
- \exp_not:o \l__nmc_formula_dup_tl
+ \exp_not:o \l__nmc_formula_dup_tl
\bool_if:NTF \l__nmc_TF_out_bool
{ \rightarrow } { = }
}
@@ -1113,8 +1154,11 @@
\bool_if:NTF \l__nmc_vv_multline_bool
{ \exp_not:o \l__nmc_vv_display_tl }
{
- \mathchoice{ \exp_not:o \l__nmc_vv_display_tl }
- { \exp_not:o \l__nmc_vv_inline_tl }{}{}
+ \bool_if:NF \l__nmc_vv_invisible_bool
+ {
+ \mathchoice{ \exp_not:o \l__nmc_vv_display_tl }
+ { \exp_not:o \l__nmc_vv_inline_tl }{}{}
+ }
}
\l__nmc_punc_tl
\exp_not:o \l__nmc_math_delimii_tl
@@ -1124,8 +1168,7 @@
}
\l_nmc_result_tl
}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \__nmc_fpify:nN
+% fpify LaTeX math expr %%%%%%%%%%%%%%%%%%%%%%%%%
\bool_new:N \l__nmc_insert_aster_bool
\tl_new:N \l__nmc_subst_tl
\tl_new:N \l__nmc_accum_tl
@@ -1162,9 +1205,10 @@
\fp_new:N \l__nmc_sum_total_fp
\fp_new:N \l__nmc_sum_prev_fp
\fp_new:N \l__nmc_sum_rounded_fp
+
% #1 = latex expr #2 = fp-ified result
\cs_new_protected:Npn \__nmc_fpify:nN #1#2
- {
+ {
\group_begin:
\bool_set_false:N \l__nmc_superscript_bool
\bool_set_false:N \l__nmc_insert_aster_bool
@@ -1183,28 +1227,28 @@
\__nmc_next:
\prop_get:NVNTF \g__nmc_class_prop \l__nmc_B_tl \l_tmpb_tl
{ \exp_last_unbraced:NV \use_i:nn \l_tmpb_tl }
- { \__nmc_fpify_unknown: }
- }
+ { \__nmc_fpify_var: }
+ }
\exp_args:NNNV
\group_end:
- \tl_put_right:Nn #2 \l__nmc_accum_tl
- }
+ \tl_put_right:Nn #2 \l__nmc_accum_tl
+ }
\cs_generate_variant:Nn \__nmc_fpify:nN { V }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_fpify_unknown:
{
\tl_if_in:nVTF { )]\}\rbrace } \l__nmc_B_tl
{ \__nmc_error_what:n { Unmatched~\__nmc_verb:V \l__nmc_B_tl{}~in } }
{ \__nmc_error_what:n { Unknown~token~\__nmc_verb:V \l__nmc_B_tl{}~in } }
}
+% to avoid e.g. 34 instead of 3*4
\cs_new_protected:Npn \__nmc_insert_aster:
{
\bool_if:NT \l__nmc_insert_aster_bool
{ \tl_put_right:Nn \l__nmc_accum_tl { * } }
}
\cs_new_protected:Npn \__nmc_fpify_dec:
- {
+ {
\__nmc_get_dec:NN \l__nmc_fact_arg_tl \c_false_bool
\tl_if_eq:VnF \l__nmc_C_tl { ! }
{
@@ -1215,14 +1259,10 @@
}
\cs_new_protected:Npn \__nmc_fpify_var:
{ % ( ) in case var < 0 raised to power
- \prop_get:NVNTF \g__nmc_subst_var_prop \l__nmc_B_tl \l__nmc_subst_tl
+ \prop_get:NVNTF \l__nmc_subst_var_prop \l__nmc_B_tl \l__nmc_subst_tl
{
\tl_set_eq:NN \l__nmc_fact_arg_tl \l__nmc_subst_tl
- \tl_if_in:noTF { !' } \l__nmc_C_tl
- {
- % \tl_if_eq:VnT \l__nmc_C_tl { ' }
- % { \__nmc_deriv_dot_from_prime: }
- }
+ \tl_if_in:noF { ! } \l__nmc_C_tl
{
\__nmc_accum_fn_parenth:NNn \l__nmc_accum_tl \l__nmc_subst_tl {}
\bool_set_true:N \l__nmc_insert_aster_bool
@@ -1232,7 +1272,7 @@
}
\cs_new_protected:Npn \__nmc_fpify_const:
{ % if const used as var
- \prop_get:NVNTF \g__nmc_subst_var_prop \l__nmc_B_tl \l__nmc_subst_tl
+ \prop_get:NVNTF \l__nmc_subst_var_prop \l__nmc_B_tl \l__nmc_subst_tl
{ \__nmc_fpify_var: }
{
\prop_get:NVN \g__nmc_subst_fpfn_prop \l__nmc_B_tl \l__nmc_subst_tl
@@ -1262,7 +1302,7 @@
}
\cs_new_protected:Npn \__nmc_fpify_comparison:
{
- \tl_if_in:NVTF \c__nmc_comparisons_tl \l__nmc_C_tl
+ \tl_if_in:noTF { <=> } \l__nmc_C_tl
{ \__nmc_error_what:n { Multi-token~comparison~in } }
{
\prop_get:NVNF \g__nmc_subst_fpfn_prop \l__nmc_B_tl \l_tmpa_tl
@@ -1284,14 +1324,11 @@
{
\prop_get:NVN \g__nmc_subst_fpfn_prop \l__nmc_B_tl \l_tmpa_tl
\tl_put_right:NV \l__nmc_accum_tl \l_tmpa_tl
-% \tl_show:N \l__nmc_A_tl
\__nmc_delim_arg:Nnn \l__nmc_arg_tl { 1 } { \c__nmc_and_int }
-% \tl_show:N \l__nmc_arg_tl
\tl_clear:N \l_tmpa_tl
\__nmc_fpify:VN \l__nmc_arg_tl \l_tmpa_tl
\tl_put_right:NV \l__nmc_accum_tl \l_tmpa_tl
\bool_set_false:N \l__nmc_insert_aster_bool
-
}
\cs_new_protected:Npn \__nmc_fpify_lparen:
{
@@ -1299,7 +1336,7 @@
\tl_set_eq:NN \l__nmc_fact_arg_tl \l__nmc_arg_tl
\tl_if_eq:VnTF \l__nmc_C_tl { ! }
{ \bool_set_false:N \l__nmc_insert_aster_bool }
- {
+ {
\__nmc_accum_fpify_parenth:NN \l__nmc_accum_tl \l__nmc_arg_tl
\bool_set_true:N \l__nmc_insert_aster_bool
}
@@ -1569,13 +1606,12 @@
\fp_compare:nF { 0 < \l__nmc_arg_tl != 1 }
{
\__nmc_error_what:n
- { Valid~base~required~for~\__nmc_verb:n { \log } in }
+ { Valid~base~required~for~\__nmc_verb:n { \log }~in }
}
}
\bool_if:NF \g__nmc_error_bool
{
- \tl_set:Nx \l_tmpa_tl
- { \fp_eval:n { 1 / ( ln ( \l__nmc_arg_tl ) ) } }
+ \tl_set:Nx \l_tmpa_tl { \fp_eval:n { 1/(ln(\l__nmc_arg_tl)) } }
\__nmc_error_fpflag:
}
\bool_if:NF \g__nmc_error_bool
@@ -1735,17 +1771,23 @@
\__nmc_fpify_fact_do:nNn { #1 } #2 { 1 }
\tl_put_right:Nx \l__nmc_accum_tl { \fp_use:N \l__nmc_fact_fp }
}
-\cs_new_protected:Npn \__nmc_fpify_BE:
+\cs_new_protected:Npn \__nmc_fpify_font:
{
- \__nmc_next:
- \tl_if_in:VnT \l__nmc_B_tl { alignat }
- { \__nmc_next: }
+ \__nmc_next:
+ \__nmc_accum_fpify_parenth:NN \l__nmc_accum_tl \l__nmc_B_tl
+ }
+\cs_new_protected:Npn \__nmc_fpify_splitfrac:
+ {
+ \__nmc_next:
+ \tl_set_eq:NN \l_tmpb_tl \l__nmc_B_tl
+ \__nmc_next:
+ \tl_put_right:NV \l_tmpb_tl \l__nmc_B_tl
+ \__nmc_accum_fpify_parenth:NN \l__nmc_accum_tl \l_tmpb_tl
}
-% \cs { m }
-\cs_new_protected:Npn \__nmc_fpify_absorbm:
+% \cs { m }, \cs { o m }, \cs { * m }
+\cs_new_protected:Npn \__nmc_fpify_absorb_m:
{ \__nmc_next: }
-% \cs { o m }
-\cs_new_protected:Npn \__nmc_fpify_absorbom:
+\cs_new_protected:Npn \__nmc_fpify_absorb_om:
{
\str_if_eq:VnT \l__nmc_C_tl { [ }
{
@@ -1754,18 +1796,70 @@
}
\__nmc_next:
}
-\cs_new_protected:Npn \__nmc_fpify_font:
- { \__nmc_fpify_meta: }
-
-\cs_new_protected:Npn \__nmc_fpify_meta:
+\cs_new_protected:Npn \__nmc_fpify_absorb_sm:
{
+ \str_if_eq:VnT \l__nmc_C_tl { * }
+ { \__nmc_next: }
\__nmc_next:
- \__nmc_fpify:VN \l__nmc_B_tl \l__nmc_accum_tl
}
-\cs_new_protected:Npn \__nmc_fpify_metamm:
- { \prg_replicate:nn { 2 } { \__nmc_fpify_meta: } }
-%%%%%%%%%%%%%%%%%%%
-% sum/prod
+\cs_new_protected:Npn \__nmc_fpify_color:
+ {
+ \__nmc_fpify_absorb_om:
+ \__nmc_fpify_next_braced:N \l__nmc_accum_tl
+ \bool_set_true:N \l__nmc_insert_aster_bool
+ }
+\cs_new_protected:Npn \__nmc_fpify_BE:
+ {
+ \__nmc_next:
+ \tl_if_in:VnT \l__nmc_B_tl { alignat }
+ { \__nmc_next: }
+ }
+\cs_new_protected:Npn \__nmc_fpify_cmd:
+ {
+ \__nmc_insert_aster:
+ \prop_get:NoNT \g__nmc_subst_misc_prop \l__nmc_B_tl \l_tmpa_tl
+ {
+ \exp_args:NV \__nmc_cmd:n \l_tmpa_tl
+ \bool_set_false:N \l__nmc_insert_aster_bool
+ \bool_set_false:N \l__nmc_wraps_math_bool
+ }
+ }
+\cs_new_protected:Npn \__nmc_cmd:n #1
+ { % \cm { s O m O O }
+ \tl_set:Nn \l__nmc_delim_arg_tl { { #1 } } % cmd
+ \tl_if_eq:VnT \l__nmc_C_tl { * }
+ { \__nmc_next: }
+ \bool_set_true:N \l__nmc_num_only_bool
+ \__nmc_append_sqbrarg: % settings
+ \__nmc_next:
+ \tl_put_right:Nx \l__nmc_delim_arg_tl { { \exp_not:o \l__nmc_B_tl } }
+ \__nmc_append_sqbrarg: % vv-list
+ \__nmc_append_sqbrarg: % num format
+ \tl_put_right:Nn \l__nmc_accum_tl { ( }
+ \group_begin:
+ \int_add:Nn \l__nmc_depth_int { 2 }
+ \exp_last_unbraced:No \__nmc_inputs_get:nnnnn \l__nmc_delim_arg_tl
+ \bool_if:NF \g__nmc_error_bool
+ { \use:c { __nmc_#1_process: } }
+ \exp_args:NNNV
+ \group_end:
+ \tl_put_right:Nn \l__nmc_accum_tl \l_nmc_result_tl
+ \tl_put_right:Nn \l__nmc_accum_tl { ) }
+ }
+\cs_new_protected:Npn \__nmc_append_sqbrarg:
+ {
+ \tl_if_eq:VnTF \l__nmc_C_tl { [ }
+ { \__nmc_append_sqbrarg_aux: }
+ { \tl_put_right:Nx \l__nmc_delim_arg_tl { {} } }
+ }
+\cs_new_protected:Npn \__nmc_append_sqbrarg_aux:
+ {
+ \__nmc_next:
+ \tl_clear:N \l_tmpa_tl
+ \__nmc_get_arg_LR:NNN [ \l_tmpa_tl ]
+ \tl_put_right:Nx \l__nmc_delim_arg_tl { { \exp_not:o \l_tmpa_tl } }
+ }
+% sum/prod %%%%%%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_fpify_sum:
{
\__nmc_insert_aster:
@@ -1782,7 +1876,7 @@
\tl_set:Nn \l__nmc_sum_op_tl { * }
\fp_set:Nn \l__nmc_sum_total_fp { 1 }
\fp_set:Nn \l__nmc_sum_prev_fp { 2 }
- \tl_set:Nn \l__nmc_sum_type_tl { product }
+ \tl_set:Nn \l__nmc_sum_type_tl { prod }
\bool_set_false:N \l__nmc_sum_bool
}
\__nmc_error_where:n { \l__nmc_sum_type_tl }
@@ -1792,6 +1886,7 @@
\__nmc_error_where:n { \l__nmc_sum_type_tl~\ limits }
\__nmc_sum_get_limits:NNN \l__nmc_sum_var_tl
\l__nmc_sum_index_int \l__nmc_sum_end_int
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
}
\bool_if:NTF \g__nmc_error_bool
{ \group_end: }
@@ -1800,18 +1895,19 @@
\tl_if_eq:VnF \l__nmc_C_tl { ( }
{ \__nmc_parenth:N \l__nmc_arg_tl }
\tl_set_eq:NN \l__nmc_summand_tl \l__nmc_arg_tl
- % do the sum/prod; result in \l__nmc_sum_total_fp
+ % do the sum/prod
\__nmc_error_where:n { \l__nmc_sum_type_tl }
- \__nmc_sum_do:nnN { \l__nmc_sum_index_int }
- { \l__nmc_sum_end_int } \l__nmc_sum_total_fp
- \fp_gset_eq:NN \g_tmpa_fp \l__nmc_sum_total_fp
+ \__nmc_sum_do:nn { \l__nmc_sum_index_int } { \l__nmc_sum_end_int }
\tl_gset_eq:NN \g_tmpa_tl \l__nmc_A_tl
+ \tl_gset_eq:NN \g_tmpb_tl \l__nmc_C_tl
\exp_args:NNNV
\group_end:
- \tl_set:Nn \l__nmc_C_tl \l__nmc_C_tl
- \tl_put_right:Nx \l__nmc_accum_tl { \fp_use:N \g_tmpa_fp }
+ \fp_set:Nn \l__nmc_sum_total_fp { \l__nmc_sum_total_fp }
\tl_set_eq:NN \l__nmc_A_tl \g_tmpa_tl
- \bool_set_false:N \l__nmc_insert_aster_bool
+ \tl_set_eq:NN \l__nmc_C_tl \g_tmpb_tl
+ \tl_put_right:Nx \l__nmc_accum_tl { \fp_use:N \l__nmc_sum_total_fp }
+ \bool_set_true:N \l__nmc_insert_aster_bool
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
}
}
\cs_new_protected:Npn \__nmc_sum_get_limits:NNN #1#2#3
@@ -1822,7 +1918,7 @@
\bool_if:NF \g__nmc_error_bool
{ \__nmc_sum_limit_upper:N #3 }
}
- {
+ {
\__nmc_sum_limit_upper:N #3
\__nmc_sum_limit_lower:NN #1#2
}
@@ -1853,8 +1949,10 @@
\cs_new_protected:Npn \__nmc_sum_limit_upper:N #1
{
\__nmc_next: \__nmc_next:
+
\__nmc_vv_get_vars_vals_lims:NN \l__nmc_B_tl \c_empty_prop
- \__nmc_sum_limit_assign:NN #1 \l__nmc_vv_fp_expr_tl
+ \bool_if:NF \g__nmc_error_bool
+ { \__nmc_sum_limit_assign:NN #1 \l__nmc_vv_fp_expr_tl }
}
\cs_new_protected:Npn \__nmc_sum_limit_assign:NN #1#2
{
@@ -1870,24 +1968,25 @@
}
}
}
-\cs_new_protected:Npn \__nmc_sum_do:nnN #1#2#3
- { % #1,#2 lower, upper limits (int), #3 <-- total (fp)
+% #1#2 lower/upper limits (int); result in \l__nmc_sum_total_fp
+\cs_new_protected:Npn \__nmc_sum_do:nn #1#2
+ {
\int_compare:nNnTF { \c_max_int } =
{ \int_max:nn { \int_abs:n { #1 } } { \int_abs:n { #2 } } }
{
\bool_if:NTF \l__nmc_sum_bool
- { \__nmc_sum_do_infinite:Nn #1 { sum } }
+ { \__nmc_sum_do_infinite:Nn #1 { sum } }
{ \__nmc_sum_do_infinite:Nn #1 { prod } }
+
}
{ \int_step_function:nnnN { #1 } { 1 } { #2 } \__nmc_sum_eval:n }
\bool_if:NF \g__nmc_error_bool
{
- \int_compare:nTF { #1 <= #2 }
- { \fp_set:Nn #3 { \l__nmc_sum_total_fp } }
+ \int_compare:nNnT { #2 } < { #1 }
{
\tl_if_eq:VnTF \l__nmc_sum_op_tl { * }
- { \fp_set:Nn #3 { 1 } }
- { \fp_set:Nn #3 { 0 } }
+ { \fp_set:Nn \l__nmc_sum_total_fp { 1 } }
+ { \fp_set:Nn \l__nmc_sum_total_fp { 0 } }
}
}
}
@@ -1918,14 +2017,14 @@
\__nmc_sum_query:n { \l__nmc_suma_int }
}
}
- \tl_gset:cx { g__nmc_ \tl_range:Nnn \l__nmc_sum_type_tl{1}{4} _info_tl }
+ \tl_gset:cx { g__nmc_info_\tl_range:Nnn \l__nmc_sum_type_tl{1}{4} _tl }
{ \int_eval:n { \l__nmc_suma_int - #1
- \use:c { l__nmc_#2_query_int } } }
}
\cs_new_protected:Npn \__nmc_sum_eval:n #1
{
\__nmc_calc_fn_val:VNnN \l__nmc_sum_var_tl \l__nmc_summand_tl
- { #1 } \l_tmpb_fp
+ { #1 } \l_tmpb_fp
\fp_set:Nn \l__nmc_sum_total_fp
{ \l__nmc_sum_total_fp \l__nmc_sum_op_tl \l_tmpb_fp }
}
@@ -1940,71 +2039,13 @@
\int_set_eq:NN \l__nmc_sumb_int \l__nmc_suma_int
}
}
-\cs_new_protected:Npn \__nmc_fpify_cmd:
- {
- \__nmc_insert_aster:
- \str_case:onT \l__nmc_B_tl
- {
- { \eval } { \__nmc_cmd:n { eval } }
- { \iter } { \__nmc_cmd:n { iter } }
- { \solve } { \__nmc_cmd:n { solve } }
- { \recur } { \__nmc_cmd:n { recur } }
- { \tabulate } { \__nmc_cmd:n { table } }
- { \nmcInfo } { \nmcInfo }
- { \nmcEvaluate } { \__nmc_cmd:n { eval } }
- { \nmcIterate } { \__nmc_cmd:n { iter } }
- { \nmcSolve } { \__nmc_cmd:n { solve } }
- { \nmcRecur } { \__nmc_cmd:n { recur } }
- { \nmcTabulate } { \__nmc_cmd:n { table } }
- }
- {
- \bool_set_false:N \l__nmc_insert_aster_bool
- \bool_set_false:N \l__nmc_wraps_math_bool
- }
- }
-\cs_new_protected:Npn \__nmc_cmd:n #1
- { % \cm { s O m O O }
- \tl_set:Nn \l__nmc_delim_arg_tl { { #1 } } % cmd
- \tl_if_eq:VnT \l__nmc_C_tl { * }
- { \__nmc_next: }
- \__nmc_append_sqbrarg: % settings
- \__nmc_next:
- \tl_put_right:Nx \l__nmc_delim_arg_tl { { \exp_not:o \l__nmc_B_tl } }
- \__nmc_append_sqbrarg: % vv-list
- \__nmc_append_sqbrarg: % num format
- \tl_put_right:Nn \l__nmc_accum_tl { ( }
- \group_begin:
- \bool_set_true:N \l__nmc_num_only_bool
- \exp_last_unbraced:No \__nmc_get_inputs:nnnnn \l__nmc_delim_arg_tl
- \bool_set_false:N \l__nmc_sci_num_out_bool
- \bool_if:NF \g__nmc_error_bool
- { \use:c { __nmc_#1_process: } }
- \exp_args:NNNV
- \group_end:
- \tl_put_right:Nn \l__nmc_accum_tl { \l_nmc_result_tl ) }
- }
-\cs_new_protected:Npn \__nmc_append_sqbrarg:
- {
- \tl_if_eq:VnTF \l__nmc_C_tl { [ }
- { \__nmc_append_sqbrarg_aux: }
- { \tl_put_right:Nx \l__nmc_delim_arg_tl { {} } }
- }
-\cs_new_protected:Npn \__nmc_append_sqbrarg_aux:
- {
- \__nmc_next:
- \tl_clear:N \l_tmpa_tl
- \__nmc_get_arg_LR:NNN [ \l_tmpa_tl ]
- \tl_put_right:Nx \l__nmc_delim_arg_tl { { \exp_not:o \l_tmpa_tl } }
- }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \nmc_delim_arg:Nnn
+% delimit math args %%%%%%%%%%%%%%%%%%%
\tl_new:N \l__nmc_delim_arg_tl
\tl_new:N \l__nmc_delim_argi_tl
\int_new:N \l__nmc_delim_pas_int
\int_new:N \l__nmc_delim_pos_int
\bool_new:N \l__nmc_delim_stop_bool
\bool_new:N \l__nmc_delim_lmod_bool
-
\prg_new_conditional:Npnn \__nmc_if_pospas_gtr:nn #1#2 { p, TF }
{
\bool_if:nTF
@@ -2016,12 +2057,10 @@
{ \prg_return_true: }
{ \prg_return_false: }
}
-%--------------------------------------------------------------------
-% #1(tlvar) receives arg (\l__nmc_delim_arg_tl)
-% #2 (int) initial pos
+% #1 <-- \l__nmc_delim_arg_tl; % #2 (int) initial pos
% #3 (int) parsing state
\cs_new_protected:Npn \__nmc_delim_arg:Nnn #1#2#3
- {
+ {
\group_begin:
\bool_set_false:N \__nmc_delim_stop_bool
\bool_set_false:N \l__nmc_delim_lmod_bool
@@ -2036,7 +2075,7 @@
{
\prop_get:NVNTF \g__nmc_class_prop \l__nmc_C_tl \l__nmc_class_tl
{ \exp_last_unbraced:NV \use_ii:nn \l__nmc_class_tl }
- { \__nmc_delim_var: } % unknown; treat as var
+ { \__nmc_delim_var: }
\int_incr:N \l__nmc_delim_pos_int
}
\tl_gset_eq:NN \g_tmpa_tl \l__nmc_A_tl
@@ -2047,7 +2086,7 @@
\tl_set_eq:NN \l__nmc_A_tl \g_tmpa_tl
\tl_set_eq:NN #1 \g_tmpb_tl
}
-%%%%%%%%% delimit arg routines %%%%%%%%
+% delimit arg routines %%%%%%%%%%%%%%%%
\cs_new_protected:Npn \__nmc_delim_stop:
{
\tl_if_eq:VnTF \l__nmc_C_tl { \q }
@@ -2230,7 +2269,7 @@
{ \__nmc_delim_stop: }
{
\__nmc_next:
- \tl_if_in:NVTF \c__nmc_modds_tl \l__nmc_C_tl
+ \tl_if_in:nVTF { |./ } \l__nmc_C_tl
{
\prop_get:NVN \g__nmc_subst_misc_prop \l__nmc_B_tl \l_tmpb_tl
\__nmc_delim_lparen:VV \l__nmc_B_tl \l_tmpb_tl
@@ -2283,11 +2322,15 @@
}
\cs_new_protected:Npn \__nmc_delim_frac: % also \(d)binom
{
- \__nmc_if_pospas_gtr:nnTF { 1 } { \c__nmc_sum_int }
- { \__nmc_delim_stop: }
- {
- \__nmc_delim_append_twobraced:
- \__nmc_delim_stop_if_gtr:n { \c__nmc_sum_int }
+ \int_compare:nNnTF { \l__nmc_posi_int } = { 3 }
+ { \__nmc_delim_tfrac: }
+ {
+ \__nmc_if_pospas_gtr:nnTF { 1 } { \c__nmc_sum_int }
+ { \__nmc_delim_stop: }
+ {
+ \__nmc_delim_append_twobraced:
+ \__nmc_delim_stop_if_gtr:n { \c__nmc_sum_int }
+ }
}
}
\cs_new_protected:Npn \__nmc_delim_unarybrace:
@@ -2349,14 +2392,12 @@
\__nmc_delim_stop_if_gtr:n { \c__nmc_sum_int }
}
}
-\cs_new_protected:Npn \__nmc_delim_qleave:
+\cs_new_protected:Npn \__nmc_delim_cleave:
{
\__nmc_next:
\tl_if_eq:VnTF \l__nmc_B_tl { \q }
{ \int_zero:N \l__nmc_delim_pos_int } % adhere
{ \bool_set_true:N \l__nmc_delim_stop_bool } % sever
- \tl_if_eq:VnT \l__nmc_C_tl { ' }
- { \__nmc_next: }
}
\cs_new_protected:Npn \__nmc_delim_nary:
{
@@ -2392,24 +2433,40 @@
}
}
\cs_new_protected:Npn \__nmc_delim_absorb:
- { % \cs
+ {
\__nmc_next:
\int_decr:N \l__nmc_delim_pos_int
}
-\cs_new_protected:Npn \__nmc_delim_absorbm:
- { % \cs { m }
- \__nmc_next: \__nmc_next:
- \int_decr:N \l__nmc_delim_pos_int
+\cs_new_protected:Npn \__nmc_delim_absorb_i:
+ {
+ \__nmc_delim_absorb:
+ \__nmc_next:
}
-\cs_new_protected:Npn \__nmc_delim_absorbom:
- { % \cs { o m }
- \__nmc_next:
+\cs_new_protected:Npn \__nmc_delim_absorb_ii:
+ {
+ \__nmc_delim_absorb_i:
+ \str_case:VnT \l__nmc_B_tl
+ {
+ { * } { }
+ { [ } { \__nmc_get_arg_LR:NNN [ \l__nmc_toss_tl ] }
+ }
+ { \__nmc_next: }
+ }
+\cs_new_protected:Npn \__nmc_delim_color:
+ {
+ \__nmc_next:
\str_if_eq:VnT \l__nmc_C_tl { [ }
{
- \__nmc_next:
+ \__nmc_next:
\__nmc_get_arg_LR:NNN [ \l__nmc_toss_tl ]
}
- \__nmc_next:
+ \__nmc_delim_font:
+ }
+\cs_new_protected:Npn \__nmc_delim_font:
+ {
+ \__nmc_next: \__nmc_next:
+ \tl_put_left:NV \l__nmc_A_tl \l__nmc_B_tl
+ \tl_set:Nx \l__nmc_C_tl { \tl_head:N \l__nmc_B_tl }
\int_decr:N \l__nmc_delim_pos_int
}
\cs_new_protected:Npn \__nmc_delim_BE:
@@ -2426,19 +2483,6 @@
\__nmc_next:
}
}
-\cs_new_protected:Npn \__nmc_delim_font:
- {
- \__nmc_next:
- \tl_put_left:NV \l__nmc_A_tl \l__nmc_B_tl
- \int_decr:N \l__nmc_delim_pos_int
- }
-\cs_new_protected:Npn \__nmc_delim_metamm:
- {
- \__nmc_next:
- \__nmc_delim_append_braced:
- \__nmc_delim_append_braced:
- \int_decr:N \l__nmc_delim_pos_int
- }
\cs_new_protected:Npn \__nmc_delim_cmd:
{ % \cmd { s O m O O }
\__nmc_if_pospas_gtr:nnTF { 1 } { \c__nmc_sum_int }
@@ -2468,138 +2512,461 @@
{ #1 } \l_tmpa_tl { #2 }
}
}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% save & retrieve
-\tl_new:N \g__nmc_reuse_tl
-\tl_new:N \g__nmc_reuse_filename_tl
-\tl_new:N \l__nmc_reuse_retrieved_tl
-\bool_new:N \l__nmc_reuse_retrieved_bool
-\bool_new:N \g__nmc_lyx_bool
-\ior_new:N \g__nmc_ior
-\iow_new:N \g__nmc_iow
-\tl_gset:NV \g__nmc_reuse_filename_tl \jobname
-\tl_gput_right:Nn \g__nmc_reuse_filename_tl { .nmc }
-%
-\NewDocumentCommand \nmcReuse { s >{ \TrimSpaces } O{} }
- { % save \eval result to csname #2
- \tl_if_empty:nTF { #2 }
- { \__nmc_reuse_retrieve: }
+%%%%%%%%% info on "infinite" processes %%%%%%%%%%
+\nmc_define:NnN \nmcInfo { info } \info
+
+\clist_map_inline:nn { sum,prod }
+ {
+ \tl_new:c { g__nmc_info_#1_tl }
+ \tl_gset:cn { g__nmc_info_#1_tl } { 0 }
+ }
+\clist_new:N \g__nmc_info_proc_clist
+\clist_gset:Nn \g__nmc_info_proc_clist { sum, prod }
+\cs_gset_protected:Npn \__nmc_info_initialize:
+ {
+ \seq_clear:N \l_tmpa_seq
+ \tl_set:Nn \l__nmc_dbg_idii_tl { process }
+ \clist_map_inline:Nn \g__nmc_info_proc_clist
{
- \tl_if_empty:NTF \g__nmc_reuse_tl
+ \seq_put_right:Nx \l_tmpa_seq
+ { ##1~{ \use:c { g__nmc_info_##1_tl } } }
+ }
+ \tl_set:Nx \l__nmc_dbg_vv_tl { \seq_use:Nn \l_tmpa_seq {,~} }
+ }
+\cs_gset_protected:Npn \__nmc_info_process:
+ { \tl_set_eq:Nc \l_nmc_result_tl { g__nmc_info_\l_nmc_formula_tl _tl }
+ }
+\cs_gset_protected:Npn \__nmc_info_display:
+ {
+ \bool_if:NTF \l__nmc_num_only_bool
+ { \l_nmc_result_tl }
+ {
+ \prop_if_in:NVTF \g__nmc_subst_misc_prop \l_nmc_formula_tl
+ {
+ \tl_if_empty:cT { g__nmc_info_\l_nmc_formula_tl _tl }
+ { \tl_set:Nn \l_nmc_result_tl { 0 } }
+ \tl_use:N \l_nmc_result_tl
+ \prop_get:NVN \g__nmc_subst_misc_prop \l_nmc_formula_tl \l_tmpb_tl
+ \ \l_tmpb_tl % pluralise?
+ \int_if_zero:nF { \l_nmc_result_tl - 1 } { s }
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
+ }
{
- \__nmc_error_where:n { \__nmc_verb:n { \nmcReuse }~command }
- \__nmc_error_what:n { No~value~to~save~with }
+ \__nmc_error_where:n { \__nmc_verb:n {\nmcInfo}~command }
+ \__nmc_error_what:n
+ { Unknown~process~\__nmc_verb:V \l_nmc_formula_tl\ in }
}
- { \__nmc_reuse_result:c { #2 } }
}
- \IfBooleanT #1 { \__nmc_debug_display:nn { 99991 } { reuse } }
}
-\ProvideDocumentCommand\reuse {} { \nmcReuse }
-\cs_new_protected:Npn \__nmc_reuse_retrieve:
+%%%%%%%%%%%%% user-defined macros %%%%%%%%%%%%%%%
+\clist_new:N \g__nmc_macros_clist
+\bool_new:N \l__nmc_macros_free_bool
+
+\nmc_define:NnN \nmcMacros { macros } \macros
+
+\cs_gset_protected:Npn \__nmc_macros_initialize:
{
- \file_get:VnNT \g__nmc_reuse_filename_tl {} \l__nmc_reuse_retrieved_tl
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { macros }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { stored }
+ }
+\cs_gset_protected:Npn \__nmc_macros_vv_digest:N #1
+ {
+ \__nmc_error_where:n { \__nmc_verb:n { \nmcMacros }\ command }
+ \clist_set:No \l_tmpa_clist \l_nmc_formula_tl
+ \clist_clear:N \l_tmpb_clist
+ \clist_map_inline:Nn \l_tmpa_clist
+ {
+ \cs_if_exist:NTF ##1
+ {
+ \clist_put_right:Nx \l_tmpb_clist
+ {\exp_not:N ##1 {~\exp_not:f ##1} }
+ }
+ {
+ \__nmc_error_what:n { Undefined~macro~\__nmc_verb:n {##1}\ in }
+ \clist_map_break:
+ }
+ }
+ \bool_if:NF \g__nmc_error_bool
{
- \bool_lazy_or:nnF
- { \tl_if_blank_p:V \l__nmc_reuse_retrieved_tl }
- { \tl_if_head_eq_meaning_p:VN \l__nmc_reuse_retrieved_tl \par }
+ \tl_set:No \l_nmc_formula_tl \l_tmpb_clist
+ \__nmc_vv_digest:N #1
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_vv_view:n { 0 } }
+ \clist_set:No \l_tmpb_clist \l_nmc_formula_tl
+ }
+ }
+\cs_gset_protected:Npn \__nmc_macros_process:
+ {
+ \bool_if:NTF \l__nmc_macros_free_bool
+ { \__nmc_macros_deregister:N \l_tmpa_clist }
+ { \__nmc_macros_register:N \l_tmpb_clist }
+ \clist_gremove_duplicates:N \g__nmc_macros_clist
+ \bool_if:NT \l__nmc_num_only_bool
+ {
+ \tl_set:Nx \l_nmc_result_tl
+ { \int_eval:n { \clist_count:N \g__nmc_macros_clist } }
+ }
+ }
+\cs_gset:Npn \__nmc_macros_display:
+ { \bool_if:NT \l__nmc_num_only_bool { \l_nmc_result_tl } }
+%%%%%%%%%%
+\cs_gset_protected:Npn \__nmc_macros_deregister:N #1
+ {
+ \clist_if_empty:NT #1
+ {
+ \clist_set_eq:NN #1 \g__nmc_macros_clist
+ \tl_set:No \l_nmc_formula_tl \g__nmc_macros_clist
+ }
+ \clist_map_inline:Nn #1
+ {
+ \cs_if_exist:NT ##1
+ {
+ \clist_gremove_all:Nn \g__nmc_macros_clist { ##1 }
+ \prop_gremove:NV \g__nmc_subst_var_prop { ##1 }
+ }
+ }
+ \__nmc_macros_reg_dbg_aux:Nn \c_true_bool { freed }
+ }
+\cs_gset_protected:Npn \__nmc_macros_register:N #1
+ {
+ \__nmc_error_where:n { \__nmc_verb:n { \nmcMacros } }
+ \clist_reverse:N #1
+ \clist_map_inline:Nn #1
+ {
+ \__nmc_macros_reg_split:w ##1\q_stop
+ \bool_if:NT \g__nmc_error_bool
+ { \clist_map_break: }
+ }
+ \bool_if:NF \g__nmc_error_bool
+ { \__nmc_macros_reg_props: }
+ }
+\cs_new_protected:Npn \__nmc_macros_reg_split:w #1#2\q_stop
+ {
+ \tl_clear:N \l__nmc_vv_fp_expr_tl
+ \__nmc_fpify:nN { #2 } \l__nmc_vv_fp_expr_tl
+ \bool_if:NF \g__nmc_error_bool
+ {
+ \prop_put:Nnx \l__nmc_subst_var_prop { #1 }
+ { \fp_eval:n \l__nmc_vv_fp_expr_tl }
+ \__nmc_error_fpflag:
+ }
+ }
+\cs_new_protected:Npn \__nmc_macros_reg_props:
+ {
+ \clist_gconcat:NNN \g__nmc_macros_clist \l_tmpa_clist \g__nmc_macros_clist
+ \clist_remove_duplicates:N \g__nmc_macros_clist
+ \clist_map_inline:Nn \l_tmpa_clist
+ {
+ \prop_get:NnN \l__nmc_subst_var_prop { ##1 } \l_tmpa_tl
+ \prop_gput:Nno \g__nmc_subst_var_prop { ##1 } \l_tmpa_tl
+ }
+ \seq_gpop:NN \g__nmc_error_where_seq \l__nmc_toss_tl
+ \int_if_zero:nF { \l__nmc_dbg_int }
+ { \__nmc_macros_reg_dbg: }
+ }
+\cs_new_protected:Npn \__nmc_macros_reg_dbg:
+ {
+ \tl_if_empty:NTF \l_nmc_formula_tl
+ {
+ \__nmc_macros_reg_dbg_aux:Nn \c_true_bool { macros }
+ \clist_clear:N \l_tmpb_clist
+ \clist_map_inline:Nn \g__nmc_macros_clist
{
- \seq_set_split:NnV \l_tmpa_seq {,} \l__nmc_reuse_retrieved_tl
- \seq_map_inline:Nn \l_tmpa_seq
- { \__nmc_reuse_defcmds:Nnn ##1 { _props } }
+ \clist_put_right:Nx \l_tmpb_clist
+ { \exp_not:N ##1 {~\exp_not:f ##1} }
}
+ \tl_set:No \l_nmc_formula_tl \l_tmpb_clist
}
- \bool_set_true:N \l__nmc_reuse_retrieved_bool
- }
-\cs_new_protected:Npn \__nmc_reuse_result:N #1
- {
- \tl_set:Nn \l_tmpb_tl { #1 }
- \tl_put_right:Nx \l_tmpb_tl { { \tl_to_str:N \g__nmc_reuse_tl } }
- \bool_if:NF \l__nmc_reuse_retrieved_bool
- { \__nmc_reuse_retrieve: }
- \clist_put_right:NV \l__nmc_reuse_retrieved_tl \l_tmpb_tl
- \exp_last_unbraced:NV\__nmc_reuse_defcmds:Nnn \l_tmpb_tl {}
- \tl_gclear:N \g__nmc_reuse_tl
+ { \__nmc_macros_reg_dbg_aux:Nn \l__nmc_macros_free_bool { added } }
}
-\cs_generate_variant:Nn \__nmc_reuse_result:N { c }
+\cs_new_protected:Npn \__nmc_macros_reg_dbg_aux:Nn #1#2
+ {
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { #2 }
+ \bool_if:NT #1
+ {
+ \int_if_zero:nF { \l__nmc_dbg_int }
+ { \int_set:Nn \l__nmc_dbg_int { 3*5 } }
+ }
+ \seq_set_from_clist:NN \l__nmc_dbg_stored_seq \g__nmc_macros_clist
+ }
+%%%%%%%%%%%% user-defined constants %%%%%%%%%%%%%
+\seq_new:N \g__nmc_consts_seq % all
+\seq_new:N \g__nmc_consts_vv_seq % multitok in vv-list
+\int_new:N \g__nmc_consts_vv_int % count multitok + 1
+\bool_new:N \l__nmc_consts_add_bool
+\nmc_define:NnN \nmcConstants { consts } \constants
-\cs_new_protected:Npn \__nmc_reuse_defcmds:Nnn #1#2#3
+\cs_gset_protected:Npn \__nmc_consts_initialize:
+ {
+ \__nmc_error_where:n { \__nmc_verb:n { \nmcConstants } }
+ \tl_set:Nn \l__nmc_dbg_idiii_tl { added }
+ \tl_set:Nn \l__nmc_dbg_idv_tl { constants }
+ }
+\cs_gset_protected:Npn \__nmc_consts_vv_digest:N #1
+ { % #1=*reversed* vv-list
+ \bool_if:nT { !\l__nmc_consts_add_bool &&
+ !\tl_if_empty_p:N \l_nmc_formula_tl }
+ { \__nmc_consts_clear: }
+ \clist_set:NV \l_tmpa_clist \l_nmc_formula_tl
+ \clist_reverse:N \l_tmpa_clist
+ \clist_concat:NNN \l_tmpb_clist #1 \l_tmpa_clist
+ \__nmc_vv_digest:N \l_tmpb_clist
+ \clist_set:No \l_nmc_formula_tl \l_nmc_formula_tl
+ \clist_reverse:N \l_nmc_formula_tl
+ \int_if_zero:nF \l__nmc_dbg_int
+ { \__nmc_dbg_vv_view:n { \clist_count:N \l_tmpa_clist } }
+ }
+\cs_gset_protected:Npn \__nmc_consts_clear:
+ {
+ \seq_gclear:N \g__nmc_consts_vv_seq
+ \seq_map_inline:Nn \g__nmc_consts_seq
+ {
+ \__nmc_split_eq:w ##1\q_stop
+ \prop_gremove:NV \g__nmc_subst_var_prop \l__nmc_eq_var_tl
+ }
+ \seq_gclear:N \g__nmc_consts_seq
+ }
+\cs_gset_protected:Npn \__nmc_consts_process:
{
- \prop_get:NnNTF \g__nmc_subst_var_prop { #1 } \l__nmc_toss_tl
- { \RenewDocumentCommand #1{}{#2} }
- { \NewDocumentCommand #1{}{#2} }
- \tl_set_rescan:Nnn #1 { \ExplSyntaxOn } { #2 }
- \use:c { __nmc_reuse_write#3:Nn } #1{#2}
+ \tl_if_empty:NF \l_nmc_formula_tl
+ {
+ \seq_set_from_clist:NN \l_tmpa_seq \l_nmc_formula_tl
+ \seq_map_inline:Nn \l_tmpa_seq
+ {
+ \__nmc_split_eq:w ##1\q_stop
+ \prop_get:NVN \l__nmc_subst_var_prop \l__nmc_eq_var_tl \l_tmpb_tl
+ \clist_pop:NN \l_tmpa_clist \l_tmpa_tl
+ \exp_last_unbraced:No\__nmc_split_eq:w \l_tmpa_tl\q_stop
+ \int_compare:nNnTF { \tl_count:N \l__nmc_eq_var_tl } = { 1 }
+ {
+ \prop_gput:NVV \g__nmc_subst_var_prop
+ \l__nmc_eq_var_tl \l_tmpb_tl
+ \tl_put_right:Nn \l__nmc_eq_var_tl { = }
+ \tl_put_right:NV \l__nmc_eq_var_tl \l_tmpb_tl
+ }
+ {
+ \tl_put_right:Nn \l__nmc_eq_var_tl { = }
+ \tl_set:Nx \l_tmpa_tl
+ { \exp_not:o\l__nmc_eq_var_tl { \fp_eval:n \l_tmpb_tl } }
+ \tl_put_right:NV \l__nmc_eq_var_tl \l_tmpb_tl
+ \seq_gput_right:NV \g__nmc_consts_vv_seq \l_tmpa_tl
+ }
+ \seq_gput_right:NV \g__nmc_consts_seq \l__nmc_eq_var_tl
+ }
+ \int_gset:Nn \g__nmc_consts_vv_int
+ { 1 + \seq_count:N \g__nmc_consts_vv_seq }
+ }
+ \bool_if:nT
+ {
+ (\tl_if_empty_p:N \l_nmc_formula_tl) &&
+ (\int_compare_p:nNn { \l__nmc_dbg_int } = { 30 })
+ }
+ { \int_set:Nn \l__nmc_dbg_int { 5 } }
+ \seq_set_eq:NN \l__nmc_dbg_stored_seq \g__nmc_consts_seq
+ \bool_if:NT \l__nmc_num_only_bool
+ {
+ \tl_set:Nx \l_nmc_result_tl
+ { \int_eval:n { \seq_count:N \g__nmc_consts_seq } }
+ }
+ }
+\cs_gset_protected:Npn \__nmc_consts_display:
+ { \bool_if:NT \l__nmc_num_only_bool { \l_nmc_result_tl } }
+
+%%%%%%% save/retrieve results to/from file %%%%%%
+\tl_new:N \g__nmc_reuse_tl
+\tl_new:N \l__nmc_reuse_loaded_tl
+\bool_new:N \l__nmc_reuse_loaded_bool
+\int_new:N \l__nmc_reuse_mode_int
+\ior_new:N \g__nmc_ior
+\iow_new:N \g__nmc_iow
+\tl_gset:Nn \g__nmc_reuse_filename_tl { .nmc }
+\tl_gput_left:NV \g__nmc_reuse_filename_tl \jobname
+% save last \eval-uation to \#1
+\nmc_define:NnN \nmcReuse { reuse } \reuse
+
+\cs_gset_protected:Npn \__nmc_reuse_settings_digest:
+ {
+ \tl_set:Nn \l__nmc_dbg_idii_tl { saved }
+ \__nmc_reuse_load:
}
-\cs_new_protected:Npn \__nmc_reuse_write:Nn #1#2
+\cs_gset_protected:Npn \__nmc_reuse_process:
{
- \__nmc_reuse_write_props:Nn #1{#2}
- \file_get:VnNTF \g__nmc_reuse_filename_tl {} \l_tmpa_tl
+ \__nmc_error_where:n { \__nmc_verb:n { \nmcReuse }~command }
+ \tl_if_empty:NTF \l_nmc_formula_tl
+ {
+ \int_if_zero:nTF { 1 + \l__nmc_reuse_mode_int }
+ { \__nmc_reuse_delete_all: }
+ { \__nmc_reuse_load: }
+ }
+ { \__nmc_reuse_mode:Nn \l_nmc_formula_tl { \l__nmc_reuse_mode_int } }
+ \bool_if:NT \l__nmc_num_only_bool
{
- \tl_if_head_eq_meaning:VNTF \l_tmpa_tl \par
- { \tl_clear:N \l_tmpa_tl }
- {
- \__nmc_reuse_delete:NN #1 \l_tmpa_tl
- \tl_if_blank:VF \l_tmpa_tl
+ \tl_set:Nx \l_nmc_result_tl
+ { \int_eval:n { \clist_count:N \l__nmc_reuse_loaded_tl } }
+ }
+ \__nmc_reuse_dbg_display:Nn \l_nmc_formula_tl { \l__nmc_dbg_int }
+ }
+\cs_gset_protected:Npn \__nmc_reuse_display:
+ { \bool_if:NT \l__nmc_num_only_bool { \l_nmc_result_tl } }
+%%%%%%%%%%
+\cs_new_protected:Npn \__nmc_reuse_load:
+ {
+ \bool_if:NF \l__nmc_reuse_loaded_bool
+ {
+ \file_get:VnNT \g__nmc_reuse_filename_tl {} \l_tmpa_tl
+ {
+ \clist_set:No \l__nmc_reuse_loaded_tl \l_tmpa_tl
+ \bool_lazy_or:nnTF
+ { \tl_if_blank_p:V \l__nmc_reuse_loaded_tl }
+ { \tl_if_head_eq_meaning_p:VN \l__nmc_reuse_loaded_tl \par }
+ { \tl_clear:N \l__nmc_reuse_loaded_tl }
{
- \tl_trim_spaces:N \l_tmpa_tl
- \tl_put_right:Nn \l_tmpa_tl {,}
- }
+ \seq_set_split:NnV \l_tmpa_seq {,} \l__nmc_reuse_loaded_tl
+ \seq_map_inline:Nn \l_tmpa_seq
+ { \__nmc_reuse_write_props:Nn ##1 }
+ }
}
+ \bool_set_true:N \l__nmc_reuse_loaded_bool
+ }
+ }
+\cs_new_protected:Npn \__nmc_reuse_mode:Nn #1#2
+ {
+ \int_if_zero:nTF { 1 + #2 } % if #2=-1
+ { \__nmc_reuse_delete_one:c #1 }
+ {
+ \tl_if_empty:NTF \g__nmc_reuse_tl
+ { \__nmc_error_what:n { No~result~available~for~\__nmc_verb:V #1\ in } }
+ {
+ \exp_args:NNc \tl_set:Nn \l_tmpa_tl #1
+ \prop_if_in:NVTF \g__nmc_subst_var_prop \l_tmpa_tl
+ {
+ \int_if_zero:nTF { #2 }
+ { \__nmc_reuse_already_def:N \l_nmc_formula_tl }
+ {
+ \__nmc_reuse_delete_one:c #1
+ \__nmc_reuse_save:c #1
+ }
+ }
+ { \__nmc_reuse_save:c #1 }
+ }
+ }
+ }
+\cs_new_protected:Npn \__nmc_reuse_dbg_display:Nn #1#2
+ {
+ \bool_if:nTF
+ {
+ !\int_if_zero_p:n { #2 } &&
+ ( \int_if_zero_p:n { 1 + \l__nmc_reuse_mode_int }
+ || \tl_if_empty_p:N #1 )
+ }
+ {
+ \tl_set:Nx \l__nmc_dbg_vv_tl
+ { \clist_use:Nn \l__nmc_reuse_loaded_tl {,~} }
}
- { \tl_clear:N \l_tmpa_tl }
- \tl_put_right:Nn \l_tmpa_tl { #1 {#2} }
+ { \clist_pop:NN \l__nmc_reuse_loaded_tl \l__nmc_dbg_vv_tl }
+ }
+\cs_new_protected:Npn \__nmc_reuse_save:N #1
+ {
+ \__nmc_reuse_load:
+ \tl_set:Nn \l_tmpb_tl { #1 }
+ \tl_put_right:Nx \l_tmpb_tl { { \exp_not:o \g__nmc_reuse_tl } }
+ \prop_get:NnNTF \l__nmc_subst_var_prop { #1 } \l_tmpa_tl
+ { \exp_last_unbraced:NV\__nmc_reuse_defcmds:Nn \l_tmpb_tl }
+ {
+ \cs_if_exist:NTF #1
+ { \__nmc_reuse_already_def:N \l_nmc_formula_tl }
+ { \exp_last_unbraced:NV\__nmc_reuse_defcmds:Nn \l_tmpb_tl }
+ }
+ }
+\cs_generate_variant:Nn \__nmc_reuse_save:N { c }
+
+\cs_new_protected:Npn \__nmc_reuse_defcmds:Nn #1#2
+ {
+ \tl_set_rescan:Nnn #1 { \ExplSyntaxOn } { #2 }
+ \__nmc_reuse_write_props:Nn #1{#2}
+ \tl_if_empty:NF \l__nmc_reuse_loaded_tl
+ { \__nmc_reuse_delete:N #1 }
+ \clist_put_left:Nn \l__nmc_reuse_loaded_tl { #1 {#2} }
\iow_open:NV \g__nmc_iow \g__nmc_reuse_filename_tl
- \iow_now:NV \g__nmc_iow \l_tmpa_tl
+ \str_set:NV \l_tmpa_str \l__nmc_reuse_loaded_tl
+ \iow_now:NV \g__nmc_iow \l_tmpa_str
\iow_close:N \g__nmc_iow
}
-\cs_new_protected:Npn \__nmc_reuse_delete:NN #1#2
+\cs_new_protected:Npn \__nmc_reuse_write_props:Nn #1#2
+ {
+ \prop_gput:Nnn \g__nmc_subst_var_prop { #1 } { #2 }
+ \tl_gset:Nn #1 { #2 }
+ }
+\cs_new_protected:Npn \__nmc_reuse_delete:N #1
{
\seq_clear:N \l_tmpb_seq
- \seq_set_split:NnV \l_tmpa_seq {,} #2
+ \seq_set_split:NnV \l_tmpa_seq {,} \l__nmc_reuse_loaded_tl
\seq_map_inline:Nn \l_tmpa_seq
- {
- \tl_if_head_eq_meaning:nNF { ##1 } #1
+ {
+ \exp_args:No\str_if_eq:nnF { \use_i:nn ##1 } { #1 }
{ \seq_put_right:Nn \l_tmpb_seq { ##1 } }
}
- \tl_set:Nx #2 { \seq_use:Nn \l_tmpb_seq {,} }
+ \tl_set:Nx \l__nmc_reuse_loaded_tl { \seq_use:Nn \l_tmpb_seq {,} }
}
-\cs_new_protected:Npn \__nmc_reuse_write_props:Nn #1#2
+\cs_new_protected:Npn \__nmc_reuse_delete:Nn #1#2
+ {
+ \prop_gremove:Nn \g__nmc_subst_var_prop { #1 }
+ \cs_undefine:N #1
+ }
+\cs_new_protected:Npn \__nmc_reuse_delete_one:N #1
{
- \prop_put_if_new:Nnn \g__nmc_class_prop { #1 }
- { \__nmc_fpify_var: \__nmc_delim_var: }
- \prop_put:Nnn \g__nmc_subst_var_prop { #1 } { #2 }
+ \__nmc_reuse_load:
+ \tl_if_empty:NF \l__nmc_reuse_loaded_tl
+ { \__nmc_reuse_delete:N #1 }
+ \__nmc_reuse_delete:Nn #1 {}
+ \iow_open:NV \g__nmc_iow \g__nmc_reuse_filename_tl
+ \iow_now:NV \g__nmc_iow \l__nmc_reuse_loaded_tl
+ \iow_close:N \g__nmc_iow
}
+\cs_generate_variant:Nn \__nmc_reuse_delete_one:N { c }
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% settings
+\cs_new_protected:Npn \__nmc_reuse_delete_all:
+ {
+ \__nmc_reuse_load:
+ \tl_if_empty:NF \l__nmc_reuse_loaded_tl
+ {
+ \seq_set_split:NnV \l_tmpa_seq {,} \l__nmc_reuse_loaded_tl
+ \seq_map_inline:Nn \l_tmpa_seq { \__nmc_reuse_delete:Nn ##1 }
+ \tl_clear:N \l__nmc_reuse_loaded_tl
+ }
+ \iow_open:NV \g__nmc_iow \g__nmc_reuse_filename_tl
+ \iow_close:N \g__nmc_iow
+ }
+\cs_new_protected:Npn \__nmc_reuse_already_def:N #1
+ { \__nmc_error_what:n { \__nmc_verb:c #1\ already~defined~in } }
+%%%%%%%%%%%%%%%%%%% settings %%%%%%%%%%%%%%%%%%%%
\bool_new:N \l__nmc_multitok_bool
\bool_new:N \l__nmc_vv_multline_bool
\bool_new:N \l__nmc_deg_bool
-\tl_new:N \l__nmc_eq_num_tl
+\tl_new:N \l__nmc_eqn_num_tl
\int_new:N \l__nmc_posi_int
+\int_set:Nn \l__nmc_posi_int { 1 }
\int_new:N \l__nmc_eval_reuse_int
-\int_new:N \l__nmc_debug_int
-\tl_new:N \l__nmc_reuse_sep_tl % numerica-plus
-\int_set_eq:NN \l__nmc_posi_int \c_one_int
-
+\int_new:N \l__nmc_dbg_int
+\cs_new_protected:Npn \__nmc_dbg_int:nn #1#2
+ {
+ \int_set:Nn \l__nmc_dbg_int
+ {
+ \int_compare:nNnTF { \int_abs:n { #1 } } = { 1 }
+ { \int_sign:n { #1 }*#2 } { #1 }
+ }
+ }
\cs_new_protected:Npn \__nmc_set_trig_parsing:n #1
{ % #1=1,2,3
- \int_set:Nn\l__nmc_posi_int { #1 }
+ \int_set:Nn \l__nmc_posi_int { #1 }
\int_compare:nNnTF { #1 } > { 1 }
- { % #1=2,3
- \int_set_eq:NN \l__nmc_trg_int \c__nmc_trg_int
- \int_compare:nNnT { #1 } > { 2 }
- { % #1=3
- \__nmc_fill_class:nn { \frac, \dfrac }
- { \__nmc_fpify_frac: \__nmc_delim_tfrac: }
- }
- }
+ { \int_set_eq:NN \l__nmc_trg_int \c__nmc_trg_int } % #1=2,3
{ \int_set_eq:NN \l__nmc_trg_int \c__nmc_uny_int } % #1=1
}
-\cs_new:Npn \__nmc_deg:
- { \bool_if:NT { \l__nmc_deg_bool } { d } }
\cs_new:Npn \__nmc_int_to_bool:Nn #1#2
{ \bool_set:Nn #1 { !\int_if_zero_p:n { #2 } } }
+\cs_new:Npn \__nmc_deg:
+ { \bool_if:NT { \l__nmc_deg_bool } { d } }
\keys_define:nn { numerica }
{
rounding .int_set:N = \l__nmc_round_int,
@@ -2609,10 +2976,12 @@
\l__nmc_sci_num_out_bool { #1 },
output-exponent-char .tl_set:N = \l__nmc_sci_num_out_tl,
input-sci-notation .code:n = \__nmc_int_to_bool:Nn
- \l__nmc_sci_num_in_bool { #1 },
+ \l__nmc_sci_num_in_bool { #1 },
input-exponent-char .tl_set:N = \l__nmc_sci_num_in_tl,
multitoken-variables .code:n = \__nmc_int_to_bool:Nn
\l__nmc_multitok_bool { #1 },
+ use-degrees .code:n = \__nmc_int_to_bool:Nn
+ \l__nmc_deg_bool { #1 },
logarithm-base .tl_set:N = \l__nmc_log_base_tl,
intify-rounding .tl_set:N = \l__nmc_intify_round_tl,
vv-display .tl_set:N = \l__nmc_vv_display_tl,
@@ -2630,6 +2999,7 @@
input-sci-notation .default:n = 0,
input-exponent-char .default:n = e,
multitoken-variables .default:n = 1,
+ use-degrees .default:n = 0,
logarithm-base .default:n = 10,
intify-rounding .default:n = 14,
vv-display .default:n = {,}\mskip 36mu minus 24mu(vv),
@@ -2643,50 +3013,64 @@
\keys_set_known:nn { numerica }
{
rounding,pad,output-sci-notation,output-exponent-char,
- input-sci-notation,input-exponent-char,
+ input-sci-notation,input-exponent-char,use-degrees,
multitoken-variables,logarithm-base,intify-rounding,
vv-display,vv-inline,sum-extra-rounding,sum-query-terms,
prod-extra-rounding,prod-query-terms,eval-reuse
}
\keys_define:nn { numerica/generic }
{
- dbg .code:n = \int_set:Nn \l__nmc_debug_int
- { \int_compare:nNnTF { \int_abs:n { #1 } } = { 1 }
- { \int_sign:n { #1 }*2*3*5*7 } { #1 } },
+ dbg .code:n = \__nmc_dbg_int:nn { #1 } { 2*3*5*7 },
+ dbg .initial:n = 0,
+ view .code:n = \__nmc_dbg_int:nn { 1 } { 2*3*5*7 },
^ .code:n = \bool_set_true:N \l__nmc_sci_num_in_bool
\tl_set:Nn \l__nmc_sci_num_in_tl { #1 },
xx .code:n = \__nmc_int_to_bool:Nn \l__nmc_multitok_bool { #1 },
() .code:n = \__nmc_set_trig_parsing:n { 2+\int_sign:n { #1-1 } },
() .initial:n = 0,
- o .code:n = \bool_set_true:N \l__nmc_deg_bool,
+ o .code:n = \__nmc_int_to_bool:Nn \l__nmc_deg_bool { #1 },
+ o .default:n = 1,
log .tl_set:N = \l__nmc_log_base_tl,
vvmode .code:n = \__nmc_calc_mode:n { \int_sign:n { #1*#1 } },
+ vv@ .code:n = \__nmc_calc_mode:n { \int_sign:n { #1*#1 } },
+ vv@ .initial:n = 0,
vvd .code:n = \tl_set:Nn \l__nmc_vv_display_tl { #1 }
\tl_if_in:NnT \l__nmc_vv_display_tl { \\ }
{ \bool_set_true:N \l__nmc_vv_multline_bool },
vvi .tl_set:N = \l__nmc_vv_inline_tl,
- * .code:n = \tl_set:Nn \l__nmc_eq_num_tl { * },
- p .tl_set:N = \l__nmc_punc_tl,
- p .default:n = {,},
+ * .code:n = \tl_set:Nn \l__nmc_eqn_num_tl { * },
S+ .int_set:N = \l__nmc_sum_extra_int,
S? .int_set:N = \l__nmc_sum_query_int,
P+ .int_set:N = \l__nmc_prod_extra_int,
P? .int_set:N = \l__nmc_prod_query_int,
}
\keys_define:nn { numerica/eval }
- { reuse .int_set:N = \l__nmc_eval_reuse_int }
-\keys_define:nn { numerica/package }
{
- plus .code:n = \file_input:n { numerica-plus.def },
- tables .code:n = \file_input:n { numerica-tables.def },
- % calculus .code:n = \file_input:n { numerica-calculus.def },
- lyx .code:n = \file_input:n { numerica-lyx.def }
+ p .tl_set:N = \l__nmc_punc_tl,
+ p .default:n = {,},
+ reuse .int_set:N = \l__nmc_eval_reuse_int
+ }
+\keys_define:nn { numerica/info }
+ { view .code:n = \__nmc_dbg_int:nn { 1 } { 2 } }
+\keys_define:nn { numerica/macros }
+ {
+ view .code:n = \__nmc_dbg_int:nn { 1 } { 2*3*5 },
+ free .code:n = \bool_set_true:N \l__nmc_macros_free_bool
+ }
+\keys_define:nn { numerica/consts }
+ {
+ view .code:n = \__nmc_dbg_int:nn { 1 } { 2*3*5 },
+ add .code:n = \bool_set_true:N \l__nmc_consts_add_bool
+ }
+\keys_define:nn { numerica/reuse }
+ {
+ view .code:n = \__nmc_dbg_int:nn { 1 } { 2 },
+ delete .code:n = \int_set:Nn \l__nmc_reuse_mode_int { -1 },
+ renew .code:n = \int_set:Nn \l__nmc_reuse_mode_int { 1 }
}
-\ProcessKeysPackageOptions { numerica/package }
-
\file_if_exist:nT { numerica.cfg }
{
\file_get:nnN { numerica.cfg } {} \l_tmpa_tl
\exp_args:NnV \keys_set_known:nn { numerica } \l_tmpa_tl
}
-% end of `numerica.sty' \ No newline at end of file
+% end of file `numerica.sty' \ No newline at end of file
diff --git a/macros/latex/contrib/numerica/numerica-basics.tex b/macros/latex/contrib/numerica/numerica.tex
index 6e58e34822..543ea46d49 100644
--- a/macros/latex/contrib/numerica/numerica-basics.tex
+++ b/macros/latex/contrib/numerica/numerica.tex
@@ -1,4 +1,4 @@
-%% LyX 2.4.0-alpha1 created this file. For more info, see https://www.lyx.org/.
+%% LyX 2.4.0-alpha3 created this file. For more info, see https://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english,tableposition=top]{report}
\usepackage{lmodern}
@@ -8,6 +8,7 @@
\usepackage{textcomp}
\usepackage[utf8]{inputenc}
\setcounter{secnumdepth}{3}
+\setcounter{tocdepth}{3}
\usepackage{color}
\definecolor{shadecolor}{rgb}{0.667969, 1, 1}
\usepackage{babel}
@@ -53,45 +54,40 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{numerica}
+\usepackage{upquote}
\newcommand\rel{\,\varrho\;}
\DeclareMathOperator{\erf}{erf}
\DeclareMathOperator{\gd}{gd}
-\reuse
-
-\usepackage{upquote}
+\reuse{}
\makeatother
\begin{document}
-\title{\texttt{numerica-basics}}
+\title{\texttt{numerica}}
\author{Andrew Parsloe\\
(\url{ajparsloe@gmail.com})\\
}
\maketitle
\begin{abstract}
-The \verb`numerica` package defines a command to wrap around a mathematical
-expression in its LaTeX form and, once values are assigned to variables,
-numerically evaluate it. The intent is to avoid the need to modify
-the LaTeX form of the expression being evaluated. For programs with
-a preview facility like LyX, or compile-as-you-go systems, interactive
-back-of-envelope calculations and numerical exploration are possible
-within the document being worked on. The package requires the bundles
-\verb`l3kernel` and \verb`l3packages`, and the \verb`amsmath` and
-\verb`mathtools` packages. Additional modules define commands to
-iterate and find fixed points of functions of a single variable, to
-find the zeros or extrema of such functions, to calculate the terms
-of recurrence relations, and to create multi-column tables of function
-values (which requires the \verb`booktabs` package).\\
+The \verb`numerica` package defines a command to numerically evaluate
+mathematical expressions in the LaTeX form in which they are typeset.
+For programs like LyX with a preview facility, or compile-as-you-go
+systems, interactive back-of-envelope calculations and numerical exploration
+are possible within the document being worked on. The package requires
+the bundles \verb`l3kernel` and \verb`l3packages`, and the \verb`amsmath`
+and \verb`mathtools` packages. \\
\\
\noindent\begin{minipage}[t]{1\columnwidth}%
\begin{shaded}%
\paragraph*{Note:}
\begin{itemize}
-\item {\normalsize This document applies to version 1.0.0 of }{\normalsize\texttt{numerica.sty}}{\normalsize .}{\small\par}
+\item {\normalsize This document applies to version 2.0.0 of }{\normalsize\texttt{numerica.sty}}{\normalsize .}{\small\par}
\item {\normalsize Reasonably recent versions of the \LaTeX 3 bundles }{\normalsize\texttt{l3kernel}}{\normalsize{}
-and }{\normalsize\texttt{l3packages}}{\normalsize{} are required.}{\small\par}
+and }{\normalsize\texttt{l3packages}}{\normalsize{} are required (although
+much of }{\normalsize\verb`l3kernel`}{\normalsize{} has
+been incorporated into \LaTeXe{} since February 2020).}{\small\par}
\item {\normalsize The package requires }{\normalsize\texttt{amsmath}}{\normalsize{}
and }{\normalsize\texttt{mathtools}}{\normalsize .}{\small\par}
\item {\normalsize I refer many times in this document (especially §\ref{sec:Argument-parsing})
@@ -99,6 +95,29 @@ to }{\normalsize\emph{Handbook of Mathematical Functions}}{\normalsize ,
edited by Milton Abramowitz and Irene A. Segun, Dover, 1965. This
is abbreviated to }{\normalsize\emph{HMF}}{\normalsize , often followed
by a number like 1.2.3 to locate the actual expression referenced.}{\small\par}
+\item {\normalsize Version 2.0.0 of }{\normalsize\texttt{numerica}}{\small\par}
+\begin{itemize}
+\item {\normalsize splits into distinct packages the additional functionality
+previously available with the }{\normalsize\texttt{plus}}{\normalsize{}
+and }{\normalsize\texttt{tables}}{\normalsize{} package options of version
+1;}{\small\par}
+\item {\normalsize allows for user-defined macros and constants (with the
+}{\normalsize\texttt{\textbackslash nmcMacros }}{\normalsize and }{\normalsize\texttt{\textbackslash nmcConstants}}{\normalsize{}
+commands) to be used in expressions to be evaluated;}{\small\par}
+\item {\normalsize rewrites the code and changes the behaviour of }{\normalsize\texttt{\textbackslash nmcReuse}}{\normalsize{}
+to maintain uniformity across all commands (}{\normalsize\texttt{\textbackslash nmcEvaluate}}{\normalsize ,
+}{\normalsize\texttt{\textbackslash nmcInfo}}{\normalsize , }{\normalsize\texttt{\textbackslash nmcMacros}}{\normalsize ,
+}{\normalsize\texttt{\textbackslash nmcConstants}}{\normalsize , }{\normalsize\texttt{\textbackslash nmcReuse}}{\normalsize );
+this command is no longer compatible with its use in v.1;}{\small\par}
+\item {\normalsize changes the behaviour of }{\normalsize\texttt{\textbackslash text}}{\normalsize{}
+and }{\normalsize\texttt{\textbackslash mbox}}{\normalsize{} in the
+}{\normalsize\texttt{\textbackslash eval}}{\normalsize{} command; adds
+}{\normalsize\texttt{\textbackslash textrm}}{\normalsize , }{\normalsize\texttt{\textbackslash textsf}}{\normalsize ,
+and }{\normalsize\texttt{\textbackslash texttt}}{\normalsize{} to compensate;}{\small\par}
+\item {\normalsize includes many adjustments to the code, including around
+nesting of commands;}{\small\par}
+\item {\normalsize adds to and amends documentation.}{\small\par}
+\end{itemize}
\end{itemize}
\end{shaded}%
\end{minipage}
@@ -112,8 +131,8 @@ by a number like 1.2.3 to locate the actual expression referenced.}{\small\par}
\texttt{numerica} is a \LaTeX{} package offering the ability to numerically
evaluate mathematical expressions in the \LaTeX{} form in which they
are typeset.\footnote{\texttt{numerica} evolved from the author's \texttt{calculyx} package
-that was designed for use with the document processor \LyX{} and available
-for download from a link on the \LyX{} wiki website (but not from CTAN). }
+that was designed for use with the document processor \LyX{} (and available
+for download from a link on the \LyX{} wiki website but not CTAN). }
There are a number of packages which can do calculations in \LaTeX ,\footnote{A simple search finds the venerable \texttt{calc} in the \LaTeX{} base,
\texttt{calculator }(including an associated \texttt{calculus} package),
@@ -135,11 +154,12 @@ For instance, given a formula
(in a math environment), this can be evaluated using \texttt{xfp}
by transforming the expression to \verb`sin(3.5)/2 + 2e-3` and wrapping
this in the command \verb`\fpeval`. In \texttt{numerica} you don't
-need to transform the formula, just wrap it in an \verb`\eval` command
-(for the acutal calculation see §\ref{subsec:introSimple-examples}):
+need to transform the formula, just wrap it in an \verb`\eval` command:
\begin{centred}
\verb`\eval{ \frac{\sin (3.5)}{2} + 2\cdot 10^{-3} }`.
\end{centred}
+(for the acutal calculation see §\ref{subsec:introSimple-examples}).\texttt{ }
+
\texttt{numerica}, like \texttt{xfp} and a number of other packages,
uses \texttt{l3fp} (the \LaTeX 3 floating point module in \texttt{l3kernel})
as its calculational engine. To some extent the main command, \verb`\nmcEvaluate`,
@@ -150,7 +170,7 @@ is digestible by \texttt{l3fp}. The aim is to make the command act
as a wrapper around such formulas. Ideally, one should not have to
make \emph{any} adjustment to them, although any text on Fourier series
suggests that hope in full generality is delusional. Surprisingly
-often however it \emph{is} possible. We will see shortly that even
+often however it \emph{is} possible. We shall see shortly that even
complicated formulas like
\[
@@ -179,83 +199,83 @@ of the \LaTeX 3 project. It uses the \LaTeX 3 module \texttt{l3fp}
(part of \texttt{l3kernel}) as its calculational engine. This enables
floating point operations to 16 significant figures, with exponents
ranging between $-10000$ and $+10000$. Many functions and operations
-are built-in to \texttt{l3fp} – arithmetic operations, trigonometric,
+are built into \texttt{l3fp} – arithmetic operations, trigonometric,
exponential and logarithm functions, factorials, absolute value, max
and min. Others have been constructed for \texttt{numerica }from \texttt{l3fp}
ingredients – binomial coefficients, hyperbolic functions, sums and
products – but to the user there should be no discernible difference.
-Associated modules provide for additional operations: iteration, finding
-zeros, recurrence relations, mathematical table building. Further
-modules are planned (e.g. calculus).
+Associated packages provide for additional operations: iteration of
+functions, finding zeros of functions, recurrence relations, mathematical
+table building; others are planned (e.g. calculus).
\section{How to use \texttt{numerica}}
-The package is invoked in the usual way:\footnote{I use the angle-bracket notation to indicate optional user input.
-Of course what is input does not include the angle brackets.} put
+The package is invoked in the usual way: put
\begin{lyxcode}
-\textbackslash usepackage{[}<options>{]}\{numerica\}
+\textbackslash usepackage\{numerica\}
\end{lyxcode}
\noindent in the \LaTeX{} preamble. \texttt{numerica} requires the
\texttt{amsmath} and \texttt{mathtools} packages and loads these automatically.
\texttt{numerica} will also accept use of some relational symbols
-from the \texttt{amssymb} package provided that package is loaded;
-see §\ref{subsec:evalBoolean-output}.
-
-\subsection{Packages and package options}
+from the \texttt{amssymb} package provided that package is loaded
+by the user; see §\ref{subsec:evalBoolean-output}.
+
+\subsection{Package options}
+
+\label{subsec:introPackagesOptions}Currently there are none. With
+version 2.0.0 of \verb`numerica` a change has been made to how additional
+functionality for the package is invoked; see §\ref{subsec:Related-packages}
+below. This means that the options available in version 1 have been
+discontinued.
+
+\subsection{Associated packages}
+
+\label{subsec:Related-packages}In version 1 of \verb`numerica` some
+additional functionality for the package could be gained by specifying
+package options – for instance the ability to create tables of function
+values or to iterate or find fixed points of functions. However this
+manner of invoking the addtional functionality makes the maintaining
+of semantic version numbering across the whole \verb`numerica` package
+difficult. With version 2.0.0 of the package, the addtional functionality
+has been separated into separate \LaTeX{} packages. Currently there
+are two of these, \verb`numerica-plus` and \verb`numerica-tables`.
+They are loaded with the familiar \verb`\usepackage` command in the
+document preamble and require the availability of the \verb`numerica`
+package in your \TeX{} distribution. Neither package requires a \verb`\usepackage{numerica}`
+statement; they take care of that themselves. So, if you enter
+\begin{lyxcode}
+\textbackslash usepackage\{numerica-plus\}
+\end{lyxcode}
+in the preamble of your document you gain access not only to the commands
+in the \verb`numerica` package but also to the commands \verb`\nmcIterate`,
+\verb`\nmcSolve`, and \verb`\nmcRecur`. \verb`\nmcIterate` enables
+the iteration of functions of a single variable, including finding
+fixed points. \verb`\nmcSolve` enables the solving of equations of
+the form $f(x)=0$ (i.e. finding the zeros of $f$), or the finding
+of local maxima or minima of a function of one variable. \verb`\nmcRecur`
+enables the calculation of terms in recurrence relations, like the
+terms of the Fibonacci series, or othogonal polynomials defined recurrently.
+See the associated document \verb`numerica-plus.pdf` for details.
+
+If you enter
+\begin{lyxcode}
+\textbackslash usepackage\{numerica-tables\}
+\end{lyxcode}
+in the preamble of your document you gain access not only to the commands
+in the \verb`numerica` package but also to the command \verb`\nmcTabulate`
+which enables the creation of (possibly multi-column) tables of function
+values and makes available most of the table formats evident in \emph{HMF}.
+See the associated document \verb`numerica-tables.pdf` for details.
-\label{subsec:introPackagesOptions}Version 1.0.0 of \texttt{numerica}
-has three package options.
-\begin{description}
-\item [{\texttt{plus}}] By calling \texttt{numerica} with the \texttt{plus}
-package option,\\
-{\ttfamily{}%
-\noindent\begin{minipage}[t]{1\columnwidth}%
-~~~~\textbackslash usepackage{[}plus{]}\{numerica\}%
-\end{minipage}}\texttt{}~\\
-the file \texttt{numerica-plus.def }is loaded where a number of additional
-commands: \verb`\nmcIterate`, \verb`\nmcSolve`, \verb`\nmcRecur`
-are defined. These enable the iteration of functions of a single variable\footnote{At this stage!},
-including finding fixed points; the solving of equations of the form
-$f(x)=0$ (or the location of local maxima or minima); and the calculation
-of terms in recurrence relations (like the Fibonacci series or othogonal
-polynomials). See the associated document \texttt{numerica-plus.pdf}.
-\item [{\texttt{tables}}] By calling \texttt{numerica} with the \texttt{tables}
-package option\\
-{\ttfamily{}%
-\noindent\begin{minipage}[t]{1\columnwidth}%
-~~~~\textbackslash usepackage{[}tables{]}\{numerica\}%
-\end{minipage}}\texttt{}~\\
-the file \texttt{numerica-tables.def} is loaded with with the command
-\verb`\nmcTabulate` enabling the creation of multi-column tables
-of function values with a wide variety of formatting options (most
-of those employed in \emph{HMF} in fact). See the associated document
-\texttt{numerica-tables.pdf}.
-\item [{\texttt{lyx}}] By calling \texttt{numerica} with the \texttt{lyx}
-package option,\\
-{\ttfamily{}%
-\noindent\begin{minipage}[t]{1\columnwidth}%
-~~~~\textbackslash usepackage{[}lyx{]}\{numerica\}%
-\end{minipage}}\texttt{}~\\
-the file \texttt{numerica-lyx.def }is loaded with code enabling the
-full use of the \verb`\nmcReuse` command in the document processor
-\LyX{} (along with all other commands of the \texttt{numerica} package).
-Use of \texttt{numerica} in \LyX{} exploits the mini-\LaTeX{} runs of
-the instant preview facility of that program to give immediate feedback
-on calculations without requiring the whole document to be compiled.
-See Chapter~\ref{chap:LyX}.
-\end{description}
-More than one option can be used at a time by separating the options
-with a comma; e.g. \texttt{\textbackslash usepackage{[}plus,tables{]}\{numerica\}}.
-However, apart from Chapter~\ref{chap:LyX}, the present document
-focuses on \texttt{numerica} when called with no options: \texttt{\textbackslash usepackage\{numerica\}}.
+A package \verb`numerica-calculus` is currently being developed.
\subsection{Simple examples of use}
\label{subsec:introSimple-examples}A simple example of use is provided
by the document
\begin{verbatim}
- \documentclass{minimal}
+ \documentclass{article}
\usepackage{numerica}
\begin{document}
@@ -284,7 +304,7 @@ male. Only a minute fraction is ever available.)
A second example is provided by the formula in earlier remarks:
\begin{verbatim}
- \documentclass{minimal}
+ \documentclass{article}
\usepackage{numerica}
\begin{document}
@@ -310,10 +330,14 @@ like (but generally more complicated than)
\end{centred}
to mean: run \texttt{pdflatex} on a document containing \verb`\eval{1+1}`
in the document body to generate a pdf containing the calculated result
-($2$ in this instance). In this case the \verb`\eval` command is
-used \emph{within} a math environment (delimited by the dollar signs).
-It is not limited to this behaviour. The command can also wrap \emph{around}
-the math delimiters (as we saw in the previous examples):
+($2$ in this instance). The reader will note that I have used dollar
+signs to delimit the math environment. I could (and perhaps should)
+have used the more \LaTeX -pure \verb`\( \)`, which will do equally
+well, but habit has won out. In the example the \verb`\eval` command
+is used \emph{within} a math environment (delimited by the dollar
+signs). It is not limited to this behaviour. The command can also
+wrap \emph{around} the math delimiters (as we saw in the previous
+examples):
\begin{centred}
\verb`\eval{$ 1+1 $}` $\Longrightarrow$ \eval{$ 1+1 $}.
\end{centred}
@@ -324,9 +348,9 @@ only the \emph{result,} followed possibly by the \emph{variable~=~value
list} (see §\ref{subsec:evalVv-list}) is displayed.
\end{itemize}
Environments may include the various AMS environments as well as the
-standard \LaTeX{} inline ( \verb`$ $` ), \texttt{equation} ( \verb`\[ \]`
-) and \texttt{eqnarray} environments. For an example of \verb`\eval`
-within an \verb`align*` environment see §\ref{subsec:introExploring}
+standard \LaTeX{} inline ( \verb`$ $` or \verb`\( \)` ), \texttt{equation}
+( \verb`\[ \]` ) and \texttt{eqnarray} environments. For an example
+of \verb`\eval` within an \verb`align*` environment see §\ref{subsec:introExploring}
below.
\begin{itemize}
\item When the \verb`\eval` command is wrapped\emph{ around} a math environment,
@@ -371,6 +395,42 @@ that case \texttt{numerica} acts as if \verb`\eval` had been used
within \verb`\[` and \verb`\]` and displays the result accordingly.
\end{itemize}
+\subsection{Checking}
+
+A question I found on the internet that caught my attention was to
+simplify $\sqrt{220-30\sqrt{35}}$. I found myself intrigued. After
+some bumbling and fumbling, I let
+\[
+x=\sqrt{220-30\sqrt{35}},\qquad y=\sqrt{220+30\sqrt{35}},
+\]
+(which seems an obvious thiing to do). Then
+\[
+xy=10\sqrt{484-315}=10\sqrt{13^{2}}=130.
+\]
+Since $x^{2}+y^{2}=440$ it was then easy to form both $(x+y)^{2}$
+and $(x-y)^{2}$ and by separating the resulting numbers into their
+prime factors, to work out that $x=5\sqrt{7}-3\sqrt{5}$. Was I right?
+\begin{centred}
+\verb`\eval{$ \sqrt{220-30\sqrt{35}} $}` $\Longrightarrow$ \eval{$ \sqrt{220-30\sqrt{35}} $},
+
+\verb`\eval{$ 5\sqrt{7}-3\sqrt{5} $}` $\Longrightarrow$ \eval{$ 5\sqrt{7}-3\sqrt{5} $}.
+\end{centred}
+Yes, the simplification was correct. And indeed $y=5\sqrt{7}+3\sqrt{5}$:
+\begin{centred}
+\verb`\eval{$ \sqrt{220+30\sqrt{35}} $}` $\Longrightarrow$ \eval{$ \sqrt{220+30\sqrt{35}} $},
+
+\verb`\eval{$ 5\sqrt{7}+3\sqrt{5} $}` $\Longrightarrow$ \eval{$ 5\sqrt{7}+3\sqrt{5} $}.
+\end{centred}
+As a final flourish,
+\begin{verbatim}
+ \eval{$ xy $}
+ [ x=5\sqrt{7}-3\sqrt{5},
+ y=5\sqrt{7}+3\sqrt{5} ]
+\end{verbatim}
+$\Longrightarrow$ \eval{$ xy $}
+ [x=5\sqrt{7}-3\sqrt{5},
+ y=5\sqrt{7}+3\sqrt{5}].
+
\subsection{Exploring}
\label{subsec:introExploring}When working on \texttt{numerica}'s
@@ -400,7 +460,6 @@ results:
\end{align*}
\end{verbatim}
(most of which was written using copy and paste) which produces
-
\begin{align*}
e-(1+1/n)^{n} & =\eval{e-(1+1/n)^{n}}[n=1\times10^{5}][x],\\
e-(1+1/n)^{n} & =\eval{e-(1+1/n)^{n}}[n=1\times10^{6}][*x],\\
@@ -430,7 +489,7 @@ the terms of the series tend to $0$ monotonically, $1>E_{n}>1-2/3n$.
From this and the inequalities $1/(1-x)>e^{x}>1+x$ when $x<1$ it
proved a straightforward matter to verify the proposed limit.
-\subsection{Reassurance}
+\subsection{Reassuring}
\label{subsec:introReassurance}In the course of some hobbyist investigations
in plane hyperbolic geometry I derived the formula
@@ -451,8 +510,8 @@ I confident that $\Phi_{1}$ and $\Phi_{2}$ really\emph{ }are equal?
It felt all too likely that I had made a mistake.
The simplest way to check was to see if the two expressions gave the
-same numericaal answers for a number of $m,\thinspace n$ values.
-I wrote \verb`\eval{\[ \]}[m=2,n=5]` twice and between the delimiters
+same numerical answers for a number of $m,\thinspace n$ values. I
+wrote \verb`\eval{\[ \]}[m=2,n=5]` twice and between the delimiters
pasted the already composed expressions for $\Phi_{1}$ and $\Phi_{2}$,
namely:
\begin{verbatim}
@@ -541,7 +600,7 @@ There are five arguments to the \verb`\nmcEvaluate` (or \verb`\eval`)
command, of which only one, the third, is mandatory. All others are
optional. If all are deployed the command looks like
\begin{centred}
-\noindent \verb`\eval*[settings]{expr.}[vv-list][num. format]`
+\noindent \verb`\nmcEvaluate*[settings]{expr.}[vv-list][num. format]`
\end{centred}
I discuss the various arguments in the referenced sections.
\begin{enumerate}
@@ -565,15 +624,17 @@ the argument. Its presence indicates the argument is the vv-list;
its absence indicates the argument is the number format specification.
The vv-list and number-format specification are \emph{trailing} optional
-arguments. There is a possibility that the \verb`\eval` command could
-be followed by a square-bracketed mathematical expression which \texttt{numerica}
-might therefore confuse with one of its trailing arguments. Experience
-using \texttt{numerica} suggests that this will be a (very) rare occurrence
-and is easily prevented by inserting an empty brace pair (\verb`{}`)
-before the offending square-bracketed expression. Allowing spaces
-between the arguments enables complicated expressions and large vv-lists
-to be formatted, in the interests of clarity, with new lines and white
-space – without requiring the insertion of comment characters (\verb`%`).
+arguments. They do not need to be hard against their preceding arguments;
+intervening spaces are allowed. This means there is a possibility
+that should the \verb`\eval` command be followed by a square-bracketed
+mathematical expression \texttt{numerica} might confuse it with one
+of its trailing arguments. Experience using \texttt{numerica} suggests
+that this will be a (very) rare occurrence and is easily prevented
+by inserting an empty brace pair (\verb`{}`) before the offending
+square-bracketed expression. Allowing spaces between the arguments
+enables complicated expressions and large vv-lists to be formatted
+with new lines and white space to aid clarity – without requiring
+the insertion of comment characters (\verb`%`).
Recommended practice is to minimise the number of optional arguments
used in \LaTeX{} commands by consolidating such arguments into a single
@@ -581,8 +642,9 @@ used in \LaTeX{} commands by consolidating such arguments into a single
the vv-list does not fit naturally into that scheme. And practice
suggests that separating out the elements of the number format specification
(rounding value, padding with zeros, scientific notation, boolean
-output) and placing them in a trailing argument feels natural for
-the kind of back-of-envelope calculations envisaged for \texttt{numerica}.
+output) and placing them in a trailing argument is both convenient
+and intuitive for the kind of back-of-envelope calculations envisaged
+for \texttt{numerica}.
\section{The variable=value list}
@@ -593,23 +655,6 @@ or \emph{vv-list} for short. This is the fourth argument of the \texttt{\textbac
command and is a square-bracket delimited optional argument (optional
because an expression may depend only on constants and numbers).
-\noindent\begin{minipage}[t]{1\columnwidth}%
-\begin{shaded}%
-I was sorely tempted to use parentheses to delimit this argument,
-since then both the placement and delimiters of the vv-list would
-anticipate the way it is displayed in the evaluated result (see the
-$mc^{2}$ example in §\ref{subsec:introSimple-examples} above). But
-there is good reason not to. Parentheses will often occur in expressions
-in the vv-list. With parentheses nested within parentheses it is all
-too easy to get a pairing wrong, which would cause a \LaTeX{} error
-and halt compilation. As it is, using the standard square bracket
-delimiters, unbalanced parentheses cause a \texttt{numerica} error
-(see §\ref{subsec:errorsMismatched-brackets}), which does not halt
-compilation. (Of course unbalanced \emph{square} brackets now will
-cause a \LaTeX{} error, but such brackets are used less often in mathematical
-expressions and are rarely nested within other square-bracketed expressions.)\end{shaded}%
-\end{minipage}
-
\subsection{Variable names}
\label{subsec:evalVariableNames}In mathematical practice, variable
@@ -619,12 +664,12 @@ with subscripts or primes or other decorations. In \texttt{numerica}
a variable name is \emph{what lies to the left of the equals sign
in an item} of the vv-list. Thus variables can be multi-token affairs:
$x',x'',x^{iv},x_{n},x'_{n},x''_{mn}$, $^{k}C_{n},var,\mathrm{var},Fred,\mathbf{Fred},\mathcal{FRED}\ldots$
-Although variable names start and end with non-space tokens, a variable
-name may contain spaces – for instance \verb`x x` should not cause
-a \verb`numerica` error, but such names are not part of mathematical
-practice. Usually, for the kind of back-of-envelope calculations envisaged
-for \verb`numerica`, and for ease of typing, most variables will
-be single letters from the Roman or Greek alphabets.
+(This criterion for what makes a variable name means a name may contain
+spaces – for instance \verb`x x` should not cause a \verb`numerica`
+error – but such names are not part of mathematical practice.) Usually,
+for the kind of back-of-envelope calculations envisaged for \verb`numerica`,
+and for ease of typing, most variables will be single letters from
+the Roman or Greek alphabets.
Because equals signs and commas give structure to the vv-list, it
should also be clear that a variable name should not contain a \emph{naked}
@@ -641,16 +686,20 @@ appear identical in the pdf but in the underlying \LaTeX{} they are
distinct, and will be treated as distinct variables by \verb`numerica`.
Although multi-token variables are perfectly acceptable, \emph{internally}
-\verb`numerica` expects variables to be single tokens. Hence a necessary
-initial step for the package is to convert all multi-token variable
-names in the vv-list and the formula to single tokens. \verb`numerica`
-does this by turning the multi-token variable names into control sequences
-with names in the sequence \verb`\_nmca`, \verb`\_nmcb`, \verb`\_nmcc`,
-etc., then searches through the vv-list and the formula for every
-occurrence of the multi-token names and replaces them with the relevant
-control sequences. It does this in order of decreasing size of name,
-working from the names that contain most tokens down to names containing
-only two tokens.
+\verb`numerica` works with single tokens. Variable names can be so
+different in structure, one from another, that to ease the parsing
+of formulas, all \emph{internal} variable names are assumed to be
+single tokens. Hence a necessary initial step for the package is to
+map all multi-token variable names in the vv-list and the formula
+to single tokens. \verb`numerica` does this by turning the multi-token
+variable names into control sequences with names in the sequence \verb`\nmc_a`,
+\verb`\nmc_b`, \verb`\nmc_c`, etc., then searches through the vv-list
+and the formula for every occurrence of the multi-token names and
+replaces them with the relevant control sequences. It does this in
+order of decreasing size of name, working from the names that contain
+most tokens down to names containing only two tokens. (Doing the replacing
+in this order prevents \emph{parts} of longer names possibly being
+mistaken for shorter variable names.)
The conversion process uses computer resources. Even if there are
no multi-token variables present, \verb`numerica` still needs to
@@ -704,9 +753,9 @@ The formula in a sense is the leftmost extension of the vv-list. The
entire evaluation occurs from right to left.
This means that the rightmost variable in the vv-list can depend only
-on (mathematical) constants and numbers – although it may be a complicated
-expression of those elements. Other variables in the vv-list can depend
-on variables \emph{to their right} but not to their left.
+on constants and numbers – although it may be a complicated expression
+of those elements. Other variables in the vv-list can depend on variables
+\emph{to their right} but not to their left.
\subsubsection{Expressions in the variable=value list}
@@ -755,10 +804,13 @@ $\Longrightarrow$ \eval{$ \sqrt{s(s-a)(s-b)(s-c)} $}
\subsubsection{Constants}
-There are five constants built-in to \texttt{numerica}: \verb`\pi`,
-the ratio of circumference to diameter of a circle, \verb`e`, the
-base of natural logarithms, \verb`\gamma`, the limit of $\left(\sum_{1}^{N}1/n\right)-\ln N$
-as $N\to\infty$, \verb`\phi`, the golden ratio, equal to $\tfrac{1}{2}(1+\surd5)$,
+\label{subsec:Built-in-Constants}\verb`numerica` has five built-in
+constants and can also accept user-defined constants. For the latter,
+see §\ref{sec:supplConstants}. The five built-in constants known
+to \texttt{numerica} are \verb`\pi`, the ratio of circumference to
+diameter of a circle; \verb`e`, the base of natural logarithms; Euler's
+constant \verb`\gamma`, the limit of $\left(\sum_{1}^{N}1/n\right)-\ln N$
+as $N\to\infty$; the golden ratio \verb`\phi`, equal to $\tfrac{1}{2}(1+\surd5)$;
and the utilitarian constant \verb`\deg`, the number of radians in
a degree.
\begin{centred}
@@ -782,16 +834,15 @@ Let's combine two of these in a formula:
which is close-ish to $\tfrac{1}{4}e$: \verb`\eval{$ \tfrac14e $}`
$\Longrightarrow$ \eval{$ \tfrac14e $}.
-\subsubsection{Use of \texttt{\textbackslash pi},\texttt{ e},\texttt{ \textbackslash gamma},\texttt{
-\textbackslash phi} as variables}
-
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
In some contexts it may feel natural to use any or all of \verb`\pi`,
\verb`e`, \verb`\gamma` and \verb`\phi` as variables by assigning
-values to them in the vv-list. \texttt{numerica} does not object.
-The values assigned in this way override the constants' values. For
-example, if the triangle we labelled ABC previously was instead labelled
-CDE then it has sides $c=3,d=4$ and (note!) $e=5$. It's area therefore
-is\medskip{}
+values to them in the vv-list. \cprotect\texttt{numerica} does not
+object. The values assigned in this way override the constants' values.
+For example, if the triangle we labelled ABC previously was instead
+labelled CDE then it has sides $c=3,d=4$ and (note!) $e=5$. It's
+area therefore is\medskip{}
\begin{verbatim}
\eval{$ \sqrt{s(s-c)(s-d)(s-e)} $}
[s=\tfrac12(c+d+e),c=3,d=4,e=5]
@@ -801,17 +852,15 @@ $\Longrightarrow$
\eval{$ \sqrt{s(s-c)(s-d)(s-e)} $}
[s=\tfrac12(c+d+e),c=3,d=4,e=5].\medskip{}
-\noindent Since this is the correct area we see that \texttt{e} has
-been treated as a variable with the assigned value $5$, not as the
-constant. But if \texttt{e} (or \verb`\pi` or \verb`\gamma` or \verb`\phi`)
-is not assigned a value in the vv-list then it has, by default, the
-value of the constant.
-
-In the case of \texttt{e}, if you wish to use it as a variable, the
-constant is always available as \verb`\exp(1)`. There is no similar
-alternative available for \verb`\pi`, \verb`\gamma` or \verb`\phi`
-although you can always do something like \verb`[\pi=<new value>,\pi_0=\pi]`
-in the vv-list, so that \verb`\pi_0` now has the constant's value.
+\noindent Since this is the correct area we see that \cprotect\texttt{e}
+has been treated as a variable with the assigned value $5$, not as
+the constant. But if \cprotect\texttt{e} (or \verb`\pi` or \verb`\gamma`
+or \verb`\phi`) is not assigned a value in the vv-list then it has,
+by default, the value of the constant. In the case of \cprotect\texttt{e},
+if you wish to use it as a variable, the constant is always available
+as \verb`\exp(1)`. There is no similar alternative available for
+\verb`\pi`, \verb`\gamma` or \verb`\phi`. \end{shaded}%
+\end{minipage}
\subsection{Display of the vv-list}
@@ -834,12 +883,14 @@ or simply the naked result:
\end{centred}
In the latter case, note that a negative result will display with
a hyphen for the minus sign unless you, the user, explicitly write
-math delimiters around the \verb`\eval*` command:
+math delimiters around the \verb`\eval*` command as a whole. Wrapping
+them around the formula has no effect:
\begin{centred}
-\verb`\eval*{$ y $}[y=ax+b,x=2,a=-2,b=2]` $\Longrightarrow$ \eval*{$ y $}[y=ax+b,x=2,a=-2,b=2]
+\verb`\eval*{$ y $}[y=ax+b,x=2,a=-2,b=2]` $\Longrightarrow$ \eval*{$ y $}[y=ax+b,x=2,a=-2,b=2],
+
+\verb`$ \eval*{ y }[y=ax+b,x=2,a=-2,b=2] $` $\Longrightarrow$ $ \eval*{ y }[y=ax+b,x=2,a=-2,b=2] $.
\end{centred}
-The \verb`$` signs that \verb`\eval*` wraps around are ignored.
-The star option delivers a number, pure and simple, with no accompaniments.
+The star option delivers a number as result, pure and simple.
\subsubsection{Suppressing display of items}
@@ -859,6 +910,18 @@ As you can see, $A_{C}$ no longer appears in the displayed vv-list.
Of course the name and its value are still recorded `behind the scenes'
and can still be used in calculations.
+\subsubsection{Empty vv-list suppressed}
+
+Should the vv-list be empty, or display of \emph{all} variables is
+suppressed by wrapping each in braces, then \emph{nothing} is displayed
+where the vv-list would normally be, not even any punctuation:
+\begin{centred}
+\verb`$ V_C=\eval{ hA_C }[{A_C}=\pi r^2,{h}=4/3,{r}=1] $` $\Longrightarrow$
+$ V_C=\eval{ hA_C }[{A_C}=\pi r^2,{h}=4/3,{r}=1] $
+\end{centred}
+If you want a full stop after the result then you will need to add
+it by hand or use the \verb`p=.` setting of §\ref{subsec:settingsPunctuation}.
+
\subsubsection{Changing the display format}
\label{subsec:evalChanging-display-format}In two examples above,
@@ -896,17 +959,62 @@ $\Longrightarrow$ \eval{
}[s=\tfrac12(a+b+c+d),
a=\surd2,b=\surd2,c=\surd3,d=1]
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+
+\subsubsection{Abusing multi-token variable names}
+
+\label{subsec:evalDon't-do-this!}A variable name is what lies to
+the left of the equals sign of an item in the vv-list. Since multi-token
+variables are converted to single tokens (like \verb`\nmc_a`) before
+any calculating is done, it is possible to sin. Thus :
+\begin{centred}
+\verb`\eval{$ \sin\pi $}[{\sin\pi}=1]` $\Longrightarrow$ \eval{$ \sin\pi $}[{\sin\pi}=1];
+\end{centred}
+and (more?) egregiously,
+\begin{centred}
+\verb`\eval{$ 10 $}[{10}=20]` $\Longrightarrow$ \eval{$ 10 $}[{10}=20].
+\end{centred}
+What is happening here is that the multi-token `variables' \verb`\sin\pi`
+and \verb`10` are being converted, right at the start of proceedings,
+to single tokens like \verb`\nmc_a`, which in \TeX -speak are macros
+containing their respective multiple tokens. For display purposes
+they expand to those multiple tokens, but for calculating within \verb`numerica`
+the single token is used. By this means one can easily create further
+grotesqueries:
+\begin{centred}
+\verb`\eval{$ ++ + ++ $}[{++}=1]` $\Longrightarrow$ \eval{$ ++ + ++ $}[{++}=1],
+
+\verb`\eval{$ 2(1+1) $}[{2(1}=3,{+1)}=5]` $\Longrightarrow$ \eval{$ 2(1+1) $}[{2(1}=3,{+1)}=5],
+
+\verb`\eval{$ 1!! $}[{!!}=42]` $\Longrightarrow$ \eval{$ 1!! $}[{!!}=42].
+\end{centred}
+Should \verb`numerica` try to check variable names to avoid consequences
+like this? I don't see any reasonable way of doing that. Symbols like
+\verb`(` and \verb`+` can easily be part of valid variable names
+– $k^{+},\,k^{-}$, $C_{n}^{(0)}$ and so on. It is left to the user,
+in any \emph{public} document, to avoid such sins. (And they could
+easily construct the displayed expressions in \LaTeX{} if they so wished
+without recourse to \verb`\eval` at all.) See also §\ref{subsec:supplMacrosDisplay}
+where a similar issue arises with user-defined macros.\end{shaded}%
+\end{minipage}
+
\section{Formatting the numerical result}
-\label{subsec:evalRoundingEtc} A result of a calculation is displayed,
-by default, to $6$ decimal places. All our results so far have been
-rounded to this figure, although not all digits are displayed, for
-instance if the sixth one is $0$, or the result is an integer. Like
-other elements of the display, both rounding value and the (dis)appearance
+\label{subsec:evalRoundingEtc}Internally, values are stored to $16$
+significant figures (if available), calculations are carried out to
+$16$ significant figures, but only rarely do we want to view the
+result to $16$ figures. Generally, we round to some smaller number
+of figures. The default rounding value is $6$, meaning by default
+at most $6$ decimal places are shown. So far, all results have been
+rounded to this figure, although not all digits are always displayed
+– for instance if the sixth one is $0$, or the result is an integer.
+
+Like other elements of the display, both rounding value and the (dis)appearance
of trailing zeros can be customized, in this case by means of an optional
argument following the vv-list (or the formula if there is no vv-list).
This optional argument may contain up to four juxtaposed items from
-seven possibilities:
+six possibilities:
\begin{itemize}
\item a question mark ?, which gives boolean output, or
\item an integer, the \emph{rounding value}, positive, negative or zero,
@@ -914,54 +1022,60 @@ specifying how many decimal places to display the result to, or
\item an asterisk {*}, which pads the result with zeros should it not have
as many decimal places as the rounding value specifies, or
\item the character \texttt{x} (lower case!) which presents the result in
-`proper' scientific notation (a form like $1.234\times10^{5}$ for
-123450), or
+`proper' scientific notation (a form like $1.2345\times10^{5}$
+for 123450), or
\item the character \texttt{t} (lower case!) which presents the result in
-a bastardized form of scientific notation useful in tables (a form
-like $(5)1.234$ for 123450), or
+a bastardized scientific notation useful in tables (a form like $(5)1.2345$
+for 123450), or
\item a character other than \texttt{?}, \texttt{{*}}, \texttt{x}, \texttt{t}
-or a digit, usually (but not necessarily) one of the letters\texttt{
-e d} \texttt{E D}, which presents the result in scientific notation
-using that character as the exponent mark (a form like $1.234\text{e}5$
-for $123450$), or
-\item a prime
-\begin{itemize}
-\item attached to the character specifying scientific notation, which extends
-that notation to numbers in the interval \texttt{{[}1,10)}, or
-\item attached to a question mark, which changes the format of boolean output.
+or an integer, usually one of the letters\texttt{ e d} \texttt{E
+D}, which presents the result in scientific notation with that character
+as the exponent mark (a form like $1.2345\text{e}5$ for $123450$).
\end{itemize}
-\end{itemize}
-If you use \texttt{?} in the same specification as some other text
-character, the \texttt{?} prevails; if you use \texttt{x} in the same
-specification as some other text character except for \texttt{?},
-the \texttt{x} prevails; if you use \texttt{t} in the same specification
-as some other text character except for \texttt{?} or \texttt{x},
-the \texttt{t} prevails.
+If you use \texttt{?} in the same specification as some other character,
+the \texttt{?} prevails; if you use \texttt{x} in the same specification
+as some other character except for \texttt{?}, the \texttt{x} prevails;
+if you use \texttt{t} in the same specification as some other character
+except for \texttt{?} or \texttt{x}, the \texttt{t} prevails.
+
+If you repeat the character serving as the exponent mark in scientific
+notation – say \verb`xx` or \verb`dd` – then scientific notation
+extends to numbers in the interval \verb`[1,10)`.
+
+If you repeat a question mark specifying boolean output, then the
+formatting of that output is changed from \verb`1/0` to $T/F$ or
+\verb`T/F` depending as there are two or three question marks used.
\subsection{Rounding value }
-\label{subsec:evalRounding-value}The rounding value specifies the
-number of decimal places displayed:
+\label{subsec:evalRounding-value}If the number is displayed as a
+decimal, the rounding value specifies the number of decimal places
+displayed. If a number is displayed in scientific notation (see below
+§\ref{subsec:evalScientificNotation}) that is still true, but it
+can mean differences in the overall number of digits displayed. For
+the moment, I show the effect of rounding in a purely decimal display:
\begin{centred}
\verb`$ \eval{ 1/3 }[4] $` $\Longrightarrow$ $ \eval{ 1/3 }[4] $
\end{centred}
-The default rounding value is $6$:
+In this case \verb`4` was entered in the number-format option and
+the result is displayed to four decimal places. The default rounding
+value is $6$:
\begin{centred}
\verb`$ \eval{ 35/3 } $` $\Longrightarrow$ $ \eval{ 35/3 } $
\end{centred}
-Following the default behaviour in \texttt{l3fp}, `ties' are rounded
-to the nearest \emph{even} digit. Thus a number ending $55$ has a
-`choice' of rounding to $5$ or $6$ and rounds up to the even digit
-$6$, and a number ending $65$ with a `choice' of rounding to $6$
-or $7$ rounds down to the even digit $6$:
+Following the default behaviour in \verb`l3fp`, the calculational
+engine which \verb`numerica` uses, `ties' are rounded to the nearest
+\emph{even} digit. Thus a number ending $55$ with a `choice' of
+rounding to $5$ or $6$ rounds up to the even digit $6$, and a number
+ending $65$ with a `choice' of rounding to $6$ or $7$ rounds
+down to the even digit $6$:
\begin{centred}
\verb`$ \eval{ 0.1234555 } $` $\Longrightarrow\eval{0.1234555}$
\verb`$ \eval{ 0.1234565 } $` $\Longrightarrow\eval{0.1234565}$
\end{centred}
-The calculational engine which \texttt{numerica} uses, \texttt{l3fp},
-works to 16 significant figures and never displays more than that
-number (and often less).
+\verb`l3fp` works to 16 significant figures and never displays more
+than that number (and often fewer).
\begin{itemize}
\item In the first of the following although I have specified a rounding
value of $19$ only $16$ decimal places are displayed, with the final
@@ -1022,22 +1136,40 @@ inserting an asterisk, {*}, into the final optional argument of the
\subsection{Scientific notation }
-\label{subsec:evalScientificNotation} The \texttt{l3fp} package can
-output numbers in scientific notation. For example, $1234$ is rendered
-as $\eval{1234}[e]$, denoting $1.234\times10^{3}$ , and $0.008$
-as $\eval{0.008}[e]$, denoting $8\times10^{-3}$. The `e' here,
-the \emph{exponent mark}, separates the \emph{significand} ($1.234$)
-from the \emph{exponent} ($3$). To switch on output in scientific
-notation in \texttt{numerica} enter \texttt{e} in the trailing optional
-argument:
+\label{subsec:evalScientificNotation} \verb`l3fp` can output numbers
+in scientific notation. For example, $1234$ is rendered as $\eval{1234}[e]$,
+denoting $1.234\times10^{3}$ , and $0.008$ as $\eval{0.008}[e]$,
+denoting $8\times10^{-3}$. The `e' here, the \emph{exponent mark},
+separates the \emph{significand} ($1.234$) from the \emph{exponent}
+($3$). In scientific notation, the significand always has one \emph{non-zero}
+digit before the decimal point.\footnote{Except for $0$ itself.}
+
+For scientific notation rounding still means the number of decimal
+places displayed, but it can result in very different numbers of digits
+being shown from the number shown in decimal form. To switch on output
+in scientific notation in \verb`numerica` enter \verb`e` in the
+trailing optional argument:
+\begin{centred}
+\verb`$ \eval{ 123.456789 }[e] $` $\Longrightarrow$ $ \eval{ 123.456789 }[e] $.
+\end{centred}
+The default rounding value $6$ is in play here, with seven digits
+of the significand displayed overall, one preceding the decimal point,
+six following it. Compare this with the same number rounded in decimal
+form:
+\begin{centred}
+\verb`$ \eval{ 123.456789012345 } $` $\Longrightarrow$ $ \eval{ 123.456789012345 } $.
+\end{centred}
+In this instance, nine digits are displayed, three before the decimal
+point and six after. Similarly compare
+\begin{centred}
+\verb`$ \eval{ 0.0123456789 }[e] $` $\Longrightarrow$ $ \eval{ 0.0123456789 }[e] $
+\end{centred}
+with
\begin{centred}
-\verb`$ \eval{ 123456789 }[e] $` $\Longrightarrow$ $ \eval{ 123456789 }[e] $.
+\verb`$ \eval{ 0.0123456789 } $` $\Longrightarrow$ $ \eval{ 0.0123456789 } $.
\end{centred}
-The default rounding value $6$ is in play here. In \texttt{numerica},
-when scientific notation is selected rounding takes a different meaning:
-it is the \emph{significand }which is rounded (not the number as a
-whole). One digit precedes the decimal point, at most $15$ follow
-it.
+This time scientific notation has gained two extra decimal digits
+to display.
Negative rounding values are pointless for scientific notation. A
zero might on occasion be relevant:
@@ -1062,7 +1194,8 @@ form of notation:
\begin{centred}
\verb`\eval{$ 1/23456789 $}[4t]`\texttt{ $\Longrightarrow$ }\eval{$ 1/23456789 $}[4t].
\end{centred}
-This is discussed more fully in the associated document \texttt{numerica-tables.pdf}.
+This is discussed more fully in the documentation for the \texttt{numerica-tables}
+package.
In the next example three options are used in the trailing argument.
The order in which the items are entered does not matter:
@@ -1074,10 +1207,10 @@ into thinking the number-format option is the vv-list, and will certainly
confuse the reader.} save for \texttt{x} or \texttt{t} can be used to distinguish the
exponent, I use an @ character:
\begin{centred}
-\verb`\eval{$ 1/123 $}[@4]` $\Longrightarrow$ \eval{$ 1/123 $}[@4].
+\verb`\eval{$ 1/125 $}[@4]` $\Longrightarrow$ \eval{$ 1/125 $}[@4].
\end{centred}
-\subsubsection{Numbers in \texttt{{[}1,10)}}
+\subsubsection{Numbers in the interval \texttt{{[}1,10)}}
Usually when scientific notation is being used, numbers with magnitude
in the interval $[1,10)$ are rendered in their normal decimal form,
@@ -1085,10 +1218,10 @@ $3.14159$ and the like. Occasionally it may be desired to present
numbers in this range in scientific notation (this can be the case
in tables where the alignment of a column of figures might be affected).
\texttt{numerica} offers a means of extending scientific notation
-to numbers in this range by adding a prime to the letter chosen as
-the exponent mark in the trailing optional argument.
+to numbers in this range by repeating the letter chosen as the exponent
+mark in the trailing optional argument.
\begin{centred}
-\verb`\eval{$ \pi $}[4t']` $\Longrightarrow$ \eval{$ \pi $}[4t']
+\verb`\eval{$ \pi $}[4tt]` $\Longrightarrow$ \eval{$ \pi $}[4tt]
\end{centred}
\subsubsection{\textbackslash eval{*} and scientific notation}
@@ -1096,7 +1229,7 @@ the exponent mark in the trailing optional argument.
Scientific notation can be used for the numerical result output by
\verb`\eval*`:
\begin{centred}
-\verb`\eval*{$ \pi $}[e']` $\Longrightarrow$ \eval*{$ \pi $}[e']
+\verb`\eval*{ \pi }[ee]` $\Longrightarrow$ \eval*{ \pi }[ee]
\end{centred}
There is one catch: if you substitute \texttt{x} for \texttt{e} here,
\LaTeX{} will complain about a missing \verb`$`. An \texttt{x} in
@@ -1105,17 +1238,12 @@ requires a math environment. It is up to you, as the user, to provide
the necessary delimiters outside the \verb`\eval*` command. (This
applies even when \verb`\eval*` wraps around math delimiters.)
-(Because of the way \texttt{numerica} parses the number-format option,
-entering a prime with neither exponent character nor question mark
-specified will result in scientific output using \texttt{e} as the
-exponent mark. The last example could have been written \verb`\eval*{$ \pi $}[']`.)
-
\subsection{Boolean output}
-\label{subsec:evalBoolean-output}\texttt{l3fp} can evaluate comparisons,
+\label{subsec:evalBoolean-output}\verb`l3fp` can evaluate comparisons,
outputting $0$ if the comparison is false, $1$ if it is true. By
entering a question mark, \texttt{?}, in the trailing optional argument,
-you can force \texttt{numerica} to do the same depending as the result
+you can force \verb`numerica` to do the same depending as the result
of a calculation is zero or not. The expression being evaluated does
not need to be a comparison, \verb`$ \eval{\pi}[?] $` $\Longrightarrow$ $ \eval{\pi}[?]$,
but comparisons are what this is designed for.
@@ -1130,7 +1258,7 @@ exhibits a numerological curiosity:\footnote{The \texttt{{[}p=.{]}} of this and
stop appears in the correct place; see §\ref{subsec:settingsPunctuation}.}
\begin{centred}
\verb`\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[5?]` $\Longrightarrow$
-\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[5?]
+\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[5?]\smallskip{}
\end{centred}
Notice the $5$ alongside the question mark in the trailing argument.
That is critical. Change the $5$ to a $6$ (or omit it since the
@@ -1150,14 +1278,14 @@ places, say to $9$, we can see what is going on:
To my eye, outputting $0$ or $1$ in response to a `question' like
$1/0.0123456789=81$ is confusing. It is easy to change the boolean
output from $0,1$ to a more appropriate $F,T$, or \texttt{$\texttt{F,\texttt{T}}$}
-by adding a prime or two primes respectively to the question mark
-in the number-format option.
+by adding one or two more question marks respectively in the number-format
+option.
\begin{centred}
-\verb`\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[6?'']` $\Longrightarrow$
-\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[6?'']
+\verb`\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[6???]` $\Longrightarrow$
+\eval[p=.]{\[ \frac1{0.0123456789}=81 \]}[6???]
\end{centred}
The default boolean output format is chosen to be $0,1$ in case an
-\verb`\eval*` command is used within another \verb`\eval` command
+\verb`\eval` command is used within another \verb`\eval` command
(`nesting'– see Chapter~\ref{chap:Nesting}~). The inner command
needs to output a \emph{numerical} answer.
@@ -1181,7 +1309,7 @@ number specified with the question mark in the trailing argument of
the \verb`\eval` command or, if no number is present, the default
rounding value (`out of the box' this is $6$). Thus, in a recent
example, $1/0.0123456789-81$ when rounded to $5$ decimal places
-is \@.$0.00000$, indistinguishable from zero at this rounding value;
+is $0.00000$, indistinguishable from zero at this rounding value;
hence the equality $1/0.0123456789=81$ is true. But when rounded
to $6$ places it is $0.000001$ which \emph{is} distinguishable from
zero and so the equality is false. Truth or falsity depends on the
@@ -1195,8 +1323,8 @@ However if the numbers we are dealing with come from outside mathematics,
from practical experiments perhaps, then even a rounding value of
$5$ or $6$ may be too large.
-\subsubsection{Rationale}
-
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
Mathematically, the claim that $X=Y$ at a rounding value $n$ is
the claim that
\[
@@ -1209,7 +1337,8 @@ One might, for instance, have numbers like $X=0.12345$, $Y=0.12335$.
Rounding to $n=4$ places, both round to $0.1234$ and yet the difference
between them is $0.0001$ – they are distinguishable numbers to $4$
places of decimals. This is why \texttt{numerica} forms the difference
-\emph{before }doing the rounding.
+\emph{before }doing the rounding.\end{shaded}%
+\end{minipage}
\subsubsection{And, Or, Not}
@@ -1220,11 +1349,11 @@ both displaying as $\land$, but \texttt{numerica} adds thin spaces
\verb`\vee` and \verb`\lor`, both displaying as $\lor$, but again
\texttt{numerica} adds thin spaces around the symbol for \verb`\lor`.
\begin{centred}
-\verb`\eval{$ 1<2 \wedge 2<3 $}[?'']` $\Longrightarrow$ \eval{$ 1<2 \wedge 2<3 $}[?''],
+\verb`\eval{$ 1<2 \wedge 2<3 $}[??]` $\Longrightarrow$ \eval{$ 1<2 \wedge 2<3 $}[??],
-\verb`\eval{$ 1<2 \land 2<3 $}[?'']` $\Longrightarrow$ \eval{$ 1<2 \land 2<3 $}[?''].
+\verb`\eval{$ 1<2 \land 2<3 $}[???]` $\Longrightarrow$ \eval{$ 1<2 \land 2<3 $}[???].
\end{centred}
-To my eye the second of these with its smidgen more space around the
+To my eye the second of these with its increased space around the
wedge symbol displays the meaning of the overall expression better
than the first. Both And and Or have equal precedence; in cases of
ambiguity the user needs to parenthesize as necessary to clarify what
@@ -1236,8 +1365,10 @@ both displaying as $\lnot$ . Not binds tightly to its argument:
\verb`\eval{$ \lnot A \land B $}[A=0,B=0]` $\Longrightarrow$ \eval{$ \lnot A \land B $}[A=0,B=0].
\end{centred}
Here \verb`\lnot` acts only on the $A$; if it had acted on $A\land B$
-as a whole the result would have been $1$.
-
+as a whole the result would have been different:
+\begin{centred}
+\verb`\eval{$ \lnot(A \land B) $}[A=0,B=0]` $\Longrightarrow$ \eval{$ \lnot(A \land B) $}[A=0,B=0].
+\end{centred}
For a little flourish, I evaluate a more complicated logical statement:\footnote{Quoting from an article in \emph{Quanta Magazine} (August 2020) by
Kevin Hartnett: `Let’s say you and two friends are planning a party.
The three of you are trying to put together the guest list, but you
@@ -1250,10 +1381,10 @@ planners?' I have written $C$ for Kemba, $A$ and $B$ for Avery
and Brad.}
\begin{verbatim}
\eval{$(A\lor\lnot C)\land(C\lor B)\land
- (\lnot A\lor\lnot B)$}[A=1,B=0,C=1][?'']
+ (\lnot A\lor\lnot B)$}[A=1,B=0,C=1][???]
\end{verbatim}
$\Longrightarrow$ \eval{$(A\lor\lnot C)\land(C\lor B)\land
- (\lnot A\lor\lnot B)$}[A=1,B=0,C=1][?'']
+ (\lnot A\lor\lnot B)$}[A=1,B=0,C=1][???].
\subsubsection{Chains of comparisons}
@@ -1286,7 +1417,7 @@ are also negations: \verb`\nless` ( $\nless$ ), \verb`\nleq` (~$\nleq$~),
\subsection{Arithmetic}
\label{subsec:evalArithmetic}Addition, subtraction, multiplication,
-division, square roots, \emph{$n$}-th roots, and exponentiating (raising
+division, square roots, \emph{$n$}th roots, and exponentiating (raising
to a power) are all available.
Multiplication can be rendered explicitly with an asterisk,
@@ -1322,7 +1453,12 @@ they need to be entered as improper fractions like $\tfrac{5}{2}$
or in decimal form, $2.5$ (as one does automatically in mathematical
expressions anyway because of the ambiguity in a form like $2\tfrac{1}{2}$).
-\subsubsection{Square roots and $n$-th roots}
+Powers are indicated with the superscript symbol \verb`^`:
+\begin{centred}
+\verb` \eval{$ 3^{2^2} $}` $\Longrightarrow$ \eval{$ 3^{2^2} $} .
+\end{centred}
+
+\subsubsection{Square roots and $n$th roots}
\label{subsec:evalSquareRootsEtc}Let us check that 3, 4, 5 and 5,
12, 13 really are Pythagorean triples (I use \verb`\sqrt` in the
@@ -1333,7 +1469,7 @@ first, \verb`\surd` in the second):
\verb`\eval{$ \surd(5^2+12^2) $}` $\Longrightarrow$ \eval{$ \surd(5^2+12^2) $}.
\end{centred}
The \verb`\sqrt` command has an optional argument which can be used
-for extracting $n$-th roots of a number. This notation is generally
+for extracting $n$th roots of a number. This notation is generally
used when $n$ is a small positive integer like $3$ or $4$. This
practice is followed in \texttt{numerica}: $n$ must be a (not necessarily
small) \emph{positive integer}:
@@ -1355,11 +1491,9 @@ nested within \verb`\bigg` commands), all digested without complaint
(see §\ref{subsec:evalFormatting-commands}; and see §\ref{subsec:settingsPunctuation}
for the \verb`[p=.]`): \medskip{}
\begin{verbatim}
- \eval[p=.]
- {\[
- \sqrt[3]
- {\!\biggl(\!\left.\frac AD\right/\!\frac BC\biggr)}
- \]}[A=729,B=81,C=9,D=3]
+ \eval[p=.]{\[ \sqrt[3]{\!
+ \biggl(\!\left.\frac AD\right/\!\frac BC\biggr)
+ }\]}[A=729,B=81,C=9,D=3]
\end{verbatim}
$\Longrightarrow$\eval[p=.]
{\[
@@ -1367,9 +1501,9 @@ $\Longrightarrow$\eval[p=.]
{\!\biggl(\!\left.\frac AD\right/\!\frac BC\biggr)}
\]}[A=729,B=81,C=9,D=3]
-As implemented in \texttt{numerica}, $n$-th roots found using \verb`\sqrt[n]`
+As implemented in \texttt{numerica}, $n$th roots found using \verb`\sqrt[n]`
are \verb`n=<integer>`\emph{ }roots. This raises an interesting question:
-if the `$n$' of an $n$-th root is the result of a calculation,
+if the `$n$' of an $n$th root is the result of a calculation,
what happens with rounding errors? The calculation may not produce
an \emph{exact} integer. (This problem also arises with factorials;
see §\ref{subsec:evalFactorialsBinom}.) The solution employed in
@@ -1383,7 +1517,7 @@ of $14$ allows ample `elbowroom' for rounding errors to be accommodated
when judging what is an integer and what is not. As a practical matter
problems should not arise.
-\subsubsection{\emph{n}-th roots of negative numbers}
+\subsubsection{\emph{n}th roots of negative numbers}
Odd (in the sense of `not even') integral roots of \emph{negative}
numbers are available with \verb`\sqrt`,
@@ -1395,14 +1529,15 @@ numbers are available with \verb`\sqrt`,
\subsubsection{Inverse integer powers }
-Of course to find an $n$-th root we can also raise to the inverse
+Of course to find an $n$th root we can also raise to the inverse
power,
\begin{centred}
\verb`\eval{$ 81^{1/4} $}` $\Longrightarrow$ \eval{$ 81^{1/4} $}.
\end{centred}
However, raising a \emph{negative} number to an inverse power generates
-an error even when, mathematically, it should not. This matter is
-discussed below in §\ref{subsec:errorsInverse-powers}.
+an error even when, mathematically, it should not. This matter, which
+is a product of floating point representation of numbers, is discussed
+below in §\ref{subsec:errorsInverse-powers}.
\subsection{Precedence, parentheses}
@@ -1463,56 +1598,6 @@ $\Longrightarrow$ \eval[p=.]{\[ \left. \dfrac{3+4}{2+1} \right/\!\dfrac{1+2}{4+5
\end{centred}
They can be nested.
-\subsection{Other formatting commands}
-
-\label{subsec:evalFormatting-commands}There are many formatting commands
-which change the layout of a formula on the page but do not alter
-its content. These include various spacing commands like \verb`\!`,
-\verb`\quad`, etc., phantoms (\verb`\phantom` etc.), \verb`\mathstrut`
-from \TeX{} and its \verb`mathtools` cousin \verb`\xmathstrut`.
-
-Consider the same package's \verb`\splitfrac` and \verb`\splitdfrac`.
-The \verb`mathtools` documentation gives an example to illustrate
-the use of these last two. I've mangled it to produce a ridiculous
-illustration of their use, and of the modifiers \verb`\left \right`,
-and of the command-form alternatives to parentheses \verb`\lparen \rparen`;
-also the use of \verb`\dfrac`. A little mental arithmetic will convince
-that we are evaluating the square root of $(9\times7)^{2}$ which
-indeed is what we get:\footnote{For the \texttt{{[}p=.,vvd={]}} see §\ref{subsec:settingsPunctuation}
-and §\ref{subsec:settingsVvDisplayChangeLocal}. The first puts the
-concluding full stop in the right place; the second suppresses the
-vv-list.} \medskip{}
-\begin{verbatim}
- \eval[p=.,vvd=]{\[
- \sqrt{\left\lparen
- \frac{ \splitfrac{xy + xy + xy + xy + xy}
- {+ xy + xy + xy + xy}
- }
- { \dfrac z7}
- \right\rparen \left\lparen
- \frac{ \splitdfrac{xy + xy + xy + xy + xy}
- {+ xy + xy + xy + xy}
- }
- {\dfrac z7}\right\rparen}
- \]}[x=2,y=5,z=10]
-\end{verbatim}
-$\Longrightarrow$\eval[p=.,vvd=]{\[
- \sqrt{\left\lparen
- \frac{ \splitfrac{xy + xy + xy + xy + xy}
- {+ xy + xy + xy + xy}
- }
- { \dfrac z7}
- \right\rparen \left\lparen
- \frac{ \splitdfrac{xy + xy + xy + xy + xy}
- {+ xy + xy + xy + xy}
- }
- {\dfrac z7}\right\rparen}
- \]}[x=2,y=5,z=10]\texttt{numerica} essentially ignores formatting commands (the ones
-it knows of). They do not alter the mathematical content of a formula,
-only how it looks. But there will undoubtedly be formatting commands
-it does not recognize which will probably trigger an `Unknown token'
-message. Please contact the author in that case.\footnote{ajparsloe@gmail.com}
-
\subsection{Trigonometric \& hyperbolic functions}
\LaTeX{} provides all six trignometric functions, \verb`\sin`, \verb`\cos`,
@@ -1612,7 +1697,7 @@ but pedantic form
\verb`\eval{$ (\sin(\theta))^2+(\cos(\theta))^2 $}[\theta=1.234]`
$\Longrightarrow$ \eval{$ (\sin(\theta))^2+(\cos(\theta))^2 $}[\theta=1.234] .
\end{centred}
-A hyperbolic identity is confirmed in this example:
+A hyperbolic identity is corroborated in this example:
\begin{centred}
\verb`\eval{$ \sinh 3x $}[x=1]` $\Longrightarrow$ \eval{$ \sinh 3x $}[x=1],\medskip{}
@@ -1631,10 +1716,10 @@ the `sine of the square of pi', $\sin(\pi^{2})$, and \emph{not
\verb`\eval{$ \sin(\pi)^2 $}` $\Longrightarrow$ \eval{$ \sin(\pi)^2 $} .
\end{centred}
Things are done like this in \texttt{numerica} above all to handle
-the logarithm in a natural way. Surely $\ln x^{n}=n\ln x=\ln(x^{n})$
+the logarithm in a natural way. Surely $\ln x^{n}=n\ln x$, i.e. $\ln x^{n}=\ln(x^{n})$
rather than $(\ln x)^{n}$? And if we wish to write (as we do) $\ln(1+1/n)^{n}=n\ln(1+1/n)=1-1/2n+1/3n^{2}-\ldots$
to study the limiting behaviour of $(1+1/n)^{n}$, then we cannot
-avoid $\ln(x)^{n}=n\ln(x)=\ln(x^{n})$.
+avoid $\ln(x)^{n}=n\ln(x)=\ln(x^{n})$ too.
\subsection{\emph{n}-ary functions}
@@ -1642,8 +1727,8 @@ The functions of more than one variable ($n$-ary functions) that
\texttt{numerica} supports are \verb`\max`, \verb`\min` and \verb`\gcd`,
greatest common divisor. The comma list of arguments to \verb`\max`,
\verb`\min` or \verb`\gcd` can be of arbitrary length. The arguments
-themselves can be expressions or numbers. For \verb`\gcd`, non-integer
-arguments are truncated to integers. Hence both $y$ and $3y$ are
+themselves can be expressions or numbers. For \verb`\gcd`, \emph{non-integer
+arguments are truncated to integers}. Hence both $y$ and $3y$ are
independently truncated in the following example – to $81$ and $243$
respectively:
\begin{centred}
@@ -1759,12 +1844,13 @@ $\Longrightarrow$ \eval{$ (\alpha+\beta)!-\alpha!-\beta! $}[\alpha=2,\beta=3].
\end{centred}
The examples illustrate how \texttt{numerica} interprets the argument
of the factorial symbol:\texttt{ }it `digests'
-\begin{enumerate}
+\begin{itemize}
\item a preceding (possibly multi-digit) integer, or
\item a preceding variable token, or
\item a bracketed expression, or
-\item a bracket-like expression – an absolute value, floor or ceiling function,
-\end{enumerate}
+\item a bracket-like expression.
+\end{itemize}
+A bracket-like expression is an absolute value, floor or ceiling function,
since they delimit arguments in a bracket-like way:
\begin{centred}
\verb`\eval{$ \abs{-4}!+\floor{\pi}!+\ceil{e}! $}` $\Longrightarrow$
@@ -1780,12 +1866,12 @@ Nesting of brackets for factorials is accepted:
\verb`\eval{$ ((5-2)!+1)! $}` $\Longrightarrow$ \eval{$ ((5-2)!+1)! $}.
\end{centred}
The factorials of negative integers or of non-integers are not defined
-in \texttt{numerica}. Again there is the problem met in relation to
-$n$-th roots of what happens if the argument of a factorial is the
-result of a calculation and rounding errors mean it is not an exact
-integer. This problem is unlikely to be of practical concern since
-\texttt{numerica} rounds the result of such a calculation by default
-to $14$ significant figures before offering it to the factorial.
+in \texttt{numerica}, and again there is the problem met in relation
+to $n$th roots of what happens if the argument of a factorial is
+the result of a calculation and rounding errors mean it is not an
+exact integer. This problem is unlikely to be of practical concern
+since \texttt{numerica} rounds the result of such a calculation by
+default to $14$ significant figures before offering it to the factorial.
Since \texttt{l3fp} works to $16$ significant figures, there is ample
`elbowroom' to accommodate rounding errors before the result of
a calculation ceases to round to an integer.
@@ -1812,7 +1898,7 @@ are defined for integers $\ge-1$.
Binomial coefficients are entered in \LaTeX{} with the \verb`\binom`\textbf{
}command. It takes two arguments and has a text-style version \verb`\tbinom`
-and a display-style version \verb`\dbinom`. As implemented in \texttt{numerica},
+and a display-style version \verb`\dbinom`. As implemented in {\ttfamily\verb`numerica`},
these are \emph{generalised} binomial coefficients:
\[
\binom{x}{k}=\frac{x(x-1)\dots(x-k+1)}{k(k-1)\dots1},\quad(x\in\mathbb{R},~k\in\mathbb{N}),
@@ -1824,12 +1910,12 @@ Thus, \verb`\eval{$ \tbinom53 $}` $\Longrightarrow$ \eval{$\tbinom53$},
\verb`\eval{$ \tbinom70 $}` $\Longrightarrow$ \eval{$\tbinom70$},
\verb`\eval{$ \tbinom{4.2}3 $}` $\Longrightarrow$ \eval{$\tbinom{4.2}3$},
but if the second (or lower) argument of \verb`\binom` is \emph{not}
-a non-negative integer, \texttt{numerica} displays a message; see
-§\ref{subsec:errorsIntegerArgs}.
+a non-negative integer, {\ttfamily\verb`numerica`} displays
+a message; see §\ref{subsec:errorsIntegerArgs}.
\subsection{Sums and products}
-\texttt{numerica} recognizes sums (\verb`\sum` displaying as $\sum$)
+\verb`numerica` recognizes sums (\verb`\sum` displaying as $\sum$)
and products (\verb`\prod` displaying as $\prod$), and expects both
symbols to have lower and upper summation/product limits specified.
The lower limit must be given in the form \emph{sum/prod variable
@@ -1893,8 +1979,8 @@ in the product to achieve 3-figure accuracy.
\subsubsection{Infinite sums and products}
-There is a strong urge to use $\infty$ in the upper limit of this
-product. Let's do so:
+How many more? Let's `go the whole hog' and put $\infty$ in the
+upper limit of this product:
\begin{verbatim}
\eval[p=.]{\[
\prod_{k=1}^{\infty}
@@ -1918,10 +2004,10 @@ For this particular product the problem is that it converges slowly.
Any criterion for when to stop multiplying terms or, for an infinite
sum adding terms, seems bound to fail for some product or series.
Presumably any stopping criterion must measure smallness in some way.
-But terms of the divergent harmonic series, $\sum(1/n)$ can always
-be found smaller than any value we care to specify. It is not surprising
-that a sufficiently slowly converging product or series falls foul
-of a given criterion.
+But terms of, for example, the divergent harmonic series $\sum(1/n)$
+can always be found smaller than any value we care to specify. It
+is not surprising that a sufficiently slowly converging product or
+series falls foul of a given criterion.
The default criterion however can be changed. Because this involves
values assigned in the settings option of the \verb`\eval` command,
@@ -1942,6 +2028,189 @@ $\Longrightarrow$ \eval[p=.]
\sum_{n=0}^{\infty}\binom{\alpha}{n}x^{n}
\]}[\alpha=4.321,x=0.1234]
+\subsection{Formatting commands}
+
+\label{subsec:evalFormatting-commands}There are many formatting commands
+which change the layout of a formula on the page but do not alter
+its calculational content. \verb`numerica` copes with a great many
+of these formatting commands, although there will surely be some that
+it has overlooked and which will trigger an `Unknown token' message;
+see §\ref{sec:evalErrors}. \footnote{Please contact the author in that case: ajparsloe@gmail.com}
+
+\subsubsection{Spaces, phantoms, struts}
+
+These include cryptic forms like \verb`\,` \verb`\:` and \verb`\>`,
+\verb`\;` and the corresponding `verbose' forms, \verb`\thinspace`,
+\verb`\medspace` and \verb`\thickspace` and their negative equivalents
+\verb`\!` or \verb`\negthinspace`, \verb`\negmedspace` and \verb`\negthickspace`:
+\begin{centred}
+\verb`\eval{$ 1\negthickspace+\negthickspace 1 $}` $\Longrightarrow$
+\eval{$ 1\negthickspace+\negthickspace 1 $}
+\end{centred}
+which gives the text spacing of 1+1 as against the usual math spacing
+$1+1$ but doesn't affect the result of the calculation.
+
+Other spacing commands are \verb`\quad` and \verb`\qquad`, and \verb`\hspace{arg}`
+and \verb`\mspace{arg}`. For \verb`\hspace` there is also a starred
+form, \verb`\hspace*{arg}`. Phantoms similarly take an argument:
+\verb`\phantom{arg}`, \verb`\hphantom{arg}` and \verb`\vphantom{arg}`.
+\begin{centred}
+\verb`\eval{$ 1\hphantom{mmm}+\hphantom{mmm}1 $}` $\Longrightarrow$
+\eval{$ 1\hphantom{mmm}+ \hphantom{mmm}1 $}.
+\end{centred}
+Like \verb`\vphantom`, struts allow vertical spacing adjustments.
+\verb`numerica` should digest both \verb`\xmathstrut[optarg]{arg}`
+from \verb`mathtools` and its `baby cousin' \verb`\mathstrut`
+from \TeX . An example from \emph{The \TeX{} book} demonstrating the
+use of \verb`\mathstrut` is
+\begin{verbatim}
+ \eval{$\sqrt{\mathstrut a}+\sqrt{\mathstrut d}+
+ \sqrt{\mathstrut y}$}[a=4,d=9,y=16]
+\end{verbatim}
+$\Longrightarrow$ \eval{$\sqrt{\mathstrut a}+\sqrt{\mathstrut d}+\sqrt{\mathstrut y}$}[a=4,d=9,y=16],
+
+And here is an evaluation of an expression from the \verb`mathtools`
+documentation using \verb`\xmathstrut`:
+\begin{verbatim}
+ \eval{\[ \frac{ \frac{ \xmathstrut{0.1} x-1 }
+ { \xmathstrut{0.25} x-\sin{ x} } }
+ {\xmathstrut{0.4} \sqrt{ 10-x } } \]}
+ [x=\pi/6]
+\end{verbatim}
+$\Longrightarrow$ \eval{\[ \frac{ \frac{ \xmathstrut{0.1} x-1 }
+ { \xmathstrut{0.25} x-\sin{ x} } }
+ {\xmathstrut{0.4} \sqrt{ 1-x } } \]}
+ [x=\pi/6]
+
+\subsubsection{\texttt{\textbackslash splitfrac}}
+
+The \verb`mathtools` package provides \verb`\splitfrac` and \verb`\splitdfrac`
+to aid handling of clumsy fractions. The documentation gives an (artificial)
+example of use. I've mangled it to produce an even more ridiculous
+illustration, adding to the mess an enormous square root, the modifiers
+\verb`\left` and \verb`\right`, and the command-form alternatives
+to parentheses, \verb`\lparen` and \verb`\rparen`; also the use
+of \verb`\dfrac`. A little mental arithmetic will convince that we
+are evaluating the square root of $(9\times7)^{2}$ which indeed is
+what we get:\footnote{For the \texttt{{[}p=.,vvd={]}} see §\ref{subsec:settingsPunctuation}
+and §\ref{subsec:settingsVvDisplayChangeLocal}. The first puts the
+concluding full stop in the right place; the second suppresses the
+vv-list.} \medskip{}
+\begin{verbatim}
+ \eval[p=.,vvd=]{\[
+ \sqrt{\left\lparen
+ \frac{ \splitfrac{xy + xy + xy + xy + xy}
+ {+ xy + xy + xy + xy}
+ }
+ { \dfrac z7}
+ \right\rparen \left\lparen
+ \frac{ \splitdfrac{xy + xy + xy + xy + xy}
+ {+ xy + xy + xy + xy}
+ }
+ {\dfrac z7}\right\rparen}
+ \]}[x=2,y=5,z=10]
+\end{verbatim}
+$\Longrightarrow$ \eval[p=.,vvd=]{\[
+ \sqrt{\left\lparen
+ \frac{ \splitfrac{xy + xy + xy + xy + xy}
+ {+ xy + xy + xy + xy}
+ }
+ { \dfrac z7}
+ \right\rparen \left\lparen
+ \frac{ \splitdfrac{xy + xy + xy + xy + xy}
+ {+ xy + xy + xy + xy}
+ }
+ {\dfrac z7}\right\rparen}
+ \]}[x=2,y=5,z=10]
+
+\subsubsection{Colour}
+
+\label{subsec:Colour}(Anglicised spelling at least for the heading!)
+If you add to the preamble of your document the line
+\begin{lyxcode}
+\textbackslash usepackage\{color\}
+\end{lyxcode}
+two commands become available, \verb`\textcolor[optarg]{arg1}{arg2}`
+and the declaration form of command, \verb`\color[optarg]{arg}`.
+\verb`numerica` readily accepts the former in a formula to be evaluated:
+\begin{centred}
+\verb`\eval{$ \sin \tfrac\pi6n\textcolor{red}{T}+1 $}[T=9,n=3]` $\Longrightarrow$
+\eval{$ \sin \tfrac\pi6n\textcolor{red}{T}+1 $}[T=9,n=3]
+\end{centred}
+(assuming you had some wish to highlight the time $T$).
+
+However there are restrictions on the use of \verb`\color` in \verb`\eval`
+commands. \verb`\color` is a \emph{declaration} form of command.
+It has effect until the end of the current group or environment. If
+you want to restrict it to only part of that group you need to em-brace
+the command and what it is to apply to,
+\begin{lyxcode}
+<pre-stuff>\{\textbackslash color\{red\}<red-stuff>\}<post-stuff\}
+\end{lyxcode}
+but that is where the problem arises. \verb`numerica` does not check
+for `unannounced' brace groups. It expects a brace group to be introduced
+by a preceding instruction like \verb`\sqrt` or \verb`\frac` or
+\verb`^`. When announced in this way, \verb`numerica` can handle
+the brace group appropriately. But the brace group \verb`{\color{red}<red-stuff>}`
+is not so announced. \verb`numerica`'s parsing routine will not recognize
+what it has just swallowed and a \LaTeX{} error will result. So, \verb`\color`
+cannot be used in a formula in a `naked' or unannounced brace group.
+Writing \verb`\eval{$ \color{red} \sin \tfrac\pi6nT+1 $}[T=9,n=3]`
+is fine, as is
+\begin{centred}
+\verb`\eval{$ \sin \tfrac\pi6nT+1 \color{red} $}[T=9,n=3]` $\Longrightarrow$
+\eval{$ \sin \tfrac\pi6nT+1 \color{red} $}[T=9,n=3].
+\end{centred}
+So too, because the \verb`\frac` introduces the confining brace group,
+is
+\begin{centred}
+\verb`\eval{$ \frac{\color[gray]{0.5}A}B $}[A=12,b=4]` $\Longrightarrow$\eval{$ \frac{\color[gray]{0.5}A}B $}[A=12,B=4],
+\end{centred}
+where both arguments of the \verb`\color` command are used for grayscale
+output.
+
+But trying something like \verb`\eval{$ 3{\color[gray]{0.5}x}+1 $}[x=2]`
+will cause a \LaTeX{} error and halt compilation since there is no
+command announcing the brace group confining the \verb`\color` command.
+
+\subsubsection{\texttt{\textbackslash text}, \texttt{\textbackslash mbox}, font
+commands}
+
+\label{subsec:Text-mbox-fonts}Following a rethink of the behaviour
+of a number of font and formatting commands, in version 2 of \verb`numerica`
+the content of a \verb`\text` or \verb`\mbox` command is \emph{invisible}
+to the \verb`\eval` command. \emph{This behaviour is different from
+that of version 1.} Now the content is ignored in a calculation,
+\begin{centred}
+\verb`\eval*{ 1/0.0123456789 \mbox{approx.} }[5]` $\Longrightarrow$
+\eval*{ 1/0.0123456789 \mbox{approx.}}[5],
+\end{centred}
+even when the \verb`\text` or \verb`\mbox` contains mathematical
+content.
+
+Conversely, the content of font commands (like \verb`\mathbf` or
+\verb`\mathcal`) is \emph{visible} to \verb`\eval`. This becomes
+useful should numbers be input in scientific notation (see §\ref{subsec:settingsInputtingSciNotation}).
+As well as the math font commands, \verb`\eval` also accepts \verb`\textrm`,
+\verb`\textsf` and \verb`\texttt`. Thus a number in scientific notation
+like \verb`2e-1` appearing in the formula or the vv-list can display
+correctly by wrapping it in a \verb`\textrm` or \verb`\texttt` command,
+rather than displaying inappropriately as the algebraic expression
+$2e-1$.
+
+\subsubsection{\texttt{\textbackslash ensuremath},\texttt{ \$},\texttt{ \textbackslash (},\texttt{
+\textbackslash )},\texttt{ \textbackslash{[}},\texttt{ \textbackslash{]}}}
+
+Should \verb`\ensuremath` be included in a formula for evaluation
+(but why?) it is digested without demur, irrespective of whether explicit
+math delimiters are present or not. More generally, should math delimiters
+(through some momentary oversight) be used both within and outside
+an \verb`\eval` command, the command is processed as if only the
+outside environment is involved; the inner delimiters are ignored:
+\begin{centred}
+\verb`$ \eval{\[ -4^2 \]} $` $\Longrightarrow$ $ \eval{\[ -4^2 \]} $.
+\end{centred}
+
\section{Error messages }
\label{sec:evalErrors}There are two kinds of error in \texttt{numerica}:
@@ -1952,7 +2221,7 @@ produce messages displayed in the pdf where one would expect the result
of the calculation to be. The original reason for doing things this
way was to enable \texttt{numerica} to be used effectively with the
instant preview facility of the document processor \LyX . More philosophically,
-one might view such errors as similar to grammatical errors or spelling
+one might view such errors as similar to errors of grammar or spelling
mistakes in text. It is not clear that they should halt compilation.
Hence strictly \texttt{numerica}-related errors leave brief messages
in the pdf at the offending places.
@@ -2021,51 +2290,34 @@ token message:
\begin{centred}
\verb`$\eval{axy}[a=3 y=2,x=1]$` $\Longrightarrow$ \eval{axy}[a=3y=2,x=1]
\end{centred}
-Because of the missing comma, \texttt{numerica} assumes \texttt{a}
-has the `value' \texttt{3y=2} and has no knowledge of \texttt{y}
-as a variable.
-
-The presence of multi-token variables can also cause this error message
-if the check for such variables is turned off; see §\ref{subsec:settingsMultitokSwitch}.
-
-\subsection{Other vv-list errors}
-
-Other errors that can occur with the vv-list are overlooked value
-assignments to variables, or missing commas. For the first, it is
-essential that we do actually give a value to all variables occuring
-in the vv-list:
-\begin{centred}
-\verb`$\eval{axy}[a=3,y=,x=1]$` $\Longrightarrow$ \eval{axy}[a=3,y=,x=1]
-\end{centred}
-The remedy is obvious – assign a value to \texttt{$y$}.
+Because of the missing comma, \verb`numerica` assumes \verb`a` has
+the `value' \verb`3y=2`, an expression which it then tries to evaluate,
+but the variable \verb`y` in this expression has not been assigned
+a value, which generates the message.
\emph{Extra} commas in the vv-list should cause no problems:
\begin{centred}
\verb`$\eval{axy}[,a=3,,y=2,x=1,]$` $\Longrightarrow$ $\eval{axy}[,a=3,,y=2,x=1,]$
\end{centred}
+The presence of multi-token variables can also cause an unknown token
+message if the check for such variables is turned off; see §\ref{subsec:settingsMultitokSwitch}.
-\subsection{Inverse powers of negative numbers}
+\subsection{Overlooked value assignments}
-\label{subsec:errorsInverse-powers}Inverse integer powers of positive
-numbers should always be possible, but raising a \emph{negative} number
-to an inverse power generates an error even when, mathematically,
-it should not:
+Perhaps if one is evaluating a formula with a number of variables
+and assigning different experimental values to them to see the effect,
+a variable might be overlooked:
\begin{centred}
-\verb`\eval{$ (-125)^{1/3} $}` $\Longrightarrow$ \eval{$ (-125)^{1/3} $}
+\verb`$\eval{axy}[a=3,y=,x=1]$` $\Longrightarrow$ \eval{axy}[a=3,y=,x=1]
\end{centred}
-This is a feature of floating point arithmetic. When a number is raised
-to a rational power, say $p/q$ where $p$ and $q$ are non-zero integers,
-then the result is the $p$-th power of the $q$-th root of the number.
-Can a $q$-th root be taken? If our floating point system used (for
-ease of illustration) only $4$ significant digits, $p/q=1/3$ would
-be the fraction $3333/10^{4}$, an odd numerator over an even denominator.
-But a negative number does not possess an even ($10^{4}$-th) root.
+In the example the variable \verb`y` has been overlooked. The remedy
+is obvious – assign a value to it.
\subsection{Integer argument errors}
\label{subsec:errorsIntegerArgs}Some functions require integer arguments
– factorials, the second argument of a binomial coefficient, and (in
-\texttt{numerica}) $n$-th roots using the optional argument of \texttt{\textbackslash sqrt};
+\texttt{numerica}) $n$th roots using the optional argument of \texttt{\textbackslash sqrt};
also summation and product variables. If integers are explicitly entered
for these arguments there is no problem, but if the value of the argument
is the result of a calculation, rounding errors require thinking about.
@@ -2073,7 +2325,7 @@ What accumulation of rounding errors is \emph{too} much so that the
result of the calculation \emph{cannot} be considered an integer?
\texttt{numerica} is generous: in the default setup, if a calculation
rounds to an integer at rounding value $14$ the result of the calculation
-is considered an integer (obviously, the integer resulting from the
+is considered an integer (obviously, the value resulting from the
rounding). Since \texttt{l3fp} works to $16$ significant figures
that gives ample room for rounding errors to `get lost in' and be
ignored, while still ruling out such things as (recall the example
@@ -2092,9 +2344,11 @@ can be changed: see §\ref{subsec:defaultsIntifyingRounding}.
Should a user try to make a comparison using a combination like \verb`>=`
rather than \verb`\geq`, \texttt{numerica} admonishes like this:
\begin{centred}
-\verb`$\eval{ \pi^e >= e^\pi }[?]$` $\Longrightarrow$ $\eval{ \pi^e >= e^\pi }[?]$
+\verb`$\eval{ e^\pi >= \pi^e }[?]$` $\Longrightarrow$ $\eval{ e^\pi >= \pi^e }[?]$
\end{centred}
-(The relation is false by the way.)
+(The relation is true by the way.) The same error is generated by
+other multi-token comparisons. They are used in programming languages,
+yes, but \emph{not} in mathematics.
\subsection{Invalid base for \texttt{\textbackslash log}}
@@ -2104,7 +2358,7 @@ or $2$ or whatever? Nonetheless \texttt{numerica} assumes that when
\verb`\log` is used unsubscripted, the base is 10. Suppose you want
to make $12$ the base, but forget to put braces around the $12$:
\begin{centred}
-\verb`$\eval{ \log_12 1728 }$` $\Longrightarrow$ $\eval{ \log_12 1728 }$
+\verb`$\eval{ \log_12 1728 }$` $\Longrightarrow$ $\eval{ \log_12 1728 } $
\end{centred}
Here, \texttt{numerica} has taken \texttt{1} as the base (and $21728$
as the argument) of the logarithm and responds accordingly.
@@ -2113,30 +2367,49 @@ as the argument) of the logarithm and responds accordingly.
Some errors arising at the \texttt{l3fp} level are trapped and a message
displayed.
-\begin{itemize}
-\item Dividing by zero
-\end{itemize}
+
+\subsubsection{Dividing by zero}
\begin{centred}
\verb`$\eval{1/\sin x}[x=0]$` $\Longrightarrow$ \eval{1/\sin x}[x=0]
\end{centred}
Note however that \verb`$\eval{1/\sin x}[x=\pi]$` $\Longrightarrow\,\eval{1/\sin x}[x=\pi]$,
because of rounding errors in distant decimal places. No doubt this
is true for other functions as well.
-\begin{itemize}
-\item Invalid operation
-\end{itemize}
+
+\subsubsection{Invalid operation}
+
+\label{subsec:errorsInverse-powers}Finding inverse integer powers
+of \emph{positive} numbers should always be possible, but raising
+a \emph{negative} number to an inverse power generates an error even
+when – mathematically – it should not:
+\begin{centred}
+\verb`\eval{$ (-125)^{1/3} $}` $\Longrightarrow$ \eval{$ (-125)^{1/3} $}
+\end{centred}
+This is a feature of floating point arithmetic. When a number is raised
+to a rational power, say $p/q$ where $p$ and $q$ are non-zero integers,
+then the result is the $p$th power of the $q$th root of the number.
+Can a $q$th root be taken? If our floating point system used (for
+ease of illustration) only $4$ significant digits, $p/q=1/3$ would
+be the fraction $3333/10^{4}$, an odd numerator over an even denominator.
+But a negative number does not possess an even ($10^{4}$th) root.
+
+Trying to evaluate a function like a factorial or square root or inverse
+trig. function outside its domain of definition also produces this
+error:
\begin{centred}
\verb`$\eval{\arccos x}[x=2]$` $\Longrightarrow$ \eval{\arccos x}[x=2]
\end{centred}
-In this case the inverse cosine has been fed a value of $x$ outside
-its domain of definition, the interval $[-1,1]$. Trying to evaluate
-an expression that resolves to $0/0$ also produces this message:
+In this case the inverse cosine, which is defined only on the interval
+$[-1,1]$, has been fed the value $2$.
+
+Trying to evaluate an expression that resolves to $0/0$ also produces
+this message:
\begin{centred}
-\verb`$\eval{\frac{1-y}{x-2}}[x=2,y=1]$`$\Longrightarrow$ \eval{\frac{1-y}{x-2}}[x=2,y=1]
+\verb`$\eval{\frac{1-y}{x-2}}[x=2,y=1]$` $\Longrightarrow$ \eval{\frac{1-y}{x-2}}[x=2,y=1]
\end{centred}
-\begin{itemize}
-\item Overflow/underflow
-\end{itemize}
+
+\subsubsection{Overflow/underflow}
+
The factorial (discussed in §\ref{subsec:evalFactorialsBinom}) provides
an example of overflow:
\begin{centred}
@@ -2150,9 +2423,11 @@ There is a limit on the size of exponents that \texttt{l3fp} can handle.
A number in the form $a\times10^{b}$ must have $-10001\le b<10000$.
If this is not the case an overflow or underflow condition occurs.
As the examples show, an overflow condition generates a \texttt{numerica}
-error. For underflow, where the number is closer to $0$ than $10^{-10001}$,
+error.
+
+For underflow, where the number is closer to $0$ than $10^{-10001}$,
\texttt{l3fp} assigns a zero value to the quantity. \texttt{numerica}
-accepts the zero value.
+accepts the zero value and the error is ignored.
\chapter{Settings}
@@ -2171,17 +2446,18 @@ command is the settings option, delimited by square brackets. This
option is a \emph{key=value} list, hence comma-separated. \emph{Key=value
}lists tend to be wordy. For back-of-envelope calculations one wants
to be able to `dash off' the calculation, hence the short, cryptic
-nsture of the keys. Most settings are generic, applicable not only
+nature of the keys. Most settings are generic, applicable not only
to \verb`\nmcEvaluate` but also to other commands that are available
-if \texttt{numerica} is loaded with the \texttt{plus} option; see
-the associated document \texttt{numerica-plus.pdf}.
+if the packages \texttt{numerica-plus} or \texttt{numerica-tables}
+are loaded; see §\ref{subsec:Related-packages}.
\subsection{\textquoteleft Debug\textquoteright{} facility}
\label{subsec:settingsDebug}It is rather grandiose to call this a
debug facility, but if a calculation goes wrong or produces a surprising
-result, \texttt{numerica} offers a means of examining some intermediate
-stages on the way to the final result. To use the facility, enter
+result, \texttt{numerica} offers a means of examining various quantities
+at some intermediate stages on the way to the final result. To use
+the facility, enter
\begin{lyxcode}
dbg~=~<integer>
\end{lyxcode}
@@ -2191,8 +2467,6 @@ into the settings option. (White space around the equals sign is optional.)
error message (this is the default);
\item \texttt{dbg=1 }equivalent to \texttt{dbg=2{*}3{*}5{*}7};
\end{itemize}
-The `magic' integers are the following primes and their products:
-
\begin{table}[t]
\centering
\noindent \centering{}\caption{Settings options}
@@ -2202,132 +2476,118 @@ The `magic' integers are the following primes and their products:
{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
\midrule
{\small\texttt{dbg}} & {\small int} & {\small debug `magic' integer} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{reuse}} & {\small int} & {\small form of result saved with }{\small{\small\verb`\nmcReuse`}} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{view}} & & {\small equivalent to }{\small\texttt{dbg=1}} & \tabularnewline
{\small\texttt{\textasciicircum}} & {\small char} & {\small exponent mark for sci. notation input} & {\small\texttt{e}}\tabularnewline
{\small\texttt{xx}} & {\small int (0/1)} & {\small multi-token variable switch} & {\small\texttt{1}}\tabularnewline
{\small\texttt{()}} & {\small int (0/1/2)} & {\small trig. arg. parsing} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{o}} & & {\small degree switch for trig. funcions} & \tabularnewline
+{\small\texttt{o}} & {\small int (0/1)} & {\small degree switch for trig. functions} & {\small\texttt{1}}\tabularnewline
{\small\texttt{log}} & {\small num} & {\small base of logarithms for }{\small{\small\verb`\log`}} & {\small\texttt{10}}\tabularnewline
-{\small\texttt{vvmode}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{vvd}} & {\small token(s)} & {\small vv-list display-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
+{\small\texttt{vv@}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{vvd}} & {\small token(s)} & {\small vv-list display-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 12mu 6mu minus 9mu(vv)}}\tabularnewline
{\small\texttt{vvi}} & {\small token(s)} & {\small vv-list text-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
{*} & & {\small suppress equation numbering if }{\small\texttt{\textbackslash\textbackslash}}{\small{}
in }{\small\texttt{vvd}} & \tabularnewline
{\small\texttt{p}} & token(s) & {\small punctuation (esp. in display-style)} & {\small\texttt{,}}\tabularnewline
+{\small\texttt{reuse}} & {\small int} & {\small form of result saved with }{\small{\small\verb`\nmcReuse`}} & {\small\texttt{0}}\tabularnewline
\bottomrule
\end{tabular}
\par\end{center}
\end{table}
+The `magic' integers are the following primes and their products
\begin{itemize}
\item \texttt{dbg=2} displays the vv-list after multi-token variables have
-been converted to their single token form, \texttt{\textbackslash\_nmca},
-\texttt{\textbackslash\_nmcb}, etc.;
+been converted to their single token form, \texttt{\textbackslash nmc\_a},
+\texttt{\textbackslash nmc\_b}, etc.;
\item \texttt{dbg=3} displays the formula after multi-token variables have
been converted to their single token form;
-\item \texttt{dbg=5} displays the stored variables and their evaluated values
-(\texttt{dbg=2} lists the values as expressions; here they have been
-evaluated); note that any saved values (Chapter~\ref{chap:Saving-and-retrieving})
-that have been loaded will also feature in this list which might lead
-to a messy display depending on the nature of those values;
-\item \texttt{dbg=7} displays the formula after it has been fp-ified (but
-before it has been fed to \texttt{l3fp} to evaluate);
+\item \texttt{dbg=5} displays the stored variables and their \emph{evaluated}
+values (\texttt{dbg=2} lists the values as expressions);
+\item \texttt{dbg=7} displays the formula after it has been fp-ified but
+before it has been fed to \texttt{l3fp} to evaluate;
\begin{itemize}
\item should the formula successfully evaluate, the result of the evaluation
-is also displayed.
+is also displayed (but without any formatting).
\end{itemize}
\end{itemize}
-\vspace{-1ex}
-
-\begin{wraptable}{o}{0.5\columnwidth}%
-\centering{}\caption{Magic integers}\label{tab:settingsMagic-integers}
-\begin{center}
-\begin{tabular}{rrl}
-\toprule
-integer & & \multicolumn{1}{c}{factors}\tabularnewline
-\midrule
-6 & & 2,3\tabularnewline
-10 & & 2,5\tabularnewline
-14 & & 2,7\tabularnewline
-15 & & 3,5\tabularnewline
-21 & & 3,7\tabularnewline
-30 & & 2,3,5\tabularnewline
-35 & & 5,7\tabularnewline
-42 & & 2,3,7\tabularnewline
-70 & & 2,5,7\tabularnewline
-105 & & 3,5,7\tabularnewline
-210 & & 2,3,5,7\tabularnewline
-\bottomrule
-\end{tabular}
-\par\end{center}\end{wraptable}%
-To display two or more of these elements simultaneously, use the product
-of their debug numbers for the magic integer. This can be entered
-either as the multiplied-out product, or as the `waiting to be evaluated'
-product with asterisks (stars) between the factors. Thus \texttt{dbg=6}
-or \verb`dbg=2*3` display both the vv-list and formula after multi-token
-variables have been converted to single token form; \texttt{dbg=10}
-or \verb`dbg=2*5` display both the vv-list after multi-token variables
-have been converted to single token form and the recorded variables
-with their evaluated values. And similarly for the other magic integers
-listed. For other integers, if they are divisible by $2$ or $3$
-or $5$ or $7$, they will display the corresponding component. Both
-\texttt{dbg=210} and \verb`dbg=2*3*5*7` display all four elements,
-but rather than remembering this product, it suffices to put \texttt{dbg=1}.
-This is equivalent and displays all elements.
-
-The debug option uses an \texttt{aligned }or \texttt{align{*}} environment
-to display its wares, depending on the presence or absence of math
-delimiters around the \texttt{\textbackslash eval} command. In the
-next example I have used multi-token variables to illustrate the different
-elements in the debug display, and a chain of comparisons to show
-how \texttt{numerica} treats these (§\ref{subsec:evalBoolean-output}).
+To display two or more of the debug elements simultaneously, use the
+product of their debug numbers for the magic integer. This can be
+entered either as the multiplied-out product, or as the `waiting
+to be evaluated' product with asterisks (stars) between the factors.
+Thus \texttt{dbg=6} or \verb`dbg=2*3` display both the vv-list and
+formula after multi-token variables have been converted to single
+token form; \texttt{dbg=10} or \verb`dbg=2*5` display both the vv-list
+after multi-token variables have been converted to single token form
+and the recorded variables with their evaluated values. And similarly
+for the other magic integers listed. For other integers, if they are
+divisible by $2$ or $3$ or $5$ or $7$, they will display the corresponding
+component. Both \texttt{dbg=210} and \verb`dbg=2*3*5*7` display all
+four elements, but rather than remembering this product, it suffices
+to put \texttt{dbg=1}. This is equivalent and displays all elements.
+
+The debug option uses an \verb`aligned`\texttt{ }or \verb`align*`
+environment to display its wares, depending on the presence or absence
+of math delimiters around the \verb`\eval` command. The following
+uses \verb`align*` and shows how multi-token variables are handled,
+how a chain of comparisons is evaluated (§\ref{subsec:evalBoolean-output})
+and how formatting instructions in the number-format option are ignored
+in the debug display:
\begin{verbatim}
- \eval[dbg=1]{ a_1<2a_2<3a_3<\pi+e }
- [a_1=\pi,a_2=\phi,a_3=e\gamma][6?'']
+ \eval[dbg=1]{ a < 2a' < 3a'' }
+ [a=\pi,a'=\phi,a''=e\gamma][4???]
\end{verbatim}
-$\Longrightarrow$ \eval[dbg=1]{ a_1<2a_2<3a_3<\pi+e }
- [a_1=\pi,a_2=\phi,a_3=e\gamma][6?'']
-
-Note that the four elements are displayed in temporal order: first
-comes the vv-list after conversion of multi-token to single-token
-variables, then the formula in the single-token variables; these are
-created essentially at the same time. The vv-list is presented in
-left-to-right order because that is the direction of evaluation \emph{internally}
-in \texttt{numerica}. Next the stored values of the variables are
-displayed. These are the values \emph{after }evaluation. The fourth
-element both in the display and chronologically is the fp-ified formula;
-this is often a thicket of parentheses. The final element of the display
-and chronologically is the result of evaluating the formula. This
-is displayed only if $7$ is a factor of the \texttt{dbg} integer,
-and there is no error.
-
-When interpreting the fp-form, one should be aware of differences
-between \texttt{numerica} and \texttt{l3fp}. In particular be aware
-that in \texttt{l3fp} function calls bind most tightly so that, for
-example, \verb`sin 2pi` evaluates not to zero but to $(\sin2)\times\pi$
-and \verb`sin x^2` evaluates to $(\sin x)^{2}$. This should not
-be of any concern to the user except as here in debug mode when interpreting
-fp-forms.
-
-Finally, note that those mathematical operations that have no direct
-representation in \texttt{l3fp} contribute only their value to the
-fp-form. This applies to sums and products, double factorials and
-partly to binomial coefficients as illustrated in the followng (ridiculous)
-example:
+$\Longrightarrow$ \eval[dbg=1]{ a < 2a' < 3a'' }
+ [a=\pi,a'=\phi,a''=e\gamma][4???]
+
+\noindent The various items are displayed in chronological order.
+First comes the vv-list after conversion of multi-token to single-token
+variables, then the formula in those single-token variables; these
+are created essentially at the same time. Next the stored values of
+the variables are displayed. These are the values \emph{after }evaluation.
+The fourth element both in the display and chronologically is the
+fp-ified formula. Often this can be a thicket of parentheses, especially
+if unary functions or fractions are involved. The final element of
+both the display and chronologically is the result from evaluating
+the formula. This is shown only if $7$ is a factor of the \texttt{dbg}
+integer, and there is no error. Despite the appearance of \verb`???`
+in the number-format option, the result displays as 1. Results are
+never rounded or formatted in the debug display, although as is apparent
+here, the rounding number \verb`4` is used in the comparisons.
+
+When interpreting the fp-form, differences in the ways \texttt{numerica}
+and \texttt{l3fp} read formulas can lead to more or less parentheses
+than seem strictly necessary. In particular be aware that in \texttt{l3fp}
+function calls bind most tightly so that, for example, \verb`sin 2pi`
+evaluates not to zero but to $(\sin2)\times\pi$, and \verb`sin x^2`
+evaluates to $(\sin x)^{2}$. \verb`numerica` takes care of the former
+by inserting extra parentheses and exploits the latter by not inserting
+parentheses:
+\begin{verbatim}
+ \eval[dbg=1]{ \sin 2x \cos^2 y }
+ [x=\pi/12,y=\pi/4]
+\end{verbatim}
+$\Longrightarrow$ \eval[dbg=1]{ \sin 2x \cos^2 y }[x=\pi/12,y=\pi/4]Finally,
+note that those mathematical operations that have no direct representation
+in \verb`l3fp` contribute only their value to the fp-form. This applies
+to sums and products, double factorials, partly to binomial coefficients,
+and also to \verb`\eval` and other commands when nested one within
+another (see Chapter~\ref{chap:Nesting}). The following (ridiculous)
+example illustrates the matter:
\begin{verbatim}
\eval[dbg=1]{\[
- \sum_{n=1}^5 n + \binom{10}{m}
- + \prod_{n=2}^5 (1-1/n) + m!! \][m=6]
+ \sum_{n=1}^k n + \binom{2k}{m} - \frac1{4k} +
+ \prod_{n=2}^k (1-1/n) + m!! \]}[m=6,k=5]
\end{verbatim}
$\Longrightarrow$ \eval[dbg=1]{\[
- \sum_{n=1}^5 n+\binom{10}{m}
- +\prod_{n=2}^5(1-1/n) +m!! \]}[m=6]
+ \sum_{n=1}^k n + \binom{2k}{m} - \frac1{4k} +
+ \prod_{n=2}^k (1-1/n) + m!! \]}[m=6,k=5]
-\noindent The various contributions to the overall result are displayed
-simply as numbers because \texttt{l3fp} does not (at least as yet)
+\noindent ($0$\textdegree{}~C in kelvin!) In the \verb`fp-form`
+line, the various contributions to the overall result are displayed
+simply as numbers because \verb`l3fp` does not (at least as yet)
handle these elements natively.
-\subsubsection{Negative \texttt{dbg} values}
+\subsection{Negative \texttt{dbg} values}
Negative \texttt{dbg} values are possible: \texttt{dbg=-2}, \texttt{dbg=-3},
etc. (and \texttt{dbg=-1} meaning \texttt{dbg=-210}) have exactly
@@ -2341,18 +2601,19 @@ and the display occupies the text width. An example is presented in
\verb`\eval` is significantly improved with a negative \texttt{dbg}
value.
-\subsection{Reuse setting}
+\subsection{\texttt{view} setting}
-This setting determines whether the entire display or only the numerical
-result is saved to file with the \verb`\nmcReuse` command. See below,
-Chapter~\ref{chap:Saving-and-retrieving}, §\ref{subsec:reuse=00005Ceval's-reuse-setting}.
+Putting \texttt{dbg=1} may seem a little obscure in order to view
+internal values of \verb`numerica`. In that case, simply writing
+\verb`view` in the settings option will produce the same effect as
+entering \verb`dbg=1`.
\subsection{Inputting numbers in scientific notation}
\label{subsec:settingsInputtingSciNotation}\emph{Outputting} numbers
in scientific notation is controlled by the final trailing argument
-of the \texttt{\textbackslash eval} command. That is turned off by
-default and needs to be explicitly ordered. Similarly, \emph{inputting}
+of the \texttt{\textbackslash eval} command. Such output is turned
+off by default and needs to be explicitly ordered. Similarly, \emph{inputting}
numbers in scientific notation is turned off by default and needs
to be explicitly ordered. To turn it on, write
\begin{lyxcode}
@@ -2375,19 +2636,32 @@ then a form like \texttt{8d-3} is treated as a number in scientific
notation. Similarly for \texttt{e} or any other letter used as the
exponent marker for the input of scientific numbers. (But only one
character can be so used at a time.) Note that the number \emph{must}
-start with a digit: \verb`e-1` for instance does not and will be
-treated as an algebraic expression involving the exponential constant
-(unless \verb`e` is assigned a different value in the vv-list).
+start with a digit: \verb`e-1` for instance does not, and will be
+treated as an algebraic expression involving the exponential constant:
\begin{centred}
-\verb`$ \eval[^=e]{ x+e-1 }[x=2e-1] $` $\Longrightarrow$ $ \eval[^=e]{ x+e-1 }[x=2e-1] $.
+\verb`$ \eval[^=e]{ x+e-1 }[x=1] $` $\Longrightarrow$ $ \eval[^=e]{ x+e-1 }[x=1] $
\end{centred}
-The problem here is that \verb`2e-1` is treated as a number in scientific
-notation but displays in the vv-list as if it were an algebraic expression.
-The solution is to put \verb`2e-1` into an \verb`\mbox` or \verb`\text`
-command in the vv-list:
+but
\begin{centred}
-\verb`$ \eval[^=e]{ x+e-1 }[x=\text{2e-1}] $` $\Longrightarrow$
-$ \eval[^=e]{ x+e-1 }[x=\text{2e-1}] $.
+\verb`$ \eval[^=e]{ x+1e-1 }[x=1] $` $\Longrightarrow$ $ \eval[^=e]{ x+1e-1 }[x=1] $.
+\end{centred}
+A problem of appearance arises if scientific numbers appear in the
+vv-list or formula and either is displayed in the result. A number
+like \verb`2e-1` will display as $2e-1$, as if it were an algebraic
+expression. In version 1 of \verb`numerica` the cure was to wrap
+\verb`2e-1` in a \verb`\text` or \verb`\mbox` command. In version
+2 of \verb`numerica` the behaviour of \verb`\text` and \verb`\mbox`
+has been re-thought; see §\ref{subsec:Text-mbox-fonts}. Their contents
+are now invisible to the \verb`\eval` command. The solution is to
+wrap \verb`2e-1` in a \verb`\textrm` or \verb`\textsf` or \verb`\texttt`
+command. These commands were not recognized by \verb`\eval` in version
+1 but \emph{are} in version 2:
+\begin{centred}
+\verb`\eval[^=e]{$ 5x $ }[x=\texttt{2e-1}]` $\Longrightarrow$ \eval[^=e]{$ 5x $ }[x=\texttt{2e-1}]
+,
+
+\verb`\eval[^=e]{$ 5\texttt{2e-1} $ }` $\Longrightarrow$ \eval[^=e]{$ 5(\texttt{2e-1}) $ }
+.
\end{centred}
If you use a particular character as the exponent marker for inputting
numbers in scientific notation, it is good practice \emph{not} to
@@ -2430,22 +2704,33 @@ an error.
\subsection{Parsing arguments of trigonometric functions}
This setting allows a wider range of arguments to trigonometric functions
-to be used (think Fourier series) without needing to insert extra
+to be parsed (think Fourier series) without needing to insert extra
parentheses in order for them to be read correctly by \verb`\eval`;
see §\ref{subsec:parseTrigFns}.
\subsection{Using degrees rather than radians}
\label{subsec:settingsDegrees}You may find it more convenient to
-use degrees rather than radians with trigonometric functions.This
+use degrees rather than radians with trigonometric functions. This
can be switched on simply by entering a lowercase \texttt{o} in the
-settings option. (The author's fond hope is that the charitable eye
-might see a degree symbol in the \texttt{o}.) Thus
+settings option. (The author hopes the charitable eye sees a degree
+symbol in the \texttt{o}.) Thus
\begin{centred}
\verb`\eval[o]{$ \sin 30 $}` $\Longrightarrow$ \eval[o]{$ \sin 30 $},
\verb`\eval[o]{$ \arcsin 0.5 $}` $\Longrightarrow$ \eval[o]{$ \arcsin 0.5 $}.
\end{centred}
+This is a \verb`0/1` switch, \verb`0` signifying \verb`off` or
+`don't use degrees', \verb`1` signifying \verb`on` or `do use
+degrees'. Although the \verb`o` default is \verb`1`, out-of-the-box
+\verb`numerica` assumes radians are being used. Thus if \verb`o`
+is absent from the settings option of an \verb`\eval` command, the
+out-of-the-box setting prevails and radians are used, but if \verb`o`
+is present, it is equivalent to \verb`o=1`. To explicitly turn off
+the use of degrees requires the full setting, \verb`o=0`.
+
+If you want to change the out-of-the-box setting you need to put the
+line \verb`use-degrees = 1` into a configuration file; see §\ref{sec:settingsDefaults}.
\subsection{Specifying a logarithm base}
@@ -2453,14 +2738,15 @@ might see a degree symbol in the \texttt{o}.) Thus
a subscripted base in a particular calculation, then add an entry
like
\begin{lyxcode}
-log~=~<positive~number${}\,\mathtt{\ne1}$>
+log~=~<positive~number>
\end{lyxcode}
-to the settings option of the \verb`\eval` command. The \verb`<positive number>`
-does not need to be an integer. It could be \verb`e` (if you object
-to writing \verb`\ln`) but is more likely to be $2$ or another small
-integer; $10$ is the default. If you want to use this changed base
-not for one but most calculations, then add an entry with your choice
-of base to a configuration file; see §\ref{sec:settingsDefaults}.
+where \verb`<positive number>`~$\ne1$ to the settings option of
+the \verb`\eval` command. The \verb`<positive number>` does not
+need to be an integer. It could be \verb`e` (if you object to writing
+\verb`\ln`) but is more likely to be $2$ or another small integer;
+$10$ is the default. If you want to use this changed base not for
+one but most calculations, then add an entry with your choice of base
+to a configuration file; see §\ref{sec:settingsDefaults}.
\subsection{Calculation mode}
@@ -2468,50 +2754,59 @@ of base to a configuration file; see §\ref{sec:settingsDefaults}.
of a calculation. This is certainly true of sums and products. If
a parameter in the vv-list depends on the variable then that parameter
will need to be recalculated, perhaps repeatedly, in the course of
-a calculation. By entering \label{subsec:settingsCalculationMode}
+a calculation. By entering either
+\begin{lyxcode}
+vv@~=~<integer>
+\end{lyxcode}
+or (as in version 1 of \verb`numerica`),
\begin{lyxcode}
vvmode~=~<integer>
\end{lyxcode}
in the settings option it is possible to turn on or off the ability
to repeatedly evaluate the vv-list; \verb`<integer>` here takes two
-possible values, \texttt{0} or \texttt{1}. \texttt{vvmode=0} means
-the vv-list is evaluated once at the start of the calculation; \texttt{vvmode=1}
-means the vv-list is recalculated every time the relevant variable
-changes.
-
-For example, it may be desirable to place the summand, or some part
-of it, in the vv-list. Since the summation variable obviously changes
-during the course of the calculation, we need to enter \texttt{vvmode=1}
+possible values, \texttt{0} or \texttt{1}. \texttt{vv@=0} (or \texttt{vvmode=0})
+means the vv-list is evaluated once at the start of the calculation;
+\texttt{vv@=1} (or\texttt{ vvmode=1}) means the vv-list is recalculated
+every time the relevant variable changes.\footnote{In version 1 of \texttt{numerica} only the \texttt{vvmode} name for
+this setting was available. To the author's eye, the \texttt{@} sign
+seems sufficiently close to a symbol like $\circlearrowleft$, suggesting\texttt{
+}redo or recalculate, that \texttt{vv@} is now preferred. The \texttt{@}
+symbol is – universally? – available on keyboards and \texttt{vv@}
+is only half as many keypresses as \texttt{vvmode}.}
+
+For example, in a sum it may be desirable to place the summand, or
+some part of it, in the vv-list. Since the summation variable obviously
+changes during the course of the calculation, we need to enter \texttt{vv@=1}
in the settings option. Repeating an earlier sum (the seting \verb`p=.`
-is discussed in §\ref{subsec:settingsPunctuation}) \medskip{}
+is discussed in §\ref{subsec:settingsPunctuation}), \medskip{}
\begin{verbatim}
- \eval[p=.,vvmode=1]{\[ \sum_{k=1}^N f(k) \]}
+ \eval[p=.,vv@=1]{\[ \sum_{k=1}^N f(k) \]}
[N=100,f(k)=1/k^3,{k}=1][4]
\end{verbatim}
-$\Longrightarrow$ \eval[p=.,vvmode=1]{\[ \sum_{k=1}^N f(k) \]}
+$\Longrightarrow$ \eval[p=.,vv@=1]{\[ \sum_{k=1}^N f(k) \]}
[N=100,f(k)=1/k^3,{k}=1][4]
As you can see, the summand \texttt{f(k)} has been given explicit
form in the vv-list – equated to \texttt{1/k\textasciicircum 3}.
That means we need to give a preceding value to \texttt{k} in the
-vv-list; hence the rightmost entry. But we don't want \texttt{k=1}
-appearing in the final display, so we wrap \texttt{k} in braces (see
-§\ref{subsec:evalVvSuppressVars}). Since the value \texttt{k=1} applies
-only to the first term in the sum, to ensure it is not used for all
-terms, we enter \texttt{vvmode=1} in the settings option. This turns
-vv-recalculation mode on and ensures \texttt{k=1} is overwritten by
-\texttt{k=2}, \texttt{k=3} and so on, and the vv-list recalculated
-each time. The final result is the same as before, although recalculating
-the vv-list at each step is a more resource-hungry process. The difference
-may not be marked for this example; with more complicated expressions
-it noticeably takes longer.
+vv-list to avoid an unknown token message, hence the rightmost entry.
+But we don't want \texttt{k=1} appearing in the final display, so
+we wrap \texttt{k} in braces (see §\ref{subsec:evalVvSuppressVars}).
+Since the value \texttt{k=1} applies only to the first term in the
+sum, to ensure it is not used for all terms, we enter \texttt{vv@=1}
+in the settings option. This turns vv-recalculation mode on and ensures
+\texttt{k=1} is overwritten by \texttt{k=2}, \texttt{k=3} and so on,
+and the vv-list recalculated each time. The final result is the same
+as before, although recalculating the vv-list at each step is a more
+resource-hungry process. The difference may not be marked for this
+example; with more complicated expressions it noticeably takes longer.
Because it is necessary to activate this switch when using \emph{implicit}
notations – like $f(k)$ in the example – rather than the explicit
-form of the function in the main argumet it seems natural to call
-\texttt{vvmode=1} \emph{implicit }mode and \texttt{vvmode=0} (the
-default) \emph{explicit }mode. Most calculations are explicit mode
-– the vv-list is evaluated only once.\emph{ }
+form of the function in the main argument, it seems natural to call
+\texttt{vv@=1} \emph{implicit }mode and \texttt{vv@=0} (the default)
+\emph{explicit }mode. Most calculations are explicit mode – the vv-list
+is evaluated only once.\emph{ }
\subsection{Changing the vv-list display format}
@@ -2571,20 +2866,16 @@ specification, then the vv-list will not appear at all:
\verb`\eval[vvi=?!]{$ \pi $}[\pi=3]` $\Longrightarrow$ \eval[vvi=?!]{$ \pi $}[\pi=3]
\end{centred}
More relevantly, it may well be the case that all variables in the
-vv-list are suppressed (wrapped in braces). In that case the display
-would look something like \verb`, ()`. To prevent this enter \verb`vvi=`
-in the vv-list, in the inline case, or \verb`vvd=` in the display-style
-case, i.e. enter an empty value. (Alternatively, use the star option
-of the \verb`\eval` command.)
-
-Another minor wrinkle occurs if you want to change parentheses around
-the vv-list to square brackets. Because the settings option is a square-bracket
-delimited argument, the square brackets in the specification will,
-like commas, need to be hidden in braces, although you can get away
-with braces around the whole spec.:
-\begin{lyxcode}
-vvi=\{,\textbackslash mskip~12mu~plus~6mu~minus~9mu~{[}vv{]}\}
-\end{lyxcode}
+vv-list are suppressed (wrapped in braces). In that case nothing is
+displayed. Compare the last example with
+\begin{centred}
+\verb`\eval[vvi=?!]{$ \pi $}[{\pi}=3]` $\Longrightarrow$ \eval[vvi=?!]{$ \pi $}[{\pi}=3]
+\end{centred}
+and
+\begin{centred}
+\verb`\eval[vvi=?!]{$ \pi $}` $\Longrightarrow$ \eval[vvi=?!]{$ \pi $}
+\end{centred}
+See also the punctuation setting below, §\ref{subsec:settingsPunctuation}.
\subsection{Displaying the vv-list on a new line }
@@ -2652,9 +2943,9 @@ how to display a following punctuation mark? For an inline display
we can simply follow the \verb`\eval` command with the appropriate
punctuation, for instance: \verb`\eval{$ 1+1 $}.` $\Longrightarrow$
\eval{$ 1+1 $}. But with \verb`\[ \]` delimiters used \emph{within}
-the \verb`\eval` command – \verb`\eval{\[ 1+1 \]}.` – the fullstop
-slides off to the start of the next line, since it is beyond the closing
-delimiter. We want it to display as if it were the last element \emph{before}
+the \verb`\eval` command a trailing fullstop will slide off to the
+start of the next line, since it is beyond the closing delimiter.
+We want it to display as if it were the last element \emph{before}
the closing delimiter.
Explicitly putting it there – \verb`\eval{\[ 1+1. \]}` – means the
@@ -2664,17 +2955,18 @@ punctuation marks like comma, semicolon, perhaps even exclamation
and question marks. All these marks have roles in mathematics or \texttt{l3fp}.
Including them in the formula means distinguishing their punctuation
role from their mathematical role and can only cause difficulties
-(and code bloat).
+and slow evaluation.
Instead, \texttt{numerica} uses the setting
\begin{lyxcode}
p~=~<char(s)>~
\end{lyxcode}
-to place the \texttt{char(s)} after the result but within the environment
-delimiters. The default punctuation mark is the comma so that simply
-entering \texttt{p} will produce a comma in the appropriate place.
-This saves having to write \texttt{p=\{,\}} as would otherwise be
-required, since the settings option is a \emph{comma}-separated list.
+to place the {\ttfamily\verb`<char(s)>`} after the result
+but within the environment delimiters. The default punctuation mark
+is the comma so that simply entering \texttt{p} will produce a comma
+in the appropriate place. This saves having to write \texttt{p=\{,\}}
+as would otherwise be required, since the settings option is a \emph{comma}-separated
+list.
Nor is one limited to a single punctuation mark:
\begin{centred}
@@ -2682,6 +2974,12 @@ Nor is one limited to a single punctuation mark:
\eval[p=\ \text{(but no 8!)}]{\[ \frac{1}{81} \]}[9]
\end{centred}
+\subsection{Reuse setting}
+
+This setting determines whether the entire display or only the numerical
+result is saved to file with the \verb`\nmcReuse` command. See below,
+§\ref{subsec:supplReuseEvalSetting}.
+
\section{Infinite sums and products}
\label{sec:settingsInfiniteSumsProds}There are ways of tweaking various
@@ -2689,7 +2987,31 @@ default settings to nudge infinite sums and products to a correct
limit. These tweaks are applied via the settings option of the \verb`\eval`
command.
-\begin{table}
+The normal convergence criterion used by \texttt{numerica} to determine
+when to stop adding/multiplying terms in an infinite sum/product is
+\emph{when the next term added/multiplied leaves the total unaltered
+when rounded to 2 more digits than the specified rounding value.}
+Suppose $T_{k}$ is the sum/product after the inclusion of $k$ terms,
+and $r$ is the rounding value. Denote $T_{k}$ rounded to $r$ figures
+by $\left(T_{k}\right)_{r}$. \emph{The infinite sum or product stops
+at the $(k+1)$th term (and the value is attained at the $k$th term)
+when }$\left(T_{k+1}\right)_{r+2}=\left(T_{k}\right)_{r+2}$. The
+hope is that if this is true at rounding value $r+2$ then at rounding
+value $r$ the series or product will have attained a stable value
+at that level of rounding.
+
+For a series of monotonic terms converging quickly to a limit, this
+stopping criterion works well, less so if convergence is slower, as
+seen earlier with the infinite product for $\sinh1$. The criterion
+can fail completely when terms behave in a non-monotonic manner. Terms
+of a Fourier series, for example, may take zero values; the criterion
+is necessarily satisfied but the series may still be far from its
+limit. In a product the equivalent would be a term taking unit value.
+Sometimes the initial terms of series or products are `irregular'
+and take these `stopping' values meaning sum or product would stop
+after only one or two additions/multiplications and far from any limit.
+
+\begin{table}[t]
\centering
\noindent \centering{}\caption{Settings for infinite sums \& products}\label{tab:settingsSumsProducts}
\noindent \begin{center}
@@ -2706,31 +3028,6 @@ key & type & meaning & default\tabularnewline
\end{tabular}}
\par\end{center}
\end{table}
-The normal convergence criterion used by \texttt{numerica} to determine
-when to stop adding/multiplying terms in an infinite sum/product is
-\emph{when the next term added/multiplied leaves the total unaltered
-when rounded to 2 more digits than the specified rounding value.}
-Suppose $T_{k}$ is the sum/product after the inclusion of $k$ terms,
-and $r$ is the rounding value. Denote $T_{k}$ rounded to $r$ figures
-by $\left(T_{k}\right)_{r}$. \emph{The infinite sum or product stops
-at the $(k+1)$-th term (and the value is attained at the $k$-th
-term) when }$\left(T_{k+1}\right)_{r+2}=\left(T_{k}\right)_{r+2}$.
-The hope is that if this is true at rounding value $r+2$ then at
-rounding value $r$ the series or product will have attained a stable
-value at that level of rounding.
-
-For a series of monotonic terms converging quickly to a limit, this
-stopping criterion works well, less so if convergence is slower, as
-seen earlier with the infinite product for $\sinh1$. The criterion
-can fail completely when terms behave in a non-monotonic manner. Distant
-terms of a Fourier series, for example, may take zero values; the
-criterion is necessarily satisfied but the series may still be far
-from its limit. In a product the equivalent would be a distant term
-taking unit value. Such series or products may also have initial `irregular'
-terms including zero/unit terms. A summation/product might stop after
-only one or two additions/multiplications if the criterion were applied
-to them.
-
To cope with these possibilities, \texttt{numerica} offers two settings
for sums, two for products, summarized in Table~\ref{tab:settingsSumsProducts}.
These are entered in the settings option of the \verb`\eval` command.
@@ -2775,7 +3072,7 @@ by increasing the additional rounding:
\noindent To obtain that last item of information (350 factors), I've
anticipated a little and used the command \verb`\nmcInfo` with the
-argument \verb`prod`; see Chapter~\ref{sec:info}. The product now
+argument \verb`prod`; see §\ref{sec:supplInfo}. The product now
produces the correct three-figure value, but it takes $350$ factors
to do so.
@@ -2797,60 +3094,42 @@ value of $\sinh1$ beforehand, noting the number of factors required
would make us justly cautious about accepting the result of the infinite
product calculation.
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
One way to gain confidence in a result is to choose a possibly unrealistic
-rounding value – say, the default $6$ for the infinite product \-\-
+rounding value – say, the default $6$ for the infinite product –
then use \emph{negative} values for the extra rounding, \texttt{S+=-5},
\texttt{S+=-4}, \ldots{} , so that the stopping criterion applies at
-rounding values $s$ of $6+(-5)=1$, $6+(-4)=2$, and so on, but the
-result is always presented to $6$ decimal places. One can then see
-how the $6$-figure results behave relative to the number of terms
-it takes to meet the stopping criterion. A little experimenting shows
-that for our infinite product for $\sinh1$ the number of factors
-$N_{s}$ at a stopping rounding value $s$ increases in geometric
-proportion with a scale factor of about $3$: $N_{s+1}/N_{s}\approx3$.
-For the exponential series on the other hand $N_{s}=4+s$, the number
-of terms increasing in direct proportion to the stopping rounding
-value.
-
-A similar calculation for the sum of inverse fourth powers of the
-integers $\zeta(4)=\sum_{n=1}^{\infty}\frac{1}{n^{4}}$, inverse third
-powers, $\zeta(3)$, and inverse squares, $\zeta(2)$, using \verb`\nmcInfo`
-to find how many terms are required at each stopping rounding value,
-shows that at least over the rounding value range $1$ to $8$, for
-inverse fourth powers $N_{s+1}/N_{s}\approx1.7$, for inverse third
-powers $N_{s+1}/N_{s}\gtrsim2$ and for inverse squares $N_{s+1}/N_{s}\approx3$.
-All are geometric rather than arithmetic progressions, but for inverse
-fourth powers the scale factor ($\approx1.7$) is sufficiently small
-that for these low values of $s$ the number of terms required does
-not grow too quickly. It is a standard result (Euler) that the series
-sums to $\pi^{4}/90$: \verb`$ \eval{ \pi^4/90 } $` $\Longrightarrow$
-$ \eval{ \pi^4/90 } $ to six places, and indeed, with the default
-\texttt{S+=2},
+rounding values $s$ of $6+(-5)=1$, one decimal place, $6+(-4)=2$,
+two decimal places, and so on, but the result is always presented
+to $6$ decimal places. You can then see how the $6$-figure results
+behave relative to the number of terms it takes to meet the stopping
+criterion. A little experimenting shows that for the infinite product
+for $\sinh1$ the number of factors $N_{s}$ required at a stopping
+rounding value $s$ increases in geometric proportion with a scale
+factor of about $3$: $N_{s}\approx\text{const}\times3^{s}$. This
+rapidly becomes large ($3^{4}=81,3^{5}=243\dots$). For the exponential
+series on the other hand $N_{s}=4+s$, the number of terms increases
+only slowly, in direct proportion to the stopping rounding value.
+Similar experiments with the sums of inverse fourth, third and second
+powers of the integers using \verb`\nmcInfo` to find how many terms
+are required at each stopping rounding value, show that at least over
+the rounding value range $1$ to $8$, for inverse fourth powers $N_{s}\approx\text{const}\times1.7^{s}$,
+for inverse third powers $N_{s}\approx\text{const}\times2^{s}$ and
+for inverse squares $N_{s}\approx\text{const}\times3^{s}$. All are
+geometric rather than arithmetic progressions, but for inverse fourth
+powers the scale factor ($\approx1.7$) is sufficiently small that
+for these low values of $s$ the number of terms required does not
+grow too quickly (e.g. $1.7^6\approx\eval{1.7^6}[0]$). It is a standard
+result (Euler) that the series sums to $\pi^{4}/90$: \verb`$ \eval{ \pi^4/90 } $`
+$\Longrightarrow$ $ \eval{ \pi^4/90 } $ to six places, and indeed,
+with the default \texttt{S+=2},
\begin{centred}
\verb`\eval[p]{\[ \sum_{k=1}^\infty \frac1{k^4} \]}` $\Longrightarrow$
-\eval[p]{\[ \sum_{k=1}^\infty \frac1{k^4} \]}
-\end{centred}
-there is complete agreement.
-
-For inverse third powers, the number of terms required to reach the
-stopping criterion grows rapidly for rounding values from $7$ onwards
-($2^{7}=128$, $2^{8}=256$, \ldots ). This suggests trying for a
-five-figure result (with the default setting \texttt{S+=2} the stopping
-rounding value is $7$). Doing this gives a result $1.20205$ to five
-decimal places. \emph{HMF} Table 23.3 has this quantity tabulated
-to $20$ places and shows our result is too small by $1$ in the final
-figure.
-
-For inverse second powers, the number of terms required to reach the
-stopping criterion increase even more quickly: $3^{4}=81$, $3^{5}=243$,
-and so on. A three figure answer (with the default setting \texttt{S+=2}
-the stopping rounding value is $5$) seems the best we can hope for.
-Doing the evaluation gives $1.642$ whereas we know that $\zeta(2)=\pi^{2}/6$
-(Euler's famous result), evaluating to $1.645$. Even with \texttt{S+=3},
-the sum is still too small, $1.644$ after 1007 terms. Increasing
-the additional rounding to $4$, \texttt{S+=4}, does finally give
-the correct three-figure result, $1.645$, but only after summing
-$3180$ terms.
+\eval[p=.]{\[ \sum_{k=1}^\infty \frac1{k^4} \]}
+\end{centred}
+\end{shaded}%
+\end{minipage}
\subsection{Premature ending of infinite sums}
@@ -2862,12 +3141,12 @@ example, I have specified a rounding value of 2. The series
\[
\sum_{n=1}^{\infty}\frac{4}{n^{2}\pi^{2}}(1-\cos n\pi)\cos2\pi nt
\]
-is the Fourier series for the triangular wave function /\!\textbackslash\!/\!\textbackslash\!/\!\textbackslash\!/\!\textbackslash{} \ldots{}
-of period 1, symmetric about the origin where it takes its maximum
-value 1, crossing the axis at $t=0.25$ and descending to its minimum
-$-1$ at $t=0.5$, before ascending to a second maximum at $t=1$
-(and so on). In the interval $[0,0.5)$ the series should sum to $1-4t$.
-The problem is that the summand $\frac{4}{n^{2}\pi^{2}}(1-\cos n\pi)\cos2\pi nt$
+is the Fourier series for the triangular wave function \textbackslash\!/\!\textbackslash\!/\!\textbackslash\!/\!\textbackslash{}
+\ldots{} of period 1, symmetric about the origin where it takes its
+maximum value 1, crossing the axis at $t=0.25$ and descending to
+its minimum $-1$ at $t=0.5$, before ascending to a second maximum
+at $t=1$ (and so on). In the interval $[0,0.5)$ the series should
+sum to $1-4t$. The problem is that the summand $\frac{4}{n^{2}\pi^{2}}(1-\cos n\pi)\cos2\pi nt$
vanishes both when $n$ is even and when $4nt$ is an odd integer.
If $t=0.1$ then $4nt$ is never an odd integer so the summand vanishes
only for $n$ even, every second term. We expect the result to be
@@ -2885,11 +3164,11 @@ $\Longrightarrow$ \eval[p]{\[
(1-\cos n\pi)\cos2\pi nt
\]}[t=0.1][2] \info{sum}.
-\noindent Only one term? Of course – since the second term $n$ is
-even; the term vanishes and the stopping criterion is satisfied. The
-way around this problem is to query terms \emph{beyond} the one where
-the stopping criterion is achieved, i.e., to set \texttt{S?} to a
-nonzero value. We try \texttt{S?=1}:
+\noindent Only one term? Of course – since for the second term $n$
+is even, the term vanishes and the stopping criterion is satisfied.
+The way around this problem is to query terms \emph{beyond} the one
+where the stopping criterion is achieved, i.e., to set \texttt{S?}
+to a nonzero value. We try \texttt{S?=1}:
\begin{verbatim}
\eval[p,S?=1]{\[
\sum_{n=1}^{\infty}
@@ -2903,22 +3182,12 @@ $\Longrightarrow$ \eval[p,S?=1]{\[
(1-\cos n\pi)\cos2\pi nt
\]}[t=0.1][2] \info{sum}.
-Table~\ref{tab:settingsFinite-sums} lists the results of evaluating
-the \emph{finite }sums from $n=1$ to $N$ for values of $N$ around
-$65$. Since we have specified a rounding value of $2$ for the calculation,
-the stopping criterion\emph{ }applies at a rounding value of $2$
-more than that, $4$. Since $N=64$ is even, the summand for the $64$th
-term is zero and the sum takes the same value as for $N=63$. The
-$65$th term is the query term and the sum differs, so the summation
-continues. The $66$th term vanishes, so the stopping criterion is
-met. This time for the query term, the $67$th, the sum retains the
-same $4$-figure value, and the summation stops. The result was attained
-at the $65$th term.
-
-\begin{wraptable}{o}{0.5\columnwidth}%
-\centering{}\vspace{-4ex}
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+\begin{wraptable}{o}{0.35\columnwidth}%
+\centering{}\vspace{-5ex}
\caption{Finite sums}\label{tab:settingsFinite-sums}
-\setlength{\abovetopsep}{1ex}%
+\abovetopsep=2ex %
\begin{tabular}{cc}
\toprule
$N$ & $\Sigma$\tabularnewline
@@ -2930,12 +3199,21 @@ $66$ & $0.5999$\tabularnewline
$67$ & $0.5999$\tabularnewline
\bottomrule
\end{tabular}\end{wraptable}%
-Should we be confident in the result? Increase the number of query
-terms to $3$ (there is no point in increasing \texttt{S?} to $2$
-because of the vanishing of the even terms), the sum stops after $113$
-terms, with the same $0.6$ result. Indeed, increasing \texttt{S?}
-to $5,7,\ldots$ makes no difference. It still takes $113$ terms
-to reach the stable two-figure result $0.6$.
+Table~\ref{tab:settingsFinite-sums} lists the results of evaluating
+the \emph{finite }sums from $n=1$ to $N$ for values of $N$ around
+$65$. Since the specified rounding value is $2$ for the calculation,
+the stopping criterion\emph{ }applies at a rounding value of $2$
+more than that, $4$. Since $N=64$ is even, the summand for the $64$th
+term is zero and the sum takes the same value as for $N=63$. The
+$65$th term is the query term and the sum differs, so the summation
+continues. The $66$th term vanishes, so the stopping criterion is
+met. This time for the query term, the $67$th, the sum retains the
+same $4$-figure value, and the summation stops. The result was attained
+at the $65$th term. Should we be confident in the result? Increase
+the number of query terms to $3$ (there is no point in increasing
+\texttt{S?} to $2$ because of the vanishing of the even terms), the
+sum stops after $113$ terms, with the same $0.6$ result. \end{shaded}%
+\end{minipage}
For a final example, consider the error function
\[
@@ -2986,26 +3264,29 @@ meaningful rounding value. For example, when $z=7$ the sum apparently
\subsection{Double sums or products}
-Sums or products can be iterated. For instance, the exponential function
+Sums or products can be iterate d. For instance, the exponential function
can be calculated this way:
-\begin{centred}
-\verb`\eval[p]{\[ \sum_{k=0}^{\infty}\prod_{m=1}^{k}\frac{x}{m} \]}[x=2]`
-$\Longrightarrow$ \eval[p]{\[ \sum_{k=0}^{\infty}\prod_{m=1}^{k}\frac{x}{m} \]}[x=2]
-\end{centred}
+\begin{verbatim}
+ \eval[p]
+ {\[ \sum_{k=0}^{\infty}
+ \prod_{m=1}^{k}\frac{x}{m} \]}[x=2]
+\end{verbatim}
+$\Longrightarrow$ \eval[p]
+ {\[ \sum_{k=0}^{\infty}
+ \prod_{m=1}^{k}\frac{x}{m} \]}[x=2]
+
\noindent which is \verb`\eval{$ e^2 $}` $\Longrightarrow\eval{\ensuremath{e^{2}}}$.
-A second example is afforded by Euler's transformation of series (\emph{HMF}
-3.6.27). To calculate $e^{-1}$ we use
+A second example is afforded by Euler's transformation of series (\emph{HMF~}3.6.27).
+To calculate $e^{-1}$ we use
\begin{verbatim}
- \eval[p={,}\quad \mbox{\nmcInfo{sum}}.]
- {\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
+ \eval[p]
+ {\[ \sum_{n=0}^{\infty}
+ \frac{(-1)^{n}}{n!} \]}[3] \info{sum}.
\end{verbatim}
-$\Longrightarrow$ \eval[p={,}\quad \mbox{\nmcInfo{sum}}.]{\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
+$\Longrightarrow$ \eval[p]{\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3] \info{sum}.
-(Note the placement of the information command as the value of the
-punctuation key. This keeps it \emph{within }the \texttt{\textbackslash{[}
-\textbackslash{]}} delimiters.) Following Euler, this series can
-be transformed to the form
+Following Euler, this series can be transformed to the form
\begin{verbatim}
\eval[p,S?=1]{\[
\sum_{k=0}^\infty \frac{(-1)^k}{2^{k+1}}
@@ -3032,7 +3313,15 @@ wanting to make such changes sufficiently often that a change of default
value is a better plan than encumbering each calculation with a list
of settings.
-\begin{table}[h]
+The way to do that is to create a \emph{configuration file} named
+\texttt{numerica.cfg} in a text editor. Its entries are of the form
+\emph{key=value} followed by a comma, and for clarity preferably one
+entry per line (although this is not essential).The key names are
+noticeably more verbose than the corresponding keys of the settings
+option.\emph{ }The possible keys are listed in Table~\ref{tab:settingsDefaults},
+together with their current default values.
+
+\begin{table}[t]
\centering
\noindent \centering{}\caption{Default values, \texttt{\textbackslash eval} command}\label{tab:settingsDefaults}
\noindent \begin{center}
@@ -3042,38 +3331,33 @@ of settings.
\midrule
{\small rounding} & {\small\texttt{6}}\tabularnewline
{\small pad} & {\small\texttt{0}}\tabularnewline
-{\small output-sci-notation } & {\small\texttt{0}}\tabularnewline
+{\small output-sci-notation} & {\small\texttt{0}}\tabularnewline
{\small output-exponent-char} & {\small\texttt{e}}\tabularnewline
{\small\%} & \tabularnewline
-{\small input-sci-notation } & {\small\texttt{0}}\tabularnewline
+{\small input-sci-notation} & {\small\texttt{0}}\tabularnewline
{\small input-exponent-char} & {\small\texttt{e}}\tabularnewline
-{\small multitoken-variables } & {\small\texttt{1}}\tabularnewline
-logarithm-base & {\small\texttt{10}}\tabularnewline
+{\small multitoken-variables} & {\small\texttt{1}}\tabularnewline
+{\small use-degrees} & {\small\texttt{0}}\tabularnewline
+{\small logarithm-base} & {\small\texttt{10}}\tabularnewline
{\small vv-display} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
-{\small vv-inline} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
+{\small vv-inline} & {\small\texttt{\{,\}\textbackslash mskip 12mu 6mu minus 9mu(vv)}}\tabularnewline
{\small\%} & \tabularnewline
-{\small intify-rounding} & {\small\texttt{14}}\tabularnewline
-\% & \tabularnewline
{\small sum-extra-rounding} & {\small\texttt{2}}\tabularnewline
{\small sum-query-terms} & {\small\texttt{0}}\tabularnewline
{\small prod-extra-rounding} & {\small\texttt{2}}\tabularnewline
{\small prod-query-terms} & {\small\texttt{0}}\tabularnewline
+\% & \tabularnewline
+{\small intify-rounding} & {\small\texttt{14}}\tabularnewline
+{\small eval-reuse} & {\small\texttt{0}}\tabularnewline
\bottomrule
\end{tabular}
\par\end{center}
\end{table}
-The way to do that is to create a \emph{configuration file }with the
-name \texttt{numerica.cfg} in a text editor. Its entries, one per
-line, are of the form \emph{key=value} followed by a comma, and for
-clarity preferably one entry per line (although this is not essential).The
-key names are noticeably more verbose than the corresponding keys
-of the settings option.\emph{ }The possible keys are listed in Table~\ref{tab:settingsDefaults},
-together with their current default values.
-
Keys taking one of two possible values, \verb`0` (for \verb`false/off`)
or \verb`1` (for \verb`true/on`), are \verb`pad` (the result with
-zeros), \verb`output-sci-notation`, \verb`input-sci-notation`, and
-(check for) \verb`multitoken-variables`.
+zeros), \verb`output-sci-notation`, \verb`input-sci-notation`, (check
+for) \verb`multitoken-variables`, and \verb`use-degrees` (for trig.
+functions).
The table is divided into four parts.
\begin{itemize}
@@ -3091,42 +3375,43 @@ default (hence the \texttt{0} against this key).
\end{itemize}
\item The next block of rows concern general elements that can be changed
for individual calculations with the settings option of \verb`\eval`;
-see §\ref{sec:settingsOption}. Obviously the key names are more expansive
-in the present context but the effect is the same.
+see §\ref{sec:settingsOption}. The key names are more expansive here
+but the effect is the same.
\begin{itemize}
-\item But note that to input numbers in scientific notation requires two
-settings, first setting \texttt{input-sci-notation} to \texttt{1},
-and then choosing a character to act as the exponent marker. Because
-\texttt{l3fp} uses \texttt{e} for this character, \texttt{numerica}
-has made \texttt{e} its default. The option is turned off by default
-(hence the \texttt{0} against this key).
+\item Note that to input numbers in scientific notation requires two settings,
+first setting \texttt{input-sci-notation} to \texttt{1}, and then
+choosing a character to act as the exponent marker. Because \texttt{l3fp}
+uses \texttt{e} for this character, \texttt{numerica} has made \texttt{e}
+its default. The option is turned off by default (hence the \texttt{0}
+against this key).
\end{itemize}
-\item The third block is a single row specifying at what rounding value
-a floating point should be considered an integer; see §\ref{subsec:defaultsIntifyingRounding}
-below.
-\item The last four rows concern default settings for infinite sums and
-products. These correspond to the keys \texttt{S+}, \texttt{S?} and
-\texttt{P+}, \texttt{P?} of the settings option that can be used to
-tweak the behaviour of the stopping criterion for such sums or products;
-see §\ref{sec:settingsInfiniteSumsProds}.
+\item The third block of rows concern default settings for infinite sums
+and products. These correspond to the keys \texttt{S+}, \texttt{S?}
+and \texttt{P+}, \texttt{P?} of the settings option that can be used
+to tweak the behaviour of the stopping criterion for such sums or
+products; see §\ref{sec:settingsInfiniteSumsProds}.
+\item The last block is for `left-overs': specifying at what rounding
+value a floating point should be considered an integer (see §\ref{subsec:defaultsIntifyingRounding}
+below), and specifying what kind of result is saved to file when the
+\verb`\nmcReuse` command is used (see §\ref{subsec:supplReuseEvalSetting}).
\end{itemize}
If you are dissatisfied with any of the default values listed, then
in a text editor create a new file called \texttt{numerica.cfg} and
assign \emph{your} values to the relevant keys. For instance, if you
find yourself working to $4$ figures, that rounding to $6$ is too
-many, then make the entry \texttt{rounding=}4. If also you want results
-always presented in proper scientific notation,\emph{ $d.d_{1}d_{2}d_{3}d_{4}\times10^{n}$},
+many, then make the entry \texttt{rounding~=}~4. If also you want
+results always presented in proper scientific notation,\emph{ $d.d_{1}d_{2}d_{3}d_{4}\times10^{n}$},
then add a comma after \texttt{4} and enter on a new line (recommended
-but not strictly necessary; the comma is the crucial thing), \texttt{output-sci-notation=1,}
-(note the comma) and on another new line, \texttt{output-exponent-char=x}.
+but not strictly necessary; the comma is the crucial thing), \texttt{output-sci-notation~=~1,}
+(note the comma) and on another new line, \texttt{output-exponent-char~=~x}.
Perhaps you also want a non-zero setting for the final query terms
for infinite sums and products. This makes sense if you are largely
dealing with non-monotonic series – like Fourier series. Even the
Euler transformation of the exponential series for $e^{-1}$ discussed
above required a non-zero \texttt{S?}. If you wish to make this change
-then add a comma and on a new line add (for instance) \texttt{sum-query-terms
-= 1,} and again on a new line, \texttt{prod-query-terms = }1. If this
+then add a comma and on a new line add (for instance) \texttt{sum-query-terms~=~1,}
+and again on a new line, \texttt{prod-query-terms~=}~1. If this
is all you wish to change, then no comma is necessary after this final
entry. Your newly created file should look something like
\begin{lyxcode}
@@ -3162,15 +3447,16 @@ texmf tree} is a better place.
\subsubsection{Personal texmf tree? }
-This is a directory for `waifs and strays' of the \TeX{} system that
-are not included in the standard distributions like MiK\TeX{} or \TeX Live.
-Here you place personal packages designed for your own particular
-circumstances. These may include your own \TeX{} or \LaTeX{} package,
-say \texttt{mypackage.sty}, achieving some small or singular effect
-that doesn't warrant wider distribution on CTAN. Here you might place
-configuration files for other packages with your preferences (unless
-the package requires some specific location). Here you can put your
-personal bibliography files.
+\label{subsec:settingsPersonal-texmf-tree}This is a directory for
+`waifs and strays' of the \TeX{} system that are not included in
+the standard distributions like MiK\TeX{} or \TeX Live. Here you place
+personal packages designed for your own particular circumstances.
+These may include your own \TeX{} or \LaTeX{} package, say \texttt{mypackage.sty},
+achieving some small or singular effect that doesn't warrant wider
+distribution on CTAN. Here you might place configuration files for
+other packages with your preferences (unless the package requires
+some specific location). Here you can put your personal bibliography
+files.
Your personal texmf tree is structured like the standard MiK\TeX{}
or \TeX Live hierarchy but placed in another location so that there
@@ -3193,7 +3479,7 @@ Files there can then be used like standard \LaTeX{} packages.
\subsection{Rounding in \textquoteleft int-ifying\textquoteright{} calculations}
\label{subsec:defaultsIntifyingRounding}Factorials, binomial coefficients,
-summation and product variables, and (in \texttt{numerica}) $n$-th
+summation and product variables, and (in \texttt{numerica}) $n$th
roots from the \texttt{\textbackslash sqrt} command, all require
integer arguments. These integers may indeed be entered explicitly
as integers, but they can also be determined as the result of a calculation.
@@ -3213,11 +3499,11 @@ then add a line to \texttt{numerica.cfg} like
intify-rounding~=~<integer>
\end{lyxcode}
Since \texttt{l3fp} works to $16$ significant figures, values of
-\texttt{integer} greater than $16$ are pointless. Generally int-ifying
-rounding values will be less than but close to $16$ (although when
-testing the code I used some ridiculous values like $3$ or $4$).
-If other entries follow this one in the file, then conclude the line
-with a comma.
+{\ttfamily\verb`<integer>`} greater than $16$ are pointless.
+Generally int-ifying rounding values will be less than but close to
+$16$ (although when testing the code I used some ridiculous values
+like $3$ or $4$). If other entries follow this one in the file,
+then conclude the line with a comma.
\section{Parsing mathematical arguments}
@@ -3231,7 +3517,7 @@ arguments of functions, or inserting explicit multiplication signs
of mathematical functions end is acute. For a few functions \LaTeX{}
delimits the argument: think of \verb`\sqrt`, \verb`\frac`, \verb`\binom`;
also \verb`^`. But for functions like \verb`\sin` or \verb`\tanh`
-or \verb`\ln`, unary functions, this is not so. Nor is it for sums
+or \verb`\ln`, unary functions, this is not so; nor is it for sums
and products, and comparisons.
Before discussing the parsing rules for different groups of functions,
@@ -3242,7 +3528,7 @@ to a formula.
\subsection{The cleave commands \texttt{\textbackslash q} and \texttt{\textbackslash Q}}
\label{subsec:parseCleave}The word \emph{cleave} has two opposed
-meanings: to adhere or cling to, and to split or sever. \texttt{numerica}
+meanings: to adhere or cling to, and to split apart or separate. \texttt{numerica}
defines two commands, \verb`\q` and \verb`\Q` to achieve these opposite
effects. When a mathematical argument is being parsed, the \verb`\q`
command joins the next token to the argument (\emph{cleaves to});
@@ -3268,16 +3554,19 @@ $\Longrightarrow$ \eval[p]{\[ \cos\frac{2\pi}{T}n(t+\tfrac12T) \]}[T=2,t=1,n=3]
\end{centred}
which is $(\cos\pi)\times3\times(1+\tfrac{1}{2}\times2)$. With \verb`\q`
used twice, once after the fraction and once before the left parenthesis,
-\begin{centred}
-\verb`\eval[p]{\[ \cos\frac{2\pi}{T}\q n\q(t+\tfrac12T) \]}[T=2,t=1,n=3]`
+\begin{verbatim}
+ \eval[p]{\[
+ \cos\frac{2\pi}{T}\q n\q(t+\tfrac12T)
+ \]}[T=2,t=1,n=3]
+\end{verbatim}
$\Longrightarrow$ \eval[p]{\[ \cos\frac{2\pi}{T}\q n\q(t+\tfrac12T) \]}[T=2,t=1,n=3]
-\end{centred}
-which is $\cos(\pi\times3\times2)$.
+
+\noindent which is $\cos(\pi\times3\times2)$.
It should be noted that for \emph{trigonometric }functions, because
of their use in Fourier series especially, there is another way of
-handling arguments with parentheses (and fractions). This is discussed
-in §\ref{subsec:parseTrigFns} below.
+handling arguments that contain parentheses (and fractions). This
+is discussed in §\ref{subsec:parseTrigFns} below.
For the \verb`\Q` command which splits an argument we have, without
it,
@@ -3289,21 +3578,22 @@ inserted before \verb`e`,
\begin{centred}
\verb`\eval{$ 1/2\Q e $}` $\Longrightarrow$ \eval{$ 1/2\Q e $},
\end{centred}
-which is a half of $e$. Of course, the meaning in this example would
-be clearer if $1/2$ were parenthesized or presented as a \verb`\tfrac`.
+which is one half of $e$, although it is unlikely to be read that
+way. If one half of $e$ is intended then parenthesize the $1/2$
+or present as a \verb`\tfrac`.
\subsubsection{Mnemonic}
As mnemonic, best seen in sans serif for the Latin Modern fonts used
-in this document, think of the letter \textsf{q} as a circle \emph{clinging
-}to a vertical descender; think of the letter \textsf{Q} as a circle
-\emph{cut} by the diagonal stroke.
+in this document, think of the letter \textsf{q} as a circle \emph{cleaving
+to} a vertical descender; think of the letter \textsf{Q} as a circle
+\emph{cleaved apart} by the diagonal stroke.
\subsection{Parsing groups}
The arguments of different groups of functions are handled in different
ways. The criterion used for deciding when an argument ends for one
-group will not be that used for the others. Table §\ref{subsec:defaultsIntifyingRounding}
+group will not be that used for others. Table §\ref{subsec:defaultsIntifyingRounding}
lists the different groups that \texttt{numerica} takes account of.
At the top are functions or operations that have the smallest reach
when determining where their arguments end; at the bottom are operations
@@ -3314,23 +3604,25 @@ but there is a setting which enables the direct (rather than inverse)
trigonometric functions to accept a wider range of arguments, as occurs
in Fourier series. Hence they are separated into their own group.
-\begin{wraptable}{o}{0.5\columnwidth}%
-\noindent \centering{}\caption{Parsing groups}\label{tab:settingsParsing-groups}
-{\ttfamily\noindent \begin{center}
+\begin{table}
+\centering
+
+\caption{ Parsing groups}\label{tab:settingsParsing-groups}
{\ttfamily{}%
\begin{tabular}{ll}
\toprule
{\small\textrm{group}} & {\small\textrm{function/operation}}\tabularnewline
\midrule
{\small\textrm{I}} & {\small\textrm{surd, logical Not}}\tabularnewline
-{\small\textrm{II}} & {\small\textrm{unary functions, /}}\tabularnewline
-{\small\textrm{III}} & {\small\textrm{direct trig. functions}}\tabularnewline
+{\small\textrm{II}} & {\small\textrm{unary functions (direct trig. functions default), /}}\tabularnewline
+{\small\textrm{III}} & {\small\textrm{direct trig. functions with special setting}}\tabularnewline
{\small\textrm{IV}} & {\small\textrm{sums, products}}\tabularnewline
{\small\textrm{V}} & {\small\textrm{comparisons}}\tabularnewline
{\small\textrm{VI}} & {\small\textrm{logical And, logical Or}}\tabularnewline
\bottomrule
\end{tabular}}
-\par\end{center}}\end{wraptable}%
+
+\end{table}
A formula is a sequence of tokens and brace groups. All parsing occurs
from the left, \LaTeX{} argument by \LaTeX{} argument, where \emph{argument}
means either a token (an N-type argument in \verb`expl3`-speak) or
@@ -3343,7 +3635,7 @@ on whether the argument is in \emph{first position} – the position
immediately following a function token like \verb`\sin` or \verb`\log`
– or in \emph{general position} – any later position (although for
trigonometric functions we will also need to consider \emph{second}
-and even \emph{third }position).
+and even \emph{third }positions).
For counting position, we need to allow for formatting elements and
multi-token numbers – in both decimal and scientific formats. Formatting
@@ -3405,15 +3697,14 @@ is performed first.
\verb`\eval{$ \surd 3^4 $}` $\Longrightarrow$ \eval{$ \surd 3^4 $}.
\end{centred}
-\subsubsection{Parsing group II: unary functions, slash fractions}
+\subsubsection{Parsing group II}
In the default setup this category includes the trigonometric and
hyperbolic functions, their inverses, the various logarithms and the
-exponential functions, the signum function \verb`\sgn`, and the slash
-fraction \verb`/` where the argument to be determined is its denominator.
-Note however that there is a setting switch which enables trigonometric
- functions to handle parentheses in arguments more generally; see
-§\ref{subsec:parseTrigFns}.
+exponential functions, the signum function \verb`\sgn`, and the denominators
+of slash fractions \verb`/`. Note however that there is a setting
+switch which enables trigonometric functions to handle parentheses
+in arguments more generally; see §\ref{subsec:parseTrigFns}.
\begin{itemize}
\item In parsing group II we wish to accommodate usages like $\ln z^{n}=n\ln z$
(\emph{HMF} 4.1.11), or $\gd z=2\arctan e^{z}-\frac{1}{2}\pi$ (\emph{HMF}
@@ -3467,7 +3758,8 @@ or double factorial sign, and ends there; otherwise
\end{enumerate}
\end{enumerate}
An argument may extend over (see 2(a)i) numbers, constants, variables
-and \verb`\tfrac`-s: $\sin2\tfrac{p}{q}\pi x$ exhibits all elements.
+and \verb`\tfrac`-s, as instanced with $\sin2\tfrac{p}{q}\pi x$
+which exhibits all elements.
Illustrating 1, the exponent is included in the argument but not the
following variable:
@@ -3478,15 +3770,10 @@ For the sake of the reader, and as one naturally does in any case
to avoid ambiguity, the formula should be written with the variable
$n$ preceding the logarithm: $n\log_{10}(1+2+3+4)^{3}$. The way
the example is written suggests that the writer wished the $n$ to
-be considered part of the argument. If that is the case, an outer
-set of parentheses would make intentions clear, but it is possible
-to leave the argument as written but insert a \verb`\q` command before
-$n$:
-\begin{centred}
-\verb`\eval{$ \log_{10}(1+2+3+4)^3\q n $}[n=5]` $\Longrightarrow$
-\eval{$ \log_{10}(1+2+3+4)^{3}\q n $}[n=5],
-\end{centred}
-which is $\log_{10}5000.$
+be considered part of the argument of the logarithm. If that is the
+case, inserting a \verb`\q` command before \verb`n` would achieve
+this, but that would still be confusing for the reader of the pdf.
+Inserting parentheses is the only sensible thing to do.
Illustrating 2(a)ii, again the exponent is included in the argument
but not the following variable:
@@ -3495,20 +3782,24 @@ but not the following variable:
\end{centred}
Again, for the sake of the reader and as one naturally does to avoid
ambiguity, the variable $n$ should precede the logarithm. If in fact
-one wants the $n$ included in the argument of the logarithm, the
-\verb`\q` command is again available or, better in this case, the
-$n$ can be shifted to precede the $m$, which illustrates 2(a)i:
+the intention was for the $n$ to be included in the argument of the
+logarithm, then again the \verb`\q` command could be used or, better
+in this case, the $n$ could be shifted to precede the $m$, which
+illustrates 2(a)i:
\begin{centred}
-\verb`\eval{$ \log_{10}nm^3 $}[m=10,n=5]` $\Longrightarrow$ \eval{$ \log_{10}nm^3 $}[m=10,n=5].
+\verb`\eval{$ \log_{10}nm^3 $}[m=10,n=5]` $\Longrightarrow$ \eval{$ \log_{10}nm^3 $}[m=10,n=5],
\end{centred}
-Is \texttt{numerica} being too strict when $nm^{3}$ is included in
-the argument of the logarithm, but $m^{3}n$ is not? Any criterion
-is going to miss some instances where a different outcome might be
-desirable. Where an argument ends is affected by visual appearance.
+the logarithm of $5000$, or better still, $m^{3}n$ could (and should)
+be parenthesized for the sake of the reader.
+
+Why the difference between $nm^{3}$ where $n$ and $m^{3}$ are included
+in the argument, and $m^{3}n$ where $n$ is not? Any criterion is
+going to miss some instances where a different outcome might be desirable.
+Where an argument ends is affected by visual appearance in the pdf.
It is simple and easy to remember if it is understood that anything
-that breaks the visual appearance of juxtaposed numbers, variables,
+that breaks the `visual flow' of juxtaposed numbers, variables,
constants and \verb`\tfrac`-s ends the argument. An exponent does
-just that.
+just that. If you feel there is ambiguity, parenthesize to clarify.
Illustrating 2(b)ii, the argument stops with the \verb`\dfrac` and
its arguments and does not extend to the following constant:
@@ -3517,7 +3808,8 @@ its arguments and does not extend to the following constant:
\end{centred}
Obviously, someone writing an expression like this intends the $\pi$
to be part of the argument. In that case, a \verb`\tfrac` should
-be used. The \verb`\dfrac` breaks the `visual flow' of an argument.
+be used since the \verb`\dfrac` breaks the `visual flow' of the
+argument.
\begin{description}
\item [{Fractions}]~
@@ -3526,10 +3818,10 @@ it displays in the same way as a \verb`\tfrac`. I considered making
the argument-behaviour of \verb`\frac` the same as \verb`\tfrac`
for text-style contexts, and the same as \verb`\dfrac` for display-style
contexts, but that would have meant the same expression evaluating
-to different results depending on the context, text-style or display-style,
-which ruled it out. Because \verb`\frac` sometimes displays as \verb`\dfrac`,
-it necessarily is treated like \verb`\dfrac` (but see §\ref{subsec:parseTrigFns},
-specifically \texttt{()=2}).
+to different results depending on whether it lay between \verb`$ $`
+or \verb`\[ \]` delimiters, which ruled it out. Because \verb`\frac`
+sometimes displays as \verb`\dfrac`, it is treated like \verb`\dfrac`
+(but see §\ref{subsec:parseTrigFns}, specifically \texttt{()=2}).
\item [{Slash~fractions}]~
It is easy to write ambiguous expressions using the slash $/$ to
@@ -3538,14 +3830,13 @@ With from-the-left evaluation and calculator precedence rules which
give equal precedence to {*} (multiplication) and / (division), this
would be interpreted as $(\pi/2)\times n$, but most people will instinctively
interpret it as $\pi/(2n)$. By placing \verb`/` in parsing group
-II, this is what \texttt{numerica} does.
-
-It treats the right-hand argument of the slash \emph{as if it were
-the argument of a named function}. This means that $1/2\sin(\pi/6)$
-is parsed as $(1/2)\sin(\pi/6)$ rather than as $1/(2\sin(\pi/6))$.
-It also means that $1/2\exp(1)$ and $1/2e$ give different results,
-which is acceptable since (in the author's view) they display differently
-and are not instinctively read in the same way.
+II, this is what \texttt{numerica} does. It treats the right-hand
+argument of the slash \emph{as if it were the argument of a named
+function}. This means that $1/2\sin(\pi/6)$ is parsed as $(1/2)\sin(\pi/6)$
+rather than as $1/(2\sin(\pi/6))$. It also means that $1/2\exp(1)$
+and $1/2e$ give different results, which (in the author's view) is
+acceptable since they display differently and are not instinctively
+read in the same way.
\end{description}
\subsubsection{Parsing group III}
@@ -3573,23 +3864,37 @@ All these usages can be accommodated by adjusting a setting in the
settings option (§\ref{sec:settingsOption}) of the \verb`\eval`
command:
\begin{lyxcode}
-()~=~integer
+()~=~<integer>
\end{lyxcode}
-where \texttt{integer} is one of \texttt{0, 1, 2}. For convenience
-of statement in what follows call parentheses, square brackets or
-braces \emph{brackets}. If preceded by a \verb`\left` or \verb`\right`
-or \verb`\biggl` or \verb`\biggr` etc. modifier, call them \emph{Brackets},
-with an uppercase `B'. Modifiers do not contribute to the position
-count, so that a left Bracket in first position means the modifier
-and left bracket are both considered to be in first position. When
-it is immaterial whether it is a bracket or a Bracket I write b/Bracket.
-The rules that follow do not prescribe what mathematicians \emph{ought}
-to do but are intended to be descriptive of certain patterns of mathematical
-practice as discerned in \emph{HMF} and a number of texts (about half
-a dozen) on Fourier series.
+where \texttt{<integer>} is one of \texttt{0, 1, 2}.
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+I remain unsure whether to persist with the \texttt{()} setting. A
+principal aim of \texttt{numerica} is to avoid having to modify a
+formula to bring it into a form that can be evaluated. The \texttt{()}
+setting arose in that context, but it complicates the code and may
+well confuse the user. Inserting cleave functions, \texttt{\textbackslash q}
+or \texttt{\textbackslash Q}, to achieve the same effects does mean
+modifying formulas, but is straightforward and easier to understand.
+(And \texttt{\textbackslash q} and \texttt{\textbackslash Q} have
+no effect on the visual appearance of formulas.)\end{shaded}%
+\end{minipage}
+
+For convenience of statement in what follows call parentheses, square
+brackets or braces \emph{brackets}. If preceded by a \verb`\left`
+or \verb`\right` or \verb`\biggl` or \verb`\biggr` etc. modifier,
+call them \emph{Brackets}, with an uppercase `B'. Modifiers do not
+contribute to the position count, so that a left Bracket in first
+position means the modifier and left bracket are both considered to
+be in first position. When it is immaterial whether it is a bracket
+or a Bracket I write b/Bracket. The rules that follow do not prescribe
+what mathematicians \emph{ought} to do but are intended to be descriptive
+of certain patterns of mathematical practice as discerned in \emph{HMF}
+and a number of texts (about half a dozen) on Fourier series.
\begin{description}
-\item [{\texttt{()=0}}] is the \emph{default} setting; b/Brackets are included
-in the argument only if
+\item [{\texttt{()=0}}] is the \emph{default} setting, parsing group II
+behaviour; b/Brackets are included in the argument only if
\begin{itemize}
\item the left b/Bracket is in first position;
\begin{itemize}
@@ -3599,6 +3904,11 @@ which ends there, otherwise
\item the argument ends with the right b/Bracket.
\end{itemize}
\end{itemize}
+\end{description}
+The default setting allows things like $\sin\tfrac{1}{2}a$, $\cos2\pi nt$
+and $\tan(A+B)$. It does \emph{not} encompass examples like $\tan\tfrac{1}{2}(A+B)$
+or $\cos2(n+\tfrac{1}{2})\pi$. For that we need the setting \verb`()=1`:
+\begin{description}
\item [{\texttt{()=1}}] includes a b/Bracketed expression in the argument,
provided
\begin{itemize}
@@ -3628,6 +3938,37 @@ at which point the argument ends, or
\end{itemize}
\end{itemize}
\end{itemize}
+\end{description}
+With the \verb`()=1` setting, the arguments of $\tan\tfrac{1}{2}(A+B)$,
+$\sec\pi(\tfrac{1}{4}+\tfrac{1}{2}az)$, $\cos(2m+p)z$, $\sin(2n+1)v$
+are all accommodated, as is $\sin\tfrac{1}{2}(m+n)\pi$ with items
+on both sides of the parentheses. But, note, there must be at most
+\emph{one} item before the left parenthesis:
+\begin{centred}
+\verb`\eval[()=1]{$ \sin\tfrac16(m+n)\pi $}[m=1,n=2]`. $\Longrightarrow$
+\eval[()=1]{$ \sin\tfrac16(m+n)\pi $}[m=1,n=2],
+\end{centred}
+whereas, with two items before the left parenthesis,
+\begin{centred}
+\verb`\eval[()=1]{$ \sin2\tfrac1{12}(m+n)\pi $}[m=1,n=2]`. $\Longrightarrow$
+
+\eval[()=1]{$ \sin2\tfrac1{12}(m+n)\pi $}[m=1,n=2].
+\end{centred}
+Whatever the \verb`()` setting, \texttt{numerica} does not check
+what is included between the parentheses (or brackets generally) –
+it could be anything. However inserting \verb`\left`, \verb`\right`
+or other modifiers before the parentheses restricts the argument of
+the sine in this example, despite the \verb`()=1` setting, to the
+\verb`\tfrac`:
+\begin{centred}
+\verb`\eval[()=1]{$ \sin\tfrac16\left(m+n\right)\pi $}[m=1,n=2]`
+$\Longrightarrow$ \eval[()=1]{$ \sin\tfrac16\left(m+n\right)\pi $}[m=1,n=2].
+\end{centred}
+Although \verb`()=1` serves well for the kinds of expressions and
+identities involved in trigonometry, perusal of any text on Fourier
+series will show it does not cover the kinds of expressions met there.
+For that we need
+\begin{description}
\item [{\texttt{()=2}}] includes a b/Bracketed expression in the argument
provided
\begin{itemize}
@@ -3655,28 +3996,11 @@ or \verb`\tfrac`, at which point the argument ends, or
\end{itemize}
\end{itemize}
\end{description}
-The default setting is \texttt{()=0} which is parsing group II behaviour.
-
-\texttt{()=1} allows $\tan\tfrac{1}{2}(A+B)$ and $\sec\pi(\tfrac{1}{4}+\tfrac{1}{2}az)$,
-and $\cos(2m+p)z$ and $\sin(2n+1)v$, and also items on \emph{both}
-sides of the bracketed part like $\sin\tfrac{1}{2}(m+n)\pi$ provided
-there is only one item between the function and the left bracket:
-\begin{centred}
-\verb`\eval[()=1]{$ \sin\tfrac16(m+n)\pi $}[m=1,n=2]`. $\Longrightarrow$
-\eval[()=1]{$ \sin\tfrac16(m+n)\pi $}[m=1,n=2].
-\end{centred}
-Note that \texttt{numerica} does not check what is included between
-the brackets – it could be anything. However inserting \verb`\left`,
-\verb`\right` modifiers before the parentheses restricts the argument
-of the sine in this example to the \verb`\tfrac`:
-\begin{centred}
-\verb`\eval[()=1]{$ \sin\tfrac16\left(m+n\right)\pi $}[m=1,n=2]`.
-$\Longrightarrow$ \eval[()=1]{$ \sin\tfrac16\left(m+n\right)\pi $}[m=1,n=2].
-\end{centred}
-\texttt{()=2} draws no distinction between brackets and Brackets.
-It allows all \texttt{()=1} possibilities but also \emph{two }items
-(of a suitable kind) before the left b/Bracket; it also allows \verb`\dfrac`-s
-and \verb`\frac`-s in addition to \verb`\tfrac`-s.
+{\ttfamily\verb`()=2`} draws no distinction between brackets
+and Brackets. It allows all \verb`()=1` possibilities but also \emph{two
+}items (of a suitable kind) before a left b/Bracket; it also treats
+\verb`\dfrac`-s and \verb`\frac`-s like \verb`\tfrac`-s for determining
+the scope of arguments.
The following examples are taken from different texts on Fourier series.
The first shows a \verb`\frac` being included in the argument, the
@@ -3695,12 +4019,12 @@ instance
\[ \sin(N+\tfrac12)\frac{2\pi\tau}T \]
}[N=1,\tau=2,T=3]
\end{verbatim}
-$\Longrightarrow$ \eval[p,()=2]
+$\Longrightarrow$ \eval[p,()=2]
{
\[ \sin(N+\tfrac12)\frac{2\pi\tau}T \]
- }[N=1,\tau=2,T=3]which is the sine of $(\tfrac{3}{2})\times(\tfrac{4}{3}\pi)=2\pi$
-(and \emph{not }$(\sin\tfrac{3}{2})(\tfrac{4}{3}\pi)$ ), where a
-\verb`\frac` trailing the parentheses has been included in the argument.
+ }[N=1,\tau=2,T=3]which is the sine of $2\pi=(\tfrac{3}{2})\times(\tfrac{4}{3}\pi)$
+where a \verb`\frac` trailing the parentheses has been included in
+the argument, and \emph{not }$(\sin\tfrac{3}{2})(\tfrac{4}{3}\pi)$.
Or consider
\begin{verbatim}
\eval[p,()=2]
@@ -3713,11 +4037,10 @@ $\Longrightarrow$ \eval[p,()=2]
{\[
\sin2\pi\left(\frac{x}{\lambda}
-\frac{t}{T}\right)
- \]}[x=1,\lambda=2,t=3,T=4] which is the sine of $2\pi\times(-\tfrac{1}{4})=-\tfrac{1}{2}\pi$
-(and \emph{not} $\sin2\pi$ times the parenthesised expression) where
-there are two items before the parentheses which surround two \verb`\frac`-s
-and \verb`\left` and \verb`\right` modifiers have been used with
-the parentheses.
+ \]}[x=1,\lambda=2,t=3,T=4]which is the sine of $-\tfrac{1}{2}\pi=2\pi\times(-\tfrac{1}{4})$
+where there are two items before the parentheses and \verb`\left`
+and \verb`\right` modifiers, and \emph{not} $\sin2\pi$ times the
+parenthesised expression.
However a usage like $\sin(n+\tfrac{1}{2})(x-t)$, noted in two different
texts, is not available without explicit use of the \verb`\q` command
@@ -3814,14 +4137,14 @@ For parsing group VI
The parsing rules of the different groups are not normative; they
are not statements of how mathematical formulas should be written.
Rather they are attempts to discern regularities in how mathematicians
-often do write formulas. It is how things look in the pdf, not \LaTeX ,
-that is the guide. You are always free to parenthesize as you see
-fit and to insert cleave commands (\verb`\q` or \verb`\Q`) to force
-outcomes.
+often do write formulas. It is \emph{how things look in the pdf},
+not \LaTeX , that is the guide. You are always free to parenthesize
+as you see fit and to insert cleave commands (\verb`\q` or \verb`\Q`)
+to force outcomes.
(But note that parenthesizing has its limits. For sums, writing
\[
-\sum\left(\mathtt{<stuff>}\right)\mathtt{<more-stuff>}
+\sum\left(\mathtt{<stuff>}\right)\mathtt{<more\ stuff>}
\]
does not necessarily end the summand at the right parenthesis: it
ends at the first naked $+$ or $-$ sign, or \verb`\Q` command,
@@ -3829,142 +4152,65 @@ encountered.)
The rule should always be to write expressions that are clear to the
reader of the pdf. An expression that is ambiguous to the reader,
-even if it fits within the parsing rules, is to be deplored. The \emph{intent}
-is that \verb`\eval` can parse unambiguous expressions correctly.
-
-\chapter{Nesting \texttt{\textbackslash eval} commands}
-
-\label{chap:Nesting}\verb`\eval` commands can be used within \verb`\eval`
-commands, both as part of the formula being evaluated or as part of
-the vv-list or both. Only in special circumstances is this likely
-to be useful – perhaps when a calculation can be divided into two
-or more parts where different settings are appropriate for the different
-parts. One can imagine cases in which trigonometric functions are
-involved and different \texttt{()} settings would be helpful in different
-parts of the formula. Nesting of command within command becomes especially
-significant with the additional commands available when \texttt{numerica}
-is loaded with the \texttt{plus} or \texttt{tables} options; see the
-associated documents \texttt{numerica-plus.pdf} and \texttt{numerica-tables.pdf}.
-Since those additional commands are not available in this document,
-I restrict myself here to some `toy' examples of \verb`\eval` commands
-within \verb`\eval` commands to show how things work.
-
-\section{Star option for inner \texttt{\textbackslash eval}}
-
-The \verb`\eval` command `digests' a \LaTeX{} formula to produce
-an \verb`l3fp`-readable formula. This is then fed to \verb`l3fp`
-to be evaluated. The evaluated output is then formatted in various
-ways to be displayed. If the inner \verb`\eval` command produces
-formatted output, it is \emph{that} that the outer \verb`\eval` command
-will attempt to digest – and fail. Hence \emph{always} use the star
-option for the inner \verb`\eval` command. That means the outer \verb`\eval`
-is feeding on a number only:
-\begin{centred}
-\verb`\eval{$ \sin(\eval*{\sin x}[x=\pi/6]\pi) + 1 $}` $\Longrightarrow$
-\eval{$ \sin(\eval*{\sin x}[x=\pi/6]\pi) + 1$}.
-\end{centred}
-Also no math delimiters are used in the inner command. These are irrelevant
-with the star option in any case, but in the present context would
-cause error if included because they would be treated as part of the
-formula and thereby produce an `unknown token' error message. In
-the presentation of the overall result that the inner \verb`\eval`
-command is evaluated, showing as $0.5$.
-
-\section{Nesting in the vv-list}
-\begin{centred}
-\verb`\eval{$ \sin k\pi + 1 $}[k=\eval*{\sin x},x=\pi/6]` $\Longrightarrow$
-\eval{$ \sin k\pi + 1 $} [k=\eval*{\sin x},x=\pi/6].
-\end{centred}
-When the inner \verb`\eval` command is in the vv-list of the outer
-command and has a vv-list of its own, then the entire inner command
-needs to be placed in braces:
-\begin{centred}
-\verb`\eval{$ \sin k\pi + z $}[k={\eval*{y\sin x}[x=\pi/4,y=1/\surd2]},z=1]`
-$\Longrightarrow$ \eval{$ \sin k\pi + z $} [k={\eval*{y\sin x}[x=\pi/4,y=1/\surd2]},z=1].
-\end{centred}
-The vv-list of the inner \verb`\eval` command contains both a comma
-and square brackets. Both elements need to be hidden from the outer
-\verb`\eval` in order that \emph{its }vv-list be parsed correctly.
-Hence braces surround the inner \verb`\eval` and its arguments. The
-same need arises if the inner \verb`\eval` has a non-empty settings
-option – another comma-separated square-bracketed option.
-
-The values of variables used in an inner \verb`\eval` command are
-restricted to that command; they do not `leak' into the outer calculation.
-But variables and their values in the outer vv-list are available
-for use in the inner \verb`\eval` command (unless a value is explicitly
-changed in the inner vv-list).
-
-\subsection{Debugging}
-
-\label{subsec:nestDebugging}It is worth looking at the debug display
-when \verb`\eval` commands are nested. For the outer \verb`\eval`
-command:
-\begin{centred}
-\verb`\eval[dbg=210]{$ \sin \eval*{\sin x}[x=\pi/6]\pi + 1 $}` $\Longrightarrow$
-\eval[dbg=210]{$ \sin \eval*{\sin x}[x=\pi/6]\pi + 1 $}
-\end{centred}
-and when the inner \verb`\eval` is in the vv-list,
-\begin{centred}
-\verb`\eval[dbg=210]{$ \sin k\pi + 1 $}[k=\eval*{\sin x},x=\pi/6]`
-$\Longrightarrow$ \eval[dbg=210]{$ \sin k\pi + 1 $} [k=\eval*{\sin x},x=\pi/6]
-\end{centred}
-For the inner \verb`\eval` command debugging still works but in an
-idiosyncratic way. To clarify exactly what is going on I have added
-a \verb`\left( \right)` pair around the entire inner \verb`\eval`
-command. Note that I have also used a \emph{negative} \texttt{dbg}
-value. With a positive value, the right parenthesis is pressed toward
-the right margin of the page. The negative value limits the display
-to the text width and gives the much neater result shown.
-\begin{verbatim}
- \eval[()=2]{$
- \sin\left(
- \eval*[dbg=-210]{ \sin x }[x=\pi/6]
- \right)\pi + 1 $}
-\end{verbatim}
-$\Longrightarrow$ \eval[()=2]{$
- \sin\left(
- \eval*[dbg=-210]{ \sin x }[x=\pi/6]
- \right)\pi + 7 $}
-
-\medskip{}
-The debug display from the inner \verb`\eval` command has been inserted
-into the formula of the outer \verb`\eval` in the position occupied
-by the inner \verb`\eval`. I did not deliberately code for this,
-but have decided to leave it as is, since there can be no confusion
-about which \verb`\eval` command is being `debugged', despite the
-potential for some rather odd displays. In this last example, in order
-to both use \verb`\left(...\right)` and have the calculation give
-the previous result I have employed the setting \verb`()=2` in the
-outer \verb`\eval`; see §\ref{subsec:parseTrigFns}.
-
-\chapter{\texttt{\textbackslash nmcInfo (\textbackslash info)}}
-
-\label{sec:info}Used after the evaluation of an `infinite' process,
-the \verb`\nmcInfo` command, or its equivalent short-name form \verb`\info`
-will tell you how many terms or factors or iterations or steps were
-needed to arrive at the result. The syntax of the \verb`\nmcInfo`
-command is
+even if it fits within the parsing rules, is to be deprecated. The
+\emph{intent} is that \verb`\eval` can parse unambiguous expressions
+correctly.
+
+\chapter{Supplementary commands}
+
+\label{chap:Supplementary-commands}This chapter introduces four commands,
+\verb`\nmcInfo` (which we have already met), \verb`\nmcMacros`,
+\verb`\nmcConstants` and \verb`\nmcReuse`, supplementary to the
+principal command \verb`\nmcEvaluate`. They use the same machinery
+as \verb`\nmcEvaluate` and so have the same syntax. If all arguments
+are present it is
+\begin{centred}
+\noindent \verb`\nmc<cmd>*[settings]{main arg}[vv-list][rounding]`
+\end{centred}
+where \verb`<cmd>` is one of \verb`Info`, \verb`Macros`, \verb`Constants`
+and \verb`Reuse`. All four commands have short-name forms: \verb`\info`,
+\verb`\macros`, \verb`\constants`, \verb`\reuse`.
+
+Generally the final two optional arguments will not be used. The user
+should be aware of this if following a command with a square bracketed
+expression – the expression will be absorbed without trace unless
+it is preceded by, for example, an empty brace pair.
+
+Because the commands share the machinery of \verb`\nmcEvaluate`,
+the settings discussed earlier (Chapter~\ref{chap:Settings}) for
+the \verb`\eval` command are also available for these commands, although
+they will, in the main, be irrelevant. The `debug' code has been
+used by the \verb`view` setting of some of these supplementary commands
+to produce its effects.
+
+The starred form of command is available in all four cases and in
+all cases produces a pure number. If both star and \verb`view` are
+used at the same time, the \verb`view` setting prevails over starring.
+
+\section{Feedback on \textquoteleft infinite\textquoteright{} processes:\texttt{ \textbackslash nmcInfo}}
+
+\label{sec:supplInfo}Used after the evaluation of an `infinite'
+process, the \verb`\nmcInfo` command, or its short-name form \verb`\info`
+will tell you how many terms or factors or other operations\footnote{It also applies to the commands \texttt{\textbackslash nmcIterate
+}and \texttt{\textbackslash nmcSolve} from the \texttt{numerica-plus
+}package and to derivatives and integrals from the \texttt{numerica-calculus}
+package.} were needed to arrive at the result.The main argument contains an
+identifier for the `infinite' process:
\begin{lyxcode}
\textbackslash nmcInfo\{<arg>\}~
\end{lyxcode}
-where \texttt{<arg>} is restricted to one of two choices at present,
-either \texttt{sum} or \texttt{prod}. If the package \texttt{numerica-plus.def}
-is loaded (see §\ref{subsec:introPackagesOptions} and the associated
-document \texttt{numerica-plus.pdf}) two further arguments are possible:
-\texttt{iter} and \texttt{solve}.
-
-There is a starred form of the command:
-\begin{lyxcode}
-\textbackslash nmcInfo{*}\{<arg>\}
-\end{lyxcode}
-(or \verb`\info*{<arg>}`). As with the \verb`\eval` command the
-star has the effect of suppressing anything other than the numerical
-result from the display.
-
-As an example, let's test a standard identity, $\cosh^{2}x-\sinh^{2}x=1$,
-`the hard way'. We know that $\cosh x=\sum_{n=0}^{\infty}\frac{x^{2n}}{(2n)!}$
-and $\sinh x=x\prod_{k=1}^{\infty}\left(1+\frac{x^{2}}{k^{2}\pi^{2}}\right)$.
+(or \verb`\info{<arg>}`) where, at this stage, \verb`<arg>` is either
+\verb`sum` or \verb`prod`. The display, as we have seen in earlier
+examples, is a number followed by a space then a descriptor. For \verb`sum`
+and \verb`prod` the descriptors are \verb`terms` and \verb`factors`.
+Starring \verb`\nmcInfo` – \verb`\nmcInfo*{arg}` or \verb`\info*{arg}`
+– suppresses the descriptor and leaves only the number. This allows
+the starred form to be nested in an \verb`\eval` command, which might
+sometimes be convenient.
+
+As an example, let's test `the hard way' a standard identity, $\cosh^{2}x-\sinh^{2}x=1$.
+We know that $\cosh x=\sum_{n=0}^{\infty}\frac{x^{2n}}{(2n)!}$ and
+$\sinh x=x\prod_{k=1}^{\infty}\left(1+\frac{x^{2}}{k^{2}\pi^{2}}\right)$.
The difference of their squares should be $1$:
\begin{verbatim}
\eval{\[
@@ -3974,48 +4220,48 @@ The difference of their squares should be $1$:
\left[x\prod_{k=1}^{\infty}
\left(1+\frac{x^{2}}{k^{2}\pi^{2}}\right)
\right]^2
- \]}[x=1][3] \info{sum}\quad \info{prod}
+ \]}[x=1][3] \info{sum},\quad \info{prod}
\end{verbatim}
-$\Longrightarrow$ \eval{\[
+$\Longrightarrow$ \eval{\[
\left[\sum_{n=0}^{\infty}
\frac{x^{2n}}{(2n)!}\right]^2-
\left[x\prod_{k=1}^{\infty}
- \left(1+\frac{x^{2}}{k^{2}\pi^{2}}\right)\right]^2
- \]}[x=1][3] \info{sum}\quad \info{prod}.
+ \left(1+\frac{x^{2}}{k^{2}\pi^{2}}\right)
+ \right]^2
+ \]}[x=1][3] \info{sum},\quad\info{prod}.
Nearly right. Obviously the product converges only slowly which is
where the error comes from (see the discussion in §\ref{sec:settingsInfiniteSumsProds},
where we needed the extra rounding setting \texttt{P+=3} and $350$
factors to get a correct 3-figure value). The point of the example
is to show the information command being used for both sum and product
-in the one evaluation. One does not exclude the other.
+in the one evaluation. One does not exclude the other.
+
+\subsection{Suppressing the descriptor: \texttt{\textbackslash nmcInfo{*}}}
-The information command can also be placed in the settings option
-as the value of the punctuation setting. An example of this has already
-been provided earlier which I'll repeat here:
+The starred form of the \verb`\info` command suppresses the descriptor
+(`terms', `factors') and gives a purely numerical result:
\begin{verbatim}
- \eval[p=\mbox{,\quad\nmcInfo{sum}.}]
- {\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
+ \eval{$
+ \sum_{k=0}^{\infty}\binom \alpha k x^k
+ $}[x=1/2,\alpha=3],
+ requiring $ \info*{sum}-1 $ additions.
\end{verbatim}
-$\Longrightarrow$ \eval[p=\mbox{,\quad\nmcInfo{sum}.}]{\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
-
-Because of the \texttt{\textbackslash{[} \textbackslash{]}} delimiters,
-if the information command had been placed \emph{after} the \texttt{\textbackslash eval}
-command, it would have slid down to the next line. As it is, it resides
-\emph{inside} the \texttt{\textbackslash{[} \textbackslash{]}}
-delimiters, on the same line as the expression. This may be significant
-for adjusting vertical spacing of subsequent elements of the document.
+$\Longrightarrow$ \eval{$
+ \sum_{k=0}^{\infty}\binom \alpha k x^k
+ $}[x=1/2,\alpha=3],
+requiring $ \info*{sum}-1 $ additions. (Four terms added, therefore $3$ additions.)
-\section{Errors}
+\subsection{Errors}
-Should the wrong argument be used in the \verb`\nmcInfo` command,
+Should the \emph{wrong} argument be used in the \verb`\nmcInfo` command,
no harm is done:
\begin{verbatim}
\eval{$
\sum_{k=0}^{\infty}\binom \alpha k x^k
$}[x=1/2,\alpha=3], \ \info{prod}
\end{verbatim}
-$\Longrightarrow$ \eval{$ \sum_{k=0}^{\infty}\binom \alpha k x^k $}[x=1/2,\alpha=3],\ \info{prod}.
+$\Longrightarrow$ \eval{$ \sum_{k=0}^{\infty}\binom \alpha k x^k $}[x=1/2,\alpha=3],\ \info{prod}.\medskip{}
$119$ \emph{factors}? The information command is remembering a previous
result, the last time \verb`prod` was used as its argument. Changing
@@ -4030,147 +4276,897 @@ Should a non-existent argument be used, an error message is generated:
\end{verbatim}
$\Longrightarrow$ \eval{$ \sum_{k=0}^{\infty}\binom \alpha k x^k $}[x=1/2,\alpha=3],\\ \info{Fred}
-\chapter{Saving and reusing results }
-
-\label{chap:Saving-and-retrieving}You may want to use at some place
-in a document a result calculated earlier. It would be good to be
-able to do so without having to do the calculation again at the new
-location. \texttt{numerica} offers a command \verb`\nmcReuse` which
-saves a result to a control sequence which can be used elsewhere in
-the document, expanding to the saved result. The control sequence
-and its content are also saved to file for use on other occasions.
-
-The syntax of \verb`\nmcReuse` is simple. The command takes two optional
-arguments, a star (asterisk) and a conventional square-bracket delimited
-argument. If both are used it looks like
+\subsection{\texttt{view} setting}
+
+As noted at the start of this chapter, \verb`\nmcInfo` uses the `machinery'
+of \verb`\nmcEvaluate`. Most of the settings available for \verb`\eval`
+are also available for \verb`\info` but of these only one seems relevant:
+the \verb`dbg` setting. However, rather than use the obscure \verb`dbg=<integer>`
+(which is possible), it suffices to enter \verb`view` in this argument:
+\begin{centred}
+\verb`\info[view]{}` $\Longrightarrow$ \info[view] {}
+\end{centred}
+The result is a display of all the current values of all the `infinite'
+processes available. All such values are initialized to $0$. (Further
+processes \verb`iter` and \verb`solve` become relevant if the \verb`numerica-plus`
+package is used; \verb`deriv` and \verb`integ` become relevant if
+the \verb`numerica-calculus` package, currently under development,
+is used.)
+
+\section{User-defined macros: \texttt{\textbackslash nmcMacros}}
+
+\label{sec:supplMacros}The \verb`\nmcMacros` and \verb`\nmcConstants`
+commands were prompted by a question on \TeX{} Stack Exchange.\cprotect\footnote{A question from Giacomo Petrillo on \TeX{} Stack Exchange and a response
+by `egreg' prompted the introduction of the \cprotect\texttt{\textbackslash nmcMacros}
+and \cprotect\texttt{\textbackslash nmcConstants} commands. See \url{https://tex.stackexchange.com/questions/602993/use-macros-in-numerica-vv-list/602998#602998}} Some time later the maintainer of the \verb`mandi` package\footnote{The maintainer is Joe Heafner, who explains that `mandi' is an abbreviation
+of `matter and interactions' after a physics textbook of that name
+(by different authors). Among other things, the package defines a
+long list of macros, each containing the value of a physical constant.} approached me with a similar problem. Suppose one has defined a macro
+to contain a value, say
+\begin{itemize}
+\item \verb`\def\myvalue{0.35}`, or
+\item \verb`\newcommand\myvalue{0.35}`, or
+\item \verb`\NewDocumentCommand\myvalue{}{0.35}`, if you're using \verb`xparse`.
+\end{itemize}
+(If you're using the document processor \LyX{} then there is good reason
+to prefer \verb`\gdef` to define your macro, \verb`\gdef\myvalue{0.35}`;
+see Chapter~\ref{chap:LyX}). After one of these commands, \verb`\myvalue`
+is now known to \LaTeX , but it is not known to \verb`numerica`.
+The quantities \verb`numerica` \emph{does }know about are variables
+in the vv-list of an \verb`\eval` command, and those \LaTeX{} (and
+\verb`amsmath` and \verb`mathtools`) commands used for writing mathematical
+expressions. These quantities are stored in \verb`numerica` in structures
+called property lists. Since \verb`\myvalue` is not recorded in these
+lists yet, putting \verb`x=\myvalue` in the formula or vv-list of
+an \verb`\eval` command will produce an `Unknown token' error message:
+\begin{verbatim}
+ \NewDocumentCommand \myvalue {} {0.35}
+ \eval{ \myvalue }
+\end{verbatim}
+$\Longrightarrow$ \NewDocumentCommand \myvalue {} {0.35}
+ \eval{ \myvalue }
+
+With version 2 of \verb`numerica` a command is now available, \verb`\nmcMacros`,
+to register macros and their values with the property lists used internally
+by \verb`numerica`. (This command was not available in version 1.)
+The macro must have been defined earlier in the document or in a supporting
+package.
+
+The basic usage is simple. If you have a list of macros you wish to
+make available to \verb`\nmcEvaluate`, enter them in a comma list
+in the mandatory argument of \verb`\nmcMacros`:
\begin{lyxcode}
-{\small\textbackslash nmcReuse{*}{[}csname{]}}{\small\par}
+\textbackslash nmcMacros\{~\textbackslash macro1,~\textbackslash macro2,~\ldots ~\}
\end{lyxcode}
-where \texttt{csname} is the proposed name of what will become the
-control sequence \verb`\csname` containing the latest result from
-the \verb`\eval` command. The name should be composed of letters
-only.
-
-As with \verb`\nmcEvaluate` and \verb`\nmcInfo` there is a short-name
-form, \verb`\reuse`, for \verb`\nmcReuse`. If a conflict with another
-package arises, it should be possible to fall back on \verb`\nmcReuse`.
-
-\section{Use without optional argument: \texttt{\textbackslash nmcReuse}}
-
-Suppose your document is \verb`mydoc.tex` (so that the \LaTeX{} command
-{\small\verb`\jobname`} expands to \verb`mydoc`). If \verb`\nmcReuse`
-is used without optional arguments, then \texttt{numerica} checks
-for the existence of a file \verb`mydoc.nmc` in the current document
-directory\texttt{ }and if found loads and records the contents of
-\verb`mydoc.nmc`. The contents should be a comma separated list of
-control sequences and braced values like \texttt{\textbackslash csname1
-\{value1\},\textbackslash csname2 \{value2\},...} The control sequences
-can then be used elsewhere in the document. In particular, control
-sequences containing numerical values can be used in expressions within
-\verb`\eval` commands and in vv-lists.\footnote{The associated document \texttt{numerica-plus.pdf} describes how other
-quantities like tables and sequences of numerical values (iterates,
-recurrences) can also be saved and reused.}
-
-Note that the control sequences are given \LaTeX{} definitions using
-\verb`xparse`'s \verb`\NewDocumentCommand` (a little more general
-than \LaTeXe 's \verb`\newcommand`) and can be used at any later
-point in the document simply by entering the control sequence (e.g.,
-\verb`\csname1`) there (but see §\ref{subsec:reuseGroup-level}).
-Should there already be a control sequence with the same name, \LaTeX{}
-will generate an error and halt compilation.
-
-\section{Use with optional name: \texttt{\textbackslash nmcReuse{[}csname{]}}}
-
-If a name \emph{is} supplied, say \verb`\nmcReuse[csname]`, then
-not only does \texttt{numerica} first look for \verb`mydoc.nmc` (assuming
-your document is called \verb`mydoc.tex`) and load the values stored
-in that file if they have not already been loaded, but it also defines
-\verb`\csname` to contain the latest result from the \verb`\eval`
-command. Should \verb`\csname` already be present in \verb`mydoc.nmc`
-and so have been loaded with the other values from \verb`mydoc.nmc`,
-the old value is overwritten with the new value using \verb`xparse`'s
-\verb`\RenewDocumentCommand` and the new value is saved to the file
-\verb`mydoc.nmc`.
-
-\subsection{Group level}
-
-\label{subsec:reuseGroup-level}Control sequences like \verb`\csname`
-defined by \verb`\nmcReuse` are defined within the current group
-level. A usage like
-\begin{centred}
-\verb`$ \eval{1+1}\reuse[two] $`
-\end{centred}
-confines the definition of \verb`\two` to the environment delimited
-by the dollar signs. A usage like
-\begin{centred}
-\verb`$ \eval{1+1} $ \reuse[two]`,
-\end{centred}
-where the command has been moved outside the math delimiters, still
-confines the definition of \verb`\two` to whatever larger environment
-the \verb`\reuse` command might lie within. If in fact the definition
-occurs at document level then \verb`\two` (in the present example)
-is available for use throughout the document, otherwise it is available
-only within the confines of the current environment.
-
-This is likely to be \emph{not }what is wanted. The remedy is simple:
-precede the saved control sequence – \verb`\two` in the present instance
-– with a `naked' \verb`\reuse` command. This loads the value stored
-in \verb`mydoc.nmc`. In the following example, \verb`\reuse` is
-used within a math environment which is followed by some text (\verb`blah blah result:`)
-then a `naked' \verb`\reuse` command and the control sequence \verb`\two`
-(between math delimiters, which are necessary for reasons explained
-in the next section).
-\begin{centred}
-\verb`$ \eval{1+1} \reuse[two] $, blah blah result: \reuse $\two$.`
-$\Longrightarrow$ $ \eval{1+1} \reuse[two]$, blah blah result: \reuse $\two$.
-\end{centred}
-
-\section{What is saved?}
-
-\label{sec:reuseWhat-is-saved}In the default configuration \verb`\nmcReuse`
-saves the entirety of the display resulting from the latest \verb`\eval`-uation.
-This may include invisible formatting elements meaning that what one
-expects to be only a number cannot be inserted into text without causing
-a \LaTeX{} error; it requires a math environment to print – see the
-last example.
-
-The simplest way to avoid this awkwardness is to use \verb`\eval`
-with the star option. This produces a numerical result with \emph{no
-}formatting. In the following example, I calculate \verb`11+11` with
-\verb`\eval*` and store the value in the control sequence \verb`\twos`.
-I then enter some text (\verb`Blah blah blah:`) and insert the control
-sequence \verb`\twos` into the text without math delimiters. As you
-can see, \verb`\twos` has expanded to $22$, the result of the calculation.
-\begin{centred}
-\verb`\eval*{$ 11+11 $}. \nmcReuse[twos] Blah blah blah: \twos` $\Longrightarrow$
- \eval*{$ 11+11 $}. \nmcReuse[twos] Blah blah blah: \twos
-\end{centred}
-
-\subsection{Viewing what is saved: \textbackslash reuse\texttt{{*}}}
-
-To view what is saved in the \verb`.nmc` file append a star (asterisk)
-to the \verb`\reuse` command. (This makes particular sense when using
-\texttt{numerica} in a program like \LyX{} with a preview facility;
-see Chapter~\ref{chap:LyX}.)
-\begin{centred}
-\verb`\reuse*` $\Longrightarrow$ \reuse*
-\end{centred}
-Particularly notable here is the invisible formatting \verb`\mathchoice{}{}{}{}`
-accompanying \verb`2` in the value of \verb`\two`.
-
-The two options of the\verb`\reuse` command can be used together,
-in which case the control sequence resulting from the name supplied
-in the square-bracketed option will appear in the list resulting from
-the star option, i.e. the list contains not just what has been saved
-earlier but also the current control sequence saved.
-
-\subsection{\texttt{\textbackslash eval}'s \texttt{reuse} setting}
-
-\label{subsec:reuse=00005Ceval's-reuse-setting}The star option of
-the \verb`\eval` command allows a purely numerical result to be saved,
-but also only a number is displayed. By using the \verb`reuse` setting
-of the \verb`\eval` command it is possible to have both a full display
-of an evaluation, vv-list and all, and to save only a numerical result.
+There is an equivalent short-name form of the command, \verb`\macros`.
+
+Multiple \verb`\nmcMacros` commands can be used in a document. If
+the command is placed in the preamble (\emph{after} the definition
+of the macros)\emph{ }then the user-defined macros and their values
+are available throughout the document, otherwise they are available
+from the position of the \verb`\macros` statement. However, macros
+do not need to be defined in your current document provided they are
+defined and accessible from elsewhere – for example from a loaded
+\LaTeX{} package. But always an \verb`\nmcMacros` command is required
+to `register' them with \verb`numerica` for use in an \verb`\eval`
+command.
+
+\subsection{What can be stored in a macro?}
+
+Generally a user-defined macro will store a number. This macro might
+well be defined in an external package – for example the \verb`mandi`
+package defines a large number of macros containing the values of
+physical constants, some fundamental like the speed of light, others
+contingent like the earth–moon distance. If the \verb`mandi` package
+is loaded then writing, for instance,
+\begin{verbatim}
+ \macros{ \electronmassprecisevalue,
+ \protonmassprecisevalue }
+\end{verbatim}
+will make these two macros available for use in \verb`numerica`.
+One could then write in the vv-list of an \verb`\eval` command
+\begin{verbatim}
+m_e=\electronmassprecisevalue,m_p=\protonmassprecisevalue
+\end{verbatim}
+which would allow (among other things) calculation of the mass ratio
+$m_{p}/m_{e}$ of proton to electron. (The length of name of some
+of the macros in the \verb`mandi` package has a pedagogical purpose,
+but makes them unwieldy for direct use in mathematical expressions.)
+
+\subsubsection{Macros containing formulas }
+
+Numbers are not the only quantities that can be stored in a macro
+for use in \verb`numerica`. In fact any mathematical expression that
+can be \verb`\eval`-uated can be stored in a macro:
+\begin{verbatim}
+ \NewDocumentCommand \mysumC {}
+ { \sum_{n=1}^{100}1/n - \ln 100 }
+ \macros{ \mysumC }
+ \eval{$ \mysumC $}[4]
+\end{verbatim}
+$\Longrightarrow$ \NewDocumentCommand \mysumC {}
+ { \sum_{n=1}^{100}1/n - \ln 100 }
+ \macros{ \mysumC }
+ \eval{$ \mysumC $}[4], \medskip{}
+
+\noindent (to be compared with Euler's constant \eval{$ \gamma $}[4]
+– obviously many more terms are needed). The \verb`\eval` command
+wraps around math delimiters in the example. Hence the result is presented
+in the form \emph{formula=result}. In that presentation, note how
+\verb`\mysumC` displays as the formula it contains.
+
+\paragraph{The essential space: }
+
+But the critical thing to notice in the example is \emph{the space
+preceding }\verb`\sum`\emph{ in the definition of }\verb`\mysumC`.
+When a formula starts with an expandable token, \emph{this space is
+essential}. For macros to register successfully with \verb`numerica`,
+the first character in their definition must be \emph{un}expandable.
+Thus a digit is fine: storing a number in a macro is straightforward
+and you don't need to fuss about such niceties. But a control sequence
+like \verb`\sum` does expand (to $\sum$ ). If it is the initial
+token of the formula, then it will cause a possibly obscure error
+– see §\ref{subsec:supplMacrosErrors} – unless preceded by an unexpandable
+token. Hence the space before \verb`\sum` in the \verb`\NewDocumentCommand`
+statement. (On the other hand the spacing in the \verb`\macros` statement
+is purely aesthetic.)
+
+When using macros from another package, this is a matter to be aware
+of. If the macros contain only numbers, there should be no problem,
+but if they contain more complicated expressions, the absence of an
+initial space could make them unusable in \verb`numerica`.
+
+\subsubsection{Vv-list}
+
+In the example it would be nice to be able to vary the number of terms
+summed. This is easily done by using a vv-list in the \verb`\macros`
+statement:
+\begin{verbatim}
+ \NewDocumentCommand \mysumN {}
+ { \sum_{n=1}^{N}1/n - \ln N }
+ \macros{ \mysumN }[N=150]
+ \eval{$ \mysumN $}
+\end{verbatim}
+$\Longrightarrow$ \NewDocumentCommand \mysumN {}
+ { \sum_{n=1}^{N}1/n - \ln N }
+ \macros{ \mysumN }[N=150]
+ \eval{$ \mysumN $}.\medskip{}
+
+\noindent \verb`numerica` needs a definite value to store; it does
+not store the formula as such. To give \verb`\mysumN` a definite
+value, give the variable \verb`N` a value. This is done in the vv-list
+added to the \verb`\macros` statement: \verb`N=150`. In this way
+a definite value is stored in \verb`numerica` against the macro \verb`\mysumN`.
+The definition of the macro is unaffected. If a new value is given
+to \verb`N` in the \verb`\macros` statement (which is the point
+of using a variable), the old value is overwritten and the new value
+is used in subsequent calculations.
+
+\subsection{Seeing what macros are available}
+
+Perhaps your document has a number of \verb`\nmcMacros` statements
+scattered through it and you want to remind yourself of what exactly
+has been stored. \verb`\nmcMacros` has the \verb`view` setting for
+this purpose. Writing
+\begin{centred}
+\verb`\macros[view]{}` $\Longrightarrow$ \macros[view]{}
+\end{centred}
+produces a list of all macros registered with \verb`numerica` and
+their values, as you can see.
+
+If the braced argument is not empty, the display is slightly modified:
+\begin{verbatim}
+ \def\mydef{ \sin(m\pi/n) }
+ \newcommand\mynewcmd{ \cos(m\pi/n) }
+ \macros[view]{ \mydef,\mynewcmd }[m=3,n=18]
+\end{verbatim}
+$\Longrightarrow$ \def\mydef{ \sin(m\pi/n) }
+ \newcommand\mynewcmd{ \cos(m\pi/n) }
+ \macros[view]{ \mydef,\mynewcmd }[m=3,n=18]
+
+\noindent \verb`\mydef` and \verb`\mynewcmd` have been added to
+those available for use in \verb`numerica`.
+
+\subsubsection{Freeing macros from storage}
+
+Rather than cluttering \verb`numerica`'s property lists with no-longer-needed
+macros, it is possible to remove them from there with the \verb`free`
+setting. This has no effect on the \LaTeX{} definition of the macro.
+It merely `de-registers' the macro with \verb`numerica`.
+\begin{centred}
+\verb`\macros[free,view]{ \mysumC }` $\Longrightarrow$ \macros[free,view]{ \mysumC }
+\end{centred}
+If you want to free \emph{all} macros registered with \verb`numerica`
+use an empty main argument with the \verb`free` setting. For an example,
+see just below.
+
+\subsubsection{Counting how many macros are available}
+
+You can count how many macros are currently registered with \verb`numerica`
+by starring the \verb`\nmcMacros`~command:
+\begin{centred}
+\verb`\macros*{}` $\Longrightarrow$ \macros*{}.
+\end{centred}
+If the braced argument is not empty, the list of macros it contains
+will be added to those registered with \verb`numerica` and included
+in the overall count.
+
+Note that the \verb`view` setting prevails over starring if both
+are used.
+
+The star can also be used with the \verb`free` setting. As mentioned
+above, if the main argument is empty, then \emph{all} macros are freed:
+\begin{centred}
+\verb`\macros*[free]{}` $\Longrightarrow$ \macros*[free]{ }
+\end{centred}
+
+\subsection{Errors}
+
+\label{subsec:supplMacrosErrors}If a macro is used in a \verb`\macros`
+statement and the macro has not been defined in the document or a
+supporting package it will cause an error:
+\begin{verbatim}
+ \macros{ \mymacro }
+\end{verbatim}
+$\Longrightarrow$ \macros{\mymacro }
+
+\noindent As noted in the introduction to this section, an undefined
+macro used in an \verb`\eval`-uation will cause an `Unknown token'
+message in \verb`numerica`. The solution in this and the preceding
+case is (obviously) to define the macro.
+
+If a macro contains a formula which begins with an expandable token
+and a preceding space is omitted (see above), then entering that macro
+in a \verb`\macros` statement to register it with \verb`numerica`
+will generally cause a puzzling error:
+\begin{verbatim}
+ \newcommand\mysin{\sin(\pi/7)}
+ \macros{ \mysin }
+\end{verbatim}
+$\Longrightarrow$ \newcommand\mysin{\sin(\pi/7)}
+ \macros{ \mysin }
+
+\noindent The \verb`\protect` seems to be plucked from nowhere. In
+fact it comes from the expansion of \verb`\sin`. If \verb`\sum`
+had been the first token in the macro definition, again with no preceding
+space, then \verb`\protect` would have been replaced by the even
+more puzzling \verb`\DOTSB`. The solution is to insert a space as
+the first token in the macro definition.
+
+If a macro is defined but the \verb`\macros` statement is overlooked,
+and the macro is used in an \verb`\eval`-uation, it will generate
+an `Unknown token' message.
+
+If your macro stores a formula with variables, and you forget to give
+those variables values in the \verb`\macros` statement that will
+produce a message:
+\begin{verbatim}
+ \def\mysumk{ \sum_{n=1}^k n }
+ \macros{ \mysumk }
+\end{verbatim}
+$\Longrightarrow$ \def\mysumk{ \sum_{n=1}^k n }
+ \macros{ \mysumk }
+
+\noindent The `where' part of the message is specific in this case,
+but is generally `\verb`\nmcMacros` command'.
+
+And of course there can be `all the usual suspects' discussed at
+§\ref{sec:evalErrors} in the evaluation of the vv-list or the formula.
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+
+\subsubsection{Display of macros}
+
+\label{subsec:supplMacrosDisplay}As shown in earlier examples, macros
+display as their content. Thus \verb`\mysumC` displayed as $\sum_{n=1}^{100}1/n-\ln100$.
+But once a macro is known to \LaTeX{} (not necessarily to \verb`numerica`)
+it can be used as a variable name. This has the same potential for
+abuse as noted earler for multi-token variables (§\ref{subsec:evalDon't-do-this!}).
+In the following example note that there is no \verb`\macros` statement.
+It suffices for the macro to be known to \LaTeX .
+\begin{verbatim}
+ \def\mymac{1}
+ \eval[vvi=\,???]{$ \mymac+\mymac $}[\mymac=2]
+\end{verbatim}
+$\Longrightarrow$ \def\mymac{1}
+ \eval[vvi=\,???]{$ \mymac+\mymac $}[\mymac=2]
+
+The value assigned to a variable name – in this case \verb`\mymac`
+– by \verb`numerica` for \cprotect\emph{calculational} purposes and
+how that variable name \cprotect\emph{displays} in \LaTeX{} are two
+separate things. One relies on the user not to do something deliberately
+deceptive.\end{shaded}%
+\end{minipage}
+
+\subsection{Rounding value}
+
+\label{subsec:supplMacrosRounding}Values are stored to $16$ significant
+figures (if available). In most cases appending a rounding value to
+a \verb`\macros` statement has no effect on the value stored. In
+the following example note the \verb`o` setting, meaning the sine
+reads angles in degrees:
+\begin{verbatim}
+ \NewDocumentCommand\testi{}{ \sin 60 }
+ \NewDocumentCommand\testii{}{ \sin 60 }
+ \macros[o]{ \testi }[10]
+ \macros[o]{ \testii }[3]
+ \macros[view]{}
+\end{verbatim}
+$\Longrightarrow$ \NewDocumentCommand\testi{}{ \sin 60 }
+ \NewDocumentCommand\testii{}{ \sin 60 }
+ \macros[o]{ \testi }[10]
+ \macros[o]{ \testii }[3]
+ \macros[view]{}
+
+\noindent Despite the different rounding values the same $16$ figures
+are stored in both \verb`\testi` and \verb`\testii`.
+
+For the \verb`\eval` command, rounding values specify how results
+are \emph{displayed}. The rounding value matters only \emph{after},
+not during, the calculation. Only for infinite sums or products is
+this otherwise. There the rounding value is used to determine when
+to stop adding further terms or factors. The same is true of the \verb`\macros`
+command. Only if a macro contains an infinite sum or product does
+the rounding value become relevant. Sixteen figures are still stored,
+but most of them will be `wrong' since the infinite sum or product
+has stopped early, after only a finite number of terms or factors.
+Exactly how many of the first few figures are correct depends on the
+rounding value. An example may clarify the matter.
+\begin{verbatim}
+ \macros[free]{}
+ \def\zetaiii{ \sum_{n=1}^\infty 1/n^3 }
+ \macros[view]{ \zetaiii }[3]
+ \info{sum}
+ \macros[view]{ \zetaiii }[6]
+ \info{sum}
+\end{verbatim}
+$\Longrightarrow$ \macros[free]{}
+ \def\zetaiii{ \sum_{n=1}^\infty 1/n^3 }
+ \macros[view]{ \zetaiii }[3]
+ \info{sum}
+ \macros[view]{ \zetaiii }[6]
+ \info{sum}
+
+\emph{HMF }Table 23.3 tells me that $\zeta(3)=1.202056903159594\dots$
+The different rounding numbers have restricted the infinite sums to
+the very finite $47$ and $468$ terms respectively. Although $16$
+figures are stored, only the first few are correct. Just how many
+depends on the number of terms summed which depends on when the stopping
+criterion is met which depends on the rounding value.
+
+\section{User-defined constants:\texttt{ \textbackslash nmcConstants}}
+
+\label{sec:supplConstants}As noted much earlier in this document
+(§\ref{subsec:Built-in-Constants}), there are five built-in constants:
+\verb`\pi`, \verb`e`, \verb`\phi`, \verb`\gamma` and \verb`\deg`,
+but a user may well want to define their own constant or constants.
+There are contexts where it would make sense to permanently record
+fundamental constants like the speed of light or Planck's constant,
+or more down-to-earth constants like the acceleration due to gravity
+or the viscosity of water, rather than having to enter them in the
+vv-list for each calculation. Or a parameter might be held constant
+for a particular problem or class of problems where other variables
+change – for example triangles of constant perimeter but varying sides.
+This is the purpose of the \verb`\nmcConstants` command.
+
+The symbols used to denote constants are subject to exactly the same
+constraints and freedoms as the symbols used to denote variables.
+They might be single latin letters like \verb`c` (e.g. $c=3\times10^{8}$),
+or greek letters like \verb`\alpha` (e.g. $\alpha=1/137)$, or multitoken
+combinations like the Rydberg constants \verb`R_\infty` or \verb`R_{\mathrm{H}}`
+from atomic physics, or \verb`\mu_0` and \verb`\epsilon_0` used
+to denote the permeability and permittivity of free space, or personal
+constants like \verb`total` of no wider significance. \verb`numerica`
+handles all these different forms of constant with the command \verb`\nmcConstants`:
+\begin{verbatim}
+ \nmcConstants{ const-n=value-n, ... ,
+ const2=value2, const1=value1 }
+\end{verbatim}
+This is the simplest use – each constant is assigned a (numerical)
+value. But it is easy to envisage situations where it would be convenient
+to have a constant with value $1/\sqrt{2\pi}$ say, or another with
+value $e^{\tfrac{\pi}{2}}$, and so on. That is easy: simply put the
+expession for the value on the right:
+\begin{verbatim}
+ \constants{ a=1/\sqrt{2\pi},b=e^{\tfrac\pi2} }
+\end{verbatim}
+Or the values could be expressions depending on parameters:
+\begin{verbatim}
+ \constants{ s=\tfrac12(a+b+c) }[a=3,b=5,c=7]
+\end{verbatim}
+Some constants might depend on earlier constants in the list:
+\begin{verbatim}
+ \constants{ A=\sqrt{s(s-a)(s-b)(s-c),
+ s=\tfrac12(a+b+c) }[a=3,b=5,c=7]
+\end{verbatim}
+Or the values could involve an `infinite' process, requiring a rounding
+number:
+\begin{verbatim}
+ \constants{ \zeta=\sum_{n=1}^\infty(1/n^k) }[k=4][5]
+\end{verbatim}
+In this, although $16$ figures will be stored, only the first few
+will be accurate, the precise number depending on the value of \verb`k`
+and the rounding number (\verb`5` in the example); see the discussion
+on this issue for user-defined macros, §\ref{subsec:supplMacrosRounding}.
+
+\subsection{New list replaces old by default}
+
+A particular group of constants may be relevant only to a particular
+part of a document. Another part of the document may use other constants.
+By default, a second list of constants \emph{replaces }the first list.
+Thus each of the \verb`\constants` statements above would replace
+the previous one.
+
+There is a technical reason why replacing rather than appending is
+the default. For each calculation all \emph{multi-token} constants
+(e.g. \verb`R_\infty`, \verb`N_0`, \ldots ) are added internally
+to the start of the vv-list of the \verb`\eval` command. Even if
+the vv-list is empty, this is still the case since the formula might
+well use constants. Like multi-token variables and for the same reason
+(see §\ref{subsec:evalVariableNames}), multi-token constants are
+mapped internally to single tokens. This occurs afresh for each calculation.
+If there are a lot of multi-token constants then each calculation
+is going to involve not only this mapping from multi- to single tokens
+but the evaluation of a long vv-list. In that case it seems better
+to make the default behaviour replacement of one constant list by
+another, rather than appending them.
+
+\subsection{Adding constants to a list}
+
+Despite the default behaviour, there will be occasions when you want
+to add a new constant or constants to the current list. This is easily
+done with the \verb`add` setting. For instance,
+\begin{verbatim}
+ \nmcConstants[add]{ \sigma=5.67\times10^{-8},
+ k_B = 1.381\times10^{-23} }
+\end{verbatim}
+would add \verb`\sigma` and \verb`k_B` to the current list. The
+presence of the \verb`add` setting triggers appending rather than
+replacement.
+
+\subsection{Examples of use}
+
+\subsubsection{Example 1: atomic constants}
+
+In the following example, the values of various atomic constants are
+taken from the \verb`mandi` package. I use two \verb`\constants`
+statements in order to show the use of the \verb`add` setting. I've
+also included a \verb`view` setting in the second \verb`\constants`
+statement.
+
+The constants are used to calculate the fine-structure constant \verb`\alpha`
+in the vv-list of the \verb`\eval` command, and its well-known reciprocal
+(close to $137)$ in the main argument. Note that the constants do
+not need to be entered in the vv-list of the \verb`\eval` command.
+Their values are available from the \verb`\constants` statements.
+\begin{verbatim}
+ \constants{ c=2.99792458\times10^{8},
+ h=6.62607015\times10^{-34},
+ e=1.602176634\times10^{-19} }
+ \constants[view,add]
+ { \epsilon_0=8.854187817\times10^{-12} }
+ \eval{$ 1/\alpha $}[\alpha=e^2/2\epsilon_0hc]
+\end{verbatim}
+$\Longrightarrow$ \constants{ c=2.99792458\times10^{8},
+ h=6.62607015\times10^{-34},
+ e=1.602176634\times10^{-19} }
+ \constants[view,add]{
+ \epsilon_0=8.854187817\times10^{-12} }
+ \eval{$ 1/\alpha $}[\alpha=e^2/2\epsilon_0hc].
+
+The \verb`view` setting produces a now familiar kind of display.
+It shows that the three-token \verb`\epsilon_0` (the control sequence
+\verb`\epsilon`, the underscore \verb`_` and the digit \verb`0`)
+has been replaced by \verb`\nmc_q` – which may look as if it is also
+three tokens but is in fact a single control sequence.
+
+\subsubsection{Example 2: local constants}
+
+Long ago, when there were such creatures as reference librarians,
+I was asked about a school physics project along these lines.
+
+A\emph{ car is travelling at 50 km/hr when it hits a lamppost. The
+bonnet crumples 1 metre and the car comes to an immediate halt. Although
+she herself is wearing a seat-belt, a woman in the passenger cabin
+is holding her 5 kg baby. Does the baby survive?}
+
+The enquirer was familiar with the equations describing constant acceleration,
+\[
+x=ut+\tfrac{1}{2}at^{2},\quad\text{and}\quad v^{2}-u^{2}=2ax,
+\]
+and Newton's second law, $F=ma$, force equals mass times acceleration.
+The question was really about understanding these laws and how to
+think with them. Here, $s$ is the distance travelled in time $t,$
+with initial speed $u$ at $t=0$, speed $v$ at time $t$, and constant
+acceleration $a$ – a deceleration in this case.
+
+The given data provide our constants: distance $x=1$ metre, initial
+speed $u=1000*50/(60*60)=(10/36)*50$ metres per second, final speed
+$v=0$. To estimate whether the woman can hold on to her baby, we
+will need to make a comparison with forces we have personally experienced.
+Most of us have tried lifting someone else, so let's use a characteristic
+human weight as our test mass. Thus, we have the (baby's) mass $m=5$
+kilograms, and a test mass, $M$ say, which we will leave as a variable.
+But dealing with weight, we will need the acceleration due to gravity.
+For the kind of rough estimating we are doing, $g=10$ metres per
+second per second will be an adequate approximation.
+\begin{verbatim}
+ \constants{ x=1,v=0,u=(10/36)50,m=5,g=10 }
+\end{verbatim}
+The deceleration experienced by the woman is found from the second
+equation of constant acceleration, $a=(v^{2}-u^{2})/2x$. Even if
+the deceleration isn't constant this will give an estimate of its
+magnitude. (If some of the deceleration is less than this $a$, some
+must be greater.) This is also the deceleration experienced by the
+baby as long as the woman holds onto her. Hence the magnitude of the
+force exerted by the baby on the woman's arms is $ma=m(v^{2}-u^{2})/2x=-mu^{2}/2x$
+which we want to compare with our test force, say that required to
+lift $M=70$ kilograms, which was once considered the mass of an average
+western adult male (but is doubtless a considerable underestimate
+now). Hence the test force is $Mg$. Let's do the calculations. (I
+have altered the \verb`\constants` statement to allow for a later
+comparison with the effect of a small increase in speed.)
+\begin{verbatim}
+ \constants{ x=1,u=(10/36)U,m=5,g=10 }[U=50]
+ \eval{$ mu^2/2x $}[0], \par
+ \eval{$ Mg $}[M=70].
+\end{verbatim}
+$\Longrightarrow$ \constants{ x=1,u=(10/36)U,m=5,g=10 }[U=50]
+ \eval{$ mu^2/2x $}[0], \par
+ \eval{$ Mg $}[M=70].
+
+The force required to hold on to the baby is noticeably less than
+that required to lift a $70$~kg person – in fact about the same
+as that needed to lift a $50$~kg person. But we have ignored the
+force experienced by the mothers forearms – perhaps doubling $m$
+(baby plus forearms) would give a better estimate of the force she
+experiences. In that case $mu^{2}/2x$ obviously doubles and the total
+force required by the woman to retain her baby – now $964$ newtons
+– is significantly more than that required to lift a $70$~kg person.
+I think it almost certain that the baby is torn from her arms.
+
+What difference does increasing the speed to 60 km/hr make?
+\begin{verbatim}
+ \constants{ x=1,u=(10/36)U,m=5,g=10 }[U=60]
+ \eval{$ mu^2/2x $}[1], \par
+ \eval{$ Mg $}[M=70].
+\end{verbatim}
+$\Longrightarrow$ \constants{ x=1,u=(10/36)U,m=5,g=10 }[U=60]
+ \eval{$ mu^2/2x $}[0], \par
+ \eval{$ Mg $}[M=70].
+
+Now the force of baby alone is comparable to that required to lift
+a $70$ kg person. Including the woman's forearms in $m$, doubling
+$m$ say, will result in a force twice as great – like that required
+to lift two $70$~kg people or one $140$~kg person. There is no
+chance of the woman holding on to her baby. The force is too great.
+
+\subsubsection{Example 3: macros and constants}
+
+Constants can depend on previously defined and registered user macros.
+Suppose I have defined two macros
+\begin{verbatim}
+ \NewDocumentCommand\electronmassprecisevalue {}
+ {9.1093837015\times10^{-31}}
+ \NewDocumentCommand\protonmassprecisevalue {}
+ {1.672621898\times10^{-27}}
+\end{verbatim}
+(I have taken both the names and the values from the \verb`mandi`
+package.) The long explicit names of the macros has a pedagogic purpose,
+but they are too cumbersome to use in calculations. For that purpose
+we need, first, a \verb`\macros` statement registering the two macros
+with \verb`numerica`, and then a \verb`\constants` statement like
+\begin{verbatim}
+ \nmcConstants{ m_e=\electronmassprecisevalue,
+ m_p=\protonmassprecisevalue }
+\end{verbatim}
+With that \verb`m_e` and \verb`m_p` could be entered in formulas,
+taking the values contained in the macros. Let's do it:
+\begin{verbatim}
+ \NewDocumentCommand\electronmassprecisevalue {}
+ {9.1093837015\times10^{-31}}
+ \NewDocumentCommand\protonmassprecisevalue {}
+ {1.672621898\times10^{-27}}
+ \nmcMacros{ \electronmassprecisevalue,
+ \protonmassprecisevalue }
+ \nmcConstants{ m_e=\electronmassprecisevalue,
+ m_p=\protonmassprecisevalue }
+ \eval{$ m_p/m_e $}
+\end{verbatim}
+$\Longrightarrow$ \NewDocumentCommand\electronmassprecisevalue {}
+ {9.1093837015\times10^{-31}}
+\NewDocumentCommand\protonmassprecisevalue {}
+ {1.672621898\times10^{-27}}
+\nmcMacros{ \electronmassprecisevalue,
+ \protonmassprecisevalue }
+\nmcConstants{ m_e=\electronmassprecisevalue,
+ m_p=\protonmassprecisevalue }
+\eval{$ m_p/m_e $},
+
+\noindent the familiar mass ratio of proton and electron.
+
+\subsection{Viewing, counting constants}
+
+To see all constants currently `in play', use the \verb`view` setting
+in the \verb`\constants` command. The main argument can be empty,
+\begin{centred}
+\verb`\constants[view]{}` $\Longrightarrow$ \constants[view]{}
+\end{centred}
+or contain a list of constants. In the latter case, the display is
+of the above form but featuring the constants of the new list or,
+if the \verb`add` setting is used, featuring the joined lists, old
+and new:
+\begin{centred}
+\verb`\constants[view,add]{X=42}` $\Longrightarrow$ \constants[view,add]{X=42}
+\end{centred}
+To count how many constants are currently in play, star the \verb`\constants`
+command. The number will depend on whether the main argument is empty
+or not, and whether the \verb`add` setting is active:
+\begin{centred}
+\verb`\constants*{}` $\Longrightarrow$ \constants*{}.
+\end{centred}
+If the \verb`view` setting is being used at the same time as the
+star, the \verb`view` prevails.
+
+\subsection{Errors}
+
+When contemplating error messages from \verb`numerica` it needs to
+be remembered that \emph{multi-token} constants are added to the vv-list
+for every calculation. Hence an error may not be in the vv-list as
+indicated in the message but in the \verb`\constants` statement,
+specifically, the multi-token constants.
+
+\section{Saving and reusing results: \texttt{\textbackslash nmcReuse}}
+
+\label{sec:supplReuse}You may want to use at some place in a document
+a result calculated earlier. It would be good to be able to do so
+without having to do the calculation again at the new location. \texttt{numerica}
+offers a command \verb`\nmcReuse` (short-name form, \verb`\reuse`)
+which saves a result to a control sequence that can then be used elsewhere
+in the document, expanding to the saved result. The control sequence
+and its content are also saved to file, allowing the possibility of
+using the result in other documents.
+
+\noindent\begin{minipage}[t]{1\columnwidth}%
+\begin{shaded}%
+The \texttt{\textbackslash nmcReuse} command in version 2 of \texttt{numerica
+}has been completely rewritten. Its use is not compatible with how
+the command was used in version 1. I found that I could bring \texttt{\textbackslash nmcReuse}
+along with \texttt{\textbackslash nmcMacros} and \texttt{\textbackslash nmcConstants}
+into the coding scheme used for \texttt{\textbackslash nmcEvaluate}
+and the reasons for doing so were too compelling. \end{shaded}%
+\end{minipage}
+
+\subsection{Use of \texttt{\textbackslash nmcReuse}}
+
+As noted, all the supplementary commands share the syntax of the \verb`\eval`
+command, so that \verb`\nmcReuse` has an optional settings argument
+preceding a mandatory main argument, followed by two trailing optional
+arguments. \verb`\nmcReuse` does not use the last two. The command
+is used mainly in two ways:
+\begin{enumerate}
+\item {\small\verb`\nmcReuse{}`}{\small , which loads the saved control
+sequences from file, if not already loaded; and}{\small\par}
+\item {\small\verb`\nmcReuse{csname}`}{\small , which loads the saved
+control sequences from file, if not already loaded, assigns the latest
+result from }{\small\verb`\eval`}{\small{} to the control sequence
+}{\small\verb`\csname`}{\small , and saves }{\small\verb`\csname`}{\small{}
+to file.}{\small\par}
+\end{enumerate}
+You may wish to put \verb`\nmcReuse{}` in the preamble of your document
+(\emph{after} \verb`\usepackage{numerica}` of course). In that way,
+saved control sequences are available from the start. Indeed, control
+sequences saved from later in the document can be used in earlier
+sections in a later \LaTeX{} run.
+
+Note that only the \emph{name}, \verb`csname`, of the control sequence
+is supplied to \verb`\reuse`, not the control sequence (\verb`\csname`).
+The name should be composed of letters only. If the name has already
+been defined in \LaTeX{} a \verb`numerica` error is produced, see
+below §\ref{subsec:reuseDeletingOverwriting:}, although if you want
+to save a \emph{new} value in a previously saved control sequence,
+that can be done without invoking a message; see §\ref{subsec:reuseDeletingOverwriting:}.
+
+Once defined {\small with a }{\small\verb`\nmcReuse{csname}`}
+command, \verb`\csname` becomes available for use elsewhere in the
+document.
+
+\subsubsection{What is saved?}
+
+What is saved is the most recent result of an \verb`\eval`-uation.
+This is the \emph{full} result. It may include the vv-list; it may
+include formatting elements; it may include math delimiters. Thus,
+using \verb`\csname` in your document (after the command \verb`\nmcReuse{csname}`)
+may not be straightforward – simply writing \verb`\csname` where
+you want the value it expands to, may produce a \LaTeX{} error and
+halt compilation. You may have to write \verb`$ \csname $` or provide
+some other math environment in order for the control sequence to display
+correctly.
+
+It can be helpful to see \emph{exactly} what has been saved; to do
+that see §\ref{subsec:reuseSeeingSaved}.
+
+\paragraph{Use of \texttt{\textbackslash eval{*}}}
+
+Users will make life simpler for themselves if they make a habit of
+using the starred form \verb`\eval*` to produce the results to save.
+\verb`\eval*` produces solely a number with no formatting or delimiters;
+even a negative result uses a hyphen for the minus sign, just as one
+would type it. In this case \verb`\csname` can be used freely in
+both text and math environments.
+
+\subsubsection{The \texttt{.nmc} file}
+
+\label{subsec:suppleReuse.nmc-file}The file that control sequences
+are saved to has a filename composed of the document name with the
+extension \verb`.nmc`. If your document is \verb`mydoc.tex` (so
+that the \LaTeX{} command {\small\verb`\jobname`} expands to
+\verb`mydoc`) then the file to which results are saved is \verb`mydoc.nmc`,
+located in the document directory.
+
+\verb`mydoc.nmc` is a comma list of pairs of the form \verb`\csname {value}`.
+Thus, the contents of \verb`mydoc.nmc` might be \texttt{\textbackslash csname1
+\{value1\},\textbackslash csname2 \{value2\},..., \textbackslash csname$n$
+\{value$n$\}}. If \verb`mydoc.nmc` does not already exist then it
+is created in the document directory, and \verb`\csname {value}`
+becomes its first element.
+
+\paragraph{Editing the \texttt{.nmc} file externally}
+
+The \verb`.nmc` file is a text file and can be edited in a text editor.
+Thus it is possible to externally add control sequences and values
+to it provided the structure of the file is strictly adhered to. It
+is also possible to delete items from it or rename control sequences
+or edit values by the same mechanism. Editing the file externally
+like this, or renaming it, or transferring items from one \verb`.nmc`
+file to another, provides a way of using saved values in multiple
+documents.
+
+\subsubsection{Messages}
+
+If a control sequence \verb`\csname` is already known to \LaTeX ,
+then writing \verb`\reuse` \verb`{csname}` will produce a \verb`numerica`
+message and the result of the latest \verb`\eval`-uation will \emph{not}
+be saved:
+\begin{verbatim}
+ \eval*{\sum_{n=1}^{10}n}\par
+ \reuse{sigma}
+\end{verbatim}
+$\Longrightarrow$ \eval*{\sum_{n=1}^{10}n} \par \reuse{sigma}
+
+If there is no result to save – perhaps an \verb`\eval`-uation produces
+an error message instead – then another message is generated:
+\begin{verbatim}
+ \eval*{1/0}\par
+ \reuse{oops}
+\end{verbatim}
+$\Longrightarrow$ \eval*{1/0}\par
+ \reuse{oops}
+
+\subsubsection{Deleting and renewing}
+
+\label{subsec:reuseDeletingOverwriting:}There may be occasions when
+you wish to change a previously saved value and yet, irritatingly,
+the control sequence name will now be known to \LaTeX{} and so will
+generate an `already known' message. If you choose a different name
+for the control sequence to save the new value to, do you want the
+old name cluttering the \verb`.nmc` file? Deleting and renewing the
+values of saved control sequences are controlled by the settings \verb`delete`
+and \verb`renew`.
+
+Entering \verb`delete` in the settings option \emph{deletes} a control
+sequence and its value from the \verb`.nmc` file and undefines it
+in \LaTeX{} terms. Thus \verb`\reuse[delete]` \verb`{csname}` would
+delete \verb`\csname` and its value from the \verb`.nmc` file and
+undefine \verb`\csname`. If \verb`\csname` is not present in the
+file, nothing happens. Entering \verb`renew` replaces the value of
+a saved control sequence with a new value. If there is no such \emph{saved}
+control sequence but the control sequence is otherwise known to \LaTeX{}
+the `already defined' message will still be generated. This prevents
+giving control sequences like \verb`\sin`~or \verb`\frac` new meanings
+with the \verb`renew` setting.
+\begin{itemize}
+\item \verb`\reuse[delete]{csname}` deletes \verb`\csname` and its value
+from the \verb`.nmc` file and from memory if present; otherwise has
+no effect;
+\item \verb`\reuse{csname}` (the default) saves the result of the latest
+\verb`\eval` command to \verb`\csname`, provided \verb`\csname`
+is not already defined; in that case a warning message is presented
+and the result is not saved;
+\item \verb`\reuse[renew]{csname}` behaves like the default mode unless
+\verb`\csname` is already a saved control sequence in the \verb`.nmc`
+file, in which case its previous value is replaced by the result of
+the latest \verb`\eval` command;
+\item if \verb`delete` and \verb`renew` are used together, whichever occurs
+second prevails.
+\end{itemize}
+In the following example, the first \verb`\reuse` deletes \verb`\suma`
+should it be present in the \verb`.nmc` file, the second saves the
+result, $55$, of the latest \verb`\eval`-uation (in fact an \verb`\eval*`-uation)
+and the third overwrites that saved value with the new value, $210$.
+\begin{verbatim}
+ \reuse[delete]{suma}
+ \eval*{\sum_{n=1}^{10}n} \par
+ \reuse{suma}
+ \eval*{\sum_{n=1}^{20}n} \par
+ \reuse[renew]{suma}
+\end{verbatim}
+$\Longrightarrow$ \reuse[delete]{suma}
+\eval*{\sum_{n=1}^{10}n} \par
+\reuse{suma}
+\eval*{\sum_{n=1}^{20}n} \par
+\reuse[renew]{suma}
+
+\subsubsection{Viewing what has been saved}
+
+\label{subsec:reuseSeeingSaved}It would be good in this example to
+see that the new value $210$ has in fact been saved. That is easy.
+Simply enter \verb`view` in the settings option of \verb`\nmcReuse`
+(I've removed the now unnecessary \verb`\par` tokens from the example.)
+\begin{verbatim}
+ \reuse[delete]{suma}
+ \eval*{\sum_{n=1}^{10}n}
+ \reuse[view]{suma}
+ \eval*{\sum_{n=1}^{20}n}
+ \reuse[renew,view]{suma}
+\end{verbatim}
+$\Longrightarrow$ \reuse[delete]{suma}
+ \eval*{\sum_{n=1}^{10}n}
+ \reuse[view]{suma}
+ \eval*{\sum_{n=1}^{20}n}
+ \reuse[renew,view]{suma}
+
+\noindent First the original value $55$ was saved to \verb`\suma`
+but then the value was overwritten by the new value $210$.
+
+The \verb`view` setting allows us to see how formatting is stored
+if the \emph{un}starred form of the \verb`\eval` command is used.
+In the following example, \verb`\eval` wraps around math delimiters:
+\begin{centred}
+\verb`\eval{$ 1+1 $} \reuse[view,renew]{two}` $\Longrightarrow$
+\eval{$ 1+1 $} \reuse[view,renew]{two}
+\end{centred}
+The full \emph{formula=result} display has been captured in \verb`\two`
+along with the math delimiters. If a vv-list is also involved, things
+become messy (but informative):
+\begin{verbatim}
+ \eval{$ x+y $}[x=1,y=2]
+ \reuse[view,renew]{three}
+\end{verbatim}
+$\Longrightarrow$ \eval{$ x+y $}[x=1,y=2]
+ \reuse[view,renew]{three}
+
+You may want to see \emph{all} saved control sequences. In that case
+use an \emph{empty} main argument: \verb`\nmcReuse[view]{}`. We now
+have enough saved control sequences to make this worthwhile:
+\begin{verbatim}
+ \reuse[view]{}
+\end{verbatim}
+$\Longrightarrow$ \reuse [view]{}
+
+\noindent (The \verb`\seven` that appears here is defined shortly.
+Its appearance \emph{before} definition is presumably due to \LaTeX{}
+making a number of passes when compiling this document.)
+
+\subsubsection{Counting saved control sequences: \texttt{\textbackslash nmcReuse{*}}}
+
+Because \verb`\nmcReuse` uses the same machinery as \verb`\nmcEvaluate`,
+it has a starred form, \verb`\nmcReuse*`, which produces a purely
+numerical result (just like \verb`\eval*`, \verb`info*`, \verb`\macros*`
+and \verb`\constants*`). In this case, the number is the count of
+how many control sequences have been saved:
+\begin{centred}
+\verb`\reuse*{}` $\Longrightarrow$ \reuse*{ }.
+\end{centred}
+
+\subsection{\texttt{reuse} setting of \texttt{\textbackslash eval} command}
+
+\label{subsec:supplReuseEvalSetting}Using \verb`\eval*` for a calculation
+ensures a purely numerical result, with no vv-list or formatting in
+the display of the result. But sometimes we might want the full display
+yet wish to save only the numerical result. This is the point of the
+\verb`reuse` setting of the \verb`\eval` command.
For the \emph{starred} form of the \verb`\eval` command it is always
\emph{only the numerical result} that is saved, whatever the value
@@ -4186,44 +5182,278 @@ reuse~=~<integer>
where \verb`<integer>` can take one of two values,
\begin{itemize}
\item \texttt{reuse=0} (the default) saves\emph{ the form that is displayed}
-including a formatting component. If the result is displayed in the
-form \emph{formula=result (vv-list)} then that is what is saved; if
-the display is of the form \emph{result (vv-list)} then that is what
-is saved; if the vv-list is empty, an empty formatting component is
-still present in the saved result;
+including the vv-list if there is one and possibly a formatting component
+(like math delimiters). Note that if the vv-list is empty, a formatting
+component (math delimiters) may still be present in the saved result;
\item \texttt{reuse=1} (or, indeed, any non-zero integer) saves only the
-numerical result with no other elements of the display (meaning no
-formatting component).
+numerical result with no other elements of the display (no vv-list,
+no formatting component, no math delimiters).
\end{itemize}
-Thus, with the default setting (\texttt{reuse=0}) the full content
-of the display is saved:
+As we saw earlier, saving the result from \verb`\eval{$ x+y $}[x=1,y=2]`,
+corresponding to \verb`reuse=0`, means the full display is saved.
+Check by writing \verb`\three` $\Longrightarrow$ \three. The full
+display was saved (including math delimiters).
+
+On the other hand, with {\ttfamily\verb`reuse=1`} only
+the numerical value is saved:
+\begin{centred}
+\verb`\eval[reuse=1]{$ x + y $}[x=3,y=4] \reuse[renew]{seven}` $\Longrightarrow$
+\eval[reuse=1]{$ x + y $}[x=3,y=4] \reuse[renew]{seven}.
+\end{centred}
+The numerical result only of the calculation should be saved, although
+the formula and vv-list are displayed as the result of the \verb`\eval`-uation.
+We can easily check: \verb`\seven` $\Longrightarrow$ \seven. Indeed,
+only the numerical result was saved.
+
+\chapter{Nesting commands}
+
+\label{chap:Nesting} The \verb`\eval` command and the supplementary
+commands of the previous chapter can be \emph{nested} –\emph{ }used
+within other \verb`\eval` or supplementary commands. Nesting may
+occur in the main argument, or the vv-list, or the settings option,
+or some combination of all three. With the commands currently introduced,
+nesting is unlikely to be a major concern, but it becomes significant
+for the commands defined in the associated package \texttt{numerica-plus}
+(see §\ref{subsec:Related-packages}). Since those additional commands
+are not available for this document, the examples below use the commands
+introduced earlier: \verb`\eval`, \verb`\info`, \verb`\macros`,
+\verb`\constants` and \verb`\reuse`.
+
+\section{Nesting in the formula}
+
+Consider a statement like \verb`\eval{...\eval...}`. There is an
+inner \verb`\eval` and an outer \verb`\eval`. The inner \verb`\eval`
+`digests' \emph{its} \LaTeX{} formula to produce an \verb`l3fp`-readable
+expression which is fed to \verb`l3fp` to evaluate. The result is
+then returned to (the inner) \verb`\eval` to display. In version
+1 of \verb`numerica` that meant the inner command \emph{had} to be
+starred, \verb`\eval*`, so that no display formatting was fed to
+the outer command to try to digest (and cause an error).\emph{ }In
+version 2 of \verb`numerica` this is no longer the case. \verb`numerica`
+detects whether a command is inner or outer, and if inner, suppresses
+all display formatting, producing only a number, as if the command
+had been starred:
+\begin{centred}
+\verb`\eval{$ \sin(\eval{\sin x}[x=\pi/6]\pi) + 1 $}` $\Longrightarrow$
+\eval{$ \sin(\eval{\sin x}[x=\pi/6]\pi) + 1$}.
+\end{centred}
+In the presentation of the overall result, the inner \verb`\eval`
+command is evaluated, displaying as a number.
+
+In this example, the \verb`x=\pi/6` could be removed from the inner
+\verb`\eval` and placed in the vv-list of the outer command since
+outer variables are available to the inner command:
+\begin{centred}
+\verb`\eval{$ \sin(\eval{\sin x}\pi) + 1 $}[x=\pi/6]` $\Longrightarrow$
+\eval{$ \sin(\eval{\sin x}\pi) + 1$}[x=\pi/6].
+\end{centred}
+Just to show that it is possible, the next example shows \verb`\eval`
+being used in a \verb`\constants` command. The \verb`o` setting
+in the \verb`\constants` command pervades its argument; hence it
+needs to be explicitly turned off for the \verb`\eval` if \verb`\sin(\pi/6)`
+is to evaluate as expected.
+\begin{verbatim}
+ \constants[o]{ y=\sin 30,x=\eval[o=0]{\sin(\pi/6)} }
+ \eval{$ x+y $}
+\end{verbatim}
+$\Longrightarrow$ \constants[o]{ y=\sin 30,x=\eval[o=0]{\sin(\pi/6)} }
+ \eval{$ x+y $}.
+
+\subsection{Math delimiters and double evaluations}
+
+Any math delimiters in the inner \verb`\eval` are ignored. (This
+also differs from version 1 of \verb`numerica` where they caused
+an error.) Obviously it is simpler to omit them as I have done in
+the examples.
+
+However, math delimiters in the \emph{outer} \verb`\eval` command
+still have their normal effect and produce a \emph{formula = result,
+(vv-list)} display. One consequence of such a display is that the
+formula in the \emph{inner} \verb`\eval` command is evaluated \emph{twice}
+– once when the overall result is being calculated (i.e. the formula
+of the \emph{outer} \verb`\eval`) and later when the overall display
+of the result is created. In the \emph{formula} part of the \emph{formula
+= result, {[}vv-list{]}} display, the tokens in the \emph{formula}
+are expanded to their display form. For example, \verb`\sin` is expanded
+to $\sin$, \verb`\pi` is expanded to $\pi$ – and the inner \verb`\eval`
+is expanded to the numerical result of its evaluation – a second evaluation.
+If the inner formula is simple, this will be of little moment, but
+should the inner formula contain, say, a slowly converging infinite
+series, then evaluating it twice is a bad idea and it would be better
+to remove the delimiters from the outer \verb`\eval`. That prevents
+the second evaluation.
+
+The problem does not arise if the outer \verb`\eval` lies within
+a math environment (e.g. \verb`$ \eval{...} $`) since that produces
+a display of the form \emph{result, {[}vv-list{]}.} The formula is
+not displayed and so the second evaluation does not occur. The inner
+\verb`\eval` is evaluated once only to calculate the result.
+
+\section{Nesting in the vv-list}
+
+The inner \verb`\eval` can be placed in the vv-list of the outer
+command. If the vv-list of the inner \verb`\eval` contains a comma
+(meaning there are at least two variables), then the entire inner
+\verb`\eval` and its \LaTeX{} arguments needs to be wrapped in braces
+to hide the comma or commas of its vv-list from the outer \verb`\eval`.
+To show the effect of not doing so, I have slightly complicated the
+previous example by adding a second (unnecessary) variable. The first
+example is with braces, the second without:
\begin{centred}
-\verb`\eval{$ x + y $}[x=1,y=1] \reuse[iandi]` $\Longrightarrow$
-\eval{$ x + y $}[x=1,y=1] \reuse[iandi].
+\verb`\eval{$ \sin k\pi + 1 $}[k={\eval{y\sin x}[x=\pi/6,y=1]}]`
+$\Longrightarrow$ \eval{$ \sin k\pi + 1 $} [k={\eval{y\sin x}[x=\pi/6,y=1]}].
+
+\verb`\eval{$ \sin k\pi + 1 $}[k=\eval{y\sin x}[x=\pi/6,y=1]]` $\Longrightarrow$
+\eval{$ \sin k\pi + 1 $}[k=\eval{y\sin x}[x=\pi/6,y=1]].
\end{centred}
-To check that this is the case, \verb`\reuse \iandi` $\Longrightarrow$
-\reuse \iandi .
+The vv-list of the outer \verb`\eval` is parsed as containing two
+entries, \verb`k=\eval` \verb`{y\sin x}[x=\pi/6` and \verb`y=1]`.
+Both will cause errors but since the vv-list is evaluated from the
+right, it is \verb`y=1]` which actually does so.
+
+\section{Nesting in the settings option}
-On the other hand, with \texttt{reuse=1} only the numerical value
-is saved:
+This will be rare, but commands can occur in the settings option of
+the outer command. The \verb`\info` command provides a good example.
+I have included it in the punctuation setting of an \verb`\eval`-uation.
+\begin{verbatim}
+ \eval[p=\mbox{,\qquad\info{sum} terms.}]
+ {\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
+\end{verbatim}
+$\Longrightarrow$ \eval[p=\mbox{,\qquad\info{sum} terms.}]{\[ \sum_{n=0}^{\infty}\frac{(-1)^{n}}{n!} \]}[3]
+
+Because of the \verb`\[ \]` math delimiters, if the \verb`\info`
+command had been placed \emph{after} the \texttt{\textbackslash eval}
+command, it would have slid down to the next line. Used in the settings,
+as here, the display is \emph{inside} the \verb`\[ \]` delimiters,
+on the same line as the expression. This may be significant for adjusting
+vertical spacing of later parts of the document – widow and orphan
+control for instance.
+
+A point to note is the explicit writing of the `terms' descriptor.
+Normally \verb`\info{sum}` would automatically supply the descriptor,
+but as noted earlier, nesting of one command in another suppresses
+all elements of display of the inner command beyond the numerical
+result. It is as if the inner command is starred. Because the \verb`\info`
+command is nested in the \verb`\eval` command, the `terms' descriptor
+is suppressed and has had to be explicitly supplied by hand.
+
+\section{Rounding and display}
+
+In the display of the overall result, it is the result of the inner
+command which is shown, not the formula that the inner command acts
+on. How that number is displayed is determined by the number-format
+specification of the \emph{inner} command. Note however that this
+specification affects only how the result of the inner command is
+shown. Always 16 figures are passed from the inner command to the
+outer, as you can see in this example:
+\begin{verbatim}
+ \eval{$ \pi - \eval{ \pi }[4] $}[15]
+\end{verbatim}
+$\Longrightarrow$ \eval{$ \pi - \eval{ \pi }[4] $}[15].
+
+\noindent The outer result would not be zero to $15$ places of decimals
+if the inner result were restricted to $4$ decimal places. It is
+only the \emph{display} of the inner result which is so restricted.
+
+For infinite sums and products (and for \verb`\nmcIterate` and \verb`\nmcSolve`
+of the \verb`numerica-plus` package), the rounding value is not just
+for display purposes but is also used to determine the result. This
+may require judicious use of the extra rounding setting to get a sensible
+display. In the first instance below, the second sum stops at an effective
+rounding value of $5+2=7$, since the default extra rounding is $+2$,
+and the first sum (the inner one) also stops at $7=4+3$. No surprise
+then that the overall result is $0$. In the second instance, the
+inner sum stops at a rounding value of $4+2=6$. Although the left-hand
+side of the display is unaltered, the result is no longer $0$.
+\begin{verbatim}
+ \eval{$ \eval[S+=3]{\sum_{n=1}^\infty 1/n^3}[4*]
+ - \sum_{n=1}^\infty 1/n^3$}[5]
+\end{verbatim}
+$\Longrightarrow$ \eval{$ \eval[S+=3]{\sum_{n=1}^\infty 1/n^3}[4*]
+ - \sum_{n=1}^\infty 1/n^3$}[5]
+
+\noindent whereas
+\begin{verbatim}
+ \eval{$ \eval[S+=2]{\sum_{n=1}^\infty 1/n^3}[4*]
+ - \sum_{n=1}^\infty 1/n^3$}[5]
+\end{verbatim}
+$\Longrightarrow$ \eval{$ \eval[S+=2]{\sum_{n=1}^\infty 1/n^3}[4*]
+ - \sum_{n=1}^\infty 1/n^3$}[5].
+
+\section{Error messages}
+
+Errors in an inner command create a small change in error message
+display.
+\begin{centred}
+\verb`\eval{ 1 + \eval{ 1 + \eval{ k } } }` $\Longrightarrow$ \eval{ 1 + \eval{ 1 + \eval{ k } } }
+
+\verb`\eval{ x + \eval{ k }[k=\arcsin 2] }[x=1]` $\Longrightarrow$
+\eval{ x + \eval{ k }[k=\arcsin 2] }[x=1]
+\end{centred}
+An integer is added to the `where' part of the error message. The
+integer indicates the \emph{level of nesting} where the error occurs.
+
+If there is no nesting where the error occurs, the integer is suppressed,
+even though there may be nesting elsewhere in the overall expression.
+This is in the interests of straightforwardness when nesting is absent,
+which will be overwhelmingly the most common situation.
\begin{centred}
-\verb`\eval[reuse=1]{$ x + y $}[x=1,y=1] \reuse[iandi]` $\Longrightarrow$
-\eval[reuse=1]{$ x + y $}[x=1,y=1] \reuse[iandi],
+\verb`\eval{ k + \eval{ x }[x=1] }[k=\arcsin 2]` $\Longrightarrow$
+\eval{ k + \eval{ x }[x=1] }[k=\arcsin 2]
\end{centred}
-which we can check here: \verb`\reuse\iandi` $\Longrightarrow$ \reuse\iandi .
-\subsubsection{\texttt{\textbackslash reuse} in the preamble}
+\section{Debugging}
+
+\label{subsec:nestDebugging}It is worth looking at the debug display
+when \verb`\eval` commands are nested. For the outer \verb`\eval`
+command:
+\begin{centred}
+\verb`\eval[dbg=1]{$ \sin \eval*{\sin x}[x=\pi/6]\pi + 1 $}` $\Longrightarrow$
+\eval[dbg=210]{$ \sin \eval*{\sin x}[x=\pi/6]\pi + 1$}
+\end{centred}
+There is no vv-list for the outer command whence the two empty slots
+in the display but when the inner \verb`\eval` is in the vv-list,
+they are filled:
+\begin{centred}
+\verb`\eval[dbg=1]{$ \sin k\pi + 1 $}[k=\eval*{\sin x}[x=\pi/6]]`
+$\Longrightarrow$ \eval[dbg=1]{$ \sin k\pi + 1$} [k=\eval*{\sin x}[x=\pi/6]]
+\end{centred}
+For the inner \verb`\eval` command debugging may still work but in
+an idiosyncratic way. To clarify exactly what is going on I have added
+a \verb`\left( \right)` pair around the entire inner \verb`\eval`
+command. Note that I have also used a \emph{negative} \texttt{dbg}
+value. With a positive value, the right parenthesis is pressed toward
+the right margin of the page. The negative value limits the display
+to the text width and gives the much neater result shown.
+\begin{verbatim}
+ \eval[()=2]{$
+ \sin\left(
+ \eval*[dbg=-1]{ \sin x }[x=\pi/6]
+ \right)\pi + 1 $}
+\end{verbatim}
+$\Longrightarrow$ \eval[()=2]{$
+ \sin\left(
+ \eval*[dbg=-1]{ \sin x }[x=\pi/6]
+ \right)\pi + 1 $}
-To gain access from the outset to the control sequences stored in
-the file \texttt{mydoc.nmc}, place \verb`\nmcReuse` without an optional
-argument in the preamble (but after \verb`\usepackage{numerica}`).
+\medskip{}
+The debug display from the inner \verb`\eval` command has been inserted
+into the formula of the outer \verb`\eval` in the position occupied
+by the inner \verb`\eval`. I did not deliberately code for this,
+but have decided to leave it as is despite the potential for some
+rather odd displays, since there can be no confusion about which \verb`\eval`
+command is being `debugged'. In this last example, in order to both
+use \verb`\left(...\right)` and have the calculation give the previous
+result I have employed the setting \verb`()=2` in the outer \verb`\eval`;
+see §\ref{subsec:parseTrigFns}.
\chapter{Using \texttt{numerica} with \protect\LyX}
\label{chap:LyX}The document processor \LyX{} has a facility that
-enables snippets from a larger document to be compiled separately
-and the results presented to the user without having to compile the
-entire document. The present document was written in \LyX . The demonstration
+enables snippets from a document to be compiled separately and the
+results presented to the user without having to compile the entire
+document. The present document was written in \LyX . The demonstration
calculations were evaluated using this \emph{instant preview} facility.
To use \texttt{numerica} in \LyX{} go to \textsf{Document \lyxarrow{}
@@ -4231,49 +5461,119 @@ Settings \lyxarrow{} LaTeX Preamble} and enter
\begin{lyxcode}
\textbackslash usepackage\{numerica\}
\end{lyxcode}
-then click \textsf{OK}. However preview poses problems for the straightforward
-use of the \verb`\nmcReuse` command. If you wish to use this command
-in \LyX{} then \texttt{numerica} should be loaded with the \texttt{lyx}
-package option. Thus in \textsf{Document \lyxarrow{} Settings \lyxarrow{}
-LaTeX Preamble} enter
-\begin{lyxcode}
-\textbackslash usepackage{[}lyx{]}\{numerica\}
-\end{lyxcode}
-then click \textsf{OK}, or you may wish to follow the above line in
-the preamble with \verb`\nmcReuse`,
+then click \textsf{OK}. You may wish to follow the above line in the
+preamble with \verb`\nmcReuse{}`:
\begin{lyxcode}
\textbackslash usepackage{[}lyx{]}\{numerica\}
-\textbackslash nmcReuse
+\textbackslash nmcReuse\{\}
\end{lyxcode}
-and \emph{then} click \textsf{OK}. The additional line ensures all
-saved values are available in your document from the outset.
+In that case, type the extra line and \emph{then} click \textsf{OK}.
+The additional line ensures all saved values are available in your
+document from the outset.
\section{Instant~preview}
-Preview performs localised mini-\LaTeX{} runs on selected parts of
-a document (for instance, the mathematical parts) and displays the
-results in \LyX{} while the user continues to work on the surrounding
-document.\texttt{ numerica} uses these local \LaTeX{} runs to do its
-evaluations and display their results. That means you get feedback
-on your calculations almost immediately.
+The instant preview facility of \LyX{} performs mini-\LaTeX{} runs on
+selected parts of a document (for instance, the mathematical parts)
+and displays the results in \LyX{} while the user continues to work
+on the surrounding document.\texttt{ numerica} uses these mini-\LaTeX{}
+runs to do its evaluations and display their results. That means you
+get feedback on your calculations almost immediately.
To use this facility first ensure that instant preview is turned on.
This means selecting \textsf{Tools \lyxarrow Preferences \lyxarrow Look
-\& Feel \lyxarrow{} Display} and against \textsf{Instant preview} selecting
+\& Feel \lyxarrow{} Display}, ensuring that the \textsf{Display graphics}
+checkbox is checked, and against \textsf{Instant preview} selecting
\textsf{On}, then clicking \textsf{OK}.
-\subsection{Conflict with hyperref support?}
+\subsection{Document location}
+
+It also matters where your document is located. You may have your
+own local or personal texmf tree (see §\ref{subsec:settingsPersonal-texmf-tree}).
+If your document is located there, perhaps in the \verb`doc` folder,
+then not all features of preview will work as expected. Presumably
+this is because both \LyX{} and your \LaTeX{} distribution (e.g. \TeX Live
+or MiK\TeX ) are interacting with the location and interfere. Move
+your document to another location which your \LaTeX{} distribution
+has no interest in, and open it in \LyX{} there.
+
+\subsection{Global vs local previewing}
+
+\label{subsec:LyXGlobal-vs-local}Compilation of previews occurs in
+two distinct modes.
+
+\paragraph{Global preview generation:}
+
+When a document is opened (and preview is \emph{on}), all previews
+in the document are formed in sequence in the one \LaTeX{} run. This
+is the global mode. The mini-\LaTeX{} run may well be substantial.
+It compiles a \verb`.tex` file that begins with the document's preamble
+with some additions then comes \verb`\begin{document}`. That is followed
+by a sequence of preview environments,
+\begin{lyxcode}
+\textbackslash begin\{preview\}
-There may be a conflict in \LyX{} between hyperref support and preview,
-not that the previews do not form but that their formation takes a
-circuitous path that noticeably slows their display.\footnote{At least there is on the author's Windows 10 system, but I'm not sure
-that this is general.} If this occurs on your system, go to \textsf{Document \lyxarrow{}
-Settings \lyxarrow{} PDF Properties} and ensure the check box \textsf{Use
-Hyperref Support} is cleared. By all means reset the check box when
-you come finally to compile your document, but until then it should
-result in a noticeably brisker display of previews if the checkbox
-is cleared.
+<stuff>
+
+\textbackslash end\{preview\}
+\end{lyxcode}
+one for each preview in the document. Finally there is an \verb`\end{document}`
+statement. The critical point is that all previews are between the
+same \verb`\begin{document}`, \verb`\end{document}` statements,
+and so earlier previews in the sequence can communicate with later
+ones.
+
+\paragraph{Local preview generation:}
+
+The other mode in which preview operates is local. Suppose you have
+your document open and want to add to it, for instance with a simple
+evaluation, \verb`\eval{x+y}[x=1,y=2]` in an ERT inset in a preview
+inset. The resulting mini-\LaTeX{} run is of the form
+\begin{lyxcode}
+<preamble>
+
+\textbackslash begin\{document\}
+
+\textbackslash begin\{preview\}
+
+\textbackslash eval\{x+y\}{[}x=1,y=2{]}
+
+\textbackslash end\{preview\}
+
+\textbackslash end\{document\}
+\end{lyxcode}
+The preamble is as before but there is only \emph{one} preview between
+the \verb`\begin{document}`, \verb`\end{document}` statements. That
+preview is isolated from all other, previous previews and will be
+isolated from all other, later previews.
+
+This has implications for the supplementary commands of the previous
+chapter and means that if you want to transfer information (a macro,
+a constant, a result) from one preview to another, you need to do
+it through the preamble or by means of an external file or, in some
+cases, by forcing a global preview run in which all previews are recompiled
+between the same \verb`\begin{document}`, \verb`\end{document}`
+statements.
+
+\subsubsection{Forcing a global preview run}
+
+Closing then opening a document is one way to force a global preview
+compilation. Another is to change the zoom level. This causes \LyX{}
+to recompile all previews at the new zoom level. But you may not want
+to work at the new zoom level. Going back to the old zoom level will
+force a second recompilation of all previews. For a large document
+\emph{two} recompilations is too heavy a burden. The secret is to
+combine a zoom in and a zoom out into one command and attach it to
+a shortcut.
+
+If you go to \textsf{Tools \lyxarrow{} Preferences \lyxarrow{} Editing
+\lyxarrow{} Shortcuts}, click on the \textsf{New} button and enter
+\begin{lyxcode}
+command-sequence~buffer-zoom-in;~buffer-zoom-out
+\end{lyxcode}
+then assign a shortcut to it (\verb`Alt+Z` for zoom?) you will gain
+a simple means of forcing a global recompilation of previews.
\section{Mathed}
@@ -4295,22 +5595,23 @@ The content of mathed is immediately displayed and can be edited.
of the box' as it does, say, \verb`\frac` or \verb`\sqrt`. To use
the \verb`\eval` command in mathed you will need to supply the braces
used to delimit its mandatory argument. (For \verb`\frac` and \verb`\sqrt`
-by contrast, \LyX{} supplies these automatically.) Unfortunately the
-\verb`{` key\footnote{\textsf{Shift+{[}} on my keyboard.} does not
-insert a left brace into the document but rather an escaped left brace
-\verb`\{` as you can see by looking at \textsf{View \lyxarrow{} Code
-Preview Pane}. Escaped braces like this are used for grouping terms
-in \emph{mathematics}; they are not the delimiters of a \LaTeX{} argument.
+by contrast, \LyX{} supplies these automatically in the form of blue-outlined
+boxes.) Unfortunately the \verb`{` key\footnote{\textsf{Shift+{[}} on my keyboard.}
+does not insert a left brace into the document but rather an escaped
+left brace \verb`\{` as you can see by looking at \textsf{View \lyxarrow{}
+Code Preview Pane}. Escaped braces like this are used for grouping
+terms in \emph{mathematics}; they are not the delimiters of a \LaTeX{}
+argument.
The brace delimiters for \LaTeX{} arguments are entered in mathed by
-typing a backslash \textsf{\textbackslash{} }then\textsf{ \{} (two
-separate key presses rather than a single combined press). This enters
-a balanced pair of (unescaped) braces with the cursor sitting between
-them waiting for input. Alternatively, if you have already written
-an expression that you want to place between braces, select it, then
-type \textsf{\textbackslash{} }then\textsf{ \{}.
+typing a backslash \textsf{\textbackslash{} }then a left brace\textsf{
+\{} – two separate key presses rather than a single combined press.
+This enters a balanced pair of (unescaped) braces with the cursor
+sitting between them waiting for input. Alternatively, if you have
+already written an expression that you want to place between braces,
+select it, then type \textsf{\textbackslash{} }then\textsf{ \{}.
-\section{Preview insets vs mathed}
+\section{Preview insets}
There are problems with using mathed for calculations.
\begin{itemize}
@@ -4318,13 +5619,14 @@ There are problems with using mathed for calculations.
or more generally \verb`delimiter` \verb`\eval...` \verb`delimiter`.
But you may wish to wrap the \verb`\eval` command \emph{around} the
math delimiters to produce a \emph{formula=result} form of display.
-In mathed the only way to do that is to write the \emph{formula= }part
-yourself – which may involve no more than copy and paste but is still
-additional mouse work/key pressing.
+In mathed the only way to effect such a display is to write the \emph{formula=
+}part yourself – which may involve no more than copy and paste but
+is still additional mouse work/key pressing.
\item Mathed does not accept carriage returns. If you want to format a complicated
expression for readability by breaking it into separate lines, you
can't. The expression is jammed into the one line, along with the
-settings option content and the vv-list.
+settings option content and the vv-list, often extending well beyond
+the edge of the screen.
\end{itemize}
For these reasons I have come to prefer \emph{not} using mathed for
calculations but instead to use preview insets wrapped around \TeX -code
@@ -4334,14 +5636,15 @@ that was formerly used for printing is available for other purposes.
On my keyboard, the \textsf{P} key lies diagonally up and to the right
but adjacent to the \textsf{L} key. I suggest assigning \textsf{Ctrl+P}
to inserting a preview inset. Then typing \textsf{Ctrl+P Ctrl+L} –
-which means holding the \textsf{Ctrl} key down and tapping two adjacent
-keys, \textsf{P} followed immediately by \textsf{L} – will insert
-an ERT inset inside a preview inset with the cursor sitting inside
-the ERT inset waiting for input. In the ERT inset you can enter carriage
-returns, and so format complicated expressions. You can place the
-vv-list on a separate line or onto consecutive lines. And when you
-have finished, clicking outside the preview inset will trigger preview
-into doing its thing and present the result `before your eyes'.
+which means holding the \textsf{Ctrl} key down and tapping two diagonally
+adjacent keys, \textsf{P} followed immediately by \textsf{L} – will
+insert an ERT inset inside a preview inset with the cursor sitting
+inside the ERT inset waiting for input. In the ERT inset you can enter
+carriage returns, and so format complicated expressions. You can place
+the vv-list on a separate line or onto consecutive lines. And when
+you have finished, clicking outside the preview inset will trigger
+preview into doing its thing and present the result `before your
+eyes'.
To assign the suggested shortcut, go to \textsf{Tools \lyxarrow{} Preferences
\lyxarrow{} Editing \lyxarrow{} Shortcuts}. Under \textsf{Cursor, Mouse
@@ -4355,18 +5658,22 @@ Ctrl+L.)}
\section{Errors }
-Instant preview will display \texttt{numerica} error messages in \LyX{}
-just as it does the results of calculations. Clicking on the message
-will show the underlying expression which can then be edited. However
-\LaTeX{} errors will \emph{not} produce a preview; formation of the
-preview will stall. To find precisely what has gone wrong, you will
-need to look at the \LaTeX{} log, but not the log of the overall document;
-rather the \emph{preview} log. Unfortunately this is tucked away in
-a temporary directory and is not immediately accessible in \LyX{} (unlike
-the main \LaTeX{} log from \textsf{Document \lyxarrow{} \LaTeX{} Log}).
-When \LyX{} is started, it sets up a temporary directory in which to
-perform various tasks. On Windows systems this will be located in
-\texttt{C:\textbackslash Users\textbackslash <your name>\textbackslash AppData\textbackslash Local\textbackslash Temp}
+Instant preview will display error messages generated by \verb`numerica`
+in \LyX{} just as it does the results of calculations. Clicking on
+the message will show the underlying expression which can then be
+edited. However \LaTeX{} errors will \emph{not} produce a preview;
+formation of the preview will stall. To find precisely what has gone
+wrong, you will need to look at the \LaTeX{} log, but not the log of
+the overall document; rather the \emph{preview} log.
+
+\subsection{Temporary directory of \protect\LyX}
+
+Unfortunately this is tucked away in a temporary directory and is
+not immediately accessible in \LyX{} (unlike the main \LaTeX{} log from
+\textsf{Document \lyxarrow{} \LaTeX{} Log}). When \LyX{} is started,
+it sets up a temporary directory in which to perform various tasks.
+On Windows systems this will be located in \texttt{C:\textbackslash Users\textbackslash <your
+name>\textbackslash AppData\textbackslash Local\textbackslash Temp}
and will have a name like \texttt{lyx\_tmpdir.XOsSGhBc1344}.
One of the tasks \LyX{} uses this temporary directory for is to create
@@ -4379,12 +5686,13 @@ documents are or have been open in the current instance of \LyX .
Inside the appropriate \texttt{lyx\_tmpbuf}\texttt{\emph{n}} folder
will be the preview log with a name like \texttt{lyxpreviewZL1344.log}.
It will usually be accompanied by other files with extensions like
-\texttt{.dvi}, \texttt{.tex}, and perhaps quite a number with the
-extension \texttt{.png}, each one of which is a preview, or part of
-a preview. For a document just loaded there will be only the one preview
-log, but if you have added preview insets or math insets to your document\textsf{
-}in the current editing session there will be a number of such logs
-and you will need to determine the relevant one by the time stamp.
+\texttt{.dvi}, \texttt{.tex}, and – depending on the number of previews
+in your document – a number, perhaps a lot, of image files with the
+extension \texttt{.png}, each one of which is a preview. For a document
+just loaded there will be only the one preview log, but if you have
+added preview insets or math insets to your document\textsf{ }in the
+current editing session there will be a number of such logs and you
+will need to determine the relevant one by the time stamp.
The log files are text files and can be opened in a text editor. The
relevant part of the log is towards the end (just before the final
@@ -4394,14 +5702,14 @@ among these snippets and will generally make clear what needs remedying.
\subsection{CPU usage, \protect\LaTeX{} processes}
-It is possible when a preview fails to resolve that the \LaTeX{} process
-associated with the preview will continue to run, using CPU cycles,
-slowing overall computer performance, and perhaps resulting in extra
-fan use giving a different sound to the computer. In Windows 10, the
-\textsf{Task Manager} (\textsf{Ctrl+Shift+esc}) under the \textsf{Details}
-tab shows the current executables running. The \textsf{CPU} column
-will show which processes are preoccupying the CPU. Check whether
-one or more of these processes looks \LaTeX -related (e.g. \texttt{latex.exe}
+It is possible when a preview stalls that the \LaTeX{} process associated
+with the preview will continue to run, using CPU cycles, slowing overall
+computer performance, and perhaps resulting in extra fan use giving
+a different sound to the computer. In Windows 10, the \textsf{Task
+Manager} (\textsf{Ctrl+Shift+esc}) under the \textsf{Details} tab
+shows the current executables running. The \textsf{CPU} column will
+show which processes are preoccupying the CPU. Check whether one or
+more of these processes looks \LaTeX -related (e.g. \texttt{latex.exe}
or \texttt{pdflatex.exe}, or \texttt{miktex-pdftex.exe} if using MiK\TeX ).
Click the \textsf{Name} column to sort the processes by name and look
for the relevant name in the list, select it, and end the process
@@ -4409,46 +5717,142 @@ for the relevant name in the list, select it, and end the process
I am not familiar with the corresponding situation on Linux or Mac.
-\section{Using \texttt{\textbackslash nmcReuse}}
-
-As noted, \LyX{} creates its previews in a temporary directory, not
-the document directory. If you want to save values from your current
-document – say, \texttt{mydoc.lyx} – to \texttt{mydoc.nmc} then you
-can do so without drama, but \texttt{mydoc.nmc} will be located in
-the temporary directory, and when \LyX{} is closed will be deleted
-along with the temporary directory.
-
-Suppose first that at the end of a session you manually copy \texttt{mydoc.nmc}
-back to the document directory. How can you ensure that the values
-saved in this file are available the next time you open \texttt{mydoc.lyx}?
-As noted at the start of this chapter entering
+\section{Hyperref support vs speed}
+
+If you want the pdf produced from your document to support hyperref
+links and show an outline window in your pdf viewer (generally placed
+on the left in the viewer) then you need to ensure the checkbox at
+\textsf{Document Settings \lyxarrow{} PDF Properties \lyxarrow{} Use
+Hyperref Support} is indeed checked. But you don't need to do this
+until the final compilation of the document. The advantage of leaving
+this until the last is that in a large document with many previews
+the time for preview generation is essentially halved. If hyperref
+support is enabled, preview generation not only creates all the individual
+image files that are the previews (files of extension \verb`.png`)
+but also requires the compilation of a single pdf document showing
+all the previews in sequence. (Like the previews, the pdf document
+`hides' in the termporary directory where \LyX{} does its work.)
+In other words, \emph{two} images are created for each preview, the
+\verb`.png` image which is the one \LyX{} displays, and another image
+buried inside the pdf of all images. That second step does not occur
+if hyperref support is disabled. In a small document, this is not
+going to matter; in a large document it becomes significant. It is
+well worth temporarily turning off hyperref support and then, when
+the time for final compilation comes, turning it back on.
+
+\section{Supplementary commands in \protect\LyX}
+
+There are some difficulties using the supplementary commands successfully
+with instant preview.
+
+\subsection{Reuse of earlier previews}
+
+One is that whenever \LyX{} has generated a preview image for a particular
+\LaTeX{} expression, it will use that same image whenever it meets
+that same \LaTeX{} expression later. That means that a statement like
+\verb`\macros[view]{}` and the same statement later will display
+the same image, even though there may have been macros defined or
+freed in between. The same goes for all the other supplementary functions,
+including, for example, \verb`\info{sum}`. A second instance of \verb`\info{sum}`
+will display the image generated by the first instance even though
+further infinite sums may have been evaluated between the \verb`\info`
+statements.
+
+The remedy is to make some small but insignificant difference to the
+\LaTeX{} expression in the second instance – generally a change in
+white space will do. For example: first time \verb`\macros[view]{}`,
+second time \verb`\macros[view]{ }` where a space has been inserted
+between the braces; or: first time \verb`\info{sum}`, second time
+\verb`\info{ sum}` where a space has been inserted before \verb`sum`.
+This will ensure \LyX{} doesn't fall back on the previously generated
+image.
+
+\subsection{\textquoteleft Stalled\textquoteright{} previews}
+
+It is possible to put content into an ERT inset inside a preview inset
+(\textsf{Ctrl+P Ctrl+L}) and for nothing to happen. The preview has
+apparently stalled. Certainly this can be the case if there is an
+error in the input (e.g. a missing brace) but it also occurs if there
+is no output to display. For instance \verb`\constants{ c=300000000 }`
+does not produce any visual output. There is nothing for the preview
+to display and so the preview inset sits there, apparently stalled.
+This is a security measure for previews in \LyX{} to provide at least
+some guard against malicious code being run in the preview. If the
+preview resolved, it would disappear completely from view in the \LyX{}
+window.
+
+If you find the visual appearance of such apparently stalled previews
+distracting, the addition of some displayable content to the preview
+will result in it resolving to that content; the content could be
+as small as a full stop.
+
+\subsection{Using \texttt{\textbackslash nmcMacros}}
+
+As noted earlier, previews are mini-\LaTeX{} runs, either local or
+global. Each local preview is of the form<preamble>
\begin{lyxcode}
-\textbackslash usepackage{[}lyx{]}\{numerica\}
+\textbackslash begin\{document\}
+
+\textbackslash begin\{preview\}
-\textbackslash nmcReuse
+<stuff>
+
+\textbackslash end\{preview\}
+
+\textbackslash end\{document\}
\end{lyxcode}
-in the preamble ensures that these saved values are available for
-use from the outset – available to the mini-\LaTeX{} runs creating
-previews in the temporary directory.
-
-That leaves the problem of saving new values from the current session,
-which are stored in \texttt{mydoc.nmc} in the \emph{temporary} directory,\texttt{
-}back to \texttt{mydoc.nmc} in the \emph{document} directory. When
-\LyX{} is closed the temporary directory with all its contents is deleted.
-As suggested already we could manually copy \texttt{mydoc.nmc} from
-the temporary directory to the document directory but that means remembering
-to do so before closing \LyX . Inevitably we will sometimes forget.
+Whatever goes into or comes out of the preview is isolated from any
+other local preview, unless it is through the preamble or an external
+file. Sometimes a global preview run can overcome this problem for
+then all the previews lie between the same \verb`\begin{document}`,
+\verb`end{document}` statements. However, this does not help with
+macro definitions. \verb`\def`, \verb`\newcommand`, \verb`\NewDocumentCommand`
+all provide \emph{local} definitions which remain trapped within their
+own \verb`\begin{preview}`, \verb`\end{preview}`) statements. Another
+preview, say containing an \verb`\eval` command, between a different
+pair of \verb`\begin{preview}`, \verb`\end{preview}`) statements,
+will not know about the macro definition.
+
+There are (at least) three ways out:
+\begin{enumerate}
+\item Confine everything to the same preview inset: the definition of a
+macro, the \verb`\macros` statement, and the use of the macro in
+an \verb`\eval` command.
+\item Confine macro definitions to the preamble (\textsf{Document \lyxarrow{}
+Settings \lyxarrow{} \LaTeX{} Preamble}).
+\item Within previews use \verb`\gdef` (or \verb`\global\def`) exclusively
+for making your macro definitions; this makes the macro available
+to all later previews.
+\end{enumerate}
+
+\subsection{Using \texttt{\textbackslash nmcConstants}}
+
+Because \verb`\nmcConstants` doesn't use \verb`\def` or \verb`\newcommand`
+or \verb`\NewDocumentCommand` it is not subject to the same localisation
+problem as \verb`\nmcMacros`, but the reach of a \verb`\constants`
+command will still be confined to its own preview unless a \emph{global}
+preview run is forced; see above §\ref{subsec:LyXGlobal-vs-local}.
+
+\subsection{Using \texttt{\textbackslash nmcReuse}}
+
+As noted earlier, \LyX{} creates its previews in a temporary directory,
+not the document directory. If you want to save values from your current
+document – say, \texttt{mydoc.lyx} – to \texttt{mydoc.nmc} then you
+do so as described earlier (§\ref{sec:supplReuse}), but the file
+\texttt{mydoc.nmc} containing the saved results will be located in
+the temporary directory. When \LyX{} is closed the file will be deleted
+along with all the other contents of that directory.
Fortunately \LyX{} has a copying mechanism for getting files out of
-the temporary directory. When a document is exported – say to pdf
-– it is possible to specify a \emph{copier} to automatically copy
-back to the document directory or subdirectory various files in the
-temporary directory. We want the \texttt{.nmc} file containing the
-saved values to be copied back. Go to \textsf{Tools \lyxarrow{} Preferences
-\lyxarrow{} File Handling \lyxarrow{} File Formats} and find \textsf{PDF
-(pdflatex)} (assuming export to \texttt{pdf} by this route) in the
-list of formats. In\textsf{ }the \textsf{Copier} slot of the dialogue
-insert the following line of code:
+the temporary directory and into the document directory. When a document
+is exported – say to pdf – it is possible to specify a \emph{copier}
+to automatically copy back to the document directory or subdirectory
+various files in the temporary directory. We want the \texttt{.nmc}
+file containing the saved values to be copied back. Go to \textsf{Tools
+\lyxarrow{} Preferences \lyxarrow{} File Handling \lyxarrow{} File Formats}
+and find \textsf{PDF (pdflatex)} (assuming export to \texttt{pdf}
+by this route) in the list of formats. In\textsf{ }the \textsf{Copier}
+slot of the dialogue insert the following line of code:
\begin{lyxcode}
{\small python~-tt~\$\$s/scripts/ext\_copy.py~-e~nmc,pdf~-d~\$\$i~\$\$o}{\small\par}
\end{lyxcode}
@@ -4458,7 +5862,7 @@ that on export to \texttt{pdf} by the \texttt{pdflatex} route\texttt{
}to copy any files with the extensions \texttt{.nmc} or \texttt{.pdf}
from the temporary directory where \LyX{} does its work back to the
document directory – the \verb`-d` option (which became available
-from \LyX{} 2.3.0).
+with \LyX{} 2.3.0).
But if you have a complex document, it may take too much time to want
to export to pdf before closing \LyX , particularly if there are a
@@ -4494,7 +5898,7 @@ directory. And it is brisk, not least because plain text export ignores
ERT insets (and hence preview insets wrapped around ERT insets), nor
does it evaluate \verb`\eval` commands in math insets.
-\subsection{A final tweak?}
+\subsubsection{A final tweak?}
But one still needs to \emph{remember} to press the shortcut. The
thought arises: can \emph{closing} the current document trigger the
@@ -4511,33 +5915,38 @@ slot in \textsf{Tools \lyxarrow{} Preferences \lyxarrow{} Editing \lyxarrow{}
Shortcuts}.)
Please note, however, that \emph{this will work as intended only from
-\LyX{} 2.4.0}.\footnote{Due for release in the first half of 2021.}
-For \LyX{} 2.3 and earlier, the command sequence will generally fail
-because of `asynchronous' processing – \texttt{buffer-export }and
-\texttt{view-close} use different threads and the latter may well
-start before the former is complete. From \LyX{} 2.4.0 this defect
-has been fixed. You press your shortcut, the export to plain text
-occurs and the \texttt{.nmc} file is copied back to the document directory,
-then the current view is closed.
+\LyX{} 2.4.0}.\footnote{Due for release in 2021.} For \LyX{} 2.3 and
+earlier, the command sequence will generally fail because of `asynchronous'
+processing – \texttt{buffer-export }and \texttt{view-close} use different
+threads and the latter may well start before the former is complete.
+From \LyX{} 2.4.0 this defect has been fixed. You press your shortcut,
+the export to plain text occurs and the \texttt{.nmc} file is copied
+back to the document directory, then the current view is closed.
+
+Note that in the other direction, the \verb`.nmc` file in your document
+directory is \emph{automatically} copied to the temporary directory
+when needed. Nothing needs to be done by you, the user.
-\section{Using \protect\LyX{} notes}
+\subsubsection{Use of \protect\LyX{} notes}
The central fact about a \LyX{} note is that it does not contribute
to the pdf. But instant preview still works there. This suggests a
possibility: that a calculation be performed within a \LyX{} note and
-the result saved using \verb`\nmcReuse` within the same preview inset.
-The saved value is now available \emph{from file} for use elsewhere
-in the document. In this way, some selected content from a LyX note
-\emph{can} find its way into the pdf when the document is compiled.
+the result saved using \verb`\nmcReuse` within the same note. The
+saved value is now available \emph{from file} for use elsewhere in
+the document. In this way, some selected content from a LyX note \emph{can}
+find its way into the pdf when the document is compiled.
\chapter{Reference summary}
\section{Commands defined in \texttt{numerica}}
\begin{enumerate}
\item \texttt{\textbackslash nmcEvaluate, \textbackslash eval }
-\item \texttt{\textbackslash nmcInfo, \textbackslash info, }
-\item \texttt{\textbackslash nmcReuse, \textbackslash reuse}
\item \texttt{\textbackslash q, \textbackslash Q }(`cleave' commands)
+\item \texttt{\textbackslash nmcInfo, \textbackslash info}
+\item \texttt{\textbackslash nmcMacros, \textbackslash macros}
+\item \texttt{\textbackslash nmcConstants, \textbackslash constants}
+\item \texttt{\textbackslash nmcReuse, \textbackslash reuse}
\end{enumerate}
Provided they have not already been defined when \texttt{numerica}
is loaded, the following commands are defined in \texttt{numerica}
@@ -4578,7 +5987,7 @@ list)
\item constants
\begin{enumerate}
\item \texttt{e, \textbackslash pi, \textbackslash gamma, \textbackslash phi,
-\textbackslash deg, \textbackslash infty }(sometimes)
+\textbackslash deg, \textbackslash infty}
\end{enumerate}
\item arithmetic operators
\begin{enumerate}
@@ -4661,11 +6070,17 @@ arccsc, \textbackslash arcsec, \textbackslash arccot }
\begin{enumerate}
\item \texttt{,} (comma, in $n$-ary functions)
\item \texttt{\{\}, \textbackslash\textbackslash , \&, \textbackslash to}
-\item \texttt{\textbackslash dots, \textbackslash ldots, \textbackslash cdots,}
+\item \texttt{\textbackslash begin\{\}, \textbackslash end\{\}, \$, \textbackslash{[},
+\textbackslash{]}}
+\item \texttt{\textbackslash dots, \textbackslash ldots, \textbackslash cdots}
\item \texttt{\textbackslash{} , \textbackslash ,{}, \textbackslash ;,
\textbackslash :, \textbackslash !, \textbackslash >}
-\item \texttt{\textbackslash thinspace, \textbackslash quad, \textbackslash qquad
-, \textbackslash hfill, \textbackslash hfil}
+\item \texttt{\textbackslash thinspace, \textbackslash medspace, \textbackslash thickspace,}
+\item \textbackslash\texttt{negthinspace, \textbackslash negmedspace,
+\textbackslash negthickspace,}
+\item \textbackslash\texttt{hspace{*}\{\}, \textbackslash mspace\{\},}
+\item \texttt{\textbackslash quad, \textbackslash qquad , \textbackslash hfill,
+\textbackslash hfil}
\item \texttt{\textbackslash phantom\{\}, \textbackslash vphantom\{\},
\textbackslash hphantom\{\}}
\item \texttt{\textbackslash xmathstrut{[}{]}\{\}} \texttt{, \textbackslash splitfrac\{\}\{\},
@@ -4673,15 +6088,16 @@ arccsc, \textbackslash arcsec, \textbackslash arccot }
\item \texttt{\textbackslash displaystyle, \textbackslash textstyle, \textbackslash scriptstyle,
\textbackslash scriptscriptstyle}
\item \texttt{\textbackslash label\{\}, \textbackslash ensuremath\{\},
-\textbackslash text\{\}, \textbackslash mbox\{\}}
-\item \texttt{\textbackslash begin\{\}, \textbackslash end\{\}}
+\textbackslash text\{\}, \textbackslash mbox\{\}, \textbackslash smash\{\}}
+\item \texttt{\textbackslash color{[}{]}\{\}, \textbackslash textcolor{[}{]}\{\}\{\}}
\end{enumerate}
\item font commands
\begin{enumerate}
\item \texttt{\textbackslash mathrm\{\}, \textbackslash mathit\{\}, \textbackslash mathcal\{\},
\textbackslash mathtt\{\}, \textbackslash mathbf\{\}, \textbackslash mathbb\{\},
-\textbackslash mathsf\{\}, \textbackslash mathfrak\{\}, \textbackslash mathscr\{\},
-\textbackslash mathnormal\{\}, \textbackslash boldsymbol\{\}}
+\textbackslash mathsf\{\}, \textbackslash mathfrak\{\}, \textbackslash mathscr\{\}}
+\item \texttt{\textbackslash mathnormal\{\}, \textbackslash boldsymbol\{\}}
+\item \texttt{\textbackslash textrm, \textbackslash textsf, \textbackslash texttt}
\end{enumerate}
\end{enumerate}
@@ -4689,17 +6105,19 @@ arccsc, \textbackslash arcsec, \textbackslash arccot }
\subsection{Available \texttt{\textbackslash nmcEvaluate} settings}
\begin{center}
-\begin{tabular}{ll>{\raggedright}p{4cm}>{\raggedright}p{4cm}}
+\begin{tabular}[t]{>{\raggedright}p{1.5cm}l>{\raggedright}m{4cm}>{\raggedright}m{4cm}}
\toprule
{\small key} & {\small type} & {\small meaning} & {\small default}\tabularnewline
\midrule
{\small\texttt{dbg}} & {\small int} & {\small debug `magic' integer} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{view}} & & {\small equivalent to }{\small\texttt{dbg=1}} & \tabularnewline
{\small\texttt{\textasciicircum}} & {\small char} & {\small exponent mark for sci. notation input} & {\small\texttt{e}}\tabularnewline
{\small\texttt{xx}} & {\small int (0/1)} & {\small multi-token variable switch} & {\small\texttt{1}}\tabularnewline
{\small\texttt{()}} & {\small int (0/1/2)} & {\small trig. function arg. parsing} & {\small\texttt{0}}\tabularnewline
-{\small\texttt{o}} & & {\small degree switch for trig. funcions} & \tabularnewline
+{\small\texttt{o}} & {\small int (0/1)} & {\small degree switch for trig. funcions} & {\small\texttt{1}}\tabularnewline
{\small\texttt{log}} & {\small num} & {\small base of logarithms for }{\small{\small\verb`\log`}} & {\small\texttt{10}}\tabularnewline
-{\small\texttt{vvmode}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{vv@}} & {\small int (0/1)} & {\small vv-list calculation mode} & {\small\texttt{0}}\tabularnewline
+{\small\texttt{vvmode}} & {\small int (0/1)} & {\small equivalent to }{\small\texttt{vv@}} & {\small\texttt{0}}\tabularnewline
{\small\texttt{vvd}} & {\small token(s)} & {\small vv-list display-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
{\small\texttt{vvi}} & {\small token(s)} & {\small vv-list text-style spec.} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
{*} & & {\small switch to suppress equation numbering (if }{\small\texttt{\textbackslash\textbackslash}}{\small{}
@@ -4714,6 +6132,28 @@ in }{\small\texttt{vvd}}{\small )} & \tabularnewline
\end{tabular}
\par\end{center}
+\subsection{Available settings for supplementary commands}
+
+All settings for \verb`\nmcEvaluate`, the \verb`view` setting in
+particular (although most will be irrelevant), plus for
+\begin{itemize}
+\item \verb`\nmcMacros`
+\begin{itemize}
+\item \verb`free` `deregister' a macro from \verb`numerica`
+\end{itemize}
+\item \verb`\nmcConstants`
+\begin{itemize}
+\item \verb`add` add the new list of constants to the current one
+\end{itemize}
+\item \verb`\nmcReuse`
+\begin{itemize}
+\item \verb`delete` remove the listed control sequences from the \verb`.nmc`
+file
+\item \verb`renew` change the value of a control sequence in the \verb`.nmc`
+file
+\end{itemize}
+\end{itemize}
+
\subsection{Available configuration file settings}
\begin{center}
\bigskip{}
@@ -4728,16 +6168,17 @@ key & default\tabularnewline
{\small\texttt{input-sci-notation}} & {\small\texttt{0}}\tabularnewline
{\small\texttt{input-exponent-char}} & {\small\texttt{e}}\tabularnewline
{\small\texttt{multitoken-variables}} & {\small\texttt{1}}\tabularnewline
+{\small\texttt{use-degrees}} & {\small\texttt{0}}\tabularnewline
{\small\texttt{logarithm-base}} & {\small\texttt{10}}\tabularnewline
{\small\texttt{intify-rounding}} & {\small\texttt{14}}\tabularnewline
{\small\texttt{vv-display}} & {\small\texttt{\{,\}\textbackslash mskip 36mu minus 24mu(vv)}}\tabularnewline
-{\small\texttt{vv-inline}} & {\small\texttt{\{,\}\textbackslash mskip 12mu plus 6mu minus 9mu(vv)}}\tabularnewline
+{\small\texttt{vv-inline}} & {\small\texttt{\{,\}\textbackslash mskip 12mu 6mu minus 9mu(vv)}}\tabularnewline
{\small\texttt{sum-extra-rounding}} & {\small\texttt{2}}\tabularnewline
{\small\texttt{sum-query-terms}} & {\small\texttt{0}}\tabularnewline
{\small\texttt{prod-extra-rounding}} & {\small\texttt{2}}\tabularnewline
{\small\texttt{prod-query-terms}} & {\small\texttt{0}}\tabularnewline
{\small\texttt{eval-reuse}} & {\small\texttt{0}}\tabularnewline
\bottomrule
-\end{tabular}
+\end{tabular}
\par\end{center}
\end{document}
diff --git a/macros/xetex/latex/xecjk/xeCJK.dtx b/macros/xetex/latex/xecjk/xeCJK.dtx
index d22b6aa7d0..d27a4ba9a5 100644
--- a/macros/xetex/latex/xecjk/xeCJK.dtx
+++ b/macros/xetex/latex/xecjk/xeCJK.dtx
@@ -194,7 +194,7 @@ Copyright and Licence
%<*package|config|fntef|listings|xunicode|xunextra>
%<!(config|xunextra)>\NeedsTeXFormat{LaTeX2e}
%<!(config|xunextra)>\RequirePackage{expl3}
-%<+!driver>\GetIdInfo$Id: xeCJK.dtx 71a7646 2021-06-20 17:05:49 +0800 Qing Lee <sobenlee@gmail.com> $
+%<+!driver>\GetIdInfo$Id: xeCJK.dtx d45555d 2021-12-12 18:20:36 +0800 Qing Lee <sobenlee@gmail.com> $
%<package> {Typesetting CJK scripts with XeLaTeX}
%<config> {Configuration file for xeCJK package}
%<fntef> {xeCJK font effect}
@@ -207,7 +207,7 @@ Copyright and Licence
%<listings>\ProvidesExplPackage{xeCJK-listings}
%<xunicode>\ProvidesExplPackage{xunicode-addon}
%<xunextra>\ProvidesExplFile{xunicode-extra.def}
-%<!driver> {\ExplFileDate}{3.8.7}{\ExplFileDescription}
+%<!driver> {\ExplFileDate}{3.8.8}{\ExplFileDescription}
%</package|config|fntef|listings|xunicode|xunextra>
%<*driver>
\documentclass{ctxdoc}
@@ -2473,6 +2473,8 @@ Copyright and Licence
% \changes{v3.7.3}{2019/04/15}{补充日文假名扩展。}
% \changes{v3.8.3}{2020/03/15}{同步 Unicode 13.0.0。}
% \changes{v3.8.3}{2020/04/09}{补充 \texttt{U+02EA} 和 \texttt{U+02EB}。}
+% \changes{v3.8.8}{2021/09/15}{同步 Unicode 14.0.0。}
+% \changes{v3.8.8}{2021/09/16}{补充女书。}
%
% \begin{variable}{\c_@@_CJK_chars_clist}
% CJK 字符类,包括文字和标点符号。
@@ -2599,7 +2601,11 @@ Copyright and Licence
% \end{macrocode}
% \item Tangut Supplement (西夏文增补)
% \begin{macrocode}
- "18D00 -> "18D8F ,
+ "18D00 -> "18D7F ,
+% \end{macrocode}
+% \item Kana Extended-B (日文假名扩展 B)
+% \begin{macrocode}
+ "1AFF0 -> "1AFFF ,
% \end{macrocode}
% \item Kana Supplement (日文假名增补)
% \begin{macrocode}
@@ -2613,6 +2619,10 @@ Copyright and Licence
% \begin{macrocode}
"1B130 -> "1B16F ,
% \end{macrocode}
+% \item Nushu (女书)
+% \begin{macrocode}
+ "1B170 -> "1B2FF ,
+% \end{macrocode}
% \item Enclosed Ideographic Supplement (带圈表意文字增补)
% \begin{macrocode}
"1F200 -> "1F2FF ,
diff --git a/macros/xetex/latex/xecjk/xeCJK.pdf b/macros/xetex/latex/xecjk/xeCJK.pdf
index e6643597c3..4e5f8d1e71 100644
--- a/macros/xetex/latex/xecjk/xeCJK.pdf
+++ b/macros/xetex/latex/xecjk/xeCJK.pdf
Binary files differ
diff --git a/macros/xetex/latex/xecjk/xunicode-symbols.pdf b/macros/xetex/latex/xecjk/xunicode-symbols.pdf
index e461a9c3e5..dd6275ffae 100644
--- a/macros/xetex/latex/xecjk/xunicode-symbols.pdf
+++ b/macros/xetex/latex/xecjk/xunicode-symbols.pdf
Binary files differ