summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder
diff options
context:
space:
mode:
authorwei <>2006-02-15 07:44:51 +0000
committerwei <>2006-02-15 07:44:51 +0000
commit6e29b055b3cbc2a46e29075608c7e82a328d5270 (patch)
tree13a197ad850f360125a96f5de83f1742a12e98ad /buildscripts/texbuilder
parentd653bda6c6217f160a4de77e3f2f0ee62096be67 (diff)
Adding new TRatingList component.
Diffstat (limited to 'buildscripts/texbuilder')
-rw-r--r--buildscripts/texbuilder/build.php27
-rw-r--r--buildscripts/texbuilder/prado3_quick_start.pdf9793
2 files changed, 5238 insertions, 4582 deletions
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php
index ae264843..5149b879 100644
--- a/buildscripts/texbuilder/build.php
+++ b/buildscripts/texbuilder/build.php
@@ -1,4 +1,9 @@
<?php
+$pdflatexExec = "C:/Wei/miktex/texmf/MiKTeX/bin/pdflatex.exe";
+$pdfTex = "$pdflatexExec -interaction=nonstopmode -max-print-line=120 %s";
+
+$mainTexFile = dirname(__FILE__).'/prado3_quick_start.tex';
+
//page root location
$base = realpath(dirname(__FILE__).'/../../demos/quickstart/protected/pages/');
@@ -225,6 +230,7 @@ function get_section_label($section)
//--------------- BEGIN PROCESSING -------------------
+// ---------------- Create the Tex files ---------
$count = 1;
$current_path = '';
echo "Compiling .page files to Latex files\n\n";
@@ -248,9 +254,28 @@ foreach($pages as $chapter => $sections)
echo "\n";
}
-if($count > 1)
+
+if($argc <= 1 && $count > 1)
{
echo "** Use pdftex to compile prado3_quick_start.tex to obtain PDF version of quickstart tutorial. **\n";
+ exit;
+}
+if($argv[1] == 'pdf')
+{
+ if(is_file($pdflatexExec))
+ {
+ //build pdfTex
+ $command=sprintf($pdfTex,$mainTexFile);
+ system($command);
+ system($command); //run it twice
+
+ echo "\n\n** PDF file prado3_quick_start.pdf created **\n\n";
+
+ }
+ else
+ {
+ echo " Unable to find pdfLatex executable $pdflatexExec";
+ }
}
diff --git a/buildscripts/texbuilder/prado3_quick_start.pdf b/buildscripts/texbuilder/prado3_quick_start.pdf
index 41037950..daf91df6 100644
--- a/buildscripts/texbuilder/prado3_quick_start.pdf
+++ b/buildscripts/texbuilder/prado3_quick_start.pdf
@@ -36,2025 +36,2093 @@ endobj
(What is PRADO?)
endobj
29 0 obj
-<< /S /GoTo /D (section.1.3) >>
+<< /S /GoTo /D (subsection.1.2.1) >>
endobj
32 0 obj
-(Installing PRADO)
+(Why PRADO?)
endobj
33 0 obj
-<< /S /GoTo /D (chapter.2) >>
+<< /S /GoTo /D (subsection.1.2.2) >>
endobj
36 0 obj
-(Fundamentals)
+(What Is PRADO Best For?)
endobj
37 0 obj
-<< /S /GoTo /D (section.2.1) >>
+<< /S /GoTo /D (section.1.3) >>
endobj
40 0 obj
-(Architecture)
+(Installing PRADO)
endobj
41 0 obj
-<< /S /GoTo /D (section.2.2) >>
+<< /S /GoTo /D (chapter.2) >>
endobj
44 0 obj
-(Components)
+(Fundamentals)
endobj
45 0 obj
-<< /S /GoTo /D (subsection.2.2.1) >>
+<< /S /GoTo /D (section.2.1) >>
endobj
48 0 obj
-(Component Properties)
+(Architecture)
endobj
49 0 obj
-<< /S /GoTo /D (subsection.2.2.2) >>
+<< /S /GoTo /D (section.2.2) >>
endobj
52 0 obj
-(Component Events)
+(Components)
endobj
53 0 obj
-<< /S /GoTo /D (subsection.2.2.3) >>
+<< /S /GoTo /D (subsection.2.2.1) >>
endobj
56 0 obj
-(Namespaces)
+(Component Properties)
endobj
57 0 obj
-<< /S /GoTo /D (subsection.2.2.4) >>
+<< /S /GoTo /D (subsection.2.2.2) >>
endobj
60 0 obj
-(Component Instantiation)
+(Component Events)
endobj
61 0 obj
-<< /S /GoTo /D (section.2.3) >>
+<< /S /GoTo /D (subsection.2.2.3) >>
endobj
64 0 obj
-(Controls)
+(Namespaces)
endobj
65 0 obj
-<< /S /GoTo /D (subsection.2.3.1) >>
+<< /S /GoTo /D (subsection.2.2.4) >>
endobj
68 0 obj
-(Control Tree)
+(Component Instantiation)
endobj
69 0 obj
-<< /S /GoTo /D (subsection.2.3.2) >>
+<< /S /GoTo /D (section.2.3) >>
endobj
72 0 obj
-(Control Identification)
+(Controls)
endobj
73 0 obj
-<< /S /GoTo /D (subsection.2.3.3) >>
+<< /S /GoTo /D (subsection.2.3.1) >>
endobj
76 0 obj
-(Naming Containers)
+(Control Tree)
endobj
77 0 obj
-<< /S /GoTo /D (subsection.2.3.4) >>
+<< /S /GoTo /D (subsection.2.3.2) >>
endobj
80 0 obj
-(ViewState and ControlState)
+(Control Identification)
endobj
81 0 obj
-<< /S /GoTo /D (section.2.4) >>
+<< /S /GoTo /D (subsection.2.3.3) >>
endobj
84 0 obj
-(Pages)
+(Naming Containers)
endobj
85 0 obj
-<< /S /GoTo /D (subsection.2.4.1) >>
+<< /S /GoTo /D (subsection.2.3.4) >>
endobj
88 0 obj
-(PostBack)
+(ViewState and ControlState)
endobj
89 0 obj
-<< /S /GoTo /D (subsection.2.4.2) >>
+<< /S /GoTo /D (section.2.4) >>
endobj
92 0 obj
-(Page Lifecycles)
+(Pages)
endobj
93 0 obj
-<< /S /GoTo /D (section.2.5) >>
+<< /S /GoTo /D (subsection.2.4.1) >>
endobj
96 0 obj
-(Modules)
+(PostBack)
endobj
97 0 obj
-<< /S /GoTo /D (subsection.2.5.1) >>
+<< /S /GoTo /D (subsection.2.4.2) >>
endobj
100 0 obj
-(Request Module)
+(Page Lifecycles)
endobj
101 0 obj
-<< /S /GoTo /D (subsection.2.5.2) >>
+<< /S /GoTo /D (section.2.5) >>
endobj
104 0 obj
-(Response Module)
+(Modules)
endobj
105 0 obj
-<< /S /GoTo /D (subsection.2.5.3) >>
+<< /S /GoTo /D (subsection.2.5.1) >>
endobj
108 0 obj
-(Session Module)
+(Request Module)
endobj
109 0 obj
-<< /S /GoTo /D (subsection.2.5.4) >>
+<< /S /GoTo /D (subsection.2.5.2) >>
endobj
112 0 obj
-(Error Handler Module)
+(Response Module)
endobj
113 0 obj
-<< /S /GoTo /D (subsection.2.5.5) >>
+<< /S /GoTo /D (subsection.2.5.3) >>
endobj
116 0 obj
-(Custom Modules)
+(Session Module)
endobj
117 0 obj
-<< /S /GoTo /D (section.2.6) >>
+<< /S /GoTo /D (subsection.2.5.4) >>
endobj
120 0 obj
-(Services)
+(Error Handler Module)
endobj
121 0 obj
-<< /S /GoTo /D (subsection.2.6.1) >>
+<< /S /GoTo /D (subsection.2.5.5) >>
endobj
124 0 obj
-(Page Service)
+(Custom Modules)
endobj
125 0 obj
-<< /S /GoTo /D (section.2.7) >>
+<< /S /GoTo /D (section.2.6) >>
endobj
128 0 obj
-(Applications)
+(Services)
endobj
129 0 obj
-<< /S /GoTo /D (subsection.2.7.1) >>
+<< /S /GoTo /D (subsection.2.6.1) >>
endobj
132 0 obj
-(Directory Organization)
+(Page Service)
endobj
133 0 obj
-<< /S /GoTo /D (subsection.2.7.2) >>
+<< /S /GoTo /D (section.2.7) >>
endobj
136 0 obj
-(Application Deployment)
+(Applications)
endobj
137 0 obj
-<< /S /GoTo /D (subsection.2.7.3) >>
+<< /S /GoTo /D (subsection.2.7.1) >>
endobj
140 0 obj
-(Application Lifecycles)
+(Directory Organization)
endobj
141 0 obj
-<< /S /GoTo /D (section.2.8) >>
+<< /S /GoTo /D (subsection.2.7.2) >>
endobj
144 0 obj
-(Sample: Hello World)
+(Application Deployment)
endobj
145 0 obj
-<< /S /GoTo /D (section.2.9) >>
+<< /S /GoTo /D (subsection.2.7.3) >>
endobj
148 0 obj
-(Sample: Hangman Game)
+(Application Lifecycles)
endobj
149 0 obj
-<< /S /GoTo /D (chapter.3) >>
+<< /S /GoTo /D (section.2.8) >>
endobj
152 0 obj
-(Configurations)
+(Sample: Hello World)
endobj
153 0 obj
-<< /S /GoTo /D (section.3.1) >>
+<< /S /GoTo /D (section.2.9) >>
endobj
156 0 obj
-(Configuration Overview)
+(Sample: Hangman Game)
endobj
157 0 obj
-<< /S /GoTo /D (section.3.2) >>
+<< /S /GoTo /D (chapter.3) >>
endobj
160 0 obj
-(Templates: Part I)
+(Configurations)
endobj
161 0 obj
-<< /S /GoTo /D (subsection.3.2.1) >>
+<< /S /GoTo /D (section.3.1) >>
endobj
164 0 obj
-(Component Tags)
+(Configuration Overview)
endobj
165 0 obj
-<< /S /GoTo /D (subsection.3.2.2) >>
+<< /S /GoTo /D (section.3.2) >>
endobj
168 0 obj
-(Template Control Tags)
+(Templates: Part I)
endobj
169 0 obj
-<< /S /GoTo /D (subsection.3.2.3) >>
+<< /S /GoTo /D (subsection.3.2.1) >>
endobj
172 0 obj
-(Comment Tags)
+(Component Tags)
endobj
173 0 obj
-<< /S /GoTo /D (section.3.3) >>
+<< /S /GoTo /D (subsection.3.2.2) >>
endobj
176 0 obj
-(Templates: Part II)
+(Template Control Tags)
endobj
177 0 obj
-<< /S /GoTo /D (subsection.3.3.1) >>
+<< /S /GoTo /D (subsection.3.2.3) >>
endobj
180 0 obj
-(Dynamic Content Tags)
+(Comment Tags)
endobj
181 0 obj
-<< /S /GoTo /D (section.3.4) >>
+<< /S /GoTo /D (section.3.3) >>
endobj
184 0 obj
-(Templates: Part III)
+(Templates: Part II)
endobj
185 0 obj
-<< /S /GoTo /D (subsection.3.4.1) >>
+<< /S /GoTo /D (subsection.3.3.1) >>
endobj
188 0 obj
-(Dynamic Property Tags)
+(Dynamic Content Tags)
endobj
189 0 obj
-<< /S /GoTo /D (section.3.5) >>
+<< /S /GoTo /D (section.3.4) >>
endobj
192 0 obj
-(Application Configurations)
+(Templates: Part III)
endobj
193 0 obj
-<< /S /GoTo /D (section.3.6) >>
+<< /S /GoTo /D (subsection.3.4.1) >>
endobj
196 0 obj
-(Page Configurations)
+(Dynamic Property Tags)
endobj
197 0 obj
-<< /S /GoTo /D (chapter.4) >>
+<< /S /GoTo /D (section.3.5) >>
endobj
200 0 obj
-(Controls)
+(Application Configurations)
endobj
201 0 obj
-<< /S /GoTo /D (section.4.1) >>
+<< /S /GoTo /D (section.3.6) >>
endobj
204 0 obj
-(Controls Overview)
+(Page Configurations)
endobj
205 0 obj
-<< /S /GoTo /D (section.4.2) >>
+<< /S /GoTo /D (chapter.4) >>
endobj
208 0 obj
-(Simple HTML Controls)
+(Controls)
endobj
209 0 obj
-<< /S /GoTo /D (subsection.4.2.1) >>
+<< /S /GoTo /D (section.4.1) >>
endobj
212 0 obj
-(TLabel)
+(Controls Overview)
endobj
213 0 obj
-<< /S /GoTo /D (subsection.4.2.2) >>
+<< /S /GoTo /D (section.4.2) >>
endobj
216 0 obj
-(THyperLink)
+(Simple HTML Controls)
endobj
217 0 obj
-<< /S /GoTo /D (subsection.4.2.3) >>
+<< /S /GoTo /D (subsection.4.2.1) >>
endobj
220 0 obj
-(TImage)
+(TLabel)
endobj
221 0 obj
-<< /S /GoTo /D (subsection.4.2.4) >>
+<< /S /GoTo /D (subsection.4.2.2) >>
endobj
224 0 obj
-(TPanel)
+(THyperLink)
endobj
225 0 obj
-<< /S /GoTo /D (subsection.4.2.5) >>
+<< /S /GoTo /D (subsection.4.2.3) >>
endobj
228 0 obj
-(TTable)
+(TImage)
endobj
229 0 obj
-<< /S /GoTo /D (subsection.4.2.6) >>
+<< /S /GoTo /D (subsection.4.2.4) >>
endobj
232 0 obj
-(TTextBox)
+(TPanel)
endobj
233 0 obj
-<< /S /GoTo /D (subsection.4.2.7) >>
+<< /S /GoTo /D (subsection.4.2.5) >>
endobj
236 0 obj
-(TButton)
+(TTable)
endobj
237 0 obj
-<< /S /GoTo /D (subsection.4.2.8) >>
+<< /S /GoTo /D (subsection.4.2.6) >>
endobj
240 0 obj
-(TLinkButton)
+(TTextBox)
endobj
241 0 obj
-<< /S /GoTo /D (subsection.4.2.9) >>
+<< /S /GoTo /D (subsection.4.2.7) >>
endobj
244 0 obj
-(TImageButton)
+(TButton)
endobj
245 0 obj
-<< /S /GoTo /D (subsection.4.2.10) >>
+<< /S /GoTo /D (subsection.4.2.8) >>
endobj
248 0 obj
-(TCheckBox)
+(TLinkButton)
endobj
249 0 obj
-<< /S /GoTo /D (subsection.4.2.11) >>
+<< /S /GoTo /D (subsection.4.2.9) >>
endobj
252 0 obj
-(TRadioButton)
+(TImageButton)
endobj
253 0 obj
-<< /S /GoTo /D (section.4.3) >>
+<< /S /GoTo /D (subsection.4.2.10) >>
endobj
256 0 obj
-(List Controls)
+(TCheckBox)
endobj
257 0 obj
-<< /S /GoTo /D (subsection.4.3.1) >>
+<< /S /GoTo /D (subsection.4.2.11) >>
endobj
260 0 obj
-(TListBox)
+(TRadioButton)
endobj
261 0 obj
-<< /S /GoTo /D (subsection.4.3.2) >>
+<< /S /GoTo /D (section.4.3) >>
endobj
264 0 obj
-(TDropDownList)
+(List Controls)
endobj
265 0 obj
-<< /S /GoTo /D (subsection.4.3.3) >>
+<< /S /GoTo /D (subsection.4.3.1) >>
endobj
268 0 obj
-(TCheckBoxList)
+(TListBox)
endobj
269 0 obj
-<< /S /GoTo /D (subsection.4.3.4) >>
+<< /S /GoTo /D (subsection.4.3.2) >>
endobj
272 0 obj
-(TRadioButtonList)
+(TDropDownList)
endobj
273 0 obj
-<< /S /GoTo /D (subsection.4.3.5) >>
+<< /S /GoTo /D (subsection.4.3.3) >>
endobj
276 0 obj
-(TBulletList)
+(TCheckBoxList)
endobj
277 0 obj
-<< /S /GoTo /D (section.4.4) >>
+<< /S /GoTo /D (subsection.4.3.4) >>
endobj
280 0 obj
-(Validation Controls)
+(TRadioButtonList)
endobj
281 0 obj
-<< /S /GoTo /D (subsection.4.4.1) >>
+<< /S /GoTo /D (subsection.4.3.5) >>
endobj
284 0 obj
-(TRequiredFieldValidator)
+(TBulletList)
endobj
285 0 obj
-<< /S /GoTo /D (subsection.4.4.2) >>
+<< /S /GoTo /D (section.4.4) >>
endobj
288 0 obj
-(TRegularExpressionValidator)
+(Validation Controls)
endobj
289 0 obj
-<< /S /GoTo /D (subsection.4.4.3) >>
+<< /S /GoTo /D (subsection.4.4.1) >>
endobj
292 0 obj
-(TEmailAddressValidator)
+(TRequiredFieldValidator)
endobj
293 0 obj
-<< /S /GoTo /D (subsection.4.4.4) >>
+<< /S /GoTo /D (subsection.4.4.2) >>
endobj
296 0 obj
-(TCompareValidator)
+(TRegularExpressionValidator)
endobj
297 0 obj
-<< /S /GoTo /D (subsection.4.4.5) >>
+<< /S /GoTo /D (subsection.4.4.3) >>
endobj
300 0 obj
-(TCustomValidator)
+(TEmailAddressValidator)
endobj
301 0 obj
-<< /S /GoTo /D (subsection.4.4.6) >>
+<< /S /GoTo /D (subsection.4.4.4) >>
endobj
304 0 obj
-(TValidationSummary)
+(TCompareValidator)
endobj
305 0 obj
-<< /S /GoTo /D (section.4.5) >>
+<< /S /GoTo /D (subsection.4.4.5) >>
endobj
308 0 obj
-(TRepeater)
+(TCustomValidator)
endobj
309 0 obj
-<< /S /GoTo /D (section.4.6) >>
+<< /S /GoTo /D (subsection.4.4.6) >>
endobj
312 0 obj
-(TDataList)
+(TValidationSummary)
endobj
313 0 obj
-<< /S /GoTo /D (section.4.7) >>
+<< /S /GoTo /D (section.4.5) >>
endobj
316 0 obj
-(TDataGrid : Part I)
+(TRepeater)
endobj
317 0 obj
-<< /S /GoTo /D (subsection.4.7.1) >>
+<< /S /GoTo /D (section.4.6) >>
endobj
320 0 obj
-(Columns)
+(TDataList)
endobj
321 0 obj
-<< /S /GoTo /D (subsection.4.7.2) >>
+<< /S /GoTo /D (section.4.7) >>
endobj
324 0 obj
-(Item Styles)
+(TDataGrid : Part I)
endobj
325 0 obj
-<< /S /GoTo /D (subsection.4.7.3) >>
+<< /S /GoTo /D (subsection.4.7.1) >>
endobj
328 0 obj
-(Events)
+(Columns)
endobj
329 0 obj
-<< /S /GoTo /D (subsection.4.7.4) >>
+<< /S /GoTo /D (subsection.4.7.2) >>
endobj
332 0 obj
-(Using TDataGrid)
+(Item Styles)
endobj
333 0 obj
-<< /S /GoTo /D (section.4.8) >>
+<< /S /GoTo /D (subsection.4.7.3) >>
endobj
336 0 obj
-(TDataGrid : Part II)
+(Events)
endobj
337 0 obj
-<< /S /GoTo /D (subsection.4.8.1) >>
+<< /S /GoTo /D (subsection.4.7.4) >>
endobj
340 0 obj
-(Paging and Sorting)
+(Using TDataGrid)
endobj
341 0 obj
-<< /S /GoTo /D (subsection.4.8.2) >>
+<< /S /GoTo /D (section.4.8) >>
endobj
344 0 obj
-(Updating and Deleting)
+(TDataGrid : Part II)
endobj
345 0 obj
-<< /S /GoTo /D (subsection.4.8.3) >>
+<< /S /GoTo /D (subsection.4.8.1) >>
endobj
348 0 obj
-(Custom Paging)
+(Interacting with TDataGrid)
endobj
349 0 obj
-<< /S /GoTo /D (subsection.4.8.4) >>
+<< /S /GoTo /D (subsection.4.8.2) >>
endobj
352 0 obj
-(Extending TDataGrid)
+(Sorting)
endobj
353 0 obj
-<< /S /GoTo /D (chapter.5) >>
+<< /S /GoTo /D (subsection.4.8.3) >>
endobj
356 0 obj
-(Security)
+(Paging)
endobj
357 0 obj
-<< /S /GoTo /D (section.5.1) >>
+<< /S /GoTo /D (subsection.4.8.4) >>
endobj
360 0 obj
-(Authentication and Authorization)
+(Extending TDataGrid)
endobj
361 0 obj
-<< /S /GoTo /D (subsection.5.1.1) >>
+<< /S /GoTo /D (section.4.9) >>
endobj
364 0 obj
-(How PRADO Auth Framework Works)
+(Writing New Controls)
endobj
365 0 obj
-<< /S /GoTo /D (subsection.5.1.2) >>
+<< /S /GoTo /D (subsection.4.9.1) >>
endobj
368 0 obj
-(Using PRADO Auth Framework)
+(Composition of Existing Controls)
endobj
369 0 obj
-<< /S /GoTo /D (subsection.5.1.3) >>
+<< /S /GoTo /D (subsection.4.9.2) >>
endobj
372 0 obj
-(Using TUserManager)
+(Extending Existing Controls)
endobj
373 0 obj
-<< /S /GoTo /D (section.5.2) >>
+<< /S /GoTo /D (chapter.5) >>
endobj
376 0 obj
-(Viewstate Protection)
+(Security)
endobj
377 0 obj
-<< /S /GoTo /D (section.5.3) >>
+<< /S /GoTo /D (section.5.1) >>
endobj
380 0 obj
-(Cross Site Scripting Prevention)
+(Authentication and Authorization)
endobj
381 0 obj
-<< /S /GoTo /D (chapter.6) >>
+<< /S /GoTo /D (subsection.5.1.1) >>
endobj
384 0 obj
-(Advanced Topics)
+(How PRADO Auth Framework Works)
endobj
385 0 obj
-<< /S /GoTo /D (section.6.1) >>
+<< /S /GoTo /D (subsection.5.1.2) >>
endobj
388 0 obj
-(Assets)
+(Using PRADO Auth Framework)
endobj
389 0 obj
-<< /S /GoTo /D (subsection.6.1.1) >>
+<< /S /GoTo /D (subsection.5.1.3) >>
endobj
392 0 obj
-(Asset Publishing)
+(Using TUserManager)
endobj
393 0 obj
-<< /S /GoTo /D (subsection.6.1.2) >>
+<< /S /GoTo /D (section.5.2) >>
endobj
396 0 obj
-(Customization)
+(Viewstate Protection)
endobj
397 0 obj
-<< /S /GoTo /D (subsection.6.1.3) >>
+<< /S /GoTo /D (section.5.3) >>
endobj
400 0 obj
-(Performance)
+(Cross Site Scripting Prevention)
endobj
401 0 obj
-<< /S /GoTo /D (subsection.6.1.4) >>
+<< /S /GoTo /D (chapter.6) >>
endobj
404 0 obj
-(A Toggle Button Example)
+(Advanced Topics)
endobj
405 0 obj
-<< /S /GoTo /D (section.6.2) >>
+<< /S /GoTo /D (section.6.1) >>
endobj
408 0 obj
-(Master and Content)
+(Assets)
endobj
409 0 obj
-<< /S /GoTo /D (section.6.3) >>
+<< /S /GoTo /D (subsection.6.1.1) >>
endobj
412 0 obj
-(Themes and Skins)
+(Asset Publishing)
endobj
413 0 obj
-<< /S /GoTo /D (subsection.6.3.1) >>
+<< /S /GoTo /D (subsection.6.1.2) >>
endobj
416 0 obj
-(Introduction)
+(Customization)
endobj
417 0 obj
-<< /S /GoTo /D (subsection.6.3.2) >>
+<< /S /GoTo /D (subsection.6.1.3) >>
endobj
420 0 obj
-(Understanding Themes)
+(Performance)
endobj
421 0 obj
-<< /S /GoTo /D (subsection.6.3.3) >>
+<< /S /GoTo /D (subsection.6.1.4) >>
endobj
424 0 obj
-(Using Themes)
+(A Toggle Button Example)
endobj
425 0 obj
-<< /S /GoTo /D (subsection.6.3.4) >>
+<< /S /GoTo /D (section.6.2) >>
endobj
428 0 obj
-(Theme Storage)
+(Master and Content)
endobj
429 0 obj
-<< /S /GoTo /D (subsection.6.3.5) >>
+<< /S /GoTo /D (section.6.3) >>
endobj
432 0 obj
-(Creating Themes)
+(Themes and Skins)
endobj
433 0 obj
-<< /S /GoTo /D (section.6.4) >>
+<< /S /GoTo /D (subsection.6.3.1) >>
endobj
436 0 obj
-(Persistent State)
+(Introduction)
endobj
437 0 obj
-<< /S /GoTo /D (subsection.6.4.1) >>
+<< /S /GoTo /D (subsection.6.3.2) >>
endobj
440 0 obj
-(View State)
+(Understanding Themes)
endobj
441 0 obj
-<< /S /GoTo /D (subsection.6.4.2) >>
+<< /S /GoTo /D (subsection.6.3.3) >>
endobj
444 0 obj
-(Control State)
+(Using Themes)
endobj
445 0 obj
-<< /S /GoTo /D (subsection.6.4.3) >>
+<< /S /GoTo /D (subsection.6.3.4) >>
endobj
448 0 obj
-(Application State)
+(Theme Storage)
endobj
449 0 obj
-<< /S /GoTo /D (subsection.6.4.4) >>
+<< /S /GoTo /D (subsection.6.3.5) >>
endobj
452 0 obj
-(Session State)
+(Creating Themes)
endobj
453 0 obj
-<< /S /GoTo /D (section.6.5) >>
+<< /S /GoTo /D (section.6.4) >>
endobj
456 0 obj
-(Logging)
+(Persistent State)
endobj
457 0 obj
-<< /S /GoTo /D (subsection.6.5.1) >>
+<< /S /GoTo /D (subsection.6.4.1) >>
endobj
460 0 obj
-(Using Logging Functions)
+(View State)
endobj
461 0 obj
-<< /S /GoTo /D (subsection.6.5.2) >>
+<< /S /GoTo /D (subsection.6.4.2) >>
endobj
464 0 obj
-(Message Routing)
+(Control State)
endobj
465 0 obj
-<< /S /GoTo /D (subsection.6.5.3) >>
+<< /S /GoTo /D (subsection.6.4.3) >>
endobj
468 0 obj
-(Message Filtering)
+(Application State)
endobj
469 0 obj
-<< /S /GoTo /D (section.6.6) >>
+<< /S /GoTo /D (subsection.6.4.4) >>
endobj
472 0 obj
-(Internationalization \(I18N\) and Localization \(L10N\))
+(Session State)
endobj
473 0 obj
-<< /S /GoTo /D (subsection.6.6.1) >>
+<< /S /GoTo /D (section.6.5) >>
endobj
476 0 obj
-(Separate culture/locale sensitive data)
+(Logging)
endobj
477 0 obj
-<< /S /GoTo /D (subsection.6.6.2) >>
+<< /S /GoTo /D (subsection.6.5.1) >>
endobj
480 0 obj
-(Configuration)
+(Using Logging Functions)
endobj
481 0 obj
-<< /S /GoTo /D (subsection.6.6.3) >>
+<< /S /GoTo /D (subsection.6.5.2) >>
endobj
484 0 obj
-(What to do with messages.xml?)
+(Message Routing)
endobj
485 0 obj
-<< /S /GoTo /D (subsection.6.6.4) >>
+<< /S /GoTo /D (subsection.6.5.3) >>
endobj
488 0 obj
-(Setting and Changing Culture)
+(Message Filtering)
endobj
489 0 obj
-<< /S /GoTo /D (subsection.6.6.5) >>
+<< /S /GoTo /D (section.6.6) >>
endobj
492 0 obj
-(Localizing your Prado application)
+(Internationalization \(I18N\) and Localization \(L10N\))
endobj
493 0 obj
-<< /S /GoTo /D (subsection.6.6.6) >>
+<< /S /GoTo /D (subsection.6.6.1) >>
endobj
496 0 obj
-(Using localize function to translate text within PHP)
+(Separate culture/locale sensitive data)
endobj
497 0 obj
-<< /S /GoTo /D (subsection.6.6.7) >>
+<< /S /GoTo /D (subsection.6.6.2) >>
endobj
500 0 obj
-(Compound Messages)
+(Configuration)
endobj
501 0 obj
-<< /S /GoTo /D (section.6.7) >>
+<< /S /GoTo /D (subsection.6.6.3) >>
endobj
504 0 obj
-(I18N Components)
+(What to do with messages.xml?)
endobj
505 0 obj
-<< /S /GoTo /D (subsection.6.7.1) >>
+<< /S /GoTo /D (subsection.6.6.4) >>
endobj
508 0 obj
-(TTranslate)
+(Setting and Changing Culture)
endobj
509 0 obj
-<< /S /GoTo /D (subsection.6.7.2) >>
+<< /S /GoTo /D (subsection.6.6.5) >>
endobj
512 0 obj
-(TDateFormat)
+(Localizing your Prado application)
endobj
513 0 obj
-<< /S /GoTo /D (subsection.6.7.3) >>
+<< /S /GoTo /D (subsection.6.6.6) >>
endobj
516 0 obj
-(TNumberFormat)
+(Using localize function to translate text within PHP)
endobj
517 0 obj
-<< /S /GoTo /D (subsection.6.7.4) >>
+<< /S /GoTo /D (subsection.6.6.7) >>
endobj
520 0 obj
-(TTranslateParameter)
+(Compound Messages)
endobj
521 0 obj
-<< /S /GoTo /D (subsection.6.7.5) >>
+<< /S /GoTo /D (section.6.7) >>
endobj
524 0 obj
-(TChoiceFormat)
+(I18N Components)
endobj
525 0 obj
-<< /S /GoTo /D (section.6.8) >>
+<< /S /GoTo /D (subsection.6.7.1) >>
endobj
528 0 obj
-(Error Handling and Reporting)
+(TTranslate)
endobj
529 0 obj
-<< /S /GoTo /D (subsection.6.8.1) >>
+<< /S /GoTo /D (subsection.6.7.2) >>
endobj
532 0 obj
-(Exception Classes)
+(TDateFormat)
endobj
533 0 obj
-<< /S /GoTo /D (subsection.6.8.2) >>
+<< /S /GoTo /D (subsection.6.7.3) >>
endobj
536 0 obj
-(Raising Exceptions)
+(TNumberFormat)
endobj
537 0 obj
-<< /S /GoTo /D (subsection.6.8.3) >>
+<< /S /GoTo /D (subsection.6.7.4) >>
endobj
540 0 obj
-(Error Capturing and Reporting)
+(TTranslateParameter)
endobj
541 0 obj
-<< /S /GoTo /D (subsection.6.8.4) >>
+<< /S /GoTo /D (subsection.6.7.5) >>
endobj
544 0 obj
-(Customizing Error Display)
+(TChoiceFormat)
endobj
545 0 obj
-<< /S /GoTo /D (section.6.9) >>
+<< /S /GoTo /D (section.6.8) >>
endobj
548 0 obj
-(Performance Tuning)
+(Error Handling and Reporting)
endobj
549 0 obj
-<< /S /GoTo /D (subsection.6.9.1) >>
+<< /S /GoTo /D (subsection.6.8.1) >>
endobj
552 0 obj
-(Caching)
+(Exception Classes)
endobj
553 0 obj
-<< /S /GoTo /D (subsection.6.9.2) >>
+<< /S /GoTo /D (subsection.6.8.2) >>
endobj
556 0 obj
-(Using pradolite.php)
+(Raising Exceptions)
endobj
557 0 obj
-<< /S /GoTo /D (subsection.6.9.3) >>
+<< /S /GoTo /D (subsection.6.8.3) >>
endobj
560 0 obj
-(Changing Application Mode)
+(Error Capturing and Reporting)
endobj
561 0 obj
-<< /S /GoTo /D (subsection.6.9.4) >>
+<< /S /GoTo /D (subsection.6.8.4) >>
endobj
564 0 obj
-(Reducing Page Size)
+(Customizing Error Display)
endobj
565 0 obj
-<< /S /GoTo /D (subsection.6.9.5) >>
+<< /S /GoTo /D (section.6.9) >>
endobj
568 0 obj
-(Other Techniques)
+(Performance Tuning)
endobj
569 0 obj
-<< /S /GoTo /D [570 0 R /FitH ] >>
+<< /S /GoTo /D (subsection.6.9.1) >>
+endobj
+572 0 obj
+(Caching)
+endobj
+573 0 obj
+<< /S /GoTo /D (subsection.6.9.2) >>
+endobj
+576 0 obj
+(Using pradolite.php)
+endobj
+577 0 obj
+<< /S /GoTo /D (subsection.6.9.3) >>
+endobj
+580 0 obj
+(Changing Application Mode)
+endobj
+581 0 obj
+<< /S /GoTo /D (subsection.6.9.4) >>
+endobj
+584 0 obj
+(Reducing Page Size)
+endobj
+585 0 obj
+<< /S /GoTo /D (subsection.6.9.5) >>
+endobj
+588 0 obj
+(Other Techniques)
+endobj
+589 0 obj
+<< /S /GoTo /D [590 0 R /FitH ] >>
endobj
-572 0 obj <<
+592 0 obj <<
/Length 396
/Filter /FlateDecode
>>
stream
xڍRMo1 1v>},EDa$ö,+
-J8)ZEB#Ml GF)+4{ͼ^т$}&#3Ya9S_`BU!HlrMb8B _ , q=:JYlNA[~#4fopB}\ #ZÈjV2DRoG "sBu<u'niwѬb?vwOߜc#5CT B;y7Mil cnW=Xzz?tYL);(@(
-r%PR
+J8)ZEB#Ml GF)+4{ͼ^т$}&#3Ya9S_`BU!HlrMb8B _ , q=:JYlNA[~#4fopB}\ #ZÈjV2DRoG "sBu<u'niwѬb?vwOߜc#5CT B;y7Mi+ma̭~jrw \^'.8I vuEySBnUJt/>.(I2b|L^5; [(P_~7>6kбO I>rendstream
endobj
-570 0 obj <<
+590 0 obj <<
/Type /Page
-/Contents 572 0 R
-/Resources 571 0 R
+/Contents 592 0 R
+/Resources 591 0 R
/MediaBox [0 0 612 792]
-/Parent 590 0 R
+/Parent 610 0 R
>> endobj
-573 0 obj <<
-/D [570 0 R /XYZ 99.213 706.052 null]
+593 0 obj <<
+/D [590 0 R /XYZ 99.213 706.052 null]
>> endobj
-574 0 obj <<
-/D [570 0 R /XYZ 99.213 688.052 null]
+594 0 obj <<
+/D [590 0 R /XYZ 99.213 688.052 null]
>> endobj
-571 0 obj <<
-/Font << /F19 577 0 R /F20 580 0 R /F27 583 0 R /F29 586 0 R /F36 589 0 R >>
+591 0 obj <<
+/Font << /F19 597 0 R /F20 600 0 R /F27 603 0 R /F29 606 0 R /F36 609 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-593 0 obj <<
-/Length 1171
+613 0 obj <<
+/Length 1193
/Filter /FlateDecode
>>
stream
-xMo6:J7yZl-n5C&Bc{a+;HĉCAzygڴFykEjɊ.n+IB+-V?~@m[" %V뛿w-Ӳm%\;U_׿^_C֒( Dvx{7X wN+TpbJR/A HF czͤ-0HK;H\[75hHI1Mbp6]΀{i:п$ZiY )!\Mc$ʭ"<LGԹD2Y~v=Zq?mofN=Ԋ+24F(װA}\3MG(+{wr5n;\y8sjp}Vܧ94ǤAe<HkKjzxgIޒZX w`y,^=X0Ak€ĕ2~1lBY+6/`c;
-@+{*pH/OSܻox 5?i4ּb-8h0Cg#C4NhD*<Ҙp:0҈ us\_؍0K@ ȇʪa4n}fC"
-4oHu5$L1R/<7%¹!y{”wk'd=]Ь1glР~2 يU<[,Bf+51(`442-->ϙ]HCѬ
+xM6+tboTkM `x]#vakw(Ec[l ؃e5!E0 (HVl/^!$*^YK&hlQG#<_]tImS" %V勊]iU[մw_.^N!wI EvԽn K,| wNڌ*8vj%$1=qͤ-2ufڑ:vWz75hHI3 K3Ş&%.M;.$*Vb{ACD_r(0վh%$.*jdz憗kgN=Ԋ(C/i4*
+7 h0O ~E_H#
+@"фss.\F1N @ε@*Qn.@ssàcQm&n!9kjʲ! +=c#zcC|>onE
+v){a9b43KJ"`~Z>(><Gis]a]vd@eحn6\"PXscC? HGNaDg;sO zN\`hy벲|u n qJd~
+G8nFd~ 8ʳKOg80vJk=g;C'L_8: ¦Ĩos8GOY4G`<Qc5HPA
+v #lyPyP1?P T8(XGD7Ƿ,)tm;C)Mhb(5~Wm/[d|R'Bb%w<^LRbl7H0L*{gD#**,Hӆ,vذmb6,G^f%{;endstream
endobj
-592 0 obj <<
+612 0 obj <<
/Type /Page
-/Contents 593 0 R
-/Resources 591 0 R
+/Contents 613 0 R
+/Resources 611 0 R
/MediaBox [0 0 612 792]
-/Parent 590 0 R
-/Annots [ 595 0 R 599 0 R 600 0 R 601 0 R 602 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R ]
+/Parent 610 0 R
+/Annots [ 615 0 R 619 0 R 620 0 R 621 0 R 622 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R ]
>> endobj
-595 0 obj <<
+615 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 504.666 144.987 513.577]
/Subtype /Link
/A << /S /GoTo /D (section*.1) >>
>> endobj
-599 0 obj <<
+619 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 468.23 137.423 477.141]
/Subtype /Link
/A << /S /GoTo /D (chapter*.3) >>
>> endobj
-600 0 obj <<
+620 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 431.793 136.76 440.704]
/Subtype /Link
/A << /S /GoTo /D (chapter*.4) >>
>> endobj
-601 0 obj <<
+621 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 393.419 194.598 404.267]
/Subtype /Link
/A << /S /GoTo /D (chapter.1) >>
>> endobj
-602 0 obj <<
+622 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 368.995 335.853 379.844]
/Subtype /Link
/A << /S /GoTo /D (section.1.1) >>
>> endobj
-606 0 obj <<
+626 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 346.51 217.685 355.421]
/Subtype /Link
/A << /S /GoTo /D (section.1.2) >>
>> endobj
-607 0 obj <<
+627 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 320.149 219.069 330.997]
+/Rect [136.074 320.149 235.673 330.997]
/Subtype /Link
-/A << /S /GoTo /D (section.1.3) >>
+/A << /S /GoTo /D (subsection.1.2.1) >>
>> endobj
-608 0 obj <<
+628 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 285.65 184.643 294.561]
+/Rect [136.074 297.663 290.883 306.574]
/Subtype /Link
-/A << /S /GoTo /D (chapter.2) >>
+/A << /S /GoTo /D (subsection.1.2.2) >>
>> endobj
-609 0 obj <<
+629 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 261.226 192.363 270.137]
+/Rect [113.16 271.303 219.069 282.151]
/Subtype /Link
-/A << /S /GoTo /D (section.2.1) >>
+/A << /S /GoTo /D (section.1.3) >>
>> endobj
-610 0 obj <<
+630 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 234.866 192.363 245.604]
+/Rect [98.216 236.803 184.643 245.714]
/Subtype /Link
-/A << /S /GoTo /D (section.2.2) >>
+/A << /S /GoTo /D (chapter.2) >>
>> endobj
-611 0 obj <<
+631 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 210.443 268.439 221.18]
+/Rect [113.16 212.38 192.363 221.291]
/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2.1) >>
+/A << /S /GoTo /D (section.2.1) >>
>> endobj
-612 0 obj <<
+632 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 186.02 252.887 196.757]
+/Rect [113.16 186.02 192.363 196.757]
/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2.2) >>
+/A << /S /GoTo /D (section.2.2) >>
>> endobj
-613 0 obj <<
+633 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.597 222.362 172.334]
+/Rect [136.074 161.597 268.439 172.334]
/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2.3) >>
+/A << /S /GoTo /D (subsection.2.2.1) >>
>> endobj
-614 0 obj <<
+634 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 137.174 279.592 147.911]
+/Rect [136.074 137.174 252.887 147.911]
/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2.4) >>
+/A << /S /GoTo /D (subsection.2.2.2) >>
>> endobj
6 0 obj <<
-/D [592 0 R /XYZ 99.213 688.052 null]
+/D [612 0 R /XYZ 99.213 688.052 null]
>> endobj
-594 0 obj <<
-/D [592 0 R /XYZ 99.213 542.1 null]
+614 0 obj <<
+/D [612 0 R /XYZ 99.213 542.1 null]
>> endobj
-591 0 obj <<
-/Font << /F19 577 0 R /F39 598 0 R /F8 605 0 R >>
+611 0 obj <<
+/Font << /F19 597 0 R /F39 618 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-617 0 obj <<
-/Length 1823
+637 0 obj <<
+/Length 1856
/Filter /FlateDecode
>>
stream
-xKo6:SdoGw[MDkc8[ChJ-TbKόrH%1Q^T"d,6p
-$F둛+AK+V{xɻHM TVJUƪ_\}. |7 񊛻_劖-^KfIo^tiLM,W,?˜O9JARC8 2;z "Jy"'#)@yE
-^( | (&".N+f;0\"8A8'Eu1
-
-pn#*Vՠ8ybcEjż,B1
-+A⁍wZO~o7qdݑ<TTߑ4XpLhbXuNX2{
-LLPxK!ׄWD m<k3M}A$>0ɞl&+ ]E3Iah-~/ەDO!\z`3r?R1&/}52N$"x$7LDL v96÷k~5MDgJAܪ9}q,pGO_9X:vp1os e=~ @NO`>vpX D>Gfd SrX2{LLxQsq(XG$@;nJn>«m3iX|STϬX"3,mnդ:^w{uqy<<4XX98Cd1N #ˆxY@uX c W
+xMs6<J7[ӤM:Mۉ=A#3Meӕt_VI,׻vIҢ/ZXK.)%+6geqg?A!$*<qrō&b4*pgWA.QSI҆֩_\}),6/.Q/adI|TO
+>.nכng.ZQ•*:L/
+\ɲt߄OoŹ Z"%HzV\zDISHx4|J_$߷r̢ 7Kfsx޹?]r
+$1AE JI$C.)q&hIGRGRChj$uA%:WJ
+՜8:󣈃 AS_l>j?7"Q]w-hE6@hW
+dT]mLyuU/./U5^RljkD^T'Calv03;sF[FXr%c$027nut?~ܸX;xVh+$1A4#P{1?)T3byk9D6syY0r$ IӲu;+KXl7~BcRPB{z>$|,4,|qײj I-˯P" ׻Y5Rb`0F1h@DP KE1|vpx٤RK9֤DL&j<
+pfgyܟ ^SH nB>ik]%iheYZo3
+VE 7`hO |ކvxK $ 2;ףeWq-Xs$9.{ X.'$#0̡#"5lk͌"Oƺ]v)BK@BgX+ȅhi_UbEIFIu4og6>1'"8`aGxҨ!HgvhaQfYDI2 2t$%F*7n<SkRhDxWϠAñ ~>vDz߁Nʂx[5) "$V͗}oWϟ;/8+U1x )-eHFIX]>aC;GC͜=†=FI]=NI`-^V~* t} s5F`!GҐ4XZ 4e*ABQǏvI6xPHb~7NwxOac0# "f( -5GϠIu[窯!S@j5Y[qb~:=Ѻx `h][|fv`xv/î \N*#Anstfbendstream
endobj
-616 0 obj <<
+636 0 obj <<
/Type /Page
-/Contents 617 0 R
-/Resources 615 0 R
+/Contents 637 0 R
+/Resources 635 0 R
/MediaBox [0 0 612 792]
-/Parent 590 0 R
-/Annots [ 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R ]
+/Parent 610 0 R
+/Annots [ 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R ]
>> endobj
-619 0 obj <<
+639 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.074 675.156 222.362 685.894]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.2.3) >>
+>> endobj
+640 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.074 650.702 279.592 661.44]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.2.4) >>
+>> endobj
+641 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 677.093 174.956 686.004]
+/Rect [113.16 628.186 174.956 637.097]
/Subtype /Link
/A << /S /GoTo /D (section.2.3) >>
>> endobj
-620 0 obj <<
+642 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 653.106 225.351 662.017]
+/Rect [136.074 603.732 225.351 612.643]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.1) >>
>> endobj
-621 0 obj <<
+643 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 629.119 263.79 638.03]
+/Rect [136.074 579.278 263.79 588.189]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.2) >>
>> endobj
-622 0 obj <<
+644 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 603.195 254.16 613.933]
+/Rect [136.074 552.887 254.16 563.625]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.3) >>
>> endobj
-623 0 obj <<
+645 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 581.146 292.848 590.057]
+/Rect [136.074 530.371 292.848 539.282]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.4) >>
>> endobj
-624 0 obj <<
+646 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 555.221 162.891 565.959]
+/Rect [113.16 503.98 162.891 514.717]
/Subtype /Link
/A << /S /GoTo /D (section.2.4) >>
>> endobj
-625 0 obj <<
+647 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 533.172 210.684 542.083]
+/Rect [136.074 481.463 210.684 490.374]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.4.1) >>
>> endobj
-626 0 obj <<
+648 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 507.247 235.867 518.096]
+/Rect [136.074 455.072 235.867 465.921]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.4.2) >>
>> endobj
-627 0 obj <<
+649 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 485.198 174.652 494.109]
+/Rect [113.16 432.556 174.652 441.467]
/Subtype /Link
/A << /S /GoTo /D (section.2.5) >>
>> endobj
-628 0 obj <<
+650 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 459.273 240.71 470.122]
+/Rect [136.074 406.165 240.71 417.013]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.1) >>
>> endobj
-629 0 obj <<
+651 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 435.287 246.3 446.135]
+/Rect [136.074 381.711 246.3 392.559]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.2) >>
>> endobj
-630 0 obj <<
+652 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 413.237 237.029 422.148]
+/Rect [136.074 359.195 237.029 368.106]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.3) >>
>> endobj
-631 0 obj <<
+653 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 389.25 267.332 398.161]
+/Rect [136.074 334.741 267.332 343.652]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.4) >>
>> endobj
-632 0 obj <<
+654 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 365.263 243.671 374.174]
+/Rect [136.074 310.287 243.671 319.198]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.5) >>
>> endobj
-633 0 obj <<
+655 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 341.276 172.743 350.076]
+/Rect [113.16 285.833 172.743 294.634]
/Subtype /Link
/A << /S /GoTo /D (section.2.6) >>
>> endobj
-634 0 obj <<
+656 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 315.352 224.908 326.089]
+/Rect [136.074 259.442 224.908 270.18]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.6.1) >>
>> endobj
-635 0 obj <<
+657 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 291.365 192.64 302.213]
+/Rect [113.16 234.989 192.64 245.837]
/Subtype /Link
/A << /S /GoTo /D (section.2.7) >>
>> endobj
-636 0 obj <<
+658 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 267.378 270.902 278.115]
+/Rect [136.074 210.535 270.902 221.272]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.1) >>
>> endobj
-637 0 obj <<
+659 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 243.391 276.077 254.239]
+/Rect [136.074 186.081 276.077 196.929]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.2) >>
>> endobj
-638 0 obj <<
+660 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 219.404 265.617 230.252]
+/Rect [136.074 161.627 265.617 172.476]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.3) >>
>> endobj
-639 0 obj <<
+661 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 195.417 229.142 206.265]
+/Rect [113.16 137.174 229.142 148.022]
/Subtype /Link
/A << /S /GoTo /D (section.2.8) >>
>> endobj
-640 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 171.43 247.449 182.278]
-/Subtype /Link
-/A << /S /GoTo /D (section.2.9) >>
->> endobj
-641 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 137.174 188.518 148.022]
-/Subtype /Link
-/A << /S /GoTo /D (chapter.3) >>
->> endobj
-618 0 obj <<
-/D [616 0 R /XYZ 99.213 706.052 null]
+638 0 obj <<
+/D [636 0 R /XYZ 99.213 706.052 null]
>> endobj
-615 0 obj <<
-/Font << /F8 605 0 R /F39 598 0 R >>
+635 0 obj <<
+/Font << /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-644 0 obj <<
-/Length 1752
+664 0 obj <<
+/Length 1706
/Filter /FlateDecode
>>
stream
-xMo7{\{5GRh!Զ GI\rH٢@c lIjXC5DQM+\ÕﮘWH3.%׼#F
-kbrO ג:vla3  掆+o:1 v33&Iq/A(Ɖ[-"f[avpξ!y Bs;759D% Is2iNoL㝉T8S.ܛXCPRpREv;G«0)ú1saIw*qdϠJF̢ j &V&H<mj&.nfQJy U9qDY[^X#zqN@d[J%aIBx*cqjo'vt-8P'.H‘z8MX,B"y/ $!2n^څݬ=rXouM3cj0baDaIJ-QSBc I`F0~y:l'i6e2rw^< .lK
-K.Uҝnv%&9MȤ`>F&&&zG&`ɶIS>H&g{|GjbN`VwS+xD
-y:3<"zVN&Hna /tG:t:XGzqplKi09$ܺ%פ3M$ (J9hF㜀ɶ> ݦr`>3]SΫf{݂p#$Qai07;ǩczM8}Jm<UhSއ =4V Z7^`&d`$endstream
+xMs6<Amtܩ'խAqUJ.
+^y{CBP%ȋ3AKg&J+Ԕ
+B:ɺ!7o~l2?ͳ_XrFT1%c[x?wL*[j _fb,tü̈́$ȣ$;VI"*tGYUԙO^=9Ha5B'AR8E6P D*q9SYgRP"d;'x1SoiS,04pnКesijjgޭyz}<Y`f/
+'xzԓ+*Eh 摉(ϱ3^KMC$~9'Z7h Vbʢeq^4<_n6Yֶ?L`n!,;j0s 28뙻&0P,Hb8^Λ3@z=Jh>MPq (+&E~T̠2⤭; h|zJFhkAH4̡+K"LOb:qZED$D5N$2KbX/Mm4 <bDJEDZ ՌК^u|H<| i᫒!&GJ/mӫ Ը M0^5|1X;ӺC4!Sa:qZ eC$ڴPI Eݫ#FhfAȢh0 v=ߎ_repO,ڴ2)jZeI,j/`خvoye,YXvh|| ˛G/8'CM,"uF+1I1^ E* <ٳhW ٣ɰ48-*I)mbdp|$R@>^k֧}e|]CU< 쌁3[|kH< 9mZJFUI ˦Ԥug߬H\h(`L^kȘ<2 oK, u"~4!m"FI r <TeAH6 Py7QdSpOvc̋QuQ'Dx1Z@%<i>`,35Ԋ *u;ʩn"3˓3J6ͼgB9^T_%B+stMN$~r3<'N]79hZktBt& ~af An3<q?bhқYĎ f]D_ED$qphpLSc{8' {߰mFĕ%ҏ%j0' mD+gaP=HP7JPZI
+J ݍVoF `Hq4@W∰۳p,"ѦHEJ$±h`J Lg#^+i,|wX"cE8V`Y9,M
endobj
-643 0 obj <<
+663 0 obj <<
/Type /Page
-/Contents 644 0 R
-/Resources 642 0 R
+/Contents 664 0 R
+/Resources 662 0 R
/MediaBox [0 0 612 792]
-/Parent 590 0 R
-/Annots [ 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R ]
+/Parent 610 0 R
+/Annots [ 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R ]
>> endobj
-646 0 obj <<
+666 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.16 675.156 247.449 686.004]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.9) >>
+>> endobj
+667 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [98.216 638.535 188.518 649.383]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+668 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 675.156 241.9 686.004]
+/Rect [113.16 614.075 241.9 624.923]
/Subtype /Link
/A << /S /GoTo /D (section.3.1) >>
>> endobj
-647 0 obj <<
+669 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 651.169 216.052 662.017]
+/Rect [113.16 589.615 216.052 600.463]
/Subtype /Link
/A << /S /GoTo /D (section.3.2) >>
>> endobj
-648 0 obj <<
+670 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 627.182 243.893 637.92]
+/Rect [136.074 565.155 243.893 575.892]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.1) >>
>> endobj
-649 0 obj <<
+671 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 603.195 270.487 614.044]
+/Rect [136.074 540.695 270.487 551.543]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.2) >>
>> endobj
-650 0 obj <<
+672 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 579.208 235.867 589.946]
+/Rect [136.074 516.235 235.867 526.972]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.3) >>
>> endobj
-651 0 obj <<
+673 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 555.221 219.927 566.07]
+/Rect [113.16 491.775 219.927 502.623]
/Subtype /Link
/A << /S /GoTo /D (section.3.3) >>
>> endobj
-652 0 obj <<
+674 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 531.234 270.598 541.972]
+/Rect [136.074 467.315 270.598 478.052]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.3.1) >>
>> endobj
-653 0 obj <<
+675 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 507.247 223.801 518.096]
+/Rect [113.16 442.855 223.801 453.703]
/Subtype /Link
/A << /S /GoTo /D (section.3.4) >>
>> endobj
-654 0 obj <<
+676 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 483.26 274.389 493.998]
+/Rect [136.074 418.395 274.389 429.132]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.4.1) >>
>> endobj
-655 0 obj <<
+677 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 459.273 255.765 470.122]
+/Rect [113.16 393.935 255.765 404.783]
/Subtype /Link
/A << /S /GoTo /D (section.3.5) >>
>> endobj
-656 0 obj <<
+678 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 435.287 226.015 446.135]
+/Rect [113.16 369.475 226.015 380.323]
/Subtype /Link
/A << /S /GoTo /D (section.3.6) >>
>> endobj
-657 0 obj <<
+679 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 402.968 157.807 411.879]
+/Rect [98.216 334.791 157.807 343.702]
/Subtype /Link
/A << /S /GoTo /D (chapter.4) >>
>> endobj
-658 0 obj <<
+680 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 378.981 218.986 387.892]
+/Rect [113.16 310.331 218.986 319.242]
/Subtype /Link
/A << /S /GoTo /D (section.4.1) >>
>> endobj
-659 0 obj <<
+681 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 353.056 240.959 363.905]
+/Rect [113.16 283.934 240.959 294.782]
/Subtype /Link
/A << /S /GoTo /D (section.4.2) >>
>> endobj
-660 0 obj <<
+682 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 331.007 201.357 339.918]
+/Rect [136.074 261.411 201.357 270.322]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.1) >>
>> endobj
-661 0 obj <<
+683 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 305.082 223.801 315.931]
+/Rect [136.074 235.014 223.801 245.862]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.2) >>
>> endobj
-662 0 obj <<
+684 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 281.095 203.433 291.833]
+/Rect [136.074 210.554 203.433 221.291]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.3) >>
>> endobj
-663 0 obj <<
+685 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 259.046 201.357 267.957]
+/Rect [136.074 188.031 201.357 196.942]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.4) >>
>> endobj
-664 0 obj <<
+686 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 235.059 201.219 243.97]
+/Rect [136.074 163.571 201.219 172.482]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.5) >>
>> endobj
-665 0 obj <<
+687 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 211.072 214.088 219.872]
+/Rect [136.074 139.111 214.088 147.911]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.6) >>
>> endobj
-666 0 obj <<
+665 0 obj <<
+/D [663 0 R /XYZ 99.213 706.052 null]
+>> endobj
+662 0 obj <<
+/Font << /F8 625 0 R /F39 618 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+690 0 obj <<
+/Length 1792
+/Filter /FlateDecode
+>>
+stream
+xMs68J$jcɡxzTWSJeM} $r459H_n% 8Gİ2-ȇ#7p
+%4宁 i Ғ05р?wKC79%ZHDꗙ+=|8vw_xy}4.!3=
+6I3ʭB3_sQ89$[sE2XIO4#WDpqAR JadڄQQ48J0T^φxTIlG^=C;=[e6>(s 7f?8Q NSnl/o$;xk!9th}1E(}Q|x~_ o7viwHI27cEޣXr\#pGb=C;'HDI%Q[FI#/>b,m B)l5X@=R ӡ@̛摥rcӚZ
+Ms)za|%DfE$Dͪ,"ަDYEX|}a](C&[y35X8BY|CqWO oڇj"N&J;PQaJ`1 oɫ't`%\]^q5)m)c8wQx&lBsTiy m`uH;Y9m*yRR`dɭEˆPwQi$G4^F4y0ME$ @6C9uIҢbsY-zc:f!封<n,#Yxg8{p"gxh'
+
+$^0_Ȗu VE̴$ɜ1,2@B"{{tH:9mM؆EEܱz?'+fTt
+$4Py~$G)X WTXC\MoTt$lMƆ{1lC[=0h"1|Q( F|Rmj 8$oq `6qj",'65I:&I8l<QmVB4dnD  ||XO<5"t/ XoSa@JIX2j.HfgA'>3g>O"t|/N`>ϧ|,:ʸLOwK !J~tMi$'k
+endobj
+689 0 obj <<
+/Type /Page
+/Contents 690 0 R
+/Resources 688 0 R
+/MediaBox [0 0 612 792]
+/Parent 610 0 R
+/Annots [ 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R ]
+>> endobj
+692 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 187.085 207.999 195.885]
+/Rect [136.074 677.093 207.999 685.894]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.7) >>
>> endobj
-667 0 obj <<
+693 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 163.098 227.786 172.009]
+/Rect [136.074 652.64 227.786 661.551]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.8) >>
>> endobj
-668 0 obj <<
+694 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 137.174 234.29 147.911]
+/Rect [136.074 626.249 234.29 636.986]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.9) >>
>> endobj
-645 0 obj <<
-/D [643 0 R /XYZ 99.213 706.052 null]
->> endobj
-642 0 obj <<
-/Font << /F8 605 0 R /F39 598 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-671 0 obj <<
-/Length 1806
-/Filter /FlateDecode
->>
-stream
-xKs68Jxj1I^:=h"ԶRYNo \I,MvW˟% 8G0MY# Fn J4; Dž i Ғ0hDɻLͥ62՗߼7$Qqes>lЪ]_~?fv./^^tNFa' m/:_4\E/ pE2XzIO#WDpqF=FR-5J`j﷗=~q(LĨSnl/i >$}8J GE
-moa)ؑ(LP%^8'EZON T EM-LQ#,Z"$J3%soЦpfޒ"qa, a!E/%YcItb=C;E[egQ>B5 bd,֋݇:dR1ʸ%1Q#N^8'wH2vp0ok`4
-r%w2q7TIM)[ OZ%*i_=C;?W6?ɩ/J2Tئ݄"|R(*9-@~y\\#aG^=C;GCM%iDɋ&wx뛒uXH)Ni &i`sH;9"*˧BN9*ZUl[9[z
-7޿@YA9|(AbK`f̹D{ށpY JKCI5Ba>zR\v* w?XP5ɂ5X;5@KTZ=QC;*mIIFEIvWKx:,0E.ILRˢꘫQ䦣#!ަRe%IF١}ywU+oH1$s^(fP8G[ IX[=aC;ᒊ*nC=i
-%Iۡy|![ 3x*b͹cdNǘE PȞ㺮tHvp0okԌrN$^=>wGkZètd
-,4K#:Y
-ŎzvuUoS 5%IƜN0лѷw
- w ًHf;8m1oOI+wR~tUy Y>Z8ojendstream
-endobj
-670 0 obj <<
-/Type /Page
-/Contents 671 0 R
-/Resources 669 0 R
-/MediaBox [0 0 612 792]
-/Parent 590 0 R
-/Annots [ 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R ]
->> endobj
-673 0 obj <<
+695 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 677.093 220.729 686.004]
+/Rect [136.074 603.732 220.729 612.643]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.10) >>
>> endobj
-674 0 obj <<
+696 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 652.64 233.598 661.551]
+/Rect [136.074 579.278 233.598 588.189]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.11) >>
>> endobj
-675 0 obj <<
+697 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 628.186 195.076 637.097]
+/Rect [113.16 554.825 195.076 563.736]
/Subtype /Link
/A << /S /GoTo /D (section.4.3) >>
>> endobj
-676 0 obj <<
+698 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 603.732 210.96 612.532]
+/Rect [136.074 530.371 210.96 539.171]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.1) >>
>> endobj
-677 0 obj <<
+699 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 577.341 241.014 588.079]
+/Rect [136.074 503.98 241.014 514.717]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.2) >>
>> endobj
-678 0 obj <<
+700 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 554.825 237.527 563.736]
+/Rect [136.074 481.463 237.527 490.374]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.3) >>
>> endobj
-679 0 obj <<
+701 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 530.371 250.396 539.282]
+/Rect [136.074 457.01 250.396 465.921]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.4) >>
>> endobj
-680 0 obj <<
+702 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 505.917 220.37 514.828]
+/Rect [136.074 432.556 220.37 441.467]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.5) >>
>> endobj
-681 0 obj <<
+703 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 481.463 223.109 490.374]
+/Rect [113.16 408.102 223.109 417.013]
/Subtype /Link
/A << /S /GoTo /D (section.4.4) >>
>> endobj
-682 0 obj <<
+704 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 455.072 278.762 465.921]
+/Rect [136.074 381.711 278.762 392.559]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.1) >>
>> endobj
-683 0 obj <<
+705 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 430.619 298.549 441.467]
+/Rect [136.074 357.257 298.549 368.106]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.2) >>
>> endobj
-684 0 obj <<
+706 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 408.102 277.904 417.013]
+/Rect [136.074 334.741 277.904 343.652]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.3) >>
>> endobj
-685 0 obj <<
+707 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 381.711 256.899 392.559]
+/Rect [136.074 308.35 256.899 319.198]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.4) >>
>> endobj
-686 0 obj <<
+708 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 359.195 251.392 368.106]
+/Rect [136.074 285.833 251.392 294.744]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.5) >>
>> endobj
-687 0 obj <<
+709 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 332.804 263.79 343.652]
+/Rect [136.074 259.442 263.79 270.291]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.6) >>
>> endobj
-688 0 obj <<
+710 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 308.35 184.449 319.087]
+/Rect [113.16 234.989 184.449 245.726]
/Subtype /Link
/A << /S /GoTo /D (section.4.5) >>
>> endobj
-689 0 obj <<
+711 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 285.833 183.508 294.634]
+/Rect [113.16 212.472 183.508 221.272]
/Subtype /Link
/A << /S /GoTo /D (section.4.6) >>
>> endobj
-690 0 obj <<
+712 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 261.38 223.428 270.291]
+/Rect [113.16 188.018 223.428 196.929]
/Subtype /Link
/A << /S /GoTo /D (section.4.7) >>
>> endobj
-691 0 obj <<
+713 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 236.926 208.193 245.837]
+/Rect [136.074 163.565 208.193 172.476]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.7.1) >>
>> endobj
-692 0 obj <<
+714 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 210.535 218.986 221.383]
+/Rect [136.074 137.174 218.986 148.022]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.7.2) >>
>> endobj
-693 0 obj <<
+691 0 obj <<
+/D [689 0 R /XYZ 99.213 706.052 null]
+>> endobj
+688 0 obj <<
+/Font << /F8 625 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+717 0 obj <<
+/Length 1856
+/Filter /FlateDecode
+>>
+stream
+xr6~
+.ŅHݹΥLL4N(RFR4O߃
+
+X5L x:<;c^!yEx\9o}~%/5 ԍ"TGOUۢX)+$iHf3&8Tr5klkpPiE8E5p$N9Jr^QjHO?^+& ArkbPDp i}k6+AƦS$lJf.B|˾w.+Rs^PAR͛/\>l&{Xx|((Ѝ8*kšQ+p
+Xw
+ȅ2x)}`>lZ{X$E|} }Sx$M| ~:npa(ޘam;7pf;jOQSDC.1uE$So,X6?Vn
+S7Q[0Hsu2&tt5Abs͡mW̲T
+>gPJSH k A]T V+6Af
+endobj
+716 0 obj <<
+/Type /Page
+/Contents 717 0 R
+/Resources 715 0 R
+/MediaBox [0 0 612 792]
+/Parent 610 0 R
+/Annots [ 719 0 R 720 0 R 721 0 R 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 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R ]
+>> endobj
+719 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 188.018 199.199 196.819]
+/Rect [136.074 677.093 199.199 685.894]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.7.3) >>
>> endobj
-694 0 obj <<
+720 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.627 246.618 172.476]
+/Rect [136.074 650.696 246.618 661.544]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.7.4) >>
>> endobj
-695 0 obj <<
+721 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 139.111 227.302 148.022]
+/Rect [113.16 628.173 227.302 637.084]
/Subtype /Link
/A << /S /GoTo /D (section.4.8) >>
>> endobj
-672 0 obj <<
-/D [670 0 R /XYZ 99.213 706.052 null]
->> endobj
-669 0 obj <<
-/Font << /F8 605 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-698 0 obj <<
-/Length 1868
-/Filter /FlateDecode
->>
-stream
-xMs6<R!'v&NNؚRF6 AXyNxrD.]Eha auH%Yqq{VWp
-$F牛Kk¹.&FԔפც5U?]=y }$^D-bIo .mKy^vݾZrbu4$#.zۣxZRVUGsϋҽI
-
-/@bMGmf$T^xBtpHv
-C6of
-=H<tq "9|s@[ ߯//vo-w;{C'
- &ڈ"ruy!'1|[C#w İ(BLf
- ;JMH`sqC&6aWwk09D)1;`3xa8D#m=C <0%^|8䥨_TL%ջCޮx/ȉ 'e
-zU@^`>|i;9,5A$xC0dnB@.-H:~4.o]ݦ[H:kЅR&";k0DoF
-"D#sHL",cx-$l;: m/HWj}l\:^l: nkN4WEݘ[j c{)#|v38"ֆ=geϵ]k*O %hl jadQ@]q5Wҏݒ&Wse3FgpM;8d'iǽ_S ?L\KGr#IۙF1 ^ڼs:AinB}cwڎSHF+`B+E=p fb>i;'@D K"ke=pFhŋıW^?|Lvܳ!aǴ.H"xI^(̸kUDv&N9㫹ؗjΑEH ٴ@Lq$"0#W~uutߟ v[6Ǿ9)"&: 50@bNXzJq7{"Y
-endobj
-697 0 obj <<
-/Type /Page
-/Contents 698 0 R
-/Resources 696 0 R
-/MediaBox [0 0 612 792]
-/Parent 590 0 R
-/Annots [ 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R 722 0 R 723 0 R 724 0 R ]
->> endobj
-700 0 obj <<
+722 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 675.156 253.966 686.004]
+/Rect [136.074 601.776 292.253 612.624]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.8.1) >>
>> endobj
-701 0 obj <<
+723 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 650.696 269.989 661.544]
+/Rect [136.074 577.316 201.524 588.054]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.8.2) >>
>> endobj
-702 0 obj <<
+724 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 626.236 236.836 636.974]
+/Rect [136.074 552.856 199.697 563.594]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.8.3) >>
>> endobj
-703 0 obj <<
+725 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 601.776 266.627 612.624]
+/Rect [136.074 528.396 266.627 539.244]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.8.4) >>
>> endobj
-704 0 obj <<
+726 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.16 503.936 233.93 514.784]
+/Subtype /Link
+/A << /S /GoTo /D (section.4.9) >>
+>> endobj
+727 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.074 479.476 315.845 490.324]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.9.1) >>
+>> endobj
+728 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 565.155 156.311 576.003]
+/Rect [136.074 455.016 294.066 465.864]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.9.2) >>
+>> endobj
+729 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [98.216 418.395 156.311 429.243]
/Subtype /Link
/A << /S /GoTo /D (chapter.5) >>
>> endobj
-705 0 obj <<
+730 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 542.632 286.704 551.543]
+/Rect [113.16 395.872 286.704 404.783]
/Subtype /Link
/A << /S /GoTo /D (section.5.1) >>
>> endobj
-706 0 obj <<
+731 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 518.172 337.791 527.083]
+/Rect [136.074 371.412 337.791 380.323]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.1) >>
>> endobj
-707 0 obj <<
+732 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 491.775 312.303 502.623]
+/Rect [136.074 345.015 312.303 355.863]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.2) >>
>> endobj
-708 0 obj <<
+733 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 467.038 260.856 478.052]
+/Rect [136.074 320.278 260.856 331.292]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.3) >>
>> endobj
-712 0 obj <<
+737 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 444.792 229.889 453.592]
+/Rect [113.16 298.032 229.889 306.832]
/Subtype /Link
/A << /S /GoTo /D (section.5.2) >>
>> endobj
-713 0 obj <<
+738 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 418.395 274.832 429.132]
+/Rect [113.16 271.635 274.832 282.372]
/Subtype /Link
/A << /S /GoTo /D (section.5.3) >>
>> endobj
-714 0 obj <<
+739 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 381.774 199.954 392.622]
+/Rect [98.216 235.014 199.954 245.862]
/Subtype /Link
/A << /S /GoTo /D (chapter.6) >>
>> endobj
-715 0 obj <<
+740 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 359.251 165.63 368.051]
+/Rect [113.16 212.491 165.63 221.291]
/Subtype /Link
/A << /S /GoTo /D (section.6.1) >>
>> endobj
-716 0 obj <<
+741 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 332.854 243.035 343.702]
+/Rect [136.074 186.094 243.035 196.942]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.1) >>
>> endobj
-717 0 obj <<
+742 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 310.331 233.1 319.131]
+/Rect [136.074 163.571 233.1 172.371]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.2) >>
>> endobj
-718 0 obj <<
+743 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 285.871 224.382 294.782]
+/Rect [136.074 139.111 224.382 148.022]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.3) >>
>> endobj
-719 0 obj <<
+718 0 obj <<
+/D [716 0 R /XYZ 99.213 706.052 null]
+>> endobj
+715 0 obj <<
+/Font << /F8 625 0 R /F39 618 0 R /F40 736 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+746 0 obj <<
+/Length 1964
+/Filter /FlateDecode
+>>
+stream
+xIo[7(p_NEE=4=* @zYO_"‘Ѓ~rQiAFanʏg$*8i\3cS+u/Ԅ)}"F8ٳ i,l$*W$".f猱\z]/gkۻ+]dZ^-Q͐2 &$@ct>nL ً q(% (.L LQ+ FԢ:wRg I&G$ Q tvoW
+3SR|P15 k3iAEIKHY SC'&ҝd")G?
+kS)d1[RBFIAa*#zn_-wzX2[x8|
+rwbǴ?OTMKd?{[-ۍ[qׁuk)3{!Q9G8&5
+`f
+sBZ:f XsՇmm[x|v @F&%[Γh^H {I >5:SS$a,$ϲDuzH"B5n@ΤnMS!a=qX- QRJml!nPF4Aҥ%D6Xl#$֦ &IAbt,p'V6aVGvAvkv33XfϠ2X(d#Fa CT{ױ&WC6ё%c1%~=D@d8B&c@ULE,cܭױyKA.o܍#ӱ@h8Z.2?NknR l9&I䴬gw}n="1y;-Ay^~Zes9TAT]$)KuUX]oW麇nhJ NtXfU
+U2ׂI*7rb;Wvyϻtq"Gω|aWv9Q$ gFC5Ф'tt7h㸉k\ DC\;$)@+1nP4hh
+S#할ҝJl8~Ma0m~,ޅ\w&`{b|%# ѷm4$І+s'j 3f &@4h HH,ah:m
+ΈDJ˦pm$ ?q:?VC CF81|ZY\X xq:v&|k
+)p|$K Rendstream
+endobj
+745 0 obj <<
+/Type /Page
+/Contents 746 0 R
+/Resources 744 0 R
+/MediaBox [0 0 612 792]
+/Parent 771 0 R
+/Annots [ 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 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 ]
+>> endobj
+748 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 259.474 284.795 270.322]
+/Rect [136.074 675.156 284.795 686.004]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.4) >>
>> endobj
-720 0 obj <<
+749 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 236.951 225.877 245.862]
+/Rect [113.16 652.64 225.877 661.551]
/Subtype /Link
/A << /S /GoTo /D (section.6.2) >>
>> endobj
-721 0 obj <<
+750 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 212.491 217.602 221.402]
+/Rect [113.16 628.186 217.602 637.097]
/Subtype /Link
/A << /S /GoTo /D (section.6.3) >>
>> endobj
-722 0 obj <<
+751 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 188.031 224.493 196.942]
+/Rect [136.074 603.732 224.493 612.643]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.1) >>
>> endobj
-723 0 obj <<
+752 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.634 271.096 172.482]
+/Rect [136.074 577.341 271.096 588.189]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.2) >>
>> endobj
-724 0 obj <<
+753 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 137.174 231.771 148.022]
+/Rect [136.074 552.887 231.771 563.736]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.3) >>
>> endobj
-699 0 obj <<
-/D [697 0 R /XYZ 99.213 706.052 null]
->> endobj
-696 0 obj <<
-/Font << /F8 605 0 R /F39 598 0 R /F40 711 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-727 0 obj <<
-/Length 1995
-/Filter /FlateDecode
->>
-stream
-xK7 sViNEvIH:^~,٤/hiB
-"i&4^ZY/^^ob"Ab~$LDNgI5,L9Pb1).$1RQqKF63d:S'YUɻӽv *& hA WS v Wc)ErDT
-n 9ǥ!-lr"l 5(5B˔W>Ha"B()7>֎ݔW:B@^DHtU$F3keF<{<Ļ4GB66WRI47h "R+Yȕ_΀JblNk 23Ҵy`PD"ܠpWkmע Y0H"~gf}B)p"ְ\>A AL]z2'D$]=8IQ) $DHnxeo&M
-endobj
-726 0 obj <<
-/Type /Page
-/Contents 727 0 R
-/Resources 725 0 R
-/MediaBox [0 0 612 792]
-/Parent 752 0 R
-/Annots [ 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 ]
->> endobj
-729 0 obj <<
+754 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 675.156 235.839 686.004]
+/Rect [136.074 528.434 235.839 539.282]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.4) >>
>> endobj
-730 0 obj <<
+755 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 650.702 244.75 661.551]
+/Rect [136.074 503.98 244.75 514.828]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.5) >>
>> endobj
-731 0 obj <<
+756 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 628.186 206.975 636.986]
+/Rect [113.16 481.463 206.975 490.264]
/Subtype /Link
/A << /S /GoTo /D (section.6.4) >>
>> endobj
-732 0 obj <<
+757 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 603.732 217.824 612.532]
+/Rect [136.074 457.01 217.824 465.81]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.1) >>
>> endobj
-733 0 obj <<
+758 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 579.278 228.921 588.189]
+/Rect [136.074 432.556 228.921 441.467]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.2) >>
>> endobj
-734 0 obj <<
+759 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 552.887 246.605 563.736]
+/Rect [136.074 406.165 246.605 417.013]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.3) >>
>> endobj
-735 0 obj <<
+760 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 530.371 227.067 539.171]
+/Rect [136.074 383.648 227.067 392.449]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.4) >>
>> endobj
-736 0 obj <<
+761 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 503.98 172.521 514.717]
+/Rect [113.16 357.257 172.521 367.995]
/Subtype /Link
/A << /S /GoTo /D (section.6.5) >>
>> endobj
-737 0 obj <<
+762 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 479.526 277.987 490.264]
+/Rect [136.074 332.804 277.987 343.541]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.5.1) >>
>> endobj
-738 0 obj <<
+763 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 455.072 244.086 465.81]
+/Rect [136.074 308.35 244.086 319.087]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.5.2) >>
>> endobj
-739 0 obj <<
+764 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 430.619 246.605 441.467]
+/Rect [136.074 283.896 246.605 294.744]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.5.3) >>
>> endobj
-740 0 obj <<
+765 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 405.611 366.406 417.567]
+/Rect [113.16 258.889 366.406 270.844]
/Subtype /Link
/A << /S /GoTo /D (section.6.6) >>
>> endobj
-741 0 obj <<
+766 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 381.158 333.667 393.113]
+/Rect [136.074 234.435 333.667 246.39]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.1) >>
>> endobj
-742 0 obj <<
+767 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 357.257 229.751 368.106]
+/Rect [136.074 210.535 229.751 221.383]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.2) >>
>> endobj
-743 0 obj <<
+768 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 332.527 314.073 343.652]
+/Rect [136.074 185.804 314.073 196.929]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.3) >>
>> endobj
-744 0 obj <<
+769 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 308.35 301.704 319.198]
+/Rect [136.074 161.627 301.704 172.476]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.4) >>
>> endobj
-745 0 obj <<
+770 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 283.896 317.782 294.744]
+/Rect [136.074 137.174 317.782 148.022]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.5) >>
>> endobj
-746 0 obj <<
+747 0 obj <<
+/D [745 0 R /XYZ 99.213 706.052 null]
+>> endobj
+744 0 obj <<
+/Font << /F8 625 0 R /F40 736 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+774 0 obj <<
+/Length 1698
+/Filter /FlateDecode
+>>
+stream
+xMs6<J![%nڙG=uz`eF>\Yn.@@?R鴶3qh"MRG<'DI%K۫4YS& 39Zu2c `VNr)W$Up)Mܨ_\Ic%NuL$(rC[M[Z LB~Yle- x3pU>>BXw|rRL.vX긆{ \1,hΓ%H9$*,d<C:%D4 l{ bּ"8)/)U8_N
+Nhtdx֘)kvKIao4m~e}wd8gDdmp&$`}Xn%_.<X ϟC/a/^n ‡dy5)%}1_۩*<g\hs2ٮ;V J,: foClsRn;,۸%űs
+9C!m$B:I@g3o^k'v4 CgI<<~5CB>!1^nK"d(6Ė{9aFl)?M;bP>?endstream
+endobj
+773 0 obj <<
+/Type /Page
+/Contents 774 0 R
+/Resources 772 0 R
+/MediaBox [0 0 612 792]
+/Parent 771 0 R
+/Annots [ 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 ]
+>> endobj
+776 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 259.442 408.829 270.291]
+/Rect [136.074 675.156 408.829 686.004]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.6) >>
>> endobj
-747 0 obj <<
+777 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 234.989 260.884 245.837]
+/Rect [136.074 651.246 260.884 662.094]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.7) >>
>> endobj
-748 0 obj <<
+778 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 210.535 216.717 221.272]
+/Rect [113.16 627.336 216.717 638.073]
/Subtype /Link
/A << /S /GoTo /D (section.6.7) >>
>> endobj
-749 0 obj <<
+779 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 188.018 217.907 196.929]
+/Rect [136.074 605.362 217.907 614.273]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.1) >>
>> endobj
-750 0 obj <<
+780 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 163.565 229.751 172.365]
+/Rect [136.074 581.452 229.751 590.252]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.2) >>
>> endobj
-751 0 obj <<
+781 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 139.111 244.031 148.022]
+/Rect [136.074 557.542 244.031 566.453]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.3) >>
>> endobj
-728 0 obj <<
-/D [726 0 R /XYZ 99.213 706.052 null]
->> endobj
-725 0 obj <<
-/Font << /F8 605 0 R /F40 711 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-755 0 obj <<
-/Length 1252
-/Filter /FlateDecode
->>
-stream
-xK4)|tZ/K:Bbk'+& '`?=-[:S6[sjwMKdCc<QYN2ɒ)KVuIBM#S\'SɝRk`M"\ik݋N <͓ě84'Lh*&SJLiU [(Υ|?a&-bWv.ɯW ,gn ޒ7AD2U<I&SeE}dkY/i
-"’Mؤ|"Z819)3Ùs&tC7[6Ţw`ag+52 s6$&(,鎤b1ss@$aP.oa8<lIC2g୪
-H]h:[ٶ8py&-KCL9ɕT c!Ilg}H;7`~$9^U3N8c.π?HEDl0yPޗ +H~j
-P2@o {Y޹vkL̨$1`Bk
-GPCQ:$I,ڝLh3L&}ɡEdyHcU,͹$q8uv&R?z~ g,m-|(|H;_51:Gs&}*lǿ֞4^?t[
-%E9
-sB$}rC Q
-I@ۏv޼.][7'oa)\[,7]Ʀϒ<>~nl0L%SN%J"̾D#濘0"j SFYÒLg֕ќendstream
-endobj
-754 0 obj <<
-/Type /Page
-/Contents 755 0 R
-/Resources 753 0 R
-/MediaBox [0 0 612 792]
-/Parent 752 0 R
-/Annots [ 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R ]
->> endobj
-757 0 obj <<
+782 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 677.093 263.209 686.004]
+/Rect [136.074 533.631 263.209 542.542]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.4) >>
>> endobj
-758 0 obj <<
+783 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 653.183 238.192 662.094]
+/Rect [136.074 509.721 238.192 518.632]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.5) >>
>> endobj
-759 0 obj <<
+784 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 627.336 270.736 638.184]
+/Rect [113.16 483.874 270.736 494.722]
/Subtype /Link
/A << /S /GoTo /D (section.6.8) >>
>> endobj
-760 0 obj <<
+785 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 603.425 248.016 614.273]
+/Rect [136.074 459.963 248.016 470.811]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.1) >>
>> endobj
-761 0 obj <<
+786 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 579.515 253.08 590.252]
+/Rect [136.074 436.053 253.08 446.79]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.2) >>
>> endobj
-762 0 obj <<
+787 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 555.605 307.349 566.453]
+/Rect [136.074 412.143 307.349 422.991]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.3) >>
>> endobj
-763 0 obj <<
+788 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 531.694 286.926 542.542]
+/Rect [136.074 388.232 286.926 399.08]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.4) >>
>> endobj
-764 0 obj <<
+789 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 507.784 226.541 518.632]
+/Rect [113.16 364.322 226.541 375.17]
/Subtype /Link
/A << /S /GoTo /D (section.6.9) >>
>> endobj
-765 0 obj <<
+790 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 483.874 205.093 494.722]
+/Rect [136.074 340.412 205.093 351.26]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.1) >>
>> endobj
-766 0 obj <<
+791 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 459.686 266.086 470.701]
+/Rect [136.074 316.224 266.086 327.239]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.2) >>
>> endobj
-767 0 obj <<
+792 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 436.053 293.097 446.901]
+/Rect [136.074 292.591 293.097 303.439]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.3) >>
>> endobj
-768 0 obj <<
+793 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 412.143 255.183 422.991]
+/Rect [136.074 268.681 255.183 279.529]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.4) >>
>> endobj
-769 0 obj <<
+794 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 388.232 246.688 399.08]
+/Rect [136.074 244.77 246.688 255.618]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.5) >>
>> endobj
-756 0 obj <<
-/D [754 0 R /XYZ 99.213 706.052 null]
+775 0 obj <<
+/D [773 0 R /XYZ 99.213 706.052 null]
>> endobj
-753 0 obj <<
-/Font << /F8 605 0 R /F40 711 0 R >>
+772 0 obj <<
+/Font << /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-772 0 obj <<
+797 0 obj <<
/Length 127
/Filter /FlateDecode
>>
@@ -2062,21 +2130,21 @@ stream
xm= 1D-mӉo641@= (@x& s04fZ6q}C SG
J IQiimͷz KbhZ>)endstream
endobj
-771 0 obj <<
+796 0 obj <<
/Type /Page
-/Contents 772 0 R
-/Resources 770 0 R
+/Contents 797 0 R
+/Resources 795 0 R
/MediaBox [0 0 612 792]
-/Parent 752 0 R
+/Parent 771 0 R
>> endobj
-773 0 obj <<
-/D [771 0 R /XYZ 99.213 706.052 null]
+798 0 obj <<
+/D [796 0 R /XYZ 99.213 706.052 null]
>> endobj
-770 0 obj <<
-/Font << /F8 605 0 R >>
+795 0 obj <<
+/Font << /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-776 0 obj <<
+801 0 obj <<
/Length 202
/Filter /FlateDecode
>>
@@ -2084,24 +2152,24 @@ stream
xm;k0{-B{Z āT)) 8ǁȱQ|̊@C Q9 {Vj>tڢU rSE Y
1@ Aje|"073@zB$ƺ#n:4myqZ6kQ4i~KѠ%{J?g]/\n>7Nendstream
endobj
-775 0 obj <<
+800 0 obj <<
/Type /Page
-/Contents 776 0 R
-/Resources 774 0 R
+/Contents 801 0 R
+/Resources 799 0 R
/MediaBox [0 0 612 792]
-/Parent 752 0 R
+/Parent 771 0 R
>> endobj
-777 0 obj <<
-/D [775 0 R /XYZ 99.213 706.052 null]
+802 0 obj <<
+/D [800 0 R /XYZ 99.213 706.052 null]
>> endobj
10 0 obj <<
-/D [775 0 R /XYZ 99.213 542.1 null]
+/D [800 0 R /XYZ 99.213 542.1 null]
>> endobj
-774 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R >>
+799 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-780 0 obj <<
+805 0 obj <<
/Length 122
/Filter /FlateDecode
>>
@@ -2110,21 +2178,21 @@ xm= 1D-Ⱥ_Yp
Jޟr^sL33 
Gr"$w'0)o"Z7qSKsp@hkQ(/endstream
endobj
-779 0 obj <<
+804 0 obj <<
/Type /Page
-/Contents 780 0 R
-/Resources 778 0 R
+/Contents 805 0 R
+/Resources 803 0 R
/MediaBox [0 0 612 792]
-/Parent 752 0 R
+/Parent 771 0 R
>> endobj
-781 0 obj <<
-/D [779 0 R /XYZ 99.213 706.052 null]
+806 0 obj <<
+/D [804 0 R /XYZ 99.213 706.052 null]
>> endobj
-778 0 obj <<
-/Font << /F8 605 0 R >>
+803 0 obj <<
+/Font << /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-784 0 obj <<
+809 0 obj <<
/Length 1677
/Filter /FlateDecode
>>
@@ -2137,128 +2205,203 @@ r:-g]`^fɰDdM&!HutR1MCZi Nj@n5P/i Ҥ!s&
q8ii8x8)$?Z$^4[Tva>X
#qtg>Dn^|+l11G4B1~| ok'ρ{ZʣOʓ{+bF?^
endobj
-783 0 obj <<
+808 0 obj <<
/Type /Page
-/Contents 784 0 R
-/Resources 782 0 R
+/Contents 809 0 R
+/Resources 807 0 R
/MediaBox [0 0 612 792]
-/Parent 752 0 R
+/Parent 771 0 R
>> endobj
-785 0 obj <<
-/D [783 0 R /XYZ 99.213 706.052 null]
+810 0 obj <<
+/D [808 0 R /XYZ 99.213 706.052 null]
>> endobj
14 0 obj <<
-/D [783 0 R /XYZ 99.213 542.1 null]
+/D [808 0 R /XYZ 99.213 542.1 null]
>> endobj
-786 0 obj <<
-/D [783 0 R /XYZ 99.213 435.868 null]
+811 0 obj <<
+/D [808 0 R /XYZ 99.213 435.868 null]
>> endobj
-787 0 obj <<
-/D [783 0 R /XYZ 99.213 398.884 null]
+812 0 obj <<
+/D [808 0 R /XYZ 99.213 398.884 null]
>> endobj
-788 0 obj <<
-/D [783 0 R /XYZ 99.213 348.892 null]
+813 0 obj <<
+/D [808 0 R /XYZ 99.213 348.892 null]
>> endobj
-782 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+807 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-791 0 obj <<
-/Length 1448
+816 0 obj <<
+/Length 1291
/Filter /FlateDecode
>>
stream
-xڅWK6ϯ
- O~NTƢ(`ZR$e?{}( M__YNrY\DE!REk9P0FDLLDe
-v,S@]sAr^ bd
-f@[:Th] (E&Tnr +xj|!"‚ǔv"Za`ΦDޔfҁhsuiA c9><S,z^TNw*9o=H1i.",0^{aZrĩhkH $28MMns_c.kt߹x}j|1fs:ԀRhڝGd|-D-XQvnki@ PbR+mĕȾ@3}6}Śsjz9y߼3);?O| i][+pqHB|7;PYd!2K5X&2/ v\Sl"}2K=XG8w {>F\WSh=9A$H{n߁_w-ϕތ mjTxZ85K%ugdc| h]pMjV[\{;>8
-Csbu EM1 Z i"D7 |zRY.]hRÏa Λ,QREu&R^74pTTHf@w. 2f/g&7m`7P=aTNN74 sЭooH;o/7;4$iofB;DM4sЄ(b&)"-,yo!u<Hg,aʰ-;MPl ŚT<||.)TQ.ppq&b(:WFzc{r< 2. u\ָ8m`n*s)ɵx4N֒N3nz"ri5~Oe&d"~2:B;_+wc7jw神
+xڥWMs6WHH[7IۃD3N,QkTIw HНdbA~<<,O<f 3I]#|B&):(M$AW?|:Hbe"Xn|4W*X ޚ}xXH,䋿d*WQ¢/OigLc.8K8X2Qx -âZ50+(jNmA`V>B$z"Jh*i"rAZnѬa6q%uXvo-D0(]Z՞f^1ls/4+Mta Zc<Ҵ Ӓ[^зEMre^dNHKiY\B>0|\Eە~M0p "U85JnmC~S*OqBHV{ʂhPꯘK )ACUVTtAfw+蜏`p$rsxY-uv&n<0:A\3.|P9&?CKpS\m["D nO
endobj
-790 0 obj <<
+815 0 obj <<
/Type /Page
-/Contents 791 0 R
-/Resources 789 0 R
+/Contents 816 0 R
+/Resources 814 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
+/Parent 827 0 R
+/Annots [ 822 0 R 823 0 R 824 0 R 825 0 R ]
+>> endobj
+822 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.123 342.941 253.385 351.742]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/docs/manual/)>>
+>> endobj
+823 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.123 319.767 193.775 328.567]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/forum/)>>
+>> endobj
+824 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.123 296.592 186.414 305.503]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/wiki/)>>
+>> endobj
+825 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.123 273.417 185.057 282.218]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://trac.pradosoft.com/wiki/)>>
>> endobj
18 0 obj <<
-/D [790 0 R /XYZ 99.213 688.052 null]
+/D [815 0 R /XYZ 99.213 688.052 null]
>> endobj
-792 0 obj <<
-/D [790 0 R /XYZ 99.213 477.255 null]
+817 0 obj <<
+/D [815 0 R /XYZ 99.213 477.255 null]
>> endobj
-793 0 obj <<
-/D [790 0 R /XYZ 99.213 477.255 null]
+818 0 obj <<
+/D [815 0 R /XYZ 99.213 477.255 null]
>> endobj
22 0 obj <<
-/D [790 0 R /XYZ 99.213 477.255 null]
+/D [815 0 R /XYZ 99.213 477.255 null]
>> endobj
-794 0 obj <<
-/D [790 0 R /XYZ 99.213 401.207 null]
+826 0 obj <<
+/D [815 0 R /XYZ 99.213 264.255 null]
>> endobj
26 0 obj <<
-/D [790 0 R /XYZ 99.213 382.369 null]
+/D [815 0 R /XYZ 99.213 259.12 null]
>> endobj
-789 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F39 598 0 R >>
+814 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F14 821 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-798 0 obj <<
-/Length 2694
+830 0 obj <<
+/Length 2605
/Filter /FlateDecode
>>
stream
-xڍYY6~_GE6G3٤f2ӳ$%۪-G,Um
-0U%+e E eU0altMK6_4i,ۃ qH:5v>+I n(~h?B#a?FyK;p)Avk=Y7bB 58Ch1<jw|\qs򟘅sc+,ۘ j{h7S1
-릙80ӐcWuC'h^(H.6PR̯**
-yMb>Hp|PT)cM$NP?i+&)68Fun?QX0Qt}4Tu˚Macކhg33+CyxoێmmC2{PXpZ
-O)ۢgRHABe~.Dm~KiIēX=~(h|?|P +)E@--:IS#B
-B!V.L!QY̴Ӕ}\W9 axk 9D`;#rDԖw?WMvUQD逓|0Ajk z",;74"$rpBH3,0{
-J<; R^S!haޜIDς6DT8ܐf!2mp3_DN= o]Hɴ f0)#Uz:aP\(!Y*$3qA"K!k8smY8|YueZA '~9}_*C_vO 13?w7Mĩ]Ԍ8UnZnx ٕ٧;<zaoc{m!ؾ!l i#i r~TʵEypS̕ ,8Gw^?NVu2u4]ŵKkt*G7"|\~—zGX' # 'A189
-J0 }h˒UpuKk,Tvآ ZR'Ul1eT\!mjIoŃjqtEW
-bCz6GjXOG)ݸQ$g._CCUG.X0ٷ/?_:5b8l\m ]hr jU `r,!
-Z:
-iɴK%
-R~>PCG2
-몿m&#(cSF:˖ˋiFʗ7҂NkE?ߧSvTцYH`)~ԕWVCˣKJf3JgpFEm2= .* Fͼݜ+NП}ӈatz_ ξgcjKF.k譎\ã)Ezo])g--h $2S_Graޏf{_r4Sݹ/ECߕ?5|$p
+xڍɒ6_[U$OSvĩqLIh -ECB-m
+Afuӛ{\fu_Q8"kѴx%aykkDnQܑ!`
+b[W^w|Xy4BFrF1:92G WT R'p_S'`xOۣK%>j{l{9
+riHNP'\M()Hd ޿3x/SFr=v/#23!8?AnѻdTc3u!p3 "]T[+kvr4ߎeo)=j 7OZ_=:bqoT5cߗEޒxR4{9Yڑe;)]%푆>+0 >Ɨ-/Q[eieUzٜ2).?& `";C6I(b
+Dؕ`N˒GJHI~2`ft%#7h3!@ Km]=~fr[L(&sSw*BГLZsi9y[ s}iQR&'-E~
+F[U-,sj_9Z/7()AWik
+6WZAY@=@@wbC G[UzhAMSePZ5xsɵLF 4/$|@! t;כ
+ыTcΕN[ERYru˪k馌QӤQ Q/1
+b4Pq)*[8?~py1zX=)cpЀ’X eІc++O) (;
+' 8ő3.zsob=a`kv
+=)rq`^ i@w޹DEfax }!$~L
+Z^2{2 0F#864I=Ege q;(GaYb%an\>;pOFw! M`Ws('>h<e}bJ0#LS?kE< gjhI2W:3U{4vif?2$7銸~Ī1)- |MG\KU]C\+m,vB2b Fsjmg=E\%=ʤ LpHp".\޻?n @&̃" ,r"#)|1߼Y%FӞZ[kRגأe9^X^L3,|=X {%R~)7'= hƒ"J.vأ vBB/ŭ6BԞޕK Jdxga%λP.k޸Ǣ-X;$<VAGOrSb<RJĵx{`q]'JVhf7շ}EU"&a`7i]cU!};0ȧdBS)݌f[zw 6԰ϴW# W:]ßM/*MB8̣-eG"1}L_QQ(t@;:pXaAJܳdjy/ P>QI,}tE뿬%aNbG _q{o@&endstream
endobj
-797 0 obj <<
+829 0 obj <<
+/Type /Page
+/Contents 830 0 R
+/Resources 828 0 R
+/MediaBox [0 0 612 792]
+/Parent 827 0 R
+>> endobj
+30 0 obj <<
+/D [829 0 R /XYZ 99.213 516.883 null]
+>> endobj
+828 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+836 0 obj <<
+/Length 2459
+/Filter /FlateDecode
+>>
+stream
+xڍYY6~_GD˖Mj{R$HIgƿ~HrF׍nOʹC͖AI8[V~SBń8i_q3~cȟ/e=̕t<M>E̼|Niȯw
+P炙t6{q+g8L`ݯ3uIqϏL)_'29"hB0rp;$}+;Y0ױg`Emp!Qg:"a ߾1 DDj^zKP*.ybcZ(oT-,8񖉾̳+Wu3<̀H^6 El#[8_]T̬lu_}ñɁ-)ז_{ Tkڠۓ5r8zÿ{: V=QGR\]4z޳c"_mm<ѽv}It</PǒհKKfuӾ`bIP/𡴛s-,ŏ4vD[fL_X7G0N0xa [$#ؗZ;S=b4(0GN͎"oWfRu#FQ\ɛأ[VXB :oU #_kAx5befbo
+`XP.Ʀduau{_Z pSj悻F_?cݧzud=DG2"p7L;cQ5OG(m)i0:95^pKB8Xsk΃9ڦ{:^ OHnDԊ4;й:YLۈToK2cr;*xoG<ԕ  k:b h\"C1
+8ݗY?v u},VmY!,`MشxMeQ@!DD. -
+[\;w2UYԹIH䙶G
+㥁˘o,0Ah+,z
+J}iЋ mdsH5ю bҿ7!2K
+W!rK-i.*ɖTI_mYKɲ\e05(w|(phc;v
+toR! HR?R
+1:g)D1/
+N3H{E^ֽ pgpim=3ŢW=BBp~ Ne:m #w>ZS(^vNnc{m!Eױ}C؈,'~KDZ
+7yU3d/$&#iC8Yeε%/Fu* GG! m=>Ɵ
+|D'!Ԛqw[+Zͅ{܎ᲃ'0Vr|}*<q`(
+rNVtvє-eeOTX[n-/n_ڮ&׹۩`gJ*&kMԁ EMjhy5`T^mTm@aJ,j<`GӌڏB˃S1Orendstream
+endobj
+835 0 obj <<
/Type /Page
-/Contents 798 0 R
-/Resources 796 0 R
+/Contents 836 0 R
+/Resources 834 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
-/Annots [ 804 0 R ]
+/Parent 827 0 R
+/Annots [ 839 0 R ]
>> endobj
-804 0 obj <<
+839 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [151.42 380.788 214.655 391.636]
+/Rect [151.42 321.425 214.655 332.273]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/)>>
>> endobj
-802 0 obj <<
-/D [797 0 R /XYZ 99.213 547.634 null]
+34 0 obj <<
+/D [835 0 R /XYZ 99.213 688.052 null]
>> endobj
-30 0 obj <<
-/D [797 0 R /XYZ 99.213 532.621 null]
+837 0 obj <<
+/D [835 0 R /XYZ 99.213 494.769 null]
>> endobj
-803 0 obj <<
-/D [797 0 R /XYZ 99.213 400.713 null]
+38 0 obj <<
+/D [835 0 R /XYZ 99.213 477.016 null]
>> endobj
-805 0 obj <<
-/D [797 0 R /XYZ 99.213 377.799 null]
+838 0 obj <<
+/D [835 0 R /XYZ 99.213 342.623 null]
>> endobj
-809 0 obj <<
-/D [797 0 R /XYZ 99.213 339.941 null]
+840 0 obj <<
+/D [835 0 R /XYZ 99.213 317.163 null]
>> endobj
-810 0 obj <<
-/D [797 0 R /XYZ 99.213 301.53 null]
+844 0 obj <<
+/D [835 0 R /XYZ 99.213 276.76 null]
>> endobj
-796 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F19 577 0 R /F45 808 0 R >>
+845 0 obj <<
+/D [835 0 R /XYZ 99.213 235.803 null]
+>> endobj
+834 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F46 843 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-815 0 obj <<
+848 0 obj <<
+/Length 550
+/Filter /FlateDecode
+>>
+stream
+x}TKo0 W(fYClZֵz(zp76ۭ,)IC/?RV,bXiEAN!Q̗"fM5+^ΌLmyLeK*&w(T "YΕai~]9tk2>8aJ<be6ib{ "mv GRY H٤o>RF.FȞ7Y.#꺨+h'6mhE
+endobj
+847 0 obj <<
+/Type /Page
+/Contents 848 0 R
+/Resources 846 0 R
+/MediaBox [0 0 612 792]
+/Parent 827 0 R
+>> endobj
+846 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+853 0 obj <<
/Length 1204
/Filter /FlateDecode
>>
@@ -2269,66 +2412,66 @@ xڍVn6+|X)Ji[
BŁvy]N1W@? g
ƘIOI?Fg7E#2nfdI3*ŒU*r`ҳ iXR=)NΗ$y8;{{n N3<J`!j ^?M(B]V$y^wa}|̓"Ϳ
-cS(uE,@& 7! ko.9J%U{:zQVwE6leys
-g{@]s עP`n~ٞպׯG~^1K$Ab5Ӧendstream
+g{@]s עP`n~ٞպׯG~^1K$Ab5 endstream
endobj
-814 0 obj <<
+852 0 obj <<
/Type /Page
-/Contents 815 0 R
-/Resources 813 0 R
+/Contents 853 0 R
+/Resources 851 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
+/Parent 827 0 R
>> endobj
-34 0 obj <<
-/D [814 0 R /XYZ 99.213 688.052 null]
+42 0 obj <<
+/D [852 0 R /XYZ 99.213 688.052 null]
>> endobj
-816 0 obj <<
-/D [814 0 R /XYZ 99.213 482.075 null]
+854 0 obj <<
+/D [852 0 R /XYZ 99.213 482.075 null]
>> endobj
-817 0 obj <<
-/D [814 0 R /XYZ 99.213 482.075 null]
+855 0 obj <<
+/D [852 0 R /XYZ 99.213 482.075 null]
>> endobj
-38 0 obj <<
-/D [814 0 R /XYZ 99.213 482.075 null]
+46 0 obj <<
+/D [852 0 R /XYZ 99.213 482.075 null]
>> endobj
-818 0 obj <<
-/D [814 0 R /XYZ 99.213 330.341 null]
+856 0 obj <<
+/D [852 0 R /XYZ 99.213 330.341 null]
>> endobj
-42 0 obj <<
-/D [814 0 R /XYZ 99.213 310.567 null]
+50 0 obj <<
+/D [852 0 R /XYZ 99.213 310.567 null]
>> endobj
-46 0 obj <<
-/D [814 0 R /XYZ 99.213 210.811 null]
+54 0 obj <<
+/D [852 0 R /XYZ 99.213 210.811 null]
>> endobj
-813 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+851 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-821 0 obj <<
+859 0 obj <<
/Length 694
/Filter /FlateDecode
>>
stream
-xڭUn0+xA"/qS$%9
-W(Bn5`c75"0Bctk0Cfq2g¹#.ZpLy^z$U'Vwm%0%Gߵ
-׀Mi=xUIOFr)mAoY3 %xu48aE-;ܷs\RcE|8 6#9t+DHuAnuWv
-F-}Kޯjvh_]vEk<|N(xjxNry@;u@=ent+Iʓv5֯7{1
-?/(~3/,O
-^꿔#26*l(oGs` \V&endstream
+xڭUn0+xA"/qmɭoI-p,IQ߻KRi^jݡ )+Y6 #|Nxd䑒O8RQ%Yjm Z:Xݦ2yx:T,Ʀf52:2!Ҳ!&7ɧŋՅ=#+z0*%O3ʝ#MD:|y0M®ӎ
+Cr!7<BBJ<g{__7\v 17@F9qʍ97QT(B!D8sw!aΈy[
+󖚥}uقcVGRud5a] ^mM%Rf<vmf"V>u,J2+ӱ fr]Fp HM s..vwuMz8JFOӧ Eqmp/C +П
+Z'b˓ʀ;x}O1?@Pߙ-Cx9BCuzX( Qҧ6/N.B5S^LMwj@']b<5YU<Tٟ:2O? p$vovHC]VЏ;V0
+?/(a3/,O
+^և꿔#2󽶒*l)oGs` \V|endstream
endobj
-820 0 obj <<
+858 0 obj <<
/Type /Page
-/Contents 821 0 R
-/Resources 819 0 R
+/Contents 859 0 R
+/Resources 857 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
+/Parent 827 0 R
>> endobj
-811 0 obj <<
+849 0 obj <<
/Type /XObject
/Subtype /Image
/Width 697
/Height 440
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 167 822 0 R]
+/ColorSpace [/Indexed /DeviceRGB 167 860 0 R]
/Length 10929
/Filter /FlateDecode
>>
@@ -2372,20 +2515,20 @@ nFiI[Z{*CX^Q3"C%_4U,".m9
0;ZD܍
& ֬*J-mWǓ;ta? MMw .`obdi|[')cp}
endobj
-822 0 obj <<
+860 0 obj <<
/Length 418
/Filter /FlateDecode
>>
stream
x%đۤ@
endobj
-812 0 obj <<
+850 0 obj <<
/Type /XObject
/Subtype /Image
/Width 449
/Height 227
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 52 823 0 R]
+/ColorSpace [/Indexed /DeviceRGB 52 861 0 R]
/Length 4438
/Filter /FlateDecode
>>
@@ -2428,19 +2571,19 @@ F4j
@(
@(
endobj
-823 0 obj <<
+861 0 obj <<
/Length 170
/Filter /FlateDecode
>>
stream
x
endobj
-819 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R >>
-/XObject << /Im1 811 0 R /Im2 812 0 R >>
+857 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R >>
+/XObject << /Im1 849 0 R /Im2 850 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-826 0 obj <<
+864 0 obj <<
/Length 1563
/Filter /FlateDecode
>>
@@ -2455,26 +2598,26 @@ s!sRHN1+
P6yv عu<)mG Ǽ]ij@bazE<C/2 D
 3!Xϯdd
VZ+4{GP]Evc}$fkb
-`9⁸t)ޡpoJk1׮ISʎ M4^EPkZZ/:+2e3PUרnHͿghwBe>P̗Ȇey &/ŧ|6ϝ }flXThWMwt^La>p|T;%2d$TDd'E#菵?M <endstream
+`9⁸t)ޡpoJk1׮ISʎ M4^EPkZZ/:+2e3PUרnHͿghwBe>P̗Ȇey &/ŧ|6ϝ }flXThWMwt^La>p|T;%2d$TDd'E#菵?M endstream
endobj
-825 0 obj <<
+863 0 obj <<
/Type /Page
-/Contents 826 0 R
-/Resources 824 0 R
+/Contents 864 0 R
+/Resources 862 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
+/Parent 866 0 R
>> endobj
-827 0 obj <<
-/D [825 0 R /XYZ 99.213 451.579 null]
+865 0 obj <<
+/D [863 0 R /XYZ 99.213 451.579 null]
>> endobj
-50 0 obj <<
-/D [825 0 R /XYZ 99.213 239.471 null]
+58 0 obj <<
+/D [863 0 R /XYZ 99.213 239.471 null]
>> endobj
-824 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F39 598 0 R /F19 577 0 R >>
+862 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-830 0 obj <<
+869 0 obj <<
/Length 2129
/Filter /FlateDecode
>>
@@ -2490,80 +2633,79 @@ m%WD: I+N;ob>uM] ?|:3.ʭ0ϧmW:-({-Y{7@
EO(ـ_!4kl>ۢ;됚'6=ij] Qvu6rH \U}_(drg|tkг)ah;yN6R,#N]Iy<$Jv+NxÆ*PF׆
L[aEo<6/^M󉑞#*7
Q'aA4{_a
-@] 1 ! J$@CBgy$yR6)\U^ 7TN$O-
+@] 1 ! J$@CBgy$yR6)\U^ 7TN$O-
endobj
-829 0 obj <<
+868 0 obj <<
/Type /Page
-/Contents 830 0 R
-/Resources 828 0 R
+/Contents 869 0 R
+/Resources 867 0 R
/MediaBox [0 0 612 792]
-/Parent 795 0 R
+/Parent 866 0 R
>> endobj
-54 0 obj <<
-/D [829 0 R /XYZ 99.213 396.151 null]
+62 0 obj <<
+/D [868 0 R /XYZ 99.213 396.151 null]
>> endobj
-828 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+867 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-833 0 obj <<
+872 0 obj <<
/Length 1949
/Filter /FlateDecode
>>
stream
-xڕX[F~JBAq(=If"%x<w<[#K:u\s)҅^&򴿌PV_hX zDY&* v?IT'm)Oq;wJ;#Wyյ߷?,'ww,?,\' ƮI<,(rqKuM3ʸ\xNemw}80NUzZ;G0H
-Thx_\& Ӗu zqrf+<_/C(
-Ƥ-͝+*$I͛S[T&ߖJڪwESV(nHw+P&h#"v*1)9 stѬȎ3ov3MrW-xfUN@FҔk5F
-@v2FI ӻ[=FΉYQakʔ"|Pզʢ&tNxX6X&$<_`]]m~EMN|*}}F#5F Ll_VWD"N{o!xFHV"@FDUa-Q|.qJK 7kIގEWԲPW",rͫl _Bwоd _ei-GK`
--> 0Mf4fQ*_(+ć=ׇ PGPp01`UwwfP+˻(W=%]%E*$cd_is(T !ETpyG`L9R P,]jI-AP '"O8AyN053 Z. [V r:C1u
-2@` 'vH|2SZe<=C! í>dd
-!=[aB=W|7p[}:&z,yMMW*?HG\z4BleWC
-UGO~}h7I;N}g߶cVYE*rmuu/r+y];䖇$UR`ϛk'7\&8FA]m{j{WW] M &t& /nmKbC#%?=ҝAW͘Po<}JF^T0jlxeJM'~7rG{Lw€$V(9pX]>vR +,WʕŒv
-Yɳ=,p1f3jw<5r}:kW =Hg<^1@
+xڕX[F~JB0ۓd&RތW(mp7;8s+`wwdUNw.$QF)?4~`,4̾y(ov=DEA2dzFXƫfٷns"?f3凙$?W:I5!V^>hλL'DXf^XAKf4L8Uf"fe< ôa]U†Z{"_Nle <hoLвB4޼957?XUI5/`U^Ο/ pG"Gܸ]ڏ$0A+2kazAvmUys7sۊh36TW'u2P67*Z8 cTZ_<-OBo hȆ1m4pN|J,[k[Xo,i#ehN%Zf)ۅ^|ߴ)WħWvpX9oP?aeI$Bg`l$B
+-\ITpsHXE%% {%H+߾*z[%'~<߁
+ A^
+C<,MM #ռTսZYަEH)2t/pxAB2ƌK&gLh$>H) P<
+W<
+$2?'~#uu%M ]mvuzzqvIWHI?;#R
+%\
+jdb ?Qq<d|v)/vZendstream
endobj
-832 0 obj <<
+871 0 obj <<
/Type /Page
-/Contents 833 0 R
-/Resources 831 0 R
+/Contents 872 0 R
+/Resources 870 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
-/Annots [ 834 0 R 837 0 R 838 0 R ]
+/Parent 866 0 R
+/Annots [ 873 0 R 876 0 R 877 0 R ]
>> endobj
-834 0 obj <<
+873 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [311.998 505.142 422.501 515.99]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-837 0 obj <<
+876 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [387.067 152.118 450.025 162.966]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Overview) >>
>> endobj
-838 0 obj <<
+877 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [393.503 137.174 504.169 148.022]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-58 0 obj <<
-/D [832 0 R /XYZ 99.213 492.806 null]
+66 0 obj <<
+/D [871 0 R /XYZ 99.213 492.806 null]
>> endobj
-835 0 obj <<
-/D [832 0 R /XYZ 99.213 362.495 null]
+874 0 obj <<
+/D [871 0 R /XYZ 99.213 362.495 null]
>> endobj
-836 0 obj <<
-/D [832 0 R /XYZ 99.213 177.024 null]
+875 0 obj <<
+/D [871 0 R /XYZ 99.213 177.024 null]
>> endobj
-831 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F39 598 0 R >>
+870 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-844 0 obj <<
+882 0 obj <<
/Length 2199
/Filter /FlateDecode
>>
@@ -2574,48 +2716,48 @@ xڍɎF_!B!bdbāsDsr|(EvH}VD Z^}&jA& nN
|.5gYֲ \b$IFԎjMZJnywk䰨 Ѩ<]4Ah?j=$oj`Xn ~dBS\)5w0aa
q%Q64|9o VA)[t<3t@e rj& \Jeb#Jaif<a̎>esU"}O! W_4lE0/9-.\+۾SC=}]7BLxriv׊7v]
<<L-\IM^5ٱZy5T=zA;5"9!^;W
- f4@jjƔձ$Z-HZ3a"wum?틱yQdKuVzGDZIA/̆ڟ/'%Ưatb:i/thb㽯Y;#g)(u^B'&P:/LgiSƹ/!yh8_DdJ祔z!chܰ!~1< 6$ /.-FtF(Ձf 콡ā^_QHvknl @XWz_^яF֥!cIvi&4ҳoZa2uLu*qb[!Lyv8i%@~kevW04U&2z|"]g#gQIJر ׁRn{z/q$ӊY
+ f4@jjƔձ$Z-HZ3a"wum?틱yQdKuVzGDZIA/̆ڟ/'%Ưatb:i/thb㽯Y;#g)(u^B'&P:/LgiSƹ/!yh8_DdJ祔z!chܰ!~1< 6$ /.-FtF(Ձf 콡ā^_QHvknl @XWz_^яF֥!cIvi&4ҳoZa2uLu*qb[!Lyv8i%@~kevW04U&2z|"]g#gQIJر ׁRn{z/q$ӊY
endobj
-843 0 obj <<
+881 0 obj <<
/Type /Page
-/Contents 844 0 R
-/Resources 842 0 R
+/Contents 882 0 R
+/Resources 880 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
-/Annots [ 845 0 R 847 0 R ]
+/Parent 866 0 R
+/Annots [ 883 0 R 885 0 R ]
>> endobj
-845 0 obj <<
+883 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 645.268 142.329 656.117]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Templates1) >>
>> endobj
-847 0 obj <<
+885 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [420.234 317.568 464.347 328.416]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Templates1) >>
>> endobj
-846 0 obj <<
-/D [843 0 R /XYZ 99.213 575.763 null]
+884 0 obj <<
+/D [881 0 R /XYZ 99.213 575.763 null]
>> endobj
-62 0 obj <<
-/D [843 0 R /XYZ 99.213 568.439 null]
+70 0 obj <<
+/D [881 0 R /XYZ 99.213 568.439 null]
>> endobj
-66 0 obj <<
-/D [843 0 R /XYZ 99.213 459.1 null]
+74 0 obj <<
+/D [881 0 R /XYZ 99.213 459.1 null]
>> endobj
-70 0 obj <<
-/D [843 0 R /XYZ 99.213 209.964 null]
+78 0 obj <<
+/D [881 0 R /XYZ 99.213 209.964 null]
>> endobj
-842 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+880 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-851 0 obj <<
-/Length 2497
+889 0 obj <<
+/Length 2496
/Filter /FlateDecode
>>
stream
@@ -2634,26 +2776,26 @@ ua(V͕e2>]tŧ8Jb8J<
mV`"M0'XNzqUqۉW)ӦJ
=,v 2ܸ$QD=B:@Xs>A1uaP+4=Iqf&J o9j{Ĩ@JJLWOx4Il~e3c<V.5%=䆲ɹGKuB c
N,'ۺ tO fx0E noxR®EszPuNmwT42+1Gؐ%: =N*L>T]N wvk > z*IX 4*8)
-,[{IP 8ZyGo=K|YlJ;w/t,Sv~Eoa/vSY!#+r'U˖y(`N3KiP O0ݖPPv|tMYW3 󳿧D]D@A|md|
+,[{IP 8ZyGo=K|YlJ;w/t,Sv~Eoa/vSY!#+r'U˖y(`N3KiP O0ݖPPv|tMYW3 󳿧D]D@A|md|
endobj
-850 0 obj <<
+888 0 obj <<
/Type /Page
-/Contents 851 0 R
-/Resources 849 0 R
+/Contents 889 0 R
+/Resources 887 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
+/Parent 866 0 R
>> endobj
-74 0 obj <<
-/D [850 0 R /XYZ 99.213 613.939 null]
+82 0 obj <<
+/D [888 0 R /XYZ 99.213 613.939 null]
>> endobj
-78 0 obj <<
-/D [850 0 R /XYZ 99.213 440.826 null]
+86 0 obj <<
+/D [888 0 R /XYZ 99.213 440.826 null]
>> endobj
-849 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+887 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-855 0 obj <<
+893 0 obj <<
/Length 2098
/Filter /FlateDecode
>>
@@ -2662,45 +2804,50 @@ xڍێ_"cF"%JBmh}H5Hx{ne˓,oT,R,ت8
P?~(׼ؠnaͦ F
sQ*]xFL0k&[_VϫE3vgX6K X1ZPmX`9/F`nFZ'J:IU MFzjQ
JX[i#SSmA=NBK'd!q4^M /ƻ=FF =A}c 4^
-[睌N I9v<3&aH28YB
-.?#x_a$Yw7g>i\-Mk9 :gq:y$JFk8-pwYpwPgb|ٰ&3[h=)2xkOߍS+8y]C%AKf @;/ycm C() M_+r
-gL3'n4]z~,яT/&$Z6xKɤKK_Kx$f~nC%U'8 e .ePdˆj,U}&L@o/ui'7y'㲽JơP7^|V8z#3}MR̮9KDt?yrE6_)uGDpo+F{fc&YhrD_"P $Oˢ`(QNQ>vendstream
+[睌N I9v<3&aH28YB
+%kD|1ԶjꌅHC&ufugr3_NߟƳ۬U6 m*bY8~^
+,3r=Ikʽw<{7T!1.d@`ԒI4y_p󓩜?5Kbm JU7Xa'NmsRwg{'k> >Cma
+
+2EeCp5 >BG7q^%WP^~ />+~ّ™&)WMf׌%do֟<ow"xJx:#Wqot87ݕsPn
endobj
-854 0 obj <<
+892 0 obj <<
/Type /Page
-/Contents 855 0 R
-/Resources 853 0 R
+/Contents 893 0 R
+/Resources 891 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
-/Annots [ 857 0 R ]
+/Parent 866 0 R
+/Annots [ 896 0 R ]
>> endobj
-857 0 obj <<
+896 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [201.556 460.506 241.739 472.461]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Templates1) >>
>> endobj
-856 0 obj <<
-/D [854 0 R /XYZ 99.213 605.09 null]
->> endobj
-82 0 obj <<
-/D [854 0 R /XYZ 99.213 570.07 null]
+894 0 obj <<
+/D [892 0 R /XYZ 99.213 706.052 null]
>> endobj
-86 0 obj <<
-/D [854 0 R /XYZ 99.213 382.999 null]
+895 0 obj <<
+/D [892 0 R /XYZ 99.213 605.09 null]
>> endobj
90 0 obj <<
-/D [854 0 R /XYZ 99.213 228.251 null]
+/D [892 0 R /XYZ 99.213 570.07 null]
>> endobj
-858 0 obj <<
-/D [854 0 R /XYZ 99.213 138.17 null]
+94 0 obj <<
+/D [892 0 R /XYZ 99.213 382.999 null]
>> endobj
-853 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R /F45 808 0 R >>
+98 0 obj <<
+/D [892 0 R /XYZ 99.213 228.251 null]
+>> endobj
+897 0 obj <<
+/D [892 0 R /XYZ 99.213 138.17 null]
+>> endobj
+891 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R /F46 843 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-861 0 obj <<
+900 0 obj <<
/Length 2353
/Filter /FlateDecode
>>
@@ -2716,82 +2863,85 @@ xڍYݓ۸ ߿̚'ꃒ妙[K֜l$9__|dLL 
D~=aY4&5H<$ ʒy#(ҰNpi0,k.Q: [*ƿ;U>M"C3UgsO *Xjer} _2՞-@RT7*yar qt:<gQگWyŽ>{hU@
aAOoiq}SsLw":7p1r\16, 'E4 LZP.9\Z/dw3­IȈy#ҭ?YԲ>qxOδؽ䁅Buc8vsC剽A^3?GkBں 7Tmun%4\v `vp
hH]H"2Lֵt,g>1[[k2~.B5`%zÉ}Y4R~P0n~(i3u}=IZn:sOyw
-b=oSSP/vx'I>`|驕q-Qc A`BT+\Qfh=zFOendstream
+b=oSSP/vx'I>`|驕q-Qc A`BT+\Qfx#FQendstream
endobj
-860 0 obj <<
+899 0 obj <<
/Type /Page
-/Contents 861 0 R
-/Resources 859 0 R
+/Contents 900 0 R
+/Resources 898 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
-/Annots [ 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R ]
+/Parent 911 0 R
+/Annots [ 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R ]
>> endobj
-862 0 obj <<
+902 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [370.806 521.967 433.764 532.815]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Overview) >>
>> endobj
-863 0 obj <<
+903 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 483.113 166.272 493.961]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/request) >>
>> endobj
-864 0 obj <<
+904 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [170.018 483.113 243.663 493.961]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/response) >>
>> endobj
-865 0 obj <<
+905 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [266.343 483.113 359.726 493.961]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/error) >>
>> endobj
-866 0 obj <<
+906 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [418.513 483.113 484.715 493.961]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/session) >>
>> endobj
-867 0 obj <<
+907 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 453.225 173.102 464.073]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/custom) >>
>> endobj
-94 0 obj <<
-/D [860 0 R /XYZ 99.213 688.052 null]
+901 0 obj <<
+/D [899 0 R /XYZ 99.213 706.052 null]
>> endobj
-868 0 obj <<
-/D [860 0 R /XYZ 99.213 454.221 null]
+102 0 obj <<
+/D [899 0 R /XYZ 99.213 688.052 null]
>> endobj
-98 0 obj <<
-/D [860 0 R /XYZ 99.213 411.084 null]
+908 0 obj <<
+/D [899 0 R /XYZ 99.213 454.221 null]
>> endobj
-869 0 obj <<
-/D [860 0 R /XYZ 99.213 290.661 null]
+106 0 obj <<
+/D [899 0 R /XYZ 99.213 411.084 null]
>> endobj
-102 0 obj <<
-/D [860 0 R /XYZ 99.213 247.524 null]
+909 0 obj <<
+/D [899 0 R /XYZ 99.213 290.661 null]
>> endobj
-870 0 obj <<
-/D [860 0 R /XYZ 99.213 137.893 null]
+110 0 obj <<
+/D [899 0 R /XYZ 99.213 247.524 null]
>> endobj
-859 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+910 0 obj <<
+/D [899 0 R /XYZ 99.213 137.893 null]
+>> endobj
+898 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-875 0 obj <<
-/Length 2386
+916 0 obj <<
+/Length 2387
/Filter /FlateDecode
>>
stream
@@ -2804,107 +2954,103 @@ xڕɒ6_PUL,ɣةrTI0Eu$-
)lCYy퐲/Cd8־G*n8Eu_G;~IY.o\o<CH
Hc:PPs
ui@IvwMT]
-\v[p?xtNc=j4`[V=4T4e
+\v[p?xtNc=j4`[V=4T4e
endobj
-874 0 obj <<
+915 0 obj <<
/Type /Page
-/Contents 875 0 R
-/Resources 873 0 R
+/Contents 916 0 R
+/Resources 914 0 R
/MediaBox [0 0 612 792]
-/Parent 839 0 R
-/Annots [ 877 0 R 879 0 R ]
+/Parent 911 0 R
+/Annots [ 918 0 R 920 0 R ]
>> endobj
-877 0 obj <<
+918 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [356.664 302.657 419.623 313.505]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Overview) >>
>> endobj
-879 0 obj <<
+920 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 152.118 166.963 162.966]
/Subtype /Link
/A << /S /GoTo /D (fundamentals/modules.page/request) >>
>> endobj
-876 0 obj <<
-/D [874 0 R /XYZ 99.213 706.052 null]
+917 0 obj <<
+/D [915 0 R /XYZ 99.213 706.052 null]
>> endobj
-106 0 obj <<
-/D [874 0 R /XYZ 99.213 688.052 null]
+114 0 obj <<
+/D [915 0 R /XYZ 99.213 688.052 null]
>> endobj
-871 0 obj <<
-/D [874 0 R /XYZ 99.213 600.705 null]
+912 0 obj <<
+/D [915 0 R /XYZ 99.213 600.705 null]
>> endobj
-110 0 obj <<
-/D [874 0 R /XYZ 99.213 585.41 null]
+118 0 obj <<
+/D [915 0 R /XYZ 99.213 585.41 null]
>> endobj
-872 0 obj <<
-/D [874 0 R /XYZ 99.213 483.561 null]
+913 0 obj <<
+/D [915 0 R /XYZ 99.213 483.561 null]
>> endobj
-114 0 obj <<
-/D [874 0 R /XYZ 99.213 468.266 null]
+122 0 obj <<
+/D [915 0 R /XYZ 99.213 468.266 null]
>> endobj
-878 0 obj <<
-/D [874 0 R /XYZ 99.213 303.653 null]
+919 0 obj <<
+/D [915 0 R /XYZ 99.213 303.653 null]
>> endobj
-118 0 obj <<
-/D [874 0 R /XYZ 99.213 287.285 null]
+126 0 obj <<
+/D [915 0 R /XYZ 99.213 287.285 null]
>> endobj
-873 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+914 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-882 0 obj <<
-/Length 2047
+923 0 obj <<
+/Length 2048
/Filter /FlateDecode
>>
stream
-xڕXY6~[e RM7Ck˶P[r$9wCJdn"?R91L
-5Oyx,w0LxYd[h=7$jj K6F%lR"Y},y{U@77fIQٟLeƙ2ڜ cǙ1R}颱dN&in&IҌqEDp䋥TqTmWEu`pEm
-a2 =@E^'2 ܥJ]*n=+\IؽZE Wi}S0,͹c^аwfb<hͅN85J1i0aeHˁ,!&m{n_5m +M ,b[/䀂91nS'8|],"QzC%4b7(ڢ k;ijin -6_Z+FQH8}Jq/.4߹v*D1 3ꝗd@^5ֈ6:Psew :4fY62qA)z] 38v%$҄%)"uI^ x!BI*
-J'ռU,[p{=~0l`|J3P:LRT%ۊV5ʕ }=Z/;h\!~ Lrh9Ԕȝ9ä i<c7yMZ^TAo0ܕqUE; <İZO&O'bV)&kzǮ1< D=vVa)gYLr蠖
-j(^WJY CgywrtzXhT!lgN>X2@]_xƏ:G{wr 3)9v k<(Q-"ECMr.wSGd!i
-6@cC,- +HL4ޥ=qU%.oG j!]r5+MѕVtI}&
-leD `8|rtT)LJHmcb^Α$zS{x!zۂ2w/FwY( >}7gi4 !hF7իm=ȗ6Di@gsFr$!\HR=> II3L9VZ38TvHM㹂cCe3%H/cb0xo*7Ȯp k<KΘ&-y\zc&6uwlO0_యη_w |״e@Ż7%&k?]Ӟ+OJ_v@/lG88X^7w0|xRv٥=~(jX
+xڕXێ6}W2s)^$)M7Ck˶P[r$9;!%YwX`Mp.1Lrq-w0,K/|ݽQjnI|H3_mKb2z/^dYX/V\PٟLeƙ4ڜ̏3%4R}颱dNF 7d$i8mB'=a#b)-ʨݻ Mua~O(ڐېvjWTè=6*7LFUMNv(3HC=0Hڨ~ XelNT,:7-}=4d{65cNd{KD'{<W"s{[`O;$Qy6Խ '0ޒ7rcyCQdY3ͅN82'<caNːDY*C>M\/ݾj6pWXNӷ_5 <sZ?bݦOqѻ1YE>SG1Kiin60PEA Ckvh$/|Ӣ$n[lVe)r)䍳xQW:}Jq/+LsTH؛-c?;/q?Ȁ km'tΡX[dgyM;tfY62qA)z]fhJ(N)KyU`&/BGoR@UQ(dD>qd„{Hf3Sy<Xҹf2)l+Zר+W&X_K8ḥ9
+ ps#0fv@ȡGȩݴU&mHkj]xx^ H,jNa`]`!Uz0y8,U;;o-@uJ3p@ChiKiru $j١@u5 /E;{ƚw' A@@vp
+M({1endstream
endobj
-881 0 obj <<
+922 0 obj <<
/Type /Page
-/Contents 882 0 R
-/Resources 880 0 R
+/Contents 923 0 R
+/Resources 921 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
-/Annots [ 884 0 R 885 0 R ]
+/Parent 911 0 R
+/Annots [ 925 0 R 926 0 R ]
>> endobj
-884 0 obj <<
+925 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [162.448 550.508 276.88 561.356]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-885 0 obj <<
+926 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [442.978 360.452 525.406 371.301]
/Subtype /Link
/A << /S /GoTo /D (Configurations.PageConfig) >>
>> endobj
-883 0 obj <<
-/D [881 0 R /XYZ 99.213 706.052 null]
+924 0 obj <<
+/D [922 0 R /XYZ 99.213 706.052 null]
>> endobj
-122 0 obj <<
-/D [881 0 R /XYZ 99.213 520.281 null]
+130 0 obj <<
+/D [922 0 R /XYZ 99.213 520.281 null]
>> endobj
-886 0 obj <<
-/D [881 0 R /XYZ 99.213 138.17 null]
+927 0 obj <<
+/D [922 0 R /XYZ 99.213 138.17 null]
>> endobj
-880 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+921 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-892 0 obj <<
+932 0 obj <<
/Length 2404
/Filter /FlateDecode
>>
@@ -2921,51 +3067,51 @@ QH>V))H [$3@
cQw|Bs+fn18@(☏"C-eCj\O򀉐A\ ߀$|E6 mY fTM (y%ۇ=*a&>ZiL 混N_fZ̡J\HJB(o7sRxhngns:s
27[ v
|2Ee)Set+NNp(W$NovzNB=UrͱOhso\`=5Y rI[XOs„殅-l p,?VܥtXedkF9widaT-]`BQrM!Wo:J8_%-^Ts2Y x}gv to*[wN;q|AG9<Nw |ipZ b¢9%݉RDȖwVD8zUk1=uzя'^\O0O<~Y
- S%Cvh) V&Z*ܡF'I Q bRu#%~~tH'&/hxX_eoendstream
+ S%Cvh) V&Z*ܡF'I Q bRu#%~~tH'&/hxX_eendstream
endobj
-891 0 obj <<
+931 0 obj <<
/Type /Page
-/Contents 892 0 R
-/Resources 890 0 R
+/Contents 932 0 R
+/Resources 930 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
-/Annots [ 894 0 R 898 0 R 899 0 R ]
+/Parent 911 0 R
+/Annots [ 934 0 R 935 0 R 936 0 R ]
>> endobj
-894 0 obj <<
+934 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [233.417 557.694 346.89 568.542]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-898 0 obj <<
+935 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [360.123 297.431 387.188 308.279]
/Subtype /Link
/A << /S /GoTo /D (Advanced.Assets) >>
>> endobj
-899 0 obj <<
+936 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [340.834 188.169 375.897 199.294]
/Subtype /Link
/A << /S /GoTo /D (Fundamentals.Services) >>
>> endobj
-893 0 obj <<
-/D [891 0 R /XYZ 99.213 706.052 null]
+933 0 obj <<
+/D [931 0 R /XYZ 99.213 706.052 null]
>> endobj
-126 0 obj <<
-/D [891 0 R /XYZ 99.213 688.052 null]
+134 0 obj <<
+/D [931 0 R /XYZ 99.213 688.052 null]
>> endobj
-130 0 obj <<
-/D [891 0 R /XYZ 99.213 442.934 null]
+138 0 obj <<
+/D [931 0 R /XYZ 99.213 442.934 null]
>> endobj
-890 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F14 897 0 R >>
+930 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-904 0 obj <<
+941 0 obj <<
/Length 2417
/Filter /FlateDecode
>>
@@ -2974,122 +3120,130 @@ xڍY[۶~0$1+ԭoi{rڠdCOVWl}FJl7'҇2Teʏ
kBѰd ʄJ XI"`sTd {zqq*aCfXkFۉ *XD.WS-&*L\W1Dt fD2TE:C@wHmMO_a
*0"oyv /-0Gʜu,&N(:/#!4{@ p0B]$^PbCxj؋޳w.d2Jc 
L:δڒ8Zq` dEKfkRF/@~2Nm9a-ԱC5=|p+9cáؗո-I* s1b؝΂#S7 QN:w"s˹V)-S{O8weP&׼n|E&t%f&.pWB뺲_a3FzIY\4q~a J)P_8oޔp` ql' HԫoGec$f#a3>C[]($*l8}_ <#c̛+)o,PŜxbUp|r urpNH9$KvnL* fVr*DZ|i ՟0seLaU1Af4F >Muv;,r4q6h^%2oWg7 ^ U>yPj8W[\F'ǡ6<w%'&! @F1u42}FcA
-]ld \[iqV~Hoܭk (M0;,Hsl\qm|ۻ]U+a?N<I@IS/hY@;TokhØˣSػ5mtr9jpcnpwmr(3J' lqȢnzIlqtKDX)J&c]yM *}v-$I wRZe
-pu@Ogs iA*LL:2\7[Dc?am;[3O{
-hH췍$A \-\Onk^FGۡƌ[Nѥ>sEM[ endstream
+]ld \[iqV~Hoܭk (M0;,Hsl\qm|ۻ]U+a?N<I@IS/hY@;TokhØˣSػ5mtr9jpcnpwmr(3J' lqȢnzIlqtKDX)J&c]yM *}v-$I wRZe
+lm
+ܶ:UB
+_eI*aLnuO2:8ڜxxIѪm;4@t ؒ <2љЌl-!qgv\]Ox)&Zq_"uEЃY<vza'|`(c<iNxri?PxL]|: -eM[u Rafҁ
+F:'sv&kKq¿ȞySPWpD͘@bm$_bn}uM5^s2:\56fpJ.+^rendstream
endobj
-903 0 obj <<
+940 0 obj <<
/Type /Page
-/Contents 904 0 R
-/Resources 902 0 R
+/Contents 941 0 R
+/Resources 939 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
-/Annots [ 906 0 R ]
+/Parent 911 0 R
+/Annots [ 943 0 R ]
>> endobj
-906 0 obj <<
+943 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [225.323 630.324 288.282 641.173]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Overview) >>
>> endobj
-905 0 obj <<
-/D [903 0 R /XYZ 99.213 706.052 null]
+942 0 obj <<
+/D [940 0 R /XYZ 99.213 706.052 null]
>> endobj
-134 0 obj <<
-/D [903 0 R /XYZ 99.213 615.822 null]
+142 0 obj <<
+/D [940 0 R /XYZ 99.213 615.822 null]
>> endobj
-907 0 obj <<
-/D [903 0 R /XYZ 99.213 528.515 null]
+944 0 obj <<
+/D [940 0 R /XYZ 99.213 528.515 null]
>> endobj
-908 0 obj <<
-/D [903 0 R /XYZ 99.213 504.153 null]
+945 0 obj <<
+/D [940 0 R /XYZ 99.213 504.153 null]
>> endobj
-909 0 obj <<
-/D [903 0 R /XYZ 99.213 479.515 null]
+946 0 obj <<
+/D [940 0 R /XYZ 99.213 479.515 null]
>> endobj
-138 0 obj <<
-/D [903 0 R /XYZ 99.213 429.697 null]
+146 0 obj <<
+/D [940 0 R /XYZ 99.213 429.697 null]
>> endobj
-910 0 obj <<
-/D [903 0 R /XYZ 99.213 303.897 null]
+947 0 obj <<
+/D [940 0 R /XYZ 99.213 303.897 null]
>> endobj
-142 0 obj <<
-/D [903 0 R /XYZ 99.213 287.326 null]
+150 0 obj <<
+/D [940 0 R /XYZ 99.213 287.326 null]
>> endobj
-902 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F45 808 0 R >>
+939 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F46 843 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-914 0 obj <<
-/Length 1919
+951 0 obj <<
+/Length 2094
/Filter /FlateDecode
>>
stream
-xڝXY6~
-}W ӈVV$Ҵ=W 7`$6Y1}kY)ob
-q>aJ nNM؛h a0$Lt}ɹw()NF(I؋(LWVti,XƩ\`˾72D<\:y9X
-ǀoK& ]IK0[::0B&%"-/@Fǂs<zH($Ph(wJ
-3r
-;hl݊z2s E>k;Q 'ᕹ+g%&,(z\U(VT/pqsn0g0Eq,2ؔ|s_Gs:wa@t@2e[SĴMˋm\j"g`I.CHO\˄K<n;H,o /ޙK^C9pYC8pID Ӯ]E;tk#q24+4檅,.$,ut4g> qW4z6 ҦvcFqơu࿲W:Jjc#!nbF,5f>-72 qh|f/*bGDwQ%#u OO4ͦ$Sd={I!Rx1%=P@hrS6n:W[$'(^aNdȵl-7?ݧlMw&UksB%I8Kl@c5y${~-;^% -,3wNm-i<U&K
-G闝vrxg0"c4:VpX#<]Tx$n,&͵=N 9CKAuG[vv|CA>nf"j p7*{cSHf-r+D[P])]pR T W"@ЛA>CJ[@Z#b?4eJgs
-v;67 oy`rH;DS__3HǦ&
+xڝXI6W
+^Ʊf"K22Td&8ufٰW*^{o M(ȒUZ
++m%Iݖy}]jF]vMv&:gȈs /X~$R)A
+zP"nBNc7 Ȯ%XWlB ;ݢ1R wC%+1q^p
+ <g" r=JQ辩ZUU9Z^0+Nbw"j=He"No____+sQtYk,jB7"&Hb$D1Zf\5_{ fW`m5=*NIOS`rW;bvzw =<-czt7r~m36X#l03EC7f03H/˧hS
+B/CUW{sd3$A4j1ej-p/?9. fBQ(~5# oǖ}KxqzVYavT R
+Ǎʼ=cՈ3ְX
+;{{Mنj2@<1Š}a\=[cOBkIp;o/\$#p H=
+ ?*hB%AI " 8KkW<0Vxz5q|"S_E3ms"(V7?9v󠲥_(D1^bTjr÷ڷ޸C,囹sMdxPU'ːdHS.$%y
+>]Wngw5<4amٲf6Jk`Ą{RuKj塿Zew>~QB<U"g`|Ds;{ 'Ƥwm ' \&rrᅍ"<!_lor5ۆÛ's G{-Lu{&ecbB>wM@U(f47gE˃`̮S#E=NWvґ l
+"jP l0`rhd;<+
+Qg]kN5%
+jFukKv}C:^k^n|fħl$yNI
+mQ6!$$&"V֧DXFWJtt.`k qNr :OLu[ P¼jp>"@<wXQϛa!,?i_l7/ G#x#$#*[Q y^SϚ
endobj
-913 0 obj <<
+950 0 obj <<
/Type /Page
-/Contents 914 0 R
-/Resources 912 0 R
+/Contents 951 0 R
+/Resources 949 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
-/Annots [ 916 0 R 918 0 R ]
+/Parent 911 0 R
+/Annots [ 953 0 R 955 0 R ]
>> endobj
-916 0 obj <<
+953 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 452.989 299.767 463.838]
+/Rect [119 370.299 299.767 381.148]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home)>>
>> endobj
-918 0 obj <<
+955 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 226.367 292.544 237.215]
+/Rect [119 143.677 292.544 154.525]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Fundamentals.Samples.Hangman.Home)>>
>> endobj
-915 0 obj <<
-/D [913 0 R /XYZ 99.213 706.052 null]
+952 0 obj <<
+/D [950 0 R /XYZ 99.213 706.052 null]
>> endobj
-917 0 obj <<
-/D [913 0 R /XYZ 99.213 453.986 null]
+954 0 obj <<
+/D [950 0 R /XYZ 99.213 371.296 null]
>> endobj
-146 0 obj <<
-/D [913 0 R /XYZ 99.213 438.973 null]
+154 0 obj <<
+/D [950 0 R /XYZ 99.213 356.283 null]
>> endobj
-912 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F45 808 0 R /F40 711 0 R /F19 577 0 R >>
+949 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F46 843 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-921 0 obj <<
+958 0 obj <<
/Length 273
/Filter /FlateDecode
>>
stream
x}Qn0 A$Rرh6[oA#Im3Kǯ0
--'t<<8=D0x%t15Y?0@wڬ^APA1&"`isEŶiK_\J닓Ҳ*VKMJU.M{*<דI?bYQnC ?zh 5VKпZȰ~0&m18(fؿu%xRc0{gK߬2!{sR)f嫿ێu¬2}qendstream
+-'t<<8=D0x%t15Y?0@wڬ^APA1&"`isEŶiK_\J닓Ҳ*VKMJU.M{*<דI?bYQnC ?zh 5VKпZȰ~0&m18(fؿu%xRc0{gK߬2!{sR)fc`d0~qendstream
endobj
-920 0 obj <<
+957 0 obj <<
/Type /Page
-/Contents 921 0 R
-/Resources 919 0 R
+/Contents 958 0 R
+/Resources 956 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
+/Parent 960 0 R
>> endobj
-852 0 obj <<
+890 0 obj <<
/Type /XObject
/Subtype /Image
/Width 795
/Height 1035
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 923 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 961 0 R]
/Length 48142
/Filter /FlateDecode
>>
@@ -3303,7 +3457,7 @@ U\P)axQkL .CJ*PHm%z; ؍%:hkTCnt؟W:
Uqm!"҈;{zn Ή[%"b_ G֟>0\;+ ?Y޴򥈈/]k|r*_ȑ$z9rpzYҒ|1"G]݄GΟ/F3g,x*<#!#"G\
ߺh8s_-\2>RtC#GusS-OgN{jDl< OKQnzy|1"G]nƇMH+6TTrOD$g~k|cNjpiE>ra""$7T>ѧ[OK{S*<,tJid=sfipKg^G5DDܫK2Z$
endobj
-923 0 obj <<
+961 0 obj <<
/Length 638
/Filter /FlateDecode
>>
@@ -3312,36 +3466,35 @@ xN AA @0 $A@0AAA<X X x<XXXx{=sN
(
$IHEYEU% M%MeIUUȺ*)@1E4]TBMA@
endobj
-922 0 obj <<
-/D [920 0 R /XYZ 99.213 706.052 null]
+959 0 obj <<
+/D [957 0 R /XYZ 99.213 706.052 null]
>> endobj
-919 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
-/XObject << /Im3 852 0 R >>
+956 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
+/XObject << /Im3 890 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-926 0 obj <<
-/Length 281
+964 0 obj <<
+/Length 279
/Filter /FlateDecode
>>
stream
-x}n1E{ŔvcA(!
-$)X~Enƞ;׾.RCv ]jyPGsӨ4(XC,)S0qf=׷oKcI҇ͧE{4V2뭍znv>/hf #{5_8XW3吋OR)Ъcrߪg4jz Nv Dp+)sjFf910UˑcA;hk]%˿I c0%9 Hw+pV*%r(endstream
+x}N1E{Ŕvg#tQ6@ }Dh܌=w} LY9%hoa h +s18% !3TZ޾m&HJsLҢ)\~^f<eԦZj20Ykǟzc.VW ?6H9C# Ӥ^;zB0QȘ؃N!rhz3ugp8{/bPfn)RoRёJW9 
endobj
-925 0 obj <<
+963 0 obj <<
/Type /Page
-/Contents 926 0 R
-/Resources 924 0 R
+/Contents 964 0 R
+/Resources 962 0 R
/MediaBox [0 0 612 792]
-/Parent 887 0 R
+/Parent 960 0 R
>> endobj
-889 0 obj <<
+929 0 obj <<
/Type /XObject
/Subtype /Image
/Width 154
/Height 153
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 183 928 0 R]
+/ColorSpace [/Indexed /DeviceRGB 183 966 0 R]
/Length 1755
/Filter /FlateDecode
>>
@@ -3355,7 +3508,7 @@ d[)?1br3$X3YҒdwщCeF<(2ͳ e0YjC|oúDgg
0ŔjEצbgD\t_;`M#FKd&z&o
LA<My֦I 'CצꮡRF;rzbmm,b)~fq!]&j6y4K!*hRYLTFJdzoi=cq|M$B Je+le2[VW3865o^1}kbGĢɶļvΖޡSӼĔFH=^bLz lVWo/1(97ivtv%z p8S74(bendstream
endobj
-928 0 obj <<
+966 0 obj <<
/Length 530
/Filter /FlateDecode
>>
@@ -3363,36 +3516,36 @@ stream
x%_Qo!DTQAlOxY!ķOD 6rm¨hde#1, 5nvqHdeA…]xA,kUHaFX[dLiT5(,B:B!1BQWLILVWjխ2 wBh%PGJa6hYe36dlG"S
ϠZcV֬AS>'}s{ڿq}ٻrر/_wT1q̏'giϧ=^\kw͔_6>\[_W 0gWW(A@b.D$\n2looommmnnh4 ~u:۶jqΛfXYYej54+c\.Bl:u=J%x<>??F !H$B`0(J >7{<UHendstream
endobj
-927 0 obj <<
-/D [925 0 R /XYZ 99.213 706.052 null]
+965 0 obj <<
+/D [963 0 R /XYZ 99.213 706.052 null]
>> endobj
-924 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
-/XObject << /Im4 889 0 R >>
+962 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
+/XObject << /Im4 929 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-931 0 obj <<
+969 0 obj <<
/Length 272
/Filter /FlateDecode
>>
stream
x}Qn0 AdŎE۴يx 2I%j_#(Bˑ<O:VfAmPL 3PQ#A10Fbh;]#cer"mw2N<TsЯg9iR붜}Qdb,\no(v7"q3 ( EmuEZz0(8#
-\E2sq7Q ilJ/1?3hۥVrhQeBT" 1 .'?;eUEAqendstream
+\E2sq7Q ilJ/1?3hۥVrhQeBT" 1 >'C[Ye\ @qendstream
endobj
-930 0 obj <<
+968 0 obj <<
/Type /Page
-/Contents 931 0 R
-/Resources 929 0 R
+/Contents 969 0 R
+/Resources 967 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
+/Parent 960 0 R
>> endobj
-901 0 obj <<
+938 0 obj <<
/Type /XObject
/Subtype /Image
/Width 737
/Height 947
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 56 934 0 R]
+/ColorSpace [/Indexed /DeviceRGB 56 971 0 R]
/Length 27056
/Filter /FlateDecode
>>
@@ -3523,42 +3676,45 @@ xwj?! E!|[-&$8'OQg2 S|܀s^>j97
4|Wkv_r1j:er{~F({ōf߻?8.g,SlAazFd~V~ŤFIRv F%? _w~qnY%Ը:f*wUpygY>FQ9]s{x^*endstream
endobj
-934 0 obj <<
+971 0 obj <<
/Length 182
/Filter /FlateDecode
>>
stream
x
endobj
-932 0 obj <<
-/D [930 0 R /XYZ 99.213 706.052 null]
+970 0 obj <<
+/D [968 0 R /XYZ 99.213 706.052 null]
>> endobj
-929 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
-/XObject << /Im5 901 0 R >>
+967 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
+/XObject << /Im5 938 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-937 0 obj <<
-/Length 283
+974 0 obj <<
+/Length 282
/Filter /FlateDecode
>>
stream
-x}N1E{Ŕvny]""l 3D(Bnƞ;׾,bct)sJ^bϘF]͈b R9NEB߼x}|s-9MznvY,k&ńWX+ڡZE!IV=Ic8޺ڑe 'K<$!C9{!=W-A;jK"FboR%+*g9I%
+x}N1E{Ŕv_- !RD$@ }f7Es|׃V$ .<t; nՌ*yP
+Eb
+B߼x}|rфƖ{ֆH`R=2fd1b܍߫ZΕP H
+bRaUOq:o]zHXr<1|OwE33uob Mp.dЎ`'8!'oR%+*g9I%
endobj
-936 0 obj <<
+973 0 obj <<
/Type /Page
-/Contents 937 0 R
-/Resources 935 0 R
+/Contents 974 0 R
+/Resources 972 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
+/Parent 960 0 R
>> endobj
-911 0 obj <<
+948 0 obj <<
/Type /XObject
/Subtype /Image
/Width 250
/Height 316
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 56 939 0 R]
+/ColorSpace [/Indexed /DeviceRGB 56 976 0 R]
/Length 3194
/Filter /FlateDecode
>>
@@ -3569,22 +3725,22 @@ x _슲8.QWb?Y58,ȋL^lF2¶fg;e=;W
Vȳ'=o٪⣚y`hs;QXKE4-x81t-1\|]漓qT8ijɳ;`_p(y5klW326n(Cܞ4l{NHVpjWvy(P3Ѽ/.NDND~>@rob~Iȉȉȉȉȉȉȉȉȉ| _.|xY+
s@YP /\-T\҉+1CA|̚E9%55/AyvC<xuZ~F}ٗ4 d1bC^1͹B}l W/A.9(8dr.Q L=c}I_%HPl4E#Ue_P-||(}Mܩ=!Ob9P ɟx>)o߶߾X=߲m_$`?򇗲,ʧ+~fOg%G_<Pȉ2m;999۩GDNvjO7C"RFDNt :h Gq~;]Ոȉȉբ Ow_m[endstream
endobj
-939 0 obj <<
+976 0 obj <<
/Length 182
/Filter /FlateDecode
>>
stream
x
endobj
-938 0 obj <<
-/D [936 0 R /XYZ 99.213 706.052 null]
+975 0 obj <<
+/D [973 0 R /XYZ 99.213 706.052 null]
>> endobj
-935 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
-/XObject << /Im6 911 0 R >>
+972 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
+/XObject << /Im6 948 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-942 0 obj <<
+979 0 obj <<
/Length 1544
/Filter /FlateDecode
>>
@@ -3593,101 +3749,101 @@ xڕXYo6~ϯԬxj@],Gdi} mR97C2r\PR$IV.Y
ҒXFD=Huŀ4BȥPZ jB2yk 5M`Pi[UTNĞU)JN\iF~WT|`*SĞq@G[p"#
H0ν|T\9G|$C_oq_L"Sc8n%pb`Z]GN(u33vsVjMgxVc *gKђHb/}q-5 D_L3rzl{QX4gyz/_}L,غ ~!˔ OA&U@2M&_yH=>AȓYvmmT',ڙg4IgHgט)^\Z2&3R$1AxB;Ȳ \e߆^v{kqĉJrWi!t9wDhgɖQҶxﴯb!XxB;
-8eFP(tFmDa S(2@^g)/4H Yk\UOLMiWMS땴endstream
+8eFP(tFmDa S(2@^g)/4H Yk\UOLMiWMTAendstream
endobj
-941 0 obj <<
+978 0 obj <<
/Type /Page
-/Contents 942 0 R
-/Resources 940 0 R
+/Contents 979 0 R
+/Resources 977 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
-/Annots [ 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R ]
+/Parent 960 0 R
+/Annots [ 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R ]
>> endobj
-945 0 obj <<
+982 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 394.858 212.649 405.706]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-946 0 obj <<
+983 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [216.744 394.858 302.949 405.706]
/Subtype /Link
/A << /S /GoTo /D (Configurations.PageConfig) >>
>> endobj
-947 0 obj <<
+984 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [326.417 394.858 370.529 405.706]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Templates1) >>
>> endobj
-948 0 obj <<
+985 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [451.467 152.118 522.638 162.966]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/ct) >>
>> endobj
-949 0 obj <<
+986 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 137.174 193 148.022]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/tct) >>
>> endobj
-950 0 obj <<
+987 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [197.096 137.174 259.75 148.022]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/cot) >>
>> endobj
-951 0 obj <<
+988 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [263.846 137.174 359.155 148.022]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/dct) >>
>> endobj
-952 0 obj <<
+989 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [382.623 137.174 483.245 148.022]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/dpt) >>
>> endobj
-943 0 obj <<
-/D [941 0 R /XYZ 99.213 706.052 null]
+980 0 obj <<
+/D [978 0 R /XYZ 99.213 706.052 null]
>> endobj
-150 0 obj <<
-/D [941 0 R /XYZ 99.213 688.052 null]
+158 0 obj <<
+/D [978 0 R /XYZ 99.213 688.052 null]
>> endobj
-944 0 obj <<
-/D [941 0 R /XYZ 99.213 477.255 null]
+981 0 obj <<
+/D [978 0 R /XYZ 99.213 477.255 null]
>> endobj
-841 0 obj <<
-/D [941 0 R /XYZ 99.213 477.255 null]
+879 0 obj <<
+/D [978 0 R /XYZ 99.213 477.255 null]
>> endobj
-154 0 obj <<
-/D [941 0 R /XYZ 99.213 477.255 null]
+162 0 obj <<
+/D [978 0 R /XYZ 99.213 477.255 null]
>> endobj
-848 0 obj <<
-/D [941 0 R /XYZ 99.213 357 null]
+886 0 obj <<
+/D [978 0 R /XYZ 99.213 357 null]
>> endobj
-158 0 obj <<
-/D [941 0 R /XYZ 99.213 321.083 null]
+166 0 obj <<
+/D [978 0 R /XYZ 99.213 321.083 null]
>> endobj
-953 0 obj <<
-/D [941 0 R /XYZ 99.213 138.17 null]
+990 0 obj <<
+/D [978 0 R /XYZ 99.213 138.17 null]
>> endobj
-940 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+977 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-960 0 obj <<
+997 0 obj <<
/Length 2145
/Filter /FlateDecode
>>
@@ -3702,26 +3858,26 @@ x <%N&&m̑;4
$:
}4j4` D ;D1kH7sR'o%F@ě
UCK%>=#N2B[z
-$(2=+-}@p_0xV&aO8pbXkbe@ľgxܽ*k{DJlR KS6azn'xVy`!'_l@[=r§w\i>ԱsjX6s%'PCA_ :wg㮿e׺e]s${kz:us}jdYT #?~DȃQ^k{xR/Drendstream
+$(2=+-}@p_0xV&aO8pbXkbe@ľgxܽ*k{DJlR KS6azn'xVy`!'_l@[=r§w\i>ԱsjX6s%'PCA_ :wg㮿e׺e]s${kz:us}jdYT #?~DȃQ^k{x2/Dendstream
endobj
-959 0 obj <<
+996 0 obj <<
/Type /Page
-/Contents 960 0 R
-/Resources 958 0 R
+/Contents 997 0 R
+/Resources 995 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
+/Parent 960 0 R
>> endobj
-961 0 obj <<
-/D [959 0 R /XYZ 99.213 706.052 null]
+998 0 obj <<
+/D [996 0 R /XYZ 99.213 706.052 null]
>> endobj
-162 0 obj <<
-/D [959 0 R /XYZ 99.213 688.052 null]
+170 0 obj <<
+/D [996 0 R /XYZ 99.213 688.052 null]
>> endobj
-958 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+995 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-964 0 obj <<
+1001 0 obj <<
/Length 1896
/Filter /FlateDecode
>>
@@ -3737,35 +3893,35 @@ xڍXD"ZQHhE9
A< ˣFrXZkr^\
Rܕ6q+9z[ DMNx6
r<300WXsv7Vy{X@_2nee¥s~"S;G^4 [ .G&7 7/K{k*E
-G.z^c ѵmG}:@pCxƷ"j[&oѵS>El;})_]E-7*7fB(=NdҦ endstream
+G.z^c ѵmG}:@pCxƷ"j[&oѵS>El;})_]E-7*7fB(=NM endstream
endobj
-963 0 obj <<
+1000 0 obj <<
/Type /Page
-/Contents 964 0 R
-/Resources 962 0 R
+/Contents 1001 0 R
+/Resources 999 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
+/Parent 1004 0 R
>> endobj
-965 0 obj <<
-/D [963 0 R /XYZ 99.213 706.052 null]
+1002 0 obj <<
+/D [1000 0 R /XYZ 99.213 706.052 null]
>> endobj
-966 0 obj <<
-/D [963 0 R /XYZ 99.213 600.19 null]
+1003 0 obj <<
+/D [1000 0 R /XYZ 99.213 600.19 null]
>> endobj
-954 0 obj <<
-/D [963 0 R /XYZ 99.213 439.512 null]
+991 0 obj <<
+/D [1000 0 R /XYZ 99.213 439.512 null]
>> endobj
-166 0 obj <<
-/D [963 0 R /XYZ 99.213 411.627 null]
+174 0 obj <<
+/D [1000 0 R /XYZ 99.213 411.627 null]
>> endobj
-955 0 obj <<
-/D [963 0 R /XYZ 99.213 138.17 null]
+992 0 obj <<
+/D [1000 0 R /XYZ 99.213 138.17 null]
>> endobj
-962 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F39 598 0 R /F19 577 0 R >>
+999 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-969 0 obj <<
+1007 0 obj <<
/Length 1911
/Filter /FlateDecode
>>
@@ -3777,94 +3933,94 @@ RpyZE9W1R L+Jz=v@NssZ^rNߜa c
*7Xb6@W?a<W 4hmm*DTo`$m:G1)kۧA<ltiаBB ڹaMZcBЌK
r܌rZN1w~CEx4f %o<l29b'M=29Զtj-
-t=쥖Bzin+s'pkfyMF g Bcicwa+Bg 摄ƙUF=-ǁCup+yiek~Y#2ғqIT}?i=>Ȕk|{"JH?4qrIڷxTkQlP g|3O0<P#Txڞ53 ʁK{AvKOjwsKR W;wQE>4PP]ƌgiendstream
+t=쥖Bzin+s'pkfyMF g Bcicwa+Bg 摄ƙUF=-ǁCup+yiek~Y#2ғqIT}?i=>Ȕk|{"JH?4qrIڷxTkQlP g|3O0<P#Txڞ53 ʁK{AvKOjwsKR W;wQE>4P0T g݇kendstream
endobj
-968 0 obj <<
+1006 0 obj <<
/Type /Page
-/Contents 969 0 R
-/Resources 967 0 R
+/Contents 1007 0 R
+/Resources 1005 0 R
/MediaBox [0 0 612 792]
-/Parent 933 0 R
-/Annots [ 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R ]
+/Parent 1004 0 R
+/Annots [ 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R ]
>> endobj
-972 0 obj <<
+1010 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [422.523 368.372 492.822 379.221]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/ct) >>
>> endobj
-973 0 obj <<
+1011 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [194.757 338.484 263.231 349.333]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/et) >>
>> endobj
-974 0 obj <<
+1012 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [268.202 338.484 334.932 349.333]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/st) >>
>> endobj
-975 0 obj <<
+1013 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [339.903 338.484 402.427 349.333]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/dt) >>
>> endobj
-976 0 obj <<
+1014 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [407.398 338.484 475.512 349.333]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/pt) >>
>> endobj
-977 0 obj <<
+1015 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [480.483 338.484 525.406 349.333]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/at) >>
>> endobj
-978 0 obj <<
+1016 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [117.588 323.54 190.205 334.389]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/lot) >>
>> endobj
-970 0 obj <<
-/D [968 0 R /XYZ 99.213 706.052 null]
+1008 0 obj <<
+/D [1006 0 R /XYZ 99.213 706.052 null]
>> endobj
-170 0 obj <<
-/D [968 0 R /XYZ 99.213 688.052 null]
+178 0 obj <<
+/D [1006 0 R /XYZ 99.213 688.052 null]
>> endobj
-971 0 obj <<
-/D [968 0 R /XYZ 99.213 478.243 null]
+1009 0 obj <<
+/D [1006 0 R /XYZ 99.213 478.243 null]
>> endobj
-174 0 obj <<
-/D [968 0 R /XYZ 99.213 469.299 null]
+182 0 obj <<
+/D [1006 0 R /XYZ 99.213 469.299 null]
>> endobj
-956 0 obj <<
-/D [968 0 R /XYZ 99.213 425.262 null]
+993 0 obj <<
+/D [1006 0 R /XYZ 99.213 425.262 null]
>> endobj
-178 0 obj <<
-/D [968 0 R /XYZ 99.213 425.262 null]
+186 0 obj <<
+/D [1006 0 R /XYZ 99.213 425.262 null]
>> endobj
-979 0 obj <<
-/D [968 0 R /XYZ 99.213 324.537 null]
+1017 0 obj <<
+/D [1006 0 R /XYZ 99.213 324.537 null]
>> endobj
-980 0 obj <<
-/D [968 0 R /XYZ 99.213 280.773 null]
+1018 0 obj <<
+/D [1006 0 R /XYZ 99.213 280.773 null]
>> endobj
-967 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F39 598 0 R >>
+1005 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-988 0 obj <<
+1026 0 obj <<
/Length 1583
/Filter /FlateDecode
>>
@@ -3877,41 +4033,41 @@ xڭXY6~."+E"=$M$X." ŦBmˑ,[v&E 9ߜċ/D"<΢8
_=vD( ʮRm}~  &Ǝy[+r)5[G=Q< P
z]g]Ӂp9maZfJFƷ j'!bըP nupZ0\H/
J'kpI2mҁaH+%JPΞP, b/7ޑDe߲+>W^!(lNࢤJ
-U;z 8NWSq)ʦܘ_ lMQiJn%W-׉L /#wEǪyrGճ4;3ݐ79GpExn\D}"{pGsoʦߔed^+
+U;z 8NWSq)ʦܘ_ lMQiJn%W-׉L /#wEǪyrGճ4;3ݐ79GpExn\D}"{pGsoʦߔed^+
endobj
-987 0 obj <<
+1025 0 obj <<
/Type /Page
-/Contents 988 0 R
-/Resources 986 0 R
+/Contents 1026 0 R
+/Resources 1024 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
+/Parent 1004 0 R
>> endobj
-989 0 obj <<
-/D [987 0 R /XYZ 99.213 706.052 null]
+1027 0 obj <<
+/D [1025 0 R /XYZ 99.213 706.052 null]
>> endobj
-981 0 obj <<
-/D [987 0 R /XYZ 99.213 666.918 null]
+1019 0 obj <<
+/D [1025 0 R /XYZ 99.213 666.918 null]
>> endobj
-990 0 obj <<
-/D [987 0 R /XYZ 99.213 629.316 null]
+1028 0 obj <<
+/D [1025 0 R /XYZ 99.213 629.316 null]
>> endobj
-982 0 obj <<
-/D [987 0 R /XYZ 99.213 364.456 null]
+1020 0 obj <<
+/D [1025 0 R /XYZ 99.213 364.456 null]
>> endobj
-991 0 obj <<
-/D [987 0 R /XYZ 99.213 325.47 null]
+1029 0 obj <<
+/D [1025 0 R /XYZ 99.213 325.47 null]
>> endobj
-983 0 obj <<
-/D [987 0 R /XYZ 99.213 214.626 null]
+1021 0 obj <<
+/D [1025 0 R /XYZ 99.213 214.626 null]
>> endobj
-992 0 obj <<
-/D [987 0 R /XYZ 99.213 177.024 null]
+1030 0 obj <<
+/D [1025 0 R /XYZ 99.213 177.024 null]
>> endobj
-986 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F39 598 0 R /F8 605 0 R >>
+1024 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F39 618 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-996 0 obj <<
+1033 0 obj <<
/Length 1553
/Filter /FlateDecode
>>
@@ -3927,209 +4083,197 @@ xڕWYoF~ׯC@Ȑ.I-+i%Hcdq!@{|; #'_EG4
9zotϷeۍb]`r,jee)yD& ʎddGa|ɖ@ fT htC>U4wt({pQN\ۃ\l/hwi3@1b"("Sݺiw$̛5S#ȘPl,sU &^>*\xdY?FMh*R?\nJ?J^
@fiܝי8$dLOurAR) 2א)RI.a6FJð:/@b$zfk2BsKGh6a]#%J_xTZ_q<XP=2Oj|jIҕ c<Z YN;7WX
׫Ohas;3Ffc>p&ܛf @Uf,NYaaA2~ݓ)0TJMᥜ['>1ZMjx
-)]:(Fä,fu1SJGW !XnU[;SNB"PL_KcЇ%T k꟪ PS&OKuK׷ ݷU*E
+)]:(Fä,fu1SJGW !XnU[;SNB"PL_KcЇ%T k꟪ PS&OKuK׷ ݷU*E
endobj
-995 0 obj <<
+1032 0 obj <<
/Type /Page
-/Contents 996 0 R
-/Resources 994 0 R
+/Contents 1033 0 R
+/Resources 1031 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
+/Parent 1004 0 R
>> endobj
-997 0 obj <<
-/D [995 0 R /XYZ 99.213 706.052 null]
+1034 0 obj <<
+/D [1032 0 R /XYZ 99.213 706.052 null]
>> endobj
-984 0 obj <<
-/D [995 0 R /XYZ 99.213 621.969 null]
+1022 0 obj <<
+/D [1032 0 R /XYZ 99.213 621.969 null]
>> endobj
-998 0 obj <<
-/D [995 0 R /XYZ 99.213 558.673 null]
+1035 0 obj <<
+/D [1032 0 R /XYZ 99.213 558.673 null]
>> endobj
-985 0 obj <<
-/D [995 0 R /XYZ 99.213 318.799 null]
+1023 0 obj <<
+/D [1032 0 R /XYZ 99.213 318.799 null]
>> endobj
-999 0 obj <<
-/D [995 0 R /XYZ 99.213 255.503 null]
+1036 0 obj <<
+/D [1032 0 R /XYZ 99.213 255.503 null]
>> endobj
-1000 0 obj <<
-/D [995 0 R /XYZ 99.213 140.107 null]
+1037 0 obj <<
+/D [1032 0 R /XYZ 99.213 140.107 null]
>> endobj
-994 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F39 598 0 R >>
+1031 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1003 0 obj <<
+1040 0 obj <<
/Length 2206
/Filter /FlateDecode
>>
stream
-xڭY[~CZ+%f$i$[c -ǒ33=9,Kg
- Iܯ\5蟚y+=M#FI<]&tM'(1w 0fMZO_p6R,ʙ
-vm16hˆv_&OYl̦A;4 bɗENG) mb_~+bI<>:
-UOw'J~;y٩ܺ&{DXxO =md $Xr
-0Ʃ fd1Nh]-pTO@GTjKǴeǥ3X&BeY׻Mh-}[+RCtKɩ!W;q:VJnbu7"0I~WtLcq;5^1T%kB
-#R0ۯ2
-!X?m*JݬOrb,׭,*x#'_@
-աy:63@Ew1D).U%=e60)N6
-ߏpC+G2!65awX,媄k,#% LaHM_^/SNk]23;6;lNKݸ/5(]s/,rtjKq8ʨ N--7^Sܪ-߻h4؏VrBZK0v=|v6Նŗ%}<ZM( ԸV +:jiDI@Hb HF$OOߊG k3\(鱦d
-18HjWǵw==S#,_]Yh/ N3K*4Iz X<=nx͇11rJ^bUz4#zfԾ!
-NfD?k: !,]&wdW8mm58Kwu=[ݭOHȰͦ<||m~(h}=bKv2&7i78*c29O4;Jݳ;@{>#mCbuI7T5|`bM$ǶK+ʙMNʗF6M=q,C_+af|x,#jC-FG⏐"WK#._ڱet$af4Zq|1ZQJ9,t)vpV9{攧&rɀ-е^y4E1M3දggC#IdkDXvSK7pSlO2s(
-nż)H쭘 Dd@?L`$Hϋ~|kY*g~3Q|mn*7Q >4qViؿl2Xѭ`a|%.-x\+:ɥ kxJl{_P2@O˶<tf ZLɤMs._mtW{oE\Pr lX+C^Q$G@uu,)ࣨOGB m]F+!KDUxMj;g@Yj=H?ɘkWendstream
+xڭY[~CZ+J%f$i$[c -ǒ33=9,Kg
+ Iܯ\5蟚Z*f 4.whN;yoh=5ttFcCbK:, LöeCgsmaA183YIXaeѱQJCj0ߢaͧϴBet7qJ'pəʭkud+;U:LIo<$cI0bfuPg- 8)ĥKB 4h:OL(G=*GhF[YA%A&FHg )FLT; # o9mFźGDyt0MtL(hkPZ{\jK9ce*_mp۔Vq,
+*(յDC6#}ej1EϜN;dV@f>mbUf+؎zyV1C?VXev
+l x:I+ܵ/(Ӡs#fQNz W}-0źJk^C ,Me9Vyz1Q(r|sppdB`4ܮ<9{{o#me 8cX!#yöGuYh[ɌGsM!<$ԛ
+磾ͽWw)U<{ b~ɵ 6>}uٔ!灂#FId'Wa}vS2,{cD##Y_?d=32V=$^< _7qOUG+!i;-\…\QL<|)hd4hǒ9񵸢$̵o?vDSaё#Ai/2Iaf4q|1ZQJ9,t)tpV9{攧&rɀ-е^y4E1M3දggC#d%4nH'ئ=dP,9܊ye)H쭘 Dd@?L%Hϋ~|kYʲln?(6s7gy{^v+4r_b,V00|MRؖR<$RxJl{6_P2@O˶<tf ZLɤMs._MtW{oE\Pr lX+C^Q$G@uXRdGQdۺ٩WB2
+5FN9T+}w ,2{8?ɘWendstream
endobj
-1002 0 obj <<
+1039 0 obj <<
/Type /Page
-/Contents 1003 0 R
-/Resources 1001 0 R
+/Contents 1040 0 R
+/Resources 1038 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
-/Annots [ 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R ]
+/Parent 1004 0 R
+/Annots [ 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R ]
>> endobj
-1005 0 obj <<
+1042 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [255.018 423.098 322.453 433.947]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/et) >>
>> endobj
-1006 0 obj <<
+1043 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [326.278 423.098 387.763 433.947]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/dt) >>
>> endobj
-1007 0 obj <<
+1044 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [391.588 423.098 458.663 433.947]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/pt) >>
>> endobj
-1008 0 obj <<
+1045 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [462.488 423.098 506.373 433.947]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/at) >>
>> endobj
-1009 0 obj <<
+1046 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 407.601 170.833 419.556]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates3.page/lot) >>
>> endobj
-1004 0 obj <<
-/D [1002 0 R /XYZ 99.213 706.052 null]
+1041 0 obj <<
+/D [1039 0 R /XYZ 99.213 706.052 null]
>> endobj
-182 0 obj <<
-/D [1002 0 R /XYZ 99.213 688.052 null]
+190 0 obj <<
+/D [1039 0 R /XYZ 99.213 688.052 null]
>> endobj
-957 0 obj <<
-/D [1002 0 R /XYZ 99.213 665.434 null]
+994 0 obj <<
+/D [1039 0 R /XYZ 99.213 665.434 null]
>> endobj
-186 0 obj <<
-/D [1002 0 R /XYZ 99.213 665.434 null]
+194 0 obj <<
+/D [1039 0 R /XYZ 99.213 665.434 null]
>> endobj
-1010 0 obj <<
-/D [1002 0 R /XYZ 99.213 408.597 null]
+1047 0 obj <<
+/D [1039 0 R /XYZ 99.213 408.597 null]
>> endobj
-1011 0 obj <<
-/D [1002 0 R /XYZ 99.213 365.601 null]
+1048 0 obj <<
+/D [1039 0 R /XYZ 99.213 365.601 null]
>> endobj
-1012 0 obj <<
-/D [1002 0 R /XYZ 99.213 138.17 null]
+1049 0 obj <<
+/D [1039 0 R /XYZ 99.213 138.17 null]
>> endobj
-1001 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F39 598 0 R >>
+1038 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1018 0 obj <<
-/Length 1733
+1055 0 obj <<
+/Length 1735
/Filter /FlateDecode
>>
stream
-xڭX[F~4 ֊($͖ԡIf-*K$ǻ/=˖dF3wf: 0v 4rYl`Y(sd^-f/n)2ډϓ~b}U<t^80yn{"-|kpr jsa,s޷Żٛu:YCϾ| 8nqY8G~XnD)ryg~x.sxյ(񓠜&
-;i¿eWB_#Weӣ_λLP4ډ];,xXD s 4Sm3p^͕tƅr~ j
-vMdRz^3Ȣ<lqϲqq@ 8ݦx{> 2M$i 16~>9r-vuv;_i;vƖ  vb C
-d)]sy<Jd[4y$L78i2 dm4"Rv، ?=4&^HH86P;=2oVjEfpp䅴<bӦjr%C\vWV l 'cbu#q O%cgFc
-4e0;iρc)GAC>/#z&20@$ &Q6lt ܁̓MS) LW PQJ%E2LN|P > sr$vW#nm1<9.%M% G F32afn;stՠ'U5lzezzx3= qħx|b>WpG 鷧O][}ŘZ(Qd'"![w3
- fOE
-=Ԏ@XyC|I]%zH('sc>\O8+6韓r|x"[{~ a-?wrWT!^D]Z
-fCsD0Nz<iZV50otʡ DZKl)+ &r+ n'X`.6}bpz㶪pn ,y\量<2<@گRTN>xY$Q NW -@70M\B漬f#ke+hnLw0$ m(^h`DM 6*F{F1읶,X]vpޮY^-a
-<\Og7A (Gb*jK\QÏ&:s:]6:5C遖Ia^iagɇoHW~'*b? m$Bo8(Ҏhj_WĜendstream
+xڭX[F~4 H+BfKBiЇ$%WݗX% %d5Ҝ9o3/2#" E{Lxmd^-f/n+2b"
+$=e[*G>]0y0_5 
+*7fo%tfi=Mx+pL,#E%q
+ܼ׳?f;]<yZi( 8]KY^U jVq!EPP(/nBͥKa*p]k`T<]U̷Qca}/UۜT4J|}J3UnXR5<_w<}'sc5lyDaY\C+%a ` ]eh5y'']ᘼ~/1hʮ |UԠA[gŕHĩq*H&K0##Tu&1r!d/nQvM~s+U^y *Lvzy"ΎlwXSb#J|ؤLTy=
+{d;b~?pOL],9~dbV?ܲ޷pj.+", {^?{/¤/zEWSԜ|H ),5: n`p3й䁅yYVƬGUvcGBI.P 6^:Wl\ /.b;m#fI`uAxv"j S?e|b|g? $_`2H,Q_UEmB=^?mWdM@Ǥ0宴NSs7+2L?:A],,RK;+ĕendstream
endobj
-1017 0 obj <<
+1054 0 obj <<
/Type /Page
-/Contents 1018 0 R
-/Resources 1016 0 R
+/Contents 1055 0 R
+/Resources 1053 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
+/Parent 1004 0 R
>> endobj
-1019 0 obj <<
-/D [1017 0 R /XYZ 99.213 706.052 null]
+1056 0 obj <<
+/D [1054 0 R /XYZ 99.213 706.052 null]
>> endobj
-1020 0 obj <<
-/D [1017 0 R /XYZ 99.213 669.126 null]
+1057 0 obj <<
+/D [1054 0 R /XYZ 99.213 669.126 null]
>> endobj
-1013 0 obj <<
-/D [1017 0 R /XYZ 99.213 533.593 null]
+1050 0 obj <<
+/D [1054 0 R /XYZ 99.213 533.593 null]
>> endobj
-1021 0 obj <<
-/D [1017 0 R /XYZ 99.213 495.376 null]
+1058 0 obj <<
+/D [1054 0 R /XYZ 99.213 495.376 null]
>> endobj
-1014 0 obj <<
-/D [1017 0 R /XYZ 99.213 375.064 null]
+1051 0 obj <<
+/D [1054 0 R /XYZ 99.213 375.064 null]
>> endobj
-1022 0 obj <<
-/D [1017 0 R /XYZ 99.213 327.224 null]
+1059 0 obj <<
+/D [1054 0 R /XYZ 99.213 327.224 null]
>> endobj
-1016 0 obj <<
-/Font << /F44 801 0 R /F39 598 0 R /F8 605 0 R /F40 711 0 R >>
+1053 0 obj <<
+/Font << /F44 833 0 R /F39 618 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1025 0 obj <<
+1062 0 obj <<
/Length 1385
/Filter /FlateDecode
>>
stream
xڍWmo6E
-Rp
+Rp
`,!û#$1 -qY>Р]/xdp<7bP>APnb_0b7d%=Rj2zٵy湶d ;nɫg+[hڲȬڌ,jXBS{Av |ˇnT7 <ٮ/`
9h^dt*SrQkXl0)LGPͺ30~/_,.P"Ԣ_OCr\DUS(^^Fwn//m+H M$˃ q[ l|L$$|CG=]R{٘G׋N<kzX'9/U˵Do=(p[UZU|i|-돜Xn
-`]777Ũ2
-릪{@ByώeGd$7:
-@wZCѪ;ϩnCgG8~k{Opr14@*&>;BHqM/:>] <GM9~$8 !)FM I9X+}cL€dyGSq, 6ϱ\
-V3p߈Gr~b=nh}|V߳ᇐoxgz9eendstream
+`]777Ũ2|[uSY=_gGU#2BpG ;!Gh՝T!yӳ ^}dֽ O_'^89ANk ώ6RGKNFotWdoC|c~:3d ȰI $)_[<pCW 0xcLI,c
+ y#9kBjq4׽/.VM!VFw*QlrCHoxIsTk^endstream
endobj
-1024 0 obj <<
+1061 0 obj <<
/Type /Page
-/Contents 1025 0 R
-/Resources 1023 0 R
+/Contents 1062 0 R
+/Resources 1060 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
+/Parent 1065 0 R
>> endobj
-1026 0 obj <<
-/D [1024 0 R /XYZ 99.213 706.052 null]
+1063 0 obj <<
+/D [1061 0 R /XYZ 99.213 706.052 null]
>> endobj
-1015 0 obj <<
-/D [1024 0 R /XYZ 99.213 661.209 null]
+1052 0 obj <<
+/D [1061 0 R /XYZ 99.213 661.209 null]
>> endobj
-1027 0 obj <<
-/D [1024 0 R /XYZ 99.213 616.995 null]
+1064 0 obj <<
+/D [1061 0 R /XYZ 99.213 616.995 null]
>> endobj
-840 0 obj <<
-/D [1024 0 R /XYZ 99.213 516.982 null]
+878 0 obj <<
+/D [1061 0 R /XYZ 99.213 516.982 null]
>> endobj
-190 0 obj <<
-/D [1024 0 R /XYZ 99.213 502.041 null]
+198 0 obj <<
+/D [1061 0 R /XYZ 99.213 502.041 null]
>> endobj
-1023 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F39 598 0 R /F40 711 0 R /F19 577 0 R >>
+1060 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F39 618 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1030 0 obj <<
-/Length 2782
+1068 0 obj <<
+/Length 2781
/Filter /FlateDecode
>>
stream
@@ -4141,26 +4285,26 @@ $[)xp¾ OF K;12.v|Ķ 4<d.< mhj0JnV ٪U5@+lUC
m.~f^-%h"Nc[VG^s)to
`f Pc3Md^D'v\[٤ ?daw'F+~`4Xg
wttQJ.)
-9^;<UPgXKډ_ݔOPP`;Լd7\mau^y!!os@ۺd}5#*Z(FI},|/ک/G>/fiCT+!Gbuv2M?*őT˙UvHt٤ +zy^Y~ו>rvt<qY~n@ B(_s׀r*HgK8H` >HtH4hw[]gRA@T|@ͦlUendstream
+9^;<UPgXKډ_ݔOPP`;Լd7\mau^y!!os@ۺd}5#*Z(FI},|/ک/G>/fiCT+!Gbuv2M?*őT˙UvHt٤ +zy^Y~ו>rvt<qY~n@ B(_s׀r*HgK8H` >HtH4hw[]gRA@cfq6迫eUendstream
endobj
-1029 0 obj <<
+1067 0 obj <<
/Type /Page
-/Contents 1030 0 R
-/Resources 1028 0 R
+/Contents 1068 0 R
+/Resources 1066 0 R
/MediaBox [0 0 612 792]
-/Parent 993 0 R
+/Parent 1065 0 R
>> endobj
-1031 0 obj <<
-/D [1029 0 R /XYZ 99.213 706.052 null]
+1069 0 obj <<
+/D [1067 0 R /XYZ 99.213 706.052 null]
>> endobj
-888 0 obj <<
-/D [1029 0 R /XYZ 99.213 138.17 null]
+928 0 obj <<
+/D [1067 0 R /XYZ 99.213 138.17 null]
>> endobj
-1028 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F8 605 0 R /F40 711 0 R >>
+1066 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1034 0 obj <<
+1072 0 obj <<
/Length 1855
/Filter /FlateDecode
>>
@@ -4171,432 +4315,421 @@ xڝXYoF~ׯ D暻l4恑h
Y2LkFv E]}ؐ~uu^ѢB<ٱB&>);M
J * *<QW%CElM>uquKh P5SbrqM O : aÈ?뙣hP!ȳr< 
qXq_Hg
-`pV-'8N1\:Akv+Bg>7箪s6+.T&ǖ*|
+`pV-'8N1\:Akv+Bg>7箪s6+.T&ǖ*|
endobj
-1033 0 obj <<
+1071 0 obj <<
/Type /Page
-/Contents 1034 0 R
-/Resources 1032 0 R
+/Contents 1072 0 R
+/Resources 1070 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
-/Annots [ 1036 0 R ]
+/Parent 1065 0 R
+/Annots [ 1074 0 R ]
>> endobj
-1036 0 obj <<
+1074 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [435.507 542.027 489.887 552.875]
/Subtype /Link
/A << /S /GoTo /D (Fundamentals.Services) >>
>> endobj
-1035 0 obj <<
-/D [1033 0 R /XYZ 99.213 706.052 null]
+1073 0 obj <<
+/D [1071 0 R /XYZ 99.213 706.052 null]
>> endobj
-194 0 obj <<
-/D [1033 0 R /XYZ 99.213 688.052 null]
+202 0 obj <<
+/D [1071 0 R /XYZ 99.213 688.052 null]
>> endobj
-1032 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1070 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1040 0 obj <<
-/Length 504
+1077 0 obj <<
+/Length 505
/Filter /FlateDecode
>>
stream
-xڍSM0WCz読ܶ{$@
-- D.{mJ9KRן
-kǜEiӢk=$X۶+#144JP,Hu#Z"8͂ӯo'k
-&蔻4g6g|CSTeN67'O܎ݫ%_^WL ϗ~)
-13%o߷lendstream
+xڍSM0WbH+@ ۲IHiRw{f4Pty޳- 3)0^Kl SE5TW5ŻZϼQd& fu 8ɢyPVuTrVч1ۜ0Ci ݜ;ϋb45Y<=s
endobj
-1039 0 obj <<
+1076 0 obj <<
/Type /Page
-/Contents 1040 0 R
-/Resources 1038 0 R
+/Contents 1077 0 R
+/Resources 1075 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
+/Parent 1065 0 R
>> endobj
-1041 0 obj <<
-/D [1039 0 R /XYZ 99.213 706.052 null]
+1078 0 obj <<
+/D [1076 0 R /XYZ 99.213 706.052 null]
>> endobj
-1038 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R >>
+1075 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1044 0 obj <<
-/Length 1305
+1081 0 obj <<
+/Length 1302
/Filter /FlateDecode
>>
stream
-x}WK6 ϯU1s{f]Cn24t3 #[}@>ɒ[ dP"*(\$: ]tY,so0cf"K XnwO D
-vOmE4G 1UYWDa
-K8E
-fI%GJ3P#*@tӢ)3iRJfbBLb& q`1:{ _捭%G6b
-6m3Y03sɷo%Z48zj :;yT`|։
-;~"ZMn:-;q<ʥ.DȤw;3O|Q7ٶs/۲ ?Y`$xXn}y H`l:ynʸ?n EvyM
-
+x}WKs6WHX('[\M:cjNsH{IZbC~(vaa~re*\DYvj?.HLHrũH#Z/ʋ_~zG"ϓUy?)%dQ{mA3ȃ4ץPV<1ҒPC&2 x
+fBg&8t0Ё,s ŽmĨjS
+=ח d@e|4%|6;o1{<tKQ4 mzroz3(
+rwS^kyN/9z)C:c˟L [b]FOz#>8{p)tͅX u Ch:^FU<JqBjQH~mI#u2q Pú3T3p:E
+rPxjWor0m@0weC2RӘGWͰsyDsHk`%] J4TpOR= od.
+d!ݩ
endobj
-1043 0 obj <<
+1080 0 obj <<
/Type /Page
-/Contents 1044 0 R
-/Resources 1042 0 R
+/Contents 1081 0 R
+/Resources 1079 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
-/Annots [ 1049 0 R ]
->> endobj
-1049 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 137.174 258.255 148.022]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TLabel.Home)>>
+/Parent 1065 0 R
>> endobj
-1045 0 obj <<
-/D [1043 0 R /XYZ 99.213 706.052 null]
+1082 0 obj <<
+/D [1080 0 R /XYZ 99.213 706.052 null]
>> endobj
-198 0 obj <<
-/D [1043 0 R /XYZ 99.213 688.052 null]
+206 0 obj <<
+/D [1080 0 R /XYZ 99.213 688.052 null]
>> endobj
-1046 0 obj <<
-/D [1043 0 R /XYZ 99.213 482.075 null]
+1083 0 obj <<
+/D [1080 0 R /XYZ 99.213 482.075 null]
>> endobj
-1047 0 obj <<
-/D [1043 0 R /XYZ 99.213 482.075 null]
+1084 0 obj <<
+/D [1080 0 R /XYZ 99.213 482.075 null]
>> endobj
-202 0 obj <<
-/D [1043 0 R /XYZ 99.213 482.075 null]
+210 0 obj <<
+/D [1080 0 R /XYZ 99.213 482.075 null]
>> endobj
-1048 0 obj <<
-/D [1043 0 R /XYZ 99.213 346.752 null]
+1085 0 obj <<
+/D [1080 0 R /XYZ 99.213 328.75 null]
>> endobj
-206 0 obj <<
-/D [1043 0 R /XYZ 99.213 324.63 null]
+214 0 obj <<
+/D [1080 0 R /XYZ 99.213 301.024 null]
>> endobj
-210 0 obj <<
-/D [1043 0 R /XYZ 99.213 279.171 null]
+218 0 obj <<
+/D [1080 0 R /XYZ 99.213 256.381 null]
>> endobj
-1042 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1079 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1052 0 obj <<
-/Length 2439
+1088 0 obj <<
+/Length 2162
/Filter /FlateDecode
>>
stream
-xڝYm6"1O| Mzmipj-$v;/,Yrv !9< W.b'
-%"S'jy;FzY dޭo1 +l뻅J:V._{\踔Qr<2b3]T*Ϫ]^^D{ob p mc!]<@+͗x,]&y]H)lNik@w*xVQ|*x20\|6\Xi$8%`Gm [<zoe' 6pJC
-ct%K+ZC@ ցvO(֭Wٔ),;x)4PZr+f"Jaq±eM&z\%21*::}|},7+T$po KCCuP@7fW\hι66Ugc3+$MV\WYչd_W5xZM-z.Y* mX }$?lXI-籰6Xm &w^K<>~XS5
-Al']Uo:z*}ɹ ? 9n'
- !k(-d{=.YxIj Yy<x/ȯ( }&{L
-egpV`jD'N$(~`zp,Hdd&%l+yu,/%irj#d2B3!]?&eBf`ߠǯ:
-lyGZ^SdH:ҮO=t8#YH3u5um]<z4tF;E
-㇙VfhDJB
-r&Oc DR7(*5=Bއ03:$.v%T
-}DN諸7$gCP sywσV םuֆxf(yS`Erϱn}ϛN7ox}oPK ,f V@zvWtP< lRu@#C,Qic?cebd9`5D^ù>(ۑ287]P$PҢz^^j\ [_zNR>[,5sLbs#=yjpݘn`' g"K|iE*{N٣*j{ԤE001e'5=0GšE#! bنlklm CVh
+xڝYmo6_o+k"Jtk7a{uq8؊-D|4R-y"3rßPR؊8Q.m`;%^d1۷r[=[>ΌTBY|\}usu(:"#,5qkJEZ_s#1&&ϿƳ5`.:f/ЎΨZ~_gM7QF87;#i&b>ri8^R\Ϡ}yiZ:a⋓%I~2TjP#U@G;TE+|E%>ֻJR n%.'P9J
+kBf
+ 4" 2c[]$FnpLG[k2> >KǍkpebEbwY֍p`>T <ۂl 7wͦ@ι66(tXc%Zdܬd8H=ՙdښ[<&mv)=B=Td_ uޝhݢH>~jSVfu:(0pcX0,<mG(iya9c
+~ uij[7ݶ8nh_ Sn'_ =MMA!j(-r)L\Nb-Rõ "s%4|'$(s`ğg/
+1MҋpC͙ZFid#FȞ/EhDg*]_ p7Ƅ`=k^76doz${i2{:DTzey<l`gOlS7tm]=}i|F;E
+
+ "Ń@U7ZtUSǖYB?+s˕I۩T0P
+PAʷ8d-FSƝjT\ë%aTWZki#o'kDDn!'WJ\hP,3B6*Kƞ3V6?ϡ|rz?lWVe)eFć%{ 
+GnX ?/5e8cz9'p1¿1+Fw5=C0ɧ4tG7,G\sHt"H׹?۸Ti\ &!皒3z̊sxUB$+8rN'eܨ>VkzA4@a
+a&a0YcݔUӄ)aaqaG'8A7P>`@o
+ :YV^m5{A zKWcoЙ;Ͷ|2;LZ1>=(YzЌ/j^: PfhNmФF(+z9I!%R"OT,35Cvmrq A0hSə_3<0Ёv_6ї5P7b$m: y1N0RQt-}I%)D#%E%`6sDFo#H:O$ˡH_ [ztG<\wc66|#6FA=CY4-zkHt?Z} @1XRi*5\@H<?f:*M< tRuX4 F_}5囎4']&&2NoϹ\A䖜3~ʋ J6,ۭF):@^ V 4endstream
endobj
-1051 0 obj <<
+1087 0 obj <<
/Type /Page
-/Contents 1052 0 R
-/Resources 1050 0 R
+/Contents 1088 0 R
+/Resources 1086 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
-/Annots [ 1054 0 R 1055 0 R 1056 0 R ]
+/Parent 1065 0 R
+/Annots [ 1090 0 R 1091 0 R 1092 0 R 1093 0 R ]
>> endobj
-1054 0 obj <<
+1090 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 675.156 258.255 686.004]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TLabel.Home)>>
+>> endobj
+1091 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 561.126 280.699 571.974]
+/Rect [119 500.81 280.699 511.658]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.THyperLink.Home)>>
>> endobj
-1055 0 obj <<
+1092 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 421.801 260.331 432.649]
+/Rect [119 341.408 260.331 352.256]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TImage.Home)>>
>> endobj
-1056 0 obj <<
+1093 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 237.644 258.255 248.492]
+/Rect [119 137.174 258.255 148.022]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TPanel.Home)>>
>> endobj
-1053 0 obj <<
-/D [1051 0 R /XYZ 99.213 706.052 null]
->> endobj
-214 0 obj <<
-/D [1051 0 R /XYZ 99.213 688.052 null]
->> endobj
-218 0 obj <<
-/D [1051 0 R /XYZ 99.213 548.285 null]
+1089 0 obj <<
+/D [1087 0 R /XYZ 99.213 706.052 null]
>> endobj
222 0 obj <<
-/D [1051 0 R /XYZ 99.213 408.96 null]
+/D [1087 0 R /XYZ 99.213 645.567 null]
>> endobj
226 0 obj <<
-/D [1051 0 R /XYZ 99.213 224.803 null]
+/D [1087 0 R /XYZ 99.213 471.221 null]
>> endobj
-1050 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F40 711 0 R /F8 605 0 R >>
+230 0 obj <<
+/D [1087 0 R /XYZ 99.213 311.818 null]
+>> endobj
+1086 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1059 0 obj <<
-/Length 2485
+1096 0 obj <<
+/Length 2437
/Filter /FlateDecode
>>
stream
-xڥY[o~[) ro
-+-y ,1?"9r<cEA$9^w<qOA3u:VOpm!0΅#TPrա:7!P:+`C%Urk渍s$f,
-]]ǹ" ##\O^9p u_ ˣ?XZ FX"gsWk荆n+ǰ1 @@eÚ%G+
-gg ofͦ׼
-ϩ1RPKO0-Ch)\+3ؐi!;54TRP8 w<_*8uT m˜q Eb*s{rL^]4qG3ѥ}gR Lڲ?Uxz.l>(ל`=7{P 82:|xʩ#LqH>Z<3'$ 22 ͅ%c]@ Hpv8oqW/4wQ^nx¾3hL5#Sa0Q(k~5 `W=td (c/Zw @"(f@Ҝ‘9$8.>U¥cB;|H'ka9Grsģ+G!be ;H*)Cb>o@;">3%ɦ3P[ Xe*}A0Mk|\"v j!#-*eg}SO8TD3q;ug!AGP
-BauZ|8h}9DŽ0
-\ds׸y W%rxyb/)̌\
-話fBOOO?QОBKtĀA=!eCJlxn)=,\%o`I=FmW~fi^8OYW9B~1o.nC3ȏ|]}U$2Oр#wa$/Ny,U{'E.QVsw#&fNf|p.sĐi/79. Grԗs
+xڕYY~_UsGV"˱RJD;r\H@ߧ!@\h\OJU"NԪ<ū켻bH6#_n
+ƊTն-2B&t9etگ72e?(Z;ЭpJwAHbU"x m c!]J`ݿ/KWҭeҮ6IFN\ P_*۵QK//W8THaZ5ttBekG\'iT7
+
+߷30HBxD*~8<^a{G
+&W^!̒)W~@I3CHEȠaIhT@!8zS*A95SƩdЋkŕd_$[ )x!Kq ۾\7OuJg7/]E{8fDv7TijԈ<d,gAweAZq1!8MJ(yfmU/y<H2rJ7Q6`*|8iypn!2xHu@_}3Zݭ?-Hbyh?5h y)fS@" kZY.@$'0E
+Ƴ<-~D2-\ hv #. Tyyyʿ; _
+@ikT H411ÈN.OCGˊfoam׵Q?q =Y4Uȅzkwtj3|Mk)ĩ0y͟BBl|7X}p zN
+J(0)&jWVjY>z:-$endstream
endobj
-1058 0 obj <<
+1095 0 obj <<
/Type /Page
-/Contents 1059 0 R
-/Resources 1057 0 R
+/Contents 1096 0 R
+/Resources 1094 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
-/Annots [ 1061 0 R 1062 0 R 1063 0 R ]
+/Parent 1101 0 R
+/Annots [ 1098 0 R 1099 0 R 1100 0 R ]
>> endobj
-1061 0 obj <<
+1098 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 621.358 258.117 632.206]
+/Rect [119 541.458 258.117 552.306]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TTable.Home)>>
>> endobj
-1062 0 obj <<
+1099 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 459.963 270.985 470.811]
+/Rect [119 358.743 270.985 369.591]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TTextBox.Home)>>
>> endobj
-1063 0 obj <<
+1100 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 259.714 264.897 270.562]
+/Rect [119 137.174 264.897 148.022]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TButton.Home)>>
>> endobj
-1060 0 obj <<
-/D [1058 0 R /XYZ 99.213 706.052 null]
->> endobj
-230 0 obj <<
-/D [1058 0 R /XYZ 99.213 602.562 null]
+1097 0 obj <<
+/D [1095 0 R /XYZ 99.213 706.052 null]
>> endobj
234 0 obj <<
-/D [1058 0 R /XYZ 99.213 441.167 null]
+/D [1095 0 R /XYZ 99.213 688.052 null]
>> endobj
238 0 obj <<
-/D [1058 0 R /XYZ 99.213 240.918 null]
+/D [1095 0 R /XYZ 99.213 504.895 null]
>> endobj
-1057 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+242 0 obj <<
+/D [1095 0 R /XYZ 99.213 322.18 null]
+>> endobj
+1094 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F40 736 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1066 0 obj <<
-/Length 2157
+1104 0 obj <<
+/Length 2435
/Filter /FlateDecode
>>
stream
-xڕYn8}WQ\tcfv0wym"[^INԅdKd@LEVaTsB+He"dÝ\a;%V^d5yX.pYVi 8X~_JE:lh+fU豆oG욥vv{ zc?b~'q P-wVJ}~-K<kX[a z4]/3ީ+6>]~Ehk!kV$Rgj`5?+pGg}2ZgF$YvaXAP@xvLVh@q~:@7m
- &I,([iԖĨn
-<J$ c'X˺xU;/y7U
- x4!״N&#TGc%u%%@T(Tر2z)$ {B&Z%2TcEvȯݽxK+P9F1W֍_
-`m.ʛvpg
-⭛p:H:z¥=VZK}xC?.!$F~Xm[n*6v̉MGnA
- $2mr0TlS!,K%v=u<:
-/}U
-PL͐,03 %g<ei~~&A Y ASn+ZD'>ԾID 5Rk*򸟣s# C)ͤmmn3j-Hy1.L [ɛq<2);0y>ppn;KR} RCfQj;^d>p#rdcu(Nl:F"#g(N/%Ѷ2\zYNͥVEeKт7mG6NςNEƉ,1kmvߗ&pM+/(SG[bcw$f
-ndDH~1}h5/Zk/|- dC⎿5~Z)M6,ڽ1fk]ަxP|xJ)2p ")dOm
-Qv_W^fb\Eu&R{ThwQ|wz6aaƭGXr|&9n_ DKt,zG^ϧ+ww %# ὆y#0Z*}O+ᲟΆ^@q*R.˳bk{Y.I!?:ǕT6D1 P{<M3nwLtȦD?bcs(AU>V^1 J?#pP}d^]U<-*>]&
-TӋP嫺K 7pG.~q'Qpa)å@n|#No F&P /ښ? Glendstream
+xڥY[o6~ϯ sy XHn7ݢm.LBd+'ɿ߹l'i
+)GߕͱCN"v5=i6P&ZH HW˕eԢ]Y14g/*P&[yh޸Z>ԕN⑎ӽRmclQn*)?p:@.A7n=v%,Vʊ7"ےU@*>$X~[qTL׎[(
+^᯲;$`<gN{ا!"k, ϡ&vkt2c"$G h:T؞S`=!űx޸ۚ~mB oOJ9^.xKZխK׹ 7^Om
+K<1+D{ d5Lۯ)0r6h#ĭ
+DP Y8ɭ3#,; D9M"T}np)x,B|{:\J=wTJ@5&Bo
+&E8QGw# Ҋh]vhz'dI=?jl-*0ڡ3'#Hv0ȈW7ȨS*($f#
+!Z
+A0tl('j&>?<]jZ)%4oc_S(&mG=ugb{66{pp&&Z-|n<3v)mrsp
+rKxTkFv캓*EiʏT!q.۵U_q~W佴y6T(ZĩH)%H@XÏr{A.I|-{WGS_+vq"]+lxO^DGkEnb
endobj
-1065 0 obj <<
+1103 0 obj <<
/Type /Page
-/Contents 1066 0 R
-/Resources 1064 0 R
+/Contents 1104 0 R
+/Resources 1102 0 R
/MediaBox [0 0 612 792]
-/Parent 1037 0 R
-/Annots [ 1068 0 R 1069 0 R 1070 0 R 1071 0 R ]
+/Parent 1101 0 R
+/Annots [ 1106 0 R 1107 0 R 1108 0 R ]
>> endobj
-1068 0 obj <<
+1106 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 675.156 284.684 686.004]
+/Rect [119 575.771 284.684 586.619]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TLinkButton.Home)>>
>> endobj
-1069 0 obj <<
+1107 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 508.78 291.188 519.628]
+/Rect [119 434.553 291.188 445.402]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TImageButton.Home)>>
>> endobj
-1070 0 obj <<
+1108 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 288.606 277.627 299.454]
+/Rect [119 239.537 277.627 250.385]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCheckBox.Home)>>
>> endobj
-1071 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 137.174 290.496 148.022]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRadioButton.Home)>>
->> endobj
-1067 0 obj <<
-/D [1065 0 R /XYZ 99.213 706.052 null]
->> endobj
-242 0 obj <<
-/D [1065 0 R /XYZ 99.213 639.755 null]
+1105 0 obj <<
+/D [1103 0 R /XYZ 99.213 706.052 null]
>> endobj
246 0 obj <<
-/D [1065 0 R /XYZ 99.213 473.379 null]
+/D [1103 0 R /XYZ 99.213 688.052 null]
>> endobj
250 0 obj <<
-/D [1065 0 R /XYZ 99.213 253.205 null]
+/D [1103 0 R /XYZ 99.213 561.336 null]
>> endobj
-1072 0 obj <<
-/D [1065 0 R /XYZ 99.213 138.17 null]
+254 0 obj <<
+/D [1103 0 R /XYZ 99.213 420.118 null]
>> endobj
-1064 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F19 577 0 R /F40 711 0 R >>
+258 0 obj <<
+/D [1103 0 R /XYZ 99.213 225.102 null]
+>> endobj
+1102 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F40 736 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1075 0 obj <<
-/Length 2186
+1111 0 obj <<
+/Length 2097
/Filter /FlateDecode
>>
stream
-xڭYY6~05#:M&m)"F_>hm=;!E:EXG3o..__)\.c?b~(_ί )֚dм,^ eH.7זM".7^$[Xz]exo5z%˲YeI옅,
-_rgL#<rDO^O?:^-1BOtA rZ?8; Zh)AKxQ]w5\K8RN"muXwJnu×W跽U' &G۶nV9nhi+V|U
-<fh(O[$Y*AVʁ`qhJ@JoGS_W`X(
-_|<e\& @L=|?ıBr RԀ$s ~b2.pRe$hU"F1QeVig=13D.ZQzҁ=FCrKJFLkvEш!yC4?"
-6vY])o
-*X F`bd瀕0cH);ct A**˲G$ˆŲWQfPhQiT?@^*~T&DgPK
->6S*􊿠?~?W$/$w)/-> RN}1v$1ga:\fh9yNh ˟A"洓`GŌ*k|T3K
-{.!*QQ';\eeD|*+ra
-\7:j_q+DK5569ky'GML=V!#hoκժ2v}kO
-k# =uZ 3'oʧXo6 Y(0grXF>{ᅁ
+xڭYݏ6_aDbFWz)M^>\ƽ}]aek+;!EN +Rpf~32|eLpL˜Xnpy+?.XGsY2cY,[&c̖bi"_cZ$ >+VkJ
+~H8IYHmV   U -vۃ%_;qJhJ`F0+u#»>bOfL}cI{ْUH
+bMqĠ@YH ܷBOp%I9Dۡr%3.M×QP@۶j^U9li+qVCzuJ܄ah)n
+B,M#PL5/M]tKbe(!O lMEMq6J$AXZaM {RTJ˅y$޼&˴Ts }V݉Hw8cS? X- ѡCV|,<QY!(y2\gY@ߙ2~jҢƗk0ʂ
+t.&_s+ʠ;L-SHg Q̚(.y^Rg⾨);QyzΛ9|}voCӠ_t9 v464}F@=:u^t3O@1Q}h}eh.<竁I_y;k8+ES״n[,s]ai52/.ap,ݗij]\ ߆)BMw0@8>ᅫd}Dr{œ&}}ȡ;BPV%GG̲wʹZiZ2WbH k0=^wśEhebsP7(7OSql-*]
+!T~EKʫcM#wߛo{M2ɞkkk|D4?uO&ck2"PAj%,} ر&,v̐luaBற<AaRl
+J/?CwČ*č6-Ri Hx/c"Lr]" !#؎1{. >#.
+YW󛪠n
+eo󃭚U 6ˣ۵7:Tg+,2 l!#-}, jɛyK\ ^0.&7|盉*'a =:?8a0fi7 3Xߪڟendstream
endobj
-1074 0 obj <<
+1110 0 obj <<
/Type /Page
-/Contents 1075 0 R
-/Resources 1073 0 R
+/Contents 1111 0 R
+/Resources 1109 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
+/Parent 1101 0 R
+/Annots [ 1113 0 R ]
>> endobj
-1076 0 obj <<
-/D [1074 0 R /XYZ 99.213 706.052 null]
+1113 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 675.156 290.496 686.004]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRadioButton.Home)>>
>> endobj
-254 0 obj <<
-/D [1074 0 R /XYZ 99.213 688.052 null]
+1112 0 obj <<
+/D [1110 0 R /XYZ 99.213 706.052 null]
>> endobj
-1073 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F14 897 0 R >>
+1114 0 obj <<
+/D [1110 0 R /XYZ 99.213 676.152 null]
+>> endobj
+262 0 obj <<
+/D [1110 0 R /XYZ 99.213 661.527 null]
+>> endobj
+1109 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R /F40 736 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1080 0 obj <<
-/Length 1482
+1117 0 obj <<
+/Length 1688
/Filter /FlateDecode
>>
stream
-xڝWKo6WP|"{Hmmm^v [J,DRIY'3|z8Ywy|CqҔ
-.E[og{gjV%\-g?TKiIoy).Ii$So&כ8y9P(@h@ QXv5U]~[04
-WfƨLo2<ML؎쯃-yfש*8F n7pDrxA'GװkP<*nUYͺO =
-KQxNÍReU1J~"I%Im*秋7 I<)ItNgtpr9eb> "{ΣԬkhX1R MLPHr,ߋ숡۬y=aۑC;};BAvjM!h
-D3m2UF
-{k8 DbT.Xw@X[,&w:wQq7e>itD)$qtWcn뼘) T<iOсLIp:>L; d̠co#zpMMc~P.h~,pW
-_J0tx3D~
-tf.-e V7fߘl B Ij|tonV ?&n&jZ5+kHoef'p޷B %ƓA?};ӟq߻G2S@;4ɖsJDl1>  Ȧu8;}59~XY2'W(zk>UFE>GML־t|0ERV8]4PH0{XBi..SSߡ_ɹyR2;rĺ3+G#/C2ÌҬ܌SB&y>:0Ѹ|/&q[`=}JF+
-xф]
-h̸endstream
+xڝWKs6WQ38M;i|h%ɁhcJTI*}w
+bb}_r!üZ|]n4}Wlg*3|s&<WhnWvM]Jdl ECLjAp&D̄V0+2<-&0wK
+Z,V2r7YRg`o IY&8|YDD\R C+P69HT<4D8RkJ!ss/\`
+мP_ X"פֿT6Z߲4e/`8WSI#q7omx6`"ȔP2X~P ~LV^(NcWX& NmS? Z*7a9L+Dy,kzQDbOr,N!H+3BcZJ߀h%ڛp#tī7@G7q(*!r۶ zFn&aFiR}jƩW&ٲp nDIA!=SܚwS[ӷ>$fܽ*Ww$l <ߞ
+ G t"bq bu)lVrH9F@'<h/[-
endobj
-1079 0 obj <<
+1116 0 obj <<
/Type /Page
-/Contents 1080 0 R
-/Resources 1078 0 R
+/Contents 1117 0 R
+/Resources 1115 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
-/Annots [ 1082 0 R 1083 0 R ]
+/Parent 1101 0 R
+/Annots [ 1119 0 R 1120 0 R ]
>> endobj
-1082 0 obj <<
+1119 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 266.676 267.858 277.524]
+/Rect [119 253.421 267.858 264.269]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TListBox.Home)>>
>> endobj
-1083 0 obj <<
+1120 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 137.174 297.912 148.022]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDropDownList.Home)>>
>> endobj
-1081 0 obj <<
-/D [1079 0 R /XYZ 99.213 706.052 null]
+1118 0 obj <<
+/D [1116 0 R /XYZ 99.213 706.052 null]
>> endobj
-258 0 obj <<
-/D [1079 0 R /XYZ 99.213 382.096 null]
+266 0 obj <<
+/D [1116 0 R /XYZ 99.213 366.632 null]
>> endobj
-262 0 obj <<
-/D [1079 0 R /XYZ 99.213 237.097 null]
+270 0 obj <<
+/D [1116 0 R /XYZ 99.213 234.887 null]
>> endobj
-1078 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F14 897 0 R /F8 605 0 R /F19 577 0 R >>
+1115 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1086 0 obj <<
-/Length 2191
+1123 0 obj <<
+/Length 2190
/Filter /FlateDecode
>>
stream
-xڕYKs6WHUYXG;ffF9$9-LZt>DJT
-x䜥Z @w&5B;3<JJ L
- {Å˵ݔ<7wz&IO66Rnsנ#ЬD\20SaT=J蝎aǧ*GEAGő?;2U)`CV=e녾9"R(g˷jc报zh̸%OLI\J0q+k;{cpމTX:20RaW5::\f0H
-,h"԰*li\'(#D2%O6I +5/wEhIP]|s&uHEPJ\T |<e\&yp$svL{oW"Ĺz fJ lbݒpٴb1i|E `y(<Zp"j,JbGCQNY,N3`ēD䥱!'8=5J4YQ4n
-kg/B)QLv%u{-`9-N NG9Zè5F
-C˙wFmcc}j/FgȻj5t,Qn&f6g
-vurN# a5qeJ?ˢ*]m{8?زaڀI
-/*k3-c-liu-Ʃc(^#*8S>)38
+xڕYKs6WHUYXG;ffF9$9-LZt7
+et| :+B2N<~:KeJ;$I!Wv7.#&&{k-td`,`/B9zi2d&mtp`\Y+"ke]Pî(!NPfMɔP##?Q$5/wEHVP]|s&uHE  ;>(>yʸL.4#.
+GNF0ue"GPH&2 Nxoܚ l`(X
+kg/B)QLv%u{-`9-N NG9aԚ]cGZ̳T;}fU 6@ "$Jt
+B)z'LXi{\yNi z껼[H։q{_)|sAF&+Y&zwzΣY^mAfBEl[aݪW#퀅WvdAP
+C˙w;5Fmcc}j/FgȻj5t,Qn&f֔3Zz9!u'Ұ踲%L˂2XTKpA.Tv l6v6`6â`GI$0SH D1׭=6(,B hǢ^3!%}j 6C ODX
+ H'@i&*H'@=PܒȽg-k*xySN)
+ZP3ʱ TR+F@`'IEíڽ(
+ǿ\*[" Ugc\1 {J %RUv`AіۺNUëD,՟+oL9Dǚ2.ƩT,S);zFZ19'Wt
+~*Ij*o3Zendstream
endobj
-1085 0 obj <<
+1122 0 obj <<
/Type /Page
-/Contents 1086 0 R
-/Resources 1084 0 R
+/Contents 1123 0 R
+/Resources 1121 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
-/Annots [ 1088 0 R 1089 0 R ]
+/Parent 1101 0 R
+/Annots [ 1125 0 R 1126 0 R ]
>> endobj
-1088 0 obj <<
+1125 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 457.353 294.425 468.201]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCheckBoxList.Home)>>
>> endobj
-1089 0 obj <<
+1126 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 332.92 307.294 343.768]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRadioButtonList.Home)>>
>> endobj
-1087 0 obj <<
-/D [1085 0 R /XYZ 99.213 706.052 null]
+1124 0 obj <<
+/D [1122 0 R /XYZ 99.213 706.052 null]
>> endobj
-266 0 obj <<
-/D [1085 0 R /XYZ 99.213 688.052 null]
+274 0 obj <<
+/D [1122 0 R /XYZ 99.213 688.052 null]
>> endobj
-270 0 obj <<
-/D [1085 0 R /XYZ 99.213 444.46 null]
+278 0 obj <<
+/D [1122 0 R /XYZ 99.213 444.46 null]
>> endobj
-274 0 obj <<
-/D [1085 0 R /XYZ 99.213 320.027 null]
+282 0 obj <<
+/D [1122 0 R /XYZ 99.213 320.027 null]
>> endobj
-1084 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F40 711 0 R /F8 605 0 R /F14 897 0 R >>
+1121 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F40 736 0 R /F8 625 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1092 0 obj <<
+1129 0 obj <<
/Length 2976
/Filter /FlateDecode
>>
@@ -4616,36 +4749,36 @@ Ap)qj4Xӡ,rZS2=?|P1&V
3(Wk]շF+a?v࢛q
Uc&AˡsD{&*={Ij(\sG{P}ThVe_h9J fpX80<
URǟ<t.[m3dgpZ4T#PDuǼLzy1ɋFِۤ )(͝ѴI=z~$2+MveZf =Fu=Hv_Lt=EX[^6IyHb8ЊގUU' abV wp6?.=7] _ eӆ7<8wl'U{;@tx]q+1qo7k̸sUʶ}:RPllh^seHaU I턄(Š[r, ! mB̆6lLEh #kxY\)(
-LPjf<X_w_=etſG3W[?{Vkp/] %36B@t6nӮvWWːѩ^ZrW%l ([-Z`xu776yen͋#VFaޯA75D2endstream
+LPjf<X_w_=etſG3W[?{Vkp/] %36B@t6nӮvWWːѩ^ZrW%l ([-Z`xu776yen͋#VFaޯA7O`kb
endobj
-1091 0 obj <<
+1128 0 obj <<
/Type /Page
-/Contents 1092 0 R
-/Resources 1090 0 R
+/Contents 1129 0 R
+/Resources 1127 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
-/Annots [ 1094 0 R ]
+/Parent 1101 0 R
+/Annots [ 1131 0 R ]
>> endobj
-1094 0 obj <<
+1131 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 630.63 287.23 641.479]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TBulletedList.Home)>>
>> endobj
-1093 0 obj <<
-/D [1091 0 R /XYZ 99.213 706.052 null]
+1130 0 obj <<
+/D [1128 0 R /XYZ 99.213 706.052 null]
>> endobj
-1095 0 obj <<
-/D [1091 0 R /XYZ 99.213 631.627 null]
+1132 0 obj <<
+/D [1128 0 R /XYZ 99.213 631.627 null]
>> endobj
-278 0 obj <<
-/D [1091 0 R /XYZ 99.213 617.353 null]
+286 0 obj <<
+/D [1128 0 R /XYZ 99.213 617.353 null]
>> endobj
-1090 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R /F39 598 0 R >>
+1127 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1098 0 obj <<
+1135 0 obj <<
/Length 2148
/Filter /FlateDecode
>>
@@ -4665,48 +4798,48 @@ n~'m)D.]ʹ.?oGѫIta.%md5"hkkU27qi4=~}Ē
&h |+?"r\N\ $M"dU*A^

u;[Ȯ]U 16`L0剋zP`$ BGh^+ށ1x;~eTĞ_༑^ĽL
-.qa[<fi'Ehk\6VY@_N LD[mw/ fӄXD,A7a7T8^W_k{4%7ndO|PP1E?Kb\:عmC9rsjA|m"D;99/A ,DZbQ.^93`t j\,B=lR/j.6}?Y9Qh+0k΀kH'אw96v߿vp u 5o#
+.qa[<fi'Ehk\6VY@_N LD[mw/ fӄXD,A7a7T8^W_k{4%7ndO|PP1E?Kb\:عmC9rsjA|m"D;99/A ,DZbQ.^93`t j\,B=lR/j.6}?Y9Qh+0k΀kH'אw96v߿vp u 5o#
endobj
-1097 0 obj <<
+1134 0 obj <<
/Type /Page
-/Contents 1098 0 R
-/Resources 1096 0 R
+/Contents 1135 0 R
+/Resources 1133 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
-/Annots [ 1100 0 R 1101 0 R 1102 0 R ]
+/Parent 1140 0 R
+/Annots [ 1137 0 R 1138 0 R 1139 0 R ]
>> endobj
-1100 0 obj <<
+1137 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 530.59 335.66 541.438]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRequiredFieldValidator.Home)>>
>> endobj
-1101 0 obj <<
+1138 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [421.228 171.212 514.019 183.167]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://regexlib.com/)>>
>> endobj
-1102 0 obj <<
+1139 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 137.174 355.447 148.022]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRegularExpressionValidator.Home)>>
>> endobj
-1099 0 obj <<
-/D [1097 0 R /XYZ 99.213 706.052 null]
+1136 0 obj <<
+/D [1134 0 R /XYZ 99.213 706.052 null]
>> endobj
-282 0 obj <<
-/D [1097 0 R /XYZ 99.213 688.052 null]
+290 0 obj <<
+/D [1134 0 R /XYZ 99.213 688.052 null]
>> endobj
-286 0 obj <<
-/D [1097 0 R /XYZ 99.213 516.613 null]
+294 0 obj <<
+/D [1134 0 R /XYZ 99.213 516.613 null]
>> endobj
-1096 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F39 598 0 R /F14 897 0 R >>
+1133 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1105 0 obj <<
+1143 0 obj <<
/Length 2336
/Filter /FlateDecode
>>
@@ -4715,36 +4848,36 @@ xڝY[~_Gj[==`qij 6ϠXD(?R$#VL
xʸwwSl<f@a{o^YfS>LX*Oz#HZ0fM侂 .Z>n; : KOڃ?qlz1gNK?}_NjSH4®`T˔f9㤮ٙ@!!Mx.{ښ8ʾh+w+1\(/6Tox~;ޘ(ݶ&œ@Z%߬7ҪLJ5/P@W™Hl^,ixOW>U'Iu _҆eH
os | )d6kI4mh!Ou92t(! ngK{24  ¡'&#m&g CwxuG!.H蓆x(+inÓL~G #H!6( DPt^+`L2o5.m#JA&Lf73
 FOMW:8gbY.(虍S$yθHv2HE 0ٮ#+ME5_./¥r10ikb "Qqԭf4-)#Q;g$Cf_]es<U,\B7ng"v$<q
-y4T> ~sKx?;py,=P IzJ~jz)S*w
+y4T> ~sKx?;py,=P IzJ~jz)S*w
endobj
-1104 0 obj <<
+1142 0 obj <<
/Type /Page
-/Contents 1105 0 R
-/Resources 1103 0 R
+/Contents 1143 0 R
+/Resources 1141 0 R
/MediaBox [0 0 612 792]
-/Parent 1077 0 R
-/Annots [ 1107 0 R ]
+/Parent 1140 0 R
+/Annots [ 1145 0 R ]
>> endobj
-1107 0 obj <<
+1145 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 605.683 334.802 616.532]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TEmailAddressValidator.Home)>>
>> endobj
-1106 0 obj <<
-/D [1104 0 R /XYZ 99.213 706.052 null]
+1144 0 obj <<
+/D [1142 0 R /XYZ 99.213 706.052 null]
>> endobj
-290 0 obj <<
-/D [1104 0 R /XYZ 99.213 688.052 null]
+298 0 obj <<
+/D [1142 0 R /XYZ 99.213 688.052 null]
>> endobj
-294 0 obj <<
-/D [1104 0 R /XYZ 99.213 591.369 null]
+302 0 obj <<
+/D [1142 0 R /XYZ 99.213 591.369 null]
>> endobj
-1103 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F40 711 0 R /F8 605 0 R /F39 598 0 R >>
+1141 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1110 0 obj <<
+1148 0 obj <<
/Length 2074
/Filter /FlateDecode
>>
@@ -4756,82 +4889,79 @@ xڕYKs6WHD($qlMiK-Q6'T\Ah;h&(MI$6E
Jt|oCպvǹbRPtd+&DGN<4%*(2`e]B$^&xYNf@r 0@cSTN6R⌳\
Lw NNjK+wa%DߵlT.;v0hɗ<uEE2r
:G % w]Aw䫁~] ΁H|o\jD#@xǃnV7H “Cd::EI.L5h)I$tEDS&![
-~ cPD$wyC@Y f1q$d|+0Tw3{UD eUK396""*@
+~ cPD$wyC@Y f1q$d|+0Tw3{UD eUK396""*@
endobj
-1109 0 obj <<
+1147 0 obj <<
/Type /Page
-/Contents 1110 0 R
-/Resources 1108 0 R
+/Contents 1148 0 R
+/Resources 1146 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
-/Annots [ 1112 0 R 1113 0 R 1114 0 R ]
+/Parent 1140 0 R
+/Annots [ 1150 0 R 1151 0 R 1152 0 R ]
>> endobj
-1112 0 obj <<
+1150 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 462.386 313.797 473.234]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCompareValidator.Home)>>
>> endobj
-1113 0 obj <<
+1151 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 390.02 308.29 400.869]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCustomValidator.Home)>>
>> endobj
-1114 0 obj <<
+1152 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 317.655 319.858 328.503]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TValidationSummary.Home)>>
>> endobj
-1111 0 obj <<
-/D [1109 0 R /XYZ 99.213 706.052 null]
+1149 0 obj <<
+/D [1147 0 R /XYZ 99.213 706.052 null]
>> endobj
-298 0 obj <<
-/D [1109 0 R /XYZ 99.213 448.042 null]
+306 0 obj <<
+/D [1147 0 R /XYZ 99.213 448.042 null]
>> endobj
-302 0 obj <<
-/D [1109 0 R /XYZ 99.213 375.676 null]
+310 0 obj <<
+/D [1147 0 R /XYZ 99.213 375.676 null]
>> endobj
-1115 0 obj <<
-/D [1109 0 R /XYZ 99.213 318.651 null]
+1153 0 obj <<
+/D [1147 0 R /XYZ 99.213 318.651 null]
>> endobj
-306 0 obj <<
-/D [1109 0 R /XYZ 99.213 302.238 null]
+314 0 obj <<
+/D [1147 0 R /XYZ 99.213 302.238 null]
>> endobj
-1108 0 obj <<
-/Font << /F44 801 0 R /F39 598 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1146 0 obj <<
+/Font << /F44 833 0 R /F39 618 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1119 0 obj <<
-/Length 2175
+1156 0 obj <<
+/Length 2174
/Filter /FlateDecode
>>
stream
-xYKW((`f͗l~+ѦHv2]&[IN15]U_}UK2TeʏO -kY;2'Yf*qit>l竵+8(`ЮazFizoe߮Ǫ[r``cȠ?/w` _Y|t- D0JZ|Xk؋K^5u\+8mIlv<Q:J"ٴΔӕ2+r
-N# 70Tiz;x|X+#wm2p٨FeI:F- th=?<o{`mĐM mZe-.#50JHty_O7OD% AeǨ+ FX@Lm3]['O1䶿n粪X̓4dm(lz 1b|SR^x&H~~f@eJ%Ƒy @T8tW*N0ȊM@L%S> 8.3K  T^xIJ RPvb'?Ke$NDpǸ0]
-؝<$
--5E ww0L-q3P#jEi6rv{K=_YQٌsm?z*}cnmȼ
-F](9PK:EԠ Ԇo
-iB j JPK /A:^,@cP95@Kp&&@peXnSa
-a-Q˥HD"nAQ3xG'#L/iVG\OKe,j;*T;jt_)L~t|rx;;p6f82ce^˜[̹T89Bp'&Ek>9N%-<ϹoyF@
-9o9F-[dRPo(BpOgA6R EW-endstream
+xYKW((`fM6d5W=gD"e wlI&9lVwUW}U5G/}<W(?_>,HEdoe$\nTDO0_nv?zofq :L3/Ruj|ٷ V?o\}3X0$Po;˅<[>W:ϗE0JZ|Xk؋%K^5u\+R8m$i|v<ut.E˳i+fq+eVR[;ЦsW? +Mq8V/P'qE8?F^_axlS蝺GkZJxl+
+2塞amx~/Vox*k\oe őEQ%u.I<ooȼ^(] B
+N# 70TYv;x|X+#wm2p٨%lZF;&z~yG;ڈ!>#N Ov0[\`Ol{
+Tb6}Y?<:S4LT|`ExwmI*? ĐY˪b5GЈ1ƤM JyP~c%y'* oGfV57
+.Eʱt%}˘S{ܟ_6LTNI*ꉫr*:o9-[d2Po(BpOgAK=pSO(W endstream
endobj
-1118 0 obj <<
+1155 0 obj <<
/Type /Page
-/Contents 1119 0 R
-/Resources 1117 0 R
+/Contents 1156 0 R
+/Resources 1154 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
+/Parent 1140 0 R
>> endobj
-1120 0 obj <<
-/D [1118 0 R /XYZ 99.213 706.052 null]
+1157 0 obj <<
+/D [1155 0 R /XYZ 99.213 706.052 null]
>> endobj
-1117 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F40 711 0 R /F8 605 0 R >>
+1154 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1123 0 obj <<
+1160 0 obj <<
/Length 2579
/Filter /FlateDecode
>>
@@ -4846,54 +4976,54 @@ xڭɒ>_[*Aq$ىHL|}!"
(}c⯯*FUWZU1ZU1\eţ"2?6/[1ܫ A!=a#?e%]u,YU]i 
~O6]+-a0h@"zvL:7rрwkyT" >?R5J[ % D.PAf$J&a`$%@QVP.,EOz8Jh`@( ?N8Ic[g
+moesy64Ѭ 8K.pF K"u ҾAI},}58C3;Ti[6
-1_?_M؉ʺdo>CRN9cz(yF&5d $L-|~/e(ѫqx?&V@9E} H#'a1/U];=yoyd^ S24缼gendstream
+1_?_M؉ʺdo>CRN9cz(yF&5d $L-|~/e(ѫqx?&V@9E} H#'a1/U];=yoyd^ S22缼Խendstream
endobj
-1122 0 obj <<
+1159 0 obj <<
/Type /Page
-/Contents 1123 0 R
-/Resources 1121 0 R
+/Contents 1160 0 R
+/Resources 1158 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
-/Annots [ 1125 0 R 1126 0 R 1127 0 R 1128 0 R ]
+/Parent 1140 0 R
+/Annots [ 1162 0 R 1163 0 R 1164 0 R 1165 0 R ]
>> endobj
-1125 0 obj <<
+1162 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 651.246 284.573 662.094]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRepeater.Sample1)>>
>> endobj
-1126 0 obj <<
+1163 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 468.93 284.573 479.778]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRepeater.Sample2)>>
>> endobj
-1127 0 obj <<
+1164 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119.148 406.165 253.995 417.013]
/Subtype/Link/A<</Type/Action/S/URI/URI(file:../composer/index.php)>>
>> endobj
-1128 0 obj <<
+1165 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 313.512 284.573 324.361]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRepeater.Sample3)>>
>> endobj
-1124 0 obj <<
-/D [1122 0 R /XYZ 99.213 706.052 null]
+1161 0 obj <<
+/D [1159 0 R /XYZ 99.213 706.052 null]
>> endobj
-1129 0 obj <<
-/D [1122 0 R /XYZ 99.213 314.509 null]
+1166 0 obj <<
+/D [1159 0 R /XYZ 99.213 314.509 null]
>> endobj
-310 0 obj <<
-/D [1122 0 R /XYZ 99.213 289.095 null]
+318 0 obj <<
+/D [1159 0 R /XYZ 99.213 289.095 null]
>> endobj
-1121 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1158 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1132 0 obj <<
+1169 0 obj <<
/Length 2741
/Filter /FlateDecode
>>
@@ -4904,264 +5034,595 @@ xZKmm`H"BNd&6=-,9zzߧ^([r Ah"K"h_( "
S^iEċK1qfgAZN =y ͛JoI5y ?u^sᥚJ?&㑈P&עD `YͪbRS=f^=BznspR=Ç*o0Li^G>m<Ph WW󴏘UG\#PJ0l;ֱ[֙ɨns>3[Ww* xv^Uzp܂ӨMx{Q
-96(MR |Jr:؅8 U.()'<`e3:Ea3TZnMQ6F~L$_K tп6S
3$A;mwf)zxS
-wġ uSԙba-{EKeĂc:q'7~*0Zƣ&`CȿPD` /̓<xDN۬Ɔ+x^ͫxvw7+xƪk/jl&{ʇ|cq}aU=*Dզm 1܅xtPDe~JOޕ+p<: m(z7J\{0DRnk`4K?5x eV={yU Ð ߱JhFP>nR Fi8&-SeInIA 7u.pz^r4DBBx'ڞ8X8 8jgHe+$b=Y$/t pg崿/ֳ5w79, .w^'#pE(r Of[7THeg>fؼqU"Ln׿lkiުos%égy/wbֽPlL핸\yеԇI9[/:LΞ_M)D/KfXAyB w̅Ru ǷRCRG7R\sS 0-Zm"S
+wġ uSԙba-{EKeĂc:q'7~*0Zƣ&`CȿPD` /̓<xDN۬Ɔ+x^ͫxvw7+xƪk/jl&{ʇ|cq}aU=*Dզm 1܅xtPDe~JOޕ+p<: m(z7J\{0DRnk`4K?5x eV={yU Ð ߱JhFP>nR Fi8&-SeInIA 7u.pz^r4DBBx'ڞ8X8 8jgHe+$b=Y$/t pg崿/ֳ5w79, .w^'#pE(r Of[7THeg>fؼqU"Ln׿lkiުos%égy/wbֽPlL핸\yеԇI9[/:LΞ_M)D/KfXAyB w̅Ru ǷRCRG7R\sS 0-Zm"S
endobj
-1131 0 obj <<
+1168 0 obj <<
/Type /Page
-/Contents 1132 0 R
-/Resources 1130 0 R
+/Contents 1169 0 R
+/Resources 1167 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
+/Parent 1140 0 R
>> endobj
-1133 0 obj <<
-/D [1131 0 R /XYZ 99.213 706.052 null]
+1170 0 obj <<
+/D [1168 0 R /XYZ 99.213 706.052 null]
>> endobj
-1130 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F14 897 0 R >>
+1167 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1136 0 obj <<
-/Length 2455
+1173 0 obj <<
+/Length 2229
/Filter /FlateDecode
>>
stream
-x]o6=o'1+׽u7"m}h@[Z[wo>HIdgE Cp83 "ME "#b{;p'-ʢF8w_}"i6TXgxZbJbAe{2<)+e˕˕NCexA'fݳS Ejdw/2`;_4Y2M;0wy|~/jcp۲Di/9Z0^Xͯ/&e*JNb咚G&13S!᯾M%I 4',gvޞ3R.v<">$.oyqt:)*dE|y۝=-5Zi$X3@)%WQ5GGˊ h,\NzEC
-mkngL{%؆Ww{2iLlJ> t{ )@%lc%h9)6>3 ĉwTi(-g
--0mte8Zp GH 2~'0qUcqV#$R d.nT(T!Mi )QtřP;>r+uNz|cM˧2*IF7D{T|P gֆstWJKMN\WUHtj몱8UsZ jQ{Ɋ
-6(Y -F & Ş{cygs8y+N<_R^r@ /Җ*/L~ ih2d2}0R/ 3R)Иg<5%=I
-6QZ?S aƽR1s ciU f3t /c 'dx>}2p2jZaTK6
-ZZ\ Oh*󫀶xluc&x!@F[i |I
-0%t TAqo[T2.~3֙c&cOL7EQ|OvZ*СA@dLJVQ(Rsmk_Jelk5-} ]~9%v5o(\"|y:> } LA̡$~!K! :yc]1>x
-R
-3ޗ*6)E#,^[]I '6]5y ̖˸+K'se-gܦf)o
+xY_6O1ovT˒I m!SvlO7A"e{<7mC #SH?RVn|'7i*6 ? 6ӝyw9v̲}֛T? ۤ"Rfi. RlQ䙷MI/Tx_nw: I:xu^^J(P"WBƾi9 Q{\Usv c&᧽i4Rj!x,h_|O&e*J6N7TG&ӱ]ޘμ/U&$D LD^)ZRnJB/7m{GSN"JKWKtrtyK3әǢA[TO9߷A,q6;>l.$R1-{Y
+v[e ta*F<s</nM^scyd}jmC;˔_y +Ģ !edADJvƊϤt3+ " NlSe=NW{e8Yp GH
+ME{s:y+m'O|)Gj$nϚ@S.
+MT,Է=P[TAth,qcoG9 cp3_nLؘh!zlGNbm*_ʜ^ 3wQ*]qdz0i#
+\Zsx
+YLTA\veAIg׀|{>S^*!?4\(\{KVK ͐G8Xw
+OuәIZ~k1a/'A G$|g |Lee}-߶cL
endobj
-1135 0 obj <<
+1172 0 obj <<
/Type /Page
-/Contents 1136 0 R
-/Resources 1134 0 R
+/Contents 1173 0 R
+/Resources 1171 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
-/Annots [ 1138 0 R 1139 0 R ]
+/Parent 1178 0 R
+/Annots [ 1175 0 R 1176 0 R ]
>> endobj
-1138 0 obj <<
+1175 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 408.176 283.633 419.024]
+/Rect [119 389.63 283.633 400.478]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataList.Sample1)>>
>> endobj
-1139 0 obj <<
+1176 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 300.579 283.633 311.427]
+/Rect [119 234.213 283.633 245.061]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataList.Sample2)>>
>> endobj
-1137 0 obj <<
-/D [1135 0 R /XYZ 99.213 706.052 null]
+1174 0 obj <<
+/D [1172 0 R /XYZ 99.213 706.052 null]
>> endobj
-1140 0 obj <<
-/D [1135 0 R /XYZ 99.213 301.575 null]
+1177 0 obj <<
+/D [1172 0 R /XYZ 99.213 235.209 null]
>> endobj
-314 0 obj <<
-/D [1135 0 R /XYZ 99.213 287.015 null]
+322 0 obj <<
+/D [1172 0 R /XYZ 99.213 218.593 null]
>> endobj
-1134 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F40 711 0 R /F8 605 0 R /F39 598 0 R /F19 577 0 R >>
+1171 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1143 0 obj <<
-/Length 2405
+1181 0 obj <<
+/Length 2244
/Filter /FlateDecode
>>
stream
-xڝY[~[*f;m*<%y 6cS̿O;,}j2jimxi&rsXPBՈz{6i\?-(հ .߽}waFx:W&jZ?<V'OֽI&pYZAla]:JIZ<.sWMD:С Dif^N[w-hUnyd5wW nh8/6vّi aeȎb|슃člk#$G92C|=8C=jY&aXh*ذ&4ɜ&2}YiD]U
-WY-%M;
-L
-lZl3&*rcy4Xf7 +AX0bM:R?JJ80L s& .}!yW<sw5Wq'<h@$hO7n4B&B9uQ} Gzáfhjp_<k1aUWF@ hԛ2
-يmsy]1ph9MЇ~N+fc!@7Q`#ޢIY^1lyOczE]E~̂`\:Dȷwɗ1^"M\!112'AȈw,q'bG`HL3]$; I5oG?IJ qgtn$^ǂ* ԬYp䝆' MMH(HOo+#w
-ó; <cxU 3.m'$Ty)1RaLѥGу1|ox{Eez:nsDy:V4%),=H
-n*1'+o QhaQ$fBs7 x`8oǢ?`@SɴE:p;?{Z2VE)^-Ϗ6u hgnpJNɲKX,-h§s0U&ɏ1[l *krjQ cQсn!jD3(GsQd815 8)GP3XĆF
-ڥ{ȂpR`8BF$QF |F?n5E?"Yh\- _y']w<?]T:︓u"+>C0RzE: TF@3"]0Dш 2Z
-Y)*Iaw&ɸ1]jx4@ƯxX<})}.zՌ
-MeR^MZ@WSl+)FB1d/#jXI>hF\
-FyJ6<ݳSy}GlwEfҕL#[7rHyG&NQtyΣäy~(ߌA㣄JrrXrT+0z,W5'LGj |PzS}ٗn97۾ny y\[~/@!Kz_$qc6A}kޭ6NkgRIig(ܮ渧(;(03v0 ˞{>(l\
-,pmlCAؗib nQ
--_xu[@_WL0W6T.r|)ɗAr]֑Gj"Pl"8dəAb،2J-^]\#?`frIQf>'pSk:4qԝ_bzL<撏?~Zendstream
+xڅYIFW6(bDdojg[>>@ID!j?oK@#|-R
+Tjgaȫw^!db,r&9A,L=D!E?bD '\{'Kz: (fK*p39ۗhIy# `aAG Sk-iQ($?:9Ef9 ?VЮ+d)CR-& \j` G |ᢂ`
+(B6ac(1:TXHȟ\#g3~n&lC$>屻ɱڤBr&{.h`υGպ"Q@U|wO9[$aŒJkN
+ 9QM?5zdԛR:yw0  <Đ֓}ajѡ5/q3'*7Z"DϞQh}p`Tc+JPO~= uAhhn`l@Yj 2 [,`6`
+ّQ2%v}}2ЗՊܶ%WeUVq|CQ%*W3v)!w{͸Qj󎑾tbRdh\;ʨAqiAij)
+ӻ͍; :x?W# >tܑԂXyT@`sïHO' L1kp/% S:7W7M;+bb<,A%=ńfB.p%pC?}l ^{0&\6P[d1<F=wfdt+iR2s&tD&bɚ"李H&T$qA|,<YtI&.42uTp8:O
+߸\gx}΢S!Ybh * Ʃd'4u4A ;sV0 #0D0 0AQKd;>y.ǁLpQ<1LwFX -2[*֥`%S`"<kH'-w0*HjZ(yIKc96N\`'-REDOdOL.h6 Q{-6EJ3
+F@1VJxfLAZ
endobj
-1142 0 obj <<
+1180 0 obj <<
/Type /Page
-/Contents 1143 0 R
-/Resources 1141 0 R
+/Contents 1181 0 R
+/Resources 1179 0 R
/MediaBox [0 0 612 792]
-/Parent 1116 0 R
->> endobj
-1144 0 obj <<
-/D [1142 0 R /XYZ 99.213 706.052 null]
+/Parent 1178 0 R
>> endobj
-318 0 obj <<
-/D [1142 0 R /XYZ 99.213 617.432 null]
+1182 0 obj <<
+/D [1180 0 R /XYZ 99.213 706.052 null]
>> endobj
-322 0 obj <<
-/D [1142 0 R /XYZ 99.213 308.213 null]
+326 0 obj <<
+/D [1180 0 R /XYZ 99.213 529.647 null]
>> endobj
-1141 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F14 897 0 R >>
+1179 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1147 0 obj <<
-/Length 2150
+1185 0 obj <<
+/Length 2240
/Filter /FlateDecode
>>
stream
-xYێ6}W-0fċns`
-2ЛXF%!֩k+<tvb"\D,! z  Z
-OTҖMYC9qj?X3 ҉b&Fi
-m2!Amrs~̰CF.)-+ILyð yJJGݩ( O%⥓F \9zlt(49ěJ{6o7@z~
-N:嗀"\L(D
--(f2R@3`X~%ZN ӊ D64gjO+Ѥa.J'!ٛ?6
-n5$ӹfb~Rp-ဳ[KN 4Q^a-B@
-#e'#S;[d;/P acRC]bjk :`p2SM҄b<4~j>c;.Q)٩N0p> j6>GצVweٌ|
-7u؏eueeendstream
+xYI6ׯ-PfD-$5-\* $-ۚ%`dm
+ 9~]>#[lE^PMA0R2[r[ñەmƻeٳ [XqfhY,;a.F@CȘ<alO;af Iw!v@$w[p6݈l) !k)'`?'|g%٠bD|utd>P;ϕX@/>emv@vuxfnmw}J4(L6PIC79iMbϕ3JP.32ƶ.T&5]zlB;C'U mXi)B͗r'Wӑ
+)7n<aql/9&P F'7%q6fXEՖ+^J!*,ѕ~5_3j~O,vP~yQ֑0?$Sc
+X͏\-_ze /CV`Ϩ`(tM,q* .!늿x 0Ea~fŒC-L<dx* c۲222HM
+7
+*LⴛJH2Ʈ05wyzyf<$)gQT}o< Wh&n`V3u8Rσp{ֲqZn&B*c?@mrs[֗bD[]Q*ɶف_Fl3D "z2Ds2mI_K)20AS̈́"ZQ(G5u R Djn zZN) bOE`+;O<3SuG>ETDHMKX*uslٮinN:!2C"
+? q{>Gg{3,k`0.{&FiZ1uD:9Q"3+j,2gp2sz
+mOl"o4p.Q]ᒆa,@_nc+t6FƼAiG<*;nd<Z}W&f[ͻ禩J:!>cTLL0F"-\`$FetaD&̒ɼF%}-
+͘s}}ۚ~)㊇q)3n4IClp~w`T"iZ F8ŌYLt9:[e8]8tC*; ibDih̺'DDiQۍPG`N,j2#mG08<E[Yu4"2׿#]d?|\HS$D/y{1;]ɰq!τweh:yh24KZh&i{; 2d912 Wq
+:y2KZ&qi{>
+<Vf%m-mX=T<M`L i }tEOh 'Ţ6P}mЧj[X()T_,cbm6hW㍽B!QC'4YaI[@$=mO!_R-b0`̟a dxDG(P´{8 Y+v͜endstream
endobj
-1146 0 obj <<
+1184 0 obj <<
/Type /Page
-/Contents 1147 0 R
-/Resources 1145 0 R
+/Contents 1185 0 R
+/Resources 1183 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
->> endobj
-1148 0 obj <<
-/D [1146 0 R /XYZ 99.213 706.052 null]
+/Parent 1178 0 R
>> endobj
-326 0 obj <<
-/D [1146 0 R /XYZ 99.213 688.052 null]
+1186 0 obj <<
+/D [1184 0 R /XYZ 99.213 706.052 null]
>> endobj
330 0 obj <<
-/D [1146 0 R /XYZ 99.213 309.083 null]
+/D [1184 0 R /XYZ 99.213 688.052 null]
>> endobj
-1149 0 obj <<
-/D [1146 0 R /XYZ 99.213 245.766 null]
+334 0 obj <<
+/D [1184 0 R /XYZ 99.213 517.269 null]
>> endobj
-1145 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F14 897 0 R /F40 711 0 R /F39 598 0 R >>
+1183 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F14 821 0 R /F39 618 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1153 0 obj <<
-/Length 1348
+1189 0 obj <<
+/Length 1722
/Filter /FlateDecode
>>
stream
-xڝWYoF~ׯ`
-Hgڼ_҇HBE8tIkqkNӛmbrՈ|tFHnq?ߦ]{n D"}9„
-]%# S߬KA½@3hM#A]i*ëZjRu
-~ s @4k ^<xendstream
+xڍX[F~ϯpDgP D xNb/vHis;8BHdfΙst|'$Tκ(73i9e>ZΞID)gq DiH%2^7ޓn 7W› ^pV!k pq[``c(Po_}'[?|92IrV /fYLu0B_8R$ akSj],?  t?-7HM jC8}g|iۡKkScdUxH8S+w]Z?dƐQ`H]yAua@yQjdoŰEcf7J]Jx*v]IKW<
+xR{S)ek7WT~%i;\cAB)e< ֘A6
+WVX=SjU{aQNenxqXY›Zo=&/z2
+ʐ0d+(=-ZX_
+-Rʮ 5[x^Q 
+麬}SQ$vjz!Z`r)X`#灋|BRDŎ .kK6}  VWS
+t
+GjѻCbf}q뮏$넵vD]޿6Zn.-둞
+ m-]H=Bْg6E
+~ǭs:10=i9ЊaU`97j͕G~C4dP$^WB cvWf}kkw)nkjSՈ|I6&,G^Z$qʤ] \L2.%܃aI1Lus;_~{?]̏ 8IboO֔{@1nZsk8giY&g/[
+ "ӟc2ros<>8Gf1I
+
endobj
-1152 0 obj <<
+1188 0 obj <<
/Type /Page
-/Contents 1153 0 R
-/Resources 1151 0 R
+/Contents 1189 0 R
+/Resources 1187 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
-/Annots [ 1155 0 R 1157 0 R ]
+/Parent 1178 0 R
+/Annots [ 1192 0 R ]
>> endobj
-1155 0 obj <<
+1192 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 534.415 286.857 545.263]
+/Rect [119 355.7 286.857 366.549]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample1)>>
>> endobj
-1157 0 obj <<
+1190 0 obj <<
+/D [1188 0 R /XYZ 99.213 706.052 null]
+>> endobj
+338 0 obj <<
+/D [1188 0 R /XYZ 99.213 688.052 null]
+>> endobj
+1191 0 obj <<
+/D [1188 0 R /XYZ 99.213 638.766 null]
+>> endobj
+1193 0 obj <<
+/D [1188 0 R /XYZ 99.213 310.587 null]
+>> endobj
+1187 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F39 618 0 R /F8 625 0 R /F40 736 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1196 0 obj <<
+/Length 2311
+/Filter /FlateDecode
+>>
+stream
+xڝY[ܶ~?bߪ(R(`;f>$yYe+i}ɯ(iAaPKg gh^
+Y~0XlZ(VBѼ_?E,OTE&]_=\%.˖Q (]\i/_Lx,W6 $ ^\߭GFYBE+&gNE`b]=ȋעt05;6(NWJ⋕`*nـtoO&vbe@j X"I碁Z8Ѿ; Ǣ)l(>աn3*({`io;#k-@: N>j Y+N^{T7n|m6I!p:MVG rN"z <"﹬*^}tt)GGuL):]#3c9_y?;.hQ{WEH\^ #ۂgrp6#0vOUtb @Yjt굍gc:)FG8[bȫiy̐'Jbp$w;6d6eMAIVQd,mZ<3}+^z_9<w苞xH``.'< X#^x*'ٟ[³se;͕DI|3h(Y}:G>hT8p|*NTiܔh3`;~vv V,_*̆ފ'͌b^`zޓ ]E!2x-9^w魌.ߦbH>:PgOIEٶPg|pX~<K9l >ca4Itgf4W}[F9xg>c=bܖcI!3x6FGT,9Jp:8!/]| Q&P}{h+hF#w_.
+jȍ$ׁc]6v,j]h՘! ĂM+ <JP5!|Dj?Dls
+ ]8uQ] f6 yW2"C55O`0wxs2]6.tlKqeX$R4sbڼa^ׂqS?&+{hs% Rn3G95Ͽq{K3E=CE0e 'DP?8z\Bu;-]+q ӃdQ+q-Dyڕ C
+Oaf=URαjlL׽.{^fQL, TַAe~ѯfN'w~ /Uwh_^W>ZU`cmOќi 76=i Ɂ f:=R&>RUҍO
+k>bL  @-*D)O$?Zd}jaAܐfA3KZ—1TjӹTM)b#z\F%d=a!lk˪r( ɘu@ lgWD=Ȏ^Bǵu]B`Y wܽ}o ǟc AWF޻F(\+P72:J)Vr).6jc-
+IZ$/nL"uBt3gK
+ T=1//O0Qb7oM<&"~ʑ|Ad ϒoPgɞ#hEbdF-O\,9uHL
+8/P#LM]i{W45gD2jdz&R)jr|4 krdsWpRDT
+=Zi߃ʹWI ( Qo8ppD:Guw +bgr\ay-^Q0AcSe wl+AМP )yqr]^ںήF
+~*' | @Ӧ
+frq{V*5oc:pU;+FfdØC11ܟQ~,+RnwԼV̺GQ#wHAM'upML/{Aqv#IlH&ӂJFhМqr.Ylendstream
+endobj
+1195 0 obj <<
+/Type /Page
+/Contents 1196 0 R
+/Resources 1194 0 R
+/MediaBox [0 0 612 792]
+/Parent 1178 0 R
+/Annots [ 1198 0 R ]
+>> endobj
+1198 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 137.174 286.857 148.022]
+/Rect [264.371 342.47 432.228 353.319]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample2)>>
>> endobj
-1154 0 obj <<
-/D [1152 0 R /XYZ 99.213 706.052 null]
+1197 0 obj <<
+/D [1195 0 R /XYZ 99.213 706.052 null]
>> endobj
-1156 0 obj <<
-/D [1152 0 R /XYZ 99.213 461.496 null]
+1199 0 obj <<
+/D [1195 0 R /XYZ 99.213 343.467 null]
>> endobj
-1158 0 obj <<
-/D [1152 0 R /XYZ 99.213 138.17 null]
+342 0 obj <<
+/D [1195 0 R /XYZ 99.213 326.578 null]
>> endobj
-1151 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F39 598 0 R >>
+346 0 obj <<
+/D [1195 0 R /XYZ 99.213 286.892 null]
+>> endobj
+1194 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F14 821 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1161 0 obj <<
-/Length 985
+1202 0 obj <<
+/Length 2527
/Filter /FlateDecode
>>
stream
-xڝVKs8+8*嶛d]I.IyrJ cScۭ N*IMՠG_>58R rQe$ELҍ߇?Zǖ[ cQ6>ԟ%OҲP:U)Ka&`ud/Tۜ}HʒU8xEo+5VM/Y\wQƕ-g\X90E{&&ϥ:O6+m6YH?9Tr,\bS)q +pw]ܕ)61Tpim!IVR;X5WZ؁
+xڝYYs~=`UѲKv%VB&y0\\ jIϧX:stt U*C*0jVl&4<{XYCXWwέ7*xZA v1ipR4v;]kֿpn`1hU?\Eɳ Q|:Q*/KV|꒺٨HYwry<
+M]7k:>Ö{rÅ#8xg߽r7#ӶR550QV,h>,v9Z'"@ u۾2AS(hfk N/!jĦ
+ė,W몮,J̬]=5oǢo1G[mSKk6Y%NGYDw)Y 9 /m7қ|Z1=#\M¡91v;Ty<-l?ϖ0ڱ'`3|%ݷBB1liP4<jVPd|5փ&Ph!i=w/,)?D@i
+G##,&/l
+Uo"<nBir̈́<sD>\(X@V}.19$Ks<`L H%gPd͡D:p^c͹QU=&4<TkzQ< 4jB]0aŝ6Ո<0/w`EI
+*!:GaT@ax$yGsL !3 vݶw\ED]Vn<؛_h-_WYww.+LWs.wE'Yqgr_U3jAw Ďwj>(p.`u=!!%D5LV ۖnpCI42Эo2|حOCOLTbs:n ʋ V/E1M %Q:ߵ iۖpkJ@OD'* vr#]{.NXRM珮f`!߉uJN8pVP/ BEeR}BK].5֡J;G$\WUyf6uWçN3ȓd3v%,$SC89J_P6a Wo/X.C/-~j:HqtD/E-sBIB!;* Q@1 ʒmd*NYSH@Qt(`~)\XT.>K=<U s!_ M๷$yƀxӵP˹GJPI;SD[jD_5mf?evHTG{X%JXX&@9J}aC
+qrٳ<RA* K@bK9] K|M͹؄~AkWc׉0`3KG l]7|=^i<%hK B[2/L&ߚpÿ>ãX)6v7h|^F _FԶz^iOzwwGBS0~̸泒+N DرS݅ަ,cS?hssDzǨ0gX6 = <[YP唧ay־Ias}Q;6J 1]I7ZCOˇ'?{|M Yx_poV7Ou{~$"[Ga>U杼zyGNGm< o/T> f8j9W2=ߤj?`AXeol#ɢ 6(J<endstream
endobj
-1160 0 obj <<
+1201 0 obj <<
/Type /Page
-/Contents 1161 0 R
-/Resources 1159 0 R
+/Contents 1202 0 R
+/Resources 1200 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
-/Annots [ 1163 0 R 1164 0 R ]
+/Parent 1178 0 R
+/Annots [ 1204 0 R 1205 0 R 1206 0 R ]
>> endobj
-1163 0 obj <<
+1204 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 510.039 286.857 520.888]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample1)>>
+/Rect [119 621.358 286.857 632.206]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample3)>>
>> endobj
-1164 0 obj <<
+1205 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [292.49 467.228 340.544 478.077]
+/Subtype /Link
+/A << /S /GoTo /D (Controls.Samples.TDataGrid.Sample2) >>
+>> endobj
+1206 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 402.443 286.857 413.291]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample2)>>
+/Rect [119 413.43 286.857 424.278]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample4)>>
>> endobj
-1162 0 obj <<
-/D [1160 0 R /XYZ 99.213 706.052 null]
+1203 0 obj <<
+/D [1201 0 R /XYZ 99.213 706.052 null]
>> endobj
-334 0 obj <<
-/D [1160 0 R /XYZ 99.213 688.052 null]
+350 0 obj <<
+/D [1201 0 R /XYZ 99.213 608.656 null]
>> endobj
-338 0 obj <<
-/D [1160 0 R /XYZ 99.213 668.224 null]
+354 0 obj <<
+/D [1201 0 R /XYZ 99.213 400.728 null]
>> endobj
-342 0 obj <<
-/D [1160 0 R /XYZ 99.213 633.064 null]
+1200 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
+/ProcSet [ /PDF /Text ]
>> endobj
-346 0 obj <<
-/D [1160 0 R /XYZ 99.213 600.229 null]
+1210 0 obj <<
+/Length 2588
+/Filter /FlateDecode
+>>
+stream
+xڝYKs6WHU37Iv@>Id+5U#h
+pT2"wyfNͤɚ3C-CkZxghUT%3]/\u
+
+Br#wDlMA?f|QaM 863 П:ndHሟij*p3BVLb@@
+9|(9˗2?ca L@{Tx: ZyUbyz@EZUwmD hHM;]ò#Y\͓qd;AB-Yv1bF@8[ (j%ZpD
+~äQM*̴ Ј0t3$Ө
+hG
+mXcHxt<F_a)hcV{^W/%{Y4Ne%<Zf쨠 bpʪwVvL%Hn-`;gfodE`}#د Hvg>5Ma>`wc7quFR`d'봱-n<Ͳ nxtTM d58#톑5ӏe<Xڣ>B䙊iOd`0q>=B E3" }2Ch:'S7/=c:̆_u$(BGs
+Od^1뱦1[*?k5461lh(c8Y No*W٩ʆ<~Ak C6p"cnX)cuMVZ]FW3eKr0ձ:DO r>wGFmP([WKܐ DPIvapԊ
+=B]񖄟C0:]1c|,Jf\d}+bȀm댸9Qְ5E.m-5fMZ1/"KqOթFzF@ކ|a0 fն1<Z?+VR-/4DAʖ5VAɊ[9+xV%5n$8lW7< éy=qlT6I)$R3הDڹRöN2:MWa& dMF&g[yvz2'r]GˤS*\ͮ'-YwgTYA J(bK
+hX&Oto |V%19#uہJeDڕDX_4T#v,3]VlC)XkH$ڳ&]h5\I .*Ƙ;p˗7a?c/&ːCv(rlBܙjJUĮbr,sX9tv.j&>Ml};vy b5TI< %uhM|((2+yn'fS[euh8UA~TK=)hUBn"O.NʐGF'YqO*`~Σߚ]:Y.P8zpv+t\lx]rȡh*AϏ"35~s"&RygazIr,.ũ#lYzz%ႎe HySc(b]wg).}O*
+endobj
+1209 0 obj <<
+/Type /Page
+/Contents 1210 0 R
+/Resources 1208 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+/Annots [ 1212 0 R 1213 0 R 1215 0 R ]
>> endobj
-350 0 obj <<
-/D [1160 0 R /XYZ 99.213 567.394 null]
+1212 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [458.694 642.729 507.55 653.577]
+/Subtype /Link
+/A << /S /GoTo /D (Controls.Samples.TDataGrid.Sample1) >>
>> endobj
-1159 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1213 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 603.875 286.857 614.723]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample5)>>
+>> endobj
+1215 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 383.5 286.857 394.348]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample6)>>
+>> endobj
+1211 0 obj <<
+/D [1209 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1214 0 obj <<
+/D [1209 0 R /XYZ 99.213 560.835 null]
+>> endobj
+358 0 obj <<
+/D [1209 0 R /XYZ 99.213 370.804 null]
+>> endobj
+1208 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1167 0 obj <<
+1220 0 obj <<
+/Length 2067
+/Filter /FlateDecode
+>>
+stream
+xڕXYF~ׯЃPfkw'Xw#h!TF&=u5IvuuWK~ze*2cGrW-VB;cp}Z 6'Sq-9_w\iǁAZIZImqoWAk٭>n_|4tTi᣿܃/|fƾY&`{?/^떹Q`:
+J|0 ]ĥGO|>SAgK841nYkW)
+P% KqSry4v b`'m{CȦ{{$y^E1xUMa1E%8𴢨h/+ ̇paxԹk(!qk&^Dh#h
+Id5'š3 dW;s]F(4ZhJP/T4QCYA3ֵ"oV4_GJ|i02<o7M_ oKf?e@-0 r^;Q7m2@F +'${^='Q"7^aWm7ԥz0!ԺjZRN|H_sA2,!_X&X>J
+]8jҢ#+=DzF'E;v[n3Pu&X6䂷(P_ `,*:n-Fz܄Uy9WqtԢ de8pIMG ;nSRvn04gh|IL ~5UǏOe$ʸ+
+q^3,ȏ\ ܥge*:04fCN%0/„̻8ltC fs&݋-SK|qJ:o )6_:\^?@GZ:iendstream
+endobj
+1219 0 obj <<
+/Type /Page
+/Contents 1220 0 R
+/Resources 1218 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+/Annots [ 1223 0 R ]
+>> endobj
+1223 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [296.861 244.77 357.412 255.618]
+/Subtype /Link
+/A << /S /GoTo /D (Fundamentals.Components) >>
+>> endobj
+1221 0 obj <<
+/D [1219 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1222 0 obj <<
+/D [1219 0 R /XYZ 99.213 494.636 null]
+>> endobj
+362 0 obj <<
+/D [1219 0 R /XYZ 99.213 479.932 null]
+>> endobj
+366 0 obj <<
+/D [1219 0 R /XYZ 99.213 334.337 null]
+>> endobj
+1218 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1226 0 obj <<
+/Length 2050
+/Filter /FlateDecode
+>>
+stream
+xڝXY6~0ᩣ$M6H@>wWlmPwCJbafH'YƤP˄nj|y +?,X{fˌeZn6U"2ZޮDԔj-pZ$^Y\~Vٮ~cXl4J|Y?-8SY1g"˖F-~yZ]sTtxGԶ^4,`lQ5a,K 6/󭭈h]ipi 1ecLhP5|̮TP]?V
+ _7D⇎}ψ%*aH藺##lWȹ*Uv p!48j@yg9.l;Qù:mܹoW H{ʢq D ]Yul(ǭ<r9%ljꊨd-ѸpZɒ's-l %v9NRfd2!I⥘)0H:+ BD pMe,E$723r+bwif {zBIpڣO!:ll[ƧC) H@K:(mѮQ+F:
+3AGX&H=ʟ ^ ֿ̛c~mE͘A~;]PꃧCȦ1¢rB݅RE`S3Ҩ%`O-=`^ AS 01Mxz^7O7|,:
+endobj
+1225 0 obj <<
+/Type /Page
+/Contents 1226 0 R
+/Resources 1224 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+/Annots [ 1229 0 R ]
+>> endobj
+1229 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 249.968 302.949 260.816]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.LabeledTextBox1.Home)>>
+>> endobj
+1227 0 obj <<
+/D [1225 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1228 0 obj <<
+/D [1225 0 R /XYZ 99.213 632.1 null]
+>> endobj
+1230 0 obj <<
+/D [1225 0 R /XYZ 99.213 206.912 null]
+>> endobj
+1224 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1233 0 obj <<
+/Length 1272
+/Filter /FlateDecode
+>>
+stream
+xWmo6_!*#m[!麥- u?ŠH-T<S #)[4+6 Axxw?I(w"?$~l52Vó*^Of6|%$l 쓐',.өG
+ B3xL8m *T͔1e;4{=yc0'ɁOx;[}BYM @츜̅Y5fn~27ޛkQL|klZRI 7\; \9Emz/K䣺r/
+I B[])mepҶ+Km{1p S'!{`xF隃*/+,86 },*nJ5uiFp%+eg~KWE@l_h|0GI^7CZVS@~׬̔̍|Se+3$.2_ jY޵!yUɭuvl;`wJu^Ma|{c+//in-QKkNZǧ<00̌衞$#uÖ95)dz\(7u"Xe9~#n۾|da|@{,l7e,@;@*v#]'n1w6Rm {-p?9H99sSPϦ1|G/( 8
+)MfIoɼz 񞦰UXI2(ZM@|bn %HF4f+^cQt8@,$ż$ŰrF8z^20 \cnZ9
+"m:_ט/
+SV~6?
+ga.n .!E pA
+endobj
+1232 0 obj <<
+/Type /Page
+/Contents 1233 0 R
+/Resources 1231 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+/Annots [ 1235 0 R ]
+>> endobj
+1235 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 298.101 302.949 308.949]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.LabeledTextBox2.Home)>>
+>> endobj
+1234 0 obj <<
+/D [1232 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1236 0 obj <<
+/D [1232 0 R /XYZ 99.213 255.2 null]
+>> endobj
+1231 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1239 0 obj <<
+/Length 2521
+/Filter /FlateDecode
+>>
+stream
+xڕYKsWLiJC-Gj]8(EB;9C-YIHpȑ64э~| MMқ4L06&|( ޣOl Oab7wկ[nzNmzն>}umaa[pyvQ?w?|2$6x7n*8O7al0Py9ޘ(Q*Ϳo5dû#0_jRAǞIhr'-To?>iQSUd\~ø=thOdp*}灹p};ND lbM˃8l~cE"ߢ
+$,ۂOĠgn$C"'^Y$xqΝE8!<C{$-, oaG‹pTHɾ`뎇:;Pt=t&W[9ڤ()b+|KgG+_>؂-G:%P
+OS$1QM@EsC1m&p
+.Qp_+юgb1$UoumΓ5{@Ffi4V8>6lnT-'8cQ9nN΄`$l=iTe&: HF|C/mz.fr|(@bZ~Ǧ{yRldXj OI@QA
+8z=7)Z-Y&0h<cXyz3m!{;Lq+VKK00F>}6|3caBY
+#gf,<s!*-4|
+BNG<(7J:0&wi T?q '\C/:r{* J?C
+TecALk^GiZYM6#ioGTy4(tqM
+U V%˄ ~uBf8f7{p:4hX[c~ƫ0 p:ĒKO-syn`rd`'2S=\b3%/G]y(bAŦ-*-^ޡQ(#u*5s'[9$bII"se|טȃD{"J~Y)Z1m/qGeԽVpX̖Ps6 )ZGg}TIޢ^&Ɲ?+8^JpmQ<4(P P܋3c;]^(Csvr& ,{hzoSe ' 9)گs4 UϢmm9!CuJ݃ &ud녉̤3\_Ql+>_op<:iOerA=cƁFr
+4tyIWXt˶i_SXD:N#@v/PjV+ɳG+\"R=8a"5ych߹sc
+}%g'rX0apCWw5p
+,iE/`kb&׹(p` yek cz<3B$P<r*OQ8"XHkNjLl
+L\`75l,&r &.40+e8@^/2h*ï2
+ϘܝaܕTeo3E\xZ o_0n,{mҶ{jSg ֚7~Ӌ"nN3>vp u5#uAqC1ϓ SG >]+Y$@颯!` jy4WCѼzCRZ?Xx'zo E&')O89%|=^[}xq)2`űuw<gƏ;ϊV'0E剝@J`>Fڧz1_p\ as1 S0)%Q>O ,׊F̫;a@+7ȥGLendstream
+endobj
+1238 0 obj <<
+/Type /Page
+/Contents 1239 0 R
+/Resources 1237 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+>> endobj
+1240 0 obj <<
+/D [1238 0 R /XYZ 99.213 706.052 null]
+>> endobj
+370 0 obj <<
+/D [1238 0 R /XYZ 99.213 688.052 null]
+>> endobj
+1241 0 obj <<
+/D [1238 0 R /XYZ 99.213 414.18 null]
+>> endobj
+1237 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F39 618 0 R /F14 821 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1244 0 obj <<
+/Length 2819
+/Filter /FlateDecode
+>>
+stream
+xڥZ[sF~ׯe<vg)'MƻI 0 cY~ϭaR[*9}N_smM
+smDǝ'|i~R8?^?"綵
+ʯ#ԎȜۢ;K4?1GȠRBN
+U=4Xr =5SKyo5h tpHc#aW g]_O>Sg虶NgWJVCJ<ɺ4#47gEި<3W)o~\4B<#%hz+ W'iN1jdoOuBHaQ3+q ԈqYQiJ ?a
+M]7nLMuJj]MJu&UU82JxPd?QzY"Xo蜏$pDC w6o={!h nIW 3ń3EK.$ɐCGIc!֟"@ZL({͇ߌ<d+.D䊋R#ȎkѢ<jcT9Ŀ0ԆGYq( 1=0R\=;7i!kRaN>&)g/] հ]SqeSMn
+R?u\4˸Z7j&*8u
+Q4ٮ(^3zo-\V*'hScx9O^Pi)bxNc^8茞}_ ;|sT"+@ƢJh ͚<Cj"pwWZQN
+endobj
+1243 0 obj <<
+/Type /Page
+/Contents 1244 0 R
+/Resources 1242 0 R
+/MediaBox [0 0 612 792]
+/Parent 1216 0 R
+/Annots [ 1246 0 R ]
+>> endobj
+1246 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [385.389 236.451 407.307 247.299]
+/Subtype /Link
+/A << /S /GoTo /D (Fundamentals.Pages) >>
+>> endobj
+1245 0 obj <<
+/D [1243 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1247 0 obj <<
+/D [1243 0 R /XYZ 99.213 191.968 null]
+>> endobj
+1242 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1250 0 obj <<
+/Length 1893
+/Filter /FlateDecode
+>>
+stream
+xڝXKo8W(1+RM6-ڢAhG,e%i %[vvA j8~<?>2&x4O˜J7Y8ΛK˲\f/^K9XG &cqWŷ@-i_<h~AY(I~]kfmjDK} ,dQa2eL
+ľW/?,ڋtjc)ep$eal8dnY!OyxN9cm2hgCmyQm~uj>Pьӱ
+ '՗z!`KILVʻh+9h0gH-7,J|#2"[푂=D [?x۝YJ"2T8L=Hag+iz9<<"Hd&ȯWl d<=usOp5:Դ(r!>ߝE7,Jet<ѵ<Ϣ{A#/uߝG7fO
+5Pnj=M]oA <pYP )RzcjU
+D*W7KkW2KI[U"0uXoI
+)s\$(|)}Nيٝ<%3m|s6swIϼcS7THwSZ3%\0 90`g;^JpF$.N (Ro{{$]MdK&^ۄ9"0I/ЂSa"b2r<;> o0(>/-
+HAI8C ZM]sӏU>9atb΍C'#3<8g
+?Pbp7Єo'+QR}:5 n;M実
+l4/\5jSRez&VzC"MW%O}Zh*4Xv1Pum"RcQ76Ui܅{ s$<BڼvձB{{mONZmw0J_7RiciG3"a,23"qU r[MIbucE1}KwfL.ͷsjzg["7?o~Pt ީt{usn5i(
+t&(Rcc"(WdוoWM^jG"&r@J*b2zӹTFj6Y'?A"Cх3TWpނH"![8H<X$lp#"Xm=&&
+endobj
+1249 0 obj <<
+/Type /Page
+/Contents 1250 0 R
+/Resources 1248 0 R
+/MediaBox [0 0 612 792]
+/Parent 1253 0 R
+>> endobj
+1251 0 obj <<
+/D [1249 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1252 0 obj <<
+/D [1249 0 R /XYZ 99.213 454.532 null]
+>> endobj
+1248 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F39 618 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1256 0 obj <<
/Length 226
/Filter /FlateDecode
>>
stream
x}P=oB1 +<&Cq⵨EbC͆ҏA8񨪪r/E" C(2xđGm$h/
fegoG=t`|et>އ#~u[6)4f,/Zبօ Qq(;Ô c5f9:
-eH3 9I&4`$<26u
+eH3 9I&4`$<
+6u
endobj
-1166 0 obj <<
+1255 0 obj <<
/Type /Page
-/Contents 1167 0 R
-/Resources 1165 0 R
+/Contents 1256 0 R
+/Resources 1254 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
+/Parent 1253 0 R
>> endobj
-1168 0 obj <<
-/D [1166 0 R /XYZ 99.213 706.052 null]
+1257 0 obj <<
+/D [1255 0 R /XYZ 99.213 706.052 null]
>> endobj
-1165 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
+1254 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1171 0 obj <<
-/Length 1645
+1260 0 obj <<
+/Length 1646
/Filter /FlateDecode
>>
stream
@@ -5170,104 +5631,99 @@ xڍXYD~_1iqo !$
$C9{_z*h'"I v~"oU1dJz3B$RJOB # 6x:aS9}zѡw%/&:>Tw0e"c@Dħ IQC S6zeq5,G |;yb3eWym׃cHh]K6XU}&/aʛ :y8al /Zű7q0hb9>F''D3g
2S9޽2gTo,ruCZ /ъB/f#A0.d.#Og-#sѺb!;o5)MN*` Src"7?RSmw1syNWD&׵ W~Q,xT|p%l0 "V.L0:Y}tT.LΜǪdowxqAS|Ƒ5VSXlTC?;k-R:p/TJe^Yvh(>d1 1~&Y'̀#*kEos\~bjrGx7_ =ڨ̂U 0X`F:sȢ⣎Ek8^arżyϔg
R\u5 yZrY"|「dT$9"5VZȅ F x}xOdm őRm)Meuȶl
-@ 1AKnn.~4U.)><>E
+@ 1AKnn.~4U.)><>E
endobj
-1170 0 obj <<
+1259 0 obj <<
/Type /Page
-/Contents 1171 0 R
-/Resources 1169 0 R
+/Contents 1260 0 R
+/Resources 1258 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
-/Annots [ 1175 0 R 1176 0 R ]
+/Parent 1253 0 R
+/Annots [ 1264 0 R 1265 0 R ]
>> endobj
-1175 0 obj <<
+1264 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [489.097 250.194 525.406 262.149]
/Subtype /Link
/A << /S /GoTo /D (Fundamentals.Applications) >>
>> endobj
-1176 0 obj <<
+1265 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 235.527 158.833 246.652]
/Subtype /Link
/A << /S /GoTo /D (Fundamentals.Applications) >>
>> endobj
-1172 0 obj <<
-/D [1170 0 R /XYZ 99.213 706.052 null]
+1261 0 obj <<
+/D [1259 0 R /XYZ 99.213 706.052 null]
>> endobj
-354 0 obj <<
-/D [1170 0 R /XYZ 99.213 688.052 null]
+374 0 obj <<
+/D [1259 0 R /XYZ 99.213 688.052 null]
>> endobj
-1173 0 obj <<
-/D [1170 0 R /XYZ 99.213 477.255 null]
+1262 0 obj <<
+/D [1259 0 R /XYZ 99.213 477.255 null]
>> endobj
-1174 0 obj <<
-/D [1170 0 R /XYZ 99.213 477.255 null]
+1263 0 obj <<
+/D [1259 0 R /XYZ 99.213 477.255 null]
>> endobj
-358 0 obj <<
-/D [1170 0 R /XYZ 99.213 477.255 null]
+378 0 obj <<
+/D [1259 0 R /XYZ 99.213 477.255 null]
>> endobj
-362 0 obj <<
-/D [1170 0 R /XYZ 99.213 311.693 null]
+382 0 obj <<
+/D [1259 0 R /XYZ 99.213 311.693 null]
>> endobj
-1169 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1258 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1179 0 obj <<
-/Length 2045
+1268 0 obj <<
+/Length 2038
/Filter /FlateDecode
>>
stream
-xڝX[F~@~zqQҦ6ju>m8n}e0`f|~OzI"^"[&'QɼGbr/I3
-k#P'"~?̤"E5(HcU4O??M~XEYZN~32
-$ -mT连U:G+|8@~<c̳%
-kb??ifhPx; Vݖ592ݱ3.g,DsBe{|l*;vYT"T-fC`o 2F$BhB0I?#aa کM&gŧ:ާ{x'T"
-Mk4`EuGoG^kLPUYr{LLmMVt2V"[!Q >Pu͌fjMeLҔ|r6=F} a}$ЀWXsBS %JDJR Z"ˬJv.z}l6eUֻfĎ4=`Kgiiuԧ)(W/1Xռ6A&(VFH#$ʤhd~+:
-AE
-*zmCٺVX[F=Bhڅ<7I. eʿB44<68`$گݻ䎀8!O)!>.D0zjB#Z 6#@ڗd(9x3P"ܖW;,PE.hI_쬅Od-$eCk!Qʏl\a*j˦EQ/@wMMʆGD}6C^-88Eq=t7b`x^;y̡NP9niŻU pwBi}H"{+`kу#0cm.ռ/^$̴6ݐɥIH
-y2!(R/)
-G[sI W8aLT;t-,{m{?P:9UìcApʫ"3jE czB6nC?^ͯ ΂ ?%گ]~A-/#:,`T?||M˖
-OvǤKOK"_*ZH"{bݚv]?LL:
- ծ̎Џ{A' YT~H‡;/2);%6V^
-WUHFEƝ3#}^CCr0 Fei:7"=DY4wr`!S,xQΦ8F̩CHMQI̫{^-;7x+
-=Cu,aжLpm"7oCh`Fhܑ}QDxnk4^<d6Zn]ZzSh)Xݨȸ#jl<cQ_7?om͋73cKѩhbcz~BthTi EPݬ@ VDF2TI|ͦ0Ⳝrnnq˜cFN(%Kw w7Vw{}fIժ+bA/Dƹ`5v+}2
+xڝXYoF~ׯD֚{@n ZԍէHID$Q!K%(X7,؇rBI=@Vۑ?^ɯ#(fd֡i>}k8qH+ O,Gu2Io?^ tȳb:B=e^?O2?>"}
+u%H<SZRh,:S+DڹP2wʏiڳJ}s
+Ľ09 xTtۆuK(!z(1:д y1Qq;!.\:vE6E}hOylNAr*I[w1pN94CP2B|m`ulQ"Ն2>F4GlF/6Rs@g4E"J 'KL7XޡLВ#Z Z$lA2B0Tuq1כt -:;08[pv`3<w CB-
+I sЊwbrnh6EusנGa|\xwWԼ HiM!s}y!e CP^S
+z'X][_䮏T{jpz)vGt-,{M{S:9eͬ#Apʫ"3jE "zB6zH#?aoiod`
+%pshZ##i߹J`kB7m~Ch`VFhۡ}U Epjj4^<bZ/=ZvSh)H]ȸ#hlc^]7?WnY{4{1&T4!=S!ZOH|vٴJF"(nRLYbw's#Ω$bSZDiF7V97P/0Z"a1#'Pԥ;uo>SmlјWvv\7ye3>
+swhukeX0rVʠa| o@ ^ɕ9-H7d`A? i3endstream
endobj
-1178 0 obj <<
+1267 0 obj <<
/Type /Page
-/Contents 1179 0 R
-/Resources 1177 0 R
+/Contents 1268 0 R
+/Resources 1266 0 R
/MediaBox [0 0 612 792]
-/Parent 1150 0 R
-/Annots [ 1181 0 R 1182 0 R ]
+/Parent 1253 0 R
+/Annots [ 1270 0 R 1271 0 R ]
>> endobj
-1181 0 obj <<
+1270 0 obj <<
/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
+/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 459.537 208.719 470.385]
-/Subtype/Link/A<</Type/Action/S/URI/URI(file:Configurations.AppConfig)>>
+/Subtype /Link
+/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-1182 0 obj <<
+1271 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [296.916 186.845 383.121 197.693]
/Subtype /Link
/A << /S /GoTo /D (Configurations.PageConfig) >>
>> endobj
-1180 0 obj <<
-/D [1178 0 R /XYZ 99.213 706.052 null]
+1269 0 obj <<
+/D [1267 0 R /XYZ 99.213 706.052 null]
>> endobj
-366 0 obj <<
-/D [1178 0 R /XYZ 99.213 532.191 null]
+386 0 obj <<
+/D [1267 0 R /XYZ 99.213 532.191 null]
>> endobj
-1177 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1266 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1185 0 obj <<
-/Length 2321
+1274 0 obj <<
+/Length 2320
/Filter /FlateDecode
>>
stream
@@ -5275,66 +5731,66 @@ xڍY[~_aŚ+ԭh"IyH-Ak^Hٞ΅V g33'7i*6 ?
J³'
- r2VJE [%t4b Aݳ6nMLr(T]$
<p;t(VđE<AG7=@Sos#φ[~4|\|nCi2Xy;u#e_- "iz_hGe-4d4;#@ljHXiӑdbtV'}z7ᬔ[sO gCs+z8H9u8+=R gɪ
-a
+a
Uiuh)f,KWQ3\#zT$WƊ.ۥd(|C_-ͽ&c4>,Z
-ZlqyMW̑ڶ:nW> O ذK;{@ڌΞ@nv!)GA$#@O^'MإAW
-[dfO93r†cйpUà ZŜÈΔ1έzRLp֦$ S?<D\—r=dljv^v!}&i!nhB|E^9;
-1ū|)%
-LO2/ʏDfñTUendstream
+ZlqyMW̑ڶ:nW> O ذK;{@ڌΞ@nv!)GA$#@O^'MإAW
+Et)lEG= CZU ?C'< ks:#F;Sƌ;^}K1oAXB.Lqs _\"?K=q2涷{1]᛬CY y=G C }pXxI>wrrd>μyZL}fr~GIj|ⓔ]WD
+y{uG{P/iGh22M5mR,FL7 O=}yחhݳj}S:j{e]ףv$pjfMdiCO?
+^<ハijA\s $fN?mKٍ_P!MSĆZ. 5XCB%ktB*`ًq-8xz)
endobj
-1184 0 obj <<
+1273 0 obj <<
/Type /Page
-/Contents 1185 0 R
-/Resources 1183 0 R
+/Contents 1274 0 R
+/Resources 1272 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
+/Parent 1253 0 R
>> endobj
-1186 0 obj <<
-/D [1184 0 R /XYZ 99.213 706.052 null]
+1275 0 obj <<
+/D [1273 0 R /XYZ 99.213 706.052 null]
>> endobj
-1183 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F14 897 0 R /F45 808 0 R >>
+1272 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F14 821 0 R /F46 843 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1190 0 obj <<
+1278 0 obj <<
/Length 2139
/Filter /FlateDecode
>>
stream
-xڕXYoF~ׯ D%p#Mk4դ@ڇH۬IQ!);kyHrB̮r|)'˼@NǞΦ^PBՄZ;šu(JOa{\)wTnr&yU5mprߖa \őƍ,>;9~{a:O=eNADzbW;ghOAU(eQ'$|>ggpDJ@UɄCy-qHI3WkVWp^)Z~ف>5i@]nA
-*WnlBDGNii2{ƱJ(zW-юǰSV$n[V8lUxbp+7ӑ_3a9ڣZhRikéPNg BC{x#hZz\ )LD6& c=awr{ئ
-}Gr-m*gn
-Uzb~Zt.d+DK 2sԺxe ~ozYTOKZDS{Hاik?g,$Hlg@ю%ŷdrՂ
-{>&|ۀEO6nw`6_Eb\ BzU^<l$6l*N5 ͒tLe:6UE~.NK{A(J9+SFRI
-$ٚx"/@>Sȅr+/ߜ2n0] 2ÿ`l!8<SE!aNI'#% C!1}+oЙza^nOGK# c
-A<1ȫg{\~\*Da;#S/TZks1jmx,gSOaIxOM"C76QkN9
->J&kaii8!.d umkx7ϟ8Yfvgeh/l ۂҴ;Hݙ5JFT+0eyt2ȞQlw<p@͹(K]e<dAL 0> 4rPз3;4OS/:UXiyvLvE#@MZH`0H:5 q^H?҉3xHT*fiް/86'R fuYC7 [+mɜ؟S7{ ns~ZR f5PXMFB;FDUIOF}}\N-=N0B~~)6PFTO)jt<N0TTJ\HT|Ʋf"W. c ld;قl^+!9ؐ~FmS
+xڕXYoF~ׯ D%p#Mk4դ@ڇH۬IQ!);kyHrBήr|)'˼@NǞΦ^PBՄZ;šu(JOa{\)wTnr&yU5mprߖa zP.H/NJ_^}OeS/tA+~^:U~vQ9JyYNE8I=<!D;tw%0U2d^A$])YcKtBߋ3E/;gV4mQh2H-m_
+)M8Mo]q*3$PBYֻj~Iܶ09PpB:p+7Q\@0a9ڣYhRikîPOgBC{D#hZz\ +)LD>& c'0dvUa4inƩ.Ejȡm.|g^ء&ĩ ~|?
+:Ayh
+Ad?1g{n_~~_*%Da;S/T[Kxj8q[J
+ p.0{Bhڦa!<Xs&}VˁW
+YN-_64q _.[^?)Y_W.KԽbvd{P(J *p_灇fxk0Mrt=]130SYCVNvrS*%m`jkۑ ')*
+F9YWy:1;IM=h`&0+
+ cwW$kmqrȼDe`>=j/(CcPB(feʁ;Cn
endobj
-1189 0 obj <<
+1277 0 obj <<
/Type /Page
-/Contents 1190 0 R
-/Resources 1188 0 R
+/Contents 1278 0 R
+/Resources 1276 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
+/Parent 1253 0 R
>> endobj
-1191 0 obj <<
-/D [1189 0 R /XYZ 99.213 706.052 null]
+1279 0 obj <<
+/D [1277 0 R /XYZ 99.213 706.052 null]
>> endobj
-370 0 obj <<
-/D [1189 0 R /XYZ 99.213 688.052 null]
+390 0 obj <<
+/D [1277 0 R /XYZ 99.213 688.052 null]
>> endobj
-1195 0 obj <<
-/D [1189 0 R /XYZ 99.213 491.615 null]
+1283 0 obj <<
+/D [1277 0 R /XYZ 99.213 491.615 null]
>> endobj
-374 0 obj <<
-/D [1189 0 R /XYZ 99.213 474.87 null]
+394 0 obj <<
+/D [1277 0 R /XYZ 99.213 474.87 null]
>> endobj
-1188 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F47 1194 0 R /F8 605 0 R /F40 711 0 R >>
+1276 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F47 1282 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1198 0 obj <<
-/Length 2080
+1286 0 obj <<
+/Length 2081
/Filter /FlateDecode
>>
stream
@@ -5350,58 +5806,59 @@ Y  0OW
9BQRJINWYپVԊgһchoe(fq2
QHxUJzkIhA3[imȌUz|(($^2DS R oӌ|:O/&b4Q|#,^.TW'!yA'T-݁Gq\1}LA`11 g14{PA}#,8yC8ϵ jN=|&l
!Sd+4s 8th?x:MNUtbVʹDX7F0&D9{xiku!65t.e ,xCcۙF)b(y,Xzs@c-c ό#*a ۦjc\qV$ڿo^:?5K.c@.6%KxAn!gtXɓIϽ]SM 2aѯ
-l^:РtrxoW\endstream
+l^:@9%X(\endstream
endobj
-1197 0 obj <<
+1285 0 obj <<
/Type /Page
-/Contents 1198 0 R
-/Resources 1196 0 R
+/Contents 1286 0 R
+/Resources 1284 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
-/Annots [ 1201 0 R ]
+/Parent 1290 0 R
+/Annots [ 1289 0 R ]
>> endobj
-1201 0 obj <<
+1289 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [252.147 280.165 302.154 291.013]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://pixel-apes.com/safehtml/)>>
>> endobj
-1199 0 obj <<
-/D [1197 0 R /XYZ 99.213 706.052 null]
+1287 0 obj <<
+/D [1285 0 R /XYZ 99.213 706.052 null]
>> endobj
-1200 0 obj <<
-/D [1197 0 R /XYZ 99.213 513.761 null]
+1288 0 obj <<
+/D [1285 0 R /XYZ 99.213 513.761 null]
>> endobj
-378 0 obj <<
-/D [1197 0 R /XYZ 99.213 498.748 null]
+398 0 obj <<
+/D [1285 0 R /XYZ 99.213 498.748 null]
>> endobj
-1196 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1284 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1204 0 obj <<
-/Length 222
+1293 0 obj <<
+/Length 221
/Filter /FlateDecode
>>
stream
-x}PKK1W19dc7^zVzXRH.dfg"=D0 5 `3trk\vsqCR2G\UGd]٫{}sxPw>fo5xی}al=/XYluɅ Qv+,ݬu8+KJ[FH.ڹ5 aw0N*'oSendstream
+x}PKK1crȚ{
+Is+=H ,h UD$Iv23^X}!nvI'Ms&%?bL9W*QoW:6oa{bm&uFo1ؿ/rJNVk[]r4TEp)dEuf_9O WB2ZiZS8FC*'oS endstream
endobj
-1203 0 obj <<
+1292 0 obj <<
/Type /Page
-/Contents 1204 0 R
-/Resources 1202 0 R
+/Contents 1293 0 R
+/Resources 1291 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
+/Parent 1290 0 R
>> endobj
-1205 0 obj <<
-/D [1203 0 R /XYZ 99.213 706.052 null]
+1294 0 obj <<
+/D [1292 0 R /XYZ 99.213 706.052 null]
>> endobj
-1202 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R >>
+1291 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1208 0 obj <<
-/Length 1682
+1297 0 obj <<
+/Length 1681
/Filter /FlateDecode
>>
stream
@@ -5412,74 +5869,74 @@ xuXK6QbE"Wo)ZHnCӃ,imHnwR +gpпpe
ص
5E
THIz@zJK%Ja9S- j2<edR /d꽥7cEDg"rڐ\ư0BȨt1ueQ8 Gj''(x]>OSI+[ֱX^*6儁{reF1_!<OԳ0jGatAVb/>cih:'!XdswYm tz0h:!8:몡{v޵,1QdFS[͟kY~|O\]p!19?ꓵdiE. pR)y-Q|]
-C}՟1,nB1_@sFCn/Nendstream
+C}՟1,nB1_@sȃ}r{/Nendstream
endobj
-1207 0 obj <<
+1296 0 obj <<
/Type /Page
-/Contents 1208 0 R
-/Resources 1206 0 R
+/Contents 1297 0 R
+/Resources 1295 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
+/Parent 1290 0 R
>> endobj
-1209 0 obj <<
-/D [1207 0 R /XYZ 99.213 706.052 null]
+1298 0 obj <<
+/D [1296 0 R /XYZ 99.213 706.052 null]
>> endobj
-382 0 obj <<
-/D [1207 0 R /XYZ 99.213 688.052 null]
+402 0 obj <<
+/D [1296 0 R /XYZ 99.213 688.052 null]
>> endobj
-1210 0 obj <<
-/D [1207 0 R /XYZ 99.213 477.255 null]
+1299 0 obj <<
+/D [1296 0 R /XYZ 99.213 477.255 null]
>> endobj
-900 0 obj <<
-/D [1207 0 R /XYZ 99.213 477.255 null]
+937 0 obj <<
+/D [1296 0 R /XYZ 99.213 477.255 null]
>> endobj
-386 0 obj <<
-/D [1207 0 R /XYZ 99.213 477.255 null]
+406 0 obj <<
+/D [1296 0 R /XYZ 99.213 477.255 null]
>> endobj
-390 0 obj <<
-/D [1207 0 R /XYZ 99.213 195.328 null]
+410 0 obj <<
+/D [1296 0 R /XYZ 99.213 195.328 null]
>> endobj
-1206 0 obj <<
-/Font << /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1295 0 obj <<
+/Font << /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1213 0 obj <<
-/Length 2173
+1302 0 obj <<
+/Length 2174
/Filter /FlateDecode
>>
stream
xڕXYoF~ׯ<P@rI;M=DAPy(Z"**Iu}% {ε3J}ccD 8#8یv~IK1$ltc#LƳu|7t2v"9 Tʼn4wu/-&L1z[dYNp(P2> P/IƏ04f Qlч/ދ|b`eDq"|ӹG#2ǖ/Cۤ4Bds:H%af(8WIisf8QRBk{k4 ,\v@z
-٥b$erWͺE|y6ӡHA7 ?p|>c6>q&b'nZpvzor:]㘀<Q:h: h,ޕM1U_p+^ `658G+w5(ayܿ2'埊-@%^5EƄP-8⊧H4fI#"M>y;@zaWD
+٥b$erWͺE|y6ӡHA7 ?p|>c6>q&b'nZpvzor:]㘀<Q:h: h,ޕM1U_p+^ `658G+w5(ayܿ2'埊-@%^5EƄP-8⊧H4fI#"M>y;@zaWD
endobj
-1212 0 obj <<
+1301 0 obj <<
/Type /Page
-/Contents 1213 0 R
-/Resources 1211 0 R
+/Contents 1302 0 R
+/Resources 1300 0 R
/MediaBox [0 0 612 792]
-/Parent 1187 0 R
-/Annots [ 1215 0 R ]
+/Parent 1290 0 R
+/Annots [ 1304 0 R ]
>> endobj
-1215 0 obj <<
+1304 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [257.152 675.156 301.176 686.004]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/at) >>
>> endobj
-1214 0 obj <<
-/D [1212 0 R /XYZ 99.213 706.052 null]
+1303 0 obj <<
+/D [1301 0 R /XYZ 99.213 706.052 null]
>> endobj
-394 0 obj <<
-/D [1212 0 R /XYZ 99.213 510.292 null]
+414 0 obj <<
+/D [1301 0 R /XYZ 99.213 510.292 null]
>> endobj
-398 0 obj <<
-/D [1212 0 R /XYZ 99.213 225.91 null]
+418 0 obj <<
+/D [1301 0 R /XYZ 99.213 225.91 null]
>> endobj
-1211 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1300 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1218 0 obj <<
+1307 0 obj <<
/Length 1991
/Filter /FlateDecode
>>
@@ -5490,29 +5947,29 @@ xڝXYoF~ׯC
y+5⤔ T<y&\J$RW~6oW$ձ%֑w,*$cF qtL,! mݤ`N}J{Ԑl$7'% {F592qH M0γ5qu] GPGb_
5I%/!DL<> Sh%!uJ
!Ro]|k#gi[(Š˛Mnk̎nP~5q7E~;8\BO<9/gG|3:Ǟ 3%ÌNSдSS۳ȼ?8~&;1gW%>K`Jpc.x
-<3 6WӇ1fXAX%$`bܢ,
+<3 6WӇ1fXAX%$`bܢ,
endobj
-1217 0 obj <<
+1306 0 obj <<
/Type /Page
-/Contents 1218 0 R
-/Resources 1216 0 R
+/Contents 1307 0 R
+/Resources 1305 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
+/Parent 1290 0 R
>> endobj
-1219 0 obj <<
-/D [1217 0 R /XYZ 99.213 706.052 null]
+1308 0 obj <<
+/D [1306 0 R /XYZ 99.213 706.052 null]
>> endobj
-402 0 obj <<
-/D [1217 0 R /XYZ 99.213 549.187 null]
+422 0 obj <<
+/D [1306 0 R /XYZ 99.213 549.187 null]
>> endobj
-1220 0 obj <<
-/D [1217 0 R /XYZ 99.213 138.17 null]
+1309 0 obj <<
+/D [1306 0 R /XYZ 99.213 138.17 null]
>> endobj
-1216 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1305 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1224 0 obj <<
+1312 0 obj <<
/Length 1586
/Filter /FlateDecode
>>
@@ -5521,50 +5978,55 @@ xڽXK6WH@ERi h!Ɂ+˱
x,e6J|,{87vwqk{
3Tk7({{ +t+m1zndaۡ)XxW-|6e'Op# M]mb+8LB{ 2ORC7MCfgҬ-0a;}oI,3ڐ([u`
^%Epzّ e I\G{k:R&4ԀU S1d)mUXm}PC(n#/ō I V4Vi
-SIƚ!1]ɗsqyE 8.mo|;@t8tM͡({q,]Qᆾ)`Nav 6 zk;>B`Qwf
+SIƚ!1]ɗsqyE 8.mo|;@t8tM͡({q,]Qᆾ)`Nav 6 zk;>B`Qwf
endobj
-1223 0 obj <<
+1311 0 obj <<
/Type /Page
-/Contents 1224 0 R
-/Resources 1222 0 R
+/Contents 1312 0 R
+/Resources 1310 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
+/Parent 1290 0 R
>> endobj
-1225 0 obj <<
-/D [1223 0 R /XYZ 99.213 706.052 null]
+1313 0 obj <<
+/D [1311 0 R /XYZ 99.213 706.052 null]
>> endobj
-406 0 obj <<
-/D [1223 0 R /XYZ 99.213 688.052 null]
+426 0 obj <<
+/D [1311 0 R /XYZ 99.213 688.052 null]
>> endobj
-1222 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1310 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1230 0 obj <<
+1318 0 obj <<
/Length 1184
/Filter /FlateDecode
>>
stream
-x}VK6WH5C-[-6E ZZX=Y^w}Aʊ X93go%
-,LQN\'ngʂ:6mW6)eL_aJLlI#u1b{4)]M!|_Oy).o* O+%MY$2VV mvyό:ףrmU}r]nnSHũAB/tQb7.TsF1*
-Vx8tP>Qm{A*R̥l{4E9^{
-G!14AO+@mdL }8q2d&v>ah2󥁤jnj{a½
-ѵՄ{mJЦ(ǰ8&p@.SW*jv{6}CƷ5͡?\*-Ht3]ӹc"?N hxU*oq"{1`Έ͑frVh[V'QT_R
+x}VK6WH5C"m9-b V;RVloj̙83~$RDe)ub\eR:A&[o]|ڨef
+S̔Ѯ*2id-r#vќ ᆚ/p>m~--HR}|QҔEtYɤ,~cu
+Rwϛ,e{=-VZU'WT$49Ṫ+qu!?5M^PX2LsSu)MޑLlЧU>5?ıF[Xvϓ)L\5x$Pmbe 4%bb9w hR![s[:v5+ss;.e uǿ|i/u5MZ7RBFW؀ڈƙ<mQ3q(.׍T -Wk7§9_
+Vx9tQ>Qݭm{A*R,욕4%^{
+G>14AO+@md ,}8GPH|
+;0vu
+%iƫ Hj΅!#L ~C0dZ ΓHq
+ցTJ
+M{hK.Ս@zK#}.©=1@u{_P>lt޻Ɠ =_kS*Ψ6E)E2%%~EhapkQ#xo;4h\ǿ_ύҢ\LH`:9^t\Bdcc[Ib/*T-
+|KU
endobj
-1229 0 obj <<
+1317 0 obj <<
/Type /Page
-/Contents 1230 0 R
-/Resources 1228 0 R
+/Contents 1318 0 R
+/Resources 1316 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
+/Parent 1321 0 R
>> endobj
-1226 0 obj <<
+1314 0 obj <<
/Type /XObject
/Subtype /Image
/Width 301
/Height 338
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 1233 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 1322 0 R]
/Length 6701
/Filter /FlateDecode
>>
@@ -5592,7 +6054,7 @@ mTkk?`9gWFVa.5ڦ3VH*;^a]WG9U
r}t'&} ?):2+7Va-e=[vvU/=q-QSЃ'_GQ0d"tJ4 w7|̆<hW
߫endstream
endobj
-1233 0 obj <<
+1322 0 obj <<
/Length 633
/Filter /FlateDecode
>>
@@ -5600,13 +6062,13 @@ stream
x@X,<XX(,B!
BB!PD@ 0@ 0 9|
endobj
-1227 0 obj <<
+1315 0 obj <<
/Type /XObject
/Subtype /Image
/Width 489
/Height 245
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 138 1234 0 R]
+/ColorSpace [/Indexed /DeviceRGB 138 1323 0 R]
/Length 4756
/Filter /FlateDecode
>>
@@ -5633,7 +6095,7 @@ bz)xhj^P-)ص$%{?З@EP S Jg!xAB{+pƌ*f oW
kNp,V&h7uMk(݈.mk11)=:2>ލַKZ2ߍh\WתҤ{{vUlaG'Rc@]42?4MxV%<L9OoRDt<.)|-;y|乘\L=rXgfYF\Tb,#f"t嘓aw
RN-Z9 _%9`J󃚟-;^SLa+mS#+LQ#S[b1iQjoF5TG_5?kç1eoH}HX#rNrfW qF, cȁLGA2䦪eIБ=tc^d{FYu-w]f:zBVj& e8BV &NKLɪV7S
endobj
-1234 0 obj <<
+1323 0 obj <<
/Length 346
/Filter /FlateDecode
>>
@@ -5641,24 +6103,24 @@ stream
x0
B 0y
endobj
-1231 0 obj <<
-/D [1229 0 R /XYZ 99.213 706.052 null]
+1319 0 obj <<
+/D [1317 0 R /XYZ 99.213 706.052 null]
>> endobj
-1232 0 obj <<
-/D [1229 0 R /XYZ 99.213 295.484 null]
+1320 0 obj <<
+/D [1317 0 R /XYZ 99.213 295.484 null]
>> endobj
-410 0 obj <<
-/D [1229 0 R /XYZ 99.213 280.995 null]
+430 0 obj <<
+/D [1317 0 R /XYZ 99.213 280.995 null]
>> endobj
-414 0 obj <<
-/D [1229 0 R /XYZ 99.213 241.685 null]
+434 0 obj <<
+/D [1317 0 R /XYZ 99.213 241.685 null]
>> endobj
-1228 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F19 577 0 R >>
-/XObject << /Im7 1226 0 R /Im8 1227 0 R >>
+1316 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R >>
+/XObject << /Im7 1314 0 R /Im8 1315 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1237 0 obj <<
+1326 0 obj <<
/Length 2733
/Filter /FlateDecode
>>
@@ -5681,38 +6143,38 @@ NN *ς ܁blxD\gp"xd޳;I
b&82^lv.ڣ6qf.X$͝3Bxc
1m
UNLo)($
-dѲE-['IYC: ympE.c|)6pd5-Z?2qeaTD.sH38sP-.l#l[pfX1p Z^<sHi _s[e_=,.pIyAm
+dѲE-['IYC: ympE.c|)6pd5-Z?2qeaTD.sH38sP-.l#l[pfX1p Z^<sHi _s[e_=,.pIydv~fcendstream
endobj
-1236 0 obj <<
+1325 0 obj <<
/Type /Page
-/Contents 1237 0 R
-/Resources 1235 0 R
+/Contents 1326 0 R
+/Resources 1324 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
-/Annots [ 1239 0 R ]
+/Parent 1321 0 R
+/Annots [ 1328 0 R ]
>> endobj
-1239 0 obj <<
+1328 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [330.733 369.825 417.369 380.673]
/Subtype /Link
/A << /S /GoTo /D (Configurations.PageConfig) >>
>> endobj
-1238 0 obj <<
-/D [1236 0 R /XYZ 99.213 706.052 null]
+1327 0 obj <<
+/D [1325 0 R /XYZ 99.213 706.052 null]
>> endobj
-418 0 obj <<
-/D [1236 0 R /XYZ 99.213 617.316 null]
+438 0 obj <<
+/D [1325 0 R /XYZ 99.213 617.316 null]
>> endobj
-422 0 obj <<
-/D [1236 0 R /XYZ 99.213 444.448 null]
+442 0 obj <<
+/D [1325 0 R /XYZ 99.213 444.448 null]
>> endobj
-1235 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1324 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1242 0 obj <<
-/Length 1814
+1331 0 obj <<
+/Length 1815
/Filter /FlateDecode
>>
stream
@@ -5724,32 +6186,32 @@ xڍnFt Dc­iS@RCX%TT}2CQY޾4?92&a,HMI8
Ѷ'8]2-S?Q"5|].z/fWlL,נ ֆ@$ ˿HbPn.T\\ƙok}w-4U+<#_m7Y`rߨedJ+|!*BOM{*[O,(}Y졔 [uKHt|dtP[=]qeq~ %{! PN}
]w^7:eCx\񻮹WQa/i;GQd0$/x[N~rЕo5veT(7w1Yn[va
v_`u<6p8
-bCM>'%ڮr Esj%㰎:v10ԞI&ZjZr ;BT=Rxڏ츚+&9@zr.T2h-ʡ{r<qx0PxԿZ쁝nѐ`j P Ą{'+?CH /a:@pg_ endstream
+bCM>'%ڮr Esj%㰎:v10ԞI&ZjZr ;BT=Rxڏ츚+&9@zr.T2h-ʡ{r<qx0PxԿZ쁝nѐ`j P Ą{'+?CH /a:B$K>'1Lendstream
endobj
-1241 0 obj <<
+1330 0 obj <<
/Type /Page
-/Contents 1242 0 R
-/Resources 1240 0 R
+/Contents 1331 0 R
+/Resources 1329 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
+/Parent 1321 0 R
>> endobj
-1243 0 obj <<
-/D [1241 0 R /XYZ 99.213 706.052 null]
+1332 0 obj <<
+/D [1330 0 R /XYZ 99.213 706.052 null]
>> endobj
-426 0 obj <<
-/D [1241 0 R /XYZ 99.213 653.094 null]
+446 0 obj <<
+/D [1330 0 R /XYZ 99.213 653.094 null]
>> endobj
-430 0 obj <<
-/D [1241 0 R /XYZ 99.213 382.906 null]
+450 0 obj <<
+/D [1330 0 R /XYZ 99.213 382.906 null]
>> endobj
-1244 0 obj <<
-/D [1241 0 R /XYZ 99.213 138.17 null]
+1333 0 obj <<
+/D [1330 0 R /XYZ 99.213 138.17 null]
>> endobj
-1240 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F19 577 0 R /F40 711 0 R >>
+1329 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1247 0 obj <<
+1336 0 obj <<
/Length 2132
/Filter /FlateDecode
>>
@@ -5766,33 +6228,33 @@ I5Q7w1gޢ"$է23Zj} Vy$jPEcZ*fqųV)aGJ[ E
+O"v$Y橳/v(O\E-…S뱕GA-
.NW-bc0h#ފFU_3ڷbÒ,,IK/0O08><>zȝ$v~۠ҊmqJ #Bj7"Aٽ6{zn5JSK=
9UZe=RyAFWɗࢡZc=k[vIgy
-[|\b2T9xj!xKOXw * ċ'Z3U{Nė=hDlf#65݊fL|-UGEzg8C+m DOYd^a˫$^ 5jQh7a'*EPt%<Y?X<JXEyfFV$ avA*e_e$P_'m^,(Qٵ{쭠
+[|\b2T9xj!xKOXw * ċ'Z3U{Nė=hDlf#65݊fL|-UGEzg8C+m DOYd^a˫$^ 5jQh7a'*EPt%<Y?X<JXEyfFV$ avA*e_e$P_'m^,(,Ϯco_endstream
endobj
-1246 0 obj <<
+1335 0 obj <<
/Type /Page
-/Contents 1247 0 R
-/Resources 1245 0 R
+/Contents 1336 0 R
+/Resources 1334 0 R
/MediaBox [0 0 612 792]
-/Parent 1221 0 R
+/Parent 1321 0 R
>> endobj
-1248 0 obj <<
-/D [1246 0 R /XYZ 99.213 706.052 null]
+1337 0 obj <<
+/D [1335 0 R /XYZ 99.213 706.052 null]
>> endobj
-434 0 obj <<
-/D [1246 0 R /XYZ 99.213 688.052 null]
+454 0 obj <<
+/D [1335 0 R /XYZ 99.213 688.052 null]
>> endobj
-438 0 obj <<
-/D [1246 0 R /XYZ 99.213 569.245 null]
+458 0 obj <<
+/D [1335 0 R /XYZ 99.213 569.245 null]
>> endobj
-442 0 obj <<
-/D [1246 0 R /XYZ 99.213 278.915 null]
+462 0 obj <<
+/D [1335 0 R /XYZ 99.213 278.915 null]
>> endobj
-1245 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1334 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1252 0 obj <<
-/Length 1651
+1341 0 obj <<
+/Length 1652
/Filter /FlateDecode
>>
stream
@@ -5806,38 +6268,38 @@ TX^X dcnr3U?7f]ueaWִM}o)>qx<!,QH͔
M
-XW,d6?Tʺo5ě!Ssea YG}gG3T$V;\%A)KKEy}/.4M/FS-VE۱4?D 
J\FP1#b 1J:p
-D6 :VZn6v\ (gPPDxf˛viӄ|_f}+dF)l6'$R~(hEe;ʛ\'#.1.pćhI ,gcU t)NY|6{3@ (ASgWN#}*>G5jM'ҘyltU}p9vl6s#MID{or;eTӚ:Y}^QZ޽2V8BPuަ7N@ZՅMk‘L3 }`Ǡ D>vX0m #;̭hʻS_"\j;X_"Dzk@{mr$T|afh^
+D6 :VZn6v\ (gPPDxf˛viӄ|_f}+dF)l6'$R~(hEe;ʛ\'#.1.pćhI ,gcU t)NY|6{3@ (ASgWN#}*>G5jM'ҘyltU}p9vl6s#MID{or;eTӚ:Y}^QZ޽2V8BPuަ7N@ZՅMk‘L3 }`Ǡ D>vX0m #;̭hʻS_"\j;X_"Dzk@{mr$T|afh^
endobj
-1251 0 obj <<
+1340 0 obj <<
/Type /Page
-/Contents 1252 0 R
-/Resources 1250 0 R
+/Contents 1341 0 R
+/Resources 1339 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
+/Parent 1321 0 R
>> endobj
-1253 0 obj <<
-/D [1251 0 R /XYZ 99.213 706.052 null]
+1342 0 obj <<
+/D [1340 0 R /XYZ 99.213 706.052 null]
>> endobj
-446 0 obj <<
-/D [1251 0 R /XYZ 99.213 661.183 null]
+466 0 obj <<
+/D [1340 0 R /XYZ 99.213 661.183 null]
>> endobj
-450 0 obj <<
-/D [1251 0 R /XYZ 99.213 471.512 null]
+470 0 obj <<
+/D [1340 0 R /XYZ 99.213 471.512 null]
>> endobj
-1254 0 obj <<
-/D [1251 0 R /XYZ 99.213 385.005 null]
+1343 0 obj <<
+/D [1340 0 R /XYZ 99.213 385.005 null]
>> endobj
-454 0 obj <<
-/D [1251 0 R /XYZ 99.213 369.24 null]
+474 0 obj <<
+/D [1340 0 R /XYZ 99.213 369.24 null]
>> endobj
-458 0 obj <<
-/D [1251 0 R /XYZ 99.213 244.407 null]
+478 0 obj <<
+/D [1340 0 R /XYZ 99.213 244.407 null]
>> endobj
-1250 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F19 577 0 R /F8 605 0 R >>
+1339 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F19 597 0 R /F8 625 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1258 0 obj <<
+1346 0 obj <<
/Length 1842
/Filter /FlateDecode
>>
@@ -5847,22 +6309,22 @@ xڥXYH~ϯɑHn+++X'dqhVUw;ɮV]WW}uxx?YQ,"Z
@}.Qgn%s+(/0
﫺 =bfsmsI՗9Xw}㩭nGq"ykDr%<~O΂)zH"]T~ sh m4)&»b
[4F{A?9
-̃>pUMDIX`g0.2Tf.b|DsWoS+[U})*<` E@ o4
+̃>pUMDIX`g0.2Tf.b|DsWoS+[U})*<` E@ o4
endobj
-1257 0 obj <<
+1345 0 obj <<
/Type /Page
-/Contents 1258 0 R
-/Resources 1256 0 R
+/Contents 1346 0 R
+/Resources 1344 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
+/Parent 1321 0 R
>> endobj
-1249 0 obj <<
+1338 0 obj <<
/Type /XObject
/Subtype /Image
/Width 457
/Height 262
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 1260 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 1348 0 R]
/Length 5772
/Filter /FlateDecode
>>
@@ -5888,26 +6350,26 @@ HyC5y0akdxGcgO$18ib 28dte+̡p2<043z9
#kXQ?X+iX0>mٌnf&邔'e YbP56% F^R1EBRH:dƋI Eiw) |9 3j8
Vզ Hq1*zJ8U+z2֧zzέ?%ҁXG_K,A_z)2_ O#HتڑA*Pxc G՚ Rʹz;A*uC՚^%Ƅ)iU}nQn$hR3ȘߓX3$iʐ92Rf%Ēs֨7:AQc.ݭiX'rKdc*GfKKz̫lFwAY\w&,@o06+(H M,gҥ ;!!O ڂZjNendstream
endobj
-1260 0 obj <<
+1348 0 obj <<
/Length 620
/Filter /FlateDecode
>>
stream
xN@AAP!X(B%P@ P(<(@ R@ 7;,
endobj
-1259 0 obj <<
-/D [1257 0 R /XYZ 99.213 706.052 null]
+1347 0 obj <<
+/D [1345 0 R /XYZ 99.213 706.052 null]
>> endobj
-462 0 obj <<
-/D [1257 0 R /XYZ 99.213 460.492 null]
+482 0 obj <<
+/D [1345 0 R /XYZ 99.213 460.492 null]
>> endobj
-1256 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F14 897 0 R >>
-/XObject << /Im9 1249 0 R >>
+1344 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F14 821 0 R >>
+/XObject << /Im9 1338 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1263 0 obj <<
-/Length 2305
+1351 0 obj <<
+/Length 2306
/Filter /FlateDecode
>>
stream
@@ -5922,32 +6384,32 @@ xڥn6_a̓ Q$u) dI7EM]CVVz~υ$K `"!yHy"4
*nʥm&h({oQ䂖-ixwJ,UFWue]-ao c=]nu}b=$0ly
uqɂ<Q+H-~hdXnž- )!Jl'4](?2!5@_}!*?5Q.<5ܺ
#+C
-T
+T
endobj
-1262 0 obj <<
+1350 0 obj <<
/Type /Page
-/Contents 1263 0 R
-/Resources 1261 0 R
+/Contents 1351 0 R
+/Resources 1349 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
+/Parent 1354 0 R
>> endobj
-1264 0 obj <<
-/D [1262 0 R /XYZ 99.213 706.052 null]
+1352 0 obj <<
+/D [1350 0 R /XYZ 99.213 706.052 null]
>> endobj
-466 0 obj <<
-/D [1262 0 R /XYZ 99.213 546.754 null]
+486 0 obj <<
+/D [1350 0 R /XYZ 99.213 546.754 null]
>> endobj
-1265 0 obj <<
-/D [1262 0 R /XYZ 99.213 252.808 null]
+1353 0 obj <<
+/D [1350 0 R /XYZ 99.213 252.808 null]
>> endobj
-470 0 obj <<
-/D [1262 0 R /XYZ 99.213 233.749 null]
+490 0 obj <<
+/D [1350 0 R /XYZ 99.213 233.749 null]
>> endobj
-1261 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1349 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1268 0 obj <<
+1357 0 obj <<
/Length 1678
/Filter /FlateDecode
>>
@@ -5960,26 +6422,26 @@ OE9˙0%1rv喽a$y;hhXyr0*ZE|& <:ԿayC?61 =ǚVLR?8^b?5
nQu
JĄ;@XM&ƿLCc-S:oC"0/0zbC畜<A4̃.L?^m
v1 kO*H91T,@R?Ѹ%(}:EG!Gٚy 7tuWhM4v
-k'Bubȵu oz 8u.]d<X:&6 U+x# 9OtP-R]Yy{elr25wxr]q׃XBTnbL\e7R
+k'Bubȵu oz 8u.]d<X:&6 U+x# 9OtP-R]Yy{elr25wxr]q׃XBTnbL\e7R
endobj
-1267 0 obj <<
+1356 0 obj <<
/Type /Page
-/Contents 1268 0 R
-/Resources 1266 0 R
+/Contents 1357 0 R
+/Resources 1355 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
+/Parent 1354 0 R
>> endobj
-1269 0 obj <<
-/D [1267 0 R /XYZ 99.213 706.052 null]
+1358 0 obj <<
+/D [1356 0 R /XYZ 99.213 706.052 null]
>> endobj
-474 0 obj <<
-/D [1267 0 R /XYZ 99.213 642.754 null]
+494 0 obj <<
+/D [1356 0 R /XYZ 99.213 642.754 null]
>> endobj
-1266 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F19 577 0 R /F14 897 0 R >>
+1355 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F19 597 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1272 0 obj <<
+1361 0 obj <<
/Length 1972
/Filter /FlateDecode
>>
@@ -5995,37 +6457,37 @@ xڍXY6~0$1W( ڢ[l=\$E-Beɕx7sdip87%>i@ď
S^ Ⱥʳ I[x҆)vp%5<g}WG|,̴]?MQR8RE,
B/w'CA,çghw\|bG\x'4f?1&;$6$9=WC麔f"ZZۗrM0"-`a\I*쒼͒JyuVd5 s??rQk^&5e#"I ǽa9 @.PX@p-fո/#UA
Za*kGLX{BўDnkw
-Jt(o8gs|xgv廎N%Ɣ6k%UH6PnCpgNPo\≝k//U˴*trh.88gq^H˪E-4H0OUF~F_"z8j`cV7
+Jt(o8gs|xgv廎N%Ɣ6k%UH6PnCpgNPo\≝k//U˴*trh.88gq^H˪E-4H0OUF~F_"z8j`cV7
endobj
-1271 0 obj <<
+1360 0 obj <<
/Type /Page
-/Contents 1272 0 R
-/Resources 1270 0 R
+/Contents 1361 0 R
+/Resources 1359 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
-/Annots [ 1274 0 R ]
+/Parent 1354 0 R
+/Annots [ 1363 0 R ]
>> endobj
-1274 0 obj <<
+1363 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 629.591 208.434 640.716]
/Subtype /Link
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
-1273 0 obj <<
-/D [1271 0 R /XYZ 99.213 706.052 null]
+1362 0 obj <<
+/D [1360 0 R /XYZ 99.213 706.052 null]
>> endobj
-478 0 obj <<
-/D [1271 0 R /XYZ 99.213 688.052 null]
+498 0 obj <<
+/D [1360 0 R /XYZ 99.213 688.052 null]
>> endobj
-482 0 obj <<
-/D [1271 0 R /XYZ 99.213 286.673 null]
+502 0 obj <<
+/D [1360 0 R /XYZ 99.213 286.673 null]
>> endobj
-1270 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F47 1194 0 R >>
+1359 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F47 1282 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1277 0 obj <<
+1366 0 obj <<
/Length 1439
/Filter /FlateDecode
>>
@@ -6035,33 +6497,33 @@ xڍW[o6~P>DKh]mj`>(c S,Wٯ9$%˶ A#yߡGyIB8^DCB
#I!#V;ÞD'$q
{Bh!aGg}tZMe̪O77V"qZ`ͱ=}PձL- \ot#GLάqy3+~v2 Vi1(UF$6B
pw6
-k_ra h;3ԎL08DB"6osi4P3P">J׮ , 5 x;p@a*oLA $+Ӧ91(>]ּ[LǶWu/v`3U#e]mڒb%Z8SE*cRcy8ս u\6w6b`.v[Wهf&2Bl[A艤=v^um6N^(C`!L"aμ'P+U۹7Lh{3I p*Xۯ|GłH&CN*Qgu?8? aendstream
+k_ra h;3ԎL08DB"6osi4P3P">J׮ , 5 x;p@a*oLA $+Ӧ91(>]ּ[LǶWu/v`3U#e]mڒb%Z8SE*cRcy8ս u\6w6b`.v[Wهf&2Bl[A艤=v^um6N^(C`!L"aμ'P+U۹7Lh{3I p*Xۯ|GłH&CN*Qgu1?8? bendstream
endobj
-1276 0 obj <<
+1365 0 obj <<
/Type /Page
-/Contents 1277 0 R
-/Resources 1275 0 R
+/Contents 1366 0 R
+/Resources 1364 0 R
/MediaBox [0 0 612 792]
-/Parent 1255 0 R
-/Annots [ 1279 0 R ]
+/Parent 1354 0 R
+/Annots [ 1368 0 R ]
>> endobj
-1279 0 obj <<
+1368 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [360.276 441.661 525.406 452.786]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.heartsome.net/EN/xlfedit.html)>>
>> endobj
-1278 0 obj <<
-/D [1276 0 R /XYZ 99.213 706.052 null]
+1367 0 obj <<
+/D [1365 0 R /XYZ 99.213 706.052 null]
>> endobj
-486 0 obj <<
-/D [1276 0 R /XYZ 99.213 406.768 null]
+506 0 obj <<
+/D [1365 0 R /XYZ 99.213 406.768 null]
>> endobj
-1275 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1364 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1282 0 obj <<
+1371 0 obj <<
/Length 1964
/Filter /FlateDecode
>>
@@ -6071,54 +6533,54 @@ xڽXY6~P+Q%MͅMCkkBe˕$E{ %Y&y*lp87C^b(/
n7I8p>OD\_PԼ6UFۦ&I*Ei9{o3X"+<r!xx \۹B)?\d7Psc?9u/1@_@hrdA?amO$L oI)- j(!q.*~8Of 'i[G
LU IBIb ȫ,ORo1&_37 0=BŨMնDE䛖q e^f {՞IGF<JgoM=?. 諣jRFbceG !HI5r!̔E>k\؈C3-,xp֤1$0څja6R,8bmE]o'aTAkFY$ V)tR`2S"O]ܑO+LB)W(|mA9j:եkwEVv-NXܒRG<Z(p凞71VɤA. xmS YU+6;;aq. "ZJ9|MGk3"9 Unl#H4rz4
ܺnO֝/؆Kp_PuhTZ(AUq
-W-YO!ىO,2@aIx`aZ(T8jq?S<(\AVf2QQFx58+7**tLa43|ID 7S$4׬iK C(/ӜD*3 pߍ:c:@p_fT~d:eˤ*,1
+W-YO!ىO,2@aIx`aZ(T8jq?S<(\AVf2QQFx58+7**tLa43|ID 7S$4׬iK C(/ӜD*3 pߍ:c:@p_fT~d:eˤ*,1
endobj
-1281 0 obj <<
+1370 0 obj <<
/Type /Page
-/Contents 1282 0 R
-/Resources 1280 0 R
+/Contents 1371 0 R
+/Resources 1369 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
-/Annots [ 1284 0 R 1285 0 R 1286 0 R ]
+/Parent 1354 0 R
+/Annots [ 1373 0 R 1374 0 R 1375 0 R ]
>> endobj
-1284 0 obj <<
+1373 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [450.726 660.212 525.406 671.06]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/tct) >>
>> endobj
-1285 0 obj <<
+1374 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 645.268 117.976 656.117]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/tct) >>
>> endobj
-1286 0 obj <<
+1375 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [276.216 515.642 326.167 526.491]
/Subtype /Link
/A << /S /GoTo /D (advanced/i18n.page/ttranslate) >>
>> endobj
-1283 0 obj <<
-/D [1281 0 R /XYZ 99.213 706.052 null]
+1372 0 obj <<
+/D [1370 0 R /XYZ 99.213 706.052 null]
>> endobj
-490 0 obj <<
-/D [1281 0 R /XYZ 99.213 602.995 null]
+510 0 obj <<
+/D [1370 0 R /XYZ 99.213 602.995 null]
>> endobj
-494 0 obj <<
-/D [1281 0 R /XYZ 99.213 503.199 null]
+514 0 obj <<
+/D [1370 0 R /XYZ 99.213 503.199 null]
>> endobj
-498 0 obj <<
-/D [1281 0 R /XYZ 99.213 210.966 null]
+518 0 obj <<
+/D [1370 0 R /XYZ 99.213 210.966 null]
>> endobj
-1280 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F47 1194 0 R >>
+1369 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F47 1282 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1291 0 obj <<
+1379 0 obj <<
/Length 1843
/Filter /FlateDecode
>>
@@ -6130,40 +6592,40 @@ uhc#Šɴ-;vMXv\$D80jbM6_İ9XRl-{|1WkdOFM6cM
>sbe*D昆e~ݴ<`u^ ƃH׻tF+BxNɤQ&5q=UtlL?[qC
\2 6"V_>o-=Ӥc?$~1ow}Aq惟2$)XiR򆨺D 9'AuG=-#LD@PiW ((H•mhp K)':,xXZ25d3F/{9phTmOe'I{Ԁ2
 u񢮳]nګgQ,⑱ÐRҼZHXmW觏\8KXO+7uGָiW=<(KτZi33`ypdv&L0>#16
-ZU8LF a#t;Q,}NsfJ\'}=r6TbPE\CiUe6uf"KQÿ $aR{xm6?Oendstream
+ZU8LF a#t;Q,}NsfJ\'}=r6TbPE\CiUe6uf"KQÿ $aR{xm6?Oendstream
endobj
-1290 0 obj <<
+1378 0 obj <<
/Type /Page
-/Contents 1291 0 R
-/Resources 1289 0 R
+/Contents 1379 0 R
+/Resources 1377 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
-/Annots [ 1293 0 R ]
+/Parent 1354 0 R
+/Annots [ 1381 0 R ]
>> endobj
-1293 0 obj <<
+1381 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [452.402 426.791 522.638 437.639]
/Subtype /Link
/A << /S /GoTo /D (advanced/i18n.page/choice-format) >>
>> endobj
-1292 0 obj <<
-/D [1290 0 R /XYZ 99.213 706.052 null]
+1380 0 obj <<
+/D [1378 0 R /XYZ 99.213 706.052 null]
>> endobj
-502 0 obj <<
-/D [1290 0 R /XYZ 99.213 412.079 null]
+522 0 obj <<
+/D [1378 0 R /XYZ 99.213 412.079 null]
>> endobj
-1288 0 obj <<
-/D [1290 0 R /XYZ 99.213 369.84 null]
+1376 0 obj <<
+/D [1378 0 R /XYZ 99.213 369.84 null]
>> endobj
-506 0 obj <<
-/D [1290 0 R /XYZ 99.213 369.84 null]
+526 0 obj <<
+/D [1378 0 R /XYZ 99.213 369.84 null]
>> endobj
-1289 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R /F14 897 0 R >>
+1377 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1297 0 obj <<
+1385 0 obj <<
/Length 1564
/Filter /FlateDecode
>>
@@ -6182,29 +6644,29 @@ xڍXێ6}W KJԭhIMPik>h-ʒ+{w.$[vp3spʑO9i*|8 }
ttS$^* BɳJu${TR `ܚP%/ʍ4d(ɏ,!BL~*tne 03nU`{w@)8n BO'W蔖ߓ{n;&ͧ;\g_>A{i QW#j#8'l]A_V(olkjKs~ P<é8O
@F1uu*HbZ|b_HmEd@2BCG= Q'"f<jpG]Mf+f;hWh،D!Qx5֖TmoBKL4%nSq$t&q${۬mG^=!N讟)ȭ'4fw;4S
`XBOawDl4; 9
-gDÓ>LOpWlg^Q :O wz
+gDÓ>LOpWlg^Q :O wz
endobj
-1296 0 obj <<
+1384 0 obj <<
/Type /Page
-/Contents 1297 0 R
-/Resources 1295 0 R
+/Contents 1385 0 R
+/Resources 1383 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
+/Parent 1387 0 R
>> endobj
-1298 0 obj <<
-/D [1296 0 R /XYZ 99.213 706.052 null]
+1386 0 obj <<
+/D [1384 0 R /XYZ 99.213 706.052 null]
>> endobj
-510 0 obj <<
-/D [1296 0 R /XYZ 99.213 544.129 null]
+530 0 obj <<
+/D [1384 0 R /XYZ 99.213 544.129 null]
>> endobj
-514 0 obj <<
-/D [1296 0 R /XYZ 99.213 298.278 null]
+534 0 obj <<
+/D [1384 0 R /XYZ 99.213 298.278 null]
>> endobj
-1295 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1383 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1301 0 obj <<
+1390 0 obj <<
/Length 2247
/Filter /FlateDecode
>>
@@ -6217,32 +6679,32 @@ xYKϯPtQW`,vuq>8#)'ǐ,r
ε
k0^<qopdju@wXQ\qQ0'v6q\il޿kc*pM5xDUIK7Nz!/z(@zu)Q _y3OK~č-)Rʜ5N-:\aQ3 op׫gۃ
ý{z}$1lv<Wz`{ۗZJBVݎY`)66n,PR?)W0t|\ARp<7^j^:vBdxED@loџnw<v{pBNqZsbxnmSx9 fXS4ܩdsai?ز?4_)D_.\\{N_ЙϾcC٣EJDn ]stu>>.\U|x\wLA" TD2/;(kYaERDQX"EI2Gz.As(znx۲])`IZ#GǺFC>j(&Ȱ GA浚<rW_&pD{/t$C5q6u~?EkxXp Lew/h 4=~5شm]#9\"5ZKLCk*"*VRj_A޼QN|~CdÏ$;^֊:=/kHXp스`^5 ąNMGWՂ[`F ʟZ0bSaEF_kJ9bSXv-dOgʿ@2$>ʨ|(v3k 樌HZ߄auۚO
->շf nR]|AuUǬ NCarW]twO >3CX #U $dq"yfQ?&
+>շf nR]|AuUǬ NCarW]twO >3CX #U $dq"yfq?&
endobj
-1300 0 obj <<
+1389 0 obj <<
/Type /Page
-/Contents 1301 0 R
-/Resources 1299 0 R
+/Contents 1390 0 R
+/Resources 1388 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
+/Parent 1387 0 R
>> endobj
-1302 0 obj <<
-/D [1300 0 R /XYZ 99.213 706.052 null]
+1391 0 obj <<
+/D [1389 0 R /XYZ 99.213 706.052 null]
>> endobj
-518 0 obj <<
-/D [1300 0 R /XYZ 99.213 688.052 null]
+538 0 obj <<
+/D [1389 0 R /XYZ 99.213 688.052 null]
>> endobj
-1294 0 obj <<
-/D [1300 0 R /XYZ 99.213 498.31 null]
+1382 0 obj <<
+/D [1389 0 R /XYZ 99.213 498.31 null]
>> endobj
-522 0 obj <<
-/D [1300 0 R /XYZ 99.213 494.302 null]
+542 0 obj <<
+/D [1389 0 R /XYZ 99.213 494.302 null]
>> endobj
-1299 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R /F14 897 0 R >>
+1388 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R /F14 821 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1305 0 obj <<
+1394 0 obj <<
/Length 2295
/Filter /FlateDecode
>>
@@ -6256,32 +6718,32 @@ IHXp"Itf!r|Q1@6mږGQa(F,@1ESiu6j"bW_Z\sCO Ǵ
/GuݦRPHyU?%%S3$Txi3Tخ <o`'$x
|ř˔?0H¬H u$ axQ'Dl@.:]k'+<m9vם =y\/CnO䶳NwR9K~oȐa=r[h7*6́JgϺ xDY1]hZ! i
dym_wB0v;F ꀉ> f_Yre sps
-+ŦO{ۣ\lazjudSN4L,,f~a BMendstream
++ŦO{ۣ\lazjudSN4L,,fqa BMendstream
endobj
-1304 0 obj <<
+1393 0 obj <<
/Type /Page
-/Contents 1305 0 R
-/Resources 1303 0 R
+/Contents 1394 0 R
+/Resources 1392 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
+/Parent 1387 0 R
>> endobj
-1306 0 obj <<
-/D [1304 0 R /XYZ 99.213 706.052 null]
+1395 0 obj <<
+/D [1393 0 R /XYZ 99.213 706.052 null]
>> endobj
-1307 0 obj <<
-/D [1304 0 R /XYZ 99.213 613.613 null]
+1396 0 obj <<
+/D [1393 0 R /XYZ 99.213 613.613 null]
>> endobj
-526 0 obj <<
-/D [1304 0 R /XYZ 99.213 596.94 null]
+546 0 obj <<
+/D [1393 0 R /XYZ 99.213 596.94 null]
>> endobj
-530 0 obj <<
-/D [1304 0 R /XYZ 99.213 502.843 null]
+550 0 obj <<
+/D [1393 0 R /XYZ 99.213 502.843 null]
>> endobj
-1303 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1392 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1311 0 obj <<
+1400 0 obj <<
/Length 2100
/Filter /FlateDecode
>>
@@ -6293,39 +6755,39 @@ xڕYK8WHIfIj3jT8<2; 0LRdQEܵu ϕ {]
7 mO|
SkPp6Ghiȧ~u`@[4Ń31+Ɖ˹k`$vfW셫[/cC4T(O["7:3P杩uLr0f&)Gl7J.Tm4jmI_`J&UH9'+cXcݤ«ۊHz i 0fQRP!SPf
x;ЊtsiLT}^L&8A:-OSy!4l\am&@!B26CLRma+Y!⦉j< QS&<p+}8P0,oq@]$m6 \d c)EnFt k?9
-beQi,v5А=s. 2O q0|$w؟i/^< DwE^6?;i)$dx—~HFd8_ɶ.0%^QDƄE
+beQi,v5А=s. 2O q0|$w؟i/^< DwE^6?;i)$dx—~HFd8_ɶ.0%^QDƄE
endobj
-1310 0 obj <<
+1399 0 obj <<
/Type /Page
-/Contents 1311 0 R
-/Resources 1309 0 R
+/Contents 1400 0 R
+/Resources 1398 0 R
/MediaBox [0 0 612 792]
-/Parent 1287 0 R
-/Annots [ 1313 0 R ]
+/Parent 1387 0 R
+/Annots [ 1402 0 R ]
>> endobj
-1313 0 obj <<
+1402 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [98.216 239.516 103.53 241.509]
/Subtype/Link/A<</Type/Action/S/URI/URI(file:<%~ exception2.gif %>)>>
>> endobj
-1312 0 obj <<
-/D [1310 0 R /XYZ 99.213 706.052 null]
+1401 0 obj <<
+/D [1399 0 R /XYZ 99.213 706.052 null]
>> endobj
-534 0 obj <<
-/D [1310 0 R /XYZ 99.213 494.08 null]
+554 0 obj <<
+/D [1399 0 R /XYZ 99.213 494.08 null]
>> endobj
-538 0 obj <<
-/D [1310 0 R /XYZ 99.213 379.007 null]
+558 0 obj <<
+/D [1399 0 R /XYZ 99.213 379.007 null]
>> endobj
-542 0 obj <<
-/D [1310 0 R /XYZ 99.213 226.741 null]
+562 0 obj <<
+/D [1399 0 R /XYZ 99.213 226.741 null]
>> endobj
-1309 0 obj <<
-/Font << /F44 801 0 R /F14 897 0 R /F40 711 0 R /F8 605 0 R /F19 577 0 R >>
+1398 0 obj <<
+/Font << /F44 833 0 R /F14 821 0 R /F40 736 0 R /F8 625 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1316 0 obj <<
+1405 0 obj <<
/Length 1900
/Filter /FlateDecode
>>
@@ -6338,22 +6800,22 @@ xNXao |?l>
~5FyL[ Etq'U2[Suto^뗰qD("[$zDfRx2?i
}J>'33NA3<
D;xt> ;̊Po<ewDѐ9P0dt\{; 4n @4n=!җg P\~EIaZ𬫏z2ypܐe۰hp#dFE,
-.cܗ5gyw%*VsɈs^a'1L"W\wkcy}th\x wvZ>*=1ƢDh筞Lhؽ5p$Eq>@]"糗p=3_ 5DŽEM5;ۚO7 둇ޱ >x)RJ5T-z.rڝ[q6^}G )rlm RL@1ɕc܋{zfD'!
+.cܗ5gyw%*VsɈs^a'1L"W\wkcy}th\x wvZ>*=1ƢDh筞Lhؽ5p$Eq>@]"糗p=3_ 5DŽEM5;ۚO7 둇ޱ >x)RJ5T-z.rڝ[q6^}G )rlm RL@1ɕc܋{zfD'!
endobj
-1315 0 obj <<
+1404 0 obj <<
/Type /Page
-/Contents 1316 0 R
-/Resources 1314 0 R
+/Contents 1405 0 R
+/Resources 1403 0 R
/MediaBox [0 0 612 792]
-/Parent 1319 0 R
+/Parent 1387 0 R
>> endobj
-1308 0 obj <<
+1397 0 obj <<
/Type /XObject
/Subtype /Image
/Width 476
/Height 197
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 141 1320 0 R]
+/ColorSpace [/Indexed /DeviceRGB 141 1408 0 R]
/Length 4592
/Filter /FlateDecode
>>
@@ -6377,25 +6839,25 @@ mgՖ-DyÍfkJ_<zjB i9?f~V:4
*g6Ϛ{dl,zҕ-ET!tk䍜C B2T}}}ݥh^54VZRݚRs̾5tH3U]lz*.],18=L.+_YLeOH'2,SW1Sl}l״1ɓ81<Xו-v=K 7C46w]?8M?sWN
_i V՝a*;X7xs뭩ؚX*]NL;*x.Ἣ.'_tl.VC>]S@O>˓Zp1Ks6t<ن> u~v`61sdزPk:'CQ˖׍bNɡXW1Sޓ[3R@;=}iU7Z,'R zFP%~ܩ׆e_DJlӜve3G"VD؊[a+lȖf{?-/>~~[w<7"[^[-KWo޹W"[^=\K•kȖ?_q=gkwBd˽w>v<=wk7n޺&7}rp?^endstream
endobj
-1320 0 obj <<
+1408 0 obj <<
/Length 314
/Filter /FlateDecode
>>
stream
x%P?rA ۙ V
endobj
-1317 0 obj <<
-/D [1315 0 R /XYZ 99.213 706.052 null]
+1406 0 obj <<
+/D [1404 0 R /XYZ 99.213 706.052 null]
>> endobj
-1318 0 obj <<
-/D [1315 0 R /XYZ 99.213 137.893 null]
+1407 0 obj <<
+/D [1404 0 R /XYZ 99.213 137.893 null]
>> endobj
-1314 0 obj <<
-/Font << /F44 801 0 R /F40 711 0 R /F8 605 0 R >>
-/XObject << /Im10 1308 0 R >>
+1403 0 obj <<
+/Font << /F44 833 0 R /F40 736 0 R /F8 625 0 R >>
+/XObject << /Im10 1397 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1323 0 obj <<
+1411 0 obj <<
/Length 1715
/Filter /FlateDecode
>>
@@ -6406,66 +6868,67 @@ xڍX[o6~>H@̈ kau=}`,*[$ )˗tC"|2Oe)Ag"NU
DQ?XY(7sT}1 S>2,et\%(@R T{}h(iֻ :u
{m_A/W4 #kSSG,r"݆*m1M4
jYG^'əg`Ms1֧&åncy̳Ghv4vplV+[ uyR@E#LKZB]a&Qڵ;[|vr ƚYy'0ې:jCCW{-[6JFEشќ0zK#(rh1ƛHP
-؏x^ Q :L2{P7s?qE]~a gfʕƊy8 iRQ9 ?(Z$pȞj`'P:@gS©R*R^endstream
+؏x^ Q :L2{P7s?qE]~a gfʕƊy8 iRQ9 ?(Z$pȞj`'P:@gS©RVR_endstream
endobj
-1322 0 obj <<
+1410 0 obj <<
/Type /Page
-/Contents 1323 0 R
-/Resources 1321 0 R
+/Contents 1411 0 R
+/Resources 1409 0 R
/MediaBox [0 0 612 792]
-/Parent 1319 0 R
+/Parent 1387 0 R
>> endobj
-1324 0 obj <<
-/D [1322 0 R /XYZ 99.213 706.052 null]
+1412 0 obj <<
+/D [1410 0 R /XYZ 99.213 706.052 null]
>> endobj
-546 0 obj <<
-/D [1322 0 R /XYZ 99.213 688.052 null]
+566 0 obj <<
+/D [1410 0 R /XYZ 99.213 688.052 null]
>> endobj
-550 0 obj <<
-/D [1322 0 R /XYZ 99.213 584.23 null]
+570 0 obj <<
+/D [1410 0 R /XYZ 99.213 584.23 null]
>> endobj
-1321 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F8 605 0 R /F40 711 0 R >>
+1409 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1327 0 obj <<
+1415 0 obj <<
/Length 2319
/Filter /FlateDecode
>>
stream
-xڕYݓ߿B'Tu03|WsWηS?Iԁy_3 w7wUfzz~=W^%AZ횻`uBfB,֫~dV/3I=CkkӮ\otzi tXo[cqdp~5Xp_g ?̲UsgTo|wx\UKF&* ,&"I"!g@PE޿ᣯE%Ik[sTy?m x OLLq.^Oky<B'M]&_ԮsKjU{3<ĝP}v[){ux
-7|¡~^1a=|꼧p>(l?wC'U}@vtћxUjwTz᭙)A9O<Kw-+v]i.IC\ݪ`fJszXlJ[ v 4QꉎI$p&xݢ[ڞw,J)<]H<Ȥ(@YX=߭GBG^4\y_N7SޔH0zVI^@x ^$(ҪR-i
-4*IV9E]\@K=⹌:&|[BqD7OEڥZl7mr6j8N5mC +E)
-lO,>FBګmhEg$儫~A o2xYf+5C*8H-vD3Ax:Cn! O2(PM\0
-(M0c1S]YPWm# ͤ7MKn+Sb(P I} +ّ\vO.;1U8ka4b/AP:xQh rfWfrמ2U#a+n"7<S E{2 !@O.`S8fYXha~?xTؙ18Q|f
-(p46=m/ud?9(:
-|=G>Y(8c0fwZ܏Niaj( JaB-h6~b3CTL>UK2w".խ= '29U%ޤ4F;tu,jٍ)h,~
-T@W۟p^m~h;rVxoqA>jcUh'  ZOOj/nr;t*Uϟm-#^UmУECDk O
-endobj
-1326 0 obj <<
+xڕYY~_U\Ď+*O8"%ed
+M6B ;L2i
+FoiT-Q酷f<t,-k\Y}JsHJҕ]V*3~ ee+ktnPz~k @MN@g1[p˳y]C?-s>2)
+(i Vwk0d@z eޗ7eac$=]$LAC"a'Ꝕ}KgL+UEQ,Rlx. Vh3FSv酸ΰzcv{yرj8N5m-#c"8pW3S<ٮ):ܛ$RA~#G37-:c]r*4Xx(z44(zWXUpc[±*g"iQie$4$O
+(`q<<aj!'f22Rl46es_17LRܟϔ@8jHy/GAQΎ]{rىR)JѼ^[{!_A}G4O52Su9 H$D.^q\F13hO^p0 dRɇL4
+Ā6?3 3cpQ|f
+X x'<ZY+RU|jLZy\FI%4F{;?VL5O1Pd,pIv³Bګ.,aGq˦MMl*xՅϒRAߠx+q̦ȖCp9i
+ Np7O{@5ܱ*4' @JA]?y e@Pzlk0^U/=:4Q<pP;XiA^yd#"v垦k}cAqqtyw%|bfPQ+#N%;o`B3ь]IΗ607ǩadP0
+VFi%ay Fz1h`endstream
+endobj
+1414 0 obj <<
/Type /Page
-/Contents 1327 0 R
-/Resources 1325 0 R
+/Contents 1415 0 R
+/Resources 1413 0 R
/MediaBox [0 0 612 792]
-/Parent 1319 0 R
+/Parent 1417 0 R
>> endobj
-1328 0 obj <<
-/D [1326 0 R /XYZ 99.213 706.052 null]
+1416 0 obj <<
+/D [1414 0 R /XYZ 99.213 706.052 null]
>> endobj
-554 0 obj <<
-/D [1326 0 R /XYZ 99.213 688.052 null]
+574 0 obj <<
+/D [1414 0 R /XYZ 99.213 688.052 null]
>> endobj
-558 0 obj <<
-/D [1326 0 R /XYZ 99.213 530.553 null]
+578 0 obj <<
+/D [1414 0 R /XYZ 99.213 530.553 null]
>> endobj
-562 0 obj <<
-/D [1326 0 R /XYZ 99.213 209.984 null]
+582 0 obj <<
+/D [1414 0 R /XYZ 99.213 209.984 null]
>> endobj
-1325 0 obj <<
-/Font << /F44 801 0 R /F19 577 0 R /F47 1194 0 R /F8 605 0 R /F40 711 0 R >>
+1413 0 obj <<
+/Font << /F44 833 0 R /F19 597 0 R /F47 1282 0 R /F8 625 0 R /F40 736 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1331 0 obj <<
+1420 0 obj <<
/Length 1640
/Filter /FlateDecode
>>
@@ -6476,117 +6939,96 @@ xڅWYoF~ׯ R.wyIM(j
f,E
_#Wڎl'$55fpme/b`P~a[]ɀTj0)Y
'N#OZD YjɂĊϡ<;^FnYBN^t}8EW/ agx-  'k`
- D^򗅞z{A'/u_R8ϢсGU)*16E)L^1j OqQgz%(V\jv戃T4@u8P|E@Y;Ѷf0vEKSև}\ڧpPGU͎7@w~q,Z`TT'y}ʨ(k* XT iBl{;x*}\G7|0 ScgμÝ[ɏAtMP &.Ue-*I+"I1Xt0h.j;S`ĸqv,Ok5UQްvyTxyc\(8
+ D^򗅞z{A'/u_R8ϢсGU)*16E)L^1j OqQgz%(V\jv戃T4@u8P|E@Y;Ѷf0vEKSև}\ڧpPGU͎7@w~q,Z`TT'y}ʨ(k* XT iBl{;x*}\G7|0 ScgμÝ[ɏAtMP &.Ue-*I+"I1Xt0h.j;S`ĸqv,Ok5UQްvyTxyc\(8
endobj
-1330 0 obj <<
+1419 0 obj <<
/Type /Page
-/Contents 1331 0 R
-/Resources 1329 0 R
+/Contents 1420 0 R
+/Resources 1418 0 R
/MediaBox [0 0 612 792]
-/Parent 1319 0 R
+/Parent 1417 0 R
>> endobj
-1332 0 obj <<
-/D [1330 0 R /XYZ 99.213 706.052 null]
+1421 0 obj <<
+/D [1419 0 R /XYZ 99.213 706.052 null]
>> endobj
-566 0 obj <<
-/D [1330 0 R /XYZ 99.213 432.186 null]
+586 0 obj <<
+/D [1419 0 R /XYZ 99.213 432.186 null]
>> endobj
-1329 0 obj <<
-/Font << /F44 801 0 R /F8 605 0 R /F40 711 0 R /F19 577 0 R >>
+1418 0 obj <<
+/Font << /F44 833 0 R /F8 625 0 R /F40 736 0 R /F19 597 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1193 0 obj <<
+1217 0 obj
+[590 0 R /Fit]
+endobj
+1207 0 obj
+[590 0 R /Fit]
+endobj
+1281 0 obj <<
/Length1 1036
/Length2 4030
/Length3 532
-/Length 4716
+/Length 4717
/Filter /FlateDecode
>>
stream
-xw<\kǕ ZcQf0 QÌ2K^)-zID !:IDh DtI{?~zֳ~;bP '
-M<r
-4Iǭ;;r#-9nfё5|LY12џ|4}Q6՛Qک-[sSi+C։Ӗn'vjUfS[xKJG v&iB9!5[Iq744Ͳ.ϥs/ .[9 {$8QD_?#:L}o=<ﵓyҽ=4֬ɵˤ\HX8G_|Wt1OH?[X5<F,9+x-}rxUL $;H0`ŕr;]wd߄ĜCkD~:]6nnf3YZ5V
-$mܼ(+[|a?9D|YAZav*cf}-"(voU0j%ΒKݝ[p3F W+JrUoXFz4aTL?17@8ޫ49NGk$UHMe"2q0͹G+B8M%"Sӽ,$y |<L۩lWd^_*8:2MؐteQ,P1I3 hN}A"=3yiś)Wrb5XeRY?伙b2<O-k]%~ ?mY퇖pf[Ũ>e?4&Ч
-Nһt0+>5朩s A))>ss6pH.zʲ{=$jO3_>7)NJJ0Vdlڹ -/>X[dҦ?bpCƯhNj2>WT䏛sC-/Ð#fH[@ ɍݕ 0.H_tt)ҊFLT8GջX)Co 2r9k4;T{ #)lsa~<.҅*6aTGI_^8 < }ECg?M9SQ,U
-peF mbjh\^UIшs^ ΋'GٹKuu <V( B
-oHX V`Pd\HP>Nx
-x[aM]ҿp{>ppwk( Փy.#0 DŽ􈂶.w`O!*92<| 4N'ci[';3oWC:Ka]d#4MۜQ\o,0 {x!m#`ޯkj)}vOG\1b`~ճɺlsiaV@X$.߾WLx<F'VgL!ֳ <>T*M`S~q֋|x)O&#G>wMdcl >s^I{_riO)w2c$mDZ7cC> xZZ~@ v4Z|yOz*ܽȋ7 3jզK*[TS{樠KS݁_ W녣FSj8gM8_BIU+$`o{pM'0ړ뷦t/C&dfXtI+T,ZL'XyzfJ^|#ը- ]Qî2UdMؾ^Ix2{~Jq#yLVR|wܞT(it-Jwx@L}W?` 3owo]o߇֍򸐞hogf>F?')ki$ۺSew;Bpaodaʣ4KcOD9*rotcN´Z (QۥE.3` :N,oo!|kޡy=~R Ubl+`N'IVہܑl5A=zOяf/C#&I} &S*ʋGt7$( : Pij)=JtfL,]t?+t<q(?B C^=v fSX¿ex^/z(S04mv?s*LOJ'(Iv%{g? 0[@lTѫjԒ}Y•òe]U՜Q⌥Y:Ԕ6Y Ɛ *pL;UEM/Gݍn|bk0I~'t͋kբݎzW|dFhR8rM;K`bÁL&JL%, ŴnHQsQζǩGR]|~^,HaP\Ys﹨Rl\d-H=ÛbRfYiߚk:f`fECm>~+){ޗ6ND@E {K|.Y^kCWk+{]B.#7tJK)їHmxr攩>)ף>XDuO]{R_Z*χUHic6v*Ԛ1Z䡲:圜*!Q;{|hJÐGzZYv [=:)ωjSCŠ]՞;'Aw.ga;*Tiځ6o7D:i nq(. QD1mnzěOM1x|\@~Mt,+{\ aºWb+7tU&.oӭ/֔%,]W5=wlMb(D\`skIeë :wvK~]x%lGΗު+!oqr+ NN)mn`U&PN.tu19aFUqڅ-}aU`=O]XEU_I@6i^G)Rަ>1@o:kj=ۑ)wy*J5,Iod22r$~t]*CQ]m%`T6"+ ZRLG4)` rŅ*K7R]ƻ^ ylF~VhM9%tsGN$7egYgׇ)g3 ^&/"ל ![n]=|=4;x]~R=멌8fyMbY,4dHΎ*[=:*Dl}9o;*~Hvb7sHcZ5YWkX,髈ЫfDٌa=Uo#3_H&<[9mz%">-JA#[H>ۚ.^A3;o+&|$朖#$vNd+zbSĵ4N-$,Sa~ײ
-χWWzNϤBb+ B'u+Zũմ?6.hslkNÓ;VܦOP)+ɰ#Ӧl9b*TXv>'?-)]XA;!m/`{vC^!nbTxnZ$"W^Po>H]juN#G SK0&^U0)Nr`<6߸d[7aYHPhR|D*K 46笎buv6w 8n(IACú<gRE\_5 SUBs
+xw<\kǕ Zj0F%jF e0(3D%b-ѢDDD JDw̝9޿g=k= #Šqb`qoj
+4X 58
+aCoHo$^2oH, s
+v>(qt?(Ԗ)3`IӦ}{։ӖN'vjfS[x(KKGԎ',L<&J-sљCn;h_eYJK笓[PX~;s@'iH&qFd(D);{xk'1Λ%Yz!~A{iW3 Yk_՗If]쩱p6 ?c(~ZI]q{HKyh(rV/k6!#xYfa +}v/Ⱦ :tm|?X͂f޵pkv-:I4I۸yoQ^W
+z3º;~sTu?zϯwg>YDjQު`%Ԋ% ;f*08V2?
+>Ҟi¨ cjRWir?H*HѭEzu^}q k-sÏ\Wqg>"}1nJ{#WI$`%xؙѷSѮUTpPyd;8!zNXPS]%`'I|z2Xӣ10
+&fzhn\͉`zeHefR
+;Z-L
+Q}p}hM.O&w`R:|j71S=
+Rj~Sx0&lຑlV)ewzI<f|n)+NJJ0Vdlڹ-/=X[dҦ?bpCگhNj2>GD䏛C
+-*/Ð,#fH[@ ɍޕ0*H_tt)ҌFLT8GջX)An 2r9jU5;Tz #)lsa~.R6aT lGI_$_8? }ECg? kM9SQ,Ueᡍ۟ϵi[>~eU#$E=Z[y/:/Uf*2\GHX+&
+=a%pnZe㜚
+"#iL]_~cņq]ț x- 6~#~^TKAKr;3C}$8خMgW_M jzO7r&q.w8f<1z=}w=cR? Y4eNࡅ'!}PirwSOՎϷ^KzE69rkڍ$c)>
+GO*42;M}JL-(CӔd#i#ҺٗW=lC
+PIƻЊfגۯ\gtdحԕkT80r$/߀eVF,EXlQN<N៣.MuR|\MrO 5aSq
+%+eT/6pnԞ&HL5k5|9B4!=ŬCZriN2TZl|wIg57zߒ:\%zܑU
+iQEք{_ȏ7z()Ov_=k%w'Hsa`FڒKt$lv3[ 21v!1WV5}X_a( )-:.i|fm)os2F<;Uvځ#wKmFz!`F&?@4*B$1DxK!GVK7W4+LUh]Zt48Ϫ TQ2xr
+鑺y%myf# ^ zdZ^ԣ1(}ln14bxk@B>B!~DwC
+ Zָ<9 OE F'}^ ]y8ɮ Z'pC?cFJ-'9\I X\EXc @U1jb w Ϥz[k }#[ ^d&w)wKռx*V^-8AvЮwUGzԌ&sy!Խ֫V084nbITnbPTOpڋd >gN!j{z$UJWj>ANmڐA gQE2|Jҝ{E=d"e#kE"×2J _ e&72(meE^I
+ ){"5 -/j0S_zs٪l\s][pCϼA#W
+_숵~HLz}Sϛ3DL-p3{Y"2xzv#Ry>BrM$ Sڌ,/&a.4S Kn>=~HFmTDD>Z|ͼ9ޢI,NDy^P]**ʠ_{wv9
+4vǼ\ Q
+O#7LnM-Ե0n})Y`NkpCqI"*iKv#|j؇fkc^1ӗ/ ֍J[yY2v{en=_},p0`h3hRkF7P/PCw^\.k^5m]BZ9_fxDa(^ˮrrzMlsKMVrrQv1g ;6̆*u}Mӧ$y.(BJ',O;¤>J ϗ䘇6Bծ-g}4֩_WݎLSTTnHu$ї=9KRbWnc]/YJ!Y<]=բdl߬?d<HI;nH]f/.<_Yʴِ
+43쿤3v#ﲓzU.ֲiqlX-7Z;#Ek;\{𗹪e d^v;Ȧ$Fx ()y |^s&&xn]#g[CД{tIpӗҲg4 }gb>*,Bޓ!E;;@jy|;kGE@!A=D"}Wk}Zd]KR E`F|Be3bTЛ"|n4"ij%/V$+]瑡[GT};52-;agwߒ-,WLyI9,GH$"5ԝ</T. vRi ZY槬e'#IVAOLV4)Sil\fV'w֭fM]'R*I!Ҧl9b*xYv>'?q-)^XN;!eo{vC^!7nbTxnj$7߼g^@o>HMjuN=G cB0&^n0)vr@6߸d[7aYP@hRtD*S46笶b󢨄N;+ɻB'\pͤѡa3M? ˄쩨I9g
+6y%"#?|hn8qc]i PrKendstream
endobj
-1194 0 obj <<
+1282 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1333 0 R
+/Encoding 1422 0 R
/FirstChar 46
/LastChar 122
-/Widths 1334 0 R
-/BaseFont /TIDSOD+CMTT12
-/FontDescriptor 1192 0 R
+/Widths 1423 0 R
+/BaseFont /PQZJCR+CMTT12
+/FontDescriptor 1280 0 R
>> endobj
-1192 0 obj <<
+1280 0 obj <<
/Ascent 611
/CapHeight 611
/Descent -222
-/FontName /TIDSOD+CMTT12
+/FontName /PQZJCR+CMTT12
/ItalicAngle 0
/StemV 65
/XHeight 431
/FontBBox [-1 -234 524 695]
/Flags 4
/CharSet (/period/M/T/U/a/c/d/e/g/h/i/l/m/n/o/p/r/s/t/x/z)
-/FontFile 1193 0 R
+/FontFile 1281 0 R
>> endobj
-1334 0 obj
+1423 0 obj
[515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 515 0 0 0 0 0 0 515 515 0 0 0 0 0 0 0 0 0 0 0 515 0 515 515 515 0 515 515 515 0 0 515 515 515 515 515 0 515 515 515 0 0 0 515 0 515 ]
endobj
-1333 0 obj <<
+1422 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 46/period 47/.notdef 77/M 78/.notdef 84/T/U 86/.notdef 97/a 98/.notdef 99/c/d/e 102/.notdef 103/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t 117/.notdef 120/x 121/.notdef 122/z 123/.notdef]
>> endobj
-896 0 obj <<
-/Length1 797
-/Length2 957
-/Length3 532
-/Length 1521
-/Filter /FlateDecode
->>
-stream
-xRiTg"r\1U.e`%A#hz2HfdRDEE PC\
- p9\`q ,1lWaM'Z5fRp X0Cdޏ_Ay2ʼn$pE!Z hi
-n,H.gOM<2d.3;p&Aݪ?g>Voks/~>82m:ZsnĸY+̚:t²lKrkˢw޺5#;'TYS㸼Yxq ;F/[ico$[ӥTYnnt+Fl=.7T'T4vnZ\^69Dh!EWÞɃ߷ZN<* O/^x
-M~c56Z]ǛCF\Z%wÒ.5qYG|7aۯ_weYT>eRܞYQv;_]N3u  Gtј͆GmdbPOcƕRn,?*ssՆMr3H?X0|*O D+gr};zk08+[49Q}E=͆-}{ \RZa<o -ҽM':LTED%T\YfBuQgzEEI WrkC8j_oڷoj2͢etRz>1]ړ769{rqCًel*n<+JQ\ɹ} VT.liȕc4yD5bVt:{޹^t)}83._ oh]7>j. n]\Uma4'úuɓcaBW#jޝp.H\co&Ryyro۫;rfPRǍVi nEHCmUqKwU;'͉ ]YiVxVOߠm7{;v޻/[OmOBѤ¡?ADbendstream
-endobj
-897 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1335 0 R
-/FirstChar 15
-/LastChar 103
-/Widths 1336 0 R
-/BaseFont /MBJAEE+CMSY10
-/FontDescriptor 895 0 R
->> endobj
-895 0 obj <<
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/FontName /MBJAEE+CMSY10
-/ItalicAngle -14.035
-/StemV 85
-/XHeight 431
-/FontBBox [-29 -960 1116 775]
-/Flags 4
-/CharSet (/bullet/braceleft/braceright)
-/FontFile 896 0 R
->> endobj
-1336 0 obj
-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ]
-endobj
-1335 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 15/bullet 16/.notdef 102/braceleft/braceright 104/.notdef]
->> endobj
-807 0 obj <<
+842 0 obj <<
/Length1 1231
/Length2 8009
/Length3 532
@@ -6596,146 +7038,197 @@ endobj
stream
xUT\۶q@pZ@awwNpwww.ksާ0?sV4 e , qUd
+lSN`{S
-gG=@jRuɃM 3+hh11,lC$!.``jh
-yy?`1 X [mPDX1"iRAPK`u
-<qf_x<t#*0{%żF:sy+J~PҜ&OA]'6ń".O4rZJ3_q9 붤> M GO `ٙVs <HgFG9LfM J(kj~||[O}:;_l&|y FXўwa^?"Og7ΑT[zGҷ?!^h W*o/ǃLL$1gzx? 9C.)>x7;Ocp3"qhΗ̡uq2~(KSU<5:qlTx m! m‹('!MYsO lNIj%3H{+j)u]vvOVO4o,?rf52ɔP"yzBkgHLbTC :b}\c9(}9]h8k4 ˢ<2E@yv'E,$|1xTO?|]&[/C|~):xu 50<bA(9~N >g؋x<v<?bc\HѵlBCnsb?xnt0J_ d{@H/5UƱtiއWw]և+g1P6ӾH1 4o[5)A̻~ , ? vx
-+E(rg&Ľc2x eZJ<sb=f 1 W}ypP1o+lˊ?x@RJtrjCH%[EKw Xl^r9ϱ?'{*tK |uψCDs=ߛmHjTil;p
-ɡӳhtsQVYGʲw(7 %n*㔚KcP-C&nJӤa/||0c;ݹчE(R6 8p/_hr'
-CtPeb;'{-
-w4ybm~R MCVbZoND ;'[≧$|$;7Bu9b( fs7JE:?waZ;zŸ{+Gq~}l?e[9q%ǁ9p8Gٽ,{F'Zd7/• ^ǼE7XΑ!H>XOkY@'WN9H0S6hԂthg__fYG?D ͩ<>gX/t wT h9nNJ{36Ʋ ]q\j@ms.Uթ|y6C&Y_ZEiLԇK%K>.99ʥy+MF,
-ipW3sWcO 89x\R%r[_iu- h6X_ػs尠M2Gqh'(!Y_+Qq͆HE5Y6GIMA*W,4e
-sIN!)km ?݆ӯ<Ez~s'>z5$g UmǬo+7B2y]&v[pS6 `R,
-.́XAV"KR2Pz6Jf&0~R+I<%qBԧ0ߺY[B  v<<HIER^t,
-ȿ?Vk)ŪB_:qr93ia5e2j+yzTl{y o#uխz!x~lo6t=B4qx*_7 ę;Kug Wgd=,P( BG'@$AqC
-r:+Ҩv+lHo~yȥ6e|Aо s+ow+؎@]*2|ʎϬL*htn7@}ƴw:`7WדoIy*.]jt}= .ۋ87ĽX]H[iot>ixVx s›l%/aJ#2[zV딃X
-P 0Ae<,=CU<ӠH~ɽn;eQ6TPLG Ev hr@@nl' B>vʛx7tC7OGƼc Sd[|Ձ|qUXnSplfE(t1ܣ<lfwȌ4Tk;h7!f);(Z
-z֭ +ٶm~/XL@U ڲ048)4.=4QD+0Q bcqU lqNzU4ي6lBIPOSUHp}[~%>ZIi{nW_
- I^uUF$k?Bյԑc$㕯;oo`ٮcw)G|1&SF6LmeT48J5prEyK_IZ:>cO(0%5N%"A 8\,R/|ݣp ǡ{wh_<SiDT<£L'dgᵡXOrm ]h[.t0B^;G5H (rkX؀ZҨ7d?ʺ |Ͼ'!:ɏ/3׃S%Ab|< ?qϊIڹy F[`$|\MW+uj{^, ؿ0y9c<ְ֕=&*|E5!/Kc-{L3Ffa֋_/O$:ZIh{V";‡w K𨵮ǸW:_
-G'Z7|"@ˋ mm>Ɠ^腫J0ę3n? ={˴ەܾƗyGJĐ4( nç`vbZ_>n:/Ej
-TQ~]Tл#7C3! ,<HvvgB"7N5:+D<Q)瑵}X'KgQ͍LJyth-,ô#@G,U{^M ?3V/
-4jI)ռGVXTQ%
-|L,}wH`1D~β%jM)||7p0P%Ap;)ζ'#7WŰ&h&v0 %Ô;^k載s]j#{Om1}sLI z
-p
-p(J7HE  >pъ*#u킆=`F_i7Y`x$İKf߹ÒZ
-W衬j-oݑы1-96~ࢗ9״ԙP5LcDz(==yƎ* x99??lؾQ=c`
-/?
-F:QH[w>xo3ST?N4u_oA\)T^G}׉`6{-)2D3P:յaրh<p
- N엯ȷB;%w]D:4R<$@ 19A(Ԙ_D
-&u"<ܕQo㧃{LWunٹ
-^[JZDM,IID0d
-R~z
-QYؒsvbdQ@]ɾ/i?"%^mׅ_uߕy {7kمm4 A/~A,ZPy#,4\
+gG=@jRuɃM 3+hh11,lC$!.``jh
+'RXĔkVģ]5p!+YPG/uZ<ŖmժS b>;O6qBӥ<z W4݌&j4:G|{cyr 3/<C~:It}=Œb^#Oz%K (iNb'[ 9hDڙEwol{/b֏ofփu[RI&ѧL LFUOq9FNe ~3#f#Ȝvw}FpU3&I%AQeu> AR>ѭk>Euĝ/GEhPu<]#J^hϻ/ПzB3qH*ޭ =#۟C/+zwyudl3=hn{o!W` lRKк8?oi~Bd*}Z86*u 6EmDQC'$G?~y$a\|[^Ӕ꺮 ;٧QPy'e9q3dJ(<I=k53z
+@&1U{JxjyD[ξ.H|45e]oP<"f>sYqoGrpq-!>^`lN<Tl|B`g E|TbzV3Om<[d x;fUu`.Z6!!9tC
+5,_[Cҩ13zd@{Q!/:sE)DPTyu[pT0qdr5X 1;ze oaGoj1)1bIo C^TSZTGP1 %Y:YХ1FQ2爵&|@ +|Kʳ#'.(lq^oSǬ%wƐqs TCSo<%Cuta]z21AnV'[w;nW>A951׮,%e~q*.\s|r TTBݦ5'C݅k0*w$Zw?5ZP]aBdJ[#"fԀCE?1CwbA npq-~l% 9S1N3+ؾV<8̷Deş FLd )K:9!p$Œq-颥}䊻pMJ̓HW
+~[ߓ
+= A>:gDU!M $DF5*^8VPK) &<elR&qI5 M;Ɨt,:)~HyU 2q2Qΰ)%3ފp/z?ڲϏOQM+zqҢWeO \5"L4Vo$T uJ6RO|SILzlądoֲĤ#  "gUL2
+խM!%)i jR3ܵzn.ҽ;]a|yP t6h`~$alLŮ$c28Lؗ.a=^4gMZ=M,oDMT29Cw;R<)pӰw2)z56)!~Mxd%X&
+@F4ontߐWrQ$?-vã?z&W&<%/3 ?FQ}m;CjxCk7NĕtP8ݚNGΆܲU˗,_S4/^ߖx~i{ 7Č³HYXy ]-eFT9OzJz֒4.Ums3t7ګl|P2palţi&P9Ϧa}!<@>V5jF9ȢQM@Q3ޭGC9Iqo٪Z
+Qrk:W1_/GB'5a1e3|N |9 XWt:j7Nڝ
+ ֱ>S7NI޸/H_^UEpskkxYZDu]J乨sdeٻHT`݅sqJͥ}R!7P]iҰ>Owa>_]|"fpWT8@͗/4{!:s(kDߝ@NL듽t;<1k6?)ń!+P1-@^He`Og-`SX@d>!
+Wq 3RAcPGH»YO-}mnb\\ν\n>МMגG8ƣ wM-\OcޢLx,H '5eNǫt]k$ Zk)g QC4jA:3ٯ/,v]"@Bpy 3KYw?XGQi;*4N|HcŽlPcog.z8a.p69oTPV>n <!,/lq̴Bj&å%|Gp
+w<&#E48+b9ܫ<[UX_C.ZV@K_{zg-4W/݌rX&8 }`VOZ(ɸfC,
+lv$y b+2M|nCWm"=IK]ai]F=A
+[Kضc7q̕!e-np)T҂ 0tpEDN~R)}HUs@, T+ xj%)u(=S3]k?tf
+<u̝ Ky3N( ֠8!K9ISiTQ$7?R~RψyLڠPh
+u
+ }.mtPSegV &[4:>c;mTh+7$<p.5FEXQK~{AF,.$-4bI7{:4`f+<9qq@]0b-=u^,GSnѠҡ*iPC[$M^FƲ(V*(&
+
+ql6?,&hmYZ~@ciQ LW߿PjSSO}{"t@(MS18ꉪ68u'\*YlEkm6|m$V'*$]^-f$4=IgЫ/
+iX-翛GuSl!fpj|д+[2 >}w'0@j@P0!ʡ=OgO~$I~p]aQK_ѧ&O֚ؔo} \o0Hd"\*+i<
+NAI[~|DF kvqۄkNw6 >~F5r.T`|F2F}
+w
+k賖怄CV.)j=NȚ=|?cO(,jN[wC~^3.3#4sHs5Џ)% Y!*M
+ RQҗo!> QQU>
+gOg YS
+#
+{)bɇX}&U fa Rc:oSgkw0 `\iא\э8>4Y#@|jza>am/7v,QGF'm0Ą_zx-szߊO~ffAq;peޞ{+{AjL#~ACZl~g(z&{ڙaT2QZkiƝ׿V~ۅs Ɇ))9+c?Rt{Pp&_+MmT9%+mG pO m\^dsҢw;JqqyD!+ 1ܐt%3dŐV 8q&/3:U ʮXWqtGy>Zv-';Uf
+~:*#|5EA!Lv ȍ1םx7[Z70}lױ̻#NLJdjb˜n)KC~&ݶN* fXHA9ע<ǥ$|'}pВ'銀z`e  .vqm>M
+S1}g$\<vt#-0LO >}QѦӺs[/Wd_1@{wkXʞ|G["yݚ =&
+|#n0wxl/ZEvx-I$4Y=RzCỄ%xZKcܫU/[uJ> \ńK
+
+}#ztHevQifs1$~X!xdtea
+AӇR(?{.leL{]` C[!ې$r3]'"}h(ɔ>[Hi(FZU<:4aZWD#*Zlg&LW!SzldbOAAm˿Ո.b }N! [QsT=ԎMkka8^~gς‹Anh [ 7ʟ\זqjw%k3ْnљz'P7TG0PX򾈢r>FkBn
+m'Ƕ9NTTX^$Y
+Vփ ;2wȵ;.z%!,J.J  ec KUV])$M
+a27ÍB?1jmho
endobj
-808 0 obj <<
+843 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1337 0 R
+/Encoding 1424 0 R
/FirstChar 11
/LastChar 122
-/Widths 1338 0 R
-/BaseFont /ZUUHZJ+CMTI10
-/FontDescriptor 806 0 R
+/Widths 1425 0 R
+/BaseFont /QCRPGU+CMTI10
+/FontDescriptor 841 0 R
>> endobj
-806 0 obj <<
+841 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /ZUUHZJ+CMTI10
+/FontName /QCRPGU+CMTI10
/ItalicAngle -14.04
/StemV 68
/XHeight 431
/FontBBox [-163 -250 1146 969]
/Flags 4
/CharSet (/ff/fi/hyphen/slash/colon/B/C/H/M/T/W/a/b/c/d/e/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/z)
-/FontFile 807 0 R
+/FontFile 842 0 R
>> endobj
-1338 0 obj
+1425 0 obj
[613 562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 358 0 511 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 704 716 0 0 0 0 743 0 0 0 0 897 0 0 0 0 0 0 716 0 0 999 0 0 0 0 0 0 0 0 0 511 460 460 511 460 0 460 511 307 0 460 256 818 562 511 511 0 422 409 332 537 460 664 464 0 409 ]
endobj
-1337 0 obj <<
+1424 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 11/ff/fi 13/.notdef 45/hyphen 46/.notdef 47/slash 48/.notdef 58/colon 59/.notdef 66/B/C 68/.notdef 72/H 73/.notdef 77/M 78/.notdef 84/T 85/.notdef 87/W 88/.notdef 97/a/b/c/d/e 102/.notdef 103/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x 121/.notdef 122/z 123/.notdef]
>> endobj
-800 0 obj <<
-/Length1 1530
-/Length2 9177
+832 0 obj <<
+/Length1 1559
+/Length2 9529
/Length3 532
-/Length 10071
-/Filter /FlateDecode
->>
-stream
-xUX۲q'Kh܂wwwnqw ,@p'H
-q
-
-_d\
-]rrBL v6
-ʿ RS7Aj&hDA7A!l C,A uB ā`B
-! O?b7B^f?bp!N_BlF6-*j fd<ِ
-˱'jxЊr%hᔨw†2%QfpTa Eb3,%"SSEUz89 $6q$Z}$T4XY4#6X":cv\b˾y;hG4'2< lD~t> 8PhIf[(8P,xGQHJ|QVti8ޱ7zQw_Exo.;Q,>o Gpc5&QUV_oSr϶]zCn<K51B|a xA(7CVk:"Z,IrG}8xq,42Jv!H
-q_kܛx0Re ge<tnҩnjo>=} C;qtD>|k_"D0e'2 1LNte}ΒWz@PR+͂ٚF/~=*3Zv'O^j%73ܤS)މ 4M":7K(9P}<\GhQɍ>ܪH\%QYCĖΙA5ߖW'_6_HT13g5RZbLw"MB~K>tb'L1|]z׾i1)Op I Խscxm$a3-a; ,"'|㡮IKT*(Dχ%gIF|}`uP|+n[2?cang
-9LX<ԟ\?+X/`lή%YO_1g0% C`1e7c.CK 202js'c'8&.[/HJqdʑ)EB!XH .?n•🭸\A/o]CN[!<: 彶կթȯ\]b՚@ ˨cY6Qn^P7B\g 3{cDb)FN'}DR _Ԉ*lf&~!g}bHʽR㹹FOMuH&Ǥ*׆5ۜHP`T%V{g*?F[wQtMYQ)]7KJ'`;eτf9BԮNIM9|!g\ (Bq!H?9t[Lͳ;_CGh!-dV
-UGQ -{ŹՐc+d%|0Wt֚$;-_2i
-n^jZ2FU[fE6gK8QyMO%T}@D)>\$*LJo^k-~@98V?$i~᭨-DZ QX7ҳ҆%eb b&@7}~q!#$G 8բ$Й VqOi!}P_Sg
-=o˾z(9-{uJHPӬ
-\WH5mϢgnt1"uԠv,jꨗcԫڮh
-&沇0Q|ib?e\͢k
-T#tIuflL~N>\3iC=-Ǖ7Z_rۋ9H2.YUa4jc\N:`h#e /R-4aм߽LMp2YL8q\m!EW굨S_vf:HbNcdFkԠHO\GrP/ϣ;nV`%q_xQ /fK&@$;tREavEI<-:}}pp>tS\)TT4ܑYH҆#B%rLL(u&" [\62FuWbZRF.(Smڅy<h[jG]<N7]-z>"wdp|
-?Ἄء^wAZ2kG%.r
--Pq껱 lcB^pf9Uϸ̙Âx֤ Y ϝެ ^/dc{\rE`khtmJ*
-AD-7epQ^ض՟`c7ݛ^0n2MN+pZ$kYtK<'S#05&g4Xf
-!$fݡdm~rft -+;ᩏ2ĝP|2IADy&$K#I7 %ꓷ]326Kو71b7Xjx p; فuB2|$#5r2ʎkJ-5n#mxvGsWǗd&-(֩BF3wˌy92BY
-lѩx,"|Qzh\l0v
-2/JVl "־T."&;RT/CSL֡=UV[ֳjJ㿪r̹%/i/pj~i <= ^}tB{Vda
-f2"DZ3ցB;`qnr}Zzv@EӟRX$QW. Z⬕T`6;
-#|):jH^S5cYAK];*U)_.⁤9׍U1TŌHk?}U9+\2lcǹ]ޯ>44+&& ե\p\ymNihcY1g:S(;kKWw!gT"PxPݱx 'QJd^x5k~m?TFPfp"G%T#s5x-VB v[s"?"i)rU^fiX41 fC3g}*yYCkfϸ=nm8͏ ac&{ag&n>d*.o\~7|T!rXNiyrX@>?O#DѯNIEhcQm+<{x͠ha7Q>pF2#V ;{s
-^K wT7'<-ЙM,T=Ε#/T3S7QGKR8hYVsEɦV1T$k=GC֔Tw=tlHt^ᘠ
-lnz&4I<V}1LWޏMXz)0Vv1ƋyCƩ K _w_7\5BCɻ݉hҾf)*]u ]]†W?I{ {-tJA{6H<5]&%kwzwL/Xsdn֔H1Fǎ̈e$H0 ,` Zۍ
-Gvx\oI~amq 0]U^K183b!Q enU6{lAJݒIl7z3g */a:I'띤jBI-kRh i8[ta:x=p2&o,ߨ6QCZMQ6d0Tv&9 XP]CI>Iel>^^$蕽Y,@ \SHv_!x%t@-0;#}B,eypkt3Нĉ%S8**!ɀoBF\X_|9j.BOògkhN?U|w~?;]oW^&
-[3%1AZԕk! O
-)iN*]T|1#O21yyIXV^eާJn,DUt9ah
-L\M_hiOIDF{gHiSQiPJ;eO8^ƪ/>׌"er YvP=zu*#}HE\H<@sҀdr0ArTQ̝)MYQKJ+Lnt`uO{>ݱp9෸գ.akܕU- \.D~맃1"|Olئ ,E XVCGP>cGoc*%\=Lf˜Ae#rOoXCL9ɒgC oNNSd"ڛ^|xu&-h45;wJpL1~'lZ䣶%y畃7!f֬ \3Ku.;ӋY=9?m)EC7T~BLcaߟӥĚ ~}\b`]i2:p-ʺѩ!#eE*˪V]OQ"
-
-rҒ[\{3Y(\ $n,;*X5t]{؞+/ÂkI{;z}(ղe,qrZspfc`%y+Rwu o%-0=I͕X8{Cm\0>t%ICe1\j0LĜi@TGWXjd-UeErCnם{M
-D| i?puTVn0VŋӋʑTfH mLͻ&HVw?_
-T!݁hhUkE]wys4p,[hpm/jnȣSu|҅0[!= Y}~#R+ڷ7}[?q冹VEkf,貧ku^T'Tzk5ʡ$DST^Et;k;TJ}6ʯo%&LbiA`t,mK=lXr@~y<sB@Kצ%r2p^R1Mv QƵC-)>_zWemyHȣvJ /{j|>{ Yq1YM9R:_hC֞; nC~
-ڳ80*:QEa/ժ}־{5Xs.1ؗFgdM*g SoQuMB<ISڡûa.ph8ل\?
-Vՠkb(_*ZkUy)S .FfnEs8K|XY ͳߊ!- #`7JDxkH筑Z0/U0kKI~zLSΝiJqQ8fMc#UQ*-OMK;h7NTƩ.дlZswtXLيmސoc116fc%IDկjśbVbꛅ R*gØOfFuSZi?a[Lk8
-`/&=hC!iUl媹s2k%/{H+\K:2EBq5L9Q|{J9Z 6h]nNd% 1"Jv_GXM'hi皵$QL6_1U?YT|ϖM ,h3!Qi#?Ƙ;R^%QlOXI;²cOIV/WǠlg_AeNmAxx:)2tRAm6$<^. 7K㩤4ZY*cQ f]%f=<-|oĕ-CG)j5{YY'w[| 󄋖2BE)//s*7ᖘ^"v->QwiX15jY. 4~B @*P3Rqt69/%|u^5h6q99k ~EWV 5_xK9&r0f6vnPs{xK(10L{[ޖvo{PvvB|}ɌP`lrI//HBR=Dc3c?8~y]I9̕rBmߛ_VFkRZzčQ t&DD]v> ŋSޫsE^q$A3uRxPD
-P\r4*4u>Q%3'=3&Z CܰZpfߵ;H-\Re,8r`5=uF3[\k@?"-
-ـL\mMQ
-endstream
+/Length 10431
+/Filter /FlateDecode
+>>
+stream
+xU\K0$ ]gp-H@w'@y/Ϲ:𭮮_7(b
+ػ02YY
+u
+@ 5IZAm= 92P Ca꿋K*ScLl=w
+PN;E0We]LlD-l
+Qe ~6c?P2@wӐ rR #'ҐBR ~O%iUѹpsްyo!&s'OɓW Jy蟗
+vu}y
+O0uƑZ4n6R*'_)b/; BnU\P/27 BjOCJUMIøĬ%:xǕj$\#_A;wK*G.3n|gJO*WpcM4i@bcjohk"rF705*} ݩu>PUWz!& ,!GEf082vс Nsw 6ZM3~W c.=Jvgl7d&G|Cb7b*చDU@ bހX-KjsTIa2EXU\OѼebG̶ooɉۖX8ceO3 9$?'Վ<8r:"Y>ֳ2Hh.̟R~E _ #h'|3r (ejqZ4,63\q/Z~ *vYsD',.BL4>`LJ(ώ"\Fu4BGx^ȏ\~Ef^b,,,usjJHM>ҷMߤXBY
+3< -%XĝSE"ħCUN,ex܂*Tgr
+JNsщMݭ7fG2G{&eȷhu1*jIV:1xLS7 WÇoWrfdtҶ8[[gR@DIm-6SƵ'_MJ
+[;L>$cSg= #-ncbe7o \[qL2$w΢巓~pfzzyN"W~MC]-0zDz+.`YwlƑΧBБ1xZi 9 Rl.[ҎaYjoZaU$T#تTVAudnz8vyN_z^i^ky%Mq4TT+pky%O~UCYZ(]n@b4lcG 8C 2#T<zz.o|
+GbT)Boo22?W-e#?츙SzErA]\Ao:OQi2uܛ8ϝ\x61hB}e9>=KXƒ `y5/vL0Mv\$sr™e[Q/Ssђ'ձE#jSMJYJ|Y
+c^boHy(*hU Ӽš2ޏ<>lZr,Jqo3j0)PkPt3p(gfCf3ͦR7#u򉬰4[l3j89/>Uif.\r Mꀉ@$S7Ϧջ+_N,jɑ4v1& ߃H Ps)P)}Rf&|U&Y|
+7SFm4t歠Qhƛl9tI!l8 N61/ ٺp5zNcSk@y֒VZqYNrzЋ'~_v 1yfǬR#z&rҊ#M}8<mFDtnF'F.xܒRYO-n|gac\zˬ y:x8!s=u'yFaQ/J;E.('2c,nC=}օVՁXX/g
+D/K ]sg?fX*.͸j;<ֲN1GfI|6Z'? r1 LqD_Ͻ%G6ˋݜ\۲
+&vp$l<D[|iF\rXjԗ]GL"9{4/M$E@?6b)ԨK
+VRӗdKa$0aW|2
+yQ֤_^>P7)5p#7#RZ8+'@j軵?R5$J38&[Sޤh\B+u <Z1=:Zz̭sɥƾ6MmY3&o~q: @Wle
+]{(aI]^5%,x9BT:5G,jpmeρLXEF>,
+2bSp3\]5FN2ty񦒭z; 7BՌ u#qQ¢."Ҹg{i(|0=P:Z%H%jlyRީ\韇;# 6#уe7;cR*CUaFgsH5_?ȭRДo{Fm bN
+} Wճ[r&g @e?֋oˆ/l>C*-Z9lwJ0,n{ Ԑ 'u6լ \,3@pTuaֺŌHĢEȒOGiblL<ҍDNͻSSO7,|!
+U"Zw>oDe¸DXOjX+Fv`TMRweE(amdՅOdpb&y*p{Z2jp#r:QiP"F1apȑ04L`fuijs |.BhvrPkEgqpAT^xݸ~:[%& #7b$ I +
+< ܜY̡d=IHWu84ᦞ9x {UfB`%J
+&3+&^sNwKFE=dJo~Ѷy0QjK8}8rw zW"#4I`))mxGmǝ|h`ԛ@[t1r|c(u1JIZ]U?@wo]`A;_DyOSi%g~f,R1 0&z1P081D RD#RG"@|$d_Q€+kNb'&#wnb:} 9@ ?X4ca}K
+Ef3ԇ^Dh5z!eo"
+pf2Y+-#&?4],_1BI*j尗Uྒྷ-決/msɺ,nl[dRM /X{H<#7;udmXV
+lD^/d%V V4N̚En 0H60JF$lһMF=rn稤6LzQնޞUncjDQZQ贩0%.?o|6`C(
+8y:҂|%2UQuKZQv(%ٖ ۼ X21fB4g)ʼn ^#7r~$]GSJ3=f5)zmPF)5Gju Rjf>Wyů^1fgQ!."W6$au s9"lU^?S_,
+ŏ OY;gWՆ3/9S["&]T? do14_n.,t8`ey7?Ys'9EۋAOθ֓V۰B"Sc{͚0{ ⤻D6Xp"j3uhi ?Q3{֙
+w* Sg$sj}OPK?/:Hi
+uȽB}]K
+˹BJP3ک]SvmJ Vpc17̋Xb5 *.Ϫ҉'G GV;w"^ `ܢ JIEtKI%;N<“d9/<TG"5j}fm~ iXrwE ף%"23:V3_OTQ . WR7vo5Cn!%#^*!V$2K@`YSno+
+ϊRESk6d Yч o#
+xݍOFv֯^DZ, b=xH<y7('V0_B<\ 1Ф`yx9
++&.H~λ)js쐢 U__ك%ugA|,zS>gܭYa(iY|lXJ6凝U6J4kj
+,</{<jХXwC?yfnsX rN%=
+IyeE e
+y4}[z'U< iPxoGW`:Vh HqmJ1wGj f;i^hzUV͂D</<9g s] t$K
endobj
-801 0 obj <<
+833 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1339 0 R
+/Encoding 1426 0 R
/FirstChar 40
/LastChar 122
-/Widths 1340 0 R
-/BaseFont /LRIZKH+CMCSC10
-/FontDescriptor 799 0 R
+/Widths 1427 0 R
+/BaseFont /XJJZGB+CMCSC10
+/FontDescriptor 831 0 R
>> endobj
-799 0 obj <<
+831 0 obj <<
/Ascent 514
/CapHeight 683
/Descent 0
-/FontName /LRIZKH+CMCSC10
+/FontName /XJJZGB+CMCSC10
/ItalicAngle 0
/StemV 72
/XHeight 431
/FontBBox [14 -250 1077 750]
/Flags 4
-/CharSet (/parenleft/parenright/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/C/D/E/F/G/H/I/L/M/N/P/R/S/T/V/W/a/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/y/z)
-/FontFile 800 0 R
+/CharSet (/parenleft/parenright/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/V/W/a/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/y/z)
+/FontFile 832 0 R
>> endobj
-1340 0 obj
-[436 436 0 0 0 0 319 0 553 553 553 553 553 553 553 553 553 553 319 0 0 0 0 0 0 814 0 786 829 742 712 851 814 406 0 0 683 989 814 0 742 0 800 611 786 0 814 1106 0 0 0 0 0 0 0 0 0 613 0 591 624 558 536 641 613 302 0 636 513 747 613 636 558 0 602 458 591 613 613 0 0 613 502 ]
+1427 0 obj
+[436 436 0 0 0 0 319 0 553 553 553 553 553 553 553 553 553 553 319 0 0 0 0 0 0 814 0 786 829 742 712 851 814 406 0 0 683 989 814 844 742 0 800 611 786 0 814 1106 0 0 0 0 0 0 0 0 0 613 0 591 624 558 536 641 613 302 0 636 513 747 613 636 558 0 602 458 591 613 613 836 0 613 502 ]
endobj
-1339 0 obj <<
+1426 0 obj <<
/Type /Encoding
-/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 65/A 66/.notdef 67/C/D/E/F/G/H/I 74/.notdef 76/L/M/N 79/.notdef 80/P 81/.notdef 82/R/S/T 85/.notdef 86/V/W 88/.notdef 97/a 98/.notdef 99/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v 119/.notdef 121/y/z 123/.notdef]
+/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 65/A 66/.notdef 67/C/D/E/F/G/H/I 74/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T 85/.notdef 86/V/W 88/.notdef 97/a 98/.notdef 99/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w 120/.notdef 121/y/z 123/.notdef]
>> endobj
-710 0 obj <<
+820 0 obj <<
+/Length1 797
+/Length2 957
+/Length3 532
+/Length 1520
+/Filter /FlateDecode
+>>
+stream
+xRkPgUc|"HU( BXlVE"*0Z$2<*|"TJX:-lug;sWb[>Ja$Al|0l.de%0I 1
+<A+0
+"ALhH9Rlˁ %ÔlKitIH4 [dLy\ PLq$s87L˅bP~(?0HExQD1I] P<B1I#r\'\{pWz* ii!r%6c:
+ߐ\NЫ~bIU`= y?~IF\NHI' !fa(qa$L4@FRXu1b > qB
+0eYiW5gELXQ^fٳ z
+KXS} PP)<]Bq_L#g]>];wӱ,Q"vC}7܃ƵЂgGN,4 z>GI7Aot51%ilf\lj.y©^n7{-J(kvu,CC|(m/dBUGE[CdQqHv(P-~uFGQUhOG*.l6H;fbs m޴?<46+Lr~Ma5)U5VΎ[;~U޿?t{f ӕɗ*o!sKj
+Ô:ŨQ4C=5=Ibb^ݱRs>E'8Ad;zͼKCE Uǭ DkW۾B76ˤscńNbaПx6h5`i]xѯۖ {h(z$fsϽn!A>Rơ]ɵjۘw76dO '$yƂ`EZ:=#سCĔT!M** Drendstream
+endobj
+821 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 1428 0 R
+/FirstChar 15
+/LastChar 103
+/Widths 1429 0 R
+/BaseFont /CREFPD+CMSY10
+/FontDescriptor 819 0 R
+>> endobj
+819 0 obj <<
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/FontName /CREFPD+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/XHeight 431
+/FontBBox [-29 -960 1116 775]
+/Flags 4
+/CharSet (/bullet/braceleft/braceright)
+/FontFile 820 0 R
+>> endobj
+1429 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ]
+endobj
+1428 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 15/bullet 16/.notdef 102/braceleft/braceright 104/.notdef]
+>> endobj
+735 0 obj <<
/Length1 2247
/Length2 14834
/Length3 532
@@ -6745,7 +7238,7 @@ endobj
stream
xUX]ͶhKp@pw݂www[pWy~xW5[^ƀDA@֙XXVEQB`lag+b &fb&jHN p03w&OW-985ك5?W8+
Y8YL,͉]
-lMr2`PRkPY߳/f8Zk3L'ev&flĆp$6b/&b [;1(@ok XbS;G:B
+lMr2`RRPӤkPY߳/f8Zk3L'ev&flĆp$6b/&b [;1(@ok XbS;G:B
.J.*.j.oh!?n]}j.3 .ZZ&?/g@X&(c eB_s1O[ۿhe_r B_r V!2B_ g/3? ˏLwhlalam_-SBBv^tt }#x:
aArVZf,2p87uD̞7uqAJz(UeTGh]x\Qn
a]gw
@@ -6820,39 +7313,39 @@ R
<[|C[}~*T# ΄吣:x㖊vc Uܮ\BP @gt'|1N,d[:@qC`(0
s zaq'cb^=sR-
ޞh|dd.3K(ZBgo4*2$Q.#gTǔ ?15
-
+
endobj
-711 0 obj <<
+736 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1341 0 R
+/Encoding 1430 0 R
/FirstChar 33
/LastChar 126
-/Widths 1342 0 R
-/BaseFont /UJRHLN+CMTT10
-/FontDescriptor 709 0 R
+/Widths 1431 0 R
+/BaseFont /BRZPVY+CMTT10
+/FontDescriptor 734 0 R
>> endobj
-709 0 obj <<
+734 0 obj <<
/Ascent 611
/CapHeight 611
/Descent -222
-/FontName /UJRHLN+CMTT10
+/FontName /BRZPVY+CMTT10
/ItalicAngle 0
/StemV 69
/XHeight 431
/FontBBox [-4 -235 731 800]
/Flags 4
/CharSet (/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/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/underscore/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/asciitilde)
-/FontFile 710 0 R
+/FontFile 735 0 R
>> endobj
-1342 0 obj
+1431 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 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 0 525 525 525 525 525 525 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
-1341 0 obj <<
+1430 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight 57/.notdef 58/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 94/.notdef 95/underscore 96/.notdef 97/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/asciitilde 127/.notdef]
>> endobj
-604 0 obj <<
+624 0 obj <<
/Length1 2066
/Length2 15437
/Length3 532
@@ -6860,7 +7353,7 @@ endobj
/Filter /FlateDecode
>>
stream
-xcteݶ'۶mbضm;V%6+wsv9{vWVK[O}1쓔PAV fkDHE ,@H MJ*
+xcteݶ'۶mbضm;V%6+wsv9{vWVK[O}1쓔PAV fkDHE ,@H MJ*
_ύ~/\_zϥXN_=mO+ۿ/v ?/r ?\O+׿ڧ_i~Zy5;#ӧ? ٺy2}v ''4rviNz~^%
(T)7 'MH@Sz3(ǀpqHARW;^*9bUޟj Yj5 EriԼU?@-1Vk$փ#<0NBMH#mW"tXPrFY"H;-
)w3O|>Az &aJ=r魉UEޮB "'N)9AlJfKZ bownF*Hl:NracZHA*'1 +I
@@ -6930,123 +7423,109 @@ I.^eu ^ʋfu;08Q&a6_%~. , ᤪciz.NV`L
lZ4vhgfWC'\ƝO"AX
8'86މ]8p
evGЭs~sT 
-zTܥʅs(aNx[5o~nܴҩe= ~^~ڑ*Nk7?V} _SMҶ[H{{C+"P^^O. \޺ Kƒ9 jlF0 ǞPn*#Aig
+zTܥʅs(aNx[5o~nܴҩe= ~^~ڑ*Nk7?V} _SMҶ[H{{C+"P^^O. \޺ Kƒ9 jlF0 ǞPn*#Aig
endobj
-605 0 obj <<
+625 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1343 0 R
+/Encoding 1432 0 R
/FirstChar 11
/LastChar 124
-/Widths 1344 0 R
-/BaseFont /QGAXWA+CMR10
-/FontDescriptor 603 0 R
+/Widths 1433 0 R
+/BaseFont /PKARLL+CMR10
+/FontDescriptor 623 0 R
>> endobj
-603 0 obj <<
+623 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /QGAXWA+CMR10
+/FontName /PKARLL+CMR10
/ItalicAngle 0
/StemV 69
/XHeight 431
/FontBBox [-251 -250 1009 969]
/Flags 4
/CharSet (/ff/fi/fl/ffi/exclam/quotedblright/quoteright/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/questiondown/question/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/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/endash/emdash)
-/FontFile 604 0 R
+/FontFile 624 0 R
>> endobj
-1344 0 obj
+1433 0 obj
[583 556 556 833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 500 0 0 0 0 278 389 389 500 0 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 278 0 472 472 0 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 778 736 556 722 750 750 1028 750 750 611 0 0 0 0 0 0 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 1000 ]
endobj
-1343 0 obj <<
+1432 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 11/ff/fi/fl/ffi 15/.notdef 33/exclam/quotedblright 35/.notdef 39/quoteright/parenleft/parenright/asterisk 43/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown 61/.notdef 62/questiondown/question 64/.notdef 65/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 91/.notdef 97/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/endash/emdash 125/.notdef]
>> endobj
-597 0 obj <<
-/Length1 1402
-/Length2 8986
+617 0 obj <<
+/Length1 1460
+/Length2 9721
/Length3 532
-/Length 9823
-/Filter /FlateDecode
->>
-stream
-xUT\q`'P@.,8%XpnAwwuߓO=o͹c5)Hޕ]
-r(93U/s%#
-[ڂ
-]d sUh;7O mUYRE]Oߋ@;/7ft
-1hoZ=/3?wwfnENCq%*md$==o (7[I6VʉF: Zs#՛HB4}
-FcdoԔ{>{U[Qu~>iKIE ̌XњUj=FQ ,ߒNa {fщCSlR"/䋳 6{׊@<J=u
-Ho[jK]n9
-U$ׅkJ6yhB#*seg4~-~>O~0LjHfVHw]|Tzl" Rɩ϶x,y<3(C9:sS;4@z"೭'G1țuР"
-,6Gs߶͊AX7Jp ?ԟ3qdl'XXZ:+=(UxpUa$(lase
-b$>#/3E -6N)_wƈK𻝲IE(AXm+RRů<FG;z~Ia S_{o3&v->f,协Vh`sΈ|;3]=[z5 ktUC32\Ѭ,l]a&4AQ
-τgiW~ U>VE8zjuX-V2vƌ$S
-Vĝ:5Td6jc3ZO_㧭4cҜ[6tOoĘC;KwLR=BPTv>a~u><J[$(B:XZbMr.hD196_JiOKxY}* 1pʯkByCyŸ L:)0eP#{un2+:OSq\%j"feHV.K[
-^BmVEŶ6?MEYM}
-XQ*bڟt˳^|\f%:yjRz{֔PcK(6MΌufnd0F+aqHUgI[w.bcW)" &2|s.Bۏ%Q/_3 N{E
-{gǬ݈!D2駏AgFUtXj|M7,4Dp&y6r<gT?Tj.TX+foECaV(̇lQ|?\<qxn^N#`>^t7I \Sh7lQ?Ƽ+}!H Q~Lb'oPj~t<ׄ e1lKżpRLj/[?[թ1)7Lu?Q"cYk[=}[PniB`uIP)^ͥԍ
-U
-eb:T;\ܨO~=Դ4R<Bh)wvhoK$mfT
-^& |=~P-"0)}l9NϦ7m\oZHO+aw83C 㐟 IBy;%X ~|eVeHo U:D025*#I-=ݲi9;4K
-S.FzYکۆh\)fget}i08j@pTw k[ݗHؗK1ӴƘ-øȤD*l2v墦q k(fk|q1OA~^MN 7$vЯm]6f?*>a}N*pwEL uF I5= w Ž[!
-]=IH;mҜ 05Oku;2zg*?$'u sU7@ј,bŷ{@F63 tTR_0ktK[GVbK{|[?ą}.8%ƗͣfaOw;o46'L$ƅ,dK/_IQ
-#(ޗTg>^Xd$~|EjE< AhvwpFFS4ƴ=2B°F4.mH360/Xli3G鋗Wgo@Wly[bd?R98NUDc2~ܰ6m.E;=.c10y
-H2
-&O@s~IioOE_U:ټ<SoG#YXލ`Oᢍn%G*Im"ӽ\ބ| JQ5{_<"#\Qmdo~O|5@hFm;L\]^EMEA)nSN
-[5qݡ].ތ9EUWn$ DL>^ ǧ1^WQ0ۛ7So&a9-4;/f"4\@ y̹*d~
-`<U;
-húq'}p';|PCrDQ:AW
-$i&]+VbM&_K?O (3a}e%,`
-COk4ˡadAw'"}H䤅: C"sp rŗEk/I_bqh4iEaxN\۲(L8w1xW/
-VIF:]Ow}^=j fd$5bZ~L}rm9|1f> W׼.k"edAhoz6{-gi BXv}B~ꃓR&c1m!*PQX/W!&_lӭ4:%R# %- mZS zd= R
-\"
-_ݽ}DP1BB&'V-*0]%;MDC,nx.GX$)aPľƆ'NԥkѼ$?[z ^Ȣnű?X&\gdZ$VV0ZIs 4(]+ɹdd*Վ
-R~P~l.Ѿib/PƚlJ5fzp{ OQgGVp$g\H 2
- K՛|NK
-r*V
-bbغt:X^G|'Q@Z-~ۻ9",Ⱥ>yoE|V:qoz='lj&/J.$G|csD⣰{p>CFJ׻m\%aJP^7?
-ZGftcW% EIфrCD1#~Tx9<κ2Gf3u#NTCbf,|pÃPeqEė{H_61'hw-@9XRx ^ o:U-?HC^8 SQ|i{UmLS+fQG3oss0j
-Grܯ
-o̺vC
-t{،666q/𽪞Τ˦ċmpBHlvYWp=K6<F#svaLkC50 .:EQDMzi &#8
-EZW`<v]̯sLn{rh0w#v0| *J4a_!R:t-#b:Y3ZY@#߿44g{646. >VK,=8'vwnca6b~nU!4⃋@)"v95ӨRF.NqEO9]?wôC]ȾW)\/S.`
-QjZJ"pi%Kq#3xvBw3`dCGg,Fݶ7wD_.t,ɥ׎x߷g&4x'+Z@s21h!%ǥ8a<T:Q9&S)2rul_j^[]$FO8s.B!x'&>a]faFo<7ܴa<[Y Ka4/|Zfprz!\Cc&k\E*WL eFn4Zv?(~ewOG:1},y#x@3SMnC^3LJUBI7> W?b98E+eMc=|#oGK"uWpnʊ`D)W<ke)stMJzBêQ{R(Z1[<|i Aq<
-e6פ
-1A|cDPe9&a!+4.&Xh ^S^ Iن:Qƪ Aey!FűޗLkRBt3OtC
-7I"e}8ߦ O% yQCl|ŭy>H\ϫCG!bݛZcK=bUp:}ͯ/9}keV?
-`R*Hv%K5vN9<c̛:օgK/D3[l
+/Length 10572
+/Filter /FlateDecode
+>>
+stream
+xU\\m!kp)$Xp)
+!Hpz龜ԩ}Z{"SVc5@vΌL|
+ p4pЊ j t41(9[
+'*
+4eBdeZ8vd3c\NP
+3Lv g%
+ jە6%G٥|kHZN?=I﹈'.4L w~1q2)&shеZ*h!3dnn=%f]h! J+D
+F8nQg_M5˝_.
+}G?o
+ $lpp<BWIMJDި=/]&=rtX9gծ#(%J>eW|*2|~m>̱5{*i}5,ES}.@yv>;od3
+~%Z {W@|$;[mkQI#ήMv4o \Qxg^P.T ;vQRy~%_#2̜by*
+C"Y}LE[%ê xHg|f|z'އtjƴhs0S{?;7͒3~OWi1+aqH̊;6aw9{8;P
+*̋VΞz {z;͊
+KAl>[//">7N|!۞K.i$It6ʯ\5(Mpaȟ=XvSΚ4A);D
+G$}3[w#e,-W H=7kbJ[G'MJsy
+g{cpa+n BJyz9O.J yE0T-pWj9Pv<T61'c.:X68\6'_shiЭ&BwqsC?1BA1{zfp.m!K4BC1';Qqwݯl*amv'./”K_ʔ!X!|g怪<L2]ehHN|aبXEn du˘=i(lV~W2$~ܲ,=2eUIXj. VGmM'nr)PvhRV7'~,WhEb(ʲmC`Klʣh{cV׻J_H[٭p̶*7ʨ+zTYE ! ͪkZYsiǮQx,m:&C=ұ܀|޴q aB
+FƵ㒡EXvB|8RћVruDŕIes4>;
+PHJnfP4gW[a4| ^֊fуRW+Ei-I#(NcEKLoS㓁!pia_Яuc&z`9pJ RM,yC,byq!&&< GzybS{l}qQvU#RtDnN{ؤܡb({l
+d
+¦=i"˖V]:Z;oga?ŝ>Gذvy|͍rUeŞ?/my&TF5]|шDtܯ Κ% giV:oC\ym-YCԨ.Y?E '<{v[ MNFrw.:y?qp=N$A!(A=oF~=cB8vUgBJ?_RW+۟DZ&cU*Kh 9'r:K‡ * `eטOk5l(e*xx*Д XϪ=gZbw:.
+$55/q_(g`Cqik%KȄ5$}!ľ,ɔ|?#X=an",´N+ra%4c5^1$G!0W3Wo7a/+ s_VYOUf0'=ܚPvn~AԎ^f{D&1L02
+9XdQoיgr=ӷFncKҿn10M;$ Is1ce #]msjK^>olnkErg(;U'E`<$ ΥUFyP_-hd1(*W (TN>M6
+VoVzzlM"zHv𔍽owr4ns$+3@_2S֥Mvgn~L-^2,>y14n mcX"sδ>|="ZJ2\|W`5S"r Zs4gazNj|HcBPoilIgm= Aw)-g{*sx_y1:@.;a'P޾Su[G|;;IdG* Wۂ^]ȵ50
+l>{Q=m ;^g_ܻ^̄88AviW.q:tB%o6Q5=sTtװLkn˜)]Z?F. ]=5z5(wޚAy,:!Tn?]2/g>aYP㛫;[O c(-Eꧡ٢AcU_*SE, $%.Tj' v zn
+c!'
+}Mr}\bf>Q<-`ϕu{u *:Z(n&JL/$y[ܐj 4R ;+l#9eiؿ‹Rz`X..iX_c{\G)L͑˕uY5ŰuiKz4G+S7c>ét>RTCa9hT),INd4ں>B-i<<qY$KBqҚ=Lc]1҅1\wlPs^PlW9˔
+_2ϒp҃yF8?'; rC`e"h79o Tk$īͺ#m{GD2bϧ(OMkMb +҇-0sǯ6Wβ%/=Yo)>YS't8媨eۊ\4ӤiQnlktk1
+ɗrD[ӥTYHizio?ݴ/s;3q'pnIbɡ*`y;`E: 橚ۘъZczG,1+F-\ni^2%MBX^+ZΡU,_ƵxtFD)?f)bs8m+fifQ 9*y;A¹pZy{JM1o,|jx]82,;
+,Mgp{L#$9bHu/ٺMR#);gІ5ЦQWd 5+|$g}%v9,br=}#ehyP/=ϛ|QrIOs{+ޢ8ܹf3FR w8)883-<!H>WQĜ6q{=T$jy5@a[ZAkY0hs:K+I]H&mлx햼ɱ,z2BCs>BBYQƺ:b,
+Q
+xG/
endobj
-598 0 obj <<
+618 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1345 0 R
+/Encoding 1434 0 R
/FirstChar 12
/LastChar 123
-/Widths 1346 0 R
-/BaseFont /NCORZL+CMBX10
-/FontDescriptor 596 0 R
+/Widths 1435 0 R
+/BaseFont /SLFCRM+CMBX10
+/FontDescriptor 616 0 R
>> endobj
-596 0 obj <<
+616 0 obj <<
/Ascent 694
/CapHeight 686
/Descent -194
-/FontName /NCORZL+CMBX10
+/FontName /SLFCRM+CMBX10
/ItalicAngle 0
/StemV 114
/XHeight 444
/FontBBox [-301 -250 1164 946]
/Flags 4
-/CharSet (/fi/one/two/three/four/five/six/nine/A/C/D/E/F/G/I/L/M/O/P/R/S/T/V/a/b/c/d/e/f/g/i/l/m/n/o/p/r/s/t/u/v/x/y/z/endash)
-/FontFile 597 0 R
+/CharSet (/fi/one/two/three/four/five/six/nine/A/C/D/E/F/G/I/L/M/O/P/R/S/T/U/V/W/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/w/x/y/z/endash)
+/FontFile 617 0 R
>> endobj
-1346 0 obj
-[639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 575 575 575 575 575 575 0 0 575 0 0 0 0 0 0 0 869 0 831 882 756 724 904 0 436 0 0 692 1092 0 864 786 0 862 639 800 0 869 0 0 0 0 0 0 0 0 0 0 559 639 511 639 527 351 575 0 319 0 0 319 958 639 575 639 0 474 454 447 639 607 0 607 607 511 575 ]
+1435 0 obj
+[639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 575 575 575 575 575 575 0 0 575 0 0 0 0 0 0 0 869 0 831 882 756 724 904 0 436 0 0 692 1092 0 864 786 0 862 639 800 885 869 1189 0 0 0 0 0 0 0 0 0 559 639 511 639 527 351 575 639 319 0 0 319 958 639 575 639 0 474 454 447 639 607 831 607 607 511 575 ]
endobj
-1345 0 obj <<
+1434 0 obj <<
/Type /Encoding
-/Differences [ 0 /.notdef 12/fi 13/.notdef 49/one/two/three/four/five/six 55/.notdef 57/nine 58/.notdef 65/A 66/.notdef 67/C/D/E/F/G 72/.notdef 73/I 74/.notdef 76/L/M 78/.notdef 79/O/P 81/.notdef 82/R/S/T 85/.notdef 86/V 87/.notdef 97/a/b/c/d/e/f/g 104/.notdef 105/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v 119/.notdef 120/x/y/z/endash 124/.notdef]
+/Differences [ 0 /.notdef 12/fi 13/.notdef 49/one/two/three/four/five/six 55/.notdef 57/nine 58/.notdef 65/A 66/.notdef 67/C/D/E/F/G 72/.notdef 73/I 74/.notdef 76/L/M 78/.notdef 79/O/P 81/.notdef 82/R/S/T/U/V/W 88/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z/endash 124/.notdef]
>> endobj
-588 0 obj <<
+608 0 obj <<
/Length1 1060
/Length2 4421
/Length3 532
@@ -7057,158 +7536,164 @@ stream
xy<TǭY+f Ɩ
)K5f&0 ,}!~vY ٷ"Nu_yy>>GD঑*g \9KJKI+Au !R0Fu<t"%4DAJ2Jr"u wp,:x
E;
-B 1
-Qx<#_l!/
-%Zg(
- \/S /VܺxKldžјa郲>NAgƤ9Ӛ -_k.+jɈu|N+|"qT O!֮ >Ϛėns#ө.vQ\j&&(*x×(DBTH\5jڈQ}|~(wMZb/>K0EC*pt7WwoZX,|<ߚ LʤJ8nkJܩ2C|$?5U.RzP@}3p͈/
-sl{3k?fgJzTyrQN~v"BIF $#80@«z̸BQ\%R`šBalrC6l7$
-Q)VѩG.zbޖeo8
-l`,`I"%Vlsdr銬N癮fG
-Rmj#4vڅj,f4TӣW!<*-g43<|?li+ՍR>@ᙧA;A7HD۪uo]嚨%jj'ߘ7=1Ucoch:0zSûm/^`=4b9iTukzR
-T$? kc:x
-PB*4&t:*4Fih}l~R?ڇ_;ϋ;9۷mh$٤
-tK2$x3PBYzG#Oȓ#?M#?!O2O{Xp6کja(s
-VcTY:;-Ҋ[ UԵds%[OQ``nVrU &YD6 xmrC51Yj A0O_;'[^;@/|U vLĔ ^ 3U`a$3,:0GCO [m 65y'̵g[W95Qӱl*/KTʻ[a&'zͥ}p۳<9(U}K+ 1mZ%"}skYl&Y-HjW|ZܗZdjaFΜ,}p\Τ6XW&@u׈"zQyI 2 =ɒ ((GEٙ1/&n10-uG6qb Un 's7PK<<ݬm<X.42 \L}( &O,wJmJAfg)i*޾7OK|{p`M-=Et8
-r{afͣHv&!F*vf<ypْzx(uܹAyaCfUJVȪ-R^mx$$w׭9}tsSڏV[ M]CXx;k
-#9G!'Rޞª(R{'I7nYMlvޚ'*2h\ۭte˟Iwvf%gyz Lw)200YhXӍ]9S.L3\8W^QƹU
-Q2~~raAanP̻|
-3TpT}2 (nÛS6X[5O}@)i]<YeWltDXݫwlT벴gXu{WlLNjj,r-Zޕ<"Q/<hr6Mю Ҳ`jrѩ'XVĮ0O$3Uܧ>R)yje>~͏׹GQcёh@<@}>=wO.59|gƣ.Syfv_$ϴJ2nBR9_`Aq`b^:UAMw7Z{ZZZT:c f
-O=Z;開`aC-/*ӝtç>\ɐ0יJVtwRzlGG6`%bS #Ɗ\mTZ jFl[r M}0DŽ-nP :Aܠ#0Kz;UBGnܪVLao{ ?_
- 8'$ޑ?
-endobj
-589 0 obj <<
+B 1
+G|]&$ +Q\c%4 +<%Ol
+y'Dte]RD0mU!F&w=x,tB!]O&,L\J> Í]V//=CQ X He~=
+:O\70&UtLTMPoZuY9TMFL5tZK]x( vMH$M~&F/v %nNeE.psTK4IW6AQt GG!BgD~Q;FdrEC+m{Yy/
+WY-#e/c| e3\`dP&UBq _S N}i#`'t'wBgÆ胞InF|U
+
+֨#${nʱĊWqeCsմ~x71pƩgWĶ<g2ϑGȅL=Hlh5"ƶr2bm
+tM& *4>jW(cM?IDS%_]9]8NjȰV[]O]g$
+k5 oܖ6ʅAƟ^8X7M*3Xœf\ާǻFd!0$Ėҥ_R.O*Zx]^}G/^qƁ+^o2-03
+D?4qlNA=EQP?ese1K,)1
+e(&ŕOOWdEwJ>t5;["*[JkyY,1MvgJ8>{zG`Ey.\J8dQ,i녫sڭzٱ̤msنvk'74YU\1>!ՂZF GOrC˭[.L,÷7D~0KWt`,{r;kl5|%Rp"(_?"on+-0rZTS,[\gmEsDX;
+cvYe=uVIHl ՄX|?d9W}J~VGl?9gc瀞\{?P5H2V};Z?k+^)_2jaN7O0[vyo5Y .I[Ь`5,z0Q5ʔw9th;
+j@JPds{#+'5?ѿw܏O9-[cu-"c{٪ajo΄:mN<7*zgt<ݽo?p8WWkV}XqɦcMy(VM{˖W9X 4fh8 vY`aAEcWsԏ#s[*jXTi0/PxjT韠[.Pd7\W%5}/̽yVyh>pfK[w ׯn\
+<m4 QE"]MV{*D-Q˥lϗ_WEm?iƦЀq'3~C۝m{zVwISǠ= x\ӓTR%a^Q+3 7DT< R 4Ӕ_ՁVa10 \ OC#hnOcjQ>,6~^ݾ}hC%&\P[&Ǜyt *;~Z@Ti Q}y܃:PLMNVEKTෲʂqn9VDZ(%+}Whu}ꔫb6ɺ%][oϢW[j|}
+wx=ٚz竊LHeZ$nMjZGL+\l )g =zj@WoK;a8?83~!Ώe5 V}l]텧|R޵
+51?k.%f۞mG@,Ҡot\B^iiJ,et?+ 3^e3h :GoIFʥPPu6Ӣt"SS366RuTm%|}ce胫r&Y54Fpuԋ3HR
+H6;KISPa1x];#&kDh9'/{>7T 7ì{5kE
+/5 9D0P3h#˖n;pF ʳ2k4}•PBVnh##ne϶铦#O~ ztnm
+o](.);2VҲrKyZrIՅ.XN1֐Z#$5g_~#b"WkcD&ӛc{([Fe<oG|jnf|)w87Vk{J،?7-1Xd*?4=p3c {rlxt V=
+i>VEȗR;!/O½vKjJe<QA#rn+^LuS߷3H/9aK1&զАBDZniݝra-:UĹjdEF2ΥR茒f ҞU[5p7f+eXi0M5RlD"?r9dNH:Ҭyk^m&7}k{,ƾ: mQQpAx y!mŒ,_U`柑77I@uޜrI~JQL(f$&2W%8m^M?f2\=c"þ"`cB8^Tc48k<M_~As״lv<oOݼnnp̀
+Y˓u=y<l̰9bqɳ5Icq&bN9C`t k泙l4;:vk+ͭ(QQqJ8Sg|hu`o?pcPJWxl1Њ I\d<G rl|LVG< >JvdU2c?e8?:*%+;ZEl1Vl/m/]j
+endobj
+609 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1347 0 R
+/Encoding 1436 0 R
/FirstChar 45
/LastChar 121
-/Widths 1348 0 R
-/BaseFont /ERORBT+CMR9
-/FontDescriptor 587 0 R
+/Widths 1437 0 R
+/BaseFont /SPAFRZ+CMR9
+/FontDescriptor 607 0 R
>> endobj
-587 0 obj <<
+607 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /ERORBT+CMR9
+/FontName /SPAFRZ+CMR9
/ItalicAngle 0
/StemV 74
/XHeight 431
/FontBBox [-39 -250 1036 750]
/Flags 4
/CharSet (/hyphen/period/zero/two/five/six/A/C/R/d/e/g/h/i/l/o/p/r/s/t/v/y)
-/FontFile 588 0 R
+/FontFile 608 0 R
>> endobj
-1348 0 obj
+1437 0 obj
[343 286 0 514 0 514 0 0 514 514 0 0 0 0 0 0 0 0 0 0 771 0 742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 571 457 0 514 571 286 0 0 286 0 0 514 571 0 402 405 400 0 542 0 0 542 ]
endobj
-1347 0 obj <<
+1436 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 45/hyphen/period 47/.notdef 48/zero 49/.notdef 50/two 51/.notdef 53/five/six 55/.notdef 65/A 66/.notdef 67/C 68/.notdef 82/R 83/.notdef 100/d/e 102/.notdef 103/g/h/i 106/.notdef 108/l 109/.notdef 111/o/p 113/.notdef 114/r/s/t 117/.notdef 118/v 119/.notdef 121/y 122/.notdef]
>> endobj
-585 0 obj <<
+605 0 obj <<
/Length1 735
/Length2 1052
/Length3 532
-/Length 1593
+/Length 1594
/Filter /FlateDecode
>>
stream
-xR{XLiE&e)Qz4Ԕ&BӔVl̙ԙsjL5Ԉ,ٴ.a2MP.Q)%%E[\JH)k>}{l9z Ո/rAl
-ݵ<"r~MtaEtхlejl 3NMr٬k:Qv\na2L |^qzJA\l9pL4Y<}{^I>mv_oWoWv?pU+CΕ\g9Ʌ[2[θaɍ
-KW\;.ɲgQO%[ug5셑;ywAs-k;̸4eƈ75cWlu5XΎoE@xI_^h neXBe/X ~c&FzK{<T㩊H}P4L}/&T6Ս݋MsKLgٌ >6#/X^cÄUۄ]ޝۑ3<<AR̻&b&jgp͂Uig% tn\p'MVI~357.]aV23N> nI?; 44g˒ŢU©WrG;u na}Q~|iA/oAW&2-QUؤt{kGQ;ǶoܭДc|Q\̭猿
+xR{XLiE&eU4i)i)؎3ͩ3̙jYպ4=BDRJKn" "3EH)k>}{ *ďI'y
+H
+ Gqs\D
+ DD4gA݅PN Sƃ%}TF_$JN"R@)>d-
+R)A%TnhMsCdcS[`2't+ĹΘ%f6?zƽCj˯ZMZv[~ӯޚ֪^]f:@8ʦ+m,{r+/ y2cgn`-Sc6X4i<:#:?u.vƺ$e&Sw:
+!4;'Yݷi+ꆛF &SR:NI9pD<Y2mk^IS5O/R߭Q7ab|([Bϖ^o=ɕW6KθaJڗ[\[;/ɲO&Ym{ˣQv@s,km|hʬojzLj xݝT5sAF f
+˱^_=g9n5m#rw^o0*2~0x^l{wS]۠V׻v.2Qn8`.0_j;2\oIwGͶjTyoKwywv[DI 愈AK]#4W>[X m_5v=7;->SaF2W0N9mM?.8 2Ҕ6x8˒KĢ%{B+|F=y Ḧca~|YQ/oA&2.UUdrmj uèS{7Ԧ>0o7~8ssy/E@b.S1VutE71ӔYmcZ5lfSUɿ~bJf;=U+y;4'\إ'h$b۶^|ԻuZ ;wr%5xmW-Y1Խ*o>289DNRQ-͖훣+܈qߘ%`{<Ӫ&LLuaĭ]wGG/Q,..*.2|ΰWL^5Eg۾;[Em]^iS\I}Eʌ嫫v6%#}I/C36"az?\ $!UKrendstream
endobj
-586 0 obj <<
+606 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1349 0 R
+/Encoding 1438 0 R
/FirstChar 49
/LastChar 49
-/Widths 1350 0 R
-/BaseFont /JBMQAN+CMR6
-/FontDescriptor 584 0 R
+/Widths 1439 0 R
+/BaseFont /QLTCHE+CMR6
+/FontDescriptor 604 0 R
>> endobj
-584 0 obj <<
+604 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /JBMQAN+CMR6
+/FontName /QLTCHE+CMR6
/ItalicAngle 0
/StemV 83
/XHeight 431
/FontBBox [-20 -250 1193 750]
/Flags 4
/CharSet (/one)
-/FontFile 585 0 R
+/FontFile 605 0 R
>> endobj
-1350 0 obj
+1439 0 obj
[611 ]
endobj
-1349 0 obj <<
+1438 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 49/one 50/.notdef]
>> endobj
-582 0 obj <<
-/Length1 1021
-/Length2 4291
+602 0 obj <<
+/Length1 1039
+/Length2 4417
/Length3 532
-/Length 4971
-/Filter /FlateDecode
->>
-stream
-xg\SkE)Ҕ¡
-!!t J@B(Uz*tP IGDIѻi%g}μsx8+
-*A%M]
-(E 8HkW
-aDS4
-< KXNG1Oˆ[)N{_.6TS`ۑlm[+d3gZL_K B*y4EECf=hg|C
-Lobsgş˛07CsD#n GD Bycѣ2i0qZ ޯ}A3A=Y"J|A%-TCHp,JkQ$SN֐θ]r36 U!sJ d5: <xc)i8mZySư#A/zɯE,XfCGD=)Ԁb?簚-ۛ|?JE{T]Jct6 o?[ܓ<Gh/lC'ZJ [c[{3.,vbz=K0_7K_蓚7~bE~n2\<yğĽr9"$zlK;|;/1P>:#fW˹ ,+4q^0U*o;1zxsH}Hx
-}Mdd6/znc'MTn)]'oÞQՅ$Z5"?ڴE3]ɠupbYwm&
-F4ȅRvxʲ}U.~
-۳x YACUjun/]_*&2lT:k
-ϯJYͶ5@7xdƢ&#;taj1vvDrBEdk89_Fo5}dYJшEl;Ïc$j=CT%80t>g^2(vX\
-=HiN䐠Omm(^OSFq_Åsu"T_%H[en[hvNh>(|DقȻ
-UKΜwf9v7V 7^XhU7,wFL(vǧFXS-"4պ9
-
-{2_& ZgpQVGl^]1E[ Vm|uO{4<)?1DC$Td*uR}DS+fƔPfܑTw{*߳/ Cau/|ۡQ`xu6q2hɹ1z$ [{M[>Z<3$q/Y֞ɦ/Cuu!w2OGT
- II¢2- 4BV/"ʶl|
-޽p$בj&ZQMOJrKjf9h@o yIfQl@t]?ЭKdw|x•S4Jg|rJi)UB mGfZtrWQD,c)hK;dmzƕ?gO{k9UmK~='$
-w^Tnj܍4(f%a}!sps<Ozf}?3q$5gVTthswbx발o v媔{}.TP9Ⱦ\-.gPnW,
-l%Sdt:^Z8_ۑ2Y/quMm<~-yMwΘ
-JqNz]\7u}\KPEm+n-%[hҦ^J֕ױ䙕 Ffޗ#^;L;|FXE7FG!ܕiWsgI5۾;kW(Pg2]Q=XQϵ3[aO3 qdYhUA8ԏۗ!FV>UEHWĢ烎pARz0 b$7x*sE yS³IwY4=Z9mɍ |jh(|aWjaګ$Jc$^urчGpB^1FCn9=fضRlMTh$9乾7K0pnQ ,,<a:QظcIM+J&
-@FN.]|?l$$mBð!ߏM(2b;ddhd)h0J~X}صyHKaаMYOBͻz}ƛ>>+ oUxM.6fU[i}9wuJ:屣X\0ׯi'+vhK`mE]c 9N>Cz5ǹڬ˂jJ*Iˆi x&Kٕ< }e0֏fPŽ )F Ǖ!S=1Q{AuG O4F!`XW# @q9endstream
+/Length 5112
+/Filter /FlateDecode
+>>
+stream
+xWXS붆)M
+!
+M2
+ GxDh;@܉?y`0@ ;"A`1@L,q#DFx"п"
+_$HM
+F;FɄᛜT{M>͘Q%e֠z.*s16Rf R
+tNkxOj[8J]S*GbQ?P0WbJ3O9$-·5ŠCO٨QvhZc!> }n}rFn[u4Tǩ=nCVfGvn spS,# '੕D]N-&"nFdերMmfjp
+焴}{>B<);<;G[ ~ZwK(IBDLZ%I.KUKp=Y9fǠJoe:FY ,!"udյ"Ӧ{@sR toK<ge*O@=*
+aw3Vtq]o^džs]J7YN(ntV011rvd,#^/{#44:p$%l]8Lf/d^럇xW2}>Xۺm Oݻd]v ~Mkg0vmw;B]ތWap3?{ƌU#8Рשy1 b<0<ra׾ ̳]}:0?_
+M_F2[HΥCz1ONDK!\QD~'v NjL[%qթZ?K R/ Ͻ~)9{gHYGBJdn<p^fShg-ѹ_[UF-vp\5b`z7S{c9};<o>? YhZ E#ùlkj6VQmw_)W>0S3i+_fʋԣ}Taj+oxOU:Hjc\&F?edg2GFCv&Q s2iDUڧAnf%e=p*3shK*ʖn 8L//0 |!' ۬QX4c΀%"-i>,-V{r9)
+Hi3xi*&_Ɍq= p[:ƬR9TjzNi.ᄳTe2P֔՛(B͛L[U _B0i_/JfOQCYc$ Ǐ<k5l3/]4C 5VbjcWHx^8qQ|vbF6>n2;**Km/}e W%G^d0SbH(ݫ\!D(oma-H&2JYcG6ƴjLFt\\S!FLso( Z/~O{+nBJ櫤[]P\Mt\xP3t74FeH$#V(:W\Wj?>bpx |RBWqnfm;f#h."C׫|Uvx\4E'f>9eVY*2z-z/CQ[X$Z~TH$Lf6tJॳㅤ4I3\C];+tG^5}c
+EB0?.`w6?>}GWYr/&tX\z$e}0M/ܘY!mב}/KsB,mcp:x[6by|IW9;=U~e0ٲ6Mֳ=Ek3vAY%o_EێɯXAi?$
+njq6w y%|M
+
+<r"'JUjAK۵Fv'!ߺ`q[-KoS.FTUUwS,+:ӻIoJn_V`&jŃVzT;-!w7zMΝVFT߿Ϊ<XQF8 g]ww S@z
+I>]\:$taHQ4ѥrhDDlV1UNN[mdGcTCp @=GS(zQ=6*;#ՁbNro DnȂ= +ȽH/8za~,P5**-ǘz|5EZ^GiV3n=au<sL;6g$d$M>R}gl&*ImcpcdԔQ[qXL틞˕ڤVz@+]yUM'+*ilJAX? $VM1>Ӭ(^W֟/r*]:ܚJZcqf(4[_w9ȾOIua8U ٛ
+0>Ss=MN5vJi
+ $84Qv^{O@Ft?VޖВTsM8ϣUl^ҚyqX}mvRgR XTBzu|c6/; LqRx)>,~IYwWA/|2
+}ݸtrg CtJY)SӻCY9i+u|;)$0rɖdvv- nOGU8Gjf=vRiӛ
+L-v.X9)LLB.d䋚 wBSދv=JQ2i_1y ҈*[]x:-&N(587Js ` V1ЫĨލ..=QT#{&?-&IR<?ŻNXQ"P"PZq63̖[{ w p6sj+ӗ}~GW$g wE6嫗AI8\WY RG*<}@mIIb'x:QhӋvoFEd,N']f{44<k]WOSz>J8_#/t!"]G-5@n:d B4-{kC|[Wuf19`Rg\˕μW GLgn(jK*.2Hd7ݞFSl0' 씠QэWszPS_STeӷLBpZvG S|/ [ؒnK\Pd*,oc3xM?ZeZ%xS k/2嚺Z mZ_a[L~Ȍ2:=}]&'߷ԅ~p%eнYn L)k#h[R{$l_d7NJ]$CTֽՃ>N_V@y#\;n^ f>R{+%d)]E2SͲylqty[Z-ڶbrcĊ98l΂@cAKh~/И5-]Mg[P l0;uZendstream
endobj
-583 0 obj <<
+603 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1351 0 R
+/Encoding 1440 0 R
/FirstChar 44
/LastChar 121
-/Widths 1352 0 R
-/BaseFont /TRZPVY+CMR12
-/FontDescriptor 581 0 R
+/Widths 1441 0 R
+/BaseFont /PJHCMV+CMR12
+/FontDescriptor 601 0 R
>> endobj
-581 0 obj <<
+601 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /TRZPVY+CMR12
+/FontName /PJHCMV+CMR12
/ItalicAngle 0
/StemV 65
/XHeight 431
/FontBBox [-34 -251 988 750]
/Flags 4
-/CharSet (/comma/zero/two/six/F/Q/W/X/Z/a/b/e/g/h/i/n/o/r/u/y)
-/FontFile 582 0 R
+/CharSet (/comma/zero/two/six/seven/F/Q/W/X/Z/a/b/e/g/h/i/n/o/r/u/y)
+/FontFile 602 0 R
>> endobj
-1352 0 obj
-[272 0 0 0 490 0 490 0 0 0 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 639 0 0 0 0 0 0 0 0 0 0 762 0 0 0 0 0 1006 734 0 598 0 0 0 0 0 0 490 544 0 0 435 0 490 544 272 0 0 0 0 544 490 0 0 381 0 0 544 0 0 0 517 ]
+1441 0 obj
+[272 0 0 0 490 0 490 0 0 0 490 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 639 0 0 0 0 0 0 0 0 0 0 762 0 0 0 0 0 1006 734 0 598 0 0 0 0 0 0 490 544 0 0 435 0 490 544 272 0 0 0 0 544 490 0 0 381 0 0 544 0 0 0 517 ]
endobj
-1351 0 obj <<
+1440 0 obj <<
/Type /Encoding
-/Differences [ 0 /.notdef 44/comma 45/.notdef 48/zero 49/.notdef 50/two 51/.notdef 54/six 55/.notdef 70/F 71/.notdef 81/Q 82/.notdef 87/W/X 89/.notdef 90/Z 91/.notdef 97/a/b 99/.notdef 101/e 102/.notdef 103/g/h/i 106/.notdef 110/n/o 112/.notdef 114/r 115/.notdef 117/u 118/.notdef 121/y 122/.notdef]
+/Differences [ 0 /.notdef 44/comma 45/.notdef 48/zero 49/.notdef 50/two 51/.notdef 54/six/seven 56/.notdef 70/F 71/.notdef 81/Q 82/.notdef 87/W/X 89/.notdef 90/Z 91/.notdef 97/a/b 99/.notdef 101/e 102/.notdef 103/g/h/i 106/.notdef 110/n/o 112/.notdef 114/r 115/.notdef 117/u 118/.notdef 121/y 122/.notdef]
>> endobj
-579 0 obj <<
+599 0 obj <<
/Length1 737
/Length2 1063
/Length3 532
@@ -7216,41 +7701,48 @@ endobj
/Filter /FlateDecode
>>
stream
-x{8TiSI;HTz'&ę̌u7%ar)%1f̢ҸQ$ɨ.ERŊPMEg_9}|ߗFY:0%^,`1!P7cgego͵gPhR8
-tԃ$K`Bd|$ B! èh,(st&WD:"Yd:8 &E
-WQ!&BPB!de Y
+xiTWEElzZn`D IX٢YKAd L&@
+6 Ԉ #**BVPPܢk{?_=3ϼҨ?K'1d1X˗,B0D 
+=`x,$6쭹l
+ `Q
+G2DNRG
+ "BH0!
+pH
+e0 !`1RFp p>EϣPNB$C%
+ )VLPcr؏"L%'`xa"GJWؼ`":b Z"B#@8$} sEr8 X<GgA Eԟ#њWM#q `2Y|? b"%/pRPțAV T8bA.d& )#iV
+4)_3oim ,ٶL^tB9(1z?$> BJ-L(9rgUz[ZޕOlҒmu4]YYͧV4&EomړYQs4'z'Z^j4u]UgV<X@ws:|P̱v@~$ -娹5W?7Znmb ȴ5 :Srw%woF'dw1Ũ_uBj)_tH 3o+_C֭u|J~=7g:ӿX$eſ]pns<PieG]Awy4cM 5P=v} =>sY{<nerDK#s^ \.;2hЛq7W/7KMnl{oۡx"Qe_ \'o;k`u7BP?Лk^$CvպK#g Zm1 *,kNK)Xdt`QYp%B{Er| }+SO9<ń=5opqIhFDt yz r 4˪ie"?s5ֹ 3U7dݯxȾy4kԵSj,Ι짎"Kwƺh^[j5R[xYj*mOgQ–-޾<@Us!y'?=r{=GM% vUOS_<yY^|E/x?)8.zY]K3EuMJoszR$%TY16(Yn25cYK.憕|OW<^,qO4j29@ƎUROтIi^: ZakuHiQFo@qY~}PVIȲ$NCzᵰ5_ŬcWRgRQOdFlcMK&Gv;}c6j7VLS+mVuf p2X<nJUP^7A~}te}QaZBV2C?a N`R_Kdendstream
endobj
-580 0 obj <<
+600 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1353 0 R
+/Encoding 1442 0 R
/FirstChar 49
/LastChar 49
-/Widths 1354 0 R
-/BaseFont /NGPBOH+CMR17
-/FontDescriptor 578 0 R
+/Widths 1443 0 R
+/BaseFont /CPBWRU+CMR17
+/FontDescriptor 598 0 R
>> endobj
-578 0 obj <<
+598 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -195
-/FontName /NGPBOH+CMR17
+/FontName /CPBWRU+CMR17
/ItalicAngle 0
/StemV 53
/XHeight 430
/FontBBox [-33 -250 945 749]
/Flags 4
/CharSet (/one)
-/FontFile 579 0 R
+/FontFile 599 0 R
>> endobj
-1354 0 obj
+1443 0 obj
[459 ]
endobj
-1353 0 obj <<
+1442 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 49/one 50/.notdef]
>> endobj
-576 0 obj <<
+596 0 obj <<
/Length1 1695
/Length2 10490
/Length3 532
@@ -7261,7 +7753,8 @@ stream
xU\]];Ž)R][hqRXs>:\\o<kZ$J" I{;FV&V^&+R dbio'n~
q5
HMl< 3Df{p-O.jc`dOh7. ')w
-i
+i
+,\<b7ώPOzxCpr<;L@oV)
9vMMmqt9sނ"o+FboN(FqK|#<ޏo~#p=7ד#p=7S7)멼gVcW#˧7hgfo637LB/gB_ֳ ~!X/[` 7dk` 3B_ \B_rC5<B׿@ތ>R`@nNTrcf[
ͱ<#l
,d^ýNfQc;ziTx'42!q !MQ$k
@@ -7296,175 +7789,222 @@ Y^/eJ(1/'R߳oW (O:‘Unx "3GT"l^1w{ 5kWN,
d¤a83- r;_>{:аZg. rGq祝J=.9G5%`tnk)S|/7)kMk&B6q
(Q2k56O3W6
Zeș扑'XV[WW)fiO
-xb iYjAPPf!T3.A^6Jvm-7?T"egD_@k(' mIV4}Tyvp '"  3endstream
+xb iYjAPPf!T3.A^6Jvm-7?T"egD_@k(' mIV4}Tyvp '" m ?endstream
endobj
-577 0 obj <<
+597 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1355 0 R
+/Encoding 1444 0 R
/FirstChar 12
/LastChar 122
-/Widths 1356 0 R
-/BaseFont /KTQLQN+CMBX12
-/FontDescriptor 575 0 R
+/Widths 1445 0 R
+/BaseFont /QMWLTR+CMBX12
+/FontDescriptor 595 0 R
>> endobj
-575 0 obj <<
+595 0 obj <<
/Ascent 694
/CapHeight 686
/Descent -194
-/FontName /KTQLQN+CMBX12
+/FontName /QMWLTR+CMBX12
/ItalicAngle 0
/StemV 109
/XHeight 444
/FontBBox [-53 -251 1139 750]
/Flags 4
/CharSet (/fi/parenleft/parenright/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/question/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/V/W/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
-/FontFile 576 0 R
+/FontFile 596 0 R
>> endobj
-1356 0 obj
+1445 0 obj
[625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 438 438 0 0 0 0 313 563 563 563 563 563 563 563 563 563 563 563 313 0 0 0 0 531 0 850 800 813 862 738 707 884 880 419 0 0 676 1067 880 845 769 845 839 625 782 865 850 1162 0 0 0 0 0 0 0 0 0 547 625 500 625 513 344 563 625 313 0 594 313 938 625 563 625 594 459 444 438 625 594 813 594 594 500 ]
endobj
-1355 0 obj <<
+1444 0 obj <<
/Type /Encoding
/Differences [ 0 /.notdef 12/fi 13/.notdef 40/parenleft/parenright 42/.notdef 46/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 63/question 64/.notdef 65/A/B/C/D/E/F/G/H/I 74/.notdef 76/L/M/N/O/P/Q/R/S/T/U/V/W 88/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef]
>> endobj
-590 0 obj <<
+610 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [570 0 R 592 0 R 616 0 R 643 0 R 670 0 R 697 0 R]
+/Parent 1446 0 R
+/Kids [590 0 R 612 0 R 636 0 R 663 0 R 689 0 R 716 0 R]
>> endobj
-752 0 obj <<
+771 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [726 0 R 754 0 R 771 0 R 775 0 R 779 0 R 783 0 R]
+/Parent 1446 0 R
+/Kids [745 0 R 773 0 R 796 0 R 800 0 R 804 0 R 808 0 R]
>> endobj
-795 0 obj <<
+827 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [790 0 R 797 0 R 814 0 R 820 0 R 825 0 R 829 0 R]
+/Parent 1446 0 R
+/Kids [815 0 R 829 0 R 835 0 R 847 0 R 852 0 R 858 0 R]
>> endobj
-839 0 obj <<
+866 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [832 0 R 843 0 R 850 0 R 854 0 R 860 0 R 874 0 R]
+/Parent 1446 0 R
+/Kids [863 0 R 868 0 R 871 0 R 881 0 R 888 0 R 892 0 R]
>> endobj
-887 0 obj <<
+911 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [881 0 R 891 0 R 903 0 R 913 0 R 920 0 R 925 0 R]
+/Parent 1446 0 R
+/Kids [899 0 R 915 0 R 922 0 R 931 0 R 940 0 R 950 0 R]
>> endobj
-933 0 obj <<
+960 0 obj <<
/Type /Pages
/Count 6
-/Parent 1357 0 R
-/Kids [930 0 R 936 0 R 941 0 R 959 0 R 963 0 R 968 0 R]
+/Parent 1446 0 R
+/Kids [957 0 R 963 0 R 968 0 R 973 0 R 978 0 R 996 0 R]
>> endobj
-993 0 obj <<
+1004 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [987 0 R 995 0 R 1002 0 R 1017 0 R 1024 0 R 1029 0 R]
+/Parent 1447 0 R
+/Kids [1000 0 R 1006 0 R 1025 0 R 1032 0 R 1039 0 R 1054 0 R]
>> endobj
-1037 0 obj <<
+1065 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [1033 0 R 1039 0 R 1043 0 R 1051 0 R 1058 0 R 1065 0 R]
+/Parent 1447 0 R
+/Kids [1061 0 R 1067 0 R 1071 0 R 1076 0 R 1080 0 R 1087 0 R]
>> endobj
-1077 0 obj <<
+1101 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [1074 0 R 1079 0 R 1085 0 R 1091 0 R 1097 0 R 1104 0 R]
+/Parent 1447 0 R
+/Kids [1095 0 R 1103 0 R 1110 0 R 1116 0 R 1122 0 R 1128 0 R]
>> endobj
-1116 0 obj <<
+1140 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [1109 0 R 1118 0 R 1122 0 R 1131 0 R 1135 0 R 1142 0 R]
+/Parent 1447 0 R
+/Kids [1134 0 R 1142 0 R 1147 0 R 1155 0 R 1159 0 R 1168 0 R]
>> endobj
-1150 0 obj <<
+1178 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [1146 0 R 1152 0 R 1160 0 R 1166 0 R 1170 0 R 1178 0 R]
+/Parent 1447 0 R
+/Kids [1172 0 R 1180 0 R 1184 0 R 1188 0 R 1195 0 R 1201 0 R]
>> endobj
-1187 0 obj <<
+1216 0 obj <<
/Type /Pages
/Count 6
-/Parent 1358 0 R
-/Kids [1184 0 R 1189 0 R 1197 0 R 1203 0 R 1207 0 R 1212 0 R]
+/Parent 1447 0 R
+/Kids [1209 0 R 1219 0 R 1225 0 R 1232 0 R 1238 0 R 1243 0 R]
>> endobj
-1221 0 obj <<
+1253 0 obj <<
/Type /Pages
/Count 6
-/Parent 1359 0 R
-/Kids [1217 0 R 1223 0 R 1229 0 R 1236 0 R 1241 0 R 1246 0 R]
+/Parent 1448 0 R
+/Kids [1249 0 R 1255 0 R 1259 0 R 1267 0 R 1273 0 R 1277 0 R]
>> endobj
-1255 0 obj <<
+1290 0 obj <<
/Type /Pages
/Count 6
-/Parent 1359 0 R
-/Kids [1251 0 R 1257 0 R 1262 0 R 1267 0 R 1271 0 R 1276 0 R]
+/Parent 1448 0 R
+/Kids [1285 0 R 1292 0 R 1296 0 R 1301 0 R 1306 0 R 1311 0 R]
>> endobj
-1287 0 obj <<
+1321 0 obj <<
/Type /Pages
/Count 6
-/Parent 1359 0 R
-/Kids [1281 0 R 1290 0 R 1296 0 R 1300 0 R 1304 0 R 1310 0 R]
+/Parent 1448 0 R
+/Kids [1317 0 R 1325 0 R 1330 0 R 1335 0 R 1340 0 R 1345 0 R]
>> endobj
-1319 0 obj <<
+1354 0 obj <<
/Type /Pages
-/Count 4
-/Parent 1359 0 R
-/Kids [1315 0 R 1322 0 R 1326 0 R 1330 0 R]
+/Count 6
+/Parent 1448 0 R
+/Kids [1350 0 R 1356 0 R 1360 0 R 1365 0 R 1370 0 R 1378 0 R]
>> endobj
-1357 0 obj <<
+1387 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1448 0 R
+/Kids [1384 0 R 1389 0 R 1393 0 R 1399 0 R 1404 0 R 1410 0 R]
+>> endobj
+1417 0 obj <<
+/Type /Pages
+/Count 2
+/Parent 1448 0 R
+/Kids [1414 0 R 1419 0 R]
+>> endobj
+1446 0 obj <<
/Type /Pages
/Count 36
-/Parent 1360 0 R
-/Kids [590 0 R 752 0 R 795 0 R 839 0 R 887 0 R 933 0 R]
+/Parent 1449 0 R
+/Kids [610 0 R 771 0 R 827 0 R 866 0 R 911 0 R 960 0 R]
>> endobj
-1358 0 obj <<
+1447 0 obj <<
/Type /Pages
/Count 36
-/Parent 1360 0 R
-/Kids [993 0 R 1037 0 R 1077 0 R 1116 0 R 1150 0 R 1187 0 R]
+/Parent 1449 0 R
+/Kids [1004 0 R 1065 0 R 1101 0 R 1140 0 R 1178 0 R 1216 0 R]
>> endobj
-1359 0 obj <<
+1448 0 obj <<
/Type /Pages
-/Count 22
-/Parent 1360 0 R
-/Kids [1221 0 R 1255 0 R 1287 0 R 1319 0 R]
+/Count 32
+/Parent 1449 0 R
+/Kids [1253 0 R 1290 0 R 1321 0 R 1354 0 R 1387 0 R 1417 0 R]
>> endobj
-1360 0 obj <<
+1449 0 obj <<
/Type /Pages
-/Count 94
-/Kids [1357 0 R 1358 0 R 1359 0 R]
+/Count 104
+/Kids [1446 0 R 1447 0 R 1448 0 R]
>> endobj
-1361 0 obj <<
+1450 0 obj <<
/Type /Outlines
/First 7 0 R
-/Last 383 0 R
+/Last 403 0 R
/Count 9
>> endobj
+587 0 obj <<
+/Title 588 0 R
+/A 585 0 R
+/Parent 567 0 R
+/Prev 583 0 R
+>> endobj
+583 0 obj <<
+/Title 584 0 R
+/A 581 0 R
+/Parent 567 0 R
+/Prev 579 0 R
+/Next 587 0 R
+>> endobj
+579 0 obj <<
+/Title 580 0 R
+/A 577 0 R
+/Parent 567 0 R
+/Prev 575 0 R
+/Next 583 0 R
+>> endobj
+575 0 obj <<
+/Title 576 0 R
+/A 573 0 R
+/Parent 567 0 R
+/Prev 571 0 R
+/Next 579 0 R
+>> endobj
+571 0 obj <<
+/Title 572 0 R
+/A 569 0 R
+/Parent 567 0 R
+/Next 575 0 R
+>> endobj
567 0 obj <<
/Title 568 0 R
/A 565 0 R
-/Parent 547 0 R
-/Prev 563 0 R
+/Parent 403 0 R
+/Prev 547 0 R
+/First 571 0 R
+/Last 587 0 R
+/Count -5
>> endobj
563 0 obj <<
/Title 564 0 R
/A 561 0 R
/Parent 547 0 R
/Prev 559 0 R
-/Next 567 0 R
>> endobj
559 0 obj <<
/Title 560 0 R
@@ -7489,153 +8029,154 @@ endobj
547 0 obj <<
/Title 548 0 R
/A 545 0 R
-/Parent 383 0 R
-/Prev 527 0 R
+/Parent 403 0 R
+/Prev 523 0 R
+/Next 567 0 R
/First 551 0 R
-/Last 567 0 R
-/Count -5
+/Last 563 0 R
+/Count -4
>> endobj
543 0 obj <<
/Title 544 0 R
/A 541 0 R
-/Parent 527 0 R
+/Parent 523 0 R
/Prev 539 0 R
>> endobj
539 0 obj <<
/Title 540 0 R
/A 537 0 R
-/Parent 527 0 R
+/Parent 523 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
+/Parent 523 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
+/Parent 523 0 R
+/Prev 527 0 R
/Next 535 0 R
>> endobj
527 0 obj <<
/Title 528 0 R
/A 525 0 R
-/Parent 383 0 R
-/Prev 503 0 R
-/Next 547 0 R
-/First 531 0 R
-/Last 543 0 R
-/Count -4
+/Parent 523 0 R
+/Next 531 0 R
>> endobj
523 0 obj <<
/Title 524 0 R
/A 521 0 R
-/Parent 503 0 R
-/Prev 519 0 R
+/Parent 403 0 R
+/Prev 491 0 R
+/Next 547 0 R
+/First 527 0 R
+/Last 543 0 R
+/Count -5
>> endobj
519 0 obj <<
/Title 520 0 R
/A 517 0 R
-/Parent 503 0 R
+/Parent 491 0 R
/Prev 515 0 R
-/Next 523 0 R
>> endobj
515 0 obj <<
/Title 516 0 R
/A 513 0 R
-/Parent 503 0 R
+/Parent 491 0 R
/Prev 511 0 R
/Next 519 0 R
>> endobj
511 0 obj <<
/Title 512 0 R
/A 509 0 R
-/Parent 503 0 R
+/Parent 491 0 R
/Prev 507 0 R
/Next 515 0 R
>> endobj
507 0 obj <<
/Title 508 0 R
/A 505 0 R
-/Parent 503 0 R
+/Parent 491 0 R
+/Prev 503 0 R
/Next 511 0 R
>> endobj
503 0 obj <<
/Title 504 0 R
/A 501 0 R
-/Parent 383 0 R
-/Prev 471 0 R
-/Next 527 0 R
-/First 507 0 R
-/Last 523 0 R
-/Count -5
+/Parent 491 0 R
+/Prev 499 0 R
+/Next 507 0 R
>> endobj
499 0 obj <<
/Title 500 0 R
/A 497 0 R
-/Parent 471 0 R
+/Parent 491 0 R
/Prev 495 0 R
+/Next 503 0 R
>> endobj
495 0 obj <<
/Title 496 0 R
/A 493 0 R
-/Parent 471 0 R
-/Prev 491 0 R
+/Parent 491 0 R
/Next 499 0 R
>> endobj
491 0 obj <<
/Title 492 0 R
/A 489 0 R
-/Parent 471 0 R
-/Prev 487 0 R
-/Next 495 0 R
+/Parent 403 0 R
+/Prev 475 0 R
+/Next 523 0 R
+/First 495 0 R
+/Last 519 0 R
+/Count -7
>> endobj
487 0 obj <<
/Title 488 0 R
/A 485 0 R
-/Parent 471 0 R
+/Parent 475 0 R
/Prev 483 0 R
-/Next 491 0 R
>> endobj
483 0 obj <<
/Title 484 0 R
/A 481 0 R
-/Parent 471 0 R
+/Parent 475 0 R
/Prev 479 0 R
/Next 487 0 R
>> endobj
479 0 obj <<
/Title 480 0 R
/A 477 0 R
-/Parent 471 0 R
-/Prev 475 0 R
+/Parent 475 0 R
/Next 483 0 R
>> endobj
475 0 obj <<
/Title 476 0 R
/A 473 0 R
-/Parent 471 0 R
-/Next 479 0 R
+/Parent 403 0 R
+/Prev 455 0 R
+/Next 491 0 R
+/First 479 0 R
+/Last 487 0 R
+/Count -3
>> endobj
471 0 obj <<
/Title 472 0 R
/A 469 0 R
-/Parent 383 0 R
-/Prev 455 0 R
-/Next 503 0 R
-/First 475 0 R
-/Last 499 0 R
-/Count -7
+/Parent 455 0 R
+/Prev 467 0 R
>> endobj
467 0 obj <<
/Title 468 0 R
/A 465 0 R
/Parent 455 0 R
/Prev 463 0 R
+/Next 471 0 R
>> endobj
463 0 obj <<
/Title 464 0 R
@@ -7653,432 +8194,431 @@ endobj
455 0 obj <<
/Title 456 0 R
/A 453 0 R
-/Parent 383 0 R
-/Prev 435 0 R
-/Next 471 0 R
+/Parent 403 0 R
+/Prev 431 0 R
+/Next 475 0 R
/First 459 0 R
-/Last 467 0 R
-/Count -3
+/Last 471 0 R
+/Count -4
>> endobj
451 0 obj <<
/Title 452 0 R
/A 449 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 447 0 R
>> endobj
447 0 obj <<
/Title 448 0 R
/A 445 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 443 0 R
/Next 451 0 R
>> endobj
443 0 obj <<
/Title 444 0 R
/A 441 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 439 0 R
/Next 447 0 R
>> endobj
439 0 obj <<
/Title 440 0 R
/A 437 0 R
-/Parent 435 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 383 0 R
-/Prev 411 0 R
-/Next 455 0 R
-/First 439 0 R
-/Last 451 0 R
-/Count -4
+/Parent 431 0 R
+/Next 439 0 R
>> endobj
431 0 obj <<
/Title 432 0 R
/A 429 0 R
-/Parent 411 0 R
+/Parent 403 0 R
/Prev 427 0 R
+/Next 455 0 R
+/First 435 0 R
+/Last 451 0 R
+/Count -5
>> endobj
427 0 obj <<
/Title 428 0 R
/A 425 0 R
-/Parent 411 0 R
-/Prev 423 0 R
+/Parent 403 0 R
+/Prev 407 0 R
/Next 431 0 R
>> endobj
423 0 obj <<
/Title 424 0 R
/A 421 0 R
-/Parent 411 0 R
+/Parent 407 0 R
/Prev 419 0 R
-/Next 427 0 R
>> endobj
419 0 obj <<
/Title 420 0 R
/A 417 0 R
-/Parent 411 0 R
+/Parent 407 0 R
/Prev 415 0 R
/Next 423 0 R
>> endobj
415 0 obj <<
/Title 416 0 R
/A 413 0 R
-/Parent 411 0 R
+/Parent 407 0 R
+/Prev 411 0 R
/Next 419 0 R
>> endobj
411 0 obj <<
/Title 412 0 R
/A 409 0 R
-/Parent 383 0 R
-/Prev 407 0 R
-/Next 435 0 R
-/First 415 0 R
-/Last 431 0 R
-/Count -5
+/Parent 407 0 R
+/Next 415 0 R
>> endobj
407 0 obj <<
/Title 408 0 R
/A 405 0 R
-/Parent 383 0 R
-/Prev 387 0 R
-/Next 411 0 R
+/Parent 403 0 R
+/Next 427 0 R
+/First 411 0 R
+/Last 423 0 R
+/Count -4
>> endobj
403 0 obj <<
/Title 404 0 R
/A 401 0 R
-/Parent 387 0 R
-/Prev 399 0 R
+/Parent 1450 0 R
+/Prev 375 0 R
+/First 407 0 R
+/Last 567 0 R
+/Count -9
>> endobj
399 0 obj <<
/Title 400 0 R
/A 397 0 R
-/Parent 387 0 R
+/Parent 375 0 R
/Prev 395 0 R
-/Next 403 0 R
>> endobj
395 0 obj <<
/Title 396 0 R
/A 393 0 R
-/Parent 387 0 R
-/Prev 391 0 R
+/Parent 375 0 R
+/Prev 379 0 R
/Next 399 0 R
>> endobj
391 0 obj <<
/Title 392 0 R
/A 389 0 R
-/Parent 387 0 R
-/Next 395 0 R
+/Parent 379 0 R
+/Prev 387 0 R
>> endobj
387 0 obj <<
/Title 388 0 R
/A 385 0 R
-/Parent 383 0 R
-/Next 407 0 R
-/First 391 0 R
-/Last 403 0 R
-/Count -4
+/Parent 379 0 R
+/Prev 383 0 R
+/Next 391 0 R
>> endobj
383 0 obj <<
/Title 384 0 R
/A 381 0 R
-/Parent 1361 0 R
-/Prev 355 0 R
-/First 387 0 R
-/Last 547 0 R
-/Count -9
+/Parent 379 0 R
+/Next 387 0 R
>> endobj
379 0 obj <<
/Title 380 0 R
/A 377 0 R
-/Parent 355 0 R
-/Prev 375 0 R
+/Parent 375 0 R
+/Next 395 0 R
+/First 383 0 R
+/Last 391 0 R
+/Count -3
>> endobj
375 0 obj <<
/Title 376 0 R
/A 373 0 R
-/Parent 355 0 R
-/Prev 359 0 R
-/Next 379 0 R
+/Parent 1450 0 R
+/Prev 207 0 R
+/Next 403 0 R
+/First 379 0 R
+/Last 399 0 R
+/Count -3
>> endobj
371 0 obj <<
/Title 372 0 R
/A 369 0 R
-/Parent 359 0 R
+/Parent 363 0 R
/Prev 367 0 R
>> endobj
367 0 obj <<
/Title 368 0 R
/A 365 0 R
-/Parent 359 0 R
-/Prev 363 0 R
+/Parent 363 0 R
/Next 371 0 R
>> endobj
363 0 obj <<
/Title 364 0 R
/A 361 0 R
-/Parent 359 0 R
-/Next 367 0 R
+/Parent 207 0 R
+/Prev 343 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 355 0 R
-/Next 375 0 R
-/First 363 0 R
-/Last 371 0 R
-/Count -3
+/Parent 343 0 R
+/Prev 355 0 R
>> endobj
355 0 obj <<
/Title 356 0 R
/A 353 0 R
-/Parent 1361 0 R
-/Prev 199 0 R
-/Next 383 0 R
-/First 359 0 R
-/Last 379 0 R
-/Count -3
+/Parent 343 0 R
+/Prev 351 0 R
+/Next 359 0 R
>> endobj
351 0 obj <<
/Title 352 0 R
/A 349 0 R
-/Parent 335 0 R
+/Parent 343 0 R
/Prev 347 0 R
+/Next 355 0 R
>> endobj
347 0 obj <<
/Title 348 0 R
/A 345 0 R
-/Parent 335 0 R
-/Prev 343 0 R
+/Parent 343 0 R
/Next 351 0 R
>> endobj
343 0 obj <<
/Title 344 0 R
/A 341 0 R
-/Parent 335 0 R
-/Prev 339 0 R
-/Next 347 0 R
+/Parent 207 0 R
+/Prev 323 0 R
+/Next 363 0 R
+/First 347 0 R
+/Last 359 0 R
+/Count -4
>> endobj
339 0 obj <<
/Title 340 0 R
/A 337 0 R
-/Parent 335 0 R
-/Next 343 0 R
+/Parent 323 0 R
+/Prev 335 0 R
>> endobj
335 0 obj <<
/Title 336 0 R
/A 333 0 R
-/Parent 199 0 R
-/Prev 315 0 R
-/First 339 0 R
-/Last 351 0 R
-/Count -4
+/Parent 323 0 R
+/Prev 331 0 R
+/Next 339 0 R
>> endobj
331 0 obj <<
/Title 332 0 R
/A 329 0 R
-/Parent 315 0 R
+/Parent 323 0 R
/Prev 327 0 R
+/Next 335 0 R
>> endobj
327 0 obj <<
/Title 328 0 R
/A 325 0 R
-/Parent 315 0 R
-/Prev 323 0 R
+/Parent 323 0 R
/Next 331 0 R
>> endobj
323 0 obj <<
/Title 324 0 R
/A 321 0 R
-/Parent 315 0 R
+/Parent 207 0 R
/Prev 319 0 R
-/Next 327 0 R
+/Next 343 0 R
+/First 327 0 R
+/Last 339 0 R
+/Count -4
>> endobj
319 0 obj <<
/Title 320 0 R
/A 317 0 R
-/Parent 315 0 R
+/Parent 207 0 R
+/Prev 315 0 R
/Next 323 0 R
>> endobj
315 0 obj <<
/Title 316 0 R
/A 313 0 R
-/Parent 199 0 R
-/Prev 311 0 R
-/Next 335 0 R
-/First 319 0 R
-/Last 331 0 R
-/Count -4
+/Parent 207 0 R
+/Prev 287 0 R
+/Next 319 0 R
>> endobj
311 0 obj <<
/Title 312 0 R
/A 309 0 R
-/Parent 199 0 R
+/Parent 287 0 R
/Prev 307 0 R
-/Next 315 0 R
>> endobj
307 0 obj <<
/Title 308 0 R
/A 305 0 R
-/Parent 199 0 R
-/Prev 279 0 R
+/Parent 287 0 R
+/Prev 303 0 R
/Next 311 0 R
>> endobj
303 0 obj <<
/Title 304 0 R
/A 301 0 R
-/Parent 279 0 R
+/Parent 287 0 R
/Prev 299 0 R
+/Next 307 0 R
>> endobj
299 0 obj <<
/Title 300 0 R
/A 297 0 R
-/Parent 279 0 R
+/Parent 287 0 R
/Prev 295 0 R
/Next 303 0 R
>> endobj
295 0 obj <<
/Title 296 0 R
/A 293 0 R
-/Parent 279 0 R
+/Parent 287 0 R
/Prev 291 0 R
/Next 299 0 R
>> endobj
291 0 obj <<
/Title 292 0 R
/A 289 0 R
-/Parent 279 0 R
-/Prev 287 0 R
+/Parent 287 0 R
/Next 295 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
+/Parent 207 0 R
+/Prev 263 0 R
+/Next 315 0 R
+/First 291 0 R
+/Last 311 0 R
+/Count -6
>> endobj
283 0 obj <<
/Title 284 0 R
/A 281 0 R
-/Parent 279 0 R
-/Next 287 0 R
+/Parent 263 0 R
+/Prev 279 0 R
>> endobj
279 0 obj <<
/Title 280 0 R
/A 277 0 R
-/Parent 199 0 R
-/Prev 255 0 R
-/Next 307 0 R
-/First 283 0 R
-/Last 303 0 R
-/Count -6
+/Parent 263 0 R
+/Prev 275 0 R
+/Next 283 0 R
>> endobj
275 0 obj <<
/Title 276 0 R
/A 273 0 R
-/Parent 255 0 R
+/Parent 263 0 R
/Prev 271 0 R
+/Next 279 0 R
>> endobj
271 0 obj <<
/Title 272 0 R
/A 269 0 R
-/Parent 255 0 R
+/Parent 263 0 R
/Prev 267 0 R
/Next 275 0 R
>> endobj
267 0 obj <<
/Title 268 0 R
/A 265 0 R
-/Parent 255 0 R
-/Prev 263 0 R
+/Parent 263 0 R
/Next 271 0 R
>> endobj
263 0 obj <<
/Title 264 0 R
/A 261 0 R
-/Parent 255 0 R
-/Prev 259 0 R
-/Next 267 0 R
+/Parent 207 0 R
+/Prev 215 0 R
+/Next 287 0 R
+/First 267 0 R
+/Last 283 0 R
+/Count -5
>> endobj
259 0 obj <<
/Title 260 0 R
/A 257 0 R
-/Parent 255 0 R
-/Next 263 0 R
+/Parent 215 0 R
+/Prev 255 0 R
>> endobj
255 0 obj <<
/Title 256 0 R
/A 253 0 R
-/Parent 199 0 R
-/Prev 207 0 R
-/Next 279 0 R
-/First 259 0 R
-/Last 275 0 R
-/Count -5
+/Parent 215 0 R
+/Prev 251 0 R
+/Next 259 0 R
>> endobj
251 0 obj <<
/Title 252 0 R
/A 249 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 247 0 R
+/Next 255 0 R
>> endobj
247 0 obj <<
/Title 248 0 R
/A 245 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 243 0 R
/Next 251 0 R
>> endobj
243 0 obj <<
/Title 244 0 R
/A 241 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 239 0 R
/Next 247 0 R
>> endobj
239 0 obj <<
/Title 240 0 R
/A 237 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 235 0 R
/Next 243 0 R
>> endobj
235 0 obj <<
/Title 236 0 R
/A 233 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 231 0 R
/Next 239 0 R
>> endobj
231 0 obj <<
/Title 232 0 R
/A 229 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 227 0 R
/Next 235 0 R
>> endobj
227 0 obj <<
/Title 228 0 R
/A 225 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 223 0 R
/Next 231 0 R
>> endobj
223 0 obj <<
/Title 224 0 R
/A 221 0 R
-/Parent 207 0 R
+/Parent 215 0 R
/Prev 219 0 R
/Next 227 0 R
>> endobj
219 0 obj <<
/Title 220 0 R
/A 217 0 R
-/Parent 207 0 R
-/Prev 215 0 R
+/Parent 215 0 R
/Next 223 0 R
>> endobj
215 0 obj <<
@@ -8086,7 +8626,10 @@ endobj
/A 213 0 R
/Parent 207 0 R
/Prev 211 0 R
-/Next 219 0 R
+/Next 263 0 R
+/First 219 0 R
+/Last 259 0 R
+/Count -11
>> endobj
211 0 obj <<
/Title 212 0 R
@@ -8097,41 +8640,40 @@ endobj
207 0 obj <<
/Title 208 0 R
/A 205 0 R
-/Parent 199 0 R
-/Prev 203 0 R
-/Next 255 0 R
+/Parent 1450 0 R
+/Prev 159 0 R
+/Next 375 0 R
/First 211 0 R
-/Last 251 0 R
-/Count -11
+/Last 363 0 R
+/Count -9
>> endobj
203 0 obj <<
/Title 204 0 R
/A 201 0 R
-/Parent 199 0 R
-/Next 207 0 R
+/Parent 159 0 R
+/Prev 199 0 R
>> endobj
199 0 obj <<
/Title 200 0 R
/A 197 0 R
-/Parent 1361 0 R
-/Prev 151 0 R
-/Next 355 0 R
-/First 203 0 R
-/Last 335 0 R
-/Count -8
+/Parent 159 0 R
+/Prev 191 0 R
+/Next 203 0 R
>> endobj
195 0 obj <<
/Title 196 0 R
/A 193 0 R
-/Parent 151 0 R
-/Prev 191 0 R
+/Parent 191 0 R
>> endobj
191 0 obj <<
/Title 192 0 R
/A 189 0 R
-/Parent 151 0 R
+/Parent 159 0 R
/Prev 183 0 R
-/Next 195 0 R
+/Next 199 0 R
+/First 195 0 R
+/Last 195 0 R
+/Count -1
>> endobj
187 0 obj <<
/Title 188 0 R
@@ -8141,8 +8683,8 @@ endobj
183 0 obj <<
/Title 184 0 R
/A 181 0 R
-/Parent 151 0 R
-/Prev 175 0 R
+/Parent 159 0 R
+/Prev 167 0 R
/Next 191 0 R
/First 187 0 R
/Last 187 0 R
@@ -8151,30 +8693,31 @@ endobj
179 0 obj <<
/Title 180 0 R
/A 177 0 R
-/Parent 175 0 R
+/Parent 167 0 R
+/Prev 175 0 R
>> endobj
175 0 obj <<
/Title 176 0 R
/A 173 0 R
-/Parent 151 0 R
-/Prev 159 0 R
-/Next 183 0 R
-/First 179 0 R
-/Last 179 0 R
-/Count -1
+/Parent 167 0 R
+/Prev 171 0 R
+/Next 179 0 R
>> endobj
171 0 obj <<
/Title 172 0 R
/A 169 0 R
-/Parent 159 0 R
-/Prev 167 0 R
+/Parent 167 0 R
+/Next 175 0 R
>> endobj
167 0 obj <<
/Title 168 0 R
/A 165 0 R
/Parent 159 0 R
/Prev 163 0 R
-/Next 171 0 R
+/Next 183 0 R
+/First 171 0 R
+/Last 179 0 R
+/Count -3
>> endobj
163 0 obj <<
/Title 164 0 R
@@ -8185,198 +8728,195 @@ endobj
159 0 obj <<
/Title 160 0 R
/A 157 0 R
-/Parent 151 0 R
-/Prev 155 0 R
-/Next 175 0 R
+/Parent 1450 0 R
+/Prev 43 0 R
+/Next 207 0 R
/First 163 0 R
-/Last 171 0 R
-/Count -3
+/Last 203 0 R
+/Count -6
>> endobj
155 0 obj <<
/Title 156 0 R
/A 153 0 R
-/Parent 151 0 R
-/Next 159 0 R
+/Parent 43 0 R
+/Prev 151 0 R
>> endobj
151 0 obj <<
/Title 152 0 R
/A 149 0 R
-/Parent 1361 0 R
-/Prev 35 0 R
-/Next 199 0 R
-/First 155 0 R
-/Last 195 0 R
-/Count -6
+/Parent 43 0 R
+/Prev 135 0 R
+/Next 155 0 R
>> endobj
147 0 obj <<
/Title 148 0 R
/A 145 0 R
-/Parent 35 0 R
+/Parent 135 0 R
/Prev 143 0 R
>> endobj
143 0 obj <<
/Title 144 0 R
/A 141 0 R
-/Parent 35 0 R
-/Prev 127 0 R
+/Parent 135 0 R
+/Prev 139 0 R
/Next 147 0 R
>> endobj
139 0 obj <<
/Title 140 0 R
/A 137 0 R
-/Parent 127 0 R
-/Prev 135 0 R
+/Parent 135 0 R
+/Next 143 0 R
>> endobj
135 0 obj <<
/Title 136 0 R
/A 133 0 R
-/Parent 127 0 R
-/Prev 131 0 R
-/Next 139 0 R
+/Parent 43 0 R
+/Prev 127 0 R
+/Next 151 0 R
+/First 139 0 R
+/Last 147 0 R
+/Count -3
>> endobj
131 0 obj <<
/Title 132 0 R
/A 129 0 R
/Parent 127 0 R
-/Next 135 0 R
>> endobj
127 0 obj <<
/Title 128 0 R
/A 125 0 R
-/Parent 35 0 R
-/Prev 119 0 R
-/Next 143 0 R
+/Parent 43 0 R
+/Prev 103 0 R
+/Next 135 0 R
/First 131 0 R
-/Last 139 0 R
-/Count -3
+/Last 131 0 R
+/Count -1
>> endobj
123 0 obj <<
/Title 124 0 R
/A 121 0 R
-/Parent 119 0 R
+/Parent 103 0 R
+/Prev 119 0 R
>> endobj
119 0 obj <<
/Title 120 0 R
/A 117 0 R
-/Parent 35 0 R
-/Prev 95 0 R
-/Next 127 0 R
-/First 123 0 R
-/Last 123 0 R
-/Count -1
+/Parent 103 0 R
+/Prev 115 0 R
+/Next 123 0 R
>> endobj
115 0 obj <<
/Title 116 0 R
/A 113 0 R
-/Parent 95 0 R
+/Parent 103 0 R
/Prev 111 0 R
+/Next 119 0 R
>> endobj
111 0 obj <<
/Title 112 0 R
/A 109 0 R
-/Parent 95 0 R
+/Parent 103 0 R
/Prev 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
+/Parent 103 0 R
/Next 111 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
+/Parent 43 0 R
+/Prev 91 0 R
+/Next 127 0 R
+/First 107 0 R
+/Last 123 0 R
+/Count -5
>> endobj
99 0 obj <<
/Title 100 0 R
/A 97 0 R
-/Parent 95 0 R
-/Next 103 0 R
+/Parent 91 0 R
+/Prev 95 0 R
>> endobj
95 0 obj <<
/Title 96 0 R
/A 93 0 R
-/Parent 35 0 R
-/Prev 83 0 R
-/Next 119 0 R
-/First 99 0 R
-/Last 115 0 R
-/Count -5
+/Parent 91 0 R
+/Next 99 0 R
>> endobj
91 0 obj <<
/Title 92 0 R
/A 89 0 R
-/Parent 83 0 R
-/Prev 87 0 R
+/Parent 43 0 R
+/Prev 71 0 R
+/Next 103 0 R
+/First 95 0 R
+/Last 99 0 R
+/Count -2
>> endobj
87 0 obj <<
/Title 88 0 R
/A 85 0 R
-/Parent 83 0 R
-/Next 91 0 R
+/Parent 71 0 R
+/Prev 83 0 R
>> endobj
83 0 obj <<
/Title 84 0 R
/A 81 0 R
-/Parent 35 0 R
-/Prev 63 0 R
-/Next 95 0 R
-/First 87 0 R
-/Last 91 0 R
-/Count -2
+/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 63 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 63 0 R
-/Prev 71 0 R
+/Parent 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
+/Parent 43 0 R
+/Prev 51 0 R
+/Next 91 0 R
+/First 75 0 R
+/Last 87 0 R
+/Count -4
>> endobj
67 0 obj <<
/Title 68 0 R
/A 65 0 R
-/Parent 63 0 R
-/Next 71 0 R
+/Parent 51 0 R
+/Prev 63 0 R
>> endobj
63 0 obj <<
/Title 64 0 R
/A 61 0 R
-/Parent 35 0 R
-/Prev 43 0 R
-/Next 83 0 R
-/First 67 0 R
-/Last 79 0 R
-/Count -4
+/Parent 51 0 R
+/Prev 59 0 R
+/Next 67 0 R
>> endobj
59 0 obj <<
/Title 60 0 R
/A 57 0 R
-/Parent 43 0 R
+/Parent 51 0 R
/Prev 55 0 R
+/Next 63 0 R
>> endobj
55 0 obj <<
/Title 56 0 R
/A 53 0 R
-/Parent 43 0 R
-/Prev 51 0 R
+/Parent 51 0 R
/Next 59 0 R
>> endobj
51 0 obj <<
@@ -8384,7 +8924,10 @@ endobj
/A 49 0 R
/Parent 43 0 R
/Prev 47 0 R
-/Next 55 0 R
+/Next 71 0 R
+/First 55 0 R
+/Last 67 0 R
+/Count -4
>> endobj
47 0 obj <<
/Title 48 0 R
@@ -8395,41 +8938,40 @@ endobj
43 0 obj <<
/Title 44 0 R
/A 41 0 R
-/Parent 35 0 R
-/Prev 39 0 R
-/Next 63 0 R
+/Parent 1450 0 R
+/Prev 19 0 R
+/Next 159 0 R
/First 47 0 R
-/Last 59 0 R
-/Count -4
+/Last 155 0 R
+/Count -9
>> endobj
39 0 obj <<
/Title 40 0 R
/A 37 0 R
-/Parent 35 0 R
-/Next 43 0 R
+/Parent 19 0 R
+/Prev 27 0 R
>> endobj
35 0 obj <<
/Title 36 0 R
/A 33 0 R
-/Parent 1361 0 R
-/Prev 19 0 R
-/Next 151 0 R
-/First 39 0 R
-/Last 147 0 R
-/Count -9
+/Parent 27 0 R
+/Prev 31 0 R
>> endobj
31 0 obj <<
/Title 32 0 R
/A 29 0 R
-/Parent 19 0 R
-/Prev 27 0 R
+/Parent 27 0 R
+/Next 35 0 R
>> endobj
27 0 obj <<
/Title 28 0 R
/A 25 0 R
/Parent 19 0 R
/Prev 23 0 R
-/Next 31 0 R
+/Next 39 0 R
+/First 31 0 R
+/Last 35 0 R
+/Count -2
>> endobj
23 0 obj <<
/Title 24 0 R
@@ -8440,1432 +8982,1521 @@ endobj
19 0 obj <<
/Title 20 0 R
/A 17 0 R
-/Parent 1361 0 R
+/Parent 1450 0 R
/Prev 15 0 R
-/Next 35 0 R
+/Next 43 0 R
/First 23 0 R
-/Last 31 0 R
+/Last 39 0 R
/Count -3
>> endobj
15 0 obj <<
/Title 16 0 R
/A 13 0 R
-/Parent 1361 0 R
+/Parent 1450 0 R
/Prev 11 0 R
/Next 19 0 R
>> endobj
11 0 obj <<
/Title 12 0 R
/A 9 0 R
-/Parent 1361 0 R
+/Parent 1450 0 R
/Prev 7 0 R
/Next 15 0 R
>> endobj
7 0 obj <<
/Title 8 0 R
/A 5 0 R
-/Parent 1361 0 R
+/Parent 1450 0 R
/Next 11 0 R
>> endobj
-1362 0 obj <<
-/Names [(Advanced.Assets) 900 0 R (Advanced.Error) 1307 0 R (Advanced.I18N) 1265 0 R (Advanced.Logging) 1254 0 R (Advanced.MasterContent) 1220 0 R (Advanced.Performance) 1318 0 R (Advanced.State) 1244 0 R (Advanced.Themes) 1232 0 R (AdvancedTopics) 1210 0 R (Configurations) 944 0 R (Configurations.AppConfig) 840 0 R (Configurations.Overview) 841 0 R (Configurations.PageConfig) 888 0 R (Configurations.Templates1) 848 0 R (Configurations.Templates2) 971 0 R (Configurations.Templates3) 1000 0 R (Controls) 1046 0 R (Controls.DataGrid1) 1140 0 R (Controls.DataGrid2) 1158 0 R (Controls.DataList) 1129 0 R (Controls.List) 1072 0 R (Controls.Overview) 1047 0 R (Controls.Repeater) 1115 0 R (Controls.Simple) 1048 0 R (Controls.Validation) 1095 0 R (Doc-Start) 574 0 R (Fundamentals) 816 0 R (Fundamentals.Applications) 886 0 R (Fundamentals.Architecture) 817 0 R (Fundamentals.Components) 818 0 R (Fundamentals.Controls) 846 0 R (Fundamentals.Hangman) 917 0 R (Fundamentals.HelloWorld) 910 0 R (Fundamentals.Modules) 858 0 R (Fundamentals.Pages) 856 0 R (Fundamentals.Services) 878 0 R (GettingStarted) 792 0 R (GettingStarted.AboutPrado) 794 0 R (GettingStarted.Installation) 802 0 R (GettingStarted.Introduction) 793 0 R (Item.1) 786 0 R (Item.10) 909 0 R (Item.2) 787 0 R (Item.3) 788 0 R (Item.4) 803 0 R (Item.5) 805 0 R (Item.6) 809 0 R (Item.7) 810 0 R (Item.8) 907 0 R (Item.9) 908 0 R (Security) 1173 0 R (Security.Auth) 1174 0 R (Security.ViewState) 1195 0 R (Security.XSS) 1200 0 R (advanced/i18n.page/choice-format) 1294 0 R (advanced/i18n.page/ttranslate) 1288 0 R (chapter*.2) 594 0 R (chapter*.3) 10 0 R (chapter*.4) 14 0 R (chapter.1) 18 0 R (chapter.2) 34 0 R (chapter.3) 150 0 R (chapter.4) 198 0 R (chapter.5) 354 0 R (chapter.6) 382 0 R (configurations/templates1.page/cot) 955 0 R (configurations/templates1.page/ct) 953 0 R (configurations/templates1.page/tct) 954 0 R (configurations/templates2.page/at) 984 0 R (configurations/templates2.page/dct) 956 0 R (configurations/templates2.page/dt) 982 0 R (configurations/templates2.page/et) 979 0 R (configurations/templates2.page/lot) 985 0 R (configurations/templates2.page/pt) 983 0 R (configurations/templates2.page/st) 981 0 R (configurations/templates3.page/at) 1014 0 R (configurations/templates3.page/dpt) 957 0 R (configurations/templates3.page/dt) 1012 0 R (configurations/templates3.page/et) 1010 0 R (configurations/templates3.page/lot) 1015 0 R (configurations/templates3.page/pt) 1013 0 R (fundamentals/modules.page/custom) 872 0 R (fundamentals/modules.page/error) 871 0 R (fundamentals/modules.page/request) 868 0 R (fundamentals/modules.page/response) 869 0 R (fundamentals/modules.page/session) 870 0 R (page.1) 573 0 R (page.10) 781 0 R (page.11) 785 0 R (page.12) 876 0 R (page.13) 883 0 R (page.14) 893 0 R (page.15) 905 0 R (page.16) 915 0 R (page.17) 922 0 R (page.18) 927 0 R (page.19) 932 0 R (page.2) 618 0 R (page.20) 938 0 R (page.21) 943 0 R (page.22) 961 0 R (page.23) 965 0 R (page.24) 970 0 R (page.25) 989 0 R (page.26) 997 0 R (page.27) 1004 0 R (page.28) 1019 0 R (page.29) 1026 0 R (page.3) 645 0 R (page.30) 1031 0 R (page.31) 1035 0 R (page.32) 1041 0 R (page.33) 1045 0 R (page.34) 1053 0 R (page.35) 1060 0 R (page.36) 1067 0 R (page.37) 1076 0 R (page.38) 1081 0 R (page.39) 1087 0 R (page.4) 672 0 R (page.40) 1093 0 R (page.41) 1099 0 R (page.42) 1106 0 R (page.43) 1111 0 R (page.44) 1120 0 R (page.45) 1124 0 R (page.46) 1133 0 R (page.47) 1137 0 R (page.48) 1144 0 R (page.49) 1148 0 R (page.5) 699 0 R (page.50) 1154 0 R (page.51) 1162 0 R (page.52) 1168 0 R (page.53) 1172 0 R (page.54) 1180 0 R (page.55) 1186 0 R (page.56) 1191 0 R (page.57) 1199 0 R (page.58) 1205 0 R (page.59) 1209 0 R (page.6) 728 0 R (page.60) 1214 0 R (page.61) 1219 0 R (page.62) 1225 0 R (page.63) 1231 0 R (page.64) 1238 0 R (page.65) 1243 0 R (page.66) 1248 0 R (page.67) 1253 0 R (page.68) 1259 0 R (page.69) 1264 0 R (page.7) 756 0 R (page.70) 1269 0 R (page.71) 1273 0 R (page.72) 1278 0 R (page.73) 1283 0 R (page.74) 1292 0 R (page.75) 1298 0 R (page.76) 1302 0 R (page.77) 1306 0 R (page.78) 1312 0 R (page.79) 1317 0 R (page.8) 773 0 R (page.80) 1324 0 R (page.81) 1328 0 R (page.82) 1332 0 R (page.9) 777 0 R (section*.1) 6 0 R (section*.10) 990 0 R (section*.11) 991 0 R (section*.12) 992 0 R (section*.13) 998 0 R (section*.14) 999 0 R (section*.15) 1011 0 R (section*.16) 1020 0 R (section*.17) 1021 0 R (section*.18) 1022 0 R (section*.19) 1027 0 R (section*.20) 1149 0 R (section*.21) 1156 0 R (section*.5) 827 0 R (section*.6) 835 0 R (section*.7) 836 0 R (section*.8) 966 0 R (section*.9) 980 0 R (section.1.1) 22 0 R (section.1.2) 26 0 R (section.1.3) 30 0 R (section.2.1) 38 0 R (section.2.2) 42 0 R (section.2.3) 62 0 R (section.2.4) 82 0 R (section.2.5) 94 0 R (section.2.6) 118 0 R (section.2.7) 126 0 R (section.2.8) 142 0 R (section.2.9) 146 0 R (section.3.1) 154 0 R (section.3.2) 158 0 R (section.3.3) 174 0 R (section.3.4) 182 0 R (section.3.5) 190 0 R (section.3.6) 194 0 R (section.4.1) 202 0 R (section.4.2) 206 0 R (section.4.3) 254 0 R (section.4.4) 278 0 R (section.4.5) 306 0 R (section.4.6) 310 0 R (section.4.7) 314 0 R (section.4.8) 334 0 R (section.5.1) 358 0 R (section.5.2) 374 0 R (section.5.3) 378 0 R (section.6.1) 386 0 R (section.6.2) 406 0 R (section.6.3) 410 0 R (section.6.4) 434 0 R (section.6.5) 454 0 R (section.6.6) 470 0 R (section.6.7) 502 0 R (section.6.8) 526 0 R (section.6.9) 546 0 R (subsection.2.2.1) 46 0 R (subsection.2.2.2) 50 0 R (subsection.2.2.3) 54 0 R (subsection.2.2.4) 58 0 R (subsection.2.3.1) 66 0 R (subsection.2.3.2) 70 0 R (subsection.2.3.3) 74 0 R (subsection.2.3.4) 78 0 R (subsection.2.4.1) 86 0 R (subsection.2.4.2) 90 0 R (subsection.2.5.1) 98 0 R (subsection.2.5.2) 102 0 R (subsection.2.5.3) 106 0 R (subsection.2.5.4) 110 0 R (subsection.2.5.5) 114 0 R (subsection.2.6.1) 122 0 R (subsection.2.7.1) 130 0 R (subsection.2.7.2) 134 0 R (subsection.2.7.3) 138 0 R (subsection.3.2.1) 162 0 R (subsection.3.2.2) 166 0 R (subsection.3.2.3) 170 0 R (subsection.3.3.1) 178 0 R (subsection.3.4.1) 186 0 R (subsection.4.2.1) 210 0 R (subsection.4.2.10) 246 0 R (subsection.4.2.11) 250 0 R (subsection.4.2.2) 214 0 R (subsection.4.2.3) 218 0 R (subsection.4.2.4) 222 0 R (subsection.4.2.5) 226 0 R (subsection.4.2.6) 230 0 R (subsection.4.2.7) 234 0 R (subsection.4.2.8) 238 0 R (subsection.4.2.9) 242 0 R (subsection.4.3.1) 258 0 R (subsection.4.3.2) 262 0 R (subsection.4.3.3) 266 0 R (subsection.4.3.4) 270 0 R (subsection.4.3.5) 274 0 R (subsection.4.4.1) 282 0 R (subsection.4.4.2) 286 0 R (subsection.4.4.3) 290 0 R (subsection.4.4.4) 294 0 R (subsection.4.4.5) 298 0 R (subsection.4.4.6) 302 0 R (subsection.4.7.1) 318 0 R (subsection.4.7.2) 322 0 R (subsection.4.7.3) 326 0 R (subsection.4.7.4) 330 0 R (subsection.4.8.1) 338 0 R (subsection.4.8.2) 342 0 R (subsection.4.8.3) 346 0 R (subsection.4.8.4) 350 0 R (subsection.5.1.1) 362 0 R (subsection.5.1.2) 366 0 R (subsection.5.1.3) 370 0 R (subsection.6.1.1) 390 0 R (subsection.6.1.2) 394 0 R (subsection.6.1.3) 398 0 R (subsection.6.1.4) 402 0 R (subsection.6.3.1) 414 0 R (subsection.6.3.2) 418 0 R (subsection.6.3.3) 422 0 R (subsection.6.3.4) 426 0 R (subsection.6.3.5) 430 0 R (subsection.6.4.1) 438 0 R (subsection.6.4.2) 442 0 R (subsection.6.4.3) 446 0 R (subsection.6.4.4) 450 0 R (subsection.6.5.1) 458 0 R (subsection.6.5.2) 462 0 R (subsection.6.5.3) 466 0 R (subsection.6.6.1) 474 0 R (subsection.6.6.2) 478 0 R (subsection.6.6.3) 482 0 R (subsection.6.6.4) 486 0 R (subsection.6.6.5) 490 0 R (subsection.6.6.6) 494 0 R (subsection.6.6.7) 498 0 R (subsection.6.7.1) 506 0 R (subsection.6.7.2) 510 0 R (subsection.6.7.3) 514 0 R (subsection.6.7.4) 518 0 R (subsection.6.7.5) 522 0 R (subsection.6.8.1) 530 0 R (subsection.6.8.2) 534 0 R (subsection.6.8.3) 538 0 R (subsection.6.8.4) 542 0 R (subsection.6.9.1) 550 0 R (subsection.6.9.2) 554 0 R (subsection.6.9.3) 558 0 R (subsection.6.9.4) 562 0 R (subsection.6.9.5) 566 0 R]
+1451 0 obj <<
+/Names [(Advanced.Assets) 937 0 R (Advanced.Error) 1396 0 R (Advanced.I18N) 1353 0 R (Advanced.Logging) 1343 0 R (Advanced.MasterContent) 1309 0 R (Advanced.Performance) 1407 0 R (Advanced.State) 1333 0 R (Advanced.Themes) 1320 0 R (AdvancedTopics) 1299 0 R (Configurations) 981 0 R (Configurations.AppConfig) 878 0 R (Configurations.Overview) 879 0 R (Configurations.PageConfig) 928 0 R (Configurations.Templates1) 886 0 R (Configurations.Templates2) 1009 0 R (Configurations.Templates3) 1037 0 R (Controls) 1083 0 R (Controls.DataGrid1) 1177 0 R (Controls.DataGrid2) 1199 0 R (Controls.DataList) 1166 0 R (Controls.List) 1114 0 R (Controls.NewControl) 1222 0 R (Controls.Overview) 1084 0 R (Controls.Repeater) 1153 0 R (Controls.Samples.TDataGrid.Sample1) 1217 0 R (Controls.Samples.TDataGrid.Sample2) 1207 0 R (Controls.Simple) 1085 0 R (Controls.Validation) 1132 0 R (Doc-Start) 594 0 R (Fundamentals) 854 0 R (Fundamentals.Applications) 927 0 R (Fundamentals.Architecture) 855 0 R (Fundamentals.Components) 856 0 R (Fundamentals.Controls) 884 0 R (Fundamentals.Hangman) 954 0 R (Fundamentals.HelloWorld) 947 0 R (Fundamentals.Modules) 897 0 R (Fundamentals.Pages) 895 0 R (Fundamentals.Services) 919 0 R (GettingStarted) 817 0 R (GettingStarted.AboutPrado) 826 0 R (GettingStarted.Installation) 837 0 R (GettingStarted.Introduction) 818 0 R (Item.1) 811 0 R (Item.10) 946 0 R (Item.2) 812 0 R (Item.3) 813 0 R (Item.4) 838 0 R (Item.5) 840 0 R (Item.6) 844 0 R (Item.7) 845 0 R (Item.8) 944 0 R (Item.9) 945 0 R (Security) 1262 0 R (Security.Auth) 1263 0 R (Security.ViewState) 1283 0 R (Security.XSS) 1288 0 R (advanced/i18n.page/choice-format) 1382 0 R (advanced/i18n.page/ttranslate) 1376 0 R (chapter*.2) 614 0 R (chapter*.3) 10 0 R (chapter*.4) 14 0 R (chapter.1) 18 0 R (chapter.2) 42 0 R (chapter.3) 158 0 R (chapter.4) 206 0 R (chapter.5) 374 0 R (chapter.6) 402 0 R (configurations/templates1.page/cot) 992 0 R (configurations/templates1.page/ct) 990 0 R (configurations/templates1.page/tct) 991 0 R (configurations/templates2.page/at) 1022 0 R (configurations/templates2.page/dct) 993 0 R (configurations/templates2.page/dt) 1020 0 R (configurations/templates2.page/et) 1017 0 R (configurations/templates2.page/lot) 1023 0 R (configurations/templates2.page/pt) 1021 0 R (configurations/templates2.page/st) 1019 0 R (configurations/templates3.page/at) 1051 0 R (configurations/templates3.page/dpt) 994 0 R (configurations/templates3.page/dt) 1049 0 R (configurations/templates3.page/et) 1047 0 R (configurations/templates3.page/lot) 1052 0 R (configurations/templates3.page/pt) 1050 0 R (fundamentals/modules.page/custom) 913 0 R (fundamentals/modules.page/error) 912 0 R (fundamentals/modules.page/request) 908 0 R (fundamentals/modules.page/response) 909 0 R (fundamentals/modules.page/session) 910 0 R (page.1) 593 0 R (page.10) 806 0 R (page.11) 810 0 R (page.12) 894 0 R (page.13) 901 0 R (page.14) 917 0 R (page.15) 924 0 R (page.16) 933 0 R (page.17) 942 0 R (page.18) 952 0 R (page.19) 959 0 R (page.2) 638 0 R (page.20) 965 0 R (page.21) 970 0 R (page.22) 975 0 R (page.23) 980 0 R (page.24) 998 0 R (page.25) 1002 0 R (page.26) 1008 0 R (page.27) 1027 0 R (page.28) 1034 0 R (page.29) 1041 0 R (page.3) 665 0 R (page.30) 1056 0 R (page.31) 1063 0 R (page.32) 1069 0 R (page.33) 1073 0 R (page.34) 1078 0 R (page.35) 1082 0 R (page.36) 1089 0 R (page.37) 1097 0 R (page.38) 1105 0 R (page.39) 1112 0 R (page.4) 691 0 R (page.40) 1118 0 R (page.41) 1124 0 R (page.42) 1130 0 R (page.43) 1136 0 R (page.44) 1144 0 R (page.45) 1149 0 R (page.46) 1157 0 R (page.47) 1161 0 R (page.48) 1170 0 R (page.49) 1174 0 R (page.5) 718 0 R (page.50) 1182 0 R (page.51) 1186 0 R (page.52) 1190 0 R (page.53) 1197 0 R (page.54) 1203 0 R (page.55) 1211 0 R (page.56) 1221 0 R (page.57) 1227 0 R (page.58) 1234 0 R (page.59) 1240 0 R (page.6) 747 0 R (page.60) 1245 0 R (page.61) 1251 0 R (page.62) 1257 0 R (page.63) 1261 0 R (page.64) 1269 0 R (page.65) 1275 0 R (page.66) 1279 0 R (page.67) 1287 0 R (page.68) 1294 0 R (page.69) 1298 0 R (page.7) 775 0 R (page.70) 1303 0 R (page.71) 1308 0 R (page.72) 1313 0 R (page.73) 1319 0 R (page.74) 1327 0 R (page.75) 1332 0 R (page.76) 1337 0 R (page.77) 1342 0 R (page.78) 1347 0 R (page.79) 1352 0 R (page.8) 798 0 R (page.80) 1358 0 R (page.81) 1362 0 R (page.82) 1367 0 R (page.83) 1372 0 R (page.84) 1380 0 R (page.85) 1386 0 R (page.86) 1391 0 R (page.87) 1395 0 R (page.88) 1401 0 R (page.89) 1406 0 R (page.9) 802 0 R (page.90) 1412 0 R (page.91) 1416 0 R (page.92) 1421 0 R (section*.1) 6 0 R (section*.10) 1028 0 R (section*.11) 1029 0 R (section*.12) 1030 0 R (section*.13) 1035 0 R (section*.14) 1036 0 R (section*.15) 1048 0 R (section*.16) 1057 0 R (section*.17) 1058 0 R (section*.18) 1059 0 R (section*.19) 1064 0 R (section*.20) 1191 0 R (section*.21) 1193 0 R (section*.22) 1214 0 R (section*.23) 1228 0 R (section*.24) 1230 0 R (section*.25) 1236 0 R (section*.26) 1241 0 R (section*.27) 1247 0 R (section*.28) 1252 0 R (section*.5) 865 0 R (section*.6) 874 0 R (section*.7) 875 0 R (section*.8) 1003 0 R (section*.9) 1018 0 R (section.1.1) 22 0 R (section.1.2) 26 0 R (section.1.3) 38 0 R (section.2.1) 46 0 R (section.2.2) 50 0 R (section.2.3) 70 0 R (section.2.4) 90 0 R (section.2.5) 102 0 R (section.2.6) 126 0 R (section.2.7) 134 0 R (section.2.8) 150 0 R (section.2.9) 154 0 R (section.3.1) 162 0 R (section.3.2) 166 0 R (section.3.3) 182 0 R (section.3.4) 190 0 R (section.3.5) 198 0 R (section.3.6) 202 0 R (section.4.1) 210 0 R (section.4.2) 214 0 R (section.4.3) 262 0 R (section.4.4) 286 0 R (section.4.5) 314 0 R (section.4.6) 318 0 R (section.4.7) 322 0 R (section.4.8) 342 0 R (section.4.9) 362 0 R (section.5.1) 378 0 R (section.5.2) 394 0 R (section.5.3) 398 0 R (section.6.1) 406 0 R (section.6.2) 426 0 R (section.6.3) 430 0 R (section.6.4) 454 0 R (section.6.5) 474 0 R (section.6.6) 490 0 R (section.6.7) 522 0 R (section.6.8) 546 0 R (section.6.9) 566 0 R (subsection.1.2.1) 30 0 R (subsection.1.2.2) 34 0 R (subsection.2.2.1) 54 0 R (subsection.2.2.2) 58 0 R (subsection.2.2.3) 62 0 R (subsection.2.2.4) 66 0 R (subsection.2.3.1) 74 0 R (subsection.2.3.2) 78 0 R (subsection.2.3.3) 82 0 R (subsection.2.3.4) 86 0 R (subsection.2.4.1) 94 0 R (subsection.2.4.2) 98 0 R (subsection.2.5.1) 106 0 R (subsection.2.5.2) 110 0 R (subsection.2.5.3) 114 0 R (subsection.2.5.4) 118 0 R (subsection.2.5.5) 122 0 R (subsection.2.6.1) 130 0 R (subsection.2.7.1) 138 0 R (subsection.2.7.2) 142 0 R (subsection.2.7.3) 146 0 R (subsection.3.2.1) 170 0 R (subsection.3.2.2) 174 0 R (subsection.3.2.3) 178 0 R (subsection.3.3.1) 186 0 R (subsection.3.4.1) 194 0 R (subsection.4.2.1) 218 0 R (subsection.4.2.10) 254 0 R (subsection.4.2.11) 258 0 R (subsection.4.2.2) 222 0 R (subsection.4.2.3) 226 0 R (subsection.4.2.4) 230 0 R (subsection.4.2.5) 234 0 R (subsection.4.2.6) 238 0 R (subsection.4.2.7) 242 0 R (subsection.4.2.8) 246 0 R (subsection.4.2.9) 250 0 R (subsection.4.3.1) 266 0 R (subsection.4.3.2) 270 0 R (subsection.4.3.3) 274 0 R (subsection.4.3.4) 278 0 R (subsection.4.3.5) 282 0 R (subsection.4.4.1) 290 0 R (subsection.4.4.2) 294 0 R (subsection.4.4.3) 298 0 R (subsection.4.4.4) 302 0 R (subsection.4.4.5) 306 0 R (subsection.4.4.6) 310 0 R (subsection.4.7.1) 326 0 R (subsection.4.7.2) 330 0 R (subsection.4.7.3) 334 0 R (subsection.4.7.4) 338 0 R (subsection.4.8.1) 346 0 R (subsection.4.8.2) 350 0 R (subsection.4.8.3) 354 0 R (subsection.4.8.4) 358 0 R (subsection.4.9.1) 366 0 R (subsection.4.9.2) 370 0 R (subsection.5.1.1) 382 0 R (subsection.5.1.2) 386 0 R (subsection.5.1.3) 390 0 R (subsection.6.1.1) 410 0 R (subsection.6.1.2) 414 0 R (subsection.6.1.3) 418 0 R (subsection.6.1.4) 422 0 R (subsection.6.3.1) 434 0 R (subsection.6.3.2) 438 0 R (subsection.6.3.3) 442 0 R (subsection.6.3.4) 446 0 R (subsection.6.3.5) 450 0 R (subsection.6.4.1) 458 0 R (subsection.6.4.2) 462 0 R (subsection.6.4.3) 466 0 R (subsection.6.4.4) 470 0 R (subsection.6.5.1) 478 0 R (subsection.6.5.2) 482 0 R (subsection.6.5.3) 486 0 R (subsection.6.6.1) 494 0 R (subsection.6.6.2) 498 0 R (subsection.6.6.3) 502 0 R (subsection.6.6.4) 506 0 R (subsection.6.6.5) 510 0 R (subsection.6.6.6) 514 0 R (subsection.6.6.7) 518 0 R (subsection.6.7.1) 526 0 R (subsection.6.7.2) 530 0 R (subsection.6.7.3) 534 0 R (subsection.6.7.4) 538 0 R (subsection.6.7.5) 542 0 R (subsection.6.8.1) 550 0 R (subsection.6.8.2) 554 0 R (subsection.6.8.3) 558 0 R (subsection.6.8.4) 562 0 R (subsection.6.9.1) 570 0 R (subsection.6.9.2) 574 0 R (subsection.6.9.3) 578 0 R (subsection.6.9.4) 582 0 R (subsection.6.9.5) 586 0 R]
/Limits [(Advanced.Assets) (subsection.6.9.5)]
>> endobj
-1363 0 obj <<
-/Kids [1362 0 R]
+1452 0 obj <<
+/Kids [1451 0 R]
>> endobj
-1364 0 obj <<
-/Dests 1363 0 R
+1453 0 obj <<
+/Dests 1452 0 R
>> endobj
-1365 0 obj <<
+1454 0 obj <<
/Type /Catalog
-/Pages 1360 0 R
-/Outlines 1361 0 R
-/Names 1364 0 R
+/Pages 1449 0 R
+/Outlines 1450 0 R
+/Names 1453 0 R
/PageMode /UseOutlines
-/OpenAction 569 0 R
+/OpenAction 589 0 R
>> endobj
-1366 0 obj <<
+1455 0 obj <<
/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
-/CreationDate (D:20060202183635+11'00')
+/CreationDate (D:20060207174808+11'00')
/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.20b (MiKTeX 2.4.1986))
>> endobj
xref
-0 1367
+0 1456
0000000001 65535 f
0000000002 00000 f
0000000003 00000 f
0000000004 00000 f
0000000000 00000 f
0000000009 00000 n
-0000017010 00000 n
-0000515320 00000 n
+0000017497 00000 n
+0000548393 00000 n
0000000055 00000 n
0000000081 00000 n
-0000051671 00000 n
-0000515233 00000 n
+0000053345 00000 n
+0000548306 00000 n
0000000127 00000 n
0000000153 00000 n
-0000054189 00000 n
-0000515144 00000 n
+0000055863 00000 n
+0000548217 00000 n
0000000200 00000 n
0000000226 00000 n
-0000056167 00000 n
-0000515018 00000 n
+0000058449 00000 n
+0000548091 00000 n
0000000272 00000 n
0000000306 00000 n
-0000056349 00000 n
-0000514944 00000 n
+0000058631 00000 n
+0000548017 00000 n
0000000354 00000 n
0000000413 00000 n
-0000056470 00000 n
-0000514857 00000 n
+0000058752 00000 n
+0000547893 00000 n
0000000461 00000 n
0000000494 00000 n
-0000059766 00000 n
-0000514783 00000 n
-0000000542 00000 n
-0000000577 00000 n
-0000061575 00000 n
-0000514655 00000 n
-0000000623 00000 n
-0000000654 00000 n
-0000061757 00000 n
-0000514581 00000 n
-0000000702 00000 n
-0000000733 00000 n
-0000061878 00000 n
-0000514457 00000 n
-0000000781 00000 n
-0000000810 00000 n
-0000061938 00000 n
-0000514383 00000 n
-0000000863 00000 n
-0000000902 00000 n
-0000081465 00000 n
-0000514296 00000 n
-0000000955 00000 n
-0000000990 00000 n
-0000083969 00000 n
-0000514209 00000 n
-0000001043 00000 n
-0000001072 00000 n
-0000086815 00000 n
-0000514135 00000 n
-0000001125 00000 n
+0000061718 00000 n
+0000547819 00000 n
+0000000547 00000 n
+0000000576 00000 n
+0000064718 00000 n
+0000547745 00000 n
+0000000629 00000 n
+0000000671 00000 n
+0000064839 00000 n
+0000547671 00000 n
+0000000719 00000 n
+0000000754 00000 n
+0000067474 00000 n
+0000547543 00000 n
+0000000800 00000 n
+0000000831 00000 n
+0000067656 00000 n
+0000547469 00000 n
+0000000879 00000 n
+0000000910 00000 n
+0000067777 00000 n
+0000547345 00000 n
+0000000958 00000 n
+0000000987 00000 n
+0000067837 00000 n
+0000547271 00000 n
+0000001040 00000 n
+0000001079 00000 n
+0000087364 00000 n
+0000547184 00000 n
+0000001132 00000 n
0000001167 00000 n
-0000089935 00000 n
-0000514011 00000 n
-0000001215 00000 n
-0000001242 00000 n
-0000089995 00000 n
-0000513937 00000 n
-0000001295 00000 n
-0000001326 00000 n
-0000090053 00000 n
-0000513850 00000 n
-0000001379 00000 n
-0000001420 00000 n
-0000092912 00000 n
-0000513763 00000 n
-0000001473 00000 n
-0000001509 00000 n
-0000092972 00000 n
-0000513689 00000 n
-0000001562 00000 n
-0000001607 00000 n
-0000095680 00000 n
-0000513565 00000 n
-0000001655 00000 n
-0000001679 00000 n
-0000095739 00000 n
-0000513491 00000 n
-0000001732 00000 n
-0000001759 00000 n
-0000095799 00000 n
-0000513417 00000 n
-0000001812 00000 n
-0000001846 00000 n
-0000099689 00000 n
-0000513291 00000 n
-0000001894 00000 n
-0000001920 00000 n
-0000099810 00000 n
-0000513215 00000 n
-0000001973 00000 n
-0000002007 00000 n
-0000099931 00000 n
-0000513124 00000 n
-0000002061 00000 n
-0000002096 00000 n
-0000103171 00000 n
-0000513032 00000 n
-0000002150 00000 n
-0000002184 00000 n
-0000103293 00000 n
-0000512940 00000 n
-0000002238 00000 n
-0000002278 00000 n
-0000103414 00000 n
-0000512862 00000 n
-0000002332 00000 n
-0000002366 00000 n
-0000103536 00000 n
-0000512732 00000 n
-0000002415 00000 n
-0000002443 00000 n
-0000106369 00000 n
-0000512667 00000 n
-0000002497 00000 n
-0000002529 00000 n
-0000109781 00000 n
-0000512536 00000 n
-0000002578 00000 n
-0000002610 00000 n
-0000109842 00000 n
-0000512457 00000 n
-0000002664 00000 n
-0000002706 00000 n
-0000112882 00000 n
-0000512364 00000 n
-0000002760 00000 n
-0000002802 00000 n
-0000113126 00000 n
-0000512285 00000 n
-0000002856 00000 n
-0000002898 00000 n
-0000113248 00000 n
-0000512193 00000 n
-0000002947 00000 n
-0000002986 00000 n
-0000116178 00000 n
-0000512115 00000 n
-0000003035 00000 n
-0000003075 00000 n
-0000205046 00000 n
-0000511983 00000 n
-0000003122 00000 n
-0000003156 00000 n
-0000205229 00000 n
-0000511904 00000 n
-0000003205 00000 n
-0000003247 00000 n
-0000205347 00000 n
-0000511772 00000 n
-0000003296 00000 n
-0000003333 00000 n
-0000207963 00000 n
-0000511693 00000 n
-0000003387 00000 n
-0000003421 00000 n
-0000210404 00000 n
-0000511600 00000 n
-0000003475 00000 n
-0000003516 00000 n
-0000214112 00000 n
-0000511521 00000 n
-0000003570 00000 n
+0000089868 00000 n
+0000547097 00000 n
+0000001220 00000 n
+0000001249 00000 n
+0000092714 00000 n
+0000547023 00000 n
+0000001302 00000 n
+0000001344 00000 n
+0000095834 00000 n
+0000546899 00000 n
+0000001392 00000 n
+0000001419 00000 n
+0000095894 00000 n
+0000546825 00000 n
+0000001472 00000 n
+0000001503 00000 n
+0000095952 00000 n
+0000546738 00000 n
+0000001556 00000 n
+0000001597 00000 n
+0000098810 00000 n
+0000546651 00000 n
+0000001650 00000 n
+0000001686 00000 n
+0000098870 00000 n
+0000546577 00000 n
+0000001739 00000 n
+0000001784 00000 n
+0000101639 00000 n
+0000546452 00000 n
+0000001832 00000 n
+0000001856 00000 n
+0000101698 00000 n
+0000546378 00000 n
+0000001909 00000 n
+0000001936 00000 n
+0000101758 00000 n
+0000546303 00000 n
+0000001989 00000 n
+0000002024 00000 n
+0000105709 00000 n
+0000546173 00000 n
+0000002073 00000 n
+0000002100 00000 n
+0000105831 00000 n
+0000546094 00000 n
+0000002154 00000 n
+0000002188 00000 n
+0000105953 00000 n
+0000546001 00000 n
+0000002242 00000 n
+0000002277 00000 n
+0000109194 00000 n
+0000545908 00000 n
+0000002331 00000 n
+0000002365 00000 n
+0000109316 00000 n
+0000545815 00000 n
+0000002419 00000 n
+0000002459 00000 n
+0000109437 00000 n
+0000545736 00000 n
+0000002513 00000 n
+0000002547 00000 n
+0000109559 00000 n
+0000545605 00000 n
+0000002596 00000 n
+0000002624 00000 n
+0000112393 00000 n
+0000545540 00000 n
+0000002678 00000 n
+0000002710 00000 n
+0000115805 00000 n
+0000545409 00000 n
+0000002759 00000 n
+0000002791 00000 n
+0000115866 00000 n
+0000545330 00000 n
+0000002845 00000 n
+0000002887 00000 n
+0000118906 00000 n
+0000545237 00000 n
+0000002941 00000 n
+0000002983 00000 n
+0000119150 00000 n
+0000545158 00000 n
+0000003037 00000 n
+0000003079 00000 n
+0000119272 00000 n
+0000545066 00000 n
+0000003128 00000 n
+0000003167 00000 n
+0000122377 00000 n
+0000544988 00000 n
+0000003216 00000 n
+0000003256 00000 n
+0000211242 00000 n
+0000544856 00000 n
+0000003303 00000 n
+0000003337 00000 n
+0000211425 00000 n
+0000544777 00000 n
+0000003386 00000 n
+0000003428 00000 n
+0000211543 00000 n
+0000544645 00000 n
+0000003477 00000 n
+0000003514 00000 n
+0000214159 00000 n
+0000544566 00000 n
+0000003568 00000 n
0000003602 00000 n
-0000214234 00000 n
-0000511389 00000 n
-0000003651 00000 n
-0000003689 00000 n
-0000214356 00000 n
-0000511324 00000 n
-0000003743 00000 n
+0000216609 00000 n
+0000544473 00000 n
+0000003656 00000 n
+0000003697 00000 n
+0000220340 00000 n
+0000544394 00000 n
+0000003751 00000 n
0000003783 00000 n
-0000222602 00000 n
-0000511192 00000 n
+0000220465 00000 n
+0000544262 00000 n
0000003832 00000 n
-0000003871 00000 n
-0000222726 00000 n
-0000511127 00000 n
-0000003925 00000 n
-0000003966 00000 n
-0000227350 00000 n
-0000511034 00000 n
-0000004015 00000 n
-0000004061 00000 n
-0000233050 00000 n
-0000510955 00000 n
-0000004110 00000 n
-0000004149 00000 n
-0000235908 00000 n
-0000510822 00000 n
+0000003870 00000 n
+0000220589 00000 n
+0000544197 00000 n
+0000003924 00000 n
+0000003964 00000 n
+0000228879 00000 n
+0000544065 00000 n
+0000004013 00000 n
+0000004052 00000 n
+0000229003 00000 n
+0000544000 00000 n
+0000004106 00000 n
+0000004147 00000 n
+0000233631 00000 n
+0000543907 00000 n
0000004196 00000 n
-0000004224 00000 n
-0000236096 00000 n
-0000510743 00000 n
-0000004273 00000 n
-0000004310 00000 n
-0000236221 00000 n
-0000510610 00000 n
-0000004359 00000 n
-0000004399 00000 n
-0000236282 00000 n
-0000510531 00000 n
-0000004453 00000 n
-0000004479 00000 n
-0000239895 00000 n
-0000510438 00000 n
-0000004533 00000 n
-0000004563 00000 n
-0000239957 00000 n
-0000510345 00000 n
-0000004617 00000 n
-0000004643 00000 n
-0000240019 00000 n
-0000510252 00000 n
-0000004697 00000 n
-0000004723 00000 n
-0000240080 00000 n
-0000510159 00000 n
-0000004777 00000 n
-0000004803 00000 n
-0000243751 00000 n
-0000510066 00000 n
-0000004857 00000 n
-0000004885 00000 n
-0000243813 00000 n
-0000509973 00000 n
-0000004939 00000 n
-0000004966 00000 n
-0000243875 00000 n
-0000509880 00000 n
-0000005020 00000 n
-0000005051 00000 n
-0000247480 00000 n
-0000509787 00000 n
-0000005105 00000 n
-0000005137 00000 n
-0000247542 00000 n
-0000509694 00000 n
-0000005192 00000 n
-0000005221 00000 n
-0000247604 00000 n
-0000509615 00000 n
-0000005276 00000 n
-0000005308 00000 n
-0000250285 00000 n
-0000509483 00000 n
-0000005357 00000 n
-0000005390 00000 n
-0000252726 00000 n
-0000509404 00000 n
-0000005444 00000 n
-0000005472 00000 n
-0000252788 00000 n
-0000509311 00000 n
-0000005526 00000 n
-0000005559 00000 n
-0000255945 00000 n
-0000509218 00000 n
-0000005613 00000 n
-0000005646 00000 n
-0000256007 00000 n
-0000509125 00000 n
-0000005700 00000 n
-0000005736 00000 n
-0000256068 00000 n
-0000509046 00000 n
-0000005790 00000 n
-0000005821 00000 n
-0000259816 00000 n
-0000508914 00000 n
-0000005870 00000 n
-0000005909 00000 n
-0000263141 00000 n
-0000508835 00000 n
-0000005963 00000 n
-0000006006 00000 n
-0000263203 00000 n
-0000508742 00000 n
-0000006060 00000 n
-0000006107 00000 n
-0000266272 00000 n
-0000508649 00000 n
-0000006161 00000 n
-0000006203 00000 n
-0000266334 00000 n
-0000508556 00000 n
-0000006257 00000 n
-0000006294 00000 n
-0000269635 00000 n
-0000508463 00000 n
-0000006348 00000 n
+0000004242 00000 n
+0000239331 00000 n
+0000543828 00000 n
+0000004291 00000 n
+0000004330 00000 n
+0000241929 00000 n
+0000543695 00000 n
+0000004377 00000 n
+0000004405 00000 n
+0000242117 00000 n
+0000543616 00000 n
+0000004454 00000 n
+0000004491 00000 n
+0000242241 00000 n
+0000543483 00000 n
+0000004540 00000 n
+0000004580 00000 n
+0000242303 00000 n
+0000543404 00000 n
+0000004634 00000 n
+0000004660 00000 n
+0000245884 00000 n
+0000543311 00000 n
+0000004714 00000 n
+0000004744 00000 n
+0000245946 00000 n
+0000543218 00000 n
+0000004798 00000 n
+0000004824 00000 n
+0000246008 00000 n
+0000543125 00000 n
+0000004878 00000 n
+0000004904 00000 n
+0000249631 00000 n
+0000543032 00000 n
+0000004958 00000 n
+0000004984 00000 n
+0000249693 00000 n
+0000542939 00000 n
+0000005038 00000 n
+0000005066 00000 n
+0000249755 00000 n
+0000542846 00000 n
+0000005120 00000 n
+0000005147 00000 n
+0000253386 00000 n
+0000542753 00000 n
+0000005201 00000 n
+0000005232 00000 n
+0000253448 00000 n
+0000542660 00000 n
+0000005286 00000 n
+0000005318 00000 n
+0000253510 00000 n
+0000542567 00000 n
+0000005373 00000 n
+0000005402 00000 n
+0000253572 00000 n
+0000542488 00000 n
+0000005457 00000 n
+0000005489 00000 n
+0000256429 00000 n
+0000542356 00000 n
+0000005538 00000 n
+0000005571 00000 n
+0000259076 00000 n
+0000542277 00000 n
+0000005625 00000 n
+0000005653 00000 n
+0000259138 00000 n
+0000542184 00000 n
+0000005707 00000 n
+0000005740 00000 n
+0000262294 00000 n
+0000542091 00000 n
+0000005794 00000 n
+0000005827 00000 n
+0000262356 00000 n
+0000541998 00000 n
+0000005881 00000 n
+0000005917 00000 n
+0000262417 00000 n
+0000541919 00000 n
+0000005971 00000 n
+0000006002 00000 n
+0000266165 00000 n
+0000541787 00000 n
+0000006051 00000 n
+0000006090 00000 n
+0000269490 00000 n
+0000541708 00000 n
+0000006144 00000 n
+0000006187 00000 n
+0000269552 00000 n
+0000541615 00000 n
+0000006241 00000 n
+0000006288 00000 n
+0000272621 00000 n
+0000541522 00000 n
+0000006342 00000 n
0000006384 00000 n
-0000269697 00000 n
-0000508384 00000 n
+0000272683 00000 n
+0000541429 00000 n
0000006438 00000 n
-0000006476 00000 n
-0000269822 00000 n
-0000508291 00000 n
-0000006525 00000 n
-0000006554 00000 n
-0000276407 00000 n
-0000508198 00000 n
-0000006603 00000 n
-0000006632 00000 n
-0000282986 00000 n
-0000508066 00000 n
-0000006681 00000 n
-0000006719 00000 n
-0000285850 00000 n
-0000507987 00000 n
-0000006773 00000 n
-0000006800 00000 n
-0000285912 00000 n
-0000507894 00000 n
-0000006854 00000 n
-0000006885 00000 n
-0000288508 00000 n
-0000507801 00000 n
-0000006939 00000 n
-0000006965 00000 n
-0000288570 00000 n
-0000507722 00000 n
-0000007019 00000 n
-0000007054 00000 n
-0000292953 00000 n
-0000507604 00000 n
-0000007103 00000 n
-0000007142 00000 n
-0000293015 00000 n
-0000507525 00000 n
-0000007196 00000 n
-0000007234 00000 n
-0000293077 00000 n
-0000507432 00000 n
-0000007288 00000 n
-0000007329 00000 n
-0000293139 00000 n
-0000507339 00000 n
-0000007383 00000 n
-0000007416 00000 n
-0000293201 00000 n
-0000507260 00000 n
-0000007470 00000 n
-0000007509 00000 n
-0000296217 00000 n
-0000507127 00000 n
-0000007556 00000 n
+0000006475 00000 n
+0000275984 00000 n
+0000541336 00000 n
+0000006529 00000 n
+0000006565 00000 n
+0000276046 00000 n
+0000541257 00000 n
+0000006619 00000 n
+0000006657 00000 n
+0000276171 00000 n
+0000541164 00000 n
+0000006706 00000 n
+0000006735 00000 n
+0000282755 00000 n
+0000541071 00000 n
+0000006784 00000 n
+0000006813 00000 n
+0000289107 00000 n
+0000540939 00000 n
+0000006862 00000 n
+0000006900 00000 n
+0000291810 00000 n
+0000540860 00000 n
+0000006954 00000 n
+0000006981 00000 n
+0000294496 00000 n
+0000540767 00000 n
+0000007035 00000 n
+0000007066 00000 n
+0000294558 00000 n
+0000540674 00000 n
+0000007120 00000 n
+0000007146 00000 n
+0000297001 00000 n
+0000540595 00000 n
+0000007200 00000 n
+0000007235 00000 n
+0000300214 00000 n
+0000540463 00000 n
+0000007284 00000 n
+0000007323 00000 n
+0000300276 00000 n
+0000540384 00000 n
+0000007377 00000 n
+0000007423 00000 n
+0000303950 00000 n
+0000540291 00000 n
+0000007477 00000 n
+0000007504 00000 n
+0000304012 00000 n
+0000540198 00000 n
+0000007558 00000 n
0000007584 00000 n
-0000296405 00000 n
-0000507009 00000 n
-0000007633 00000 n
-0000007685 00000 n
-0000296467 00000 n
-0000506930 00000 n
-0000007739 00000 n
-0000007789 00000 n
-0000299308 00000 n
-0000506837 00000 n
-0000007843 00000 n
-0000007889 00000 n
-0000304585 00000 n
-0000506758 00000 n
-0000007943 00000 n
-0000007981 00000 n
-0000304710 00000 n
-0000506665 00000 n
-0000008030 00000 n
-0000008070 00000 n
-0000307500 00000 n
-0000506586 00000 n
-0000008119 00000 n
-0000008170 00000 n
-0000310182 00000 n
-0000506467 00000 n
-0000008217 00000 n
-0000008252 00000 n
-0000310369 00000 n
-0000506349 00000 n
-0000008301 00000 n
-0000008327 00000 n
-0000310431 00000 n
-0000506270 00000 n
-0000008381 00000 n
-0000008417 00000 n
-0000313222 00000 n
-0000506177 00000 n
-0000008471 00000 n
-0000008504 00000 n
-0000313284 00000 n
-0000506084 00000 n
-0000008558 00000 n
-0000008589 00000 n
-0000315720 00000 n
-0000506005 00000 n
-0000008643 00000 n
-0000008686 00000 n
-0000317801 00000 n
-0000505912 00000 n
-0000008735 00000 n
-0000008773 00000 n
-0000332483 00000 n
-0000505780 00000 n
-0000008822 00000 n
-0000008858 00000 n
-0000332545 00000 n
-0000505701 00000 n
-0000008912 00000 n
-0000008944 00000 n
-0000335947 00000 n
-0000505608 00000 n
-0000008998 00000 n
-0000009038 00000 n
-0000336009 00000 n
-0000505515 00000 n
-0000009092 00000 n
-0000009124 00000 n
-0000338256 00000 n
-0000505422 00000 n
-0000009178 00000 n
-0000009211 00000 n
-0000338318 00000 n
-0000505343 00000 n
-0000009265 00000 n
-0000009300 00000 n
-0000340945 00000 n
-0000505211 00000 n
-0000009349 00000 n
-0000009385 00000 n
-0000341007 00000 n
-0000505132 00000 n
-0000009439 00000 n
-0000009469 00000 n
-0000341069 00000 n
-0000505039 00000 n
-0000009523 00000 n
+0000307796 00000 n
+0000540119 00000 n
+0000007638 00000 n
+0000007677 00000 n
+0000310559 00000 n
+0000540001 00000 n
+0000007726 00000 n
+0000007766 00000 n
+0000310621 00000 n
+0000539922 00000 n
+0000007820 00000 n
+0000007872 00000 n
+0000318358 00000 n
+0000539843 00000 n
+0000007926 00000 n
+0000007973 00000 n
+0000327252 00000 n
+0000539710 00000 n
+0000008020 00000 n
+0000008048 00000 n
+0000327440 00000 n
+0000539592 00000 n
+0000008097 00000 n
+0000008149 00000 n
+0000327502 00000 n
+0000539513 00000 n
+0000008203 00000 n
+0000008253 00000 n
+0000330326 00000 n
+0000539420 00000 n
+0000008307 00000 n
+0000008353 00000 n
+0000335602 00000 n
+0000539341 00000 n
+0000008407 00000 n
+0000008445 00000 n
+0000335727 00000 n
+0000539248 00000 n
+0000008494 00000 n
+0000008534 00000 n
+0000338518 00000 n
+0000539169 00000 n
+0000008583 00000 n
+0000008634 00000 n
+0000341198 00000 n
+0000539050 00000 n
+0000008681 00000 n
+0000008716 00000 n
+0000341385 00000 n
+0000538932 00000 n
+0000008765 00000 n
+0000008791 00000 n
+0000341447 00000 n
+0000538853 00000 n
+0000008845 00000 n
+0000008881 00000 n
+0000344239 00000 n
+0000538760 00000 n
+0000008935 00000 n
+0000008968 00000 n
+0000344301 00000 n
+0000538667 00000 n
+0000009022 00000 n
+0000009053 00000 n
+0000346737 00000 n
+0000538588 00000 n
+0000009107 00000 n
+0000009150 00000 n
+0000348818 00000 n
+0000538495 00000 n
+0000009199 00000 n
+0000009237 00000 n
+0000363500 00000 n
+0000538363 00000 n
+0000009286 00000 n
+0000009322 00000 n
+0000363562 00000 n
+0000538284 00000 n
+0000009376 00000 n
+0000009408 00000 n
+0000366964 00000 n
+0000538191 00000 n
+0000009462 00000 n
+0000009502 00000 n
+0000367026 00000 n
+0000538098 00000 n
0000009556 00000 n
-0000343153 00000 n
-0000504946 00000 n
-0000009610 00000 n
-0000009647 00000 n
-0000343215 00000 n
-0000504867 00000 n
-0000009701 00000 n
-0000009734 00000 n
-0000343340 00000 n
-0000504735 00000 n
-0000009783 00000 n
-0000009810 00000 n
-0000343401 00000 n
-0000504656 00000 n
-0000009864 00000 n
-0000009907 00000 n
-0000352351 00000 n
-0000504563 00000 n
-0000009961 00000 n
-0000009996 00000 n
-0000355147 00000 n
-0000504484 00000 n
-0000010050 00000 n
-0000010087 00000 n
-0000355272 00000 n
-0000504352 00000 n
-0000010136 00000 n
-0000010211 00000 n
-0000357383 00000 n
-0000504273 00000 n
-0000010265 00000 n
-0000010323 00000 n
-0000359976 00000 n
-0000504180 00000 n
-0000010377 00000 n
-0000010410 00000 n
-0000360038 00000 n
-0000504087 00000 n
-0000010464 00000 n
-0000010513 00000 n
-0000362134 00000 n
-0000503994 00000 n
-0000010567 00000 n
-0000010615 00000 n
-0000365097 00000 n
-0000503901 00000 n
-0000010669 00000 n
-0000010722 00000 n
-0000365159 00000 n
-0000503808 00000 n
-0000010776 00000 n
-0000010848 00000 n
-0000365221 00000 n
-0000503729 00000 n
-0000010902 00000 n
-0000010939 00000 n
-0000367708 00000 n
-0000503597 00000 n
-0000010988 00000 n
-0000011023 00000 n
-0000367832 00000 n
-0000503518 00000 n
-0000011077 00000 n
-0000011107 00000 n
-0000369841 00000 n
-0000503425 00000 n
-0000011161 00000 n
-0000011192 00000 n
-0000369903 00000 n
-0000503332 00000 n
-0000011246 00000 n
-0000011279 00000 n
-0000372583 00000 n
-0000503239 00000 n
-0000011333 00000 n
-0000011372 00000 n
-0000372707 00000 n
-0000503160 00000 n
-0000011426 00000 n
-0000011459 00000 n
-0000375511 00000 n
-0000503028 00000 n
-0000011508 00000 n
-0000011556 00000 n
-0000375572 00000 n
-0000502949 00000 n
-0000011610 00000 n
-0000011647 00000 n
-0000378312 00000 n
-0000502856 00000 n
-0000011701 00000 n
-0000011739 00000 n
-0000378373 00000 n
-0000502763 00000 n
-0000011793 00000 n
-0000011842 00000 n
-0000378435 00000 n
-0000502684 00000 n
-0000011896 00000 n
-0000011941 00000 n
-0000388152 00000 n
-0000502566 00000 n
-0000011990 00000 n
-0000012028 00000 n
-0000388214 00000 n
-0000502487 00000 n
-0000012082 00000 n
-0000012109 00000 n
-0000390965 00000 n
-0000502394 00000 n
-0000012163 00000 n
-0000012202 00000 n
-0000391027 00000 n
-0000502301 00000 n
-0000012256 00000 n
-0000012301 00000 n
-0000391089 00000 n
-0000502208 00000 n
-0000012355 00000 n
-0000012393 00000 n
-0000393176 00000 n
-0000502129 00000 n
-0000012447 00000 n
-0000012483 00000 n
-0000013012 00000 n
-0000013246 00000 n
-0000012536 00000 n
-0000013124 00000 n
-0000013185 00000 n
-0000498543 00000 n
-0000486819 00000 n
-0000498379 00000 n
-0000486511 00000 n
-0000484627 00000 n
-0000486349 00000 n
-0000483824 00000 n
-0000478569 00000 n
-0000483661 00000 n
-0000478261 00000 n
-0000476387 00000 n
-0000478100 00000 n
-0000475569 00000 n
-0000470161 00000 n
-0000475407 00000 n
-0000499681 00000 n
-0000017128 00000 n
-0000014621 00000 n
-0000013370 00000 n
-0000017069 00000 n
-0000014857 00000 n
-0000469111 00000 n
-0000459003 00000 n
-0000468947 00000 n
-0000015009 00000 n
-0000015160 00000 n
-0000015311 00000 n
-0000015462 00000 n
-0000457588 00000 n
-0000440755 00000 n
-0000457425 00000 n
-0000015615 00000 n
-0000015767 00000 n
-0000015920 00000 n
-0000016070 00000 n
-0000016223 00000 n
-0000016376 00000 n
-0000016534 00000 n
-0000016692 00000 n
-0000016851 00000 n
-0000023095 00000 n
-0000019128 00000 n
-0000017225 00000 n
-0000023034 00000 n
-0000019436 00000 n
-0000019589 00000 n
-0000019748 00000 n
-0000019905 00000 n
-0000020063 00000 n
-0000020222 00000 n
-0000020375 00000 n
-0000020534 00000 n
-0000020693 00000 n
-0000020846 00000 n
-0000021004 00000 n
-0000021161 00000 n
-0000021320 00000 n
-0000021478 00000 n
-0000021637 00000 n
-0000021790 00000 n
-0000021949 00000 n
-0000022101 00000 n
-0000022260 00000 n
-0000022419 00000 n
-0000022578 00000 n
-0000022731 00000 n
-0000022883 00000 n
-0000028974 00000 n
-0000025011 00000 n
-0000023179 00000 n
-0000028913 00000 n
-0000025319 00000 n
-0000025470 00000 n
-0000025623 00000 n
-0000025781 00000 n
-0000025940 00000 n
-0000026099 00000 n
-0000026251 00000 n
-0000026410 00000 n
-0000026563 00000 n
-0000026721 00000 n
-0000026874 00000 n
-0000027027 00000 n
-0000027178 00000 n
-0000027331 00000 n
-0000027484 00000 n
-0000027643 00000 n
-0000027802 00000 n
-0000027961 00000 n
-0000028120 00000 n
-0000028278 00000 n
-0000028437 00000 n
-0000028596 00000 n
-0000028755 00000 n
-0000034930 00000 n
-0000030944 00000 n
-0000029058 00000 n
-0000034869 00000 n
-0000031252 00000 n
-0000031412 00000 n
-0000031571 00000 n
-0000031724 00000 n
-0000031882 00000 n
-0000032041 00000 n
-0000032200 00000 n
-0000032359 00000 n
-0000032517 00000 n
-0000032670 00000 n
-0000032829 00000 n
-0000032988 00000 n
-0000033147 00000 n
-0000033306 00000 n
-0000033465 00000 n
-0000033623 00000 n
-0000033775 00000 n
-0000033928 00000 n
-0000034080 00000 n
-0000034239 00000 n
-0000034398 00000 n
-0000034557 00000 n
-0000034716 00000 n
-0000040753 00000 n
-0000036949 00000 n
-0000035001 00000 n
-0000040692 00000 n
-0000037249 00000 n
-0000037408 00000 n
-0000037567 00000 n
-0000037726 00000 n
-0000037885 00000 n
-0000038036 00000 n
-0000038189 00000 n
-0000038348 00000 n
-0000038507 00000 n
-0000439242 00000 n
-0000422894 00000 n
-0000439078 00000 n
-0000038666 00000 n
-0000038819 00000 n
-0000038972 00000 n
-0000039123 00000 n
-0000039275 00000 n
-0000039434 00000 n
-0000039591 00000 n
-0000039750 00000 n
-0000039909 00000 n
-0000040062 00000 n
-0000040215 00000 n
-0000040374 00000 n
-0000040533 00000 n
-0000046923 00000 n
-0000042925 00000 n
-0000040850 00000 n
-0000046862 00000 n
-0000043233 00000 n
-0000043392 00000 n
-0000043550 00000 n
-0000043703 00000 n
-0000043862 00000 n
-0000044021 00000 n
-0000044180 00000 n
-0000044339 00000 n
-0000044491 00000 n
-0000044650 00000 n
-0000044808 00000 n
-0000044967 00000 n
-0000045120 00000 n
-0000045279 00000 n
-0000045438 00000 n
-0000045597 00000 n
-0000045755 00000 n
-0000045914 00000 n
-0000046073 00000 n
-0000046232 00000 n
-0000046385 00000 n
-0000046544 00000 n
-0000046703 00000 n
-0000499799 00000 n
-0000050681 00000 n
-0000048339 00000 n
-0000047007 00000 n
-0000050620 00000 n
-0000048567 00000 n
-0000048726 00000 n
-0000048885 00000 n
-0000049038 00000 n
-0000049197 00000 n
-0000049355 00000 n
-0000049514 00000 n
-0000049673 00000 n
-0000049826 00000 n
-0000049985 00000 n
-0000050144 00000 n
-0000050303 00000 n
-0000050462 00000 n
-0000051145 00000 n
-0000050972 00000 n
-0000050765 00000 n
-0000051084 00000 n
-0000051729 00000 n
-0000051498 00000 n
-0000051216 00000 n
-0000051610 00000 n
-0000052188 00000 n
-0000052015 00000 n
-0000051813 00000 n
-0000052127 00000 n
-0000054430 00000 n
-0000054016 00000 n
-0000052259 00000 n
-0000054128 00000 n
-0000054247 00000 n
-0000054308 00000 n
-0000054369 00000 n
-0000056530 00000 n
-0000056055 00000 n
-0000054527 00000 n
-0000056227 00000 n
-0000056288 00000 n
-0000056409 00000 n
-0000499917 00000 n
-0000060069 00000 n
-0000059401 00000 n
-0000056627 00000 n
-0000421819 00000 n
-0000411462 00000 n
-0000421654 00000 n
-0000059705 00000 n
-0000059826 00000 n
-0000059533 00000 n
-0000059887 00000 n
-0000410515 00000 n
-0000401442 00000 n
-0000410351 00000 n
-0000059948 00000 n
-0000060009 00000 n
-0000062981 00000 n
-0000074608 00000 n
-0000061998 00000 n
-0000061463 00000 n
-0000060179 00000 n
-0000061635 00000 n
-0000061696 00000 n
-0000061817 00000 n
-0000079495 00000 n
-0000062869 00000 n
-0000062095 00000 n
-0000074110 00000 n
-0000079245 00000 n
-0000081525 00000 n
-0000081292 00000 n
-0000079649 00000 n
-0000081404 00000 n
-0000084029 00000 n
-0000083857 00000 n
-0000081648 00000 n
-0000086997 00000 n
-0000086168 00000 n
-0000084139 00000 n
-0000086316 00000 n
-0000086875 00000 n
-0000086936 00000 n
-0000086482 00000 n
-0000086648 00000 n
-0000500035 00000 n
-0000227288 00000 n
-0000205168 00000 n
-0000090113 00000 n
-0000089399 00000 n
-0000087120 00000 n
-0000089539 00000 n
-0000089874 00000 n
-0000089706 00000 n
-0000205290 00000 n
-0000093032 00000 n
-0000092800 00000 n
-0000090223 00000 n
-0000116827 00000 n
-0000095919 00000 n
-0000095320 00000 n
-0000093142 00000 n
-0000095620 00000 n
-0000095452 00000 n
-0000095859 00000 n
-0000100053 00000 n
-0000098475 00000 n
-0000096042 00000 n
-0000098647 00000 n
-0000098813 00000 n
-0000098988 00000 n
-0000099165 00000 n
-0000099339 00000 n
-0000099515 00000 n
-0000099749 00000 n
-0000099870 00000 n
-0000099992 00000 n
-0000103232 00000 n
-0000103353 00000 n
-0000103597 00000 n
-0000102629 00000 n
-0000100163 00000 n
-0000103110 00000 n
-0000102769 00000 n
-0000103475 00000 n
-0000102935 00000 n
-0000106490 00000 n
-0000105834 00000 n
-0000103707 00000 n
-0000106308 00000 n
-0000105974 00000 n
-0000106140 00000 n
-0000106430 00000 n
-0000500153 00000 n
-0000230577 00000 n
-0000166550 00000 n
-0000109903 00000 n
-0000109084 00000 n
-0000106600 00000 n
-0000109720 00000 n
-0000109232 00000 n
-0000400882 00000 n
-0000399078 00000 n
-0000400718 00000 n
-0000109398 00000 n
-0000109556 00000 n
-0000310307 00000 n
-0000169768 00000 n
-0000113309 00000 n
-0000112523 00000 n
-0000110026 00000 n
-0000112821 00000 n
-0000112655 00000 n
-0000112943 00000 n
-0000113004 00000 n
-0000113065 00000 n
-0000113187 00000 n
-0000197949 00000 n
-0000116239 00000 n
-0000115431 00000 n
-0000113432 00000 n
-0000116056 00000 n
-0000115571 00000 n
-0000116117 00000 n
-0000115815 00000 n
-0000165949 00000 n
-0000116715 00000 n
-0000116362 00000 n
-0000165888 00000 n
-0000165170 00000 n
-0000169176 00000 n
-0000166438 00000 n
-0000166077 00000 n
-0000169115 00000 n
-0000168505 00000 n
-0000197346 00000 n
-0000169656 00000 n
-0000169304 00000 n
-0000197285 00000 n
-0000500271 00000 n
-0000197023 00000 n
-0000201665 00000 n
-0000197837 00000 n
-0000197474 00000 n
-0000201604 00000 n
-0000201342 00000 n
-0000205468 00000 n
-0000203417 00000 n
-0000201793 00000 n
-0000204985 00000 n
-0000205107 00000 n
-0000203605 00000 n
-0000203771 00000 n
-0000203939 00000 n
-0000204107 00000 n
-0000204283 00000 n
-0000204455 00000 n
-0000204631 00000 n
-0000204808 00000 n
-0000205408 00000 n
-0000210343 00000 n
-0000210465 00000 n
-0000214295 00000 n
-0000222664 00000 n
-0000208024 00000 n
-0000207790 00000 n
-0000205565 00000 n
-0000207902 00000 n
-0000210525 00000 n
-0000210110 00000 n
-0000208134 00000 n
-0000210222 00000 n
-0000210283 00000 n
-0000214539 00000 n
-0000212639 00000 n
-0000210648 00000 n
-0000214051 00000 n
-0000214173 00000 n
-0000212819 00000 n
-0000212995 00000 n
-0000213171 00000 n
-0000213347 00000 n
-0000213523 00000 n
-0000213699 00000 n
-0000213875 00000 n
-0000214417 00000 n
-0000214478 00000 n
-0000216498 00000 n
-0000216620 00000 n
-0000216741 00000 n
-0000218779 00000 n
-0000218901 00000 n
-0000216863 00000 n
-0000216325 00000 n
-0000214662 00000 n
-0000216437 00000 n
-0000216559 00000 n
-0000216681 00000 n
-0000216802 00000 n
-0000500389 00000 n
-0000219085 00000 n
-0000218606 00000 n
-0000216973 00000 n
-0000218718 00000 n
-0000218840 00000 n
-0000218962 00000 n
-0000219023 00000 n
-0000222976 00000 n
-0000221482 00000 n
-0000219195 00000 n
-0000222539 00000 n
-0000221654 00000 n
-0000221831 00000 n
-0000222008 00000 n
-0000222185 00000 n
-0000222362 00000 n
-0000222788 00000 n
-0000222851 00000 n
-0000222914 00000 n
-0000225155 00000 n
-0000225281 00000 n
-0000227162 00000 n
-0000225407 00000 n
-0000224914 00000 n
-0000223100 00000 n
-0000225029 00000 n
-0000225092 00000 n
-0000225218 00000 n
-0000225344 00000 n
-0000227412 00000 n
-0000226984 00000 n
-0000225518 00000 n
-0000227099 00000 n
-0000227225 00000 n
-0000230638 00000 n
-0000230399 00000 n
-0000227536 00000 n
-0000230514 00000 n
-0000233112 00000 n
-0000232685 00000 n
-0000230749 00000 n
-0000232987 00000 n
-0000232822 00000 n
-0000500511 00000 n
-0000233987 00000 n
-0000233808 00000 n
-0000233223 00000 n
-0000233924 00000 n
-0000236344 00000 n
-0000235471 00000 n
-0000234085 00000 n
-0000235845 00000 n
-0000235970 00000 n
-0000236033 00000 n
-0000236158 00000 n
-0000235608 00000 n
-0000240142 00000 n
-0000238962 00000 n
-0000236442 00000 n
-0000239832 00000 n
-0000239117 00000 n
-0000239358 00000 n
-0000239595 00000 n
-0000243937 00000 n
-0000242819 00000 n
-0000240253 00000 n
-0000243688 00000 n
-0000242974 00000 n
-0000243211 00000 n
-0000243450 00000 n
-0000247728 00000 n
-0000246286 00000 n
-0000244048 00000 n
-0000247417 00000 n
-0000246450 00000 n
-0000246692 00000 n
-0000246934 00000 n
-0000247174 00000 n
-0000247666 00000 n
-0000250347 00000 n
-0000250106 00000 n
-0000247839 00000 n
-0000250222 00000 n
-0000500636 00000 n
-0000252850 00000 n
-0000252034 00000 n
-0000250471 00000 n
-0000252663 00000 n
-0000252180 00000 n
-0000252419 00000 n
-0000256130 00000 n
-0000255246 00000 n
-0000252974 00000 n
-0000255882 00000 n
-0000255392 00000 n
-0000255636 00000 n
-0000259878 00000 n
-0000259311 00000 n
-0000256254 00000 n
-0000259690 00000 n
-0000259448 00000 n
-0000259753 00000 n
-0000263265 00000 n
-0000262244 00000 n
-0000260015 00000 n
-0000263078 00000 n
-0000262399 00000 n
-0000262651 00000 n
-0000262820 00000 n
-0000266396 00000 n
-0000265819 00000 n
-0000263402 00000 n
-0000266209 00000 n
-0000265956 00000 n
-0000269884 00000 n
-0000268675 00000 n
-0000266520 00000 n
-0000269572 00000 n
-0000268830 00000 n
-0000269078 00000 n
-0000269323 00000 n
-0000269759 00000 n
-0000500761 00000 n
-0000272443 00000 n
-0000272264 00000 n
-0000270008 00000 n
-0000272380 00000 n
-0000276469 00000 n
-0000275214 00000 n
-0000272554 00000 n
-0000276281 00000 n
-0000275378 00000 n
-0000275621 00000 n
-0000275863 00000 n
-0000276038 00000 n
-0000276344 00000 n
-0000279581 00000 n
-0000279402 00000 n
-0000276580 00000 n
-0000279518 00000 n
-0000283048 00000 n
-0000282228 00000 n
-0000279692 00000 n
-0000282860 00000 n
-0000282374 00000 n
-0000282617 00000 n
-0000282923 00000 n
-0000285974 00000 n
-0000285671 00000 n
-0000283185 00000 n
-0000285787 00000 n
-0000288695 00000 n
-0000288329 00000 n
-0000286098 00000 n
-0000288445 00000 n
-0000288632 00000 n
-0000500886 00000 n
-0000291081 00000 n
-0000290261 00000 n
-0000288832 00000 n
-0000290893 00000 n
-0000290407 00000 n
-0000290956 00000 n
-0000290650 00000 n
-0000291019 00000 n
-0000293263 00000 n
-0000292258 00000 n
-0000291192 00000 n
-0000292890 00000 n
-0000292404 00000 n
-0000292647 00000 n
-0000293860 00000 n
-0000293681 00000 n
-0000293374 00000 n
-0000293797 00000 n
-0000296529 00000 n
-0000295671 00000 n
-0000293945 00000 n
-0000296154 00000 n
-0000296279 00000 n
-0000296342 00000 n
-0000295817 00000 n
-0000295986 00000 n
-0000299370 00000 n
-0000298753 00000 n
-0000296627 00000 n
-0000299245 00000 n
-0000298899 00000 n
-0000299076 00000 n
-0000302062 00000 n
-0000301883 00000 n
-0000299481 00000 n
-0000301999 00000 n
-0000501011 00000 n
-0000304771 00000 n
-0000304406 00000 n
-0000302186 00000 n
-0000304522 00000 n
-0000398353 00000 n
-0000393349 00000 n
-0000398187 00000 n
-0000304647 00000 n
-0000307562 00000 n
-0000307057 00000 n
-0000304896 00000 n
-0000307374 00000 n
-0000307437 00000 n
-0000307194 00000 n
-0000308155 00000 n
-0000307976 00000 n
-0000307673 00000 n
-0000308092 00000 n
-0000310493 00000 n
-0000310003 00000 n
-0000308240 00000 n
-0000310119 00000 n
-0000310244 00000 n
-0000313345 00000 n
-0000312845 00000 n
-0000310591 00000 n
-0000313159 00000 n
-0000312982 00000 n
-0000315844 00000 n
-0000315541 00000 n
-0000313469 00000 n
-0000315657 00000 n
-0000315782 00000 n
-0000501136 00000 n
-0000317863 00000 n
-0000317622 00000 n
-0000315955 00000 n
-0000317738 00000 n
-0000319355 00000 n
-0000326972 00000 n
-0000332607 00000 n
-0000319239 00000 n
-0000317974 00000 n
-0000332357 00000 n
-0000332420 00000 n
-0000326258 00000 n
-0000331930 00000 n
-0000336071 00000 n
-0000335578 00000 n
-0000332764 00000 n
-0000335884 00000 n
-0000335715 00000 n
-0000338442 00000 n
-0000338077 00000 n
-0000336182 00000 n
-0000338193 00000 n
-0000338380 00000 n
-0000341131 00000 n
-0000340766 00000 n
-0000338553 00000 n
-0000340882 00000 n
-0000345613 00000 n
-0000343463 00000 n
-0000342974 00000 n
-0000341242 00000 n
-0000343090 00000 n
-0000343277 00000 n
-0000501261 00000 n
-0000352413 00000 n
-0000345497 00000 n
-0000343574 00000 n
-0000352288 00000 n
-0000351587 00000 n
-0000355334 00000 n
-0000354968 00000 n
-0000352582 00000 n
-0000355084 00000 n
-0000355209 00000 n
-0000357445 00000 n
-0000357204 00000 n
-0000355445 00000 n
-0000357320 00000 n
-0000360100 00000 n
-0000359609 00000 n
-0000357556 00000 n
-0000359913 00000 n
-0000359746 00000 n
-0000362196 00000 n
-0000361745 00000 n
-0000360225 00000 n
-0000362071 00000 n
-0000361882 00000 n
-0000365283 00000 n
-0000364352 00000 n
-0000362307 00000 n
-0000365034 00000 n
-0000364507 00000 n
-0000364684 00000 n
-0000364861 00000 n
-0000501386 00000 n
-0000367770 00000 n
-0000367893 00000 n
-0000367332 00000 n
-0000365408 00000 n
-0000367645 00000 n
-0000367469 00000 n
-0000372645 00000 n
-0000369965 00000 n
-0000369662 00000 n
-0000368017 00000 n
-0000369778 00000 n
-0000372769 00000 n
-0000372404 00000 n
-0000370076 00000 n
-0000372520 00000 n
-0000375634 00000 n
-0000375269 00000 n
-0000372893 00000 n
-0000375385 00000 n
-0000375448 00000 n
-0000380718 00000 n
-0000378497 00000 n
-0000377939 00000 n
-0000375758 00000 n
-0000378249 00000 n
-0000378076 00000 n
-0000386033 00000 n
-0000380602 00000 n
-0000378621 00000 n
-0000385907 00000 n
-0000385970 00000 n
-0000501511 00000 n
-0000385512 00000 n
-0000388275 00000 n
-0000387973 00000 n
-0000386177 00000 n
-0000388089 00000 n
-0000391151 00000 n
-0000390786 00000 n
-0000388386 00000 n
-0000390902 00000 n
-0000393238 00000 n
-0000392997 00000 n
-0000391276 00000 n
-0000393113 00000 n
-0000398813 00000 n
-0000398596 00000 n
-0000401317 00000 n
-0000401112 00000 n
-0000411109 00000 n
-0000410798 00000 n
-0000422464 00000 n
-0000422172 00000 n
-0000440229 00000 n
-0000439838 00000 n
-0000458519 00000 n
-0000458102 00000 n
-0000469760 00000 n
-0000469424 00000 n
-0000476046 00000 n
-0000475827 00000 n
-0000478484 00000 n
-0000478459 00000 n
-0000484287 00000 n
-0000484069 00000 n
-0000486734 00000 n
-0000486709 00000 n
-0000499305 00000 n
-0000498934 00000 n
-0000501618 00000 n
-0000501738 00000 n
-0000501863 00000 n
-0000501971 00000 n
-0000502053 00000 n
-0000515393 00000 n
-0000523429 00000 n
-0000523470 00000 n
-0000523510 00000 n
-0000523644 00000 n
+0000009588 00000 n
+0000369274 00000 n
+0000538005 00000 n
+0000009642 00000 n
+0000009675 00000 n
+0000369336 00000 n
+0000537926 00000 n
+0000009729 00000 n
+0000009764 00000 n
+0000371963 00000 n
+0000537794 00000 n
+0000009813 00000 n
+0000009849 00000 n
+0000372025 00000 n
+0000537715 00000 n
+0000009903 00000 n
+0000009933 00000 n
+0000372087 00000 n
+0000537622 00000 n
+0000009987 00000 n
+0000010020 00000 n
+0000374172 00000 n
+0000537529 00000 n
+0000010074 00000 n
+0000010111 00000 n
+0000374234 00000 n
+0000537450 00000 n
+0000010165 00000 n
+0000010198 00000 n
+0000374359 00000 n
+0000537318 00000 n
+0000010247 00000 n
+0000010274 00000 n
+0000374420 00000 n
+0000537239 00000 n
+0000010328 00000 n
+0000010371 00000 n
+0000383370 00000 n
+0000537146 00000 n
+0000010425 00000 n
+0000010460 00000 n
+0000386167 00000 n
+0000537067 00000 n
+0000010514 00000 n
+0000010551 00000 n
+0000386292 00000 n
+0000536935 00000 n
+0000010600 00000 n
+0000010675 00000 n
+0000388403 00000 n
+0000536856 00000 n
+0000010729 00000 n
+0000010787 00000 n
+0000390996 00000 n
+0000536763 00000 n
+0000010841 00000 n
+0000010874 00000 n
+0000391058 00000 n
+0000536670 00000 n
+0000010928 00000 n
+0000010977 00000 n
+0000393154 00000 n
+0000536577 00000 n
+0000011031 00000 n
+0000011079 00000 n
+0000396117 00000 n
+0000536484 00000 n
+0000011133 00000 n
+0000011186 00000 n
+0000396179 00000 n
+0000536391 00000 n
+0000011240 00000 n
+0000011312 00000 n
+0000396241 00000 n
+0000536312 00000 n
+0000011366 00000 n
+0000011403 00000 n
+0000398728 00000 n
+0000536180 00000 n
+0000011452 00000 n
+0000011487 00000 n
+0000398852 00000 n
+0000536101 00000 n
+0000011541 00000 n
+0000011571 00000 n
+0000400861 00000 n
+0000536008 00000 n
+0000011625 00000 n
+0000011656 00000 n
+0000400923 00000 n
+0000535915 00000 n
+0000011710 00000 n
+0000011743 00000 n
+0000403603 00000 n
+0000535822 00000 n
+0000011797 00000 n
+0000011836 00000 n
+0000403727 00000 n
+0000535743 00000 n
+0000011890 00000 n
+0000011923 00000 n
+0000406531 00000 n
+0000535611 00000 n
+0000011972 00000 n
+0000012020 00000 n
+0000406592 00000 n
+0000535532 00000 n
+0000012074 00000 n
+0000012111 00000 n
+0000409332 00000 n
+0000535439 00000 n
+0000012165 00000 n
+0000012203 00000 n
+0000409393 00000 n
+0000535346 00000 n
+0000012257 00000 n
+0000012306 00000 n
+0000409455 00000 n
+0000535267 00000 n
+0000012360 00000 n
+0000012405 00000 n
+0000419172 00000 n
+0000535149 00000 n
+0000012454 00000 n
+0000012492 00000 n
+0000419234 00000 n
+0000535070 00000 n
+0000012546 00000 n
+0000012573 00000 n
+0000421985 00000 n
+0000534977 00000 n
+0000012627 00000 n
+0000012666 00000 n
+0000422047 00000 n
+0000534884 00000 n
+0000012720 00000 n
+0000012765 00000 n
+0000422109 00000 n
+0000534791 00000 n
+0000012819 00000 n
+0000012857 00000 n
+0000424196 00000 n
+0000534712 00000 n
+0000012911 00000 n
+0000012947 00000 n
+0000013476 00000 n
+0000013710 00000 n
+0000013000 00000 n
+0000013588 00000 n
+0000013649 00000 n
+0000530871 00000 n
+0000519147 00000 n
+0000530707 00000 n
+0000518839 00000 n
+0000516955 00000 n
+0000518677 00000 n
+0000516138 00000 n
+0000510742 00000 n
+0000515975 00000 n
+0000510434 00000 n
+0000508559 00000 n
+0000510273 00000 n
+0000507741 00000 n
+0000502333 00000 n
+0000507579 00000 n
+0000532009 00000 n
+0000017615 00000 n
+0000015107 00000 n
+0000013834 00000 n
+0000017556 00000 n
+0000015343 00000 n
+0000501304 00000 n
+0000490447 00000 n
+0000501140 00000 n
+0000015495 00000 n
+0000015646 00000 n
+0000015797 00000 n
+0000015948 00000 n
+0000489032 00000 n
+0000472199 00000 n
+0000488869 00000 n
+0000016101 00000 n
+0000016253 00000 n
+0000016412 00000 n
+0000016571 00000 n
+0000016724 00000 n
+0000016875 00000 n
+0000017027 00000 n
+0000017179 00000 n
+0000017338 00000 n
+0000023629 00000 n
+0000019648 00000 n
+0000017712 00000 n
+0000023568 00000 n
+0000019956 00000 n
+0000020115 00000 n
+0000020273 00000 n
+0000020426 00000 n
+0000020585 00000 n
+0000020743 00000 n
+0000020901 00000 n
+0000021060 00000 n
+0000021212 00000 n
+0000021371 00000 n
+0000021530 00000 n
+0000021683 00000 n
+0000021841 00000 n
+0000021998 00000 n
+0000022157 00000 n
+0000022316 00000 n
+0000022475 00000 n
+0000022628 00000 n
+0000022786 00000 n
+0000022938 00000 n
+0000023097 00000 n
+0000023256 00000 n
+0000023415 00000 n
+0000029273 00000 n
+0000025486 00000 n
+0000023700 00000 n
+0000029212 00000 n
+0000025786 00000 n
+0000025939 00000 n
+0000026090 00000 n
+0000026241 00000 n
+0000026394 00000 n
+0000026553 00000 n
+0000026712 00000 n
+0000026871 00000 n
+0000027024 00000 n
+0000027183 00000 n
+0000027336 00000 n
+0000027495 00000 n
+0000027648 00000 n
+0000027801 00000 n
+0000027952 00000 n
+0000028105 00000 n
+0000028258 00000 n
+0000028417 00000 n
+0000028576 00000 n
+0000028735 00000 n
+0000028894 00000 n
+0000029053 00000 n
+0000035219 00000 n
+0000031229 00000 n
+0000029357 00000 n
+0000035158 00000 n
+0000031537 00000 n
+0000031696 00000 n
+0000031854 00000 n
+0000032012 00000 n
+0000032172 00000 n
+0000032332 00000 n
+0000032485 00000 n
+0000032643 00000 n
+0000032801 00000 n
+0000032960 00000 n
+0000033118 00000 n
+0000033276 00000 n
+0000033429 00000 n
+0000033588 00000 n
+0000033747 00000 n
+0000033906 00000 n
+0000034064 00000 n
+0000034223 00000 n
+0000034381 00000 n
+0000034534 00000 n
+0000034687 00000 n
+0000034840 00000 n
+0000034999 00000 n
+0000041029 00000 n
+0000037226 00000 n
+0000035290 00000 n
+0000040968 00000 n
+0000037526 00000 n
+0000037685 00000 n
+0000037844 00000 n
+0000037997 00000 n
+0000038156 00000 n
+0000038315 00000 n
+0000038474 00000 n
+0000038633 00000 n
+0000038785 00000 n
+0000038944 00000 n
+0000039103 00000 n
+0000039254 00000 n
+0000039407 00000 n
+0000039566 00000 n
+0000039725 00000 n
+0000470686 00000 n
+0000454338 00000 n
+0000470522 00000 n
+0000039884 00000 n
+0000040037 00000 n
+0000040190 00000 n
+0000040341 00000 n
+0000040493 00000 n
+0000040652 00000 n
+0000040809 00000 n
+0000047159 00000 n
+0000043170 00000 n
+0000041126 00000 n
+0000047098 00000 n
+0000043478 00000 n
+0000043637 00000 n
+0000043789 00000 n
+0000043942 00000 n
+0000044101 00000 n
+0000044260 00000 n
+0000044419 00000 n
+0000044578 00000 n
+0000044735 00000 n
+0000044888 00000 n
+0000045045 00000 n
+0000045204 00000 n
+0000045363 00000 n
+0000045522 00000 n
+0000045675 00000 n
+0000045834 00000 n
+0000045992 00000 n
+0000046151 00000 n
+0000046304 00000 n
+0000046462 00000 n
+0000046621 00000 n
+0000046780 00000 n
+0000046939 00000 n
+0000532127 00000 n
+0000052355 00000 n
+0000049021 00000 n
+0000047243 00000 n
+0000052294 00000 n
+0000049297 00000 n
+0000049456 00000 n
+0000049615 00000 n
+0000049768 00000 n
+0000049927 00000 n
+0000050086 00000 n
+0000050245 00000 n
+0000050404 00000 n
+0000050563 00000 n
+0000050716 00000 n
+0000050875 00000 n
+0000051032 00000 n
+0000051191 00000 n
+0000051349 00000 n
+0000051501 00000 n
+0000051659 00000 n
+0000051818 00000 n
+0000051977 00000 n
+0000052136 00000 n
+0000052819 00000 n
+0000052646 00000 n
+0000052439 00000 n
+0000052758 00000 n
+0000053403 00000 n
+0000053172 00000 n
+0000052890 00000 n
+0000053284 00000 n
+0000053862 00000 n
+0000053689 00000 n
+0000053487 00000 n
+0000053801 00000 n
+0000056104 00000 n
+0000055690 00000 n
+0000053933 00000 n
+0000055802 00000 n
+0000055921 00000 n
+0000055982 00000 n
+0000056043 00000 n
+0000058811 00000 n
+0000057572 00000 n
+0000056201 00000 n
+0000058509 00000 n
+0000058570 00000 n
+0000453778 00000 n
+0000451975 00000 n
+0000453614 00000 n
+0000057728 00000 n
+0000057913 00000 n
+0000058092 00000 n
+0000058270 00000 n
+0000058691 00000 n
+0000532245 00000 n
+0000061778 00000 n
+0000061606 00000 n
+0000058921 00000 n
+0000450902 00000 n
+0000440185 00000 n
+0000450737 00000 n
+0000065142 00000 n
+0000064414 00000 n
+0000061875 00000 n
+0000064778 00000 n
+0000064899 00000 n
+0000064546 00000 n
+0000064960 00000 n
+0000439238 00000 n
+0000430165 00000 n
+0000439074 00000 n
+0000065021 00000 n
+0000065081 00000 n
+0000065994 00000 n
+0000065882 00000 n
+0000065252 00000 n
+0000068880 00000 n
+0000080507 00000 n
+0000067897 00000 n
+0000067362 00000 n
+0000066078 00000 n
+0000067534 00000 n
+0000067595 00000 n
+0000067716 00000 n
+0000085394 00000 n
+0000068768 00000 n
+0000067994 00000 n
+0000080009 00000 n
+0000085144 00000 n
+0000087424 00000 n
+0000087191 00000 n
+0000085548 00000 n
+0000087303 00000 n
+0000532363 00000 n
+0000089928 00000 n
+0000089756 00000 n
+0000087547 00000 n
+0000092896 00000 n
+0000092067 00000 n
+0000090038 00000 n
+0000092215 00000 n
+0000092774 00000 n
+0000092835 00000 n
+0000092381 00000 n
+0000092547 00000 n
+0000233569 00000 n
+0000211364 00000 n
+0000096012 00000 n
+0000095298 00000 n
+0000093019 00000 n
+0000095438 00000 n
+0000095773 00000 n
+0000095605 00000 n
+0000211486 00000 n
+0000098930 00000 n
+0000098698 00000 n
+0000096122 00000 n
+0000123026 00000 n
+0000101878 00000 n
+0000101218 00000 n
+0000099040 00000 n
+0000101518 00000 n
+0000101579 00000 n
+0000101350 00000 n
+0000101818 00000 n
+0000106075 00000 n
+0000104434 00000 n
+0000102001 00000 n
+0000105648 00000 n
+0000104606 00000 n
+0000104772 00000 n
+0000104947 00000 n
+0000105124 00000 n
+0000105298 00000 n
+0000105474 00000 n
+0000105770 00000 n
+0000105892 00000 n
+0000106014 00000 n
+0000532481 00000 n
+0000109255 00000 n
+0000109376 00000 n
+0000109620 00000 n
+0000108652 00000 n
+0000106185 00000 n
+0000109133 00000 n
+0000108792 00000 n
+0000109498 00000 n
+0000108958 00000 n
+0000112514 00000 n
+0000111858 00000 n
+0000109730 00000 n
+0000112332 00000 n
+0000111998 00000 n
+0000112164 00000 n
+0000112454 00000 n
+0000236858 00000 n
+0000172747 00000 n
+0000115927 00000 n
+0000115108 00000 n
+0000112624 00000 n
+0000115744 00000 n
+0000115256 00000 n
+0000115422 00000 n
+0000115580 00000 n
+0000341323 00000 n
+0000175965 00000 n
+0000119333 00000 n
+0000118547 00000 n
+0000116050 00000 n
+0000118845 00000 n
+0000118679 00000 n
+0000118967 00000 n
+0000119028 00000 n
+0000119089 00000 n
+0000119211 00000 n
+0000204145 00000 n
+0000122438 00000 n
+0000121630 00000 n
+0000119456 00000 n
+0000122255 00000 n
+0000121770 00000 n
+0000122316 00000 n
+0000122014 00000 n
+0000172148 00000 n
+0000122914 00000 n
+0000122561 00000 n
+0000172087 00000 n
+0000532599 00000 n
+0000171369 00000 n
+0000175373 00000 n
+0000172635 00000 n
+0000172276 00000 n
+0000175312 00000 n
+0000174702 00000 n
+0000203543 00000 n
+0000175853 00000 n
+0000175501 00000 n
+0000203482 00000 n
+0000203220 00000 n
+0000207861 00000 n
+0000204033 00000 n
+0000203671 00000 n
+0000207800 00000 n
+0000207538 00000 n
+0000211664 00000 n
+0000209613 00000 n
+0000207989 00000 n
+0000211181 00000 n
+0000211303 00000 n
+0000209801 00000 n
+0000209967 00000 n
+0000210135 00000 n
+0000210303 00000 n
+0000210479 00000 n
+0000210651 00000 n
+0000210827 00000 n
+0000211004 00000 n
+0000211604 00000 n
+0000216547 00000 n
+0000216671 00000 n
+0000220527 00000 n
+0000228941 00000 n
+0000214220 00000 n
+0000213986 00000 n
+0000211761 00000 n
+0000214098 00000 n
+0000216732 00000 n
+0000216307 00000 n
+0000214330 00000 n
+0000216422 00000 n
+0000216485 00000 n
+0000532717 00000 n
+0000220777 00000 n
+0000218847 00000 n
+0000216855 00000 n
+0000220277 00000 n
+0000220402 00000 n
+0000219038 00000 n
+0000219215 00000 n
+0000219392 00000 n
+0000219569 00000 n
+0000219746 00000 n
+0000219923 00000 n
+0000220100 00000 n
+0000220651 00000 n
+0000220714 00000 n
+0000222744 00000 n
+0000222870 00000 n
+0000222995 00000 n
+0000225045 00000 n
+0000225171 00000 n
+0000223121 00000 n
+0000222565 00000 n
+0000220901 00000 n
+0000222681 00000 n
+0000222807 00000 n
+0000222933 00000 n
+0000223058 00000 n
+0000225360 00000 n
+0000224866 00000 n
+0000223232 00000 n
+0000224982 00000 n
+0000225108 00000 n
+0000225234 00000 n
+0000225297 00000 n
+0000229253 00000 n
+0000227758 00000 n
+0000225471 00000 n
+0000228816 00000 n
+0000227931 00000 n
+0000228108 00000 n
+0000228285 00000 n
+0000228462 00000 n
+0000228639 00000 n
+0000229065 00000 n
+0000229128 00000 n
+0000229191 00000 n
+0000231435 00000 n
+0000231561 00000 n
+0000233443 00000 n
+0000231687 00000 n
+0000231193 00000 n
+0000229377 00000 n
+0000231309 00000 n
+0000231372 00000 n
+0000231498 00000 n
+0000231624 00000 n
+0000233693 00000 n
+0000233264 00000 n
+0000231798 00000 n
+0000233380 00000 n
+0000233506 00000 n
+0000532842 00000 n
+0000236919 00000 n
+0000236679 00000 n
+0000233817 00000 n
+0000236795 00000 n
+0000239393 00000 n
+0000238966 00000 n
+0000237030 00000 n
+0000239268 00000 n
+0000239103 00000 n
+0000240269 00000 n
+0000240090 00000 n
+0000239504 00000 n
+0000240206 00000 n
+0000242365 00000 n
+0000241750 00000 n
+0000240367 00000 n
+0000241866 00000 n
+0000241991 00000 n
+0000242054 00000 n
+0000242179 00000 n
+0000246070 00000 n
+0000244706 00000 n
+0000242463 00000 n
+0000245821 00000 n
+0000244870 00000 n
+0000245107 00000 n
+0000245347 00000 n
+0000245584 00000 n
+0000249816 00000 n
+0000248699 00000 n
+0000246181 00000 n
+0000249568 00000 n
+0000248854 00000 n
+0000249091 00000 n
+0000249330 00000 n
+0000532967 00000 n
+0000253634 00000 n
+0000252443 00000 n
+0000249927 00000 n
+0000253323 00000 n
+0000252598 00000 n
+0000252840 00000 n
+0000253083 00000 n
+0000256491 00000 n
+0000255923 00000 n
+0000253745 00000 n
+0000256303 00000 n
+0000256060 00000 n
+0000256366 00000 n
+0000259200 00000 n
+0000258384 00000 n
+0000256615 00000 n
+0000259013 00000 n
+0000258530 00000 n
+0000258769 00000 n
+0000262479 00000 n
+0000261595 00000 n
+0000259324 00000 n
+0000262231 00000 n
+0000261741 00000 n
+0000261985 00000 n
+0000266227 00000 n
+0000265660 00000 n
+0000262603 00000 n
+0000266039 00000 n
+0000265797 00000 n
+0000266102 00000 n
+0000269614 00000 n
+0000268593 00000 n
+0000266364 00000 n
+0000269427 00000 n
+0000268748 00000 n
+0000269000 00000 n
+0000269169 00000 n
+0000533092 00000 n
+0000272745 00000 n
+0000272168 00000 n
+0000269751 00000 n
+0000272558 00000 n
+0000272305 00000 n
+0000276233 00000 n
+0000275024 00000 n
+0000272869 00000 n
+0000275921 00000 n
+0000275179 00000 n
+0000275427 00000 n
+0000275672 00000 n
+0000276108 00000 n
+0000278791 00000 n
+0000278612 00000 n
+0000276357 00000 n
+0000278728 00000 n
+0000282817 00000 n
+0000281562 00000 n
+0000278902 00000 n
+0000282629 00000 n
+0000281726 00000 n
+0000281969 00000 n
+0000282211 00000 n
+0000282386 00000 n
+0000282692 00000 n
+0000285929 00000 n
+0000285750 00000 n
+0000282928 00000 n
+0000285866 00000 n
+0000289169 00000 n
+0000288350 00000 n
+0000286040 00000 n
+0000288981 00000 n
+0000288496 00000 n
+0000288738 00000 n
+0000289044 00000 n
+0000533217 00000 n
+0000291872 00000 n
+0000291631 00000 n
+0000289306 00000 n
+0000291747 00000 n
+0000294620 00000 n
+0000294317 00000 n
+0000291996 00000 n
+0000294433 00000 n
+0000297189 00000 n
+0000296560 00000 n
+0000294757 00000 n
+0000296938 00000 n
+0000297063 00000 n
+0000296697 00000 n
+0000297126 00000 n
+0000300338 00000 n
+0000299705 00000 n
+0000297313 00000 n
+0000300088 00000 n
+0000299842 00000 n
+0000300151 00000 n
+0000304074 00000 n
+0000303070 00000 n
+0000300462 00000 n
+0000303887 00000 n
+0000303225 00000 n
+0000303468 00000 n
+0000303645 00000 n
+0000424402 00000 n
+0000307858 00000 n
+0000306854 00000 n
+0000304185 00000 n
+0000307670 00000 n
+0000307009 00000 n
+0000307186 00000 n
+0000307733 00000 n
+0000307429 00000 n
+0000533342 00000 n
+0000424369 00000 n
+0000310683 00000 n
+0000310130 00000 n
+0000307982 00000 n
+0000310433 00000 n
+0000310496 00000 n
+0000310267 00000 n
+0000313495 00000 n
+0000312925 00000 n
+0000310794 00000 n
+0000313308 00000 n
+0000313371 00000 n
+0000313062 00000 n
+0000313432 00000 n
+0000315466 00000 n
+0000314959 00000 n
+0000313606 00000 n
+0000315342 00000 n
+0000315096 00000 n
+0000315405 00000 n
+0000318482 00000 n
+0000318179 00000 n
+0000315577 00000 n
+0000318295 00000 n
+0000318420 00000 n
+0000321944 00000 n
+0000321519 00000 n
+0000318619 00000 n
+0000321818 00000 n
+0000321656 00000 n
+0000321881 00000 n
+0000324284 00000 n
+0000324042 00000 n
+0000322068 00000 n
+0000324158 00000 n
+0000324221 00000 n
+0000533467 00000 n
+0000324894 00000 n
+0000324715 00000 n
+0000324408 00000 n
+0000324831 00000 n
+0000327564 00000 n
+0000326706 00000 n
+0000324979 00000 n
+0000327189 00000 n
+0000327314 00000 n
+0000327377 00000 n
+0000326852 00000 n
+0000327021 00000 n
+0000330388 00000 n
+0000329781 00000 n
+0000327662 00000 n
+0000330263 00000 n
+0000329927 00000 n
+0000330094 00000 n
+0000333079 00000 n
+0000332900 00000 n
+0000330499 00000 n
+0000333016 00000 n
+0000335788 00000 n
+0000335423 00000 n
+0000333203 00000 n
+0000335539 00000 n
+0000429440 00000 n
+0000424435 00000 n
+0000429274 00000 n
+0000335664 00000 n
+0000338580 00000 n
+0000338075 00000 n
+0000335913 00000 n
+0000338392 00000 n
+0000338455 00000 n
+0000338212 00000 n
+0000533592 00000 n
+0000339172 00000 n
+0000338993 00000 n
+0000338691 00000 n
+0000339109 00000 n
+0000341509 00000 n
+0000341019 00000 n
+0000339257 00000 n
+0000341135 00000 n
+0000341260 00000 n
+0000344362 00000 n
+0000343862 00000 n
+0000341607 00000 n
+0000344176 00000 n
+0000343999 00000 n
+0000346861 00000 n
+0000346558 00000 n
+0000344486 00000 n
+0000346674 00000 n
+0000346799 00000 n
+0000348880 00000 n
+0000348639 00000 n
+0000346972 00000 n
+0000348755 00000 n
+0000350372 00000 n
+0000357989 00000 n
+0000363624 00000 n
+0000350256 00000 n
+0000348991 00000 n
+0000363374 00000 n
+0000363437 00000 n
+0000533717 00000 n
+0000357275 00000 n
+0000362947 00000 n
+0000367088 00000 n
+0000366595 00000 n
+0000363781 00000 n
+0000366901 00000 n
+0000366732 00000 n
+0000369460 00000 n
+0000369095 00000 n
+0000367199 00000 n
+0000369211 00000 n
+0000369398 00000 n
+0000372149 00000 n
+0000371784 00000 n
+0000369571 00000 n
+0000371900 00000 n
+0000376632 00000 n
+0000374482 00000 n
+0000373993 00000 n
+0000372260 00000 n
+0000374109 00000 n
+0000374296 00000 n
+0000383432 00000 n
+0000376516 00000 n
+0000374593 00000 n
+0000383307 00000 n
+0000382606 00000 n
+0000386354 00000 n
+0000385988 00000 n
+0000383601 00000 n
+0000386104 00000 n
+0000386229 00000 n
+0000533842 00000 n
+0000388465 00000 n
+0000388224 00000 n
+0000386465 00000 n
+0000388340 00000 n
+0000391120 00000 n
+0000390629 00000 n
+0000388576 00000 n
+0000390933 00000 n
+0000390766 00000 n
+0000393216 00000 n
+0000392765 00000 n
+0000391245 00000 n
+0000393091 00000 n
+0000392902 00000 n
+0000396303 00000 n
+0000395372 00000 n
+0000393327 00000 n
+0000396054 00000 n
+0000395527 00000 n
+0000395704 00000 n
+0000395881 00000 n
+0000398790 00000 n
+0000398913 00000 n
+0000398352 00000 n
+0000396428 00000 n
+0000398665 00000 n
+0000398489 00000 n
+0000403665 00000 n
+0000400985 00000 n
+0000400682 00000 n
+0000399037 00000 n
+0000400798 00000 n
+0000533967 00000 n
+0000403789 00000 n
+0000403424 00000 n
+0000401096 00000 n
+0000403540 00000 n
+0000406654 00000 n
+0000406289 00000 n
+0000403913 00000 n
+0000406405 00000 n
+0000406468 00000 n
+0000411738 00000 n
+0000409517 00000 n
+0000408959 00000 n
+0000406778 00000 n
+0000409269 00000 n
+0000409096 00000 n
+0000417053 00000 n
+0000411622 00000 n
+0000409641 00000 n
+0000416927 00000 n
+0000416990 00000 n
+0000416532 00000 n
+0000419295 00000 n
+0000418993 00000 n
+0000417197 00000 n
+0000419109 00000 n
+0000422171 00000 n
+0000421806 00000 n
+0000419406 00000 n
+0000421922 00000 n
+0000534092 00000 n
+0000424258 00000 n
+0000424017 00000 n
+0000422296 00000 n
+0000424133 00000 n
+0000429900 00000 n
+0000429683 00000 n
+0000439832 00000 n
+0000439521 00000 n
+0000451555 00000 n
+0000451259 00000 n
+0000454213 00000 n
+0000454008 00000 n
+0000471673 00000 n
+0000471282 00000 n
+0000489963 00000 n
+0000489546 00000 n
+0000501970 00000 n
+0000501625 00000 n
+0000508218 00000 n
+0000507999 00000 n
+0000510657 00000 n
+0000510632 00000 n
+0000516609 00000 n
+0000516389 00000 n
+0000519062 00000 n
+0000519037 00000 n
+0000531633 00000 n
+0000531262 00000 n
+0000534181 00000 n
+0000534301 00000 n
+0000534427 00000 n
+0000534553 00000 n
+0000534636 00000 n
+0000548466 00000 n
+0000557122 00000 n
+0000557163 00000 n
+0000557203 00000 n
+0000557337 00000 n
trailer
<<
-/Size 1367
-/Root 1365 0 R
-/Info 1366 0 R
-/ID [<4AD612447480E2C6827F2E584620586A> <4AD612447480E2C6827F2E584620586A>]
+/Size 1456
+/Root 1454 0 R
+/Info 1455 0 R
+/ID [<DE7E35A4C40E15C59374883CB2D91B74> <DE7E35A4C40E15C59374883CB2D91B74>]
>>
startxref
-523884
+557577
%%EOF