summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwei <>2006-01-29 04:55:05 +0000
committerwei <>2006-01-29 04:55:05 +0000
commitf80fa8b7e0bff7126a13b767079d2c500b92b3f7 (patch)
treef42e566c5e6c12322b54e91c683a8f488e57e008
parent92a33ef250a55ec54b6c26c5611af77d999fb337 (diff)
Update quickstart style.css
-rw-r--r--buildscripts/texbuilder/build.php23
-rw-r--r--buildscripts/texbuilder/prado3_quick_start.pdf8450
-rw-r--r--demos/quickstart/protected/pages/Controls/Validation.page114
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css39
-rw-r--r--framework/I18N/TGlobalization.php16
-rw-r--r--framework/I18N/TTranslateParameter.php14
6 files changed, 4347 insertions, 4309 deletions
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php
index b5f545e4..25ea97c3 100644
--- a/buildscripts/texbuilder/build.php
+++ b/buildscripts/texbuilder/build.php
@@ -59,6 +59,12 @@ function escape_verbatim($matches)
return "\begin{verbatim}".str_replace('\$', '$', $matches[2])."\end{verbatim}\n";
}
+function escape_verb($matches)
+{
+ $text = str_replace(array('\{', '\}'), array('{','}'), $matches[1]);
+ return '\verb<'.$text.'<';
+}
+
function include_image($matches)
{
global $current_path;
@@ -155,6 +161,9 @@ function parse_html($page,$html)
$html = preg_replace_callback('/(`1`)([^`]*)(`2`)/m', 'escape_verbatim', $html);
$html = preg_replace_callback('/(<div class="source">)([^<]*)(<\/div>)/', 'escape_verbatim', $html);
+ //<code>
+ $html = preg_replace_callback('/<code>([^<]*)<\/code>/', 'escape_verb', $html);
+
$html = preg_replace_callback('/<img\s+src="?<%~([^"]*)%>"?[^\\/]*\/>/', 'include_image', $html);
//runbar
@@ -172,11 +181,17 @@ function parse_html($page,$html)
//anchor
$html = preg_replace_callback('/<a[^>]+name="([^"]*)"[^>]*><\/a>/', 'anchor', $html);
+ //description <dl>
+ $html = preg_replace('/<dt>([^<]*)<\/dt>/', '\item[$1]', $html);
+ $html = preg_replace('/<\/?dd>/', '', $html);
+ $html = preg_replace('/<dl>/', '\begin{description}', $html);
+ $html = preg_replace('/<\/dl>/', '\end{description}', $html);
+
//item lists
- $html = preg_replace('/<ol>/', '\begin{itemize}', $html);
- $html = preg_replace('/<\/ol>/', '\end{itemize}', $html);
- $html = preg_replace('/<ul>/', '\begin{enumerate}', $html);
- $html = preg_replace('/<\/ul>/', '\end{enumerate}', $html);
+ $html = preg_replace('/<ul>/', '\begin{itemize}', $html);
+ $html = preg_replace('/<\/ul>/', '\end{itemize}', $html);
+ $html = preg_replace('/<ol>/', '\begin{enumerate}', $html);
+ $html = preg_replace('/<\/ol>/', '\end{enumerate}', $html);
$html = preg_replace('/<li>/', '\item ', $html);
$html = preg_replace('/<\/li>/', '', $html);
diff --git a/buildscripts/texbuilder/prado3_quick_start.pdf b/buildscripts/texbuilder/prado3_quick_start.pdf
index ea1fccb0..447cd803 100644
--- a/buildscripts/texbuilder/prado3_quick_start.pdf
+++ b/buildscripts/texbuilder/prado3_quick_start.pdf
@@ -435,390 +435,384 @@ endobj
<< /S /GoTo /D (subsection.4.4.4) >>
endobj
296 0 obj
-(TEmailAddressValidator)
+(TCompareValidator)
endobj
297 0 obj
<< /S /GoTo /D (subsection.4.4.5) >>
endobj
300 0 obj
-(TCompareValidator)
+(TCustomValidator)
endobj
301 0 obj
<< /S /GoTo /D (subsection.4.4.6) >>
endobj
304 0 obj
-(TCustomValidator)
-endobj
-305 0 obj
-<< /S /GoTo /D (subsection.4.4.7) >>
-endobj
-308 0 obj
(TValidationSummary)
endobj
-309 0 obj
+305 0 obj
<< /S /GoTo /D (section.4.5) >>
endobj
-312 0 obj
+308 0 obj
(TDataList)
endobj
-313 0 obj
+309 0 obj
<< /S /GoTo /D (section.4.6) >>
endobj
-316 0 obj
+312 0 obj
(TDataGrid)
endobj
-317 0 obj
+313 0 obj
<< /S /GoTo /D (chapter.5) >>
endobj
-320 0 obj
+316 0 obj
(Security)
endobj
-321 0 obj
+317 0 obj
<< /S /GoTo /D (section.5.1) >>
endobj
-324 0 obj
+320 0 obj
(Authentication and Authorization)
endobj
-325 0 obj
+321 0 obj
<< /S /GoTo /D (subsection.5.1.1) >>
endobj
-328 0 obj
+324 0 obj
(How PRADO Auth Framework Works)
endobj
-329 0 obj
+325 0 obj
<< /S /GoTo /D (subsection.5.1.2) >>
endobj
-332 0 obj
+328 0 obj
(Using PRADO Auth Framework)
endobj
-333 0 obj
+329 0 obj
<< /S /GoTo /D (subsection.5.1.3) >>
endobj
-336 0 obj
+332 0 obj
(Using TUserManager)
endobj
-337 0 obj
+333 0 obj
<< /S /GoTo /D (section.5.2) >>
endobj
-340 0 obj
+336 0 obj
(Viewstate Protection)
endobj
-341 0 obj
+337 0 obj
<< /S /GoTo /D (section.5.3) >>
endobj
-344 0 obj
+340 0 obj
(Cross Site Scripting Prevention)
endobj
-345 0 obj
+341 0 obj
<< /S /GoTo /D (chapter.6) >>
endobj
-348 0 obj
+344 0 obj
(Advanced Topics)
endobj
-349 0 obj
+345 0 obj
<< /S /GoTo /D (section.6.1) >>
endobj
-352 0 obj
+348 0 obj
(Assets)
endobj
-353 0 obj
+349 0 obj
<< /S /GoTo /D (subsection.6.1.1) >>
endobj
-356 0 obj
+352 0 obj
(Asset Publishing)
endobj
-357 0 obj
+353 0 obj
<< /S /GoTo /D (subsection.6.1.2) >>
endobj
-360 0 obj
+356 0 obj
(Customization)
endobj
-361 0 obj
+357 0 obj
<< /S /GoTo /D (subsection.6.1.3) >>
endobj
-364 0 obj
+360 0 obj
(Performance)
endobj
-365 0 obj
+361 0 obj
<< /S /GoTo /D (subsection.6.1.4) >>
endobj
-368 0 obj
+364 0 obj
(A Toggle Button Example)
endobj
-369 0 obj
+365 0 obj
<< /S /GoTo /D (section.6.2) >>
endobj
-372 0 obj
+368 0 obj
(Master and Content)
endobj
-373 0 obj
+369 0 obj
<< /S /GoTo /D (section.6.3) >>
endobj
-376 0 obj
+372 0 obj
(Themes and Skins)
endobj
-377 0 obj
+373 0 obj
<< /S /GoTo /D (subsection.6.3.1) >>
endobj
-380 0 obj
+376 0 obj
(Introduction)
endobj
-381 0 obj
+377 0 obj
<< /S /GoTo /D (subsection.6.3.2) >>
endobj
-384 0 obj
+380 0 obj
(Understanding Themes)
endobj
-385 0 obj
+381 0 obj
<< /S /GoTo /D (subsection.6.3.3) >>
endobj
-388 0 obj
+384 0 obj
(Using Themes)
endobj
-389 0 obj
+385 0 obj
<< /S /GoTo /D (subsection.6.3.4) >>
endobj
-392 0 obj
+388 0 obj
(Theme Storage)
endobj
-393 0 obj
+389 0 obj
<< /S /GoTo /D (subsection.6.3.5) >>
endobj
-396 0 obj
+392 0 obj
(Creating Themes)
endobj
-397 0 obj
+393 0 obj
<< /S /GoTo /D (section.6.4) >>
endobj
-400 0 obj
+396 0 obj
(Persistent State)
endobj
-401 0 obj
+397 0 obj
<< /S /GoTo /D (subsection.6.4.1) >>
endobj
-404 0 obj
+400 0 obj
(View State)
endobj
-405 0 obj
+401 0 obj
<< /S /GoTo /D (subsection.6.4.2) >>
endobj
-408 0 obj
+404 0 obj
(Control State)
endobj
-409 0 obj
+405 0 obj
<< /S /GoTo /D (subsection.6.4.3) >>
endobj
-412 0 obj
+408 0 obj
(Application State)
endobj
-413 0 obj
+409 0 obj
<< /S /GoTo /D (subsection.6.4.4) >>
endobj
-416 0 obj
+412 0 obj
(Session State)
endobj
-417 0 obj
+413 0 obj
<< /S /GoTo /D (section.6.5) >>
endobj
-420 0 obj
+416 0 obj
(Logging)
endobj
-421 0 obj
+417 0 obj
<< /S /GoTo /D (subsection.6.5.1) >>
endobj
-424 0 obj
+420 0 obj
(Using Logging Functions)
endobj
-425 0 obj
+421 0 obj
<< /S /GoTo /D (subsection.6.5.2) >>
endobj
-428 0 obj
+424 0 obj
(Message Routing)
endobj
-429 0 obj
+425 0 obj
<< /S /GoTo /D (subsection.6.5.3) >>
endobj
-432 0 obj
+428 0 obj
(Message Filtering)
endobj
-433 0 obj
+429 0 obj
<< /S /GoTo /D (section.6.6) >>
endobj
-436 0 obj
+432 0 obj
(Internationalization \(I18N\) and Localization \(L10N\))
endobj
-437 0 obj
+433 0 obj
<< /S /GoTo /D (subsection.6.6.1) >>
endobj
-440 0 obj
+436 0 obj
(Separate culture/locale sensitive data)
endobj
-441 0 obj
+437 0 obj
<< /S /GoTo /D (subsection.6.6.2) >>
endobj
-444 0 obj
+440 0 obj
(Configuration)
endobj
-445 0 obj
+441 0 obj
<< /S /GoTo /D (subsection.6.6.3) >>
endobj
-448 0 obj
+444 0 obj
(What to do with messages.xml?)
endobj
-449 0 obj
+445 0 obj
<< /S /GoTo /D (subsection.6.6.4) >>
endobj
-452 0 obj
+448 0 obj
(Setting and Changing Culture)
endobj
-453 0 obj
+449 0 obj
<< /S /GoTo /D (subsection.6.6.5) >>
endobj
-456 0 obj
+452 0 obj
(Localizing your Prado application)
endobj
-457 0 obj
+453 0 obj
<< /S /GoTo /D (subsection.6.6.6) >>
endobj
-460 0 obj
+456 0 obj
(Using localize function to translate text within PHP)
endobj
-461 0 obj
+457 0 obj
<< /S /GoTo /D (subsection.6.6.7) >>
endobj
-464 0 obj
+460 0 obj
(Compound Messages)
endobj
-465 0 obj
+461 0 obj
<< /S /GoTo /D (section.6.7) >>
endobj
-468 0 obj
+464 0 obj
(I18N Components)
endobj
-469 0 obj
+465 0 obj
<< /S /GoTo /D (subsection.6.7.1) >>
endobj
-472 0 obj
+468 0 obj
(TTranslate)
endobj
-473 0 obj
+469 0 obj
<< /S /GoTo /D (subsection.6.7.2) >>
endobj
-476 0 obj
+472 0 obj
(TDateFormat)
endobj
-477 0 obj
+473 0 obj
<< /S /GoTo /D (subsection.6.7.3) >>
endobj
-480 0 obj
+476 0 obj
(TNumberFormat)
endobj
-481 0 obj
+477 0 obj
<< /S /GoTo /D (subsection.6.7.4) >>
endobj
-484 0 obj
+480 0 obj
(TTranslateParameter)
endobj
-485 0 obj
+481 0 obj
<< /S /GoTo /D (subsection.6.7.5) >>
endobj
-488 0 obj
+484 0 obj
(TChoiceFormat)
endobj
-489 0 obj
+485 0 obj
<< /S /GoTo /D (section.6.8) >>
endobj
-492 0 obj
+488 0 obj
(Error Handling and Reporting)
endobj
-493 0 obj
+489 0 obj
<< /S /GoTo /D (subsection.6.8.1) >>
endobj
-496 0 obj
+492 0 obj
(Exception Classes)
endobj
-497 0 obj
+493 0 obj
<< /S /GoTo /D (subsection.6.8.2) >>
endobj
-500 0 obj
+496 0 obj
(Raising Exceptions)
endobj
-501 0 obj
+497 0 obj
<< /S /GoTo /D (subsection.6.8.3) >>
endobj
-504 0 obj
+500 0 obj
(Error Capturing and Reporting)
endobj
-505 0 obj
+501 0 obj
<< /S /GoTo /D (subsection.6.8.4) >>
endobj
-508 0 obj
+504 0 obj
(Customizing Error Display)
endobj
-509 0 obj
+505 0 obj
<< /S /GoTo /D (section.6.9) >>
endobj
-512 0 obj
+508 0 obj
(Performance Tuning)
endobj
-513 0 obj
+509 0 obj
<< /S /GoTo /D (subsection.6.9.1) >>
endobj
-516 0 obj
+512 0 obj
(Caching)
endobj
-517 0 obj
+513 0 obj
<< /S /GoTo /D (subsection.6.9.2) >>
endobj
-520 0 obj
+516 0 obj
(Using pradolite.php)
endobj
-521 0 obj
+517 0 obj
<< /S /GoTo /D (subsection.6.9.3) >>
endobj
-524 0 obj
+520 0 obj
(Changing Application Mode)
endobj
-525 0 obj
+521 0 obj
<< /S /GoTo /D (subsection.6.9.4) >>
endobj
-528 0 obj
+524 0 obj
(Reducing Page Size)
endobj
-529 0 obj
+525 0 obj
<< /S /GoTo /D (subsection.6.9.5) >>
endobj
-532 0 obj
+528 0 obj
(Other Techniques)
endobj
-533 0 obj
-<< /S /GoTo /D [534 0 R /FitH ] >>
+529 0 obj
+<< /S /GoTo /D [530 0 R /FitH ] >>
endobj
-536 0 obj <<
+532 0 obj <<
/Length 396
/Filter /FlateDecode
>>
stream
-xڍRMk1 цZOېrjځtc$ȿ<3) BHӳɠ~dD)0ߠ H'6}db<+,z LHTE]9$1bTK7aC9#-IzkrۥI d`V:^w{wuvh!F԰ v!I<'X\]3Nq_M*a$_:]C# cV B\]e᪤+aQ܎o.?vWG@f1 nU(O
+xڍRMk1 цZOېrjځtc$ȿ<3) BHӳɠ~dD)0ߠ H'6}db<+,z LHTE]9$1bTK7aC9#-IzkrۥI d`V:^w{wuvh!F԰ v!I<'X\]3Nq_M*a$_:]C# cV B\]eaQҕ۰Kn7;׫XzvV?~Rl*Q'P>?IγI@ITs~T'92b TݲQ<a|n5kPRN͊'o"pendstream
endobj
-534 0 obj <<
+530 0 obj <<
/Type /Page
-/Contents 536 0 R
-/Resources 535 0 R
+/Contents 532 0 R
+/Resources 531 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
+/Parent 550 0 R
>> endobj
-537 0 obj <<
-/D [534 0 R /XYZ 99.213 706.052 null]
+533 0 obj <<
+/D [530 0 R /XYZ 99.213 706.052 null]
>> endobj
-538 0 obj <<
-/D [534 0 R /XYZ 99.213 688.052 null]
+534 0 obj <<
+/D [530 0 R /XYZ 99.213 688.052 null]
>> endobj
-535 0 obj <<
-/Font << /F19 541 0 R /F20 544 0 R /F27 547 0 R /F29 550 0 R /F36 553 0 R >>
+531 0 obj <<
+/Font << /F19 537 0 R /F20 540 0 R /F27 543 0 R /F29 546 0 R /F36 549 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-557 0 obj <<
+553 0 obj <<
/Length 1169
/Filter /FlateDecode
>>
@@ -827,106 +821,106 @@ xMo6:J7y*E75Cуxb~iQ81r A_9LRC5Z(/tH-
X;KPQ˜8h3i G.L;Rl4"Mbyz RR@LBsrKDElD%JLc4hȐh{?ʭ"<LGԹDE2Y~v=Zq߻mofN=Ԋ(C/i4*ؿ:Wkư}XE5cr{N;\ym/o~4~~
slصLi"/"nk0Lʮ닂0R|qp`SQc/H"e<p2I l"#s
endobj
-556 0 obj <<
+552 0 obj <<
/Type /Page
-/Contents 557 0 R
-/Resources 555 0 R
+/Contents 553 0 R
+/Resources 551 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
-/Annots [ 559 0 R 563 0 R 564 0 R 565 0 R 566 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R ]
+/Parent 550 0 R
+/Annots [ 555 0 R 559 0 R 560 0 R 561 0 R 562 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R ]
>> endobj
-559 0 obj <<
+555 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
-563 0 obj <<
+559 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
-564 0 obj <<
+560 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
-565 0 obj <<
+561 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
-566 0 obj <<
+562 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
-570 0 obj <<
+566 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
-571 0 obj <<
+567 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 320.149 219.069 330.997]
/Subtype /Link
/A << /S /GoTo /D (section.1.3) >>
>> endobj
-572 0 obj <<
+568 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 285.65 184.643 294.561]
/Subtype /Link
/A << /S /GoTo /D (chapter.2) >>
>> endobj
-573 0 obj <<
+569 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 261.226 192.363 270.137]
/Subtype /Link
/A << /S /GoTo /D (section.2.1) >>
>> endobj
-574 0 obj <<
+570 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 234.866 192.363 245.604]
/Subtype /Link
/A << /S /GoTo /D (section.2.2) >>
>> endobj
-575 0 obj <<
+571 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 210.443 268.439 221.18]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.2.1) >>
>> endobj
-576 0 obj <<
+572 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 186.02 252.887 196.757]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.2.2) >>
>> endobj
-577 0 obj <<
+573 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 161.597 222.362 172.334]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.2.3) >>
>> endobj
-578 0 obj <<
+574 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 137.174 279.592 147.911]
@@ -934,16 +928,16 @@ endobj
/A << /S /GoTo /D (subsection.2.2.4) >>
>> endobj
6 0 obj <<
-/D [556 0 R /XYZ 99.213 688.052 null]
+/D [552 0 R /XYZ 99.213 688.052 null]
>> endobj
-558 0 obj <<
-/D [556 0 R /XYZ 99.213 542.1 null]
+554 0 obj <<
+/D [552 0 R /XYZ 99.213 542.1 null]
>> endobj
-555 0 obj <<
-/Font << /F19 541 0 R /F39 562 0 R /F8 569 0 R >>
+551 0 obj <<
+/Font << /F19 537 0 R /F39 558 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-581 0 obj <<
+577 0 obj <<
/Length 1823
/Filter /FlateDecode
>>
@@ -956,183 +950,183 @@ xKo6:SdoGw[MDkc8[ChJ-TbKόrH%1Q^T"
+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
endobj
-580 0 obj <<
+576 0 obj <<
/Type /Page
-/Contents 581 0 R
-/Resources 579 0 R
+/Contents 577 0 R
+/Resources 575 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
-/Annots [ 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R ]
+/Parent 550 0 R
+/Annots [ 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R ]
>> endobj
-583 0 obj <<
+579 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 677.093 174.956 686.004]
/Subtype /Link
/A << /S /GoTo /D (section.2.3) >>
>> endobj
-584 0 obj <<
+580 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 653.106 225.351 662.017]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.1) >>
>> endobj
-585 0 obj <<
+581 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 629.119 263.79 638.03]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.2) >>
>> endobj
-586 0 obj <<
+582 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 603.195 254.16 613.933]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.3) >>
>> endobj
-587 0 obj <<
+583 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 581.146 292.848 590.057]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.3.4) >>
>> endobj
-588 0 obj <<
+584 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 555.221 162.891 565.959]
/Subtype /Link
/A << /S /GoTo /D (section.2.4) >>
>> endobj
-589 0 obj <<
+585 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 533.172 210.684 542.083]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.4.1) >>
>> endobj
-590 0 obj <<
+586 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 507.247 235.867 518.096]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.4.2) >>
>> endobj
-591 0 obj <<
+587 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 485.198 174.652 494.109]
/Subtype /Link
/A << /S /GoTo /D (section.2.5) >>
>> endobj
-592 0 obj <<
+588 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 459.274 240.71 470.122]
+/Rect [136.074 459.273 240.71 470.122]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.1) >>
>> endobj
-593 0 obj <<
+589 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 435.287 246.3 446.135]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.2) >>
>> endobj
-594 0 obj <<
+590 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 413.237 237.029 422.148]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.3) >>
>> endobj
-595 0 obj <<
+591 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 389.25 267.332 398.161]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.4) >>
>> endobj
-596 0 obj <<
+592 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 365.263 243.671 374.174]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.5.5) >>
>> endobj
-597 0 obj <<
+593 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 341.276 172.743 350.076]
/Subtype /Link
/A << /S /GoTo /D (section.2.6) >>
>> endobj
-598 0 obj <<
+594 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 315.352 224.908 326.089]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.6.1) >>
>> endobj
-599 0 obj <<
+595 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 291.365 192.64 302.213]
/Subtype /Link
/A << /S /GoTo /D (section.2.7) >>
>> endobj
-600 0 obj <<
+596 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 267.378 270.902 278.115]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.1) >>
>> endobj
-601 0 obj <<
+597 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 243.391 276.077 254.239]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.2) >>
>> endobj
-602 0 obj <<
+598 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 219.404 265.617 230.252]
/Subtype /Link
/A << /S /GoTo /D (subsection.2.7.3) >>
>> endobj
-603 0 obj <<
+599 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 195.417 229.142 206.265]
/Subtype /Link
/A << /S /GoTo /D (section.2.8) >>
>> endobj
-604 0 obj <<
+600 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
-605 0 obj <<
+601 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
-582 0 obj <<
-/D [580 0 R /XYZ 99.213 706.052 null]
+578 0 obj <<
+/D [576 0 R /XYZ 99.213 706.052 null]
>> endobj
-579 0 obj <<
-/Font << /F8 569 0 R /F39 562 0 R >>
+575 0 obj <<
+/Font << /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-608 0 obj <<
+604 0 obj <<
/Length 1752
/Filter /FlateDecode
>>
@@ -1146,794 +1140,782 @@ xMo7{\{5GRh!Զ GI\rH٢@c lIjXC5DQM
00qNJn|^x5\&7}X"f.l: .B%R`YS-\$aG0]m^m%͌5J1B6a*'Nh#<k wD^< (lK=LV IOE_|6^DVxeT8Ypg e[H$%9}$D[G뭮Ibڣ`B{L \cF#H88X0jJ(~l$ 26//U$M}F\&^.\"\"\9%m)~Y\zI¥
\7ͮ$IRd$$RdyL"ٖ2`vI¤0`ϞoBM QqJqjH#BqUG$BYsiIcx|x<ͻc7,4SXH#R<N#m)&}$4[WWtIR׃RS) R_y!ٖ'T|^gkjXXyl[nD$*lv; &|8uԿs4WigOWCJm4fŠwQ ~_ÄL
endobj
-607 0 obj <<
+603 0 obj <<
/Type /Page
-/Contents 608 0 R
-/Resources 606 0 R
+/Contents 604 0 R
+/Resources 602 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
-/Annots [ 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 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 ]
+/Parent 550 0 R
+/Annots [ 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 615 0 R 616 0 R 617 0 R 618 0 R 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 ]
>> endobj
-610 0 obj <<
+606 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 675.156 241.9 686.004]
/Subtype /Link
/A << /S /GoTo /D (section.3.1) >>
>> endobj
-611 0 obj <<
+607 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 651.169 216.052 662.017]
/Subtype /Link
/A << /S /GoTo /D (section.3.2) >>
>> endobj
-612 0 obj <<
+608 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 627.182 243.893 637.92]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.1) >>
>> endobj
-613 0 obj <<
+609 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 603.195 270.487 614.044]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.2) >>
>> endobj
-614 0 obj <<
+610 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 579.208 235.867 589.946]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.3) >>
>> endobj
-615 0 obj <<
+611 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 555.221 219.927 566.07]
/Subtype /Link
/A << /S /GoTo /D (section.3.3) >>
>> endobj
-616 0 obj <<
+612 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 531.234 270.598 541.972]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.3.1) >>
>> endobj
-617 0 obj <<
+613 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 507.247 223.801 518.096]
/Subtype /Link
/A << /S /GoTo /D (section.3.4) >>
>> endobj
-618 0 obj <<
+614 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 483.26 274.389 493.998]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.4.1) >>
>> endobj
-619 0 obj <<
+615 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 459.274 255.765 470.122]
+/Rect [113.16 459.273 255.765 470.122]
/Subtype /Link
/A << /S /GoTo /D (section.3.5) >>
>> endobj
-620 0 obj <<
+616 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 435.287 226.015 446.135]
/Subtype /Link
/A << /S /GoTo /D (section.3.6) >>
>> endobj
-621 0 obj <<
+617 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 402.968 157.807 411.879]
/Subtype /Link
/A << /S /GoTo /D (chapter.4) >>
>> endobj
-622 0 obj <<
+618 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 378.981 218.986 387.892]
/Subtype /Link
/A << /S /GoTo /D (section.4.1) >>
>> endobj
-623 0 obj <<
+619 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 353.056 240.959 363.905]
/Subtype /Link
/A << /S /GoTo /D (section.4.2) >>
>> endobj
-624 0 obj <<
+620 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 331.007 201.357 339.918]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.1) >>
>> endobj
-625 0 obj <<
+621 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 305.083 223.801 315.931]
+/Rect [136.074 305.082 223.801 315.931]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.2) >>
>> endobj
-626 0 obj <<
+622 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 281.096 203.433 291.833]
+/Rect [136.074 281.095 203.433 291.833]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.3) >>
>> endobj
-627 0 obj <<
+623 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 259.046 201.357 267.957]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.4) >>
>> endobj
-628 0 obj <<
+624 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 235.059 201.219 243.97]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.5) >>
>> endobj
-629 0 obj <<
+625 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 211.072 214.088 219.872]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.6) >>
>> endobj
-630 0 obj <<
+626 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 187.085 207.999 195.885]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.7) >>
>> endobj
-631 0 obj <<
+627 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 163.098 227.786 172.009]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.8) >>
>> endobj
-632 0 obj <<
+628 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 137.174 234.29 147.911]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.9) >>
>> endobj
-609 0 obj <<
-/D [607 0 R /XYZ 99.213 706.052 null]
+605 0 obj <<
+/D [603 0 R /XYZ 99.213 706.052 null]
>> endobj
-606 0 obj <<
-/Font << /F8 569 0 R /F39 562 0 R >>
+602 0 obj <<
+/Font << /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-635 0 obj <<
-/Length 1847
+631 0 obj <<
+/Length 1891
/Filter /FlateDecode
>>
stream
-xMs6<J#8qN'v%=tzXmܤ]e3䠯W/?V9G8Pū˛#Z]'XPHs|x,!Bt?^Efj6PէrmQ-~$(_fp2g3FZ圛͜^-i8sQuI1ẵ!cE%_g_2XV^$`Y_^8S$U Κ$aTI ^5ޜΏvMy4!.a ="%vk9M2J8 2 Jӣ
-@r>{͏3'cW%)'Rg>+#\<NC)d:DBO8>II "q"=~6#4ddA {6k""Rr8 "m"r$XEY<n~gMBs&%%*4d2h0;\Zyas3seʝ0+ I|2
-D.xj0?KL<.i_y?W6?(A'#˔7[wFAGd$ŕ&ڨ'<)CjؑWb
-w(+9"mRYZ'ĖQҢ(R܊Y9\/CΜC'Dd4gj)Xp"4
-*]1G[ ra:ɢj*\ P$JW7O'eCU]1LGm$Z xRr8hCMM8hp7epKqCFRO7`{ܐqpܰlSqVyF$W/770?aU ^-G1S
-UtY`θ\=D :|tq@d
-Р [$=tw1MQ"d#QܺK=;s*q0dТQ0g"s]f_4`헩 u{``3vEJ!u+-aY:$M:?tۤ:6g!fxD~%h9tnI.G88X|C Oگ0` J jPpꞃC3ac,W?sM$[4>fusOh:oA% 彟IIC0U% x XKmH1H#Px; i.pg4'VQxSY<6[ݴ041Vu&&h0)"~sCJsqƉsHM2P|;Juw/<`r|pqrc͟4~h_^ߥu;>_m[^о18p~9:GHF\rŎv{ƐUȘ#cA0kݭoZJ<@'Whero"^$1FUbhxAe#EJ|!*W#%|aȗgQ%z|vԔP jC}[_Fv511H0q3568u ˗i,?,۾wn'vV@3>BP󑭂YYӅ1endstream
+xKo7{f~S)Z8J{(z,b[$7i?}\R}pn"ؿgfG%gH#PM nʛ+œO5D[rCm\gj& hc u^}>;yue+-ٯUDlDNlTK5]|XL|<_O|2l3GUv pom[驢ԿHO/i^$`M$+>B\qUU Κ'$aTFI ^+>#='*1jd
+0-䴡Ӯ!$D
endobj
-634 0 obj <<
+630 0 obj <<
/Type /Page
-/Contents 635 0 R
-/Resources 633 0 R
+/Contents 631 0 R
+/Resources 629 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
-/Annots [ 637 0 R 638 0 R 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 ]
+/Parent 550 0 R
+/Annots [ 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 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 658 0 R ]
>> endobj
-637 0 obj <<
+633 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 677.093 220.729 686.004]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.10) >>
>> endobj
-638 0 obj <<
+634 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 653.106 233.598 662.017]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.2.11) >>
>> endobj
-639 0 obj <<
+635 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 629.119 195.076 638.03]
/Subtype /Link
/A << /S /GoTo /D (section.4.3) >>
>> endobj
-640 0 obj <<
+636 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 605.133 210.96 613.933]
+/Rect [136.074 605.132 210.96 613.933]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.1) >>
>> endobj
-641 0 obj <<
+637 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 579.208 241.014 589.946]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.2) >>
>> endobj
-642 0 obj <<
+638 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 557.159 237.527 566.07]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.3) >>
>> endobj
-643 0 obj <<
+639 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 533.172 250.396 542.083]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.4) >>
>> endobj
-644 0 obj <<
+640 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 509.185 220.37 518.096]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.3.5) >>
>> endobj
-645 0 obj <<
+641 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [113.16 485.198 223.109 494.109]
/Subtype /Link
/A << /S /GoTo /D (section.4.4) >>
>> endobj
-646 0 obj <<
+642 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 459.274 278.762 470.122]
+/Rect [136.074 459.273 278.762 470.122]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.1) >>
>> endobj
-647 0 obj <<
+643 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 435.287 298.549 446.135]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.2) >>
>> endobj
-648 0 obj <<
+644 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [136.074 413.237 277.904 422.148]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.3) >>
>> endobj
-649 0 obj <<
+645 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 389.25 277.904 398.161]
+/Rect [136.074 387.313 256.899 398.161]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.4) >>
>> endobj
-650 0 obj <<
+646 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 363.326 256.899 374.174]
+/Rect [136.074 365.263 251.392 374.174]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.5) >>
>> endobj
-651 0 obj <<
+647 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 341.276 251.392 350.187]
+/Rect [136.074 339.339 263.79 350.187]
/Subtype /Link
/A << /S /GoTo /D (subsection.4.4.6) >>
>> endobj
-652 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 315.352 263.79 326.2]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.4.7) >>
->> endobj
-653 0 obj <<
+648 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 293.302 183.508 302.102]
+/Rect [113.16 317.289 183.508 326.089]
/Subtype /Link
/A << /S /GoTo /D (section.4.5) >>
>> endobj
-654 0 obj <<
+649 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 269.315 186.732 278.226]
+/Rect [113.16 293.302 186.732 302.213]
/Subtype /Link
/A << /S /GoTo /D (section.4.6) >>
>> endobj
-655 0 obj <<
+650 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 233.122 156.311 243.97]
+/Rect [98.216 257.109 156.311 267.957]
/Subtype /Link
/A << /S /GoTo /D (chapter.5) >>
>> endobj
-656 0 obj <<
+651 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 211.072 286.704 219.983]
+/Rect [113.16 235.059 286.704 243.97]
/Subtype /Link
/A << /S /GoTo /D (section.5.1) >>
>> endobj
-657 0 obj <<
+652 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 187.085 337.791 195.996]
+/Rect [136.074 211.072 337.791 219.983]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.1) >>
>> endobj
-658 0 obj <<
+653 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.161 312.303 172.009]
+/Rect [136.074 185.148 312.303 195.996]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.2) >>
>> endobj
-659 0 obj <<
+654 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 136.897 260.856 147.911]
+/Rect [136.074 160.884 260.856 171.898]
/Subtype /Link
/A << /S /GoTo /D (subsection.5.1.3) >>
>> endobj
-636 0 obj <<
-/D [634 0 R /XYZ 99.213 706.052 null]
+658 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.16 139.111 229.889 147.911]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.2) >>
>> endobj
-633 0 obj <<
-/Font << /F8 569 0 R /F39 562 0 R /F40 662 0 R >>
+632 0 obj <<
+/D [630 0 R /XYZ 99.213 706.052 null]
+>> endobj
+629 0 obj <<
+/Font << /F8 565 0 R /F39 558 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-665 0 obj <<
-/Length 1846
+661 0 obj <<
+/Length 1829
/Filter /FlateDecode
>>
stream
-xMo7{b$- H\T{# @ڤE})RXmb b3;zvҤiFFaA+ܬ͕HPp*ѭy=rq F|pA%m^ٯ]&#"dhBX[UͧYDIP,o D )}tYd۽y;{ߖ?_ZRҬIV%g1Y/:{w?**WŹ%@XQl\y;0E\L%J>Da^`$EX{ߦқrߘ۵<ӯsf?JdHɼ"4-Pi^Rrr X`(8b\0nl%).1| (b5)6[ε>[]Z<@BZ&38=q끹, -jp&u
- D£&uQM d\ ɍGDS[>Q ,`)SBDXZ JO!A%SdK +"/vp? S4G>5
-`& ,9"`m*\"UY H/~{5"aMu!pAA9AD?Ɗq4qWi9[*w.H2X[ ?*n`1!f\Tp^9JܗK "G DP(qrnλ_N}o2+Ճ`WCVC[Аՠ&<q;υ@U#5 k[\
-P%z:s;nIMfz$!: ^ȇw|aGAIP֦B)&BP2w݃/4V[Cb`le5%-jqdF8 xL+@8.YKynA̋|6t Fg_b&޿IqZ6ѥ@TvI% zdq X$6HId?}/&S"t1Jc,vsϞtg
-W¬rbXߘfQaǀ0R4&@dsIv(G
-ȖB֦R(RE`xnwݚzX2SvXxF&̜y]B j@Qw]TE{$Q'bgz߭h],k3$o2##^9Gr̄`=8g M,VpC9J<<šE}ؔѳ>W0bIdF 5J? P
-;QZw9z" 61WR%ҼDg΀IZLNvkr&vkrg.ݚE(G(B֦b9% ]֮-Q"mQOEix S[r.u'l"r3$֦ e$z~a>S5Y8صJHnRVMfud5kqlP0`8g3!kS$fE* X_Ÿ\IdɉN9Sb%%z&-9#`mb5CYz*U3Qqe^j<+ f͆ оԦf'өd=}GN61mX+Q8뙬q޿u>KNx ekɽ|{-PrA69^KdźMhv;63mE29i4ȭRz+E(z0q`W<EoFƿQfEFtH|yF ^Bendstream
+xMo7{b$I- H^T[QR mҢC.)RK[[W!gf p&M[Bonnh+?ް\f[}B2J8|p5m]9l}fLth!:oLcӢY~l$(w^|!:gmN/nA3;w?w[۸kbνvιwnX|zykAhnk2_(JimǷ~IJE+JhhI;0AWS҅c{
+&"H︄uG!H"Ih$< ˱?l]E'&31D-h0?dis؎<5搘&1-*vIM̅$w"pb;>43\"ř/m]!D6!Xl9kSE0H2e\}Uw9~__׭]ѿ^zp~ȪD̡!Ay!>s;υ5@%**z:xzJ{%qJ=c>\vw/}? «AF0HB̽sÄ%rAY
+VW(AC;ZO^hkv@b`uE5g-iidF8 犴yLHx.UKuZ*F,| Y$pW?5PsXFgw_b%̱ܓV7ѭ`TvM=JHdȖ\@6IwRddHƪϏñsKxߥ7)1NygO+aVX9ǬbXy+Q̂$,KPj2S#M^]5 M#[sBD
+ZcFIFazfX (<
+s{?$8?]6?[JM}*6Uugp)Vɵ(J6H/A<#g|db MM,RQ'CQZM;ңݪA
+kdF {eFyv=iFEǻCj"֦HjeiJJ `Βn`nM̵[s"b=8PDMDI(G(P<(v}h!-H`>%wZxȞHD"[YJbK %1H2c}fa[*@JHm4Ցc\;ܵguĂ3X}66AIV(A1k_c?XʕC&3:s,̯kJ1BpG gl VDI
+/&ӱ4ؠAk 5=<M3w888EMLԠ+Q8뙬q_qݭ[GYZbm}`^Ƴ'}ւr9TZ؀Z%J2bv/Ѯ+{xt Dwh$[qlwX,`VCMOR(z%w|߭5J$ZVN f=_`&,so0k?%S-ix1>-o¹M%[\endstream
endobj
-664 0 obj <<
+660 0 obj <<
/Type /Page
-/Contents 665 0 R
-/Resources 663 0 R
+/Contents 661 0 R
+/Resources 659 0 R
/MediaBox [0 0 612 792]
-/Parent 554 0 R
-/Annots [ 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 688 0 R 689 0 R ]
->> endobj
-667 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 677.093 229.889 685.894]
-/Subtype /Link
-/A << /S /GoTo /D (section.5.2) >>
+/Parent 550 0 R
+/Annots [ 663 0 R 664 0 R 665 0 R 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 ]
>> endobj
-668 0 obj <<
+663 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 651.169 274.832 661.907]
+/Rect [113.16 675.156 274.832 685.894]
/Subtype /Link
/A << /S /GoTo /D (section.5.3) >>
>> endobj
-669 0 obj <<
+664 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.216 616.913 199.954 627.761]
+/Rect [98.216 640.9 199.954 651.748]
/Subtype /Link
/A << /S /GoTo /D (chapter.6) >>
>> endobj
-670 0 obj <<
+665 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 594.863 165.63 603.664]
+/Rect [113.16 618.85 165.63 627.651]
/Subtype /Link
/A << /S /GoTo /D (section.6.1) >>
>> endobj
-671 0 obj <<
+666 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 568.939 243.035 579.787]
+/Rect [136.074 592.926 243.035 603.774]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.1) >>
>> endobj
-672 0 obj <<
+667 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 546.889 233.1 555.69]
+/Rect [136.074 570.876 233.1 579.677]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.2) >>
>> endobj
-673 0 obj <<
+668 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 522.902 224.382 531.813]
+/Rect [136.074 546.889 224.382 555.8]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.3) >>
>> endobj
-674 0 obj <<
+669 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 496.978 284.795 507.826]
+/Rect [136.074 520.965 284.795 531.813]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.1.4) >>
>> endobj
-675 0 obj <<
+670 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 474.928 225.877 483.839]
+/Rect [113.16 498.915 225.877 507.826]
/Subtype /Link
/A << /S /GoTo /D (section.6.2) >>
>> endobj
-676 0 obj <<
+671 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 450.941 217.602 459.853]
+/Rect [113.16 474.928 217.602 483.839]
/Subtype /Link
/A << /S /GoTo /D (section.6.3) >>
>> endobj
-677 0 obj <<
+672 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 426.955 224.493 435.866]
+/Rect [136.074 450.941 224.493 459.852]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.1) >>
>> endobj
-678 0 obj <<
+673 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 401.03 271.096 411.879]
+/Rect [136.074 425.017 271.096 435.866]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.2) >>
>> endobj
-679 0 obj <<
+674 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 377.043 231.771 387.892]
+/Rect [136.074 401.03 231.771 411.879]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.3) >>
>> endobj
-680 0 obj <<
+675 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 353.056 235.839 363.905]
+/Rect [136.074 377.043 235.839 387.892]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.4) >>
>> endobj
-681 0 obj <<
+676 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 329.069 244.75 339.918]
+/Rect [136.074 353.056 244.75 363.905]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.3.5) >>
>> endobj
-682 0 obj <<
+677 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 307.02 206.975 315.82]
+/Rect [113.16 331.007 206.975 339.807]
/Subtype /Link
/A << /S /GoTo /D (section.6.4) >>
>> endobj
-683 0 obj <<
+678 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 283.033 217.824 291.833]
+/Rect [136.074 307.02 217.824 315.82]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.1) >>
>> endobj
-684 0 obj <<
+679 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 259.046 228.921 267.957]
+/Rect [136.074 283.033 228.921 291.944]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.2) >>
>> endobj
-685 0 obj <<
+680 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 233.122 246.605 243.97]
+/Rect [136.074 257.109 246.605 267.957]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.3) >>
>> endobj
-686 0 obj <<
+681 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 211.072 227.067 219.872]
+/Rect [136.074 235.059 227.067 243.859]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.4.4) >>
>> endobj
-687 0 obj <<
+682 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 185.148 172.521 195.885]
+/Rect [113.16 209.135 172.521 219.872]
/Subtype /Link
/A << /S /GoTo /D (section.6.5) >>
>> endobj
-688 0 obj <<
+683 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.161 277.987 171.898]
+/Rect [136.074 185.148 277.987 195.885]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.5.1) >>
>> endobj
-689 0 obj <<
+684 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 137.174 244.086 147.911]
+/Rect [136.074 161.161 244.086 171.898]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.5.2) >>
>> endobj
-666 0 obj <<
-/D [664 0 R /XYZ 99.213 706.052 null]
+685 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.074 137.174 246.605 148.022]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.5.3) >>
>> endobj
-663 0 obj <<
-/Font << /F8 569 0 R /F39 562 0 R >>
+662 0 obj <<
+/D [660 0 R /XYZ 99.213 706.052 null]
+>> endobj
+659 0 obj <<
+/Font << /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-692 0 obj <<
-/Length 2080
+688 0 obj <<
+/Length 2088
/Filter /FlateDecode
>>
stream
-xKoF<JmS:q" WEMDO}+;r#;ßgwkR`e(aaA 7/g$(8\ܜ0cPJw7Ar S+s!F꟧g/.tQfc%A1s$@c2b !\-s9,\~1W7㿦V)Hb]46;/5*JB~e|wA8X+pĹ"%@$[Hc #jX3V $Mx S:zS=2Yfr뾮k"}!J'3ob5w-g[`Rp4w!S{/0
-eVh`Z k$¢\gUHo/V#8Z-<>.'.6edA _ϪY&FL A@bxN+@݀w{0q4(A)AЂ$ηpV:|jT#%D.ACC4QD08I,c
-}),J@FIBaqY\wm>>|X#qȎ6;B</&HAS'fUE2nx0#Ic&#fЄQ D=&a R4% A+qUY
-Ϳԟ?|dG-f 6$06vY-n/hq `{ a&l[\|qSߞ{\(5@0BBfWRm(I 䧖fsy9} }žDBȠ"ؑO*Gְ[{|e=P)񋒄n{f(R",h ('3}#{ @L1msAbfP%AW߆kFes:+%RHɅNLh@ ^ qYe Rm;AK cvvjnφQiј:I%RH=a< 5xFL \y)C% w-;6a}ʾiKS5/=}iܫK{QlG={:`m(梤`G0J
-J[>(qN=}QkC]SWX3ۓ~ZIEI7 .-DX_6 D m9A``-).&*)Vҝ9gf{)@"1jȻjNjv,A"džVeO;Cf@"9EI`23gY=osKU$6 5nRG鋷{%J( x9%`m(<p $~i~v]-a.*$zPqk˞oſʰ/hNYݹcT|Zi=hendstream
+xKo7{b&TJҤH#UCVVlzAZO_>rlv
+K- \\w~ SH)uϛN0P):M ULœ(ͧY1{_D`1k$Otr3zT/1Ur~ cl 7'T_ڎ'8Ug_?췋gx&FQ#hL)JD`eyך0!\A3&Z^܍QP~6Z!ƴ!ʘ
+~(VB
+$HhBB pb^X&v}U/,|4]}|@`[lz^ꪃH&bzClI1NPy:o׆ wCY~m?f,gPFKD4A & h46na+*|Z)H Q$CuGHe qv"~1QD0ٶwYB`b $
+q,Uo}2mKm>[wc9lj`׋á^Ч&R$EJ`S'f"K7<0#I3L:{ DA33hB?AM͖P h+q][
+?=_|l(OW.n"gL qTH$8wOo sAlG ~hT@E_,VCx<en)š͸=ioh%ھ?ˇņPxPӞ3vIBK^Nt՗aId,6x O@AiH k-()& lƝڞ*h={;IPٞN¸/DI7H.-D}/G|~6!.5TRDO[JKwxޞد<<w=(8S:P̓{ZRZͩfن|d~hyDMi1czބHl !K|(xC 6pY&#!_4I_pke@]"W=g)T|З[ۏ/{m(}ܤ & }޸uZl7ϱ#PrǶ(" ba*m5Cs;`ʉmFq^Dފ+J] +2'qG/xendstream
endobj
-691 0 obj <<
+687 0 obj <<
/Type /Page
-/Contents 692 0 R
-/Resources 690 0 R
+/Contents 688 0 R
+/Resources 686 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
-/Annots [ 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 715 0 R 716 0 R ]
+/Parent 713 0 R
+/Annots [ 690 0 R 691 0 R 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 ]
>> endobj
-694 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 675.156 246.605 686.004]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.5.3) >>
->> endobj
-695 0 obj <<
+690 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 650.149 366.406 662.104]
+/Rect [113.16 674.603 366.406 686.558]
/Subtype /Link
/A << /S /GoTo /D (section.6.6) >>
>> endobj
-696 0 obj <<
+691 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 625.695 333.667 637.65]
+/Rect [136.074 650.149 333.667 662.104]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.1) >>
>> endobj
-697 0 obj <<
+692 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 601.795 229.751 612.643]
+/Rect [136.074 626.249 229.751 637.097]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.2) >>
>> endobj
-698 0 obj <<
+693 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 577.064 314.073 588.189]
+/Rect [136.074 601.518 314.073 612.643]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.3) >>
>> endobj
-699 0 obj <<
+694 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 552.887 301.704 563.736]
+/Rect [136.074 577.341 301.704 588.189]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.4) >>
>> endobj
-700 0 obj <<
+695 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 528.434 317.782 539.282]
+/Rect [136.074 552.887 317.782 563.736]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.5) >>
>> endobj
-701 0 obj <<
+696 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 503.98 408.829 514.828]
+/Rect [136.074 528.434 408.829 539.282]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.6) >>
>> endobj
-702 0 obj <<
+697 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 479.526 260.884 490.374]
+/Rect [136.074 503.98 260.884 514.828]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.6.7) >>
>> endobj
-703 0 obj <<
+698 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 455.072 216.717 465.81]
+/Rect [113.16 479.526 216.717 490.264]
/Subtype /Link
/A << /S /GoTo /D (section.6.7) >>
>> endobj
-704 0 obj <<
+699 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 432.556 217.907 441.467]
+/Rect [136.074 457.01 217.907 465.921]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.1) >>
>> endobj
-705 0 obj <<
+700 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 408.102 229.751 416.902]
+/Rect [136.074 432.556 229.751 441.356]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.2) >>
>> endobj
-706 0 obj <<
+701 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 383.648 244.031 392.559]
+/Rect [136.074 408.102 244.031 417.013]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.3) >>
>> endobj
-707 0 obj <<
+702 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 359.195 263.209 368.106]
+/Rect [136.074 383.648 263.209 392.559]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.4) >>
>> endobj
-708 0 obj <<
+703 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 334.741 238.192 343.652]
+/Rect [136.074 359.195 238.192 368.106]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.7.5) >>
>> endobj
-709 0 obj <<
+704 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 308.35 270.736 319.198]
+/Rect [113.16 332.804 270.736 343.652]
/Subtype /Link
/A << /S /GoTo /D (section.6.8) >>
>> endobj
-710 0 obj <<
+705 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 283.896 248.016 294.744]
+/Rect [136.074 308.35 248.016 319.198]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.1) >>
>> endobj
-711 0 obj <<
+706 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 259.442 253.08 270.18]
+/Rect [136.074 283.896 253.08 294.634]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.2) >>
>> endobj
-712 0 obj <<
+707 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 234.989 307.349 245.837]
+/Rect [136.074 259.442 307.349 270.291]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.3) >>
>> endobj
-713 0 obj <<
+708 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 210.535 286.926 221.383]
+/Rect [136.074 234.989 286.926 245.837]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.8.4) >>
>> endobj
-714 0 obj <<
+709 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.16 186.081 226.541 196.929]
+/Rect [113.16 210.535 226.541 221.383]
/Subtype /Link
/A << /S /GoTo /D (section.6.9) >>
>> endobj
-715 0 obj <<
+710 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 161.627 205.093 172.476]
+/Rect [136.074 186.081 205.093 196.929]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.1) >>
>> endobj
-716 0 obj <<
+711 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 136.897 266.086 147.911]
+/Rect [136.074 161.351 266.086 172.365]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.2) >>
>> endobj
-693 0 obj <<
-/D [691 0 R /XYZ 99.213 706.052 null]
+712 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.074 137.174 293.097 148.022]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.9.3) >>
>> endobj
-690 0 obj <<
-/Font << /F8 569 0 R /F40 662 0 R >>
+689 0 obj <<
+/D [687 0 R /XYZ 99.213 706.052 null]
+>> endobj
+686 0 obj <<
+/Font << /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-720 0 obj <<
-/Length 453
+716 0 obj <<
+/Length 364
/Filter /FlateDecode
>>
stream
-xݕN0E
-/^$$\!i EJQLЁ,n$ؔ*G#L
-- `)r(M bq$5*:"D^59,ۊU7$E5,,(P%GԦ؟v:8\)].id9.Eɥ/&.AI (}c#ɸFu %7Bt.:-jm-v|I&.1$ nр.[t zҀBOO/"qoQX؄,ir^^Q Cfko7fb5Jy
-CI>ͬ~d*"xĒ(E,/{ڀ m^&PjA0[\A$13ٝ1sh} K5CVʹw
+xݔ=O0
+ X@%b@mH3D z4MeO%I(Ql\R檐Iʀ 3I=A@$YR;6y!ҳ@5X/Izs_ZP+.%rl),ڵZc˻2QTuqQPAzG%"±Q".(:\DIzIfv*qvNR$l@ ſ%Ɉ?y`~+ 1$u߼Ql*b49
+=G% 38\7Hb[Lr8kfE^J3!FiXRD?%< n_J(endstream
endobj
-719 0 obj <<
+715 0 obj <<
/Type /Page
-/Contents 720 0 R
-/Resources 718 0 R
+/Contents 716 0 R
+/Resources 714 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
-/Annots [ 722 0 R 723 0 R 724 0 R ]
->> endobj
-722 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 675.156 293.097 686.004]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.9.3) >>
+/Parent 713 0 R
+/Annots [ 718 0 R 719 0 R ]
>> endobj
-723 0 obj <<
+718 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 651.246 255.183 662.094]
+/Rect [136.074 675.156 255.183 686.004]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.4) >>
>> endobj
-724 0 obj <<
+719 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.074 627.336 246.688 638.184]
+/Rect [136.074 651.246 246.688 662.094]
/Subtype /Link
/A << /S /GoTo /D (subsection.6.9.5) >>
>> endobj
-721 0 obj <<
-/D [719 0 R /XYZ 99.213 706.052 null]
+717 0 obj <<
+/D [715 0 R /XYZ 99.213 706.052 null]
>> endobj
-718 0 obj <<
-/Font << /F8 569 0 R >>
+714 0 obj <<
+/Font << /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-727 0 obj <<
+722 0 obj <<
/Length 127
/Filter /FlateDecode
>>
@@ -1941,21 +1923,21 @@ stream
xm= 1D-mӉo641@= (@x& s04fZ6q}C SG
J IQiimͷz KbhZ>)endstream
endobj
-726 0 obj <<
+721 0 obj <<
/Type /Page
-/Contents 727 0 R
-/Resources 725 0 R
+/Contents 722 0 R
+/Resources 720 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
+/Parent 713 0 R
>> endobj
-728 0 obj <<
-/D [726 0 R /XYZ 99.213 706.052 null]
+723 0 obj <<
+/D [721 0 R /XYZ 99.213 706.052 null]
>> endobj
-725 0 obj <<
-/Font << /F8 569 0 R >>
+720 0 obj <<
+/Font << /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-731 0 obj <<
+726 0 obj <<
/Length 202
/Filter /FlateDecode
>>
@@ -1963,24 +1945,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
-730 0 obj <<
+725 0 obj <<
/Type /Page
-/Contents 731 0 R
-/Resources 729 0 R
+/Contents 726 0 R
+/Resources 724 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
+/Parent 713 0 R
>> endobj
-732 0 obj <<
-/D [730 0 R /XYZ 99.213 706.052 null]
+727 0 obj <<
+/D [725 0 R /XYZ 99.213 706.052 null]
>> endobj
10 0 obj <<
-/D [730 0 R /XYZ 99.213 542.1 null]
+/D [725 0 R /XYZ 99.213 542.1 null]
>> endobj
-729 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R >>
+724 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-735 0 obj <<
+730 0 obj <<
/Length 122
/Filter /FlateDecode
>>
@@ -1989,209 +1971,225 @@ xm= 1D-Ⱥ_Yp
Jޟr^sL33 
Gr"$w'0)o"Z7qSKsp@hkQ(/endstream
endobj
-734 0 obj <<
+729 0 obj <<
/Type /Page
-/Contents 735 0 R
-/Resources 733 0 R
+/Contents 730 0 R
+/Resources 728 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
+/Parent 713 0 R
>> endobj
-736 0 obj <<
-/D [734 0 R /XYZ 99.213 706.052 null]
+731 0 obj <<
+/D [729 0 R /XYZ 99.213 706.052 null]
>> endobj
-733 0 obj <<
-/Font << /F8 569 0 R >>
+728 0 obj <<
+/Font << /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-739 0 obj <<
-/Length 1681
+734 0 obj <<
+/Length 1677
/Filter /FlateDecode
>>
stream
-xڍXnH}W})8q'xE0kd} `K#c&;ukcaW#UNW7c4tg4G3 ӻ1xC4lN5ik4 pZy 4_I2ˤ6= w9] vz]g;Qj[L,.qAZ~e\dC}ba$Y.-,jlMv K·'67>/t`릮mӽ,_ ,HC輩
-״as*tҴR_|Yf;T`N_BLčgPm8ߺS**q3 CNic3s_V3s;l SiƊ2OLL_YSl1Ň}[K "K@ dK)F9[<O{<̊;QDy*
-D} H-E 7$.ꛚeҤs&JњirYIkބ&UoA^|qR]$|˓-
-,,y"Z@D jS Ye|P ,^, dkD'+jwDQ`| Jܽ"mJ{<pFVQp>
-g7x0xd`x,`㘧`2BNGJi`]FouPٝO,"l&14V|Od(h0 d0W:
-u'k7p8wO,~<-#Ws7|\YYՁ)+6Va2"ɛJ؝L1xzi
-vjnpkvGO~/ơD NJ'Ko l#r:sOzHWO`'endstream
+xڍX[sX~ϯ "*lpIQPB9Tsu}w4wG5tckUFÍ.$,
+У?qe*_]V, .W;\!X`ϫX-lr2w4a<ي{:EO e8.YiV ny>/6{Ck|oww___hO٧8JuoAXon6"> "U|UH~>]#pƢt"{C:hs eIJMI0*k^|E/u^ 26Pa*?l^WV~-XGMV
+)B(Iir6wAe֒",_V
+r:-g]`^fɰDdM&!HutR1MCZi Nj@n5P/i Ҥ!s&RirXEkM&|qB]V(Ŗ'[/x≨kI 8#0h H廜Md ,v_hC'z-<YS˄MҦfN5(78ylEooЮ+8pDVޑs>
+E曚j]罔z@Xe_4S3Nf"\Iy[nňhfRDMT64 J,n{Vê5U{E͏+ݩy!䒞1*m䰯nFjJT-ŃSoR$\YOeW,|e췸ߨKa/G|~!6^ջA\ˁW2Noļ_"14ytN[5dPV3JP[`XwW>yv#gruO̟x^7
+q8ii8x8)$?Z$^4[Tva>X
+#qtg>Dn^|+l11G4B1~| ok'ρ{ZʣOʓ{+bF?^
endobj
-738 0 obj <<
+733 0 obj <<
/Type /Page
-/Contents 739 0 R
-/Resources 737 0 R
+/Contents 734 0 R
+/Resources 732 0 R
/MediaBox [0 0 612 792]
-/Parent 717 0 R
+/Parent 713 0 R
>> endobj
-740 0 obj <<
-/D [738 0 R /XYZ 99.213 706.052 null]
+735 0 obj <<
+/D [733 0 R /XYZ 99.213 706.052 null]
>> endobj
14 0 obj <<
-/D [738 0 R /XYZ 99.213 542.1 null]
+/D [733 0 R /XYZ 99.213 542.1 null]
>> endobj
-741 0 obj <<
-/D [738 0 R /XYZ 99.213 435.868 null]
+736 0 obj <<
+/D [733 0 R /XYZ 99.213 435.868 null]
>> endobj
-742 0 obj <<
-/D [738 0 R /XYZ 99.213 398.884 null]
+737 0 obj <<
+/D [733 0 R /XYZ 99.213 398.884 null]
>> endobj
-743 0 obj <<
-/D [738 0 R /XYZ 99.213 348.892 null]
+738 0 obj <<
+/D [733 0 R /XYZ 99.213 348.892 null]
>> endobj
-737 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+732 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-746 0 obj <<
-/Length 1447
+741 0 obj <<
+/Length 1448
/Filter /FlateDecode
>>
stream
-xڅWKs6WḦ́( ):nC&ɡ!5)$G}P% `w}/$_(%$ ʸq&v@|8"Q<B*&?n~9QAȂkɗKe?.$4""L~e9)erqHE> _ß+ޚjDHdDYF pP4- M5Py7l3SYdiՂZ>[!"VVadR2!sV{d
-k
-#ezm2EhBtPm ,~(EU'C4 P{})6Jd_u} >Rd>bM95=o^v'Z4خѕHHET8Ui$`,G qSM c 6ST{<c
-_kt
-=sӢCkM_o V88c3u.5ZNPLL}l9.ue@zC#
+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神
endobj
-745 0 obj <<
+740 0 obj <<
/Type /Page
-/Contents 746 0 R
-/Resources 744 0 R
+/Contents 741 0 R
+/Resources 739 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
+/Parent 745 0 R
>> endobj
18 0 obj <<
-/D [745 0 R /XYZ 99.213 688.052 null]
+/D [740 0 R /XYZ 99.213 688.052 null]
>> endobj
-747 0 obj <<
-/D [745 0 R /XYZ 99.213 477.255 null]
+742 0 obj <<
+/D [740 0 R /XYZ 99.213 477.255 null]
>> endobj
-748 0 obj <<
-/D [745 0 R /XYZ 99.213 477.255 null]
+743 0 obj <<
+/D [740 0 R /XYZ 99.213 477.255 null]
>> endobj
22 0 obj <<
-/D [745 0 R /XYZ 99.213 477.255 null]
+/D [740 0 R /XYZ 99.213 477.255 null]
>> endobj
-749 0 obj <<
-/D [745 0 R /XYZ 99.213 401.207 null]
+744 0 obj <<
+/D [740 0 R /XYZ 99.213 401.207 null]
>> endobj
26 0 obj <<
-/D [745 0 R /XYZ 99.213 382.369 null]
+/D [740 0 R /XYZ 99.213 382.369 null]
>> endobj
-744 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F39 562 0 R >>
+739 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-753 0 obj <<
-/Length 2702
+748 0 obj <<
+/Length 2694
/Filter /FlateDecode
>>
stream
-xڍY[s~ϯ<+:o{ig9AXt%zHed&H
-nXjYJ2⡛hfoOĺ㱚p5izf||pвj:V;ْ|KX!8XP0a`0 (
-#:=,O5zͿ4eSy\ϜdL!i_M ,g9 `4ͪl[Yk؂9ߓe㝟J{i43]iqhI~W/eSWnɧ'"|"MBMDB5ҰռY$niHmWZH3ǹ^%>}/B`𑩿 T\uMĘ` rNcA~MJ[DOK.VH<SkAVk|;+s8" mQ2/ca(pWW! )L(a
-gsk5|ю⧵l6!4$u0|0 Ey?6bno-+;O0<@P^
-{a3`Ɇ! Kmie&
-Os>RcQR85 WaWFC&´8sQ#TnX(U`P<n= D+z8S8SZ(k^Bɽ{vE(^wh.[h +xOH;8ä!HuNpD !1a
-8{Aǒɾ~ّYeCkc>~/XvwG;~Nh]a C$U 9ײѵٯX,*SDPIrܟ V\wMَ H:i;͕gM%
-S~0d
-
-?
--4P8c[Sendstream
+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
endobj
-752 0 obj <<
+747 0 obj <<
/Type /Page
-/Contents 753 0 R
-/Resources 751 0 R
+/Contents 748 0 R
+/Resources 746 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
-/Annots [ 761 0 R ]
+/Parent 745 0 R
+/Annots [ 754 0 R ]
>> endobj
-761 0 obj <<
+754 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [151.42 380.788 214.655 391.636]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/)>>
>> endobj
-757 0 obj <<
-/D [752 0 R /XYZ 99.213 547.634 null]
+752 0 obj <<
+/D [747 0 R /XYZ 99.213 547.634 null]
>> endobj
30 0 obj <<
-/D [752 0 R /XYZ 99.213 532.621 null]
+/D [747 0 R /XYZ 99.213 532.621 null]
>> endobj
-751 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F19 541 0 R /F14 760 0 R /F45 764 0 R >>
+753 0 obj <<
+/D [747 0 R /XYZ 99.213 400.713 null]
+>> endobj
+755 0 obj <<
+/D [747 0 R /XYZ 99.213 377.799 null]
+>> endobj
+759 0 obj <<
+/D [747 0 R /XYZ 99.213 339.941 null]
+>> endobj
+760 0 obj <<
+/D [747 0 R /XYZ 99.213 301.53 null]
+>> endobj
+746 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F19 537 0 R /F45 758 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-769 0 obj <<
-/Length 1201
+765 0 obj <<
+/Length 1204
/Filter /FlateDecode
>>
stream
-xڕVMo6W(1+Rdl@/AdK$t;_m &93Ù73ҫ,HrdfUw
-y +FvSXGհiR˽B+t
-Ax`NN,oON6w Oo8ESjm;_+zg ]ZK;T#Wy?ͲMkz?A{<,׮hNJ
-hų_ߵ,(w,x8Aωh /0Z DkG^ &zdCi-/yAd7D>BeUn47`8u5c،nǛ4JG\" w- XQ28Tr#6~Y<# {a)fzp-`i劼2wx+P>|T<O@?O#:9uEI˲0&T7sߋ&/OG'P$ $`mghJBuIfʹY~iF#*c"=t"4_z8k,3΍oe
-ؤP& 3B\Lh>bY࠻=<4rXՐl@ V,[x7GaF2Sy}[fWW)Hm䢠.+t r:BEĜpJ2˄ >'sͩ]bm4;>'km/@8[إ9bchfaRm<Tܼ<
-`
-5:=8K@fQy$0LBqq7M
-Q0
+xڍVn6+|X)Ji[
+{ JF]NΛ!moE,83y3ZSJVeZ$iWxHDU׹6IBۛ>jӤ(1X7Djwks"dIM}j]&1LtNq">e~_eO.QdK< M롤9FGrJ@
+3JoX!>kME⚇WhFXo"Wloz#ƺL[䚎:S-ƈ7' F ⇳ѧ)Nbxml~BpP+c855i<섯d9 N8flbv}(ڇD4v>]u]+b׏~ڻNggY%\7 D
+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
endobj
-768 0 obj <<
+764 0 obj <<
/Type /Page
-/Contents 769 0 R
-/Resources 767 0 R
+/Contents 765 0 R
+/Resources 763 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
+/Parent 745 0 R
>> endobj
34 0 obj <<
-/D [768 0 R /XYZ 99.213 688.052 null]
+/D [764 0 R /XYZ 99.213 688.052 null]
>> endobj
-770 0 obj <<
-/D [768 0 R /XYZ 99.213 482.075 null]
+766 0 obj <<
+/D [764 0 R /XYZ 99.213 482.075 null]
>> endobj
-771 0 obj <<
-/D [768 0 R /XYZ 99.213 482.075 null]
+767 0 obj <<
+/D [764 0 R /XYZ 99.213 482.075 null]
>> endobj
38 0 obj <<
-/D [768 0 R /XYZ 99.213 482.075 null]
+/D [764 0 R /XYZ 99.213 482.075 null]
>> endobj
-772 0 obj <<
-/D [768 0 R /XYZ 99.213 330.341 null]
+768 0 obj <<
+/D [764 0 R /XYZ 99.213 330.341 null]
>> endobj
42 0 obj <<
-/D [768 0 R /XYZ 99.213 310.567 null]
+/D [764 0 R /XYZ 99.213 310.567 null]
>> endobj
46 0 obj <<
-/D [768 0 R /XYZ 99.213 210.811 null]
+/D [764 0 R /XYZ 99.213 210.811 null]
>> endobj
-767 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+763 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-775 0 obj <<
-/Length 703
+771 0 obj <<
+/Length 694
/Filter /FlateDecode
>>
stream
-xڭUMS0WЃ=ktin)t:ݕllK{p`p)Y#|HJ:|\EWJGd!Z<jȪ/yx/I*MRkd|ul+!.>&KW7ѧՋՙ=#HΒ'Α:R" *}y0M®ӎ/
-CR!7<BLJ<g{i%gΪ>9lA"TC4NrK )sn.OI{yJIՉ<q*o޵l쐷2PcY $sYPX 8oXʉU][I*,wM{
-q}y2YK"Ji# wձ/,VRջDyjHmb́e2pYbnoEendstream
+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
endobj
-774 0 obj <<
+770 0 obj <<
/Type /Page
-/Contents 775 0 R
-/Resources 773 0 R
+/Contents 771 0 R
+/Resources 769 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
+/Parent 745 0 R
>> endobj
-765 0 obj <<
+761 0 obj <<
/Type /XObject
/Subtype /Image
/Width 697
/Height 440
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 167 776 0 R]
+/ColorSpace [/Indexed /DeviceRGB 167 772 0 R]
/Length 10929
/Filter /FlateDecode
>>
@@ -2235,20 +2233,20 @@ nFiI[Z{*CX^Q3"C%_4U,".m9
0;ZD܍
& ֬*J-mWǓ;ta? MMw .`obdi|[')cp}
endobj
-776 0 obj <<
+772 0 obj <<
/Length 418
/Filter /FlateDecode
>>
stream
x%đۤ@
endobj
-766 0 obj <<
+762 0 obj <<
/Type /XObject
/Subtype /Image
/Width 449
/Height 227
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 52 777 0 R]
+/ColorSpace [/Indexed /DeviceRGB 52 773 0 R]
/Length 4438
/Filter /FlateDecode
>>
@@ -2291,19 +2289,19 @@ F4j
@(
@(
endobj
-777 0 obj <<
+773 0 obj <<
/Length 170
/Filter /FlateDecode
>>
stream
x
endobj
-773 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R >>
-/XObject << /Im1 765 0 R /Im2 766 0 R >>
+769 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R >>
+/XObject << /Im1 761 0 R /Im2 762 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-780 0 obj <<
+776 0 obj <<
/Length 1563
/Filter /FlateDecode
>>
@@ -2320,52 +2318,56 @@ s!sRHN1+
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
endobj
-779 0 obj <<
+775 0 obj <<
/Type /Page
-/Contents 780 0 R
-/Resources 778 0 R
+/Contents 776 0 R
+/Resources 774 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
+/Parent 745 0 R
>> endobj
-781 0 obj <<
-/D [779 0 R /XYZ 99.213 451.579 null]
+777 0 obj <<
+/D [775 0 R /XYZ 99.213 451.579 null]
>> endobj
50 0 obj <<
-/D [779 0 R /XYZ 99.213 239.471 null]
+/D [775 0 R /XYZ 99.213 239.471 null]
>> endobj
-778 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F39 562 0 R /F19 541 0 R >>
+774 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F39 558 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-784 0 obj <<
-/Length 2130
+780 0 obj <<
+/Length 2129
/Filter /FlateDecode
>>
stream
-xڝXm_+ MQNd'9Gd0
-*njOrO MO4\?MV!b3/?/Z]sֆJK&F(N\Ol#t`A}:*v*V*q:"'h)tVH9*0uR,Q,Kv̈JC3ljxkM%Vӱn͎*;QeMgy*:sh8yq>t4LȁE] a7tZ+jE@]pš_; 08;
-{xjloUԥP<7Uձ/۲ R
-/^ڛs
-@ 8w
-C0 #װnYۛ-|=_ ͬ,lwe=Ne>
-w4d,0087/^^O#tJ7͆
-=N‚,>hXg"98rr!h8sZ td^S啣ڀ #, T E+
+xڝXmo_L].P
+M8Xxw+m45&$ZCҋF
+m%WD: I+N;ob>uM] ?|:3.ʭ0ϧmW:-({-Y{7@
+|딋 '`Z
+t- F>;L)Ki#?|a`H\T@,WF[چv|u("A疣^jxV1}|V5>'=V.n^zwa} t{a~pGp"W&> . {yCéм@FzAWAûTlTE3rme_
+ӡh)u'+ؗ(?ASqE]C!%^D[
+
+(e)%}KM#?⸋n,l
+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-
endobj
-783 0 obj <<
+779 0 obj <<
/Type /Page
-/Contents 784 0 R
-/Resources 782 0 R
+/Contents 780 0 R
+/Resources 778 0 R
/MediaBox [0 0 612 792]
-/Parent 750 0 R
+/Parent 745 0 R
>> endobj
54 0 obj <<
-/D [783 0 R /XYZ 99.213 396.151 null]
+/D [779 0 R /XYZ 99.213 396.151 null]
>> endobj
-782 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+778 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-787 0 obj <<
+783 0 obj <<
/Length 1949
/Filter /FlateDecode
>>
@@ -2380,29 +2382,29 @@ Thx_\& Ӗu zqrf+<_/C(
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@
endobj
-786 0 obj <<
+782 0 obj <<
/Type /Page
-/Contents 787 0 R
-/Resources 785 0 R
+/Contents 783 0 R
+/Resources 781 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
-/Annots [ 788 0 R 791 0 R 792 0 R ]
+/Parent 789 0 R
+/Annots [ 784 0 R 787 0 R 788 0 R ]
>> endobj
-788 0 obj <<
+784 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
-791 0 obj <<
+787 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
-792 0 obj <<
+788 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [393.503 137.174 504.169 148.022]
@@ -2410,216 +2412,217 @@ endobj
/A << /S /GoTo /D (Configurations.AppConfig) >>
>> endobj
58 0 obj <<
-/D [786 0 R /XYZ 99.213 492.806 null]
+/D [782 0 R /XYZ 99.213 492.806 null]
>> endobj
-789 0 obj <<
-/D [786 0 R /XYZ 99.213 362.495 null]
+785 0 obj <<
+/D [782 0 R /XYZ 99.213 362.495 null]
>> endobj
-790 0 obj <<
-/D [786 0 R /XYZ 99.213 177.024 null]
+786 0 obj <<
+/D [782 0 R /XYZ 99.213 177.024 null]
>> endobj
-785 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R /F39 562 0 R >>
+781 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-798 0 obj <<
-/Length 2193
+794 0 obj <<
+/Length 2199
/Filter /FlateDecode
>>
stream
-xڍێ6}(TjV[ f"}c˶PYJr&%Y'A1yxx7*z?siJDqڝN~}Ђ]*Oj{X,SI\%&_m'ihfA֛,5Kgu\:IBolccڃ=֡y:?(U*Ꮗ ,Y%m*f"Qf*d]wIP[xi 99zzoNո} 5}OCʮe#-l.u6:NQ Lp+>]+;3: V
-
-Zı΂?a bsFViP]P:9@:97%5sSW"ҥ+8&ܝ8LlPRQ~_H ( 4e_}T`TV+cf2zNy!3&,Z4Jw.ȋ_'pk4(]Qt e.''粪x5
-dYN
-(EgiεG % rZ֙;S6
-.\1uPP" ^
-%8Ʒ UtJ-fEO?/x&r]lG;oX[>g 5%9dY
-MwQBqMV3 o ?JҜG [vQM5U |QN+xXNsn|(I7FS̑|vd"kɃi_CcUNo:$$gwD<:mi4QPu7mNkއW&I1z=΋gt}hc:3f) uQ$Vi] Lg~'LsW #3 |wJ}Ii9f?7$1Wc -P,Ft%Qj5^%{v}E5߼Qۼ0_JP5n~+~\p9͗3,).ėXEzv0 jrKN-PMt ɪ\Z8Pߒ*4`02T&2za|PHw3-?$8ghq`An޺{%K|iŭĆ|!nϛ ^] J{1,j|ASוTH̓g-~JC}
+xڍɎF_!B!bdbāsDsr|(EvH}VD Z^}&jA& nNp_@ ϻɃ<ћq,HA{{[_yO[EuyQT{5QKQ$w=X$6HX! tma*7ŰJe_=%~&m(pY{ $Mg |Yx֏Rp7|HWj8\ E>U#f6׺Cuk&.BJ݀݌~E98
+'}%h&H P}qq!SnBAha%K<H'TaѢRq᮷'^5Z9'=^xz]/1>Oc깬*^ B80zy).14谾ͽ<S nF;1bA|5_BVC\ۥxH֠45޻ml/;8LCR,^ZƂ8i@@c6< rR5sYɴB
+l䗂PTǔ7)B-'Ε%A`~}S35×SP`(5 SDZmbB-l 鏠\›d?N(+>?}{9}߿f!CmL,71 mSQZ* ^kdoa%ԅ@ !"k9Lkz_=pTVL &)65QYe Ks"FQ0%wBIP1'tk0N&٣2 H.ȣ ,<,CIņ\Ma*%yj`&XG'* PdvjX1q LuL}4{9Ձiʊݹ|C Et}/
+|.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
endobj
-797 0 obj <<
+793 0 obj <<
/Type /Page
-/Contents 798 0 R
-/Resources 796 0 R
+/Contents 794 0 R
+/Resources 792 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
-/Annots [ 799 0 R 801 0 R ]
+/Parent 789 0 R
+/Annots [ 795 0 R 797 0 R ]
>> endobj
-799 0 obj <<
+795 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
-801 0 obj <<
+797 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [420.235 317.568 464.347 328.416]
+/Rect [420.234 317.568 464.347 328.416]
/Subtype /Link
/A << /S /GoTo /D (Configurations.Templates1) >>
>> endobj
-800 0 obj <<
-/D [797 0 R /XYZ 99.213 575.763 null]
+796 0 obj <<
+/D [793 0 R /XYZ 99.213 575.763 null]
>> endobj
62 0 obj <<
-/D [797 0 R /XYZ 99.213 568.439 null]
+/D [793 0 R /XYZ 99.213 568.439 null]
>> endobj
66 0 obj <<
-/D [797 0 R /XYZ 99.213 459.1 null]
+/D [793 0 R /XYZ 99.213 459.1 null]
>> endobj
70 0 obj <<
-/D [797 0 R /XYZ 99.213 209.964 null]
+/D [793 0 R /XYZ 99.213 209.964 null]
>> endobj
-796 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+792 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-805 0 obj <<
-/Length 2496
+801 0 obj <<
+/Length 2497
/Filter /FlateDecode
>>
stream
-xڕێ}BL o(P&A㺱>$yF+¼($w )^X`93g2RԦ(XMaě&?n@d7/)"՛qBS.6ïAp3*hN6AW?ݼK$LWq
-!Y#x5a=[8Iҽ
-^| <Db.dW0qLµ/<gȓ.ߋwc
-s|G\Y . a3:L(;$xoȔP YR0zJZg @re-"ۂ@5*^F5\<3Ugrq@Oj#,!W*bF+.?;Yb<Hi ,*حX8Awzj4{QmyJP>U`4`(:b6 sLbDNJŨ(4C8 C 5fITpgW'Q]fLTĢJh)\<x5DL?`N& 6<zoW!.MFqۉW),ӦJ
-?'z qYd1qỊ
-{$ t|Bcʠ0Vi`{08 Brfd@JJWx4I^~e_
-fx\35%}-eK˓K뜅/A-`hÜÊg%cxp(M&9/`$ih%?vkϷAb}"!SH./+|g
-+kUE2%"*j/2)2)/W$;C1AxieKՙ蔖Z"'ÙEqX0!ZjDC&AŊnxuuWXʥnwjGJ:֬v#~xsmBxdp|ŷ, U;u׎ByF3K9R@ժEH]>c9R3r]Ġ\gpW1?1T$z>5鲃F)lsdB6o "@ؑ$͸FBUEז5 C;K' Nen)wwp,Ȝn?z7{8B!;6u"ߌV
-z5*H_(8<xHUU 5 w|_X͡=@_ɳ*ȿCFGW$%`O2mϫb-0+Q%)f4*`W` =#:隲1Dg@3ǩD@A|md|
+xڕn_B o(P M,iQӇ}E-IfD€93g2RԪ(XUaī*Z?@ld3/?*"իS]߂8zg:xӭUЎ
+ulzI&?*
+ua(V͕e2>]tŧ8Jb8J<
+8֍peÅx `vv` NdƱ
+\_H{-M1IXlwsD47ue9<- USeO4o(- [mVa"(`Bh7a4
+ Ǚ!xdHLcߝmTew*-k
+!nY#x5a=[Iҝ
+ךx$:!OP|/BߢB f
+,YF!5XTyTځQ`<on1s\uf. ~">4\Ym9Nq TĪǍV\~8Z1yXTY.q
+"i0&}x-^j
+F>3 eCG&7aIX&Ub8!pYáQrK$L*8#(
+3T&*bBZFc%TpC.
+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|
endobj
-804 0 obj <<
+800 0 obj <<
/Type /Page
-/Contents 805 0 R
-/Resources 803 0 R
+/Contents 801 0 R
+/Resources 799 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
+/Parent 789 0 R
>> endobj
74 0 obj <<
-/D [804 0 R /XYZ 99.213 613.939 null]
+/D [800 0 R /XYZ 99.213 613.939 null]
>> endobj
78 0 obj <<
-/D [804 0 R /XYZ 99.213 440.826 null]
+/D [800 0 R /XYZ 99.213 440.826 null]
>> endobj
-803 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+799 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-809 0 obj <<
-/Length 2102
+805 0 obj <<
+/Length 2098
/Filter /FlateDecode
>>
stream
xڍێ_"cF"%JBmh}H5Hx{ne˓,oT,R,ت8a/w
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^
-%D|ͼ1Զ+jJHC&{fug3_QߟƳ;U6L 
-p*.dY8~^jDr=Lkʽw<{7T!1. d@`+ԒI4y_pٜ?;Kbml JU7Xa3Nsms
-Rwg{'q> >Cma
-
-2EeCpA DUj &Z}z㲩K;á;U5ņ" [) nOrdvy^"JMf;/8n%GdC8r_~]<7
-.`3Bs8T%,Z&~⦆M u+@:g?#xendstream
+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
endobj
-808 0 obj <<
+804 0 obj <<
/Type /Page
-/Contents 809 0 R
-/Resources 807 0 R
+/Contents 805 0 R
+/Resources 803 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
-/Annots [ 811 0 R ]
+/Parent 789 0 R
+/Annots [ 807 0 R ]
>> endobj
-811 0 obj <<
+807 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
-810 0 obj <<
-/D [808 0 R /XYZ 99.213 605.09 null]
+806 0 obj <<
+/D [804 0 R /XYZ 99.213 605.09 null]
>> endobj
82 0 obj <<
-/D [808 0 R /XYZ 99.213 570.07 null]
+/D [804 0 R /XYZ 99.213 570.07 null]
>> endobj
86 0 obj <<
-/D [808 0 R /XYZ 99.213 382.999 null]
+/D [804 0 R /XYZ 99.213 382.999 null]
>> endobj
90 0 obj <<
-/D [808 0 R /XYZ 99.213 228.251 null]
+/D [804 0 R /XYZ 99.213 228.251 null]
>> endobj
-812 0 obj <<
-/D [808 0 R /XYZ 99.213 138.17 null]
+808 0 obj <<
+/D [804 0 R /XYZ 99.213 138.17 null]
>> endobj
-807 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R /F45 764 0 R >>
+803 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R /F45 758 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-815 0 obj <<
+811 0 obj <<
/Length 2353
/Filter /FlateDecode
>>
stream
-xڍYݓ۸ ߿̚'J>妙[K֜l$9__|dLL 
-g4_[B><^5_ [we%|:V--|b>Y`W$ 9
-ɓ@eY >9M%$bI(h@x48օ]d/~uy
-uG%aHxA퉇?W\֌5ǫLt@F@@BHxL __
-7<!(AVҟС~{G4ŵH>Xc;YSGUsegjdO_("_~/%7݋
-iP8~m4j
-/aOpna:UgsO DD L2[~:ijϖr IaQ:츇<VTLJdR}gBӧ<NnLZZ46Y
-(sii<Wg Bt<V38%A8BytVH+%mW-S,|
-5 YN?7)ۙMɃ[}ìVԯVONjD `U\,ᇤ甈
-vmǓGkʓrb߸ިz]a,BH
-/ ,t'K=<Q Cƥv=G~6xꍚvo56}^l\ 57]D.Fi`RYrD
-\UqƼqw'
-{g"~RYK ).τȵy)'nD۸ Jh8䋭
-/
+xڍYݓ۸ ߿̚'ꃒ妙[K֜l$9__|dLL 
+Lۇ=bY%c(QIX\[NT*k :JzAus~_\61xAZ8"8(*x<ziAy!_3d9W4S[j9" SPؾf5gE=|М+kP%y.L!ipFKwCwlp&28
+08"in24/ǺZo }h1I`8/5uc30wcӡ˶q\[zV$n(6!BQoO>64`.Ԥ"C1<!Ç}٣qK<I'r0kiDNm .GeubUhM:|2}#"5F'<MAVOwz2Ƅ}Mx-B⏒it> pÖ>1,HW$ 9
+sI]&Iߤnl4}l [ ILq Q®?NO?p<|
+$(FybMscUQ8~@VKVܮ;b,a{:; '7:&^qY3ּKWa;
+7<!(AVҟС~< bZ$9fz0ٙZ1Soa'ʽH#a m"@LvX8I;7xܓ`-._<bL^ĸ{ĦEB[W64EB#δh%@N/B˻qT$xT:e iđLk1+Q,2poFqJT(}ML!`֭238יHȆo<璖h/"{nbjO7I=V7aKׂ
+ڶ.Cg#K[[,ML幧\*x)D;=an;Ⱦ:WȂo"`gL(1]wX{z;@ܫ&
+wzF*0}As}+}⻮{ͤ0`
+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
endobj
-814 0 obj <<
+810 0 obj <<
/Type /Page
-/Contents 815 0 R
-/Resources 813 0 R
+/Contents 811 0 R
+/Resources 809 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
-/Annots [ 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R ]
+/Parent 789 0 R
+/Annots [ 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R ]
>> endobj
-816 0 obj <<
+812 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
-817 0 obj <<
+813 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
-818 0 obj <<
+814 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
-819 0 obj <<
+815 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
-820 0 obj <<
+816 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
-821 0 obj <<
+817 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [98.216 453.225 173.102 464.073]
@@ -2627,28 +2630,28 @@ endobj
/A << /S /GoTo /D (fundamentals/modules.page/custom) >>
>> endobj
94 0 obj <<
-/D [814 0 R /XYZ 99.213 688.052 null]
+/D [810 0 R /XYZ 99.213 688.052 null]
>> endobj
-822 0 obj <<
-/D [814 0 R /XYZ 99.213 454.221 null]
+818 0 obj <<
+/D [810 0 R /XYZ 99.213 454.221 null]
>> endobj
98 0 obj <<
-/D [814 0 R /XYZ 99.213 411.084 null]
+/D [810 0 R /XYZ 99.213 411.084 null]
>> endobj
-823 0 obj <<
-/D [814 0 R /XYZ 99.213 290.661 null]
+819 0 obj <<
+/D [810 0 R /XYZ 99.213 290.661 null]
>> endobj
102 0 obj <<
-/D [814 0 R /XYZ 99.213 247.524 null]
+/D [810 0 R /XYZ 99.213 247.524 null]
>> endobj
-824 0 obj <<
-/D [814 0 R /XYZ 99.213 137.893 null]
+820 0 obj <<
+/D [810 0 R /XYZ 99.213 137.893 null]
>> endobj
-813 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+809 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-829 0 obj <<
+825 0 obj <<
/Length 2386
/Filter /FlateDecode
>>
@@ -2656,318 +2659,298 @@ stream
xڕɒ6_PUL,ɣةrTI0Eu$-
]'BbgTww_q]9n3eI)\H),C~=M6/D*`Sd Ku0os@rxqlλ9}Ę.`KXi 8X BDEy?'D";u!yAeo`t<~ v0p}zFsG-Ϻ1ƫ5xhߨ%C\TrAp CQ8$4Cw}Sdwtz#QQ_<FfD(2yKM Jѝw ԣLa_БvM:
B~FW^[*%<M "^DjP C⃯8iMOC z+6Dw`Y~ްv
-Mcϛ3dy p00!?<t6L}4u꿪:u ժxi N;nAdikH1߆mI2{KN0)A7-*DAwW瓠bCPT (֞? (Ss`r!`*0w 3g.l)PF0_̇7hUQX r3PD^/jC(EhHRB IL'm/_SFLi9eBX+GUftUq]L4KgQ$_횾~zxr# xlJcT\yHu@|R@]Z.ȦCeO <RK!p?]~r@:J1S(s>j1$ޥ(i2QxlQLJw4&PO8 b#E-+E) Sȳ5SX.]9 i=j:܅N'|0'ٝBq=⍭ODE10;
-K)K EcJ_T],p񴊯*!%l V7Vh Bǐu2ɡyk'E XQ
-+\s6IRV};>a_8OѳDqQD;ztʓp_N/%$2* 5CSp9_z,ʼm!
+Mcϛ3dy p00!?<t6L}4u꿪:u ժxi N;nAdikH1߆mI2{KN0)A7-*DAwW瓠bCPT (֞? (Ss`r!`*0w 3g.l)PF0_̇7hUQX r3PD^/jC(EhHRB IL'm/_SFLiB C2!XZȣy3:*8lKj{3u(`/vM_qc=g<e6l1l}L.<: JPFu.-qdS֡\`mAEon? %GsWHR4ke~Ĩ|<Nhv%Y
+y
+'u_ҢҢKabY_{S)DD׎.SL_o5czBsic>`WN|JS'Gw""׉Bb`۝CA^Gč箌}Qdz@S7ti4uA]W7uҥ2a}ȥ;JwJizpg)( k(-" "!]/?TRr-߲j-2EF@| o~ͥ횎9Kxd$}
+)lCYy퐲/Cd8־G*n8Eu_G;~IY.o\o<CH
+Hc:PPs
+ui@IvwMT]
+\v[p?xtNc=j4`[V=4T4e
endobj
-828 0 obj <<
+824 0 obj <<
/Type /Page
-/Contents 829 0 R
-/Resources 827 0 R
+/Contents 825 0 R
+/Resources 823 0 R
/MediaBox [0 0 612 792]
-/Parent 793 0 R
-/Annots [ 831 0 R 833 0 R ]
+/Parent 789 0 R
+/Annots [ 827 0 R 829 0 R ]
>> endobj
-831 0 obj <<
+827 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
-833 0 obj <<
+829 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
-830 0 obj <<
-/D [828 0 R /XYZ 99.213 706.052 null]
+826 0 obj <<
+/D [824 0 R /XYZ 99.213 706.052 null]
>> endobj
106 0 obj <<
-/D [828 0 R /XYZ 99.213 688.052 null]
+/D [824 0 R /XYZ 99.213 688.052 null]
>> endobj
-825 0 obj <<
-/D [828 0 R /XYZ 99.213 600.705 null]
+821 0 obj <<
+/D [824 0 R /XYZ 99.213 600.705 null]
>> endobj
110 0 obj <<
-/D [828 0 R /XYZ 99.213 585.41 null]
+/D [824 0 R /XYZ 99.213 585.41 null]
>> endobj
-826 0 obj <<
-/D [828 0 R /XYZ 99.213 483.561 null]
+822 0 obj <<
+/D [824 0 R /XYZ 99.213 483.561 null]
>> endobj
114 0 obj <<
-/D [828 0 R /XYZ 99.213 468.266 null]
+/D [824 0 R /XYZ 99.213 468.266 null]
>> endobj
-832 0 obj <<
-/D [828 0 R /XYZ 99.213 303.653 null]
+828 0 obj <<
+/D [824 0 R /XYZ 99.213 303.653 null]
>> endobj
118 0 obj <<
-/D [828 0 R /XYZ 99.213 287.285 null]
+/D [824 0 R /XYZ 99.213 287.285 null]
>> endobj
-827 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+823 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-836 0 obj <<
-/Length 2041
+832 0 obj <<
+/Length 2047
/Filter /FlateDecode
>>
stream
-xڕXY8~@K`&s`t$l[IN'뷊EJdw6E:>~rScjTN n`s/2d~XLj=5djXj ˔.V%el6/r/g"gE|e3mӢ[,ըO|S~pL1}6g˜~e
-&'th,ҬkIfvn`6efݝa#l.Uv:tO06ו}=ZhElCmЮ_aR v۲j!B%ǚ&L/Qg@Y{{ߺxl.43 Ѯ~&ܴ*rLKsP#1D"KIToOq_+p%Mbہ=,T![><Nu\6mC{d"=VCkw {O!iFƃ攩\x^34Fř:?GT|^W߶i1aU~i{7F䀂^8?_0nS'8|]KP"ߨQ^‘FjU[1hvG!qhNsq oZ[m_zQWib+wJq,\hLsT(؛= /24LS7^!ʀ =ć5Ԉ6:gW-se鼍w,<eE10qA9Æz] 34u%$e9Bt2I^x!LI*
-ʳ'ռU;{#a07=ٌtnLKGZרLk7pau (r@`,$6CMOPRiu"g Iu뒊%
-3.]WEҜ< 豫a{B(kmww:2ɳp@1xZe:3ɡQ-;ȓE,^JE
-Cgywrt|Xh!k3+\ Gz,
-@ 9.g<pmG#ڭ;9YG;@%"UCUr1¡14E Gx fX- +HL4ޥ=qzc34vH3WUWZKZ'Iï`HbAVh!z եQ/>AS~舜A<@#b1̟  gO>|uud
-Rk]mnT2ŵs,6KT6j޶4Vˆ.7R-,!-
-;,^ lmK-_!Fܵ!J>397 Bd\PaLmOaLꀭ%>kJCz>oc:5dmN^`,AzPeV)AUv܅]|X4 Xt4!?nAKr5Q{`#_ugܰ.׎_Gi݁%w[ KL7~:.^ˠpVݠc՞2*_w@./Jހ̴Y``70<>I) s`a2>\`ʗۂRYRDhp_PҀҌٯkO_i ;ms@9QP/?vPoX!iGʼ
-%vޔZ%`'k3^y{X\7s:jv<7LuYPnsJLd83P$$WW=DPK(W-JvӭO4ODϺ&O2t$N,f>y:Qi,%  9uJgUM;!9f^z&TuJ_\U]i$zc7 Ŵ>"CN`E/?&Hendstream
+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
endobj
-835 0 obj <<
+831 0 obj <<
/Type /Page
-/Contents 836 0 R
-/Resources 834 0 R
+/Contents 832 0 R
+/Resources 830 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
-/Annots [ 838 0 R 839 0 R ]
+/Parent 837 0 R
+/Annots [ 834 0 R 835 0 R ]
>> endobj
-838 0 obj <<
+834 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
-839 0 obj <<
+835 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
-837 0 obj <<
-/D [835 0 R /XYZ 99.213 706.052 null]
+833 0 obj <<
+/D [831 0 R /XYZ 99.213 706.052 null]
>> endobj
122 0 obj <<
-/D [835 0 R /XYZ 99.213 520.281 null]
+/D [831 0 R /XYZ 99.213 520.281 null]
>> endobj
-840 0 obj <<
-/D [835 0 R /XYZ 99.213 138.17 null]
+836 0 obj <<
+/D [831 0 R /XYZ 99.213 138.17 null]
>> endobj
-834 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+830 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-846 0 obj <<
-/Length 2406
+842 0 obj <<
+/Length 2404
/Filter /FlateDecode
>>
stream
-xڅYY~_
-VۗU$n'u ]m:;fr.kyqzāZ윗:"?5߷?=})ЩQQOcUi:?h?Q,劉_oъWM6t]v~E(N\w6v/˩.koQ)qV p8"FNkq)veɄ(6+w9T/,D{aG BC} T"UlE9UVk?=;e 6x*t>L;)aMv FX唋mrbOOP
-Pk!
-'݊<t
-ҠDI<:kFH
-G&ǠC3G*v2
-{>ƮxM l~}!omUo^5ߍYoU
-8
-U&]0.tcr`YPCע]wtŠ {9^C~YN<t̏2`k3dZ_~*y9c^XAQ=J{{-Y#Q~8B_5㡨 GLaGp'Ya
-}C06ش˺`4 )(GN^QRkJh27^,V4Y#A&P8eq/+/ E@VHh* xB#
-*Z|\QK|ĀakoFzFMGɏKW1)HL|T]<ǙRҴ`hQ#HҎ jܡ,R,
-34#iw-T@x'vUՎl 5 mP?ԑ쯻9jGt i7 u8̾rc.,$0/aHW!vX vԮ.GX_$\U`tA^FEVHp< zd&eM~دͭ s9"xd9pFVb]@VNC 48ò)Rw/Wwz !GrH;.ےy ͢$uCl(w'Ed̄Y+[@ԔY.uՂ*WGig JMOP[-xPF>=-xiVy0Smgȭe24]I`q51R|JEweTͱ tE Bg6j(;gS
-*igH3k8<
-0<gX:qWRp W׶+qUaB !v) 3qf#
-]bAXiNa*-'4 |".0Ԟ!GaW4<?iȥϞ<c"R7}ңi_l``{G K9,\>YinT
-/O͜%%a Mٚ-fۘߊ)2E N}_Op&$йmw> C}nE{-zlH E ͢xwO/y4%$(87ay M%ꜻ{NT瑲, >(յ.=+꼥۳rL}InH{7 :E8\L(^ޘK 낝3:mpY xQ+ _l~:qzn\~_CX4o
-fYz(aEoZKNr{:^UP)HܷcBS#WJO:]q2eRMk6:@b&
->zB^eKչ+C0&1=! \;̞dA#z(9Xendstream
+xڅY[F~_ᇕ6MQ\'Hf2}Hm66892`4EqS_kY-<iJ/b/r_lb_b%$+ Xnučnz}\)TN˕w$s߶Kwc^(v,_u@bFaxwoUz\& =W!by?<jj҅
+\D_)M7(?tt:d--*S֞>&=nbxP0r2X6O,&N&EٴYəze!KQ ~F@-9']^f+B0Qz[ nY!ksVeGI k72_-Wb{/\d%m[|~,V
+&Px
+QH>V))H [$3@
+!([uɪl˧˾gO\pPN7
+VĞ^} o RC^Xxe/áIcRhapنnMr[]U{@bRgÇ]N߼Ѓj+0$o@?^*!HDƒpJ
+[YkE)yhjeũ5,ȍue?s׊t)("TDW¸d`ҕE%eB W:oމ&)kON i- [f9 $;?ƒILt\_v*y9}^XA^ǼK{{-Y#Q~B_5㡨[A:<$`liuGiRQ0RʽDQRkJh2w30XşV4Y#A& S(8RRLAb +$AT<!|
+8‡`m:EAUIP_ԓ p=45MގGbo`Z4Y6CNLfoI::?[ &W {
+LqD'`hf&ZCٖ6ck~7n$7-MHڌҦ̒v 'ߎ]XAdZ}BR'"B/-絥/-&rk W8nAc̬Tɲ;;nj^0|EQBZ"(JŔ 1xکrȍ5HqEDJ3{Po,8uHsɸ0xd
+ 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
endobj
-845 0 obj <<
+841 0 obj <<
/Type /Page
-/Contents 846 0 R
-/Resources 844 0 R
+/Contents 842 0 R
+/Resources 840 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
-/Annots [ 848 0 R 852 0 R 856 0 R ]
+/Parent 837 0 R
+/Annots [ 844 0 R 848 0 R 849 0 R ]
>> endobj
-848 0 obj <<
+844 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
-852 0 obj <<
+848 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
-856 0 obj <<
+849 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
-847 0 obj <<
-/D [845 0 R /XYZ 99.213 706.052 null]
+843 0 obj <<
+/D [841 0 R /XYZ 99.213 706.052 null]
>> endobj
126 0 obj <<
-/D [845 0 R /XYZ 99.213 688.052 null]
+/D [841 0 R /XYZ 99.213 688.052 null]
>> endobj
130 0 obj <<
-/D [845 0 R /XYZ 99.213 442.934 null]
->> endobj
-849 0 obj <<
-/D [845 0 R /XYZ 99.213 359.36 null]
->> endobj
-850 0 obj <<
-/D [845 0 R /XYZ 99.213 337.976 null]
->> endobj
-851 0 obj <<
-/D [845 0 R /XYZ 99.213 316.315 null]
->> endobj
-853 0 obj <<
-/D [845 0 R /XYZ 99.213 295.207 null]
->> endobj
-854 0 obj <<
-/D [845 0 R /XYZ 99.213 245.872 null]
->> endobj
-855 0 obj <<
-/D [845 0 R /XYZ 99.213 207.606 null]
+/D [841 0 R /XYZ 99.213 442.934 null]
>> endobj
-857 0 obj <<
-/D [845 0 R /XYZ 99.213 185.945 null]
->> endobj
-844 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+840 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-862 0 obj <<
-/Length 2424
+854 0 obj <<
+/Length 2417
/Filter /FlateDecode
>>
stream
-xڍYK6ϯPDUYAyn\qM3U>dsHe>$yo
-#"|+b~7뼆"$|Y~(L%lw\G9(C+yaKiժh7HK
-oP,gwp
-ҁ,L K,:rt)"1q:Ax 
-u-03":N:hHZֹ&{SY(Ezr~`\US9Pi1TF2$%&qsߨ$@ Esu4002ا~`ĕOhz#E10qmNqAҫW LU:-}޿
-owy"R,%W~zEV&.s7<TF{U+,iH0 hh/2b4<S 0uߔ0d{%8Ov0L2|77Õ[0N\ @a(שJr0XOYBZGqS;VMdX2"t<|¦:;8IP'.Ax5W fftj}Y;RTP80^/Hh7;2fv&ȁ!k>c
-˶8tj2q>iàpw뫉[o`6,j\P < dm KKuQnb[V
-ϓDd*!>O &&14CFN} %|mdۏ\=[iIV/aHop .M8,Hsl\q]|K^Ujo0M<I@W^+c׀Aŀv_0אF WHpk$}_fՕ!P;Í@xTE"
-z8WbK8gyda* vj`JO3FqEGĦ&QJbDy[lNS#t%ّjJ+΄
-Ƚ5!OHïB(L.lK@#jg}T_=vmt)ʠHtߧ(div>%k
-fJ_ ׾9<t]v4Ty h8 HSAS•}Wp7Obt=)Z Pf&.![tFDz!LMܷ8[KtHܹW73#=^ּ@D|Z$<ھ0f#>İJ1+aDQb/SzR噟(<p J >]a2؁a{2];Ep#_\ُ_oWYWNB,ĝ"j#ijD u7(k@oI'_UZ/eendstream
+xڍY[۶~0$1+ԭoi{rڠdCOVWl}FJl7'҇2Teʏ^"'2?-`2SYO/2u|*Uuh1V+`jmvI}Yikj?ON[7RqdP~[Džt.O0UezaF<WZ.^WNF?54NRA&L|av8T =Ǽ`⍟@-8cnvDϢWY 5?+rOؽl׆kt i"}x ~Q;4a*ʭfXzb4Pqj`<6|VԏeypPlb;ۅIh#3~<0)رxCh̛4,vV%FHg<ܖufh4IԾi_nP)ff`\OC^n8~QMErbJ+. d`h
+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
endobj
-861 0 obj <<
+853 0 obj <<
/Type /Page
-/Contents 862 0 R
-/Resources 860 0 R
+/Contents 854 0 R
+/Resources 852 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
-/Annots [ 864 0 R ]
+/Parent 837 0 R
+/Annots [ 856 0 R ]
>> endobj
-864 0 obj <<
+856 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
-863 0 obj <<
-/D [861 0 R /XYZ 99.213 706.052 null]
+855 0 obj <<
+/D [853 0 R /XYZ 99.213 706.052 null]
>> endobj
134 0 obj <<
-/D [861 0 R /XYZ 99.213 615.822 null]
+/D [853 0 R /XYZ 99.213 615.822 null]
+>> endobj
+857 0 obj <<
+/D [853 0 R /XYZ 99.213 528.515 null]
+>> endobj
+858 0 obj <<
+/D [853 0 R /XYZ 99.213 504.153 null]
+>> endobj
+859 0 obj <<
+/D [853 0 R /XYZ 99.213 479.515 null]
>> endobj
138 0 obj <<
-/D [861 0 R /XYZ 99.213 429.696 null]
+/D [853 0 R /XYZ 99.213 429.697 null]
>> endobj
-865 0 obj <<
-/D [861 0 R /XYZ 99.213 303.897 null]
+860 0 obj <<
+/D [853 0 R /XYZ 99.213 303.897 null]
>> endobj
142 0 obj <<
-/D [861 0 R /XYZ 99.213 287.326 null]
+/D [853 0 R /XYZ 99.213 287.326 null]
>> endobj
-860 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R /F14 760 0 R /F45 764 0 R >>
+852 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R /F45 758 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-869 0 obj <<
+864 0 obj <<
/Length 1919
/Filter /FlateDecode
>>
stream
-xڝXI6W
-@ȱl6SfY-t<kFhprqJ5x# aX* a8t0to'/Na>xO'AdvDemz((e I+*lWLD/\fC.OǏAZģLjZXj<&ϡ`bql)ς8JrG6a'R^ *N(s.&<#8=ܭaM(AX7>@-WهԚqWXs|WHS[ RE|'űȤbW'ϭ~9OT9V^nTo aBF6ma⮭sKd
-'a\"=L" )/Qf7v52@ jI쿀5$Yp&8\.%<QgWD4h1Gve bX[ 0njiHiU Y4\HxC X ˁvoɇh|F*]1ai~m*.zsGeiS"
-U^`:_+nT%ȡr5vH" 7q>#{V^{˿CYO8b|>Hkm";D5u O4Ʀ$Sdi={I!Rx1%=P@hr5n:W[pMxfvséS" 6ͺ`_Q_jmN$y# G[?q5|A<=ݖ/ꒅ;G떇4*q׍QhI݌ܢ>s|@nν\6Vޑmlt&<Gze'ByΪ%~ܠ-xQ;? L`-{~3S]a EE
-X\ͺYl\
-CIc tHǰ@ "7
-aoo+m
-4(G {҄Khv6mn>ʟ_ 'f2_1 䏍Lh5uGZ((j} >>}|0/ /0f
-Hg МP+56rqGwendstream
+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Ǧ&
endobj
-868 0 obj <<
+863 0 obj <<
/Type /Page
-/Contents 869 0 R
-/Resources 867 0 R
+/Contents 864 0 R
+/Resources 862 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
-/Annots [ 871 0 R 873 0 R ]
+/Parent 837 0 R
+/Annots [ 866 0 R 868 0 R ]
>> endobj
-871 0 obj <<
+866 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 452.989 299.767 463.838]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home)>>
>> endobj
-873 0 obj <<
+868 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 226.367 292.544 237.215]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Fundamentals.Samples.Hangman.Home)>>
>> endobj
-870 0 obj <<
-/D [868 0 R /XYZ 99.213 706.052 null]
+865 0 obj <<
+/D [863 0 R /XYZ 99.213 706.052 null]
>> endobj
-872 0 obj <<
-/D [868 0 R /XYZ 99.213 453.986 null]
+867 0 obj <<
+/D [863 0 R /XYZ 99.213 453.986 null]
>> endobj
146 0 obj <<
-/D [868 0 R /XYZ 99.213 438.973 null]
+/D [863 0 R /XYZ 99.213 438.973 null]
>> endobj
-867 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F45 764 0 R /F40 662 0 R /F19 541 0 R >>
+862 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F45 758 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-876 0 obj <<
-/Length 276
+871 0 obj <<
+/Length 273
/Filter /FlateDecode
>>
stream
-x}QR1 *
-+%?D
+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
endobj
-875 0 obj <<
+870 0 obj <<
/Type /Page
-/Contents 876 0 R
-/Resources 874 0 R
+/Contents 871 0 R
+/Resources 869 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
+/Parent 837 0 R
>> endobj
-806 0 obj <<
+802 0 obj <<
/Type /XObject
/Subtype /Image
/Width 795
/Height 1035
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 878 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 873 0 R]
/Length 48142
/Filter /FlateDecode
>>
@@ -3181,7 +3164,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
-878 0 obj <<
+873 0 obj <<
/Length 638
/Filter /FlateDecode
>>
@@ -3190,36 +3173,36 @@ xN AA @0 $A@0AAA<X X x<XXXx{=sN
(
$IHEYEU% M%MeIUUȺ*)@1E4]TBMA@
endobj
-877 0 obj <<
-/D [875 0 R /XYZ 99.213 706.052 null]
+872 0 obj <<
+/D [870 0 R /XYZ 99.213 706.052 null]
>> endobj
-874 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
-/XObject << /Im3 806 0 R >>
+869 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
+/XObject << /Im3 802 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-881 0 obj <<
-/Length 284
+876 0 obj <<
+/Length 281
/Filter /FlateDecode
>>
stream
-x};o1{-‹׶y.uI
-(?>8P"7kٹWzb.VrZEa^07LC
+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
endobj
-880 0 obj <<
+875 0 obj <<
/Type /Page
-/Contents 881 0 R
-/Resources 879 0 R
+/Contents 876 0 R
+/Resources 874 0 R
/MediaBox [0 0 612 792]
-/Parent 841 0 R
+/Parent 837 0 R
>> endobj
-843 0 obj <<
+839 0 obj <<
/Type /XObject
/Subtype /Image
/Width 154
/Height 153
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 183 883 0 R]
+/ColorSpace [/Indexed /DeviceRGB 183 878 0 R]
/Length 1755
/Filter /FlateDecode
>>
@@ -3233,7 +3216,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
-883 0 obj <<
+878 0 obj <<
/Length 530
/Filter /FlateDecode
>>
@@ -3241,36 +3224,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
-882 0 obj <<
-/D [880 0 R /XYZ 99.213 706.052 null]
+877 0 obj <<
+/D [875 0 R /XYZ 99.213 706.052 null]
>> endobj
-879 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
-/XObject << /Im4 843 0 R >>
+874 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
+/XObject << /Im4 839 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-886 0 obj <<
-/Length 277
+881 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#
-\E2sq7QDD}}W0Wo%ӗ؄٩%VheBY##3 .1=eUEhsendstream
+\E2sq7Q ilJ/1?3hۥVrhQeBT" 1 .'?;eUEAqendstream
endobj
-885 0 obj <<
+880 0 obj <<
/Type /Page
-/Contents 886 0 R
-/Resources 884 0 R
+/Contents 881 0 R
+/Resources 879 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
+/Parent 883 0 R
>> endobj
-859 0 obj <<
+851 0 obj <<
/Type /XObject
/Subtype /Image
/Width 737
/Height 947
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 56 889 0 R]
+/ColorSpace [/Indexed /DeviceRGB 56 884 0 R]
/Length 27056
/Filter /FlateDecode
>>
@@ -3401,46 +3384,42 @@ 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
-889 0 obj <<
+884 0 obj <<
/Length 182
/Filter /FlateDecode
>>
stream
x
endobj
-887 0 obj <<
-/D [885 0 R /XYZ 99.213 706.052 null]
+882 0 obj <<
+/D [880 0 R /XYZ 99.213 706.052 null]
>> endobj
-884 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
-/XObject << /Im5 859 0 R >>
+879 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
+/XObject << /Im5 851 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-892 0 obj <<
-/Length 288
+887 0 obj <<
+/Length 283
/Filter /FlateDecode
>>
stream
-x}n1 E
-/EL>ʮ ]0Tz`f@q_Nf >Bq]
-jW<(+l/FMD9BV̹c zoߖza>l>{&l7E/hfFĄ9Q7~ kA)+H3C($Jߪg4zzNvP
-'d%>W$I`/)>]1OruhO w gT;Lq
-S $pv4t!endstream
+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%
endobj
-891 0 obj <<
+886 0 obj <<
/Type /Page
-/Contents 892 0 R
-/Resources 890 0 R
+/Contents 887 0 R
+/Resources 885 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
+/Parent 883 0 R
>> endobj
-866 0 obj <<
+861 0 obj <<
/Type /XObject
/Subtype /Image
/Width 250
/Height 316
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 56 894 0 R]
+/ColorSpace [/Indexed /DeviceRGB 56 889 0 R]
/Length 3194
/Filter /FlateDecode
>>
@@ -3451,299 +3430,298 @@ 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
-894 0 obj <<
+889 0 obj <<
/Length 182
/Filter /FlateDecode
>>
stream
x
endobj
-893 0 obj <<
-/D [891 0 R /XYZ 99.213 706.052 null]
+888 0 obj <<
+/D [886 0 R /XYZ 99.213 706.052 null]
>> endobj
-890 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
-/XObject << /Im6 866 0 R >>
+885 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
+/XObject << /Im6 861 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-897 0 obj <<
+892 0 obj <<
/Length 1544
/Filter /FlateDecode
>>
stream
-xڕXYo6~ϯY>ew="om[qʖaɛͿ-Sb H\PR/$IM/7i
-Yf OL.SeIr`/\Dd^(jWx)/uE:g;3"/r\,Y&%߉4[NG\m{wgm2g BiM4 ˤJ4AݷX¹7 =R ѹ(ӌ|{T Tt;Ȉ
-M4/*.  2vgk yB-/5oôxb²E^J-1m$Eiuʙ@
-{bUtPn톝^SW{5ҫ]2id
-v(bQm秶sT#vg4MTw vm8=$?B˃<A6D6lS$,tν|T]9G|FwQWZ ԱA\xwLH O`0- uN EG'u=33vSR䴺=:J1O!?RI#q#SD>fi'1_L,>cĀ}XQc_o?Q3v
- S(<@^g.z[W
-}{ң9zSr\jcG%Rendstream
+xڕXYo6~ϯԬxj@],Gdi} mR97C2r\PR$IV.Ya;4J,3g&ש2$j=~s'YT"L6KZBj3hCQu:"9KV,
+Ғ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
endobj
-896 0 obj <<
+891 0 obj <<
/Type /Page
-/Contents 897 0 R
-/Resources 895 0 R
+/Contents 892 0 R
+/Resources 890 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
-/Annots [ 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R ]
+/Parent 883 0 R
+/Annots [ 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R ]
>> endobj
-900 0 obj <<
+895 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
-901 0 obj <<
+896 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
-902 0 obj <<
+897 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
-903 0 obj <<
+898 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
-904 0 obj <<
+899 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
-905 0 obj <<
+900 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
-906 0 obj <<
+901 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
-907 0 obj <<
+902 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
-898 0 obj <<
-/D [896 0 R /XYZ 99.213 706.052 null]
+893 0 obj <<
+/D [891 0 R /XYZ 99.213 706.052 null]
>> endobj
150 0 obj <<
-/D [896 0 R /XYZ 99.213 688.052 null]
+/D [891 0 R /XYZ 99.213 688.052 null]
>> endobj
-899 0 obj <<
-/D [896 0 R /XYZ 99.213 477.255 null]
+894 0 obj <<
+/D [891 0 R /XYZ 99.213 477.255 null]
>> endobj
-795 0 obj <<
-/D [896 0 R /XYZ 99.213 477.255 null]
+791 0 obj <<
+/D [891 0 R /XYZ 99.213 477.255 null]
>> endobj
154 0 obj <<
-/D [896 0 R /XYZ 99.213 477.255 null]
+/D [891 0 R /XYZ 99.213 477.255 null]
>> endobj
-802 0 obj <<
-/D [896 0 R /XYZ 99.213 357 null]
+798 0 obj <<
+/D [891 0 R /XYZ 99.213 357 null]
>> endobj
158 0 obj <<
-/D [896 0 R /XYZ 99.213 321.083 null]
+/D [891 0 R /XYZ 99.213 321.083 null]
>> endobj
-908 0 obj <<
-/D [896 0 R /XYZ 99.213 138.17 null]
+903 0 obj <<
+/D [891 0 R /XYZ 99.213 138.17 null]
>> endobj
-895 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+890 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-915 0 obj <<
-/Length 2078
+910 0 obj <<
+/Length 2082
/Filter /FlateDecode
>>
stream
-xڕXY6~0$1#%Mv^}ZZYrdmί$%[6k %!e %2 cr;_.X[(Zf"3z[T$O&Ζ>_epXɠA nIhZnZXkp]2&+w\zjEB
-~_
-`ܞhȸήV[Fh[+ Ϲ@r"ƑߵID6D zhxK"Fu"#|LPZ.cNʤ-j8G}
- R[~l|_|Cdz_|DB3+8nl&tnr ͧ/&"zVZ
-.g:\^
-prBy"P)
-o>Z#3A
-. kM(G/3*ȨrtG 14!4sk"1!^݁QҤۖ1N rL3R8ssOoׅQ-tS8m C:+*ط q"ZT<(@$`1e[;+U?R%,D j,Fe\rWBmu [#G5iTi!BGs.syTF{5 i1Jt= *?E B6f]FNr$9'v̿5cq
-6 v ,(lT%n>׳WV$E_^wC9xk_Qqn;kz\wV)1筍6lGm7ax{ I<6 %r"gZL
-=`bFOQ 0!8CJ`&T`[etFx>S"ZVWP|
- %#p/gR=,=U\XMLX{PGȜ:xLbBת":Ӷ6vQ2Q*XK y 6IS+kXW
-Ѭr9l 廖
-tK=UpfTyS} kP :T+-JFGˈ8l?sI9yPγyj#!0˭.$J _kJ; k(7I>i= Tе՘E
-d8N|~ IQH->CU *UĜ?]z >s8aR =ڶf
-O8j"q7j_ll㓍u8"ѓ_
- x}^/6'endstream
+xڕXێ6}Wy+%Mfi4m AkiBdɑ:_߹l ygg<˄zFpogJ,r$b5zELdFWsJD1Ʉ|U\勥 v (-:I-4u c NBc}g/W$ot,LAg,:K̲vZ׳_g?{]<gDf
+VLfaz K BQ7ʲ`nAJAûx tGߡ/җ[]b4JZSU Vbޏ}qecDZ8c7DXSB2Hc~
+׵l^x4`#&waBBD5j0D$J!z[+pfFuC;h8iUQv}YDn6킇T;Rk6 .p)-2ImmEC MQ/rT[->O' <6JHdJ,2õDл
+ xGL,wTM5HXmOp)<n[8dn?>9%"u.k^SEhװijue.pR%R}PL,4BZ]1"2*r*>|O]HW} *8bY@:3"6ǛXb GfGdy9i%D #Z;
+)&v
+@$z q 0_4x2g>֩Pqr>b̈́+'G|nea Meac ՔMBjc!g)VA e[K ֋q[Q.K' QL( IaKf];ku?
+m}Ėf6lwl|*CPܥs[]sɩMj.Zѹ 9=*j˵q4skZI)3.fbȧ|c5t&v|;*@ÐXmEӭ E`VdLϝQŴ+:UdIM'WB)xj[Qblk!pG5qb
+Ζ0v$ CG5AZ,=
+4!41BeIgUOh hGzӫLOu]?LaK%'${;]סJ%|= &o) <RY 7ʑ쥲҉rM/jTP~/סi߿i0Vw[wt,E@T
+\1@o44x$%>M"MJe0h ղ?t<}hU] );xGE{|8?ji„—Gƺ< Sd~/छkP_ieH;d$(2jjNH#{IV6.!S6u9Jػ,Lw=65Zl+r8lۖrtKeV4kL<)NAt1yV+Oky/W~/"%bq"D,X1?Wޕs</W#HpQb-
+?SXCI2jxwlĕ}czTBUx\Lqx+]7XW1L-`E_π*NEb_/=Q-'>tL[TO rR\]WGud1.j[s7ҝ-mz|6>ZD2z B`NQ}ܧF>ʩendstream
endobj
-914 0 obj <<
+909 0 obj <<
/Type /Page
-/Contents 915 0 R
-/Resources 913 0 R
+/Contents 910 0 R
+/Resources 908 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
+/Parent 883 0 R
>> endobj
-916 0 obj <<
-/D [914 0 R /XYZ 99.213 706.052 null]
+911 0 obj <<
+/D [909 0 R /XYZ 99.213 706.052 null]
>> endobj
162 0 obj <<
-/D [914 0 R /XYZ 99.213 688.052 null]
+/D [909 0 R /XYZ 99.213 688.052 null]
>> endobj
-913 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+908 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-919 0 obj <<
-/Length 2079
+914 0 obj <<
+/Length 2083
/Filter /FlateDecode
>>
stream
-xڕX[~ׯ%kLr8uĉIB WJJ䆤s!%r ,r̹|2TIy$yU,!Lhޮ^MuL#Re\oZ%*uSfY0=̾7iiaQU.`7:/wWnQIQV HX?8RqYϫ410e~Zsϋ5Z$Jr0(vp*b}߀Zuy
+xڕXm_aT:Q&\sA^QAlmi#ɷFJ Hp83VԺ,DugQluc#, իi.2(2]_%Q)rlPSfY0=̾7iiaQUQAfy0o^/DIQV8e~q\Wib`^Ӳ5Z$i`0,/}fgH avi-{URC2~:фAߠc{&ZbJAlðhҿjBX!tIQQJP
+yL[ZdBbQB<bǪgͼ:ʹxnjk{;;״@ [oTGel`F%D#)TζzR
+n&WYu,A/upwk/x9^xk~UZh\,*R rvr!ec-y.Noj矣 RLla ?n(SƐ5S%+0Q c׭9Tty#&C+AheitI(!*h$MKhE ȈO7ïkf 7F81<xkE>z cjp;8 kW6:YlyAr'd0W/jLWz?Wo<auAa!X< j))sXNh
+sA[LPb*P\%:*ë(nP MXeV[rQ.e~2Tݸ}hn:Mg](`Ӟab7غ_HcM
+ɦs:{LjslA*+kNO<FUB%Ɵ<8X8t1R
endobj
-918 0 obj <<
+913 0 obj <<
/Type /Page
-/Contents 919 0 R
-/Resources 917 0 R
+/Contents 914 0 R
+/Resources 912 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
+/Parent 883 0 R
>> endobj
-920 0 obj <<
-/D [918 0 R /XYZ 99.213 706.052 null]
+915 0 obj <<
+/D [913 0 R /XYZ 99.213 706.052 null]
>> endobj
-921 0 obj <<
-/D [918 0 R /XYZ 99.213 669.718 null]
+916 0 obj <<
+/D [913 0 R /XYZ 99.213 669.718 null]
>> endobj
-909 0 obj <<
-/D [918 0 R /XYZ 99.213 523.506 null]
+904 0 obj <<
+/D [913 0 R /XYZ 99.213 523.506 null]
>> endobj
166 0 obj <<
-/D [918 0 R /XYZ 99.213 509.728 null]
+/D [913 0 R /XYZ 99.213 509.728 null]
>> endobj
-910 0 obj <<
-/D [918 0 R /XYZ 99.213 253.525 null]
+905 0 obj <<
+/D [913 0 R /XYZ 99.213 253.525 null]
>> endobj
170 0 obj <<
-/D [918 0 R /XYZ 99.213 239.747 null]
+/D [913 0 R /XYZ 99.213 239.747 null]
>> endobj
-917 0 obj <<
-/Font << /F44 756 0 R /F39 562 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+912 0 obj <<
+/Font << /F44 751 0 R /F39 558 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-924 0 obj <<
-/Length 1588
+919 0 obj <<
+/Length 1590
/Filter /FlateDecode
>>
stream
-xڍX[oF~`Re.\j#uIUU]/}`m#K7I}e1Ƭ 36E'=kKDDY=ɯ3=ݝ16ә|ʃP@-.
-XA"TGXO{\y$~[Κv~ t,ؠ@>%q m3֑zQ1R^><7K3/T){bs[4<4=*: h߄!$BiÒui U}n&,}S0vY9vdv;wwzM$Q"bhVhQ 4]Ah-nO@xH=PƱ#_^7Hx]ς9gȎoPOsww񲐍%PT6M2"cO `\IR%U/b@ cնFK,r-]5[zeRp5aLDʱCwu{prI0N)ݜc("STðsIYtPH-F+
-0`(]_H:Z,m,_.H [{ LaKg@yw f_eco%) S"I.ҔԴy[e_YTa*@{i,=7Fic0P"Ko8W{)h;  Lj);JSaA?gfdWڡCO=l
-)5a
-~/jf< mLN40@c@ *uE`!,4alDu625Njʛi쯒.C6W HLbF۠5/;VZc3αJ:r$MBK> W{J7]FXa# G"zz[1kRTtum>V)
-rto?IL9kU!V E<\}#endstream
+xڍXnF}W0@@^x٢5Фv(FKF-ԥ$Ue)Q̙ٙYK/?Y+^%"X" V~I$ag񬰉揞ΤHM rHUoqPBfA .> |΃$_gX$AB>%8 HHk̨F{ffdZWc ߥ=ѹPI]];:7a&Paz]l&c-[~K7pu3"! oYeEeN71ń7ݝj
+ ;*A< pr!C- ߃d)l;ڊ8: ?҉u%,X 6h?
+\ˎj4H T.An8|$8+jxJR<R_KjӬ5zbǑ[hau4"E,bϙXs'= %cݜcJ0f@rb`sHh`RPB(`1E.o67 dM^vũ=%O`Rt zY<; TGGl(qL2F'ſA }'^!Jb^Ai:NMXY;S>L|U&~YT{oz aD$MJD;9F;C)2e
+j :$2 Hv:S2cPN&a :@Hdp^=v .s+eŒsDR=iL1HDJ;SvtXe.Z3b gxLzwI6/ha";iuR3A9ԆuOfuϡ $
+O_UXVPG <a&i J4X0 }s1r)GP<U7b%]4 빑XgM<8=5F9`I'wbR՞MwJ#yu<a" '"y ڀz[1띿RTtOXep\eF\>ihEz؄lٸx*S
+- WD2ҩrY:j ]PHM2g-On)oX?ni*" ]{FA':=vq8f4 ,&~StѨ T]%X98~/-ŷWLo뾁:"NCIw/O1` ^u,{B/{:8]%n.̮.
+Eo>SpH_
+V{Hm8+^r:a,n9̸=粪xjY6\()|:^LÝ]fQw%hV/$d+AN%.zKIAN!y
endobj
-923 0 obj <<
+918 0 obj <<
/Type /Page
-/Contents 924 0 R
-/Resources 922 0 R
+/Contents 919 0 R
+/Resources 917 0 R
/MediaBox [0 0 612 792]
-/Parent 888 0 R
-/Annots [ 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R ]
+/Parent 883 0 R
+/Annots [ 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R ]
>> endobj
-927 0 obj <<
+922 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [422.523 449.821 492.822 460.669]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates1.page/ct) >>
>> endobj
-928 0 obj <<
+923 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [194.757 419.933 263.231 430.781]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/et) >>
>> endobj
-929 0 obj <<
+924 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [268.202 419.933 334.932 430.781]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/st) >>
>> endobj
-930 0 obj <<
+925 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [339.903 419.933 402.427 430.781]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/dt) >>
>> endobj
-931 0 obj <<
+926 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [407.398 419.933 475.512 430.781]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/pt) >>
>> endobj
-932 0 obj <<
+927 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [480.483 419.933 525.406 430.781]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/at) >>
>> endobj
-933 0 obj <<
+928 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [117.588 404.989 190.205 415.837]
/Subtype /Link
/A << /S /GoTo /D (configurations/templates2.page/lot) >>
>> endobj
-925 0 obj <<
-/D [923 0 R /XYZ 99.213 706.052 null]
+920 0 obj <<
+/D [918 0 R /XYZ 99.213 706.052 null]
>> endobj
-926 0 obj <<
-/D [923 0 R /XYZ 99.213 572.935 null]
+921 0 obj <<
+/D [918 0 R /XYZ 99.213 572.935 null]
>> endobj
174 0 obj <<
-/D [923 0 R /XYZ 99.213 557.223 null]
+/D [918 0 R /XYZ 99.213 557.223 null]
>> endobj
-911 0 obj <<
-/D [923 0 R /XYZ 99.213 509.948 null]
+906 0 obj <<
+/D [918 0 R /XYZ 99.213 509.948 null]
>> endobj
178 0 obj <<
-/D [923 0 R /XYZ 99.213 509.948 null]
+/D [918 0 R /XYZ 99.213 509.948 null]
>> endobj
-934 0 obj <<
-/D [923 0 R /XYZ 99.213 405.985 null]
+929 0 obj <<
+/D [918 0 R /XYZ 99.213 405.985 null]
>> endobj
-935 0 obj <<
-/D [923 0 R /XYZ 99.213 342.272 null]
+930 0 obj <<
+/D [918 0 R /XYZ 99.213 342.272 null]
>> endobj
-936 0 obj <<
-/D [923 0 R /XYZ 99.213 124.617 null]
+931 0 obj <<
+/D [918 0 R /XYZ 99.213 124.617 null]
>> endobj
-922 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F19 541 0 R /F8 569 0 R /F39 562 0 R >>
+917 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F19 537 0 R /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-943 0 obj <<
+938 0 obj <<
/Length 1582
/Filter /FlateDecode
>>
@@ -3757,80 +3735,78 @@ xڭX[F~ϯ(+lic<7V@P*RQLl&qj;8N>T+oΜ7'FRq'Ql
]}ׁpqq4J B zOBhƙQmBnu`-KcW/'/!>$, Ѡpq J 0jDŽ=^ B]ۻ{Ԓ'bA>
Eb{{KC89pڽƞU(-0M;+M£>2sbVxY:f{WT,ony*Q,y_\L*Rvi3 ݛe$~ab 4cM<,$[k ~E_:h tsFu߄H#q k.qLhXi8!̱c*(_3-w+r=)H8Y'u_AwUFKendstream
endobj
-942 0 obj <<
+937 0 obj <<
/Type /Page
-/Contents 943 0 R
-/Resources 941 0 R
+/Contents 938 0 R
+/Resources 936 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
+/Parent 943 0 R
>> endobj
-944 0 obj <<
-/D [942 0 R /XYZ 99.213 706.052 null]
+939 0 obj <<
+/D [937 0 R /XYZ 99.213 706.052 null]
>> endobj
-945 0 obj <<
-/D [942 0 R /XYZ 99.213 669.004 null]
+940 0 obj <<
+/D [937 0 R /XYZ 99.213 669.004 null]
>> endobj
-937 0 obj <<
-/D [942 0 R /XYZ 99.213 401.461 null]
+932 0 obj <<
+/D [937 0 R /XYZ 99.213 401.461 null]
>> endobj
-946 0 obj <<
-/D [942 0 R /XYZ 99.213 361.413 null]
+941 0 obj <<
+/D [937 0 R /XYZ 99.213 361.413 null]
>> endobj
-938 0 obj <<
-/D [942 0 R /XYZ 99.213 249.227 null]
+933 0 obj <<
+/D [937 0 R /XYZ 99.213 249.227 null]
>> endobj
-947 0 obj <<
-/D [942 0 R /XYZ 99.213 210.563 null]
+942 0 obj <<
+/D [937 0 R /XYZ 99.213 210.563 null]
>> endobj
-941 0 obj <<
-/Font << /F44 756 0 R /F39 562 0 R /F8 569 0 R /F40 662 0 R >>
+936 0 obj <<
+/Font << /F44 751 0 R /F39 558 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-951 0 obj <<
-/Length 1530
+946 0 obj <<
+/Length 1528
/Filter /FlateDecode
>>
stream
-xڕWY6~KP .("AE恶e[lC{ %Hb98gƱ_(Q"ny8q[вWً;BkOt8HUW[bE 6UJa)u=aQmlM~_ g]enf>4(4ѨП_"oʿEBwu$v3-Xev_>~,XBGŵ~Q"b?4}<L}s@ҀQ`2`Z9/ɹoڒhjz*@Q1劁"LKw`gt3i%/j6FAV{7Zh[6]A% f-G2Z!H?-UJmU?˝˲xXYw2I/b.lfR6/U#
-cLB%B%T z4I; %IeF$8%:.⬪BoOr$`\6
-
-8dPe]
-S3LL&5*m|ݨF%G'RL,,eW5̨&D(Rɗl <p
-a m(GZc'1Ե;)|p$WGK*Q5uH?X7kNGcQqEsu={~կ
-ZM"E&sl5rcA3w
-x\^9ǽb iYrU=9O|>Dr+跖uK;TV-WCݘ 9
-R@oPaRh4yFLKNԽ1Y=j;S t6qQ-%Bì[{P/Oi6"B7.asROD@2iF̾|oͭC֚vL4P7BZg\$Y:Äkpg-}mn3rsI''pҚk4CNl>roEaJ2Ԟ~аȹ`q״ʏ<C8RwV&6G@0К))Ϟӥ/\ oY.S*xL/qM/3iendstream
+xڕWY6~KP .("AE恶e[lC{ %HboNΌc/+
+!ceQ*Dz,6p,% '4wZ{(Rמcp
+›>&c~m,<SxE95A}5uٛҠt"DB>(n U ֑ʹL`}=4yc['R GFi 2}PWKFE:i1}vx-yq쎦F'ޯt S[Nq@jtǥGGa~3A@q̆(Hl:˾i00֢@[ު9Np1Zs2R[#D dIʇ I|hzT)埶W/w.jÊ͢>OzILv dF0+!|u%dQ@7g**Ib9`9xt|Io?.(I-Q[#@.duPgUuzpٴCC7(+t~ߓ@w8
+ö5H9_\FĐ`AYd"d_ԣX){B/bŧ8wgPLk|T1B-QTKr,余dY:dYʮjxyQM 9Ql <p
+aZېdNbөkwS@ MHh[1%T jN tݑ~n:Y NƂ
+VzpYWi!D4. 2i8F]5Gf|
+@!BpܨͩapRo>@S2if˾|o C֚vLP77lAZ[\$Y„kmp[-M=n3rKsI''@ouhRG'68䷢ kOZhJO8PkXGHha!;]^#Op0Кj))ϞcO\ oI.L*(Pr܏kA
endobj
-950 0 obj <<
+945 0 obj <<
/Type /Page
-/Contents 951 0 R
-/Resources 949 0 R
+/Contents 946 0 R
+/Resources 944 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
+/Parent 943 0 R
>> endobj
-952 0 obj <<
-/D [950 0 R /XYZ 99.213 706.052 null]
+947 0 obj <<
+/D [945 0 R /XYZ 99.213 706.052 null]
>> endobj
-939 0 obj <<
-/D [950 0 R /XYZ 99.213 661.209 null]
+934 0 obj <<
+/D [945 0 R /XYZ 99.213 661.209 null]
>> endobj
-953 0 obj <<
-/D [950 0 R /XYZ 99.213 586.854 null]
+948 0 obj <<
+/D [945 0 R /XYZ 99.213 586.854 null]
>> endobj
-940 0 obj <<
-/D [950 0 R /XYZ 99.213 338.419 null]
+935 0 obj <<
+/D [945 0 R /XYZ 99.213 338.419 null]
>> endobj
-954 0 obj <<
-/D [950 0 R /XYZ 99.213 264.065 null]
+949 0 obj <<
+/D [945 0 R /XYZ 99.213 264.065 null]
>> endobj
-955 0 obj <<
-/D [950 0 R /XYZ 99.213 140.107 null]
+950 0 obj <<
+/D [945 0 R /XYZ 99.213 140.107 null]
>> endobj
-949 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F39 562 0 R /F40 662 0 R >>
+944 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F39 558 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-958 0 obj <<
+953 0 obj <<
/Length 2206
/Filter /FlateDecode
>>
@@ -3846,79 +3822,78 @@ UOw'J~;y٩ܺ&{DXxO =md $Xr
ߏ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|%.RPuK56akU23ˡTdms ~1]>订ȋeٖ+б8V<+BZ.XcGQĎdۺ٩W⭗/
-uFN (sv i,{8NGO1eoVendstream
+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
endobj
-957 0 obj <<
+952 0 obj <<
/Type /Page
-/Contents 958 0 R
-/Resources 956 0 R
+/Contents 953 0 R
+/Resources 951 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
-/Annots [ 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R ]
+/Parent 943 0 R
+/Annots [ 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R ]
>> endobj
-960 0 obj <<
+955 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
-961 0 obj <<
+956 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
-962 0 obj <<
+957 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
-963 0 obj <<
+958 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
-964 0 obj <<
+959 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
-959 0 obj <<
-/D [957 0 R /XYZ 99.213 706.052 null]
+954 0 obj <<
+/D [952 0 R /XYZ 99.213 706.052 null]
>> endobj
182 0 obj <<
-/D [957 0 R /XYZ 99.213 688.052 null]
+/D [952 0 R /XYZ 99.213 688.052 null]
>> endobj
-912 0 obj <<
-/D [957 0 R /XYZ 99.213 665.434 null]
+907 0 obj <<
+/D [952 0 R /XYZ 99.213 665.434 null]
>> endobj
186 0 obj <<
-/D [957 0 R /XYZ 99.213 665.434 null]
+/D [952 0 R /XYZ 99.213 665.434 null]
>> endobj
-965 0 obj <<
-/D [957 0 R /XYZ 99.213 408.597 null]
+960 0 obj <<
+/D [952 0 R /XYZ 99.213 408.597 null]
>> endobj
-966 0 obj <<
-/D [957 0 R /XYZ 99.213 365.601 null]
+961 0 obj <<
+/D [952 0 R /XYZ 99.213 365.601 null]
>> endobj
-967 0 obj <<
-/D [957 0 R /XYZ 99.213 138.17 null]
+962 0 obj <<
+/D [952 0 R /XYZ 99.213 138.17 null]
>> endobj
-956 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R /F39 562 0 R >>
+951 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-973 0 obj <<
-/Length 1736
+968 0 obj <<
+/Length 1733
/Filter /FlateDecode
>>
stream
@@ -3926,40 +3901,42 @@ xڭX[F~4 ֊($͖ԡIf-*K$ǻ/=˖dF3wf: 0v 4
;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 PQJl{\RQoPT cδ ^At  0!7J2[Y^mp=S^bT]lp`;#!fF3GZ zXUJmQ)}'1KӸ
-Z`G|(#~Ew~{UYIQوE6{"Rq.zG=
-F`bq|wiSiM}]1+HʂeEhsQ.8wX'kD5\Uԙ4ԦdMuv❻:ukڊ-”:Mm_TT~&I6qՁQFť#п'endstream
+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
endobj
-972 0 obj <<
+967 0 obj <<
/Type /Page
-/Contents 973 0 R
-/Resources 971 0 R
+/Contents 968 0 R
+/Resources 966 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
+/Parent 943 0 R
>> endobj
-974 0 obj <<
-/D [972 0 R /XYZ 99.213 706.052 null]
+969 0 obj <<
+/D [967 0 R /XYZ 99.213 706.052 null]
>> endobj
-975 0 obj <<
-/D [972 0 R /XYZ 99.213 669.126 null]
+970 0 obj <<
+/D [967 0 R /XYZ 99.213 669.126 null]
>> endobj
-968 0 obj <<
-/D [972 0 R /XYZ 99.213 533.593 null]
+963 0 obj <<
+/D [967 0 R /XYZ 99.213 533.593 null]
>> endobj
-976 0 obj <<
-/D [972 0 R /XYZ 99.213 495.376 null]
+971 0 obj <<
+/D [967 0 R /XYZ 99.213 495.376 null]
>> endobj
-969 0 obj <<
-/D [972 0 R /XYZ 99.213 375.064 null]
+964 0 obj <<
+/D [967 0 R /XYZ 99.213 375.064 null]
>> endobj
-977 0 obj <<
-/D [972 0 R /XYZ 99.213 327.224 null]
+972 0 obj <<
+/D [967 0 R /XYZ 99.213 327.224 null]
>> endobj
-971 0 obj <<
-/Font << /F44 756 0 R /F39 562 0 R /F8 569 0 R /F40 662 0 R >>
+966 0 obj <<
+/Font << /F44 751 0 R /F39 558 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-980 0 obj <<
+975 0 obj <<
/Length 1385
/Filter /FlateDecode
>>
@@ -3973,81 +3950,66 @@ Rp
@wZCѪ;ϩnCgG8~k{Opr14@*&>;BHqM/:>] <GM9~$8 !)FM I9X+}cL€dyGSq, 6ϱ\
V3p߈Gr~b=nh}|V߳ᇐoxgz9eendstream
endobj
-979 0 obj <<
+974 0 obj <<
/Type /Page
-/Contents 980 0 R
-/Resources 978 0 R
+/Contents 975 0 R
+/Resources 973 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
+/Parent 943 0 R
>> endobj
-981 0 obj <<
-/D [979 0 R /XYZ 99.213 706.052 null]
+976 0 obj <<
+/D [974 0 R /XYZ 99.213 706.052 null]
>> endobj
-970 0 obj <<
-/D [979 0 R /XYZ 99.213 661.209 null]
+965 0 obj <<
+/D [974 0 R /XYZ 99.213 661.209 null]
>> endobj
-982 0 obj <<
-/D [979 0 R /XYZ 99.213 616.995 null]
+977 0 obj <<
+/D [974 0 R /XYZ 99.213 616.995 null]
>> endobj
-794 0 obj <<
-/D [979 0 R /XYZ 99.213 516.982 null]
+790 0 obj <<
+/D [974 0 R /XYZ 99.213 516.982 null]
>> endobj
190 0 obj <<
-/D [979 0 R /XYZ 99.213 502.041 null]
+/D [974 0 R /XYZ 99.213 502.041 null]
>> endobj
-978 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F39 562 0 R /F40 662 0 R /F19 541 0 R >>
+973 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F39 558 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-985 0 obj <<
-/Length 2788
+980 0 obj <<
+/Length 2782
/Filter /FlateDecode
>>
stream
-xڍێ}BX 9^
-@u4Ƌ EDSBRݿϹ͈I0Μs*Z/ZdY"H8Zlw Nu Z@=o1,bx-tN:[<l[u<ejt:M} {G<|:WqJ֮xÃ'm$ϻ[ 0YxuDY8eawu?->|kV {[FqaE^$EQl!((f, J
-/D/;W|1GZ Y+?S*`$
-R0㐱ցn;u@<jA1]ds *t| `S۱ p 2?8Z0Y$npu=Epg F`F
-D[ZVlbW\'84?(BL(}Ni ^bsyסo.v"]y.)&‡kǶ]"!Zb_4E?܄
-ΆJ |fp+egK|p =TsNE.*&RHų.L5n&tƠƐ[ypOqkKފA
-R2|BX.MFLu6Xl>L7lvdA`R6;FΰUpVOtYKS+<^dgSC<zĞ cLZU~Gh)9 KgR჈_
-:
-\PP箋#+A'U'o2[`q \2<i@ͣiTշڴ uߤg@̈́
+xڝn_!IV JH6n6uF"-Q]}efD\ 3gܯEERE(6r>ŋN8Y`}Z/(j]TD6NY-7.?XŲE~tUxE;]ve8kc )m"k4ݯNj ],]:D-wZX%|ߚCdޖM(΂DODBHd@PB"M,*]\^! 2 DG/W&)H԰:n;>,6LAo@h:PO\砭_GE"# Fi-D|2ڮvh(#)o.HG8mi;Cpv9.6 i\+l20r|衩OEӽ?~\|5B4֓qѺ DJlRD  Q^+>{7pGZ Y+?r SoJ`R'R4Vd}$#.>26#d#cAО۷cSW ~NRq _7J$buJf0Wez)`dX܆ 9[0)l2s9p+e>?,?kdp T|t[g\qBcR+DǑ Z{f@` PwW'r_1B"2?u: ԰#)&Htrdχņ S`hun<>c$I YPUA
+$[)xp¾ OF K;12.v|Ķ 4<d.< mhj0JnV ٪U5@+lUC\C9WD2"Ά8 Ip|kݺg)W6 }'{@e#j*灍&y,=^])3fr(|BN pILsQr^,{KM of'Ht ] PZBR1.31#r4W<*oqc%NZx[FO*(3];S<t,:Eg>SaaN e
+߯AvaX*}aQoS ݻySnvVz3{
+@[2"0XeaFy @,ΰQgM?c79W ܺu}XWL.V˔T'4
+V%".!amR+'Rw0kʷCNYJ_
+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
endobj
-984 0 obj <<
+979 0 obj <<
/Type /Page
-/Contents 985 0 R
-/Resources 983 0 R
+/Contents 980 0 R
+/Resources 978 0 R
/MediaBox [0 0 612 792]
-/Parent 948 0 R
->> endobj
-986 0 obj <<
-/D [984 0 R /XYZ 99.213 706.052 null]
+/Parent 943 0 R
>> endobj
-987 0 obj <<
-/D [984 0 R /XYZ 99.213 688.052 null]
->> endobj
-988 0 obj <<
-/D [984 0 R /XYZ 99.213 653.626 null]
->> endobj
-989 0 obj <<
-/D [984 0 R /XYZ 99.213 534.683 null]
->> endobj
-990 0 obj <<
-/D [984 0 R /XYZ 99.213 460.295 null]
->> endobj
-991 0 obj <<
-/D [984 0 R /XYZ 99.213 415.796 null]
+981 0 obj <<
+/D [979 0 R /XYZ 99.213 706.052 null]
>> endobj
-842 0 obj <<
-/D [984 0 R /XYZ 99.213 138.17 null]
+838 0 obj <<
+/D [979 0 R /XYZ 99.213 138.17 null]
>> endobj
-983 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R >>
+978 0 obj <<
+/Font << /F44 751 0 R /F14 847 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-994 0 obj <<
-/Length 1750
+984 0 obj <<
+/Length 1753
/Filter /FlateDecode
>>
stream
@@ -4055,26 +4017,35 @@ xڝXYo8~$CJ4z..
aF?:YL5gmke:5W"(N4vw,!TW
IMxHYjuQn#"a 4Ljw
\.p&G[E'yz8!h}_M>EBpk9p=?v 7ګDD‚@6b;ᇎqH!Ps̸NC4e8@u4 ~¿bCi9\KP,#%|#¨̚}`
->GFyjbٴU~CI ph` qŒ$ 4+]CM/Ia=]Rrfّ$2?f|;;i.I愾a"J{=?RD{o1!:Kɘ^Bvv|>wl=TES
+>GFy۪ffsnj 8P40K8aFQyСՀtI˙!gG74 L ΆNz('"6sl(@JwĈ,@&cz Emf`RQqN~9`XBPYvj[
+"#ҐLC=
+|ρZÜEY- y1HPyAGSG5W 1{U68qApUݬ(wѼ'%οq6E($0CA0BM#aPAypyipSrrea۝yܶO E3Bb1dΓ ÉWT`BE#å(ztj-Eh)EeLUU MaCBw컩CfJ[uc4K6+k4Ցˠ
+5qߙhT$1dﰛPBI e8(q7M"OJ
+@~r P՘B[Rl/ ^[ݛe<$pt&O hN&X[p6
+aӈ 腣lT!ȳ;deF3JKl~emx
+k3Ԣiɚll%6DRD dPFbHDP+m5 ?QQ-sj[}c5V#i;AL .vv>f;8.N
+@[3 Ҽەۧq܀AٽItdMҮ}1
+ElV.n}5{g~񌼆_2ι3GyE}}^D0~OڦcDEuOѾ4
+r* mha¹^ܬdڗe.G({놚QgOj;bA}m~jA8LArM'm w\I ҏ׳P9(#t2W)u_}kȞ)endstream
endobj
-993 0 obj <<
+983 0 obj <<
/Type /Page
-/Contents 994 0 R
-/Resources 992 0 R
+/Contents 984 0 R
+/Resources 982 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
+/Parent 986 0 R
>> endobj
-995 0 obj <<
-/D [993 0 R /XYZ 99.213 706.052 null]
+985 0 obj <<
+/D [983 0 R /XYZ 99.213 706.052 null]
>> endobj
194 0 obj <<
-/D [993 0 R /XYZ 99.213 688.052 null]
+/D [983 0 R /XYZ 99.213 688.052 null]
>> endobj
-992 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+982 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-999 0 obj <<
+989 0 obj <<
/Length 504
/Filter /FlateDecode
>>
@@ -4085,21 +4056,21 @@ kǜEiӢk=$X۶+#144JP,Hu#Z"8͂ӯo'k
&蔻4g6g|CSTeN67'O܎ݫ%_^WL ϗ~)
13%o߷lendstream
endobj
-998 0 obj <<
+988 0 obj <<
/Type /Page
-/Contents 999 0 R
-/Resources 997 0 R
+/Contents 989 0 R
+/Resources 987 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
+/Parent 986 0 R
>> endobj
-1000 0 obj <<
-/D [998 0 R /XYZ 99.213 706.052 null]
+990 0 obj <<
+/D [988 0 R /XYZ 99.213 706.052 null]
>> endobj
-997 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R >>
+987 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1003 0 obj <<
+993 0 obj <<
/Length 1305
/Filter /FlateDecode
>>
@@ -4112,937 +4083,927 @@ fI%GJ3P#*@tӢ)3iRJfbBLb& q`1:{ _捭%G6b
;~"ZMn:-;q<ʥ.DȤw;3O|Q7ٶs/۲ ?Y`$xXn}y H`l:ynʸ?n EvyM
endobj
-1002 0 obj <<
+992 0 obj <<
/Type /Page
-/Contents 1003 0 R
-/Resources 1001 0 R
+/Contents 993 0 R
+/Resources 991 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
-/Annots [ 1008 0 R ]
+/Parent 986 0 R
+/Annots [ 998 0 R ]
>> endobj
-1008 0 obj <<
+998 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)>>
>> endobj
-1004 0 obj <<
-/D [1002 0 R /XYZ 99.213 706.052 null]
+994 0 obj <<
+/D [992 0 R /XYZ 99.213 706.052 null]
>> endobj
198 0 obj <<
-/D [1002 0 R /XYZ 99.213 688.052 null]
+/D [992 0 R /XYZ 99.213 688.052 null]
>> endobj
-1005 0 obj <<
-/D [1002 0 R /XYZ 99.213 482.075 null]
+995 0 obj <<
+/D [992 0 R /XYZ 99.213 482.075 null]
>> endobj
-1006 0 obj <<
-/D [1002 0 R /XYZ 99.213 482.075 null]
+996 0 obj <<
+/D [992 0 R /XYZ 99.213 482.075 null]
>> endobj
202 0 obj <<
-/D [1002 0 R /XYZ 99.213 482.075 null]
+/D [992 0 R /XYZ 99.213 482.075 null]
>> endobj
-1007 0 obj <<
-/D [1002 0 R /XYZ 99.213 346.752 null]
+997 0 obj <<
+/D [992 0 R /XYZ 99.213 346.752 null]
>> endobj
206 0 obj <<
-/D [1002 0 R /XYZ 99.213 324.63 null]
+/D [992 0 R /XYZ 99.213 324.63 null]
>> endobj
210 0 obj <<
-/D [1002 0 R /XYZ 99.213 279.171 null]
+/D [992 0 R /XYZ 99.213 279.171 null]
>> endobj
-1001 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+991 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1011 0 obj <<
-/Length 2430
+1001 0 obj <<
+/Length 2439
/Filter /FlateDecode
>>
stream
-xڝYm6"1O| p8IM!m\~Z[Xn}煔%K9$ÙgE "υzƉZlnF^bEVw뛿|g"y뻅J:HtXor%RF6
-h4˕NȈ*KuvR?v{ zH{ob p g'hB( W7_n~dk&ΧBJ[:%i&b>݅VR*?</+Td`lxҠ8%Qn[mn*[k9=*+
- >'??cs] yiNR@{%q±eMg&z\YD
-&IP9"F,>:몶OIEE?Vem+d =;IѺEבv<>,yn6eFۻ~p%fNq۩
-p"D
-xhgѴs[)A~[9`JX]C.Oy>՗2ڞMaB
+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
endobj
-1010 0 obj <<
+1000 0 obj <<
/Type /Page
-/Contents 1011 0 R
-/Resources 1009 0 R
+/Contents 1001 0 R
+/Resources 999 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
-/Annots [ 1013 0 R 1014 0 R 1015 0 R ]
+/Parent 986 0 R
+/Annots [ 1003 0 R 1004 0 R 1005 0 R ]
>> endobj
-1013 0 obj <<
+1003 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 561.126 280.699 571.974]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.THyperLink.Home)>>
>> endobj
-1014 0 obj <<
+1004 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 421.801 260.331 432.649]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TImage.Home)>>
>> endobj
-1015 0 obj <<
+1005 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 237.644 258.255 248.492]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TPanel.Home)>>
>> endobj
-1012 0 obj <<
-/D [1010 0 R /XYZ 99.213 706.052 null]
+1002 0 obj <<
+/D [1000 0 R /XYZ 99.213 706.052 null]
>> endobj
214 0 obj <<
-/D [1010 0 R /XYZ 99.213 688.052 null]
+/D [1000 0 R /XYZ 99.213 688.052 null]
>> endobj
218 0 obj <<
-/D [1010 0 R /XYZ 99.213 548.285 null]
+/D [1000 0 R /XYZ 99.213 548.285 null]
>> endobj
222 0 obj <<
-/D [1010 0 R /XYZ 99.213 408.96 null]
+/D [1000 0 R /XYZ 99.213 408.96 null]
>> endobj
226 0 obj <<
-/D [1010 0 R /XYZ 99.213 224.803 null]
+/D [1000 0 R /XYZ 99.213 224.803 null]
>> endobj
-1009 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F40 662 0 R /F8 569 0 R >>
+999 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F40 657 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1018 0 obj <<
+1008 0 obj <<
/Length 2485
/Filter /FlateDecode
>>
stream
-xڝYmo_oh(m.פH]>"-&Ebw^v)Rr!@\gggfyf-W!4JUF"jo޼NbD6#3f4ҫYM*"/J7IeZodP7:?( xwW}V*Gֿmv0dXÊ47r0P4Y=82MWQF{n>sk0a:v2u'"M97*ƭC3% 70mlЮ%FrVIPT_׉s&#TJ%.;%4L{JPp_ } {RQ,dp?w,CbD$Z:ǦseU?25;yc
-C VjjF^u| "0-~ikD' bC!tr2PnJ!mĎm bMBҠ<]saVc"ctic>6'|YQ^vpt kWw,oЊh;\ Rr[N|ah@֚{ Vyfu/~nS!PuYU:m@7gSë?f(3 pí>ɷ%Z{n4"l/)a p#8
-CG_>g0p2=T-Y}NlL<Ǧ..TS+/
-`;8^x)v~.@C:E򏧪/X:m\׬TX潑{n|Ԉd@,AwAqqGS =yjx}lb)e|8&^Cg_ቷ:T
-]S\WRn . nz?:/ʖTj?Â֫ș743z= /l {*h.Pf}Q$!2E
-3@r@Qn[1:#NԔ_>lSSTb̓3=?Uţ]vJCGd8
-gg o[ff
-ϩ1RPsOpY! ;ȣ9BCtVf!D5uH3Pnhl_Y»r/:*6e8VU1n 9=m9&.ⰣL! γao&2lmٟ*S?j6kNdHMΛxei|JePTz>e<8$ {r™SxXXX}В1mPR8 ;R׸+QWEk>rvW6ި D􌝇uw
-Ĕd"FH}w/6)kA3 0q
+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
endobj
-1017 0 obj <<
+1007 0 obj <<
/Type /Page
-/Contents 1018 0 R
-/Resources 1016 0 R
+/Contents 1008 0 R
+/Resources 1006 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
-/Annots [ 1020 0 R 1021 0 R 1022 0 R ]
+/Parent 986 0 R
+/Annots [ 1010 0 R 1011 0 R 1012 0 R ]
>> endobj
-1020 0 obj <<
+1010 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 621.358 258.117 632.206]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TTable.Home)>>
>> endobj
-1021 0 obj <<
+1011 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 459.963 270.985 470.811]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TTextBox.Home)>>
>> endobj
-1022 0 obj <<
+1012 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 259.714 264.897 270.562]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TButton.Home)>>
>> endobj
-1019 0 obj <<
-/D [1017 0 R /XYZ 99.213 706.052 null]
+1009 0 obj <<
+/D [1007 0 R /XYZ 99.213 706.052 null]
>> endobj
230 0 obj <<
-/D [1017 0 R /XYZ 99.213 602.562 null]
+/D [1007 0 R /XYZ 99.213 602.562 null]
>> endobj
234 0 obj <<
-/D [1017 0 R /XYZ 99.213 441.167 null]
+/D [1007 0 R /XYZ 99.213 441.167 null]
>> endobj
238 0 obj <<
-/D [1017 0 R /XYZ 99.213 240.918 null]
+/D [1007 0 R /XYZ 99.213 240.918 null]
>> endobj
-1016 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1006 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1025 0 obj <<
-/Length 2152
+1015 0 obj <<
+/Length 2157
/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
-Os,phX֦ܿN"~v>37$!,l:5`k-,Z
-iwHiWH{P%}:2F24s~`l?P0!ka"h =wE뿞褔|G7豁F
-6rMo[stn!P7Euu^ m&\)O#EӜva+y3|s7G1e\p&\2
-`XoAjFs 8PuC8n0|! _~@KYU39dK?Vӧy"sr m
-ڢa"@10e_+L?p .|YyR ^k:\7+t;`d hI /*AџL6endstream
+<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
endobj
-1024 0 obj <<
+1014 0 obj <<
/Type /Page
-/Contents 1025 0 R
-/Resources 1023 0 R
+/Contents 1015 0 R
+/Resources 1013 0 R
/MediaBox [0 0 612 792]
-/Parent 996 0 R
-/Annots [ 1027 0 R 1028 0 R 1029 0 R 1030 0 R ]
+/Parent 986 0 R
+/Annots [ 1017 0 R 1018 0 R 1019 0 R 1020 0 R ]
>> endobj
-1027 0 obj <<
+1017 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 675.156 284.684 686.004]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TLinkButton.Home)>>
>> endobj
-1028 0 obj <<
+1018 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 508.78 291.188 519.628]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TImageButton.Home)>>
>> endobj
-1029 0 obj <<
+1019 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 288.606 277.627 299.454]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCheckBox.Home)>>
>> endobj
-1030 0 obj <<
+1020 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
-1026 0 obj <<
-/D [1024 0 R /XYZ 99.213 706.052 null]
+1016 0 obj <<
+/D [1014 0 R /XYZ 99.213 706.052 null]
>> endobj
242 0 obj <<
-/D [1024 0 R /XYZ 99.213 639.755 null]
+/D [1014 0 R /XYZ 99.213 639.755 null]
>> endobj
246 0 obj <<
-/D [1024 0 R /XYZ 99.213 473.379 null]
+/D [1014 0 R /XYZ 99.213 473.379 null]
>> endobj
250 0 obj <<
-/D [1024 0 R /XYZ 99.213 253.205 null]
+/D [1014 0 R /XYZ 99.213 253.205 null]
>> endobj
-1031 0 obj <<
-/D [1024 0 R /XYZ 99.213 138.17 null]
+1021 0 obj <<
+/D [1014 0 R /XYZ 99.213 138.17 null]
>> endobj
-1023 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F19 541 0 R /F40 662 0 R >>
+1013 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F19 537 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1034 0 obj <<
-/Length 2202
+1024 0 obj <<
+/Length 2186
/Filter /FlateDecode
>>
stream
-xڭk6 ČH깽h!Eh_~]aekOqf8HY
- 9q#7ʶ<8N +澯[
-/u#!Ce10 퐣ͩoz{"XD,%Y)R7-)Q*Y@9P +X2
-}S)#.g)3I憞{zXOA}U*oxty{2Y1F٠#/9Y>A!pvIq-30j&9
--
-5 WJ_矔H!D PJ`W>^!SB+zYݫG|wpo..n8؞I%)ط#io' dQYNj́27-Lڜ ?P{ڀv UR/ ےQ1) q"Gq.ֆB>AGj| Ң,W$[ fwAmV9GվjAW\EᏊeCV*ȭ 䕳HX颜-WjY9_PCn\bL\J!Ԫ8^0;oѤoaľb+n<~a{XQ
-z dĬbw pҊ;ΜyܱO92i-7OAőxUDlP%95~> $bM4t)_ BUrXNMdK9P2jtOԨRoQ5tׅѽW{ ס\֞jORY]P՞CCM]NVA5œ |A!'"ϴ֏ϮaiJHKq7!B' QtU=BN8 RfnaN/DжHE.Ւ+(7
-eN*UKMx?#.Q -(Mi<I,w<K(+uo4C:YK2O332$<vOu ڢ5!qʼ\;0f@rKĆDMg5Z5DjNe0g Z¶IVm QIHCt Pwu]R@lcu *2eMr\Rr$!<Bmk=S ;UTt*цNg1O z=8.NjR|'mfD'r/C],1qm3[tyZ%`y] #%|Ǚᔥp~ ۋ~΀,Y.P3Bu]G+fx
-Z7Mx\ƎI\r* ^Q9ڠKG+prRFM_>\džS?Ii~AOA
-吗0w>`1 6i,Ij\br@so0X?ct)h6^z7GkA.I jz^1?JN endstream
+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>{ᅁ
endobj
-1033 0 obj <<
+1023 0 obj <<
/Type /Page
-/Contents 1034 0 R
-/Resources 1032 0 R
+/Contents 1024 0 R
+/Resources 1022 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
+/Parent 1026 0 R
>> endobj
-1035 0 obj <<
-/D [1033 0 R /XYZ 99.213 706.052 null]
+1025 0 obj <<
+/D [1023 0 R /XYZ 99.213 706.052 null]
>> endobj
254 0 obj <<
-/D [1033 0 R /XYZ 99.213 688.052 null]
->> endobj
-1036 0 obj <<
-/D [1033 0 R /XYZ 99.213 613.72 null]
->> endobj
-1037 0 obj <<
-/D [1033 0 R /XYZ 99.213 489.387 null]
->> endobj
-1038 0 obj <<
-/D [1033 0 R /XYZ 99.213 467.918 null]
->> endobj
-1039 0 obj <<
-/D [1033 0 R /XYZ 99.213 445.62 null]
->> endobj
-1040 0 obj <<
-/D [1033 0 R /XYZ 99.213 423.321 null]
->> endobj
-1041 0 obj <<
-/D [1033 0 R /XYZ 99.213 401.023 null]
->> endobj
-1042 0 obj <<
-/D [1033 0 R /XYZ 99.213 376.787 null]
+/D [1023 0 R /XYZ 99.213 688.052 null]
>> endobj
-1043 0 obj <<
-/D [1033 0 R /XYZ 99.213 252.343 null]
->> endobj
-1044 0 obj <<
-/D [1033 0 R /XYZ 99.213 172.288 null]
->> endobj
-1032 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1022 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1048 0 obj <<
+1029 0 obj <<
/Length 1482
/Filter /FlateDecode
>>
stream
-xڝWKo6WPqҫEu"m^v [J,DRIY'3|ؒxE
-o0V~pXs|UKiIo).Ii$So&֙psҡP$$jbBVuq7uG(Tx_ֻ 2MȌ46%Bb;&_{[f-̮SUpA1n.)2(N(Kap(yV=SUݲ~ >β./ͪO =
-zBEJ̆nmql{t%h$3zduW-:,<* @Xi ۲r݋y,ս22 \n`ΩZm $c4C/roc\4zxkwnܔ*T$$ky-&iH.91.tmyZD #q=- \ƧYc(Pc@lÉz챀XWC;Yv.#v>m-4 C ]
-\Jp{1)GEȏP}
-Z<bZv\@3#AK ۧYw,Csd$wukV̾ 3:Kr3N8 Ecgp灆h̛zO踢ȢFAfؙĵ׶o}X۫*~US
-\R
+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
endobj
-1047 0 obj <<
+1028 0 obj <<
/Type /Page
-/Contents 1048 0 R
-/Resources 1046 0 R
+/Contents 1029 0 R
+/Resources 1027 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
-/Annots [ 1051 0 R 1052 0 R ]
+/Parent 1026 0 R
+/Annots [ 1031 0 R 1032 0 R ]
>> endobj
-1051 0 obj <<
+1031 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [119 266.676 267.858 277.524]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TListBox.Home)>>
>> endobj
-1052 0 obj <<
+1032 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
-1049 0 obj <<
-/D [1047 0 R /XYZ 99.213 706.052 null]
->> endobj
-1050 0 obj <<
-/D [1047 0 R /XYZ 99.213 601.233 null]
+1030 0 obj <<
+/D [1028 0 R /XYZ 99.213 706.052 null]
>> endobj
258 0 obj <<
-/D [1047 0 R /XYZ 99.213 382.096 null]
+/D [1028 0 R /XYZ 99.213 382.096 null]
>> endobj
262 0 obj <<
-/D [1047 0 R /XYZ 99.213 237.097 null]
+/D [1028 0 R /XYZ 99.213 237.097 null]
>> endobj
-1046 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R >>
+1027 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F14 847 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1055 0 obj <<
-/Length 2192
+1035 0 obj <<
+/Length 2191
/Filter /FlateDecode
>>
stream
-xڕYKs6WHUYXW;ffF9$9-LZt7
-or gq3}ƓdyX((|eKˬKkzPL~<YrΒ ]0bٙ4֜<lW{0/WRxgPL)(/ΦyاϯTFqGiH̀_CsHOܨF}^=#y}Zc+gbŀU~QR0q(ϖLsg(MqBϖ(%)9؇%zT%OnP p)Sj$w+k;!&=7pߑTHZ2PRq)sR6=:s~ЯKwF]j4&`Wѐ\+(5*dJ_(Hsuʊl;T5Y:Ds+&byaz4==rE'-<g8OUaf$m`^
-!ܹY!Ue E5v0sNOy:'B&CRNqd ~Ә!: vx|0%yc}7|4WnQSM],o^EuHP!۰#>@wg[ONzS, nW #>a]mFؚjJaTY}je:@
-u㣯LaL4 |L/4|&u:A/-(T|KNzxۗ~D,;;/Lxz,
-3+Iiy(CQOe=đ"
-+paݤ)e٦Ͼ+
-H?X8h^?K4a|+gҕs=IsngJCUv^稇Wfd7LS{
-!S,,Cn(;g,.?CCuoՇ< i>fPtyQ*SyH/.L/ь;U4){aդ\YohJěōMYLL(PCoPua+ Ďd
-m)ٰ
+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
endobj
-1054 0 obj <<
+1034 0 obj <<
/Type /Page
-/Contents 1055 0 R
-/Resources 1053 0 R
+/Contents 1035 0 R
+/Resources 1033 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
-/Annots [ 1060 0 R 1061 0 R ]
+/Parent 1026 0 R
+/Annots [ 1037 0 R 1038 0 R ]
>> endobj
-1060 0 obj <<
+1037 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
-1061 0 obj <<
+1038 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
-1056 0 obj <<
-/D [1054 0 R /XYZ 99.213 706.052 null]
+1036 0 obj <<
+/D [1034 0 R /XYZ 99.213 706.052 null]
>> endobj
266 0 obj <<
-/D [1054 0 R /XYZ 99.213 688.052 null]
->> endobj
-1057 0 obj <<
-/D [1054 0 R /XYZ 99.213 601.215 null]
->> endobj
-1058 0 obj <<
-/D [1054 0 R /XYZ 99.213 548.255 null]
->> endobj
-1059 0 obj <<
-/D [1054 0 R /XYZ 99.213 525.461 null]
+/D [1034 0 R /XYZ 99.213 688.052 null]
>> endobj
270 0 obj <<
-/D [1054 0 R /XYZ 99.213 444.46 null]
+/D [1034 0 R /XYZ 99.213 444.46 null]
>> endobj
274 0 obj <<
-/D [1054 0 R /XYZ 99.213 320.027 null]
->> endobj
-1062 0 obj <<
-/D [1054 0 R /XYZ 99.213 194.778 null]
->> endobj
-1063 0 obj <<
-/D [1054 0 R /XYZ 99.213 171.983 null]
+/D [1034 0 R /XYZ 99.213 320.027 null]
>> endobj
-1053 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F40 662 0 R /F8 569 0 R >>
+1033 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F40 657 0 R /F8 565 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1066 0 obj <<
-/Length 1117
+1041 0 obj <<
+/Length 2976
/Filter /FlateDecode
>>
stream
-xW[F~0cڴJ#UMDy` Em}ϙlvĪi+K ߜw\X@cg"H"4^b{H<mV?20(lq•9(aM%\?eQC;t(%bp?myênޯ7' N6&D%?|A_Q"^O 3&W'KZ}Z~復y
-}?$*ՄSD9 1" <!1 aBg1\#]\u}(c7{9,(j Ex>H͗k;TM""w#2T`;7xB_J+:D1j y@3o*fR巳b
-u@!1F~"Ɠsd0<뱱9&wgG$AXPK?o>Dz-w9/tJ t"P0%Л0rv[zn?}Fv)t|᫴C>@OXKB5Ln-Zy硵vZn1OOH\-gjUd9W6
-ȩ;!N2/=-dkZ`9skxIx HYendstream
+xڥZݓ۶BR3CW:Ivq<$ZU| (t<c؏.SYQ] 3PdѼY}1",x~\CXӸXrRy*xh8.Wy5pkZzh{%eL41?w- wQ PxgtO>_5]KJ,׈4 U-{)U*n3KrD7 Tsiu y~}PdH(Rg"wՑ-n
+w\kh4[?)O";4 Rog@i)z+(BRN[FՂ<3I4wPWٟU *wzЦ
+/6-ϩyA'{k9>XyٞjIoyh[g#Ӥ*XX)XQL1uǪkN.!f-ӧ"eè1
+ovl"ԧЮpc/jM}dcq
+Ap)qj4Xӡ,rZS2=?|P1&V
+
+Oe[ .aL$nGg)5" Ib!$+$ġWIە?֦r" Oy`8 %F|S2K3ͯ2|2m=]`#bI٤K>.YLPwv|^DQgcD\Q Bd
+*8PIVdgGsMk\yG!9 ߗsBٲ·EUt.ۺ[A!P2SPCcdQ
+ =,>\'x8$
+ mnG3Ă7.O!-H
+vpIt RCdt48Kvr硺@79s~M;qm6D
+WPG%1[J.FK[5¶E:muoCG3狖%#狹0Ҍ&:]sb4G)W;1 pbb#WS8C=lYXl1k-o}9- M4줖M׉*
+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
endobj
-1065 0 obj <<
+1040 0 obj <<
/Type /Page
-/Contents 1066 0 R
-/Resources 1064 0 R
+/Contents 1041 0 R
+/Resources 1039 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
-/Annots [ 1069 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R ]
+/Parent 1026 0 R
+/Annots [ 1043 0 R ]
>> endobj
-1069 0 obj <<
+1043 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 624.383 287.23 635.232]
+/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
-1071 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 507.447 335.66 518.295]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRequiredFieldValidator.Home)>>
+1042 0 obj <<
+/D [1040 0 R /XYZ 99.213 706.052 null]
>> endobj
-1072 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 433.392 355.447 444.24]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TRegularExpressionValidator.Home)>>
+1044 0 obj <<
+/D [1040 0 R /XYZ 99.213 631.627 null]
>> endobj
-1073 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 359.338 334.802 370.186]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TEmailAddressValidator.Home)>>
+278 0 obj <<
+/D [1040 0 R /XYZ 99.213 617.353 null]
>> endobj
-1074 0 obj <<
+1039 0 obj <<
+/Font << /F44 751 0 R /F14 847 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R /F39 558 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1047 0 obj <<
+/Length 2148
+/Filter /FlateDecode
+>>
+stream
+xڝYێ6}KdoX 6wx=?ĞeZ3#lOR6l{n 0"xT^KS&0b*+n%+td~ܬ.+,kIY$So}+:HbYsٮX߮u5}kׁi]٦QY~&`Udx=d<MǕb[]e"ό[`},պ(NXh aڸuTs\l]nf*>mVã<z/'-Ȑii
+=x
+H3 =Ht<o#C1 ib_T#uvcYVL{HPwo(
+9_}~SŌi<LWb:lDKɴ {OV> 8`N4F!Ǯ2y$b?fgo0LRa?a,PaX[ʀN}Q7E/ޟиf>x0XSQ`wI}. s( (}8i2 ي1
+MB6 p ;o:R`vA]d/cɶե}:qg!#HaUtVt7<LTSVqH&ێTu"hQ@40,W:gj@DY+̙Jc3d]B
+(WDċ~;dJ8ڙJga;:3}l%bkSAv}6I[J8[eeڋ-mP@$!T4
++tL U3+2g
+WO=}r#gdѤ*N .%KFw\7i,
+MgeS7P8_G ))7C]\^ uh
+n~'m)D.]ʹ.?oGѫIta.%md5"hkkU27qi4=~}Ē3?皉0#!/ mGԕEpwW5oP
+VhVf s
+/ o"Ee8Ԕ[<
+&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#
+endobj
+1046 0 obj <<
+/Type /Page
+/Contents 1047 0 R
+/Resources 1045 0 R
+/MediaBox [0 0 612 792]
+/Parent 1026 0 R
+/Annots [ 1049 0 R 1050 0 R 1051 0 R ]
+>> endobj
+1049 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 285.283 334.802 296.131]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TEmailAddressValidator.Home)>>
+/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
-1075 0 obj <<
+1050 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 211.228 313.797 222.076]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCompareValidator.Home)>>
+/Rect [421.228 171.212 514.019 183.167]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://regexlib.com/)>>
>> endobj
-1076 0 obj <<
+1051 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 137.174 308.29 148.022]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCustomValidator.Home)>>
+/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
-1067 0 obj <<
-/D [1065 0 R /XYZ 99.213 706.052 null]
+1048 0 obj <<
+/D [1046 0 R /XYZ 99.213 706.052 null]
>> endobj
-1068 0 obj <<
-/D [1065 0 R /XYZ 99.213 688.052 null]
+282 0 obj <<
+/D [1046 0 R /XYZ 99.213 688.052 null]
>> endobj
-1070 0 obj <<
-/D [1065 0 R /XYZ 99.213 625.38 null]
+286 0 obj <<
+/D [1046 0 R /XYZ 99.213 516.613 null]
>> endobj
-278 0 obj <<
-/D [1065 0 R /XYZ 99.213 607.56 null]
+1045 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F39 558 0 R /F14 847 0 R >>
+/ProcSet [ /PDF /Text ]
>> endobj
-282 0 obj <<
-/D [1065 0 R /XYZ 99.213 567.687 null]
+1054 0 obj <<
+/Length 2336
+/Filter /FlateDecode
+>>
+stream
+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
+endobj
+1053 0 obj <<
+/Type /Page
+/Contents 1054 0 R
+/Resources 1052 0 R
+/MediaBox [0 0 612 792]
+/Parent 1026 0 R
+/Annots [ 1056 0 R ]
>> endobj
-286 0 obj <<
-/D [1065 0 R /XYZ 99.213 491.695 null]
+1056 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
+1055 0 obj <<
+/D [1053 0 R /XYZ 99.213 706.052 null]
>> endobj
290 0 obj <<
-/D [1065 0 R /XYZ 99.213 417.641 null]
+/D [1053 0 R /XYZ 99.213 688.052 null]
>> endobj
294 0 obj <<
-/D [1065 0 R /XYZ 99.213 343.586 null]
+/D [1053 0 R /XYZ 99.213 591.369 null]
>> endobj
-298 0 obj <<
-/D [1065 0 R /XYZ 99.213 269.531 null]
->> endobj
-302 0 obj <<
-/D [1065 0 R /XYZ 99.213 195.477 null]
->> endobj
-1064 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1052 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F40 657 0 R /F8 565 0 R /F39 558 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1079 0 obj <<
-/Length 524
+1059 0 obj <<
+/Length 1607
/Filter /FlateDecode
>>
stream
-xڵT;o0+8R@u5I"RXdj0*ŮȿQ-Er
-w( P{PD&,[ V#u]iX}h#` /SeUnoskyesh>X9u0`[L
-
-=x+J031Mfq A!ڊ^5s]sMDķRA@,V`Y
-"A."ʌaѬ^㔱> 3cyzHEdc*xOK_/`w{CG-ى-Ё'gWQӠ.t ]F
+xڭXKFWp*k¼9؉J*Y,!/e2=@V__7- ?(EA'$,כ8olZ'r"*8Q$*އHmWSa%iGI濕]}ؽ $I@#_6?z WY1JF0 >W͟.. ̩[1 ,زBX[3I3!lo_5U1rA2EQšFk+7c圇 om4,sdlN9ڲ,lVlA" Zk 9>8
+
+CGT[ ^ڶ8Ȼ:}θYX3/)Xw]"Hrn"ύޔn…g ~]
endobj
-1078 0 obj <<
+1058 0 obj <<
/Type /Page
-/Contents 1079 0 R
-/Resources 1077 0 R
+/Contents 1059 0 R
+/Resources 1057 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
-/Annots [ 1081 0 R 1083 0 R 1085 0 R ]
+/Parent 1067 0 R
+/Annots [ 1061 0 R 1062 0 R 1063 0 R 1065 0 R ]
>> endobj
-1081 0 obj <<
+1061 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 644.812 319.858 655.66]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TValidationSummary.Home)>>
+/Rect [119 465.266 313.797 476.114]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCompareValidator.Home)>>
>> endobj
-1083 0 obj <<
+1062 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 540.73 283.633 551.578]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataList.Sample1)>>
+/Rect [119 393.963 308.29 404.811]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TCustomValidator.Home)>>
>> endobj
-1085 0 obj <<
+1063 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [119 436.648 286.857 447.496]
-/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample1)>>
+/Rect [119 322.66 319.858 333.509]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TValidationSummary.Home)>>
>> endobj
-1080 0 obj <<
-/D [1078 0 R /XYZ 99.213 706.052 null]
+1065 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 217.962 283.633 228.81]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataList.Sample1)>>
>> endobj
-306 0 obj <<
-/D [1078 0 R /XYZ 99.213 688.052 null]
+1060 0 obj <<
+/D [1058 0 R /XYZ 99.213 706.052 null]
>> endobj
-1082 0 obj <<
-/D [1078 0 R /XYZ 99.213 645.808 null]
+298 0 obj <<
+/D [1058 0 R /XYZ 99.213 451.808 null]
>> endobj
-310 0 obj <<
-/D [1078 0 R /XYZ 99.213 630.795 null]
+302 0 obj <<
+/D [1058 0 R /XYZ 99.213 380.505 null]
>> endobj
-1084 0 obj <<
-/D [1078 0 R /XYZ 99.213 541.726 null]
+1064 0 obj <<
+/D [1058 0 R /XYZ 99.213 323.657 null]
>> endobj
-314 0 obj <<
-/D [1078 0 R /XYZ 99.213 526.713 null]
+306 0 obj <<
+/D [1058 0 R /XYZ 99.213 308.13 null]
>> endobj
-1077 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R >>
+1066 0 obj <<
+/D [1058 0 R /XYZ 99.213 218.958 null]
+>> endobj
+310 0 obj <<
+/D [1058 0 R /XYZ 99.213 203.431 null]
+>> endobj
+1057 0 obj <<
+/Font << /F44 751 0 R /F39 558 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1088 0 obj <<
-/Length 226
+1070 0 obj <<
+/Length 325
/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`$<~ArTBendstream
+x}RN0+|%xc_)PP}zhyh+!u4*CݙIP~PSZFpe,e-IHF, -XO<'wQL^k]iT pUPS-mr֪|\<M]:+8k,k.
+|6(Qm9FNn<@80Rm(!V:HOG |kBqɖ  t-`endstream
endobj
-1087 0 obj <<
+1069 0 obj <<
/Type /Page
-/Contents 1088 0 R
-/Resources 1086 0 R
+/Contents 1070 0 R
+/Resources 1068 0 R
/MediaBox [0 0 612 792]
-/Parent 1045 0 R
+/Parent 1067 0 R
+/Annots [ 1072 0 R ]
>> endobj
-1089 0 obj <<
-/D [1087 0 R /XYZ 99.213 706.052 null]
+1072 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [119 675.156 286.857 686.004]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample1)>>
>> endobj
-1086 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
+1071 0 obj <<
+/D [1069 0 R /XYZ 99.213 706.052 null]
+>> endobj
+1068 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1092 0 obj <<
-/Length 1645
+1075 0 obj <<
+/Length 1646
/Filter /FlateDecode
>>
stream
xڍXYD~_1iqo !$
@xڞ+>Ͳm{f ] e%A,(C;R02aqG:vJ·7d jw8:-Q
$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ΜGL^^&dD)1Oƾ@8@%
-rP#OWn9KoQ"RB[cWDfA0t O -8Y-ls@ٶ <C4HuFfjb 7
-F"I<xwc@M&nE"=^qj&"9`y/;pi +8: z.^l̆5:o+Q_H2+G(
+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
endobj
-1091 0 obj <<
+1074 0 obj <<
/Type /Page
-/Contents 1092 0 R
-/Resources 1090 0 R
+/Contents 1075 0 R
+/Resources 1073 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
-/Annots [ 1096 0 R 1097 0 R ]
+/Parent 1067 0 R
+/Annots [ 1079 0 R 1080 0 R ]
>> endobj
-1096 0 obj <<
+1079 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
-1097 0 obj <<
+1080 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
-1093 0 obj <<
-/D [1091 0 R /XYZ 99.213 706.052 null]
+1076 0 obj <<
+/D [1074 0 R /XYZ 99.213 706.052 null]
>> endobj
-318 0 obj <<
-/D [1091 0 R /XYZ 99.213 688.052 null]
+314 0 obj <<
+/D [1074 0 R /XYZ 99.213 688.052 null]
>> endobj
-1094 0 obj <<
-/D [1091 0 R /XYZ 99.213 477.255 null]
+1077 0 obj <<
+/D [1074 0 R /XYZ 99.213 477.255 null]
>> endobj
-1095 0 obj <<
-/D [1091 0 R /XYZ 99.213 477.255 null]
+1078 0 obj <<
+/D [1074 0 R /XYZ 99.213 477.255 null]
>> endobj
-322 0 obj <<
-/D [1091 0 R /XYZ 99.213 477.255 null]
+318 0 obj <<
+/D [1074 0 R /XYZ 99.213 477.255 null]
>> endobj
-326 0 obj <<
-/D [1091 0 R /XYZ 99.213 311.693 null]
+322 0 obj <<
+/D [1074 0 R /XYZ 99.213 311.693 null]
>> endobj
-1090 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1073 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1101 0 obj <<
-/Length 2042
+1083 0 obj <<
+/Length 2045
/Filter /FlateDecode
>>
stream
-xڝX[F~@~zqQҦju>m8n}e0`ͪf|~OzI"^"[&&QɼGbr/I3
-k#P'"a?̤"E5(HcU4O&?.΢A_&x|7 Nb@$v,"<N~?㷮i&H(t:Haܖ
-b7:Ϙ
-.m3?Ugy~1ƛ;̥ # ,mOvXu`vj'FI@Y}Ϋ_=Z*5GТxк#7qu&ŪE={&TضLd:+Z}ۭjm|fZV&g}2j&iJ>9 zŞ_#_>Nⰾxbyh ,9YxsE"%)Tecgj%X;:6*e]z3
-
-bGlR:Gw@aT\+ryjHWMI aM+}
-[CTaeF42sGB LNv ^"B]=ᶡl]e+JkAB4]BLTNɤK]ٲyQ_ sstHE!i0 pZ9@R>B]`Q!ՖC>^@xF Py@Du[Η^C1%H|3>Hؒe$n D)?mpو >.uG¾hO5^7)YvwQxQpfyI3"dE[8A
-縥V6A Ѧ]
-h5=$7Ѿ`:
-NN>ҡ/ |s?
-:.1ּx93F&60*DK N8V)P\IJ )9 X .Fi$#IlH#>)& pGK,?fRt7qwiugFTZ<"6Mnk_ F;</\l'b' )O "{TkG2G>y&]8jsNJHe.zjK$[p@JVt[^Z+ߣ[ic a}QS
+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
endobj
-1100 0 obj <<
+1082 0 obj <<
/Type /Page
-/Contents 1101 0 R
-/Resources 1099 0 R
+/Contents 1083 0 R
+/Resources 1081 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
-/Annots [ 1103 0 R 1104 0 R ]
+/Parent 1067 0 R
+/Annots [ 1085 0 R 1086 0 R ]
>> endobj
-1103 0 obj <<
+1085 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
/Rect [98.216 459.537 208.719 470.385]
/Subtype/Link/A<</Type/Action/S/URI/URI(file:Configurations.AppConfig)>>
>> endobj
-1104 0 obj <<
+1086 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
-1102 0 obj <<
-/D [1100 0 R /XYZ 99.213 706.052 null]
+1084 0 obj <<
+/D [1082 0 R /XYZ 99.213 706.052 null]
>> endobj
-330 0 obj <<
-/D [1100 0 R /XYZ 99.213 532.191 null]
+326 0 obj <<
+/D [1082 0 R /XYZ 99.213 532.191 null]
>> endobj
-1099 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R >>
+1081 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1107 0 obj <<
-/Length 2325
+1089 0 obj <<
+/Length 2320
/Filter /FlateDecode
>>
stream
-xڍYKϯP%Tj! Tצl'l&W4DvHntC&pcjf~6'C(;!94yxNM6/ǁe6/.K~݅^Z\roݩ4 M@߾E~ko?lp_lٜt;2?sɆWSBi_A aZ$pk>B!R5uU
-CVYyp$\ទSHl$
--V՟Q;|ⷸü+$0!͕}^3듻+;Rf C'",޳x6ʼ<DXDhT#7șVg+^{+ѷ*{̽JY Y\아DZHxP6vž)QjoKCO(&T,PBݡY%A5GP_C}*]qP ,*bHvbB<~ya =
-9@{tVƅ;A'A
-Vȏ ̔,"ߏ$DVc~8X,.= #9ѩfGFi R>Ĕy7ǴkM=n8[]O1NdR Nx?
-1(ny5Uq8* 盷%d)<8:v7fwȴ8dhiX0:
-kաY
-dDY5i[]ilr̀b" ̡h2J]t~4,^ƞ.'dz>~ 1&cD牰0S;IH`Ƃys+>$T36Prj;Zl*/E#Bj WM@tٙ':AoX9Di'okthhI+5a=פ ]ixح
-BBM
-B{{ǔ"ңM
-f Gs!ખ٘aBv'ds_؟@LqpHiӇ Ӈ(p
-z&l4 YG&C]z`fCR<WIVqXRZ ɃV1I;klG2zSUQ`'o&#oqp0$3wl
-\^Qdrh茿,[~'^SP琽΋
-"QN׮~3\1HwgHw=x/ŲL{HE<(S9˹Hendstream
+xڍY[~_aŚ+ԭh"IyH-Ak^Hٞ΅V g33'7i*6 ? 69?Cޤ"سIEg/RlwI[{Nz[~i}"-v.8wK\=/?|Չ Ej귇7Piy/dn:
+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
+ 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/ʏD@%$7endstream
endobj
-1106 0 obj <<
+1088 0 obj <<
/Type /Page
-/Contents 1107 0 R
-/Resources 1105 0 R
+/Contents 1089 0 R
+/Resources 1087 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
+/Parent 1067 0 R
>> endobj
-1108 0 obj <<
-/D [1106 0 R /XYZ 99.213 706.052 null]
->> endobj
-1109 0 obj <<
-/D [1106 0 R /XYZ 99.213 539.61 null]
->> endobj
-1110 0 obj <<
-/D [1106 0 R /XYZ 99.213 502.183 null]
->> endobj
-1111 0 obj <<
-/D [1106 0 R /XYZ 99.213 451.749 null]
->> endobj
-1112 0 obj <<
-/D [1106 0 R /XYZ 99.213 427.329 null]
->> endobj
-1113 0 obj <<
-/D [1106 0 R /XYZ 99.213 331.849 null]
->> endobj
-1114 0 obj <<
-/D [1106 0 R /XYZ 99.213 294.422 null]
->> endobj
-1115 0 obj <<
-/D [1106 0 R /XYZ 99.213 256.441 null]
->> endobj
-1116 0 obj <<
-/D [1106 0 R /XYZ 99.213 221.505 null]
+1090 0 obj <<
+/D [1088 0 R /XYZ 99.213 706.052 null]
>> endobj
-1105 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F45 764 0 R >>
+1087 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F14 847 0 R /F45 758 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1119 0 obj <<
+1093 0 obj <<
/Length 2139
/Filter /FlateDecode
>>
stream
-xڕXYo6~IbU h c{6@R5Jr:,ha1 R9>e^B'cϏgW|fY)fBvZ;šw(JOalݷfQa4&LR7֛4 [-wAȋ#^w+ y,s"h%үV^<;>@{ϖUETtySNT@+o[S%ID-en .LGox&8S{fkaEuܯLܲԋdP+@<Kq%ʲ>Tk#$enoOⶅɁjZՉ' [̘!cw̑BDNM[vz:E QG"0Շ&HX]U?g"7i#Ʉ!sحˤ]>0N5v/ZTT<@lw; 2ujAp|'#]!V^2(MЙ` 7+fpGRzY":rDg.Hl`@ӑĒηxdrjwm@'j;qhb{L/< 6`D H"
-SIX7uٛ7<p
-KOtGx
-`W)n& Z #z'_=!㶜N=c $~@g/=
-Z4m[x1@^G $}
-FD3|抟_c.PB=[<a!ʮp[R~e^ؤJe}|
-)`.?CN0}Eʯr'w2 V r[Uy @_&?WjJ#HB.`DDendstream
+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
-1118 0 obj <<
+1092 0 obj <<
/Type /Page
-/Contents 1119 0 R
-/Resources 1117 0 R
+/Contents 1093 0 R
+/Resources 1091 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
+/Parent 1067 0 R
>> endobj
-1120 0 obj <<
-/D [1118 0 R /XYZ 99.213 706.052 null]
+1094 0 obj <<
+/D [1092 0 R /XYZ 99.213 706.052 null]
>> endobj
-334 0 obj <<
-/D [1118 0 R /XYZ 99.213 688.052 null]
+330 0 obj <<
+/D [1092 0 R /XYZ 99.213 688.052 null]
>> endobj
-1124 0 obj <<
-/D [1118 0 R /XYZ 99.213 491.615 null]
+1098 0 obj <<
+/D [1092 0 R /XYZ 99.213 491.615 null]
>> endobj
-338 0 obj <<
-/D [1118 0 R /XYZ 99.213 474.87 null]
+334 0 obj <<
+/D [1092 0 R /XYZ 99.213 474.87 null]
>> endobj
-1117 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F47 1123 0 R /F8 569 0 R /F40 662 0 R >>
+1091 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F47 1097 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1127 0 obj <<
-/Length 2080
+1101 0 obj <<
+/Length 2081
/Filter /FlateDecode
>>
stream
xڅ[oݿH1aԭ6Mw[mzbSk3 .`{崊c5 OM,$hNn~( l~1{0fY@& Mo^s}h(j_ym|=[ݲuZQ=5塬:[W8=8Hb5pZ'atzu,n'&a5f<wɔG&0avEpP^w4AسŻ˻FaEtL |)_T6-˶]0Vx}*lߘ͎
-^ ZFb??5^ݼ1'QwyI"k3ᱥ')ڌNh'պf_aL{Ug`> aJH:v|w
-
-S"cw5>Ke8\l_493-3r
-Yg90OW
-,NNJO򖿿>? )sZ)/,K;ء
-fL\XI^Պv~OY]</]Wt$R1TTV7o|ѷ֮IL e
-|Qm#/_nix:Y&{ҡ
-T
-tv0$ J!r|PxǤo֤y-ِ+;k=V?<!ʂgQD
-iLX>vkAOl2X)w?:tg=x:=# NU8 ܁-qyF,Po^Lr,vBlkL@3)
-~Yz/|,wPxPP>ޢaJFzY)DT7;u5ӆ| XyQ~_/ë'\F+^A9@R 7Ӑ/:6''7ݨpXbs_l<q%lu _ R[PH.iOטƽ+=}'#(? %+ Ҟ/ A[endstream
+^ ZFb??5^ݼ1'QwyI"k3ᱥ')ڌNh'պf_aL{Ug`> aJH:v|w
+n0VC7 
+noK]f
+7)mh)kƊe~m,plaqbTB/[r)5^7J*sL?;@P<i"|, D~lsfw<נoq洑_G!;ή
+W7\EJ`i+hJHѺŨeAICemEam!q/'9[
+_QEN ~iC*j`3*/Q:]`5*@(x/;V2g6)p+|ir!ڟfܼ8u1BPHG#,uY)0[>}moI:ZF|hh2-aPL2xe޵LD
+:IWƁ :{.GT4G._Nu=xG9MT9.ן C8=`IA'B1
+B;(.+FIWs9wt;&7fk9rVyD'O|vABi3vs1y3 ${l坦¦nΟ|(O++=w`z\K,[f"ݿAz: Ɗ_ !L^1=<z,h 1gVݎEm]f!z8_0sgE{_t~ /g\Ƭ+^A,ѱ9$?GFœF+ş{8(` }'h6eî_F=M1Z݂BRz]#t67/^?txFt
endobj
-1126 0 obj <<
+1100 0 obj <<
/Type /Page
-/Contents 1127 0 R
-/Resources 1125 0 R
+/Contents 1101 0 R
+/Resources 1099 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
-/Annots [ 1130 0 R ]
+/Parent 1105 0 R
+/Annots [ 1104 0 R ]
>> endobj
-1130 0 obj <<
+1104 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
-1128 0 obj <<
-/D [1126 0 R /XYZ 99.213 706.052 null]
+1102 0 obj <<
+/D [1100 0 R /XYZ 99.213 706.052 null]
>> endobj
-1129 0 obj <<
-/D [1126 0 R /XYZ 99.213 513.761 null]
+1103 0 obj <<
+/D [1100 0 R /XYZ 99.213 513.761 null]
>> endobj
-342 0 obj <<
-/D [1126 0 R /XYZ 99.213 498.748 null]
+338 0 obj <<
+/D [1100 0 R /XYZ 99.213 498.748 null]
>> endobj
-1125 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R >>
+1099 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1133 0 obj <<
+1108 0 obj <<
/Length 222
/Filter /FlateDecode
>>
stream
-x}PKK1W19dc7^zVzXRH.dfg"=D0 5 `3trk\vsqCR2G\UGd]٫{}sxPw>fo5xی}al=/XYluɅ Qv+,ݬu8+KJ[FH.ڹ5 aAw0N*'oSendstream
+x}PJ1)fl**&ͭ `AKE|{7W\&=")A GL'~n.nrA) #dbd#X@߮d
+Χ,&o1ؿܺ/u anV
endobj
-1132 0 obj <<
+1107 0 obj <<
/Type /Page
-/Contents 1133 0 R
-/Resources 1131 0 R
+/Contents 1108 0 R
+/Resources 1106 0 R
/MediaBox [0 0 612 792]
-/Parent 1098 0 R
+/Parent 1105 0 R
>> endobj
-1134 0 obj <<
-/D [1132 0 R /XYZ 99.213 706.052 null]
+1109 0 obj <<
+/D [1107 0 R /XYZ 99.213 706.052 null]
>> endobj
-1131 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R >>
+1106 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1137 0 obj <<
-/Length 1687
+1112 0 obj <<
+/Length 1683
/Filter /FlateDecode
>>
stream
-xuXK6QbEWo)ZHnCӃ,imHnwR +3|nnWaIb)`s /w*<
-q+ f=ܽIm)qan2lwWw]&^7٧4K/W$[myŹ+쉽my6.#i( 1!ػI>3~.ҾHaɹ}ϊ+:TIH{ŸdN[Sm7} "Uk BCx+72Uݺ{p[y/|bHbOm,'v#OLIX @֌~#D7+/Ĉ`!F8s}b
-78I/w@\EWˠabY-%&eaq%CBy~fWEµg:waVi;a0 ķ(u/8dn;3rJ B@ܫܝ]}ixaG=kY(ۮ{Q6$f"1Ee:%m{y-dm䚌~ jҔ,Tae2XG4(<FU4ё.F`M3bY{{r{8l= ;Y&WVWgo+'.6@(-+I u0Yt }>x48\p9aFr\/RЏ2eyX*Ysi1""ͣ18 :[˸aaޯ"IORL<BbhEY1*&{]B?Os%
-r*OAjanKBI<^ FM0HxfPɔ^,)gJh+mTIBϘ%KF@ vJ
-2cȕ/L#>4n
-YTi̹9Ww`эLT 8d"PU`X]Qg+Rk= y]dLjLg {h[#+(^bkbnq<tBgwRkn4'=ȢylSԢ9ю1Ng1OqS3Y:PuYk,T-p
-3݀k 8%s˭"?"h@ÕH4&q( gF1M&g>(U
-b۽1}L8_"L$4m(2*[4kX5H
+xuXK6QbE"Wo)ZHnCӃ,imHnwR +gpпpe
+& b?Ԧh́ ܅è+]olqxpcmTDZ<<[4$<yeB;^73~& 68}M=l3лE?҇&I+>&D?;CyjG(Mg"/ii*= :GwDT.I{ź`Lb[SeQwʈ*񎂘 ApK˪ucL[z/|cH`$%'6IF
+d%3Łc>:53-HzF?|?7j"Hl
+3IͥkY{h\J^_p[f J]u=.<Θ}0&J hXޗH }XAv]Ø){pfT882Vv1h=,~Eo0$% Es e3G0 #*ړcVcTfiF[V'eOp&ʾ|Fr2obQZfJJۏ&j4F~>CxS (X>aJb\/\tTY=쁈ciE]:Y$ca+YC>9lt(;|Pw."$750cQf1?7}ϒha{\J29 fn[8݂ѭAj\s>) 6Syy@)yu* Զ1SDن,TbrN 0WItkGʰIcCqHC.J*ɤ(4"{4 \-$e5"7pd8EΥ7Tk|Oat/*ɨ"\V9sa˩vʇ+Û6]1lO4ҵ`t
+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_@sF7{܏!ѫNendstream
endobj
-1136 0 obj <<
+1111 0 obj <<
/Type /Page
-/Contents 1137 0 R
-/Resources 1135 0 R
+/Contents 1112 0 R
+/Resources 1110 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
+/Parent 1105 0 R
>> endobj
-1138 0 obj <<
-/D [1136 0 R /XYZ 99.213 706.052 null]
+1113 0 obj <<
+/D [1111 0 R /XYZ 99.213 706.052 null]
>> endobj
-346 0 obj <<
-/D [1136 0 R /XYZ 99.213 688.052 null]
+342 0 obj <<
+/D [1111 0 R /XYZ 99.213 688.052 null]
>> endobj
-1139 0 obj <<
-/D [1136 0 R /XYZ 99.213 477.255 null]
+1114 0 obj <<
+/D [1111 0 R /XYZ 99.213 477.255 null]
>> endobj
-858 0 obj <<
-/D [1136 0 R /XYZ 99.213 477.255 null]
+850 0 obj <<
+/D [1111 0 R /XYZ 99.213 477.255 null]
>> endobj
-350 0 obj <<
-/D [1136 0 R /XYZ 99.213 477.255 null]
+346 0 obj <<
+/D [1111 0 R /XYZ 99.213 477.255 null]
>> endobj
-354 0 obj <<
-/D [1136 0 R /XYZ 99.213 195.328 null]
+350 0 obj <<
+/D [1111 0 R /XYZ 99.213 195.328 null]
>> endobj
-1135 0 obj <<
-/Font << /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1110 0 obj <<
+/Font << /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1143 0 obj <<
-/Length 2179
+1117 0 obj <<
+/Length 2174
/Filter /FlateDecode
>>
stream
-xڕXYF~ׯy
-"eb:,\@uXH36
-5RP{>ÿ
-D|zhe&k|ņLӗڒ8ogQ-n&so-]Tf~H
-;<,7솘0`66FPu\q[:yԩ\5ϰ(RAZ~m ׷[J3[)\E5>LX3b#x}C':T9(Ŝǘ;dOϲ@'J{¿ zhBꂞI !ԡP5Hx:/\p6"s&Ec (3˺ĒO#е%Z`hy`@{.u /@Z,r%7L
-uxv)aZ.IY&/ǵ!mgwo٣nr|>S6>q&b'Zpv3I t"
-Z
-Tu![d`L
+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
endobj
-1142 0 obj <<
+1116 0 obj <<
/Type /Page
-/Contents 1143 0 R
-/Resources 1141 0 R
+/Contents 1117 0 R
+/Resources 1115 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
-/Annots [ 1146 0 R ]
+/Parent 1105 0 R
+/Annots [ 1119 0 R ]
>> endobj
-1146 0 obj <<
+1119 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
-1144 0 obj <<
-/D [1142 0 R /XYZ 99.213 706.052 null]
->> endobj
-1145 0 obj <<
-/D [1142 0 R /XYZ 99.213 688.052 null]
->> endobj
-1147 0 obj <<
-/D [1142 0 R /XYZ 99.213 657.281 null]
+1118 0 obj <<
+/D [1116 0 R /XYZ 99.213 706.052 null]
>> endobj
-1148 0 obj <<
-/D [1142 0 R /XYZ 99.213 606.53 null]
+354 0 obj <<
+/D [1116 0 R /XYZ 99.213 510.292 null]
>> endobj
358 0 obj <<
-/D [1142 0 R /XYZ 99.213 510.292 null]
->> endobj
-362 0 obj <<
-/D [1142 0 R /XYZ 99.213 225.91 null]
+/D [1116 0 R /XYZ 99.213 225.91 null]
>> endobj
-1141 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1115 0 obj <<
+/Font << /F44 751 0 R /F14 847 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1151 0 obj <<
-/Length 1992
+1122 0 obj <<
+/Length 1991
/Filter /FlateDecode
>>
stream
@@ -5052,85 +5013,79 @@ 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ܢ,
-$|endstream
+<3 6WӇ1fXAX%$`bܢ,
endobj
-1150 0 obj <<
+1121 0 obj <<
/Type /Page
-/Contents 1151 0 R
-/Resources 1149 0 R
+/Contents 1122 0 R
+/Resources 1120 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
+/Parent 1105 0 R
>> endobj
-1152 0 obj <<
-/D [1150 0 R /XYZ 99.213 706.052 null]
+1123 0 obj <<
+/D [1121 0 R /XYZ 99.213 706.052 null]
>> endobj
-366 0 obj <<
-/D [1150 0 R /XYZ 99.213 549.187 null]
+362 0 obj <<
+/D [1121 0 R /XYZ 99.213 549.187 null]
>> endobj
-1153 0 obj <<
-/D [1150 0 R /XYZ 99.213 138.17 null]
+1124 0 obj <<
+/D [1121 0 R /XYZ 99.213 138.17 null]
>> endobj
-1149 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1120 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1156 0 obj <<
-/Length 1587
+1127 0 obj <<
+/Length 1585
/Filter /FlateDecode
>>
stream
-xڽXK6WH@ERi7@mk$,$˵l;!ef|y|"̓~<К%\YX%A#:bH#ⵔf:bLXGT`|^M46ah.<LY43^.$ ?EirIUEof,uKDeKP,fB=cƵL27gx^ЩsD2\\2&N4YL=K"&%an"6|)u~6BL&mXvp>ao <(ayֶ}]ZG׮Pv(̮MCy8M(jxi(;yYh(m}{[~#h; j. )O5
-Ag
-5;[fiQ14^@0.{cN2`fEr#pw2(M_./DSXW--L;ZN.?P6
-|qZ9)"~ (;6$[X) 6$qk~pƜX/3%"xq]qţ]]68 o|;@t(P}QvXN}-CQ@|a?N 6 :k;>B,J򝡤A3Z\`pl>$(VsXNXEs[5&<Cڄ"9U=7@PM#8v$(mU%Y umrŤf,$n7#)rG:6`.I\>dbU,d zp( nC,
-Np)hr)FDM
-/
-C8
-|DKO1IOƫr}^> s <L{QG' )ėx^L3_}leO]x;gw}WvӜMFzwwvwx@,l56C +WvSauq4yq>{D,ߔ=#ڇǓ{#7u~z,L|ĦEr#\3EHF+bh
-yendstream
+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
endobj
-1155 0 obj <<
+1126 0 obj <<
/Type /Page
-/Contents 1156 0 R
-/Resources 1154 0 R
+/Contents 1127 0 R
+/Resources 1125 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
+/Parent 1105 0 R
>> endobj
-1157 0 obj <<
-/D [1155 0 R /XYZ 99.213 706.052 null]
+1128 0 obj <<
+/D [1126 0 R /XYZ 99.213 706.052 null]
>> endobj
-370 0 obj <<
-/D [1155 0 R /XYZ 99.213 688.052 null]
+366 0 obj <<
+/D [1126 0 R /XYZ 99.213 688.052 null]
>> endobj
-1154 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1125 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1162 0 obj <<
-/Length 1196
+1133 0 obj <<
+/Length 1184
/Filter /FlateDecode
>>
stream
-x}VK6W(5CD$-6E ZZX=Y΃ۻX`5<8p D_8'TRB*u+<U,6d]}Ø Wdq.VBhRCݭ>7+>5icey;o7GETؗ sI2* ?s, {Ö+#t B24
-"aꊵ\: l2H,wlzd}xCa?^=Cj`?#,Ez>J[@y6hґE܂8Q@h9n}bX~j <ހ/%/<&|hMT5qu t0Q€ӸlF莈ORze%׍bYY/hW,~)YePa;?q8|&5zk(
-R=Tb
-=QT#a@
+x}VK6WH5C!Ki͡h99VGyb{VcǙf,)K3lT.ɮ[4`&oՇ?MJY&0Ml"FbcPwi&S6BbKӟoO߷v3o* O+%MY$2VV;6wgb]ףܜҪ>.|SHũAB/ub:(XTbZ#ME(8kaQbd:`X<NȖ}
+Vx8tP>Qm{A*R̥l{4E9^{
+G!14AO+@mdL }8q2d&v>ah2󥁤jnj{a½
endobj
-1161 0 obj <<
+1132 0 obj <<
/Type /Page
-/Contents 1162 0 R
-/Resources 1160 0 R
+/Contents 1133 0 R
+/Resources 1131 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
+/Parent 1136 0 R
>> endobj
-1158 0 obj <<
+1129 0 obj <<
/Type /XObject
/Subtype /Image
/Width 301
/Height 338
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 1165 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 1137 0 R]
/Length 6701
/Filter /FlateDecode
>>
@@ -5158,7 +5113,7 @@ mTkk?`9gWFVa.5ڦ3VH*;^a]WG9U
r}t'&} ?):2+7Va-e=[vvU/=q-QSЃ'_GQ0d"tJ4 w7|̆<hW
߫endstream
endobj
-1165 0 obj <<
+1137 0 obj <<
/Length 633
/Filter /FlateDecode
>>
@@ -5166,13 +5121,13 @@ stream
x@X,<XX(,B!
BB!PD@ 0@ 0 9|
endobj
-1159 0 obj <<
+1130 0 obj <<
/Type /XObject
/Subtype /Image
/Width 489
/Height 245
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 138 1166 0 R]
+/ColorSpace [/Indexed /DeviceRGB 138 1138 0 R]
/Length 4756
/Filter /FlateDecode
>>
@@ -5199,7 +5154,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
-1166 0 obj <<
+1138 0 obj <<
/Length 346
/Filter /FlateDecode
>>
@@ -5207,109 +5162,116 @@ stream
x0
B 0y
endobj
-1163 0 obj <<
-/D [1161 0 R /XYZ 99.213 706.052 null]
+1134 0 obj <<
+/D [1132 0 R /XYZ 99.213 706.052 null]
>> endobj
-1164 0 obj <<
-/D [1161 0 R /XYZ 99.213 295.484 null]
+1135 0 obj <<
+/D [1132 0 R /XYZ 99.213 295.484 null]
>> endobj
-374 0 obj <<
-/D [1161 0 R /XYZ 99.213 280.995 null]
+370 0 obj <<
+/D [1132 0 R /XYZ 99.213 280.995 null]
>> endobj
-378 0 obj <<
-/D [1161 0 R /XYZ 99.213 241.685 null]
+374 0 obj <<
+/D [1132 0 R /XYZ 99.213 241.685 null]
>> endobj
-1160 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F19 541 0 R >>
-/XObject << /Im7 1158 0 R /Im8 1159 0 R >>
+1131 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F19 537 0 R >>
+/XObject << /Im7 1129 0 R /Im8 1130 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1169 0 obj <<
-/Length 2737
+1141 0 obj <<
+/Length 2733
/Filter /FlateDecode
>>
stream
-xڕYYoF~
-u>x,vcM6E䁖hYtHjO]ݼd{UU_U UQ(U*vzWX*lF4W_}mPEjVەɬm
-|
-b+כ$zX'Q
-zc<Jzg&z_kwQyB]gm[ NةYW{X"_=8VIQv0xu}twq|>]$J\|vNG ctiT54>o?|ԻyԷ;TXɓWpyk7μK[۱fx=be{x$:;%I*h햄*N n+-ZT {yЍzwU;$ Ozhg/+u
-MbУ⓻ z5#IEgoJVwi
-}DǞʃ0Q66K8e@ڒ"tb
-~_ʼnl&-<l1qyTyRx
-pIyfIVExa[28
-cInxuWc i袠Cc@d#kڿj/
-id=0U O+>'b-l; ޳cAQl6DYK0p~ϗCUbs9Ao?,bIɵ(fA)܋08\9h׆H܏@! -f7I!Ҥd(P=3%c>Gpx9L:H\,󲎭rױwvG;u_;;4lF2c9q18W{Qvm,V>gQlaTwXx b 6Qu?xreLWb|R&aTL<TR`3vLBrL\$0;=L^\Lg1 fm87SA<`2dYS$fJ@Y—q9elsQN8 V ;e%]oN@~:MX|3QA㌍<=0l)g@i&s mKc,p,>n
- 
-nμ.KˆO,# d@
-{:Rއh|D:IWw>Yx[v7gFP)`]Ĝ[YNBT unYF;K,ix_3F^Ճy@Eo2 yZ QSoFÜ# BX}8T
-@QYi(BՋcfTJXki5t |fyhsaB3KԁD/dbe<s4z2B΍}'dQ|AX<9A'endstream
+xڕn_!%pp6.E[.M<"H@K\YtH= 7ٹk3g6gZ%VEkeVYƉӫM:77J 6|".RޯLfĦSSrQZE=*(כ<3Z?뼈3=Cl~ww7r.NEb~d¿IbS''*ÍFO77
+x/]k;mcKw(8aΛ:5 cL4*VKkad]s^< *z g<|>xe?a{w< KGXAq}yS*VEA\n@NeYGm*f'8E j> ?Vh
+; aqW@6RtB[k@&D[dFoÆC GX߈^,me oP|:+`g3*VJŅsѩ3 ^łW3R6O4vh{} [yޣt?hh Q
+pHyfIvE0 8M<
+r8?:D^ Fe E9!_NG8eŽ{'=φ7{ lD#^
+9%UȝdK到)
+ѹid90T L_'H{1(B?
+ 6% tuWlg;[ `Tlr-01q}56$L-7z#`{٘Xɠ!Q9G.*! GK5Z%Z0d7B(P-|mR/_oކ|xCBv)h:9@hFkb^dI*AiC6Mya)6`  ?q#I%;j2eT18?MP02 =JbY⻞yFBot6
+IJpŋ\x1I{gm$7/9Rv@i IC*~a) :=...62#'|:Z=4r3q$KJ4^<4ָJ3'œ0䅄͌h&s,}J j8,=n
+ n.%
+zA'X Q5d.i #̧
+NU.> ij)S`ę|K!x3 &\y'fmىI!υ)ۺ|R&(!q[(s#IZR׌@ܯAIga bo2 1Z: QCoF# Dpi|L*MfZ 5rw&
+NN *ς ܁blxD\gp"xd޳;I
+yk:*;vst#킀^ufbL=|è9ik)Y4mZiBn.nf;ɢA??m]/w~q૿^MtZRې[ʌ<,4wPїMK/+w~{*t+ jnj5AMR}OGq}:1][ٓe}
+z
+b&82^lv.ڣ6qf.X$͝3Bxc
+1m
+UNLo)($
+dѲE-['IYC: ympE.c|)6pd5-Z?2qeaTD.sH38sP-.l#l[pfX1p Z^<sHi _s[e_=,.pIyt~fcendstream
endobj
-1168 0 obj <<
+1140 0 obj <<
/Type /Page
-/Contents 1169 0 R
-/Resources 1167 0 R
+/Contents 1141 0 R
+/Resources 1139 0 R
/MediaBox [0 0 612 792]
-/Parent 1140 0 R
-/Annots [ 1171 0 R ]
+/Parent 1136 0 R
+/Annots [ 1143 0 R ]
>> endobj
-1171 0 obj <<
+1143 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
-1170 0 obj <<
-/D [1168 0 R /XYZ 99.213 706.052 null]
+1142 0 obj <<
+/D [1140 0 R /XYZ 99.213 706.052 null]
>> endobj
-382 0 obj <<
-/D [1168 0 R /XYZ 99.213 617.316 null]
+378 0 obj <<
+/D [1140 0 R /XYZ 99.213 617.316 null]
>> endobj
-386 0 obj <<
-/D [1168 0 R /XYZ 99.213 444.448 null]
+382 0 obj <<
+/D [1140 0 R /XYZ 99.213 444.448 null]
>> endobj
-1167 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1139 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1174 0 obj <<
-/Length 1808
+1146 0 obj <<
+/Length 1815
/Filter /FlateDecode
>>
stream
-xڍYoH_xsZ5ljj}ڦ4~cƘUx9OL(I0RvpH:`nƌ3zx8Db%Y`ɷSt4/Ů~]|[t:J#}W Q(t̲vdT|WG1c]-RF0*tTZAu@ mXo* Z`_ڥi+>*+U`Biʼh2K)(Bxf2ab6&
- `KQHs$ZXsShi%dΔR2آsT_,졄-Cmд w!j`vI:U^1%MxQ a(㗛ݮ>v%me TcCC:'mUi56&8nDcGvkHx<FdPyfqnr^
-t pš Qb`GvaSK
-+ ~G$m~a^ܭlg[@|E=I$"+ DžUv $4)Tֶ}ugNMB."~]; ]w^7:eAx\񻬸WQa/i[GQdgM U]DF'so%bT(Wn d)ʫ-/7Nh&kwJܱ
-?poBK㇒0AAYBA~pO"vxWU}=?^ {4-?K)dN<)9Ͳ;|$cő|)!r'ѣѪT$̸ '0?G:qz8?g"vn5Z FAvX<94.h״55%5N(p[W/uԱ1L60TC:ВU
-ĕ~pdU\0{|0irɹR9ʠW(Û%2Up?-i6j8{v=FCXi wO~'?A@Hr
+xڍnFt Dc­iS@RCX%TT}2CQY޾4?92&a,HMI8/ d1_Mn>3DL&Φ͗ Zi.eNV^,]:yճ)E" 2{k8݀`NBtzu(dM"X%n_N{Z|On2„Xt["dպJh4v7WYVҮMWQY 38lJS@+|TJE 1Qhg
+@K+!㔈ݕ|* zoaa%jPǶc$Wkq
+6ysD4YFQ_ydכA;R  E.wuyژ˛+ !N#BA#B? Fvy)1dõ.HE`#)
+=˜9$_:HX#=#([QaD2#&\ف|Mw ؅UP_A`<Ed7T$&qm~5v@XPPg2rL%v0_} DlY;rcyH#|n|/bE8=q`T,I.l7
+.؀ #cQ5Bi9֘P3b
+Ѷ'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:BDK>'1Jendstream
endobj
-1173 0 obj <<
+1145 0 obj <<
/Type /Page
-/Contents 1174 0 R
-/Resources 1172 0 R
+/Contents 1146 0 R
+/Resources 1144 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
+/Parent 1136 0 R
>> endobj
-1175 0 obj <<
-/D [1173 0 R /XYZ 99.213 706.052 null]
+1147 0 obj <<
+/D [1145 0 R /XYZ 99.213 706.052 null]
>> endobj
-390 0 obj <<
-/D [1173 0 R /XYZ 99.213 653.094 null]
+386 0 obj <<
+/D [1145 0 R /XYZ 99.213 653.094 null]
>> endobj
-394 0 obj <<
-/D [1173 0 R /XYZ 99.213 382.906 null]
+390 0 obj <<
+/D [1145 0 R /XYZ 99.213 382.906 null]
>> endobj
-1176 0 obj <<
-/D [1173 0 R /XYZ 99.213 138.17 null]
+1148 0 obj <<
+/D [1145 0 R /XYZ 99.213 138.17 null]
>> endobj
-1172 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F19 541 0 R /F40 662 0 R >>
+1144 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F19 537 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1180 0 obj <<
-/Length 2130
+1151 0 obj <<
+/Length 2132
/Filter /FlateDecode
>>
stream
@@ -5322,103 +5284,106 @@ I5Q7w1gޢ"$է23Zj} Vy$jPEcZ*fqųV)aGJ[ E
=XcƊ:v@AоQᙓ?,@#ih_#ŝRgb݂.T؛-P-#A\4<'.:_a&#!Ȼ2ۿVޣ1e+[|>WxJuS)%kU@5T\!|7g>\$Fܐ V7hF3zHM\P'u5NSFr$
(>beuIPF,jS?OIt- l^` (N\6PflY4H֊Y2">M\dTPrLGjhK
edp;w]9̃z%AG#(Һy~0oxlM~iީK.@q-*u{\l~k N"xA-tHd͌3dIƝ6ztxנ}uGw_<?oPe{}k>@籐zKE.؆4"r8Yxg "40zT_w*DQ@g&r7Z@'Ȉ'40Δ/|l\
-+O%HtSgכ_$P^C ZVυ +c+=$[
-ϽL]&lOZax3.F1H(6foņ%YXbB_$`4w36`fqE}x,}=;I"AF7$nE8г{mzjzr>zgƉ62% ١/]ECzdB sn4q4`erDC񖞰T:Of/{ш̺'G&mjB-ʻ X[ .I3ϼqtU&:WjTCmiȼ.WI+jz+[qբNo$OTJJy:~>[y&R!̌<cI5f~Un+I""O$ۼYP8Y]˱
-^endstream
++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^,(,-co_endstream
endobj
-1179 0 obj <<
+1150 0 obj <<
/Type /Page
-/Contents 1180 0 R
-/Resources 1178 0 R
+/Contents 1151 0 R
+/Resources 1149 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
+/Parent 1136 0 R
>> endobj
-1181 0 obj <<
-/D [1179 0 R /XYZ 99.213 706.052 null]
+1152 0 obj <<
+/D [1150 0 R /XYZ 99.213 706.052 null]
+>> endobj
+394 0 obj <<
+/D [1150 0 R /XYZ 99.213 688.052 null]
>> endobj
398 0 obj <<
-/D [1179 0 R /XYZ 99.213 688.052 null]
+/D [1150 0 R /XYZ 99.213 569.245 null]
>> endobj
402 0 obj <<
-/D [1179 0 R /XYZ 99.213 569.245 null]
->> endobj
-406 0 obj <<
-/D [1179 0 R /XYZ 99.213 278.915 null]
+/D [1150 0 R /XYZ 99.213 278.915 null]
>> endobj
-1178 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1149 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1185 0 obj <<
-/Length 1649
+1156 0 obj <<
+/Length 1652
/Filter /FlateDecode
>>
stream
-xڝX[F~a`iMfKF&M(mڮSq
-T6!ڄ2m>:j楨?Psx'{ ,}[)wQu+ >dKl 5,tE<I1e4{|r*­Gx6_.#Ok|l
-~>s205H^9V%B NOA1,0%1O&NW̲n%)ݔ||M\z0#33*lԑL"pRQfxEX Aʲ:o;v F$([t<B'Ttm=Y&b2hѕ H-y,WCJ%P/6Sch |"? ,ȿCf aK\*EMkmV%O0Xd*݄dQgdhL JMzz
+xڝX[F~a`iMfLF&M(mڮacLx=mDU03Wx!^^A#/LBa)fd6e1yF)/ XzՑM2O~`:'_O_әm1x7u
+|zK$ d:f" 䯞3FG*Pa:bMxaM̮̃+hgt벝,{Uo;C>{/FF?#RO L -`(ONfJd%xhwt3Qu*@IU~~R
+ov(i90o#Ǥì3,yjc0biSQaL(
+7G4p!wBK
+)GPCT.'piU+&e ȁ>G2HiΥ_"Q7VgtMi}SVEJ83o]0Oz$ۋH
+O2ISL:^쎄JrͻUZ~@_gO-u bGgBnq-)j?#wa2w%̝s*zCU^ò1Ks`X^$Tšh mS<\'l
+ߺn6#s82H$sJ:$ޒC1,x.O+:DO& ˗Lj Je]ڷl|MV\ũɹ0#*tԉ$pIdERQuK=I! Q
+#iU޴l<QLqM"H3\OQ8)3h~Y3BR.#@&{̳N*\h@ь+4b45X.ws*@BXWO|
+C;ox@inE3
+,YSy,
+t4Q0*Y3JdsNBwzE r+-YF;.t
endobj
-1184 0 obj <<
+1155 0 obj <<
/Type /Page
-/Contents 1185 0 R
-/Resources 1183 0 R
+/Contents 1156 0 R
+/Resources 1154 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
+/Parent 1136 0 R
>> endobj
-1186 0 obj <<
-/D [1184 0 R /XYZ 99.213 706.052 null]
+1157 0 obj <<
+/D [1155 0 R /XYZ 99.213 706.052 null]
+>> endobj
+406 0 obj <<
+/D [1155 0 R /XYZ 99.213 661.183 null]
>> endobj
410 0 obj <<
-/D [1184 0 R /XYZ 99.213 661.183 null]
+/D [1155 0 R /XYZ 99.213 471.512 null]
>> endobj
-414 0 obj <<
-/D [1184 0 R /XYZ 99.213 471.512 null]
+1158 0 obj <<
+/D [1155 0 R /XYZ 99.213 385.005 null]
>> endobj
-1187 0 obj <<
-/D [1184 0 R /XYZ 99.213 385.005 null]
+414 0 obj <<
+/D [1155 0 R /XYZ 99.213 369.24 null]
>> endobj
418 0 obj <<
-/D [1184 0 R /XYZ 99.213 369.24 null]
+/D [1155 0 R /XYZ 99.213 244.407 null]
>> endobj
-422 0 obj <<
-/D [1184 0 R /XYZ 99.213 244.407 null]
->> endobj
-1183 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F19 541 0 R /F8 569 0 R >>
+1154 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F19 537 0 R /F8 565 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1190 0 obj <<
-/Length 1844
+1161 0 obj <<
+/Length 1842
/Filter /FlateDecode
>>
stream
-xڥW[8~ϯ@Dbl]+jUm}hACBȌ96vM0\A <0%\YX%r35>"r$фba&bLX ǰT`Q󈇻9{\hty3.I>̵ -,R,Unki~13X$ǯ8(O GXnjlf2Q{=>sersmNa2H RtMJ2cIR/Ɵ>1, F##$%5K8 ,yd<,Ϙ
-P[n:,9>Γ,,-yY
-#_ۼh^X-ĔT1
-GGNjIs(oeyQlIت7@|wvo6y_-󺆳'KI].< eFA%3T8D֩[:I޲i
-o)ӦMC1)JHxq/xV]y_61L'#,xf:qnA^2C`LTaWM B;vʔ!ܶ)B(GDֱsPRL%?a)ó Pc5X {B&3zM>ؠKnY9%Pyq!wLB6ߔ޹CqQ
-/C%HRRb
-Qv&˚0o_mO
-!<Nk:{r<7dѦiZ>RbFD[N!!G\#ipenm!X2[Po;_I&yK.Bhw1̮b\%qUՃJjZt}YG3΢$_vIqݢ3E!͘ʥ/7sf Aǰ`LQDX5$_wQ:L|L
-iE[ `((=>޽0;
-3yC] bzΎuqӜh;k"an;TPեGi L_K޻B
-& VSW`6enΎK_Q'~̔ R?Y rSXXS f/8EzQR@ a
-?
+xڥXYH~ϯɑHn+++X'dqhVUw;ɮV]WW}uxx?YQ,"Z&I'S<lDf>y^2h~LD DzTh^|7S(aNg23qʦ3u1"~kY7@|0g0XT+4IT' DN6ZMа{=6sq{­ J2m$i)$lU:F lyŘherمēhn'Fd~WNg"qέ~$\R\r70qOq*,vRp EE,$:1LI5Sh4XaB6_gfYVA>{հ%޷ŭ$η}j5=9Ž<R |"0jb*IUxMb,aڸ.-$oѴEkO7č|RM}լ᪡%<p/xV32.\+,3"$\nv=\6-0HKRe* m
+}
+@}.Qgn%s+(/0
+﫺 =bfsmsI՗9Xw}㩭nGq"ykDr%<~O΂)zH"]T~ sh m4)&»b
+[4F{A?9
+̃>pUMDIX`g0.2Tf.b|DsWoS+[U})*<` E@ o4
endobj
-1189 0 obj <<
+1160 0 obj <<
/Type /Page
-/Contents 1190 0 R
-/Resources 1188 0 R
+/Contents 1161 0 R
+/Resources 1159 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
+/Parent 1136 0 R
>> endobj
-1182 0 obj <<
+1153 0 obj <<
/Type /XObject
/Subtype /Image
/Width 457
/Height 262
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 1195 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 1163 0 R]
/Length 5772
/Filter /FlateDecode
>>
@@ -5444,146 +5409,96 @@ 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
-1195 0 obj <<
+1163 0 obj <<
/Length 620
/Filter /FlateDecode
>>
stream
xN@AAP!X(B%P@ P(<(@ R@ 7;,
endobj
-1191 0 obj <<
-/D [1189 0 R /XYZ 99.213 706.052 null]
->> endobj
-426 0 obj <<
-/D [1189 0 R /XYZ 99.213 460.492 null]
->> endobj
-1192 0 obj <<
-/D [1189 0 R /XYZ 99.213 327.797 null]
->> endobj
-1193 0 obj <<
-/D [1189 0 R /XYZ 99.213 290.016 null]
+1162 0 obj <<
+/D [1160 0 R /XYZ 99.213 706.052 null]
>> endobj
-1194 0 obj <<
-/D [1189 0 R /XYZ 99.213 267.455 null]
+422 0 obj <<
+/D [1160 0 R /XYZ 99.213 460.492 null]
>> endobj
-1188 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
-/XObject << /Im9 1182 0 R >>
+1159 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R /F14 847 0 R >>
+/XObject << /Im9 1153 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1198 0 obj <<
-/Length 2311
+1166 0 obj <<
+/Length 2307
/Filter /FlateDecode
>>
stream
-xڕ]o6='!&iv/umg[{4o>HJll ;rß\HZIYOgA,r
-+ΗYsݟ/eT4j\6_j[5
-X,XIXJ-rxIㇶ9vZ]ܡN !TU[@Tzq\-"0Q%N}k"WY9B ]$iu@u3 ?PqIG@ULqi =srBZ`}9"3)ы>d3_j\{ON f${aEW<[CoP1-5u״UMdDz('t#Áـ*FkӢT"Q{0`8t]`8VRgZd
-nԞ.Kڐ!kZc o
-qo\βxs1`k]603˩MOHp
-G cXH*|
-J
- n&Dd*utQڴy8?X*zr1s{OǶæ-)Y(F=*XľpQ0O
-vL]I
-ujqq&Ƅi &7?v2P %9|!~_(C
-q#f-<M24}tD\~(zeԚ]u\R KwC塺 EF`i}tf1yލƯ\xp <x3? *p螼 B}o ]ۘg+w^|{G^? c`~FNb.q$d2]ތ
-j2J# ;+ yI㮦: S;Isř3j@//IC ?UoG^/çP ؊,@ER_endstream
+xڥ]o6ݿ'H&iv/umb g[9Yn7$%Yl"Ù|[CyHy"4| 4biA=wb5_=vh2l*~b2MTp-b)|'A[GKo@ o%
+%(/%Ft08|tIBf0x"p<,rT8> % ?4Au'±
+Gyc-4QFZ/ )IvIlɔtUW$F4.<6`F"󞑔;Lct(Ĺs9o&͇1PDpauz9
+ŧ1z뇇$V^݂Ѐ7WT| BA BθZxZ7`rtiR7+ʿX գ=_=Rxbg羬T R#L.odB%eȄ3ag?rK<Vka 9d}y"<"&a0ΌP
+
+)tD& ƓifbH
+n@b=R2W/zݔͅ"1a
+l+ށ,FXӻIkNp%L9u0|
+f>OѯXѿ+Avcendstream
endobj
-1197 0 obj <<
+1165 0 obj <<
/Type /Page
-/Contents 1198 0 R
-/Resources 1196 0 R
+/Contents 1166 0 R
+/Resources 1164 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
+/Parent 1169 0 R
>> endobj
-1199 0 obj <<
-/D [1197 0 R /XYZ 99.213 706.052 null]
+1167 0 obj <<
+/D [1165 0 R /XYZ 99.213 706.052 null]
>> endobj
-430 0 obj <<
-/D [1197 0 R /XYZ 99.213 546.754 null]
+426 0 obj <<
+/D [1165 0 R /XYZ 99.213 546.754 null]
>> endobj
-1200 0 obj <<
-/D [1197 0 R /XYZ 99.213 252.808 null]
+1168 0 obj <<
+/D [1165 0 R /XYZ 99.213 252.808 null]
>> endobj
-434 0 obj <<
-/D [1197 0 R /XYZ 99.213 233.749 null]
+430 0 obj <<
+/D [1165 0 R /XYZ 99.213 233.749 null]
>> endobj
-1196 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R >>
+1164 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1203 0 obj <<
-/Length 1695
+1172 0 obj <<
+/Length 1678
/Filter /FlateDecode
>>
stream
-xڅXrF}߯G".1vb.;QJfah
- `%_ `ILJUZtϥ >< ڦ~q-N{@,vb[ؼo+ͽ<m*W ̓{IoWQ93CI<w[醡f[)-Xbp?mOL^+t?m|/ʳ#<^F1<ln7Osq_QqC)?I>GIy>3/K놙3@d v
-)ẘ
- ;2ĩy
-ۡrZxMT%?42ǺixV]tV )oo+=' 0 .P^āEQvI@rR!o;ǎNj
-P0~r ERxԼŬ)hHx_Ax(SGQI;7̝CcHBOc4^ cO;\$5{%?s6TP6vEQˀKSrn;(ڔ#D*+
-;x
-靂JĄ;6r dSuOtrp{|ܠBs89i c@ Y=&c^6(n U
-e576kaLp57l`Sn$7hZr*ty*^v%fU%}֕JXЌ 93g8U37 {ť1la5Rj&z]zaei`WoYUOLZW6gA3-njK(O4QV 5U6 M.uMbaJOL螴N6ӳz 3qˬ p]'B/VeY%,&BN6 a \T38=f:c ؂f/]YKOiRn'3ZjfEU͚VWMZD% ݅[\w0Z# @ln:w g/஻XUb %PJ"I('c=65F
-CGsHY{pY5TKJSw=vRhP(Q^z
-+]SK?iK؝A,xYP)VވC1Ia
-WyG²iqʗ@dendstream
+xڅX[s8~fj=nۦv7;[
+Y ^I_".q
+m<c] ֧"m/?v;Áõ2p~[PvLQ^
+X<ϕv
+E]鮨+(e2Uƅ x\%5 2tW)^;>3{r
+&DJ%G4+{(E7 BbcWs#@ 0b.)ڮQH|#.ߛ2ÍJ8Qz}t;ċ;=|ASX6Vm^Zmj3iv`8
+v1 kO*Hi91|X⁊+r]K3qK9#VQ 7psu |GB&4*}5oh9qf潪;~!?5m
+8\ bx6c oK}ږP=WO׍}QI1,al7q8'6/OLU9w\Yfo6sˢzcضԜ@/"86^
+*׉"5% )އva`,346W /
+HpkJ~u <L*cb(WosM5AKxwtA!@GRx!$ ^~Yfol__
endobj
-1202 0 obj <<
+1171 0 obj <<
/Type /Page
-/Contents 1203 0 R
-/Resources 1201 0 R
+/Contents 1172 0 R
+/Resources 1170 0 R
/MediaBox [0 0 612 792]
-/Parent 1177 0 R
->> endobj
-1204 0 obj <<
-/D [1202 0 R /XYZ 99.213 706.052 null]
->> endobj
-438 0 obj <<
-/D [1202 0 R /XYZ 99.213 642.754 null]
->> endobj
-1205 0 obj <<
-/D [1202 0 R /XYZ 99.213 541.163 null]
->> endobj
-1206 0 obj <<
-/D [1202 0 R /XYZ 99.213 496.621 null]
->> endobj
-1207 0 obj <<
-/D [1202 0 R /XYZ 99.213 472.004 null]
->> endobj
-1208 0 obj <<
-/D [1202 0 R /XYZ 99.213 442.96 null]
->> endobj
-1209 0 obj <<
-/D [1202 0 R /XYZ 99.213 417.79 null]
+/Parent 1169 0 R
>> endobj
-1210 0 obj <<
-/D [1202 0 R /XYZ 99.213 390.682 null]
->> endobj
-1211 0 obj <<
-/D [1202 0 R /XYZ 99.213 361.638 null]
->> endobj
-1212 0 obj <<
-/D [1202 0 R /XYZ 99.213 334.531 null]
->> endobj
-1213 0 obj <<
-/D [1202 0 R /XYZ 99.213 307.423 null]
->> endobj
-1214 0 obj <<
-/D [1202 0 R /XYZ 99.213 282.253 null]
->> endobj
-1215 0 obj <<
-/D [1202 0 R /XYZ 99.213 253.209 null]
+1173 0 obj <<
+/D [1171 0 R /XYZ 99.213 706.052 null]
>> endobj
-1216 0 obj <<
-/D [1202 0 R /XYZ 99.213 228.038 null]
+434 0 obj <<
+/D [1171 0 R /XYZ 99.213 642.754 null]
>> endobj
-1201 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F19 541 0 R >>
+1170 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F19 537 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1219 0 obj <<
+1176 0 obj <<
/Length 1971
/Filter /FlateDecode
>>
@@ -5595,37 +5510,37 @@ xڍXY6~0$1W( ڢ[l=\$E-Beɕx7sdip87Cɩr"4cGt
D2fd
"bmC@рʾ!7Zܢ)'tQS][
Jth|Y}SҘҢN~_[u4n 6)R.ε k2-#CNmg," u
-9\B4]cQPNP`OUCHz$7SԺ~/ٛW,so6WoM6{TuKSykc<gٍO2:J~<\~Xa307?LZ/eendstream
+9\B4]cQPNP`OUCHz$7SԺ~/ٛW,so6WoM6{TuKSykc<gٍO2:J~<\~XaZxy07?L/gendstream
endobj
-1218 0 obj <<
+1175 0 obj <<
/Type /Page
-/Contents 1219 0 R
-/Resources 1217 0 R
+/Contents 1176 0 R
+/Resources 1174 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
-/Annots [ 1221 0 R ]
+/Parent 1169 0 R
+/Annots [ 1178 0 R ]
>> endobj
-1221 0 obj <<
+1178 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
-1220 0 obj <<
-/D [1218 0 R /XYZ 99.213 706.052 null]
+1177 0 obj <<
+/D [1175 0 R /XYZ 99.213 706.052 null]
>> endobj
-442 0 obj <<
-/D [1218 0 R /XYZ 99.213 688.052 null]
+438 0 obj <<
+/D [1175 0 R /XYZ 99.213 688.052 null]
>> endobj
-446 0 obj <<
-/D [1218 0 R /XYZ 99.213 286.673 null]
+442 0 obj <<
+/D [1175 0 R /XYZ 99.213 286.673 null]
>> endobj
-1217 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R /F47 1123 0 R >>
+1174 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F47 1097 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1225 0 obj <<
+1181 0 obj <<
/Length 1439
/Filter /FlateDecode
>>
@@ -5635,138 +5550,136 @@ 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*QgϽ4N/ ]`endstream
+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*Qg+Ͻ4N/ bendstream
endobj
-1224 0 obj <<
+1180 0 obj <<
/Type /Page
-/Contents 1225 0 R
-/Resources 1223 0 R
+/Contents 1181 0 R
+/Resources 1179 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
-/Annots [ 1227 0 R ]
+/Parent 1169 0 R
+/Annots [ 1183 0 R ]
>> endobj
-1227 0 obj <<
+1183 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
-1226 0 obj <<
-/D [1224 0 R /XYZ 99.213 706.052 null]
+1182 0 obj <<
+/D [1180 0 R /XYZ 99.213 706.052 null]
>> endobj
-450 0 obj <<
-/D [1224 0 R /XYZ 99.213 406.768 null]
+446 0 obj <<
+/D [1180 0 R /XYZ 99.213 406.768 null]
>> endobj
-1223 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R /F19 541 0 R >>
+1179 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1230 0 obj <<
-/Length 1962
+1186 0 obj <<
+/Length 1965
/Filter /FlateDecode
>>
stream
-xڽXY6~P+Qԅ6A46EںEʖ+iIA겝 : <24HDKg_v-BjS\In1HYm޸HgiBCW{Iv%.kk\U^ Qo8xS ,C&jzg{kż[\UE+śwO\"3ց/aj^%:X*ԛى34O/lʥמ܏jk^M`Gd0F?'Gh]I-v5
-ABwk.ٱP÷3T}cU2搜1<N耧P mW}2^y$_E!hJ?">Hm uD;l[&M4F[7&xP{۲elbYSq(R)$DNhQXn>OD\WQԼҝQF횺"Q,Ei9{30y;ʄ GLsmr>@ rX|c 1H(c8[^c⁾L&(,r;~k HVQd(AޒR/ZPBFHT>)~2?e NKް=} gGcݒ=a,8FPQ`bBf O kKTGI^MdyĐz1I5c S3F =<!0]*
-
-a"Jeܽ0%!&5<Z)p凎71VѨG.
-+
-7Nϑq. "J:}MGN̄ʧ:kK08`Iqa/%6#dT:
-MbT<*I,m, ƅQN73S2dԬ(3kext WS
-bFTv$GPT=Gލ`m0e]\FIC9xќ| R i/f~2[3t';aP-&^o,9$u]Gf8ERR
-
-cw2:(̘ں斠i.^s)MڜͺWYfŭd0󓉡r8=~h6MgCO{&Uy(\n9E-Ьbkm,6G}<@m l1@*+e~WKWd\pfS b :A"^%g4xxzB|endstream
+xڽXێ6}W(FH(& "m݇"֮ʖ+iI{BJMTPp8<sf؋_qeQ*ny70l[ЪWo*ЉB'ڼ",_vo}Gui2׀b(^ĠØlY㵃%Lfޭ^.~^ \ONśwH\D")rƑ-LaziW f*PQq$:Eı33ߙ@GH|Sw mGզdGT߲Aݞ?nj\tA96Ѻ6:Fk4{ɖZj=y[թqڨD*(
+N7V hv8Qfn#ח;t=ModmSS$"EXN8֢
+O\<_8p4vnPJO Vc5`Be /x/0S4 R2 ]i~U(I- "R2=BbSdpUA/{}
+jrŗ2e.~M6оFlLK& :ޢ1ysyL> _Q9YF9"b귓VkfY V9t`2S"O]\O3LB)h|eA68j>ե+0wE"IJܝ%RG <)<E zĻJ&gm –hn;'>
+/3?2w PJےI@5CcK3H\"x 3=v޴WSq#}{ (A5$C;X.gӪu+ Nܗ`2
+(sYGiKB:ik'g @0$>g0vU-vnlqniT f3gY(hz[nʵ(JS~|?irMy?1hc5rےGBp~؁e{HDС _Dn
+eni}+ܮ|жGK$|( <L
+'S7o@{{}M'"UMDө Iο^xEx㋇Ӛ{JϠHh[,OV@K8rD֛oNW{BB).O;/1]TG p O`]&m\P/{z"9/NVgy L_}q*#F\4#^0s4J2ەy G-.t26)?2݁@n=G"fτn$KA}\e*s56*ZV\Z;u)*Ż#؃`zvT3Da6tgnXWR,斟3UXt66O~Lcu>pAc5;OmWU6iW.EO)!ېC9aͦz<*VuT9#-3~9<?Bendstream
endobj
-1229 0 obj <<
+1185 0 obj <<
/Type /Page
-/Contents 1230 0 R
-/Resources 1228 0 R
+/Contents 1186 0 R
+/Resources 1184 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
-/Annots [ 1232 0 R 1233 0 R 1234 0 R ]
+/Parent 1169 0 R
+/Annots [ 1188 0 R 1189 0 R 1190 0 R ]
>> endobj
-1232 0 obj <<
+1188 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
-1233 0 obj <<
+1189 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
-1234 0 obj <<
+1190 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
-1231 0 obj <<
-/D [1229 0 R /XYZ 99.213 706.052 null]
+1187 0 obj <<
+/D [1185 0 R /XYZ 99.213 706.052 null]
+>> endobj
+450 0 obj <<
+/D [1185 0 R /XYZ 99.213 602.995 null]
>> endobj
454 0 obj <<
-/D [1229 0 R /XYZ 99.213 602.995 null]
+/D [1185 0 R /XYZ 99.213 503.199 null]
>> endobj
458 0 obj <<
-/D [1229 0 R /XYZ 99.213 503.199 null]
->> endobj
-462 0 obj <<
-/D [1229 0 R /XYZ 99.213 210.966 null]
+/D [1185 0 R /XYZ 99.213 210.966 null]
>> endobj
-1228 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R /F47 1123 0 R >>
+1184 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R /F47 1097 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1238 0 obj <<
-/Length 1844
+1194 0 obj <<
+/Length 1842
/Filter /FlateDecode
>>
stream
-xڭXYoF~ׯ
-}Z\tt"
-e?]o'I</dLXE3{O=PF?+[(>kV֠DZ6EfLY*Uk{f5F^m^H
-Ҳ2"<]5֦ ڦ3u\쵼/59ʕݸji;K"-K: 6F$h7A n9ux/ء6W0 *Hi7Y^B)* h,vn?¥DNw@ hʆ/|~٥,-auQđ/v.ȧ(X870Cw[! %ƒĢd:E9I3
->Q煘K;GjqUۍ_kjh5Z%G첪H5zFXkm5;"nsJ-McHJiKj3Lqc|K>_0t 2OG_(hYYг&-)[%lA,2gt^A$bĈ(WjI!ERǤq;TyA&(bTۥže9T JQTȿe#a 8K rŵfd jQvG?U ybc+DeEvNn+D{:Al\zD +F xN٤^*qݛdS ݵ[B6 *Ns_:ACO%E?"k3Nd3uj+;^R,g~^(tMMi$C)6JHT@R~FXT~iXe#+*OFAlF
-'\g{F:X8RTqfFŃ" ug.f6 -;9p}myk>[gEJc;jAVtBCd5L`1QdU. tf46&z>*)
-{^[8Xu%v;*yQ0n&$M7[۞g,=SSZ0k0q|Iιĩf0B)W#b_73}VF7{)N {<(S 'Cͷ*ΎE8NWN#DZM#(w=iU3wE[endstream
+xڭX[F~ϯVH8fs$(m#
+t1Ȅ9
+7;΍2K##*VH@@:H(:6yqNkN;ƌO}`y!&,ôޑZ\v#o㋽$Z=iVI *n@hѽ8ZoMۜr)/sq
+A)jl$uX\U8여D-*^3Yll Ӱ.Ms%[2tKO aŨ):s@_6{#L^v(`ӆaT\i~(W6s`O.Z}S#u|?L
+?=|?YƼvJ]_u~Z#PbuEjR;U:生22զ)zGو`J6wAQP.[ +(pўr?uY2i(H2C]ę CN\g_Z^
+pC
+RFۗwVwU "5nٴ9=}r,Ob=-]D-Gp]Ii{ym^̳ Iqֶg &L0~Bb8mu.+q1PEfX &bsrx\'}=r6T|Q"TAy+9X  z-l|Oendstream
endobj
-1237 0 obj <<
+1193 0 obj <<
/Type /Page
-/Contents 1238 0 R
-/Resources 1236 0 R
+/Contents 1194 0 R
+/Resources 1192 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
-/Annots [ 1240 0 R ]
+/Parent 1169 0 R
+/Annots [ 1196 0 R ]
>> endobj
-1240 0 obj <<
+1196 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
-1239 0 obj <<
-/D [1237 0 R /XYZ 99.213 706.052 null]
+1195 0 obj <<
+/D [1193 0 R /XYZ 99.213 706.052 null]
>> endobj
-466 0 obj <<
-/D [1237 0 R /XYZ 99.213 412.079 null]
+462 0 obj <<
+/D [1193 0 R /XYZ 99.213 412.079 null]
>> endobj
-1235 0 obj <<
-/D [1237 0 R /XYZ 99.213 369.84 null]
+1191 0 obj <<
+/D [1193 0 R /XYZ 99.213 369.84 null]
>> endobj
-470 0 obj <<
-/D [1237 0 R /XYZ 99.213 369.84 null]
+466 0 obj <<
+/D [1193 0 R /XYZ 99.213 369.84 null]
>> endobj
-1236 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R /F14 760 0 R >>
+1192 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1244 0 obj <<
+1200 0 obj <<
/Length 1564
/Filter /FlateDecode
>>
@@ -5778,221 +5691,185 @@ xڍXێ6}W KJԭhIMPik>h-ʒ+{w.$[vp3spʑO9i*|8 }
#_4|FPeEUz
(
3/5
-RKwOꊦK.QpҾ4q3JF$~: d2:ttp̵ԠO*~9o޼B-DucwhllYq^ѕ39{M:͑}'Jڮ|aiR5{#pejgzVB[PMJ5P~R^*U+rT?#z}:%{+K.|r#M :JĤsc8i!=
-F[E3HA#̌[&/Ej
-q '{:䞁Nip m0ٗgxFijE>qugՈ E<lW=B ۚh_,p*1@zwlLWk^;tIY Y84 .2"~.|QL&,e
-9R[Q$Y"<7> QoCQW@j@SD!9َ{j:3<"(6Qn6^eM{ꦵ%U›%uqT <I^6+2pQWĆy}맫AD#r ݡ͔Sb㝱=ѣ=MCNEb$4U=#C%[-#,d8;Fiο@h'A>uov{jfendstream
+RKwOꊦK.QpҾ4q3JF$~: d2:ttp̵ԠOKh7#a{
+=4 nՍo;<ߡ5#0b)={GWV( wpmr(5?2k^^
+RfH*!#(
+ū=Z u#nbC5i
+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
endobj
-1243 0 obj <<
+1199 0 obj <<
/Type /Page
-/Contents 1244 0 R
-/Resources 1242 0 R
+/Contents 1200 0 R
+/Resources 1198 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
+/Parent 1202 0 R
>> endobj
-1245 0 obj <<
-/D [1243 0 R /XYZ 99.213 706.052 null]
+1201 0 obj <<
+/D [1199 0 R /XYZ 99.213 706.052 null]
>> endobj
-474 0 obj <<
-/D [1243 0 R /XYZ 99.213 544.129 null]
+470 0 obj <<
+/D [1199 0 R /XYZ 99.213 544.129 null]
>> endobj
-478 0 obj <<
-/D [1243 0 R /XYZ 99.213 298.278 null]
+474 0 obj <<
+/D [1199 0 R /XYZ 99.213 298.278 null]
>> endobj
-1242 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1198 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1248 0 obj <<
-/Length 2245
+1205 0 obj <<
+/Length 2247
/Filter /FlateDecode
>>
stream
-xYKϯPtQW`,vuq>8#)'͇Hi9 W|'WI"ԫUvW/;i)d;1D$^W:27!IDn9Nu8al:Plq_7qd)v5P|}v׋ 00(/wO:W0LΨ
- ;l`^{+Ig+KKtfλ,ίer++NaQ|( Ӡۑi.k6Qh7\^mR(4"å C{e{^O(}9(,Ż iLz/v鴎Ιi#bP^%JэiL1s-e›ɩDEY#0Z"6g5-if_ u} 8@|>uWeY pYE+ګrFG+3HӞ]+J^~-hvKȑvE+>u>
-v7 yuK C+K 
-1s-1CUOv1u  3P^kcD!&ph ;у>7(2-P} )br1 "SnR"X
-<?=)/ ƖhLx1AQ bv{׏?M
-ډ~ \f`s]/7=hVF/j:E߻Mb ibxktDY|e"Tl,;+B2*s0at4 I+6p_v1*0GA
-8ճ~j
-ý{z $1lv<Wz`{ۗYJBVݎY`)66,PR)\T0t|\ARp<7^j^:vBdoxEDo@џnw<v{pBNqZsbxnmSx9 fXS4ܩdsai?ز?4_)D_.\\{+N_ЙϾcC٣E.Dn ]s=tu>~\@b D@d_:TA ܙ7Pֲr-PBizbfKH@] I2GznAs(^znx۲])`IZ#GǺFC"j(&Ȱ GARM\Pd+T/bU[8:ٚ8:S۵\?<><o8A&xۓ˻zbvAl6ԑ.g-%[_I+)?]oXāk@w>g?!GWIkE5$,`pMvER0\
-݀ybyBj 0LOmiFiU"}5yf,~ȳP忔@2$>ʨ|(v3k 樌HZ߄auۚ
+xYKϯPtQW`,vuq>8#)'ǐ,r
+5Uu\OD(W
+?Px㯞a7Rl-vDcVHB=tdoBP'{wH7[6pàlu{lH{7JynK+=Sj>Y8a`P_n>=/t^` $Q"]=/^ WkI@adLVR$P{+SgC^DǀZRnIפU[t?lNawy}€-ZO ;*4UNѶyH"vvMQ3 +Ig+KKG:3]iGײh'ρ0(>ihI5(.F)axC@GR\!A=hހ̽L3/IվAi  LsskN]i&=KtZL̴1F(S/RvuE4D
+V{3>4e«ɩ`/EY?0h"j54if_
+0sA p@>uA"0 X-/d
+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"yKL?&
endobj
-1247 0 obj <<
+1204 0 obj <<
/Type /Page
-/Contents 1248 0 R
-/Resources 1246 0 R
+/Contents 1205 0 R
+/Resources 1203 0 R
/MediaBox [0 0 612 792]
-/Parent 1222 0 R
->> endobj
-1249 0 obj <<
-/D [1247 0 R /XYZ 99.213 706.052 null]
->> endobj
-482 0 obj <<
-/D [1247 0 R /XYZ 99.213 688.052 null]
+/Parent 1202 0 R
>> endobj
-1241 0 obj <<
-/D [1247 0 R /XYZ 99.213 498.31 null]
->> endobj
-486 0 obj <<
-/D [1247 0 R /XYZ 99.213 494.302 null]
+1206 0 obj <<
+/D [1204 0 R /XYZ 99.213 706.052 null]
>> endobj
-1250 0 obj <<
-/D [1247 0 R /XYZ 99.213 202.609 null]
+478 0 obj <<
+/D [1204 0 R /XYZ 99.213 688.052 null]
>> endobj
-1251 0 obj <<
-/D [1247 0 R /XYZ 99.213 180.154 null]
+1197 0 obj <<
+/D [1204 0 R /XYZ 99.213 498.31 null]
>> endobj
-1252 0 obj <<
-/D [1247 0 R /XYZ 99.213 157.146 null]
+482 0 obj <<
+/D [1204 0 R /XYZ 99.213 494.302 null]
>> endobj
-1246 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R /F14 760 0 R >>
+1203 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R /F14 847 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1255 0 obj <<
-/Length 2296
+1209 0 obj <<
+/Length 2295
/Filter /FlateDecode
>>
stream
-xڍXK6ϯm* !H7v6%^G989p$2E 4[S5 t'!EQHNj,LUD!\`_Z8V²s,
-Ub4nS4. UZ,/u`2.WqvAS!5 J|[ivk 1QibP
-[8|PXL(ta9VQGS*,%b!QӺP:6<˹(NdEFTՇMgh:SR#q4ȦGneesRŔJWY^ɗ}S0um]e j`k opUhq;: zah*"n&B<&:
-*S":KH
-\`( PN$nHJo*8S$"U@{g$uaǪeR,5ݠ)=>8U+TN
-}rZ;1j+K-v#E,PKޏ=5{Цkۣ^V~!tYg(/:U mp)f)<}{-'7
-QS&et\$:ш}EuRbi^Q#wtxcpaG4Q|^%֎wy{Oe..i_=\I.}Ir+fLxn=x<sOs. T}w'K䶥4xIw(錊{oȐb1Z[gwҿF>j Ξu"^I>gthAcߪw_m_f
-[_+_y„/x7 p./Lŭ?P9JW3K OiK6e/G;ə)7[]A:LmG_$ޱHjT޵s"‚o[䎰"gҮZd"nj뱚ݷ/ bT1Cf퀅6>&T:?D_X}6&*qStieÙ9ܐJIZ&l
-endobj
-1254 0 obj <<
+xڍXK۸ϯ-T%H7gmguH,S AcO/^!hO-2Uȣ,xQfc%, ?}zQe,O6e%bda.WE*0f`$/_~\k{lqY>7-,m]ګ%ajT×C&e(Te?8Q.?lq|NY^Qͤ&fRJ*‚f3Rٔ*Cq a\&bʩ/ӛ(U(Ȯሙ$ }R7
+sN&)-r~Q^
+SOgwb mݷ Gfqoʌܔ .3Y<W25l]I4X#5B D2:,!gGk$xQȎM'oZ>0AW9TsXP=8%=my A5C|C1 4ŠBx^, QH$c D)r4u$"̶`\awй
+C,0:
+L_q @g:"NM
+IHXp"Itf!r|Q1@6mږGQa(F,@1ESiu6j"bW_Z\sCO ǴُfX}sǯ5^[YCnњX*rp8Qp*qP҈l3Ҵ5'յ {GJSo%~E*yQ]6;펼K%" >U@+XKR F11ܒk7d*;)׻~seڛQT:[Љdu\d}{='7 ̑Eix
+ /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,,SI:*BMendstream
+endobj
+1208 0 obj <<
/Type /Page
-/Contents 1255 0 R
-/Resources 1253 0 R
+/Contents 1209 0 R
+/Resources 1207 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
+/Parent 1202 0 R
>> endobj
-1256 0 obj <<
-/D [1254 0 R /XYZ 99.213 706.052 null]
+1210 0 obj <<
+/D [1208 0 R /XYZ 99.213 706.052 null]
>> endobj
-1257 0 obj <<
-/D [1254 0 R /XYZ 99.213 688.052 null]
+1211 0 obj <<
+/D [1208 0 R /XYZ 99.213 613.613 null]
>> endobj
-1258 0 obj <<
-/D [1254 0 R /XYZ 99.213 613.613 null]
+486 0 obj <<
+/D [1208 0 R /XYZ 99.213 596.94 null]
>> endobj
490 0 obj <<
-/D [1254 0 R /XYZ 99.213 596.94 null]
+/D [1208 0 R /XYZ 99.213 502.843 null]
>> endobj
-494 0 obj <<
-/D [1254 0 R /XYZ 99.213 502.843 null]
->> endobj
-1259 0 obj <<
-/D [1254 0 R /XYZ 99.213 246.182 null]
->> endobj
-1260 0 obj <<
-/D [1254 0 R /XYZ 99.213 206.782 null]
->> endobj
-1261 0 obj <<
-/D [1254 0 R /XYZ 99.213 182.049 null]
->> endobj
-1262 0 obj <<
-/D [1254 0 R /XYZ 99.213 157.593 null]
->> endobj
-1253 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1207 0 obj <<
+/Font << /F44 751 0 R /F14 847 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1267 0 obj <<
-/Length 2113
+1215 0 obj <<
+/Length 2100
/Filter /FlateDecode
>>
stream
-xڕYK6W(#tMRI=9hm"Yn~}A굒"&G73 w?ws6tPlV~۸Z"@~Wݟ2TQ@%ٮu۹VΖadbgG^wg}E\QYb_-;Ի/w}gNg/_168#nGG;mQP76v{Zn$l/pGu]!x%_L溱peyɈLU)gS䆺oߓ<;UdCzk
--&ODD"Zw_?Q7뀁-#_)C>8yL"y@&E!{8?όilV5w\)'XX0#`iϓֱpV{fXV:59On0%#^yD$y3:[\*NdbzT*G(7ٿàM&DTey|Gx0a{7d8ADǃo}bPSWJiv?+.sz lwNCć =\~:n+R#%zˊ,NR\+ j T\Er}WYVA&U"'&| i#OJ&xRκ] W Xۥ|%*J5 ^y"MM}2B#c +A'>H{N l4sT!l)1c/,]|*)"LFzd5 `cZ:
-3ߥ(Y .A`&S!玁qY^nKni>/s7({D)ȿ0L<xP%SzŅ13I9acM Qrj)PkK*S2cGʱ4ìXIÒ&-D^WD
-QB*}wRہ[
-k0A7͇ HHBS2I]Q<f|J&R4,3GM $BybpƩu5ZnIZU2l@Re-݌ ֚9s z{lf܏WHŌs"8Yq
-cȊ*RmD99ԈBCfӧ2Ϲ4֣8ܭb}#ﵓbzU}Wy֌~拉³m _BW?؊u
-l?F}q363qQw@OAw+IH: ',扌;21u# .ngt0ww=e~dSB@<@qӶ:Alܼm溬qbةuSK|=J3ScY}}W ~M,$=m?ٶLf\ .9$zb}!9w|LBD8xa(B9n(E 4_ԥzB&>Dx3R40  9IЬEj ۃ.xFѿv"
-endstream
+xڕYK8WHIfIj3jT8<2; 0LRdQEܵu ϕ {]rGXcj [˷Jcr=e')خuٸVƖadbcG^7gDQfYb[%՛mgNg/_1W_:=aG;uRPWWw{Z淦n$l/.pw
+wmU:j
+נxx$yݽAZ!eU`D?4s$\_0NMD3onu))aQeQ2ϢG}ptVY{w.ZIuT?d GE k5MYl]GZƶV<킾ۑIl
+?Σ@%kT&D ^lm@mO&5?ʤmY m9GYGsX#
+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
endobj
-1266 0 obj <<
+1214 0 obj <<
/Type /Page
-/Contents 1267 0 R
-/Resources 1265 0 R
+/Contents 1215 0 R
+/Resources 1213 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
-/Annots [ 1276 0 R ]
+/Parent 1202 0 R
+/Annots [ 1217 0 R ]
>> endobj
-1276 0 obj <<
+1217 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
-1268 0 obj <<
-/D [1266 0 R /XYZ 99.213 706.052 null]
->> endobj
-1269 0 obj <<
-/D [1266 0 R /XYZ 99.213 688.052 null]
->> endobj
-1270 0 obj <<
-/D [1266 0 R /XYZ 99.213 672.087 null]
->> endobj
-1271 0 obj <<
-/D [1266 0 R /XYZ 99.213 649.565 null]
->> endobj
-1272 0 obj <<
-/D [1266 0 R /XYZ 99.213 627.043 null]
->> endobj
-1273 0 obj <<
-/D [1266 0 R /XYZ 99.213 604.521 null]
->> endobj
-1274 0 obj <<
-/D [1266 0 R /XYZ 99.213 581.999 null]
+1216 0 obj <<
+/D [1214 0 R /XYZ 99.213 706.052 null]
>> endobj
-1275 0 obj <<
-/D [1266 0 R /XYZ 99.213 559.477 null]
+494 0 obj <<
+/D [1214 0 R /XYZ 99.213 494.08 null]
>> endobj
498 0 obj <<
-/D [1266 0 R /XYZ 99.213 494.079 null]
+/D [1214 0 R /XYZ 99.213 379.007 null]
>> endobj
502 0 obj <<
-/D [1266 0 R /XYZ 99.213 379.007 null]
+/D [1214 0 R /XYZ 99.213 226.741 null]
>> endobj
-506 0 obj <<
-/D [1266 0 R /XYZ 99.213 226.74 null]
->> endobj
-1265 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1213 0 obj <<
+/Font << /F44 751 0 R /F14 847 0 R /F40 657 0 R /F8 565 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1279 0 obj <<
-/Length 1914
+1220 0 obj <<
+/Length 1900
/Filter /FlateDecode
>>
stream
-xڝXݓ6_'gK'Ph;B:<}rv8_laHj?>DOE!A"JT/N~ZHDZr, gqHuގb
-"Xrg:|a.
-vY>7ra]YhpLӰ7˿?/&1*aQP?/"<u$dQEXen_/,~dYK>+y<ע8mL%
-B/2
-~l@`Ts垉X&ꗉURg16JoH86ֳ`lT*QIXOl6(P(ojuOO c_;amwO%&Usgke:YHy~#^GѶ,qQASg;H>b&Og1#{$aߞ
-`k!pv/=XCļHYWlହ#ːax'G
-endobj
-1278 0 obj <<
+xڥXݓ6_'gK'\)h( bpп!99fZ󷛓AdPBIdQ*D,
+䷙t Dz}A!TQL!R]}\ys\i S+ ?WHBk<@vy}X>=^j /&"MbT((H"a YvV׳7?Y||<B=ϵ(NA)Sd >D$'t/NLl+4 -f~))\ -E~iDc4|Dzu9$#z۔Jª|pa۶i/02D@% 1}U{p|\ڶ;:a$kW<+WNpt]OTd"˧}uex>ɏeS:Aʩ?<q͚=APꁲ1ݴe"Ӷv7W9An] 0ŀbf(+2H`[ƁRXg͛QSډPVJ>=mXw!/R,n tyeV~B T2!I,2X7
+ӳCCdAz#y8Wr\`C(hHEB<]._ثΦ۫OyFN[\Q;xFH,dGO9slK%kYL(uG1/FpbQ@k?|VvI}TǛgk42K&@y=s.,t1ށkb ˍCγ[%F|κe.pJ4'_pvjϮ7
+0K=ϔ!5|0 9EHBa>^#:-NCxZ ZǜHY7525s(F`g<ijC7i [珞HhAE>\ձ>\ܯ h:+;Mv7
+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'!
+endobj
+1219 0 obj <<
/Type /Page
-/Contents 1279 0 R
-/Resources 1277 0 R
+/Contents 1220 0 R
+/Resources 1218 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
+/Parent 1202 0 R
>> endobj
-1264 0 obj <<
+1212 0 obj <<
/Type /XObject
/Subtype /Image
/Width 476
/Height 197
/BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 141 1282 0 R]
+/ColorSpace [/Indexed /DeviceRGB 141 1223 0 R]
/Length 4592
/Filter /FlateDecode
>>
@@ -6016,103 +5893,93 @@ 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
-1282 0 obj <<
+1223 0 obj <<
/Length 314
/Filter /FlateDecode
>>
stream
x%P?rA ۙ V
endobj
-1280 0 obj <<
-/D [1278 0 R /XYZ 99.213 706.052 null]
+1221 0 obj <<
+/D [1219 0 R /XYZ 99.213 706.052 null]
>> endobj
-1281 0 obj <<
-/D [1278 0 R /XYZ 99.213 137.893 null]
+1222 0 obj <<
+/D [1219 0 R /XYZ 99.213 137.893 null]
>> endobj
-1277 0 obj <<
-/Font << /F44 756 0 R /F40 662 0 R /F8 569 0 R >>
-/XObject << /Im10 1264 0 R >>
+1218 0 obj <<
+/Font << /F44 751 0 R /F40 657 0 R /F8 565 0 R >>
+/XObject << /Im10 1212 0 R >>
/ProcSet [ /PDF /Text /ImageC /ImageI ]
>> endobj
-1285 0 obj <<
-/Length 1708
+1226 0 obj <<
+/Length 1714
/Filter /FlateDecode
>>
stream
xڍXYoF~ׯ <ƀ7EMk}HJTHڮQw%EN rwvf('J S'*XnfqfS=|BbvΘE}3#bBFs"ph0<tx]FJQ^v4KW2Ţ]ϋ:‰H|}%(~ ]c!"̌J`zv;}giٞ(#L\/@dfX$U~
-]~nv$\DoWh|8TH|"CƄ=>ug2 :-,;PKx';k1yCIHz{g;]#7ę17:xzF좹Xs؛!C੊,wGp um/`ؖ*5nfmںKmzK֢q!̾BQ+/N}~1H\ƷJ;tg(i{v`6=@ϸg4ZpÌCTk3`pi:/!
-J
-%+{bT7ni70D׺ 啯3.*3"4ݚʀ"0GM }`W0 c$LDq;>Xn#j{ȈkzY^
-UlP&OO4<3 4Qatۍ%q,/I6u=ni}.nj9.NhxiHKJ#}U*/1ujs<yšIYiQz-(Z끓Տ-JE״фێКJ[c'rh1<P
-5Khqy}DLeI#ZmSOUG_
-+\U A
-Nڽ T?jTqu^sLhP0p7H:ae85[7XMa܀ڱ# o+j?VTX/tRXѓ |M*J"xᧄ\ sX '?}I&~1#tV~D8/sQYendstream
-endobj
-1284 0 obj <<
+]~nv$\DoWh|8TH|"CƄ=>ug2 :-,;PKx';k1yCIHz{g;]#7ę17:xzF좹Xs؛!C੊,wGp um/`ؖ*5nfmںKmzK֢q!̾BQ+/N}~1H\Ʒ{4
+/B*VGfxn+M:JZ-Yoܠ8Iw97耚 iwXg_zB0 \*,¡Ij3@Ųϻ 4{UgbN㢓LXY͋aSOY x|BFWmڶ\]߂>~VYF
+Ēɐs:1|B˃$3o\]e*y:A
+jjYGVəg`Mk #D?>M]D4y=.]vcUKaMk]f[HcΆfZrN
+endobj
+1225 0 obj <<
/Type /Page
-/Contents 1285 0 R
-/Resources 1283 0 R
+/Contents 1226 0 R
+/Resources 1224 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
+/Parent 1202 0 R
>> endobj
-1286 0 obj <<
-/D [1284 0 R /XYZ 99.213 706.052 null]
+1227 0 obj <<
+/D [1225 0 R /XYZ 99.213 706.052 null]
>> endobj
-510 0 obj <<
-/D [1284 0 R /XYZ 99.213 688.052 null]
+506 0 obj <<
+/D [1225 0 R /XYZ 99.213 688.052 null]
>> endobj
-514 0 obj <<
-/D [1284 0 R /XYZ 99.213 584.23 null]
+510 0 obj <<
+/D [1225 0 R /XYZ 99.213 584.23 null]
>> endobj
-1283 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F8 569 0 R /F40 662 0 R >>
+1224 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1289 0 obj <<
-/Length 2322
+1230 0 obj <<
+/Length 2319
/Filter /FlateDecode
>>
stream
-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
- :@(_τqέmzd^ꂝ>3:sڑD:
-ԂvX|zq/۞y;yyRX2FCPPvZ󪲻-":'nz GP%],hk!=SxX! ˀX&i<Og G)ez@|8o4 湶GGîD6qheFҋ-ؚ8HB$:QL$ 0V yТ :GE1ԁ1<I˱T{PV ,6c4V; VT|(_(r%UL t|=Ww p~C[
-0<@qbkc.z6i&5Nz  Ϟ ᧊kkk ¶.66euU>KrJ}ަZ ą2
-"[Ry夕%EߗaƄJvN-R pqbj |]GL_|ޯMf9ؾrDiˮܷ>^ЫRP\3Qr9nj}Xw 7x 4%)rqnotZE՞o{nsx:=7 rࣟ*`W¬5=Os<;M
-@kMbe9åW+trMe u)h GZ(ec܏;NQP6c6 WD] (ؼ&~IUvH^v".=4T'kerzׁRòofץ!dTē;e.n&|.s j[,S1ڢWxm+4,YOlOUmOeqU܊&JkLAcPZS=HZ{ѽ'ڎǫARo
-
-cUhO4xY@"
-=P{pˀء2[a ^
-zthxr12 `w$:GȞG-x MY)~!C$KU̠: TEȝu8ߤgg`nݏSȠZſ$"0J@Rq|?
+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
-1288 0 obj <<
+1229 0 obj <<
/Type /Page
-/Contents 1289 0 R
-/Resources 1287 0 R
+/Contents 1230 0 R
+/Resources 1228 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
+/Parent 1232 0 R
>> endobj
-1290 0 obj <<
-/D [1288 0 R /XYZ 99.213 706.052 null]
+1231 0 obj <<
+/D [1229 0 R /XYZ 99.213 706.052 null]
+>> endobj
+514 0 obj <<
+/D [1229 0 R /XYZ 99.213 688.052 null]
>> endobj
518 0 obj <<
-/D [1288 0 R /XYZ 99.213 688.052 null]
+/D [1229 0 R /XYZ 99.213 530.553 null]
>> endobj
522 0 obj <<
-/D [1288 0 R /XYZ 99.213 530.553 null]
->> endobj
-526 0 obj <<
-/D [1288 0 R /XYZ 99.213 209.984 null]
+/D [1229 0 R /XYZ 99.213 209.984 null]
>> endobj
-1287 0 obj <<
-/Font << /F44 756 0 R /F19 541 0 R /F47 1123 0 R /F8 569 0 R /F40 662 0 R >>
+1228 0 obj <<
+/Font << /F44 751 0 R /F19 537 0 R /F47 1097 0 R /F8 565 0 R /F40 657 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1293 0 obj <<
+1235 0 obj <<
/Length 1640
/Filter /FlateDecode
>>
@@ -6121,1350 +5988,1391 @@ xڅWYoF~ׯ R.wyIM(j
4%-"<V_ߙY=fgfpNN~ή^,fBbl(?P1XfΦϽpphtZ&:M}$6-H]}ڼ]LLG~)tç)Ya"˜zF ϫIt(T
˧٣8Inxx5;L#kp1)ݡq+Z6?h(/5]Q֖--lI~ ΚF4v#pu(L'{{20Sqv )xaiGRv:е0<
f,E
-_#Wڎl'$55fpme/b`P~a[]ɀTj0)Y
-0 /BB@܌L]t00hȵ Kȑ& Rk0@<nږ|
-y"Q~(A'yKF,dY[bEPK\/
-#,^\!'hCqE"ѫ0P<yfc50_\qb
-/B^rE/)DgQ*h ELx&~5
-f'8 r˨@F\M.5h;\s DIsADMNi v}}t>@,՝h[ci3 %)CG>y`SL8mfW8j
-N*P ׼>peT5s,v}SV
-*޴ !6нh<}>.>tsFPݱ3Skg-
-:M&q\*[R_ӎFdgdԤD,:̍h45۝_0b[n;n5 ʚ
-endobj
-1292 0 obj <<
+_#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
+endobj
+1234 0 obj <<
/Type /Page
-/Contents 1293 0 R
-/Resources 1291 0 R
+/Contents 1235 0 R
+/Resources 1233 0 R
/MediaBox [0 0 612 792]
-/Parent 1263 0 R
+/Parent 1232 0 R
>> endobj
-1294 0 obj <<
-/D [1292 0 R /XYZ 99.213 706.052 null]
+1236 0 obj <<
+/D [1234 0 R /XYZ 99.213 706.052 null]
>> endobj
-530 0 obj <<
-/D [1292 0 R /XYZ 99.213 432.186 null]
+526 0 obj <<
+/D [1234 0 R /XYZ 99.213 432.186 null]
>> endobj
-1291 0 obj <<
-/Font << /F44 756 0 R /F8 569 0 R /F40 662 0 R /F19 541 0 R >>
+1233 0 obj <<
+/Font << /F44 751 0 R /F8 565 0 R /F40 657 0 R /F19 537 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-1295 0 obj <<
-/Type /Encoding
-/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/dieresis/visiblespace 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/dieresis 197/.notdef]
->> endobj
-1122 0 obj <<
-/Length1 1058
+1096 0 obj <<
+/Length1 1036
/Length2 4030
/Length3 532
-/Length 4737
+/Length 4717
/Filter /FlateDecode
>>
stream
-xW\k)i U! =BG@) %HФ)MzQtP)"D9Wwfn癵޹A^c1U y@]"@48$b4x<
-" ~C
-~CoHo$~d ߐX԰>b@LBR
-dҁ=Bh
-ihEJL2(Ӏ!Gfn<Bu.=>_*iahd=h=@0G.#`99>5,?`޹I0L?OFMس2&H/kƖe\$4s/Z]Msᴌv??K҃Emz#7|Kq,<"B$ʏ7ژ$lQ~bIv6o-7 75{rW$+?m{ҹhJ#
-mDR22QYl1LHUQP,/.r;#nH+M[St.y%~x$,ߪ;2xkGrDZ[nmSng?W
-`'v]`i<RwMՎͷ^-l"ݳesִI6C?0Tpiav?+Z‰Z" P~)S8Fцv/q?A?sͪ%[ bKb[y]·۶QKXoz;㫖im*yX$bE)8
-4@z^(r4-y>.ߟc֘]3dZFҰO.w۝#t:܁iM^krjrziBjf;YBv#Ej}ԘxKR 57q:*\%zP~Xܪ2IQE愨{_ȍ7{(㑽Q9Ov^ac
-JN1
-!#.1%ZH˜ٞepmb.|ktq8QngSZ5B]* ҸLSԇ<;U9#7 mFz!F&_@8*B{"%Q![VK7W43TU`YZ48QϪ Ty! aisKV/gYs](&F>ġ$r; +&GcQ1ٜE#X#ְ}6=J:ByC<8Ł~g>zX<ki*Δ#Gv߷23JpC^(<[6[qypՋJO=. {WX,%vr] ÞmyPke̪
-5ws#93
-14+UꀊBd&3:AIֵ2bK<NaݻM@Rl F}?$7yTrZa̠m煮Ԩ)MWa0BΩ{'{W-xPIP)U8~-I?
-:HBUY8tI"Tc쵡/HE J )Ju=QPR'P|xSX(+-]S}-D,Ȉhhc%!0|wOJT̉p#<AOmeK2m:J berogv+Oi;Z7i#!y.27{Nr]Z\_Qh؀,1ԗki=a؍
-fFx4y4v9tJhgENbmAl08Ѫk7 ۞QL Ԅߩ1. */EȫwWh0S}wp:4^xsvB] ַf)"_QϘd5=ɣyhzh4K~?&*`hC<}ItҠ|a+"]qs+ty5eng(yutEASJ*~a]r黬}*f]^^E e*jp[<.ji9IG^_6O{~tԨa/'U8oKXpqczJlxB[4lG>-o[&zSug׼uFjUW>=byڹ*-$QDb$,O6zm?-NMSGv;"NOQESE
-Z̠u<Y;)WmCm-DŽ2X}Eq>} YQCQ(l CA6~Gu?=/f2*qX͙uP\7CS>nw0'%ZM_J<eU7(UT6NmzO֣
-|Y;ͳwL
-ijҨoC&wEۺ'EN;'p}u\ /3,md^4~+Vτ#v+M/ya$&^]wA:uxdMCs]-Џzy'o-dŘOȋČba릮Hqra'4;JLKPmU"/y y--|Huel?au rL"( zbR§GQ"TMc2=4(="n5Ku>"jN u*m`ÿ+.7VehsC~ %b=v I;~'q`#;d 9e*|{ǸyUuj¼l{,\D4r+CHdqyF%ԽѰ], ςC2#WI
-1=gEuYIM/:f"ˏo&֎ pIye|eiX\tOYOÙG?` (%HJ 84EhYgq嗁}f͗
-lV\g^k?貘O]{^v zy1 aܮZG~mL"Ox7O߳
+xw<\kǕ Zj0F% atA e1S %ZBt(D莹='ܽg~{54Ss#4N ,V
+#Ў@/ CVZEC8
+3_ |[`b"?ĴGx"dd8 ! "
+M
+
+`7$
+a~CID!oH K [] $Ii@"X&̿ E<`/$A1%>4X ?\FqTݹ!Vr6}*[Wfj,s-S,\k 4z ݼ뙒5q|n9ǿ}%523閅[=k 5MWyI:nyޑ!+gq35f,Ø~̧`賍1LGNmߚ۝2H[<ڷzo8m}jV1n;8t]o{tNxBc2R0G(9q+)Ƽ,R\:g܂۹՜8IG2M,@3"C&J ^;pޜ/=~"_ #O_`͒\L5dOswIHD9JݏEXcDCr}wXӷ.פ 2])7%~MMP9D5@Vq`5 Vz•ڵP'>'mmEy^) !+"Z۩R_˃}dԾнU=4J?K>,yw*oT
+a&Tq e~T`}&^3ӄQ344Ԥ a{8T>5ɣ[ǫ &ƽdZ46}DFb.( OM2G?8c,1HJ39"o:RC]i1~Bw4q`CBJN?dGc adM I(L*(ː!ͤ'fn|Bu.=_s*iah<*h?3*D.6>u ?pޥI0L[
+ *isjL )J rO1oK3 ۹T\n\rOԧN5qBz %${2eޖud]yНQ^vå
+ih:3Ff@ѕG :8uEx|k\^=v fSX·ix^/r(]04mv?aʌOH'Iv5{g?3[@lTЫ}ҙÕǹ]UјQ䈥Y:
+?H߻6&Uf|U®z 5t%eU;I%.^2}# OUՐ8l
+Z*z
+Ƿ)v4[d_N
+$ҨdlC$wع֧EM$pZK*`G+_6#fXN iW, GVN#B<{^BInM9<24xUuzz綦ˣW-`pG5LN[ 7/9DʅT*1mASK7:u"a53ТJ i
+f>EqP5폍ۚb!κlQ SCJ,fl9[ؤ
+8etyKZ˱i'|OnHۋ<&M-SW cvvx`W-ש޳3a|@rYF˭&eI.HlP@wv1L7?
+8 Vʢ(r_%s*ŸƆQQYl^JnzM2!\~|3)vthXLh+Oû2!{**}h|`:
endobj
-1123 0 obj <<
+1097 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1295 0 R
+/Encoding 1237 0 R
/FirstChar 46
/LastChar 122
-/Widths 1296 0 R
-/BaseFont /AZETWF+CMTT12
-/FontDescriptor 1121 0 R
+/Widths 1238 0 R
+/BaseFont /SPXKZE+CMTT12
+/FontDescriptor 1095 0 R
>> endobj
-1121 0 obj <<
+1095 0 obj <<
/Ascent 611
/CapHeight 611
/Descent -222
-/FontName /AZETWF+CMTT12
+/FontName /SPXKZE+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 1122 0 R
+/FontFile 1096 0 R
>> endobj
-1296 0 obj
+1238 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
-1297 0 obj <<
+1237 0 obj <<
/Type /Encoding
-/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef]
+/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
-763 0 obj <<
-/Length1 1253
-/Length2 8009
+846 0 obj <<
+/Length1 797
+/Length2 957
/Length3 532
-/Length 8805
+/Length 1520
/Filter /FlateDecode
>>
stream
-xUT\۶q@pZ@awwNpwww.ksާnz_}}9[4 e , qUd
-W/
-5srVV
-MwGb_Pkώ`{<lo@>[gV
-b,bcf
-uqss
-*oD6#G;nfqQ#L %'g-fzFT$JqO5T#O5V3riFܰ,-ST
-gwRDBgZ^c.7N-H<Q0Zw\.nb2Nj
-BLs扽8>9g,csL_.=̅]&?6.7HQ
-&:LUc6PbGOl-M-&%FZ,ahkj
-R<P/O'+r;=V4&(J7]ڤHwa%Bu VyvsDeC=M|d2.=5}vvꍧdH:<,QT&?mڊ9dkp=2!27>Ǡ&ucŰ$?/s<߀7N+b.o@.჊[H۔4rߓ7~躻p &ZD ='vtڽA+`_*+,QLikyRČp(whG=fX,30-QV.ŏ3A1g*ipE
-
-p)ڄ'1MʄT ]4ifir%\')jA&N@>\;pf
-*Z}7N&^ocj?ɑISޗ]RܝLZtd|_"ߣzIF]0i~~5=[$6%`XMj@VM%1]ykU0,:*!F~|mZ[ ݏ$ rصڝ3wtLƁire9 &LI=5⿉c^‘J6g:1}Gx>enNF4Ef5E#į /xU޲@;ABX% L%j<92?㒮ubD5F`ܹ[0кCmڭcS.|3=E=vwxGτѤ5%`&G(/sgH uHzƉ.
-'C[UHٰ[bKzF|/72mvO|FT[#T@xp;t+%(R֖*S5)_ϔ>[ YOZ[ƅjm4c F{MJR:x4MپW*\4l#R~s;GߪFͨP7g]YԖ;(JbFѻh('#.􍓝7[UK!JnM}['"=_H<,rio3p3'AnQ'2TM&)@VS
-|xn} :=K._I<Un>|,{鞊_xPv. 2N?O
-2d`&<M. 0۝}xXČ"jÀ;|&wz80DG}\v-{ȩi}ע=}G'F|m'T<d*ơvy4KTع ̱sX,x
- HGs3 dQW*Μӿ!6\`F*0xT4{WIx6멥_<íW˹r;S)ZrxԘ{Wn)~EvCқ+\{[t{ it{a~&윞 }xk픃dAk c8e!jF-Hq8epӮKH
-ʇЭag?d`5M^4[HD}ThNᒓ\dIJ0~E?C,={5tgK
-+kE
-hk/UB,V€j~1_Y Z^$s' vRBk%lTTEnsT$4DrBSI0cm>zy3X77Izr+,c˨>Hak{\cIqPUQv&rc!$׵lb 7eCڀJZȉO*Ţjj{/R$%Cg{jf Y,Urăk\R'D}
-X E/b@-n:̳ȃT*EۍcEF("Qn]J,du{\o/'36=a }!+[S.#l&9GKFW;RW߭2<Q~ hCCN-D.QuqNTwV a)=~uyF6` ttD4=`)'>r*jw6Aj׏\j3PQ6W
-`~y
- ~se=&1ҥF貽h+j9zi@ߏsa/ 1@ۈEڅdF?i{Ol_X>'.[>r94R,S:=`N9؋`
-d>UD ׷Wì՝d}'vz b+sȮƸ91[0ñZz͈sK94AמlnzUf[7ImbƯH!-Z*1f_,eۜ煉Uh.܈jjl sOz5 2ߤLgkR+tp5O|\1h;NޕYh4O @! wNsʔ-d NreKƣ8ݧH 2$P9T ,ɏ$)ھ_n4 <3j3Z᭏s!V @ݛc5f t46"՝,c]=+Ze#b%G[^)[<wˏOH|Өav.np>w&=Ϩ]RSR"W·("[`8b2<
-Y_XR;,{hm+
-}şn"C^Q`y}0c܅^3U>iY3CR}%%
->G
-NkJ0dhA{aa $ kx q\ZtnG).1N7{2d}a5&Rt,2Њ=u<łzF}B*b!
-(kN  DվAp9[ә`"ڈ h5H!:0x xCS .~bٻ_H9}=8uJ_rt*׿oЎnQI)ǵ/*tyZwV{ʲ 3cn k]ٓohW$[s!1¾DOq?cmf <eTN#8 &˙guPJ/#|(|Zz`x{e0~tUi{'+?P[~IA
-0}JW\Y[I5p;(m6RBs:)
-ڱb͸#6R`-7kYPx5ȍMuFڒ8.U^d8z&[2-:V*|
-KQRhX #Dj~%qqd|9aߏڇ=Aض}*j ̑)jx[B؇Qr@4ij>.2P{d`EU2<
-VΛ8u6Y7щj][˫$k C3~0OP $ &mR~:r<nkDJlВcP
-FlﰨӪ`o~N1Ï1EDSĕJ
-K
-GrrAȇԎLDxLK)yX^T09̒#Z:[
+xRiTgr\
+R$
+P6
+]KM;y<68̥z|EMN- -ۻbcIf,Us9/KӫHe)<K'"O 4zu;R}g&tpPSNe"ɪQO`XiȺyѾ8xrsmVN޳tY m/l/1lpfN«\$Pq{WeKYUڌeUʌR_/6NmUԿ$,9ُ7L4)nJ"%_jku9Eo~d":(8ʶjάR=d[Y1^f.g4hjWZC.1!#!ڗG]dRX7+gjfXl:٬V{ȨZ|͘n34 ";YQM9fРVWgWT4mvv\.aY3.o:pQx1Yn EcDO1U+n âqZ0F#4Ԝ2\-V50dۘs1֓WhsnX!dt#ʦK{yߦԍ{|"vstkʕK%5|b<U-ɔƨLKiOWfv]O^ rN_,]`z@عvpxJdƝ+wAAB`^JՀ~PlF#_w,i=(F8VsnA9V摮=*w77dN"[
+AyMEg^ubb9 }6BEfi^vp/0I9BE@Doendstream
endobj
-764 0 obj <<
+847 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1297 0 R
-/FirstChar 11
-/LastChar 122
-/Widths 1298 0 R
-/BaseFont /TFCINS+CMTI10
-/FontDescriptor 762 0 R
+/Encoding 1239 0 R
+/FirstChar 15
+/LastChar 103
+/Widths 1240 0 R
+/BaseFont /AJKWBB+CMSY10
+/FontDescriptor 845 0 R
>> endobj
-762 0 obj <<
-/Ascent 694
+845 0 obj <<
+/Ascent 750
/CapHeight 683
/Descent -194
-/FontName /TFCINS+CMTI10
-/ItalicAngle -14
-/StemV 68
+/FontName /AJKWBB+CMSY10
+/ItalicAngle -14.035
+/StemV 85
/XHeight 431
-/FontBBox [-163 -250 1146 969]
+/FontBBox [-29 -960 1116 775]
/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 763 0 R
+/CharSet (/bullet/braceleft/braceright)
+/FontFile 846 0 R
>> endobj
-1298 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 ]
+1240 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
-1299 0 obj <<
+1239 0 obj <<
/Type /Encoding
-/Differences [ 0 /minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/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/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft 129/.notdef 161/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus 171/.notdef 173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade 197/.notdef]
+/Differences [ 0 /.notdef 15/bullet 16/.notdef 102/braceleft/braceright 104/.notdef]
>> endobj
-759 0 obj <<
-/Length1 819
-/Length2 957
+757 0 obj <<
+/Length1 1231
+/Length2 8009
/Length3 532
-/Length 1535
+/Length 8788
/Filter /FlateDecode
>>
stream
-xRiTWU"r\A| dYD E4=Hfp2յp[Q8Z%p@AUrpE+.(JX="v
-8
-
-&c+jʚX8E*u
-'ػ 0_WT1U|oJ1}`P( iO&S>s'4]) SB]} BKh!@0pj؋CoO8_a
-0tAl%
-.*I~.7Ya'k }n\]ۑ1'si
-wݎSJV/s`Sg1d3jMM^!G:T ==pIjNX6ޞ*?1tE
-3{Ck܎)/xf^*djq?-!̷{p[.G1?8o[+O-t.8sC:+N͖v5rEk`)1tscȩ WuAަWNO3iMxR9iee[!j!K6{Vl8j4oGLA8;WֶNvz^龥ks&xsͬѿK [kXd} O6EJb J]EIyѪ 3C7 8k8z~~?2}ϮQY²CPqmMĥi soS2LD_.e[<iV`GHouYq3J楬Hu^cm%iUNiHY^Lm\io;lvU[(c34:-%cB,m%]yG8jZXYKgW&ul<"Hv7[[z;@$F,VF-by{rVCۯg
-U tNq7WU
-KˉaeMK̸uƶlWg 'J HOtgJendstream
+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\
endobj
-760 0 obj <<
+758 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1299 0 R
-/FirstChar 15
-/LastChar 103
-/Widths 1300 0 R
-/BaseFont /IMRGOB+CMSY10
-/FontDescriptor 758 0 R
+/Encoding 1241 0 R
+/FirstChar 11
+/LastChar 122
+/Widths 1242 0 R
+/BaseFont /HVYHRG+CMTI10
+/FontDescriptor 756 0 R
>> endobj
-758 0 obj <<
-/Ascent 750
+756 0 obj <<
+/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /IMRGOB+CMSY10
-/ItalicAngle -14
-/StemV 85
+/FontName /HVYHRG+CMTI10
+/ItalicAngle -14.04
+/StemV 68
/XHeight 431
-/FontBBox [-29 -960 1116 775]
+/FontBBox [-163 -250 1146 969]
/Flags 4
-/CharSet (/bullet/braceleft/braceright)
-/FontFile 759 0 R
+/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 757 0 R
>> endobj
-1300 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 ]
+1242 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
-1301 0 obj <<
+1241 0 obj <<
/Type /Encoding
-/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef]
+/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
-755 0 obj <<
-/Length1 1538
-/Length2 9030
+750 0 obj <<
+/Length1 1530
+/Length2 9177
/Length3 532
-/Length 9931
+/Length 10071
/Filter /FlateDecode
>>
stream
-xUX۲qqBpwwh {
-ۻ01$$%Xl̬44N@^`cZxl<|4
-r1X:dr[`ѐSx3{UdOݿf IIٛA
-,\Dub^,XhorO `02vȷߞ,R]Sc%:
-+}]_@I5NF6nVLjZ? үpVl"`g҄_qEf=pIEC"EBkڟx7++}?eI<5XM(GZV9ʟviR$)o-Fxe`R[RnR
-:l.Lfu
-ְVڨ-W}NR$}D͐"|bdR=Kf)psWo+z2xUN-,>[GppKa/" S4܎!ؕzVoW
-/?? ; ;rXƯpW9_> *0u@ХIk}=r&~(mA."Gɍr
-I}ތs} Āb'W0ê| ֚|#\oCq~Jg
-}Vnl.RI%B;lD!թ1J,lqLfLOp3he j,PͻXҟLF^ 5as_$EmyoRIjވ+I<]-
-q>$*nׇ"W( Ӭ&ҘTy^<+ٸf{:n<:=h9655 !=? α"jmqKe bDrT_M> ^ܒx|ѡڪ  ` 5mjv_B̚~I&lѢ.UYe{RwӜXۉ[
-[qƄZ AO7~RmD`Oe}#0=3(Kՙ4oB 04e\Q@ M(g]~:lRs5C#37$[42=ٷX2ddtQ~*O9y3jԒ*a6Zrg?Lvs'#}Jq&mIP}!G/-Zwlj,0z驄|cd6P+J7D0&:`IO8Geŀ?~[+YjlJѫWC<#PR)eWB;p
-{9!*Hr,v{1 2̇<rjmWC䙴G10I!A7K(cR1\g]d,ћ )WO7GNGMo/Ê3xK
-&Y΍z,ZtL,ڑ>+l~-g[<>p1|G ~w~PޥGc(Y&TTyL'fݫW0u!(l$ H4k O`RanMh.ݨSm#S*C,G°:~o0 +.]=LEbV_@p~] e]U?rgV)
-=E =ݠ TY-K2{W(97UedNx\w#%4#o ͱl5/d1:a@kq"%@{\ QE Sly} gk
-Q&RO}."\;*{|g:тou]mqH+Eܧ
-WuSn~E#zNO^vUO֭0'' H0y熩A
-2CimU_!+SQ\'ظGmwO +}*%e/`aLJcHA5& q2W
-jH[>
-yxÉe{,򾹖}'u]%,9&h e
-pE 9LXT=-{8T*I&u, S13\dN`5:i=^M!|jqldIo2LrIHUtT)j JXQ_?闹y([:,q,J<:+m>FltP9t:<k܃10x-Ьhޜ;5=-ȜX< dϹ^s%e]%NjC3 ֪c˵[Ȍrк-ZAE}#kګ
-dGH]ԖE6 ӂ{ (,Jj65^[+CiGa3ݮXJҰ=8SgKtf R~zz_ٓ[$k }ޯCa+dc1}hk e;G(bh8Ff*CS#T\'Bq7rf vāb5.OHKT/4 q"AYYZ#^:qog<,7@Ƽ&P8$7ɼԐYUzr=d m,c]Ї! m))+@Ms{q;kg|2jގh)Hyʹp Ehڶ#%gbldK6 %2[N IA.sFU&߼'tҫV`;GSbVrϦ;Z0%Q2$X/q;m9J8بr?$nMv2dʬf8eoNΩ|w;)42e<4J_O-~[ jfj'b=r \]u FnR+S?~sb0E]5>n+hJEHPXdiPy.n0oϛ4KPY#͛,*_ T_=|~(禁}j9*D SŕqMeTP91T@"AԐwUkYy7ʛ30ODBV=l:S#` ~넠-Jȼ[#qSNf(1k;(@|fbW$7DSo>LrqrǶ#ջc ;KW6(nTvK!M{&,
-@|TcP^y %lZߋίhjy=w}O&8)DHȂC<Mݶ0JQZ,,}v84sXCZ9M[ErzAĎq1f+eJWq1]A_EU.i^B$uR%Y*nkۆhf@CO{&@>I)J^9pV$39ɒܵ <ܷO8zKTO_Vƹ<=3 VG;}EIr |Bp7#HPd>>#O|{3C:+ok
-0=)wôPoT`w"hvgSNtUf>èhD<WVKM禋0f@h\^n->X7 #=P2G2@h+gj,)O=|T&y*AKSM5#ܳ8.$`w8خYyo2]0:5V]ՎUyE?;=%p}]/LDҢ1Tl i#2.
-PL#/'ZӍs.: <~lMN3m *ru`M`5l`+;~bJY,Ns6 _ WFlڒfd51wjhLX'?.8|&XEhvQkT;6]& ;`|b#gRgw<'O7Vpr?}Phuґ:ݨ:=Ht|J<hvArE؎ϦS*cJp@Ήe8*)M
-72x~AHP1bUB'X,=n(ѽ qeL3q;M)W9|wE(MAˤs䙈I`1}LPm;YL!,2.-M^5Apw$posh$2[Z4\ܗv%F qxMӎPƏ/'x־ b78قC 7=2dv:N>LVI-H&3"=
-Z؃o3>VɻxyyР[a33
-oItz k$ ZF/Pޡ&|,wyq
-+dFYk]%S/-ޙImDtO[*3d G0qvt[Sox+#FHG2H+wٛPڂ2<m,dAah{o fÑqK\U%Pd}Si1 hsSj*C`ãR5pMv\IJ ?>#Jk_t'WTM6BӔd!$?A8޶*rNy:SlrЕf'PWQ51-㎓ `Hw5|ݐE+z&D$a-fIw
-MlGt,`Äe2ty
-Y.RŔwBMOƁcP@_揅r;Td9Xpp`XKxI-y(;5$-65*,n/-d6vc3T]Q;]aMŎ;|>|3m)F$ 17t-̝V>G~to2 c)6A Iqr&&炢OxZJULiPi򜲱 wW+B)\owddӡA4QxXW<:/6ӆ35Ifqrl`! c%j{%@SP21a4 U4<U?׭sFLL?+Z[ &tf3R2ouH AFk~!8|V]7w)%SѓEV>x(4<?9ӶCZewQ+*ܼFax/u;,)œBہ3gA4؝q 3nMz]
-J?O9(H:2m;BukVIMUèJ"lDEvE/:9no)^+.$Ko(d+^SA]领lV=֞>6Ea0@![n:g'&W8y7-_:y,'P11 .ЈT'EC! C,gu'9!IFc} 45]Ky\^"J"dޑs0˰Eܚ"ň͗mS$l(o0[jn7e1s7Q]w,50>Eˤ
-~!͔6f6cN_Iq-J܉R'Q){مP()mԆM׀lStAg-/D3[ 
+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 4Q
+endstream
endobj
-756 0 obj <<
+751 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1301 0 R
+/Encoding 1243 0 R
/FirstChar 40
/LastChar 122
-/Widths 1302 0 R
-/BaseFont /TIKJIT+CMCSC10
-/FontDescriptor 754 0 R
+/Widths 1244 0 R
+/BaseFont /BHLDRW+CMCSC10
+/FontDescriptor 749 0 R
>> endobj
-754 0 obj <<
+749 0 obj <<
/Ascent 514
/CapHeight 683
/Descent 0
-/FontName /TIKJIT+CMCSC10
+/FontName /BHLDRW+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/W/a/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/y/z)
-/FontFile 755 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/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 750 0 R
>> endobj
-1302 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 0 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 ]
+1244 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 ]
endobj
-661 0 obj <<
-/Length1 2192
-/Length2 14185
+1243 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]
+>> endobj
+656 0 obj <<
+/Length1 2247
+/Length2 14834
/Length3 532
-/Length 15390
+/Length 16062
/Filter /FlateDecode
>>
stream
-xUT]Ͷpw  ww ;-{pn}>O]>j̚}ՀDA^(fgLUQaf0301 ; -lE <
-< бvt2s|Z~
-A7z'ML }B_*_ A% ANV!H/YwfPd AVv!/g +ǿcB_r AVnr AV!/5J2,+ A-俖Yܽ
-}^_5U1;3v/{%5cJBȲC!z)4~d ȕnpfpHheRLKXϼQݹ
-8i$Z\*6;%>P$T Hga(w$wEZv4>kk!HǷo)EpSw\ u-/ugԥWn5 \ޮ|Hï?unHDGfLTXE1
-}E8 'P9<sy8΂IH̠~}? !gU"ƻƊK2,-F$,L)I2D^f`"W6oSrEbt*@ Q@
-gȺ|lWJȶk;tw}~G9m%CTJ6"oY]-8hה, vr'Z'aDHnxX%''7bf>cslfXҖ>STP=el߫aΛiƓ^]_=gV.X#㋀ފ 'V.RzZnhM*#ei}f~h.W&= !ql:Pg(\L.ɻ~U_:mS}"-6+VϚMG&2Z6s@mjPǽ1~+Yf.l44gȩ"oC1RR??vsڭ\1ZS/ .'݋u ߡ|S_bibMoK~ì:+("Ό6e !jW2U=bF%TMs*!vmqv "F] _8y^Srѐg5% `JZpMT)cԀS9%xsS|bCO loa~Dާ욖uH|N@tE [^ s)e+8/2 Bɏ Ӹ4N*PhFh:+ ʾI}t$@.]>Srg3"VA;,1j'M7zfnMl3p\$.3Iu22aލ=(7<*-ە8˥53փ~Ey?ZC6&Z-4SK;p1{,b_Fڅ0!MudAzhdwe_4|;%+QZpkƒ9@^b)wQ]V`E`+@-㩌,& K'`P:RJ8*Eu]i7pVg6Iz|',u.^W6[_5| k+λR9f
-YDLf]_ %A̚oYNL<6k WtՕkʴ1P$~U#X A"j~&)^*̣qv oB.]٧ 1V8}̑X.ZfcWͩZM?^"
-o5mLlo;(K8EQm0Sw'਷ɲ;>ϜwANueࣕ3/=d?xXcabnK2NI-BVoTG Z!9m&GJXm7G( 娟8eVaShi)K(P:誜kY~-ȉ>)[tVsQ)~*ʟl`pFʳܺ gt:m<tb
-0>r휢k'^p/x:&6k-S`mnCA3e+h[H9=%z}{/C'-G&k}GBg%y䥯Gr#yWهTI_-\gcp|6-.Lm*Gu`nMzGX9m]Ma_U`n+W]̯\g>1KV)`a<PfG.2Z,GB.\LzSݵPoTstoIa ISCQUe1*Dy‡G< cyB ?} ܰrg,Ov[$98jQO\LnPfb9OQk>*^cu`!a 6!>!HTMfBasf./AFeT3ε}ʹ/{xXЫ/D-YJ?1G5:]Ekv7jwJfi~GO>M
-q{-bRp 2 xMF gQQЅ(Az4
-dx9@Tl Cl :۲nA>_\-sF]]YU$K@?1\WRK0vsM.0kueT[Xh`{ 1aY@A+2U/$sbo
-哉tX|Zϖ3(Vht&S`!c^-DT_Vr#_MȈ8`aLu8CHAb y
-<
-lWFkGE*J.1=[5K%i/lCcOI >cp-id {+ :6<q맊: N%#m2,'VUɭ=a.~l}q1Us* )zb[(R}4iL5@ mXnVSrj
-<MQ`'y+u:M~M%X53Fg
-IU~^erXg>Oy+ʴI I/#)]= \\2Ob_Vn 6tnK蟞{o>hYgn|\Azƨx_'|Y5{}
-;B0
-c G|L#~
-7 %7%XG֭' &~R,Q:3lkpXB=MuK*Xg藍%6;^2s1G%8
-t, 97vwTҧ,1aC_ּky ' `aݳ_IOL)StRL<T$s9ҁ*3?JR(+:* bhYRZ9MoJz<\Etp
-e|τR2Hl4؞GD`T!<Zhv*><CE! W$ [ ӿ \pJE/,$u^bVtz?&&jL ; R_?Zba}@*kQ7nh@8.i{CᏞ6|&YkBBLo%H tsДϿ`YK>\$X.II!`Ӣn?Jͷ<S׍
-D!3N~į27])AnDq1@)BtB}o*PJ+D\V7^/. :[F?*"$t{moD/
-${:çaiF]m~~- tԪ[$cz1_4(w#sUK2;\_Bz CΟ̌si%kZV;m̷**w@XP G2 t-$#kl*l:t͠CΦ'>YMЈX:q
-Շf4NDHr$ m/J1!pottM!S;ZH`7قHJbA(Pz ShG)W ^vHsY`r_`It:PQ[dX4ا>huZ*T,BS;k%u#%rysؓ|~'BɨedHᔾ}j-Y[c<uKF_,,t N
-|}Bs_>*e$ I
-'J0Pso%Nb=-#=1-Onl;?"Ƚ`<d/4Y'GY؃I!u:UHl'#5vI0>n7N
-{$F7:G
-krh%]uO7:V>(}S]=<Y_F47&&\*F2
-STil2M?m1ĤfWhqsa8| onI :^= GP_IUѽVDz7櫫OՌ.bU*4QNc׵N%Ķ=Y Ϫ ^m]v=0/q3tpc-LA*blķNf-Jb_</
-<1ˢl+^07>!rٳ:zmԴz#Shn09犑? }N?;$;:qm9{Ȇ?-&)9\j,gНk{w$oLaeZaA%VۼE~D~@WAdKe_¯`?MgdDMRixF#YF`h(xSy2:jNLhN@ٲK`1x:ܗJM9&>(28T4Œ-o\' {V;(ϊ&#AL)h?M+Rk_T?ԷmIrZKVʺPsxA/4eHff_"b
-2[ @'sq(:G ޗ+ֿ4.Η"d(k{& B+:RD-ck;̒yė60܍j U 'au.H=#$Oh3uꀢgMS E+eC'D8C7॔>Fw%p-0GDݔA-Ve箛7gD!6)ݣ╹7\}T 85%` uae;a .l22;yG-(P}]N.%u$t.IxE…Ttv8ĖӚN@͚d J'_T0ʶXz&4nez"_xhPyӷ7XcB 5H=<oYzRtGrsuBfӶY!^yw].`HFuRďO\_qy;Tk|8f L/ iXF}R[װmpƒ${@i&1(l\vQ0r=L,A6Q;z^Oէ&V*2|=_.#}
-PHx`'8Uڏ\d~y(=ܱvέ#;É]9Щ  q #vMJQ{DjS}e&1`Õh53'zZNbqUFDԏ]Ѹ@(OOCP]=*w87hp3I͆2MZ?~(|Q</桟3{OVO#65 -c]9֧7|,3wWWTjR2˽͖vxsq999Sj)܂j
-"#9._V@CNj OPB9[*t]KSX
-/ĖG_`4zޖP.W@*t)ڊ3ў3nOr6ҷ}?+c
-Y- <g-+?D\d94O ?07y:HEzHTt_Q]Kor2H<v^;-PVWV&?>)ga.C07ER IIc{G4aLzC"tB#9863\i] roRўVXJS#6Y!ug1b_KFr"0.
-]!.'z}݀2}=IekiN<KvH-:ءL&ϓ#趿ubl^JP|j`$:*m?VE@:%|^w7 "9 Tg}D`JnY,lW?IR,I6z*q pRjɽ6*OFM [yv0m%\F! ø/jcrC)3teL;>~2TN%$&KaLF1ZPDV0!Dm[Ѭn 5'>s|1V8:Bwq;AB{2*뺎"#y. ۹[47:jމ-"Ss1\ ,v: ]dzܵ5b%xYh9~Vu2\0ANGac
-R-;mazez[`1;IaE+i\|
-T; HI"*U$%kCv%KYzo@bRI.10ڽ_qs`,a{4Rپ "u0F]3P _mZ
-'NNGHx2@JƝiۥ@BFe%@&66
-MjRߗr|^W"KI9ʣ 9rQ<7[&5 %\~}` ,}ingwt_y[:ܩgt
-oY{RBY6utKyX*Uf Ɉl%; U4|3 iST̻D,\eNyT]*D#uH֍[&BWK!pcBYJ:bUCetʗ'SovX
-i0'
-yA^NE*, 1|: K,8 /GbURvv0`/zJ*Jw+o/|S'YOz֘W*\]i{@n'pƀU(IT9H +{f0"wK E*='9y9/}GT8% vkJ? ;Y2oVL$'5hn'A8uy)WKT!Ͳ=<9sl\x3N /2T
-z㘩H02e8<U5BNGl&}<궯8;}/ͯ&FM
-˺RU,A{tӹ}vD[Fw¨]fX+CKn"ٌw/>ET–,^YmabN[X@MSڕ #qv*9_c+3윷%J6v>߉U0 ʖR1)Y8 Z [.Z=R 3%޺rԦ)Г{yRLM ffw,gsT_< 9+fr`[wWUs76Gd 43qeqוaO;Σ>~"R#H AkyvutS* FpQ}f=utH|Ɛc{moӯj۷ֿhNP]7t.slяZy?}DE9UwOn$ ,x굖]fȏzr1lD8Ӹ6B!Bh;܍T
-嶩m
-L^MTe-eNNs*Ɲ11"TnI._,AؾR44RFenYQRF6Gk_jhy1xΥhj%VBNzq?֠(hIzn[Joz]:2.?Ue~iJƏ42F6a-BŴ9B@B
-&FO5g2/Z38!:r!74: elz߰Y'Io6\2T7lJWV\bWظ#O("V3ꆛOeGD0%ɧDpF |~px֚v Dt<*" ٷ|`m#,jdQ
-p GON:tK [(O%U{tU6֙C|lL?uctF/ ;5l.~fLwMƝKd8ԱW\EGКeЧ?K$G{dIn.CjDXZ肋t=ei::2v/.Teu;)g
-),_|9x̿Yh$􀱖xd6|+M,Ɣ_44"[w%̓hwh!-1>o{
-ds?yUi<s͔lO ݃\ZHh9+$CKBNwnj5/ii~bck/endstream
+xUX]ͶhKp@pw݂www[pWy~xW5[^ƀDA@֙XXVEQB`lag+b &fb&jHN p03w&OW-985ك5?W8+
+Y8YL,͉]
+lMr2`PTSkPY߳/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
+I*QqbSǔ0 i=PWyL뜗\א{0Q-7$b-9YuY \{R/P$N3+m<却,GR,A &R
+kGo9qJVT_mKPWL3W:P9@^kkK|Oi:HE):ҀjzLum/ާ!zXY
+lέLkdHCt(\k۽KlGye1_EwPm^̈)H LE/ָ$գfU:@]Xz~K+Zŏ}Ԉp4G&q>BNU~ƣE:xkwDV =[k4z-m>rôb"9fDb Dgi
+܄{T}J<L?I\}[aaI]g`XCQ!q=?D\pa\n"dDb J@OmWuP2yPWPjuy n3g%-sWZ12s) gnћ*g͹{POGk+:2*hvLlmlAխ#)NEƥX'+xu/Z\׍[w6j *`C
+ޘlzOE[, ɩ{࡯(ͅ< lߴUT <_aec’5Z^s&k2F~[GV^jFW(j}-O4r2mIe\2 [xjZl-Ѿ\2҅~-44`L;)[ 2N|P dx_'ǃJ{ς,>PTP=6M6j6gh
+|b1qy?)v8k!ɟS$Zkַ>,
+AOw/LtVi3\QzOzvg=Vp
+WٯѼ25h2_bbq4\X
+b6_j
+ΔL݃Tw*H~yi?ᢃ@œo5"bY
+a 6^suJPl00@ xwj?"oe7YDo:"Cpq}$Tm`[pF(l <HDSTO!#'h~2\mW/3i;MAe3mDlB2-(idد<58<
+
+sU;~=|f["n.Xҿ5pJU8n3U ㈕;[[.ݪ.IJ[O:kJdΆI|jkEeGYchLum* /ZZʪ+6Mε`V˞x7–k`ڍ.uy3:ڟ#(Ԝ߲lL;l=ո#p?
+T,Oˉq71B7HTcqKX1)hQԹ`1#con..UYK V h^lCho0 
+w\g-dfĬ엿B"5amF3E̅3XFZ8S;3ɠhԳ_KCwy밚3˞P^޵lCⱯA_(Z⡟pO6 r//˼ i=)'Ubx,=9(,H0W4ybU~|Bϝf}ZC"7^A"BH~\tCVWuJf$T$4bX8[7n(8>Ilhyn`nI~Iao*diGUPDV='2ꨐz  AeBZ:J0i1!J}1uF
+G+!" K(T,}-\/m?܏W},5jtDQ9E?@̤o:x4]d[ώepϾga,齨 FXEH_UμE/\</fmD<M=9 h.u
+:.%\k'VPKU?ȳ^Uq;VQk~.ܙ׃y2IUcstVMɲq{&pjԊ)Vm+y<2h3/@RסOq2nVgc+[FD$| (Qsc?] Ձxa<g1ZO|ܦT^[pI(v5(;,u#@ֳԒ}yp]J%
+8`KYԣpvb=Mzg5xkξ,Զ`_P Qia;&=N]NOS):|9gkS|0bGW^^`lt~* (SoHu]a񤮒EX55vm`~x}4YFf$8ׄiJDr[͑c@f.V#`ŜSpYR:,M{A޼tP$r|~CK1b؉*@vm+BiyH[ٹ+
+4tfLjΣA(~HNHs^+PO6ߗ:=OoZZY{Nz@ʉoх,D_h-.Hpr |5VҌCK(0> u{qۄEIɧBh4Q!4^dBpV3(ó,EhG| [?Nלzp:.ֳ9FGAK"l~뒐͂P
+ض!,"aNiqbqE$R#`Sl*:ު5^U5BՁc0%/:8FUz*Դ= ѧ 툨=B!l~Qo&ےzaAH6nK2Z#2ːP
+G\ Tb`V8p79qf5T%A
+@Rx^!8JQ $QHT
+)zL nuأ &%+X/qf_$(Ci;jv\?*C9-EgŘ)ά:-WU!.R-BVmcyQC+IɵzH2<x{iPSٍctm
+$!ȹr{JmK<Yoj{˺dstl 8vbTDAu}R>_>|DV"*+ ~P6`}5cAKXLwLcJa~ɰ4;*qXYíK_ѯtM%΢#v xY)dmx7dY <\/:@Le$Bx(A",Oy<Mb?·;5R[
+`ut|iC[
+kBrHU#HM
+C sR6uGyNyL} Ql-!Gco;bKُJ$8peT;)I:PdHf>u)l;XU䠫gц0Ž^YXDcS49 G.IܢFBP־(c[yThYG|(9JP G2]Q3/o[N/A:>E˔`^SU(_v eF% qNnc)_Z8s<jzm a,waiv㩃*K26Z9e`S[ IN"$XOV8O΁xj%iY FeQK\B2mn=v0'MoS}2Lһfɹ 1Y= cS|+3s)I&SFD[y8fEyS]H">J"D%"aD|HesΎ 0j{;R 2j(&zqٹ8BH_UV"|\y`8Ɏ9ӥtkfc.-)Kh|^O_M-1`K#dڞI}9lʸmӅK՘\RM%>mLnm%CSIBVPܮy'ݎ:tPx&"JfP7vY.|'9oU.>
+R )Z1i4WP_-&|5`P#ODUWK^xRpp06Qb@V5`~sʍN Fx'xOfS$@`tU =t,I5=O&~d+QsF:tA
+
+mG<Rt+Nh@!CDjZT%1=<v@/FQH;ofopҴdamr:y=>W_%ơ$Hn }\H&eTr㗰Ϥ)wľ #򓟇2"XEBx<$MMFeFjhr}Ŋ7w{xV(iv:с޼1ȥX"[U9g9F ;m4\^u3y5\Ejvj22GEZg@/t]>xQ
+&Lj//EWo?$3OźJt-bhp'Ϟ`QEmSnq0F\$-{rjA|C=Åcl41zm#LA#;mB5yr!K{*fadJZˆ<xNF@ǏqtensJmʮͦ5/v*~$z@'YFFkYo\A1W8\Q{+u-X&&9ITa#aiH&㘜5ibggoГdd^KG |xAľoktw^ 5CfDmz9;SrLMC=*&7.S,5x֒'b_~~{)iWviY8눿T!uYno NOFr>lKZ9n=u>wD
+4ZGSPTQќ%X&U)¨ILՒr+[K4]|rct_q-H>gq__2"Ok
+~ͤ bŖ2!#Y$݇J,&+J 5T 0(O<5z<7:̲L@Ĺ
+coTurU?bs{s.kZ?Os'y-P2 *kц$f )fh! ޼q>Ƕ@r'|U.l w)"-hA6t' O0^`svR<qp9#Y|r>^aLo.TCƺP- 4F/į
+:$:QL] ՟clzl5wϼlͣDįmОyK˹Ҳf5FE5}xe`_gB. (u S_˵"CTs,0:~v К?=(V]kDs6,o7)mTr_:ࡸ~*o0Kz3WU _VtG],DADT塨*ׂH~cͲÔA]@,s+;|`8
+)exӝ8ژy^'[S̄q(Y-W]ަO0ZzM<S?73<Z&<hЫkTVvqKHwZ& [|c.}``Wg@ݎV#%7@1簭 gk8;Gy;i0X>G|;oN Os&LG)t@}Ӽ:
+qq)㤰0xC ڞb8Дp sW׼Li/]n 3Bױn!C-vֵ@kV=tM@Y\ PK%\>+z-EN¾͠s4t3Ahh|)lᢨ=zrMIO1 xZalε0-`xMG4;l GID1BܰêoVASm'O:Jp).#/Uێ&8flF <]fo>Qbƶvqbir,WJM> bCW.S$~O0  bbNϜ=ߠ4"X~g
+E?'əK64m<k!(pi]9Iߘ>usKw.~Tq}
+* OLT,D d55ݞOyh:6,\˸j,ā^Auc*uߪOF$U`.xۃ}ML6KSj~a xTzcĞu/nBd-832'aF6(>76c;Zp+صRVJg-_+ U,YVThQo{?(41Cxɬ O( H"
+ #Gh'@|U.l_'rژwĐ #sZ$J%4O _w6[R|\rd(Q%Fs:4y`%ei6)<C1^*<FDc/Q2>5qю(Z  ~V T<fC)tB5wzǑ}wBr;a0doCIG~w$Ö[XOfD4KPH?\/K
+bhͿ%
+@@Eln@ީU*1<OӛЛJz}?ȏom-e>"lY6
+%!]lP cWmGWwNbԎq.گ:n qMPVVy…fxH)|`^H !y%K#egWh_Xw*]ΩqThz;fKfRz97W2@]Qfo ,V7)z50A:e飪0#vJЊf˻+ <^m,#QjiLiͳCيk`  N^f$f7j雿E+'}\$Y}yXua4X?K"uD`i3-߇QԻI߇ѱH$ĻV_ZQw?ROL{^d9%52hZ%]&m^0.;,
+g9x*';!9vvsZsP%>o׭|n8Լ$`C-[\  c/BZ[HMe5b|Lkq1/J`=JY6:Ծz^U[c΃uY4X,:Qh>:˦]ܴ'*GeTѱt0)05ٖ%_lu؛;?~"i3'W'T4p*\.+uK/=u,Avt6RbtxI~es=zrgɳTY }MtoT /e[J #eʍIw:e# 'ENM`Aj肮gB7}Zrc$ь-c@踙
+X>մ 5ߑȣISIZgyRǧ~
+5AP%h=!t|x$[8&:rLfE^YQڿí `{P:~-3
+.`;BFxD&҇!3i% IvC&=Y$^ҳ2=AQe~!7lԄnNl{>2:$۸>#VwE:YO{Irdm>or
+Y K~!ē}2Zy-Ai z|~{~>ߜOdF3^G9m(9-\C?|!z
+:xXj䃁Bw~BHF nUI&5o?! J@>[SO 0
+RMМM 5Iu(6 A!~l0c_XyW#?̝(ELx FyAI1:J4y % t9V B~hNI_ˑITJ^iG!ayf=1N0L
+ӶG2*Gy*e\ۉed+Ң;mDj;HĞTB~ԩ!~t9ZwO̙Y GVI;ɶ,蹖'̢LF~~;F<.БDUL
+(M>ڒ7}es@ IQ\+%hV80vVgkJm.,+ӡ%b`>d8ˁb=6x^
+}Z&E|hDB TiGFIFK)rQ\f}4LN+H%pГ9yk SgIW/G+<
+:/v;e~҂!N2ToF&G$svD$hD|AK
+YOt027hDۆa<PrTk8>9PQk\/Jy|# ET.G[FSy23QdEn\[~<oxlrn2xօ׎-(?_xn{@ Ӭ,NvÅ7@d:hm{uHNeɍ*x}az$~.Pcݠцy9*zPl{G]ik
+'tvצ
+w*hqǘb(uRo |3'6
+N$z*VFYH>vBCB!F?Bʇrs~:r8} NQg&T<ဴnvGO'ETퟦܬs!٬LECESaK @AqRY5|$uL7,AuL7A0꩘YMv&3oK=ĵ
+Kfqt2ibQɧ{ԝΡpMSO2ZWS >1.ˁ'LIXՔIWA9<jQMiWȡߋm {BJ҈U(m?+&÷ :HnD.cP&Jhh`MD(͈>!'աTc?g,C1! MJ5r{.6M -!X{?U׎^Dpd~$zc!`У=b|})L,-g@+0]3\M7V] sGtFX|$I sgsh
+Ρ+eb3~WoiP7!Q(PR</VF1ƕ]^s=cڬdz
+||DQ{~=CvQLC{L00%:Il+%@zVe^ݔ{)Ёcp\S͘8f?]|a}UhIG.E'{wsHhG|m([\&x4H؀Bj\c0NTrl(L~*~|[ dg
+;`ü9
+c/-Vgҁ -.9_dQtKLﴘxr}8,8|JAg'PdJ
+P0%>ܛYC_ {/3/^t 3"
+R
+5,>NsT00K#ճ026 ;Ly "<6F~ W3=6dJ BsT w.6_m~M z_ f֊P!_]&\Zid!kXQ7R$ "./ɰ~3)@w\ü|e>ZNHEg1ZaB(VVJ\Ysiک)x# ҈ Nto1eC8T祁I&8O^swlq36u)>Di'"<^dR"$+tHsQƔver*[1&wL{?n4Ʌ'WOPD&ʕUDXS&]m,
+#ؾ0
+<[|C[}~*T# ΄吣:x㖊vc Uܮ\BP @gt'|1N,d[:@qC`(0
+s zaq'cb^=sR-
+ޞh|dd.3K(ZBgo4*2$Q.#gTǔ ?15
+
endobj
-662 0 obj <<
+657 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1295 0 R
+/Encoding 1245 0 R
/FirstChar 33
/LastChar 126
-/Widths 1303 0 R
-/BaseFont /NMGGKQ+CMTT10
-/FontDescriptor 660 0 R
+/Widths 1246 0 R
+/BaseFont /WYRFQG+CMTT10
+/FontDescriptor 655 0 R
>> endobj
-660 0 obj <<
+655 0 obj <<
/Ascent 611
/CapHeight 611
/Descent -222
-/FontName /NMGGKQ+CMTT10
+/FontName /WYRFQG+CMTT10
/ItalicAngle 0
/StemV 69
/XHeight 431
/FontBBox [-4 -235 731 800]
/Flags 4
-/CharSet (/exclam/quotedbl/numbersign/dollar/percent/quoteright/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/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/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 661 0 R
+/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 656 0 R
>> endobj
-1303 0 obj
-[525 525 525 525 525 0 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 0 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 0 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 ]
+1246 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
-1304 0 obj <<
+1245 0 obj <<
/Type /Encoding
-/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef]
+/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
-568 0 obj <<
-/Length1 2088
+564 0 obj <<
+/Length1 2066
/Length2 15437
/Length3 532
-/Length 16566
+/Length 16548
/Filter /FlateDecode
>>
stream
-xcteݶ'۶mbضm;V%6+wsv9{vWVK[O}1쓔PAV fkDHE ,@H MJ*
-_ύ~/\_zϥXN_=mO+ۿ/v ?/r ?\O+׿ڧ_i~Zy5;#ӧ? ٺy2}v ''T1|$E>; ;'F_/7z
-j^mwF~.M|~@E2jgVڡBU:?-- ED$0Uv
-4*R-7s1)&rAڮAFʦYLgV(\pP`[M~Lș.KwᅐM Ղ@F4#m*4҇@w#.ⳅ嫏! B QFNt=^նP;]͖7(%$YY.R $[0M*f|=$IVI4hXO{r..2H*jG==K8_UstS!+T/H.3̀׹j`(b6 FjbzpI iJd2΀^
-q4RUCb>bf۷&+<κjOO@lxkzBK@8R>yc nEMݼr_,k蕭A>͗-τ(j0F1Yȋ7s6V?`HtYo1hD^{Prk7LejTp9Ҝg7Quz|Y䦏LGp)0V"W07׈/5Oi!#b 0bY ev5`d~9nrk1µ)b\lkGT4[w[qW'h)g̭k1LeBvlnr{iMk5#Q 2<`3j/T鯙J%f8ep_,SvCDVO~ tK{J,}g^
- .&6P#lBkb{ZuL˥n.3v׶kIDI,9t<V+*?dnLJ*V%%pGOwV[A| d4kTC0H~8rjI!xvA'\2-P{Xmi*.Sz q5(2sF pxÈ.Jǜ]o9'īaUGZRA.+)Mg;_|A[\۫AV;Iw\?^\d~@)۠xd\m}̋]ީe
-uJm ͹jesg3 luʌqXK"p*f~M7-IѬ+_pV3fRǛPw$u .vy=lxk&|L[I.q%C '`1CO(ѫ :jO!/(.~؜3^U"0L||C/j#x <R'(< 2Lk>W{T(<%.tR\7Yt4]9k6 )/R ;M\pRu!<W?k+[20y#Y*ֿZ<'[Q>/iKWFt Jk^E}h٠"1/%3Aq 0yĢuǽ$A -8($WsGcb5 nG,jwC"gT&e0qtU\`HNURӿ'dt.<*0q`n*fFO^Af`Ήy wj
-jGveiTfh{lYH0C Z| jp]#
-,ӡA J1rZM-v1qᨪ`PK`ݬ-zΒ
-r ҟc,Ҳ2]EXkm`N{ i<-Nӌ1򘉭H^qE.(tf%3]>l_ i(11_;
-ͼ6fjrFAɨ1E 3NAZ/ «cL1'`<493s5)L IokP7 zhM3tW=kUڧyUa[q
-"9LNg|kklu0Xᗭv}h;Js/ 3*~{~j5˘#q /Ǹ%x}CAJy p){+!t# &gZ'iھQp|Pb"SәeTÖ
-YۏK:_c73-Z0f#fǥu)_Z%6eߓwS 2d5bL[IɯX:BRK
-"_ڿ
-ve¾n:x;Ux-_(0gI t)N߷U'TO^FoEj.fsI.m[OSS$CP`G}l!Υי%TO˟fh*f7r[+=tW@X3wے.ȎF&w8r~x6՘]Ijda v.~d0cC@=2Yb
-jo'屛RT _j1cBc31#&0'br7Hcw|ڋ8Ɇ&jz.  nShWؒ8MWZԎuSg &~>Ra-4-Km٧C .5㲽kN]mF[*6bhplm6ERJkeURF51=3s,Cm_ Ipz+=?꣯Z =]n(ZgG{s˖y^[b.t
-H2=n+´f8(0 ei欨y}&ۇK{Q)8M|dBW[NTU){ff# K
-<*h6< 7Ã#g~LFy)˴äװb߱A'bLYʸ>!ߓA]]XqMg]bY~jդxBm)JۻxH!Wa ɦ|Y$&dMY<Oލ}"a[2[*N©&LZh$EAr$W|ل]
-əi]h 6ޛm]Vz
-#i&O%|۶4X5@Ee\[Z*ĉG3i,a<7K9``EI*Y}MoA,#I?0cxDϖ hPd  o\"I7Yt5Zo*+?YX'9ov|TxN!xoMUSN8L E *W4@=KqnHH+Kt#>R."zY@AXMS5W}U_3d>9_Hyr=8RR* }&9ِZL*S%MDl'_ȃ
-aLTõf]%^&`Ai/Y/ 7=FojW3F&|`-Xn 49nP9эg<m3K 0_'@x fGʚѧѳpPJPOf6{`_=/ Bݻ@DefK\a'9#MUaq17`-ulw3L` 5ijgם$+_G wd4\~HY?YVB RR[bY(
-4^"?`8ShpScܢU }|Ax2OHAƠҷ8݀5J <c̚tAL&=ư
- FYRju&kTѵfWRTw3v w7BF0;737>[1+C?2;ZuM^`[=n.6
-,
-wb4y
-IГ|.Ta#! Dʹ޵q x=Q{`J✢G9,0(ky9p;Ȋ WF>@Բd1WhU.^jN*3ۦuKP[R
-9 ^-<QA~Hk#o@X2RPFzl H) gdYK]抻G=п4bBAbk}!ZilFzNmuJV^Y,~ [z$6c x'Iǥ*
-c=l! hXY 'UW~3AzgriO7:0pHh[9KJ3^\!(ē_ο[dO!
-!4Uo]]z^JRDvsG/U=}C0D9=kb5T';iu=[ыBLˮ1o/a5rF j <<QEۑ?"
-$,sV![1`E}A}@[%R :U?f+&/^VӠwgLfk1%e *ddu_95TCMJaL-gPpJ9vͅ3R\F;aS8hLnBn22O9w\hðRqIwȲ7ܻ|pRK,/vB7H>h'mMj@<q利V"/]59M^j2 j
-p!$ l;mˡ7ɴ(`R˖R}*8,afTQ2! dwVv je`jLMl+Y|Ƭ!!uU
-֨o
-$|G?=Pȸ f6d(,&)`[VB]NUaQΫ+-O+6Ňܓ:NT҈z  >FwdMDC_hBW{jی~k7GpZ$4 i-ӡoܺԂLE\ }@.x9ЊbPغnP8nk+-@<Q-* :| /.,u $.'G-Yu
-]_:#/!rN%AP<h.vo\\lqëGV5uqFM}mNg㪜=7_ܙ]_,#ѵq:Eh:MP: 4yj(o e#i9)07<EK3JpaCT'i:Yp+
-+{W7{U h YaRiiFP׶Ddel.xZ#赗j z<=t
-[qC 2T%rˌ~KKcTo3&@cCם W6:<1`
-Ʃt2 N#p?,<Vd ۤQ ۄx5^"%p?IoƬ eF/m#W| mh?.K<p7j B9~yn%BR+]`Wzmp'pc_ZZUwlQ?V9sث /ddPE_ykA
-qk1lQelCp0,KUW/K,l4LIQKXni`-[C iH~{*oWNvcQ5yse`cjH>HsBZPv?Ƃ^ӒA
-HnЗ55{sYͿu)f5k
-rH 8Ue%1:K_iO}lw( shΔ åR!";(
-Ak@Јn6׬%6`6N^Hw&כZC{s'BVM?/K'kZ0ntuH kL\@,{3|X5WؓrGNGpdt3|\?'љE@R*-4/*R^3^QLڼpxAhU^䰶C//g8 >?d=55D9n&z)o"."1Xo,%.Tq|5j.A`Uѧ
-?HJA/e[_/d'v0<gE}mqAO@Kw
- 3zi+YRkڇG!Ph^M=mxK_`gMQˌ9?lG"Em&3z|UOA}#OqP|UE㎐*+FP;IҙY
-`‰čnwqpV$nS9Ua^hR:i3*kR⯂,|a[y̗r{=w"bK@!j X*pK8 6
-F$Xp{ؐSv#$y1;P"P9LxaMc0ٹRzXt/w ad>kfpa~r)dg"dzy֮nCS$ޏCq_m1߅Dv_6"PFcϯ'~"Szvy
-v]z#̋-HNj "bCΏ޼q;A_Rő8r
-0ZB^Spmr<;qYP62N[<N?x;挃-1I5Xߓɗ ixqDP0@Ey&
-@ ^e_Uב$A+Fph^P%m~Y)i
-Y愱GvHa3)EPEم*耺uw.%")2
-9?3nQmڴшaV<1.17,T<s 0om׭Ns> H[ڳVĘg{$;,5-KL<yNR2Ԟ$ܢ9 fc4jAqN&([uEIeK4$qD@c f
-##vXR]%TY9[ 
-{ՐO`}wӦG{['
-o[X?REY@$Z:?vP-[R ywLRk "j=SxWOS ?qhnwf2^{5#♒ coYk#9>ϠѷQ_M e}m~e.?8$F7)1쫰u^Q:?180' Z=ܐme5@GG0؛@-`NDǙh$qzL"!rkY{𵤜ūac,&e%6۟"RPMBLQl,p?fҀ%tw gS^`Yv3X^tN#}(E$+/!</Wcb* W ھb
-8,ص`V'i-Z@`m)۳`v5UvMm@hsS/-]H>\s0]t-D ̶b
-']wu_W·\iMyX/&l/~P{%)Px=~)G%v
-P}\Nc8}
-:lK>K4 qRoN,E]9h-!@%'MXC#"ZUCR+L (_GZ6"h⫶+gm)?]쨖mS p \L`c5CMWp} iJB@>y|u"0
-eCq̯xk Oc|q7EAHL @NBVvIsv, 6~*c B狡9@.H"wC9Μp]tt@٬th
-6$A:-TΟ*lbr2XJw^qY#(-gCt+D ]VKסW/2i3SngA ]ӗ
-O+rd"h*~ Hfd?FEBQ%,{GJLM BU;e @UEsT@3 lOȚ٠;Q=s+y*RsvDQ,ױÞE3'g6 Bٞ=r&y-䕢lĢ+J6r
-͡6t놵
-X>;xi/cҳf-$"0WVLF|q|!*);|8I!Ik#.!KybtFg9j3 ۆEy~9Tu,-}?Qv>މ
-̘in /h;P Z/pI[oeTmYщ^bwHyZ
-KC%aCޒ,e23p Փ S
-;Gn2;G}K. IP&.Ɗ ?]Y $B-I-[sӡ269KA"޷b_#Mi\)0XY?' ^xgFKSc<K<0BDƒvKÅ -{``ҽHJ1~xa:8xS;>`AT=AL=jn{2c7oTɳ:_A]sO}jxVZH_hlm.85άl2ǐ9=(EvQiNaeYJ1#/g׸L|[~ȇ$[q)|hGY_Ӗ'wZFf@ZD1B~ #\|9PB\r[Zk>)qJO!ڐE܂M\K6c@P.p̌xjz脂˸sA
-iQXvK3pob<u%B
- W;…V~[waɷcX22^M\܂Mވ]
+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
+s9*[ p\"IeE:lg^Ce@M~Ez4HƔ|EwӐ<:8<7
+ɋY5+3kp>U2(b:ĜbvA6l
+o6dZ46%G)|P322A6Ɓ
+%?-ѼȀڒ|ljk Xg #D^5K`T
+&>;|EQY ~
+#>fkX`Qu;\s?/yysHIGLPR򕬷tfoA<0*\ap(S&5ӠDG l&Be ^_`+7vpZUNA
+rBJ@h ш%o߹Z?DD_mE|Y1f"s"11/nč ϟoc1wR0WMOv1`dr\ރ;`3^.gts$P]O"JbĠ^uU %sSeʄVWH*);z½àFުc Y\C(OGrÑSHR`/(d4 bTL>ẗiboKDV%u`Kx<A!^6)޷Ft1T<$x˹P?i'^ 5>
+LvYIn:+F ߔߢ4Ŝ^ 2/ܡ-Ob և4tlrOz"[B%\OYM#j# `^DNmm(ۇ A9"
+R4̓]:L~Fc֯za+XXmf1\B2O): @fp*Yx7{}J1_?P&%\}uu~NJŜn~w.iPwn @TlN: ek1"e\D.PcWj7~hhU+{>ȘaSfϷ=[/^OW1+%hnLf/\aps(1;uH
+<Ć2#Ce}pCua[3 <cj߂Lr|/9
+8xDEqaz_wV)k8@IЕ!eXku أD/qSɢRYIyѐHعm2{C 1 ,^sXܒA˶w1jV]ת9ي|!N?]2jdNlTXկ(ʯm}CI~) "(3Lk?b>m;= bhA!I?/Ht;bTT~G9w4)덄C2uR],=9$KvQ1OssW1H7zڼ ҥ7[vNlYSW  @ޏX;ѠgEuxɣY{mj?^!{:_;/*d`abF0Ap;Cح/rNڭyYj}H|l 7_]6.HD%ޗ/mkwnB[TCA SP;K$,S|M
+7CocFJ@][VR|W`U bP
+ jn GU
+5 Z|``$\glV!WɾOB8ŘC~bݺvaREl!C42ҚG-8YӔ ^XpiMU*\'L<_mQ9/P +9Z? !io&TZkn1NM9W!.ZKA
+[hrDכ{@$n+|ZSƐY ^-\$)iG4s)pa %B@q7Mے\ǩ~ uu]Ҟ|=&"-5'KV@c^(2,,r}qqٍ~0
+JF)J q^z9\PE^c`9Q͙IlgO8M~[P輻goCk1ۼ2Y+> P@nߊخ&9@tjG0KML"hH*qyGgV[—rquuWfpyɔGA_aR,1:WIaBu:[]cl C+]@W;<|qm` pUWY;|9-1=@hcnޗPCeK[ !h69:NπC),/DP@~\ҡy}MМ ]oʴaO41<=.NIW*i(+dv;b $d$MPgJJ~eZOP0
+EwkxBa9Kz^0Kv8z2z+Rs)-5ÜOwmzj"َ2.8pĶ8Cg q.ݗ,zX|%4CS)03Z ߖ\t18Gv429?ƹ ܴdƌ*HT'/ ]Nذw0'!8 g m0ϲ{UU{S=y%t/|P 6I09]D^ UH6,6Qԃ
+\33C]$U-_f+5^T
+"7OЖkTil&J'F'-'7qzz8W$j.,[K9%9BQ[(/[\ϮH7_;>E__P1o&T] qߌWb5 1>'AAegd! AAf3C3޾$o+SS&9/`bRQimgLK>hV@ u_5ÉD g)K[f6gE-d+304>\ދJi}e653'bw2LK<0'0Ⱦ_j.VQA{$Y9d2JKY& u?9o`Œ2V  ’k=r?8WW;&EtUjHQ
+ޭCbG 7U +]N6Ew4'19GH>&7m⥽!6'~nasܚRpN0a҂vE ) #J-%ķG08L&VHMB_n{Ljғʼ5TLek30M٩bLy*^ 'ADwqfkܔzu,SCҾ_^Y>d6%ۼfDq<_82"\ug*L {.qSI3y叵p-۶kz-*4*:<Ry'N<s(Od&1_ۜ,J HBfhTWk} b_7(evyOQ]'.'s5|L@{
+D<&Hxs Ly̢K-zSYɒŚ>yߵƫ}w{KnFbRu\A`j,[TݜYowDBZ6XiNwi4ֳ.&
+jꦯlΨPpL$t'@ʓ+=txبVYm3ɆbR;O.lR <d<B$T7 cmM48/2 J6xzi1zS*X4DQ72kbw+gYtʉn<iYXX:#90<R֌>e߄Rzr0c4xWÀa:P&"(3#]
+{=qijܰ!kE@$dC+aE
+#uHG}QäAKf/: SgY[C""&U)e"{mVjFawG^J׸
+[rXI5V aƢW@;ǧ=T DCřv]OE3Mb +yr@4IYmgWg,U+?bj} 51EWM`N0BȒP{4Y"e5;?CHPk+t-90ٹٸqrge\Ӫpl
+z)v+p ȷh2|oRL@~[éz[<cC?Z넸aQݩER-dQkEGN~gjeH PIP@N;t #~7N ,kFhxэCSGumo?ZD(΁`1φA)_+
+?.UQcYe uL Fre N8Rz- ;N{꾙xkFBY
+|Wڞm*!E!r"x Tp y? ? 'xgZ{s*xR* Zذ+>z~!qYSୡ:A`OCo܊^4(eZvŌy{ m C6Z8<P{n0*/ڎIU yuft#
+BD+TbE}䮠@*YJmש
+1]1L쨐M|\:8c F5[.)(k7]U؏%#J/ѬoT
+cdh9>[PʱCo.Z6=/ TF`ut+u;Ԑyz̹ZD %=/`ZH_DͰ僫:^b EDsE=lmZT4Uu{- /GL>AxI9ȑhVYH0WVh_ !I0'|N`>ߑ h[yTMU6G\ES5ea7 Qvo$OP+VgSKgWof8X!R[4f )]蕬U F5~SH$;RyBMP|/4k!+Fd6YN
+
+r^]iqxZ9x/>DXqFa%E%@do1#kn
+$r,hB2Jv.3Vf}\>"<a`L$m}K֥d*j
+^S*& Q
+LAQ/C٫8GTԥKģL?ɗ b7CA{>EzL_;־֝/k;9>S
+|d M`x<>z}
+t:?z)m)9̦3& SQ8Z*eHKB 6#H.OTwBu}񣧿-s;9ݵWqe߉0g{8bafvad ބFqIO9ex46eIt7ͧd3Vj/O!`;̒}m@=2k.[ݶ^7"|w)La,f =yxS](;#$O RZ`唤PXk@MP6|6 T7tpinnKZUau(:ݨ[ \Adٸ̛as}PQdVBϢLj7]檳gfF2`<4J  sI9qZu.kpUmr߾<rY@9Z #KjwԗɌL)n 3ڏ#XBw2=`T9u/y{y㑙>$S_F٫G+X
+{DUzON>5B݀%'{/4`Oe#wFTgл
+|/.KOe_AjOeԆar ̓~T+OQ}i^ _v<6GLXX 9J~eƁ* AjR:fX,*
+wK#;oiM7EL?},Tyrڰ? c,S3@*@z @>.1tzlW(G>p\ݛjCH6,1p
+qD\}̊XU7ܠ`u"7`O'Pk~DBMJ.+YJΏcw@aȞ3FtLd. <FAW^sOFt3pf(MԶ9prEB3 ;jyY=YՂAw>PskFbX@%g`͝êi|žԖOD8r<ʆ#30і k?$-Ri1y6Vbf FK"2 }1}]=9-X'響!_=@q#(7 Hy9lvY8z~cQ,yTwy䕥cQs  o>T-@}W
+z!.~)'=C
+Gj]i[#D<hZf`/N?B)Jn5)Lѳ0nzR 6Af ܕwx2#Kb/"wV$]4Z,MLRN3PN$nts=$qȩ"HH@CqGt0NQo^+2gA KEd+wأ#M iKGXzQcRр+X¹N>Ȼa6
+%9D-xq4cFuWmqF uƎ]rr^GɕAϕ~rw+ [\/tVZgSbe4V}5 ZdGp7aN Xn0jZ/2GS!$6p,rQ9R{QUWbZt:MH՛[nrLb+t9R]mPX6"džޜze/&ɋ7vxɇ̡e:k[~<ʧ{;O`&{%.X\7 #Kַe&;Ky 3^כvT%u["%|~ sjSlWqG.$xнAy2zx~=9K_ /^ŝҫ_n>Sx2ֻd^l9dGrRP['p~d3hQB"-Z-Ƒ+T:@DR/bP$ ܜKo 8߉ȂUqq:۹7glMLdDMXVOû~.',3ˍ$?HRھ2x<ow*P#۹K*̇> cTYHu2QPbnTf^p*ܷ,&Y]1D0*qmP+JI>ō h1o=&=0g#y%쵷Yp/Y kK=ACy[=" |_I}P}=t7 !wt!B\/;OG7pM s%ӡ.Q_.^o g> UG
+#i۱勂,<Y̬hwjI Ŗ ZT(*fO4XaNM( . y4@Tsa>Z'bϽ\j؅ˉxzWuBo<WD8;H
+Tr?,LS*0'<jC
+KО)HY-Z*.TAMͮ#s)I!w06 v25784"1LKܣe__
+Lə_S,a)}Y;?kG)^ͻ$k='!Kt'3qI%DVAɏw3/jӦ} ؈F/O>wьahIk1}knvu\DҞz'<#Y=eqިiYb:Kv$quToH?amx5쬍S|sbt5A٪-J*_!l%~c44PW,5rj_RTy1 *ʹeHd.DTD/t{32q+)d<1߻Co3?ɸGk wJ䋯'P߫<7}7뻛6<:p[ǺeV6WH:gS0/~u*/|<" ZoawHܒm͓d⟏W$`/_HfQq*üzCs80a;\_ϔ_&~%Z-=4erj),3&l++ p)ơ q5z(4I玉e_ݨɍIO̤g=<9xB9l+D:?8X_js7 :΄$UFK$g9C]˂-%匿,^ c1)+A@zjgfc;M7O0W?.ccL8:̲ ʠvC/$Y} yپSnnUfuu$VZ=Mkk{MߞTk87
+}kl]D zi=7lBzkVڦcXhn!La=S8骾WuJkÊXo|4a{0x,I25K8(yD;(>(b&t%sܒƇ<v]˚8:jC-!VeŌK$m
+0D8yKW
+1<6Bt-~A6p%bIo-*FkE2|I'w+=ǝ̆h*rںDPU2~&0|OIZ'}(фا[fy6N!Ƚ}-9H`_3zQa>2B&iDDsŒ"zcrjo8Nj#Rc[^DX؏7xt<4`A/ҕvADhi*Ut./>yh. ժZ}ȘLJ@f:[aA=*ײD;pG_X=kKbGlZ4eb=8hm
+KMhHSΫોV(`~ ^;i6xLo[[̾.
+B
+eRn@rK޶S>88f^py7WH8:_ MrA: p0{좣
+^\6X$b8Z*zؕI
+w;3 b
+I.^eu ^ʋfu;08Q&a6_%~. , ᤪciz.NV`Lf.v[g~A9Z
+!m˜avR!^-yP:C (/5?cd6 ׏g6qPXB, (<dQ(۔ H7֘Ʌ&\0M
+ݟTD󳍚E F㞥`
++ze8ݤGuTv31[0L\9:oY)KbVZCfpSsRSgV!-8rA <#]ri5iݞN 0pLtQ4V4'Dgʊ]M YҷthLl9ݚk-Hɱ_?nJkJ_)>PO2}p;M6ZbYҵ%>[ .d> Hm3uFRi[w CЁfםBuQ!
+66WΆ7{Tk:-D},6Gd3n{tyvfe9A7vi|@a.BtMsx +Wq59~9ezEߺcE>$]%@ߊ۾OKF;b<!J55C&@cj;7Qڴ'؂>XIkVz
+ֆde/
+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
+Sendstream
endobj
-569 0 obj <<
+565 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1247 0 R
/FirstChar 11
/LastChar 124
-/Widths 1305 0 R
-/BaseFont /HGKODS+CMR10
-/FontDescriptor 567 0 R
+/Widths 1248 0 R
+/BaseFont /CXQVMX+CMR10
+/FontDescriptor 563 0 R
>> endobj
-567 0 obj <<
+563 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /HGKODS+CMR10
+/FontName /CXQVMX+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 568 0 R
+/FontFile 564 0 R
>> endobj
-1305 0 obj
+1248 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
-561 0 obj <<
-/Length1 1376
-/Length2 8602
+1247 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
+557 0 obj <<
+/Length1 1365
+/Length2 8738
/Length3 532
-/Length 9436
+/Length 9558
/Filter /FlateDecode
>>
stream
-xUX\֦!\܂K*
- N ܂[p<ww]{Ϲkzk|kEK* t49!lB
-5`&#
-;q`WבV?Eu30䍗?e93;.6
-?`! `Me$
-U!hݎoVMЍn>TJ
-2y_Q 7 z͖6# y,P8ZM-/A`jQ6Ն< k_0̴Rw_MH1*w<nDwDu|R?}y 62\כqw fiн3=\vXH57&vse8`?0F3V7\0w$f!h GAM];eYuUؿ~2Xc~h6h%ߐY,%f3'گs74LZtFnCrc% DO >k*Wib6G׎jOn\  oMwH;n6ZV}Bz!-.wXrVJWa``@i <V.ՓzhHÖPs-wgJ16x؁ȰJUz, *LjM7Kx6,̋^/95 }
-ÂL_7/Zt 9wnxʝ JmaN\Ur-{dQ >!=)°*x;Nc('
->c(:fvs})3h[nV]H]Z;j燕]},NVN;J>ϞW4/YURusU^k]@N7Cquf4“(:MÆ%%g/iY+A.x=\jljޙ%Wō2cKٸs\r<+s+e3r]
-jttW"Ssu1d7)+׏uHMz]J$agk<0˳OD\j=%% JW. )$=O%Vy3}ee:X>y5 [ОUھz&ej0?OkkYܬТee|'C(i  3K"=p5KRPw . {f%ÀkN6']ghl,S
-kU0?}`ITß2!uP5- 0z/K!V`|<a&|
-2I#i3<bM+)4"m/[&.|)!bW/呷$85_>]@ 5p~Doe!h;_~ؘGMJ
--:枡[p:z41d 3OJkju0ͭI\J?M<b~\Êz~RK_=*-˭YkTiKÎm/4[Si#m2^-z!8 ce]mꇧ^䅴`1f9fݘEdo3QMoL'm Ԓҧ-P$ydWnuw|,x,7*;\a]Ž"m! T
-f16<Pml3g =2wH.CU\{cZ,Q N/Du~%Ni'ZKzZF OO"F|=7r3`anj+ŎvK6 (E/q*m32{|̕CJG`τъlOF'/ljܭ&WMfgd5U#ojjs1m? 7ۈ4 Axr{bnEj$GeIڮ- Oeuj³4n->{sg׷%QH-ɟ#o1(󜅇~VF;WA|2?
- v 6kA~?׈B;zG(6vbk; O
-Kd W9s'X-nGnE<1X5ǻ!j2릨.8MnAq^i
-;g)9ēH!(_x`թj<'diNEk=;f,ηZ'DVg<!(͵z-iKvElݤ ZSøW)5#I&?e$Df?vF54v'
-H
-#$QY=yIʁj%#Hq끽뽩X,%zMc5ǕZKBV*aDoN?ߟ"a''܇~~ַ<KlLu+'Ǟ
-Ф0+Ԃy^Y%B-ʼnb#m\DZV!sZb |GIH%n5T+ qFdu`X}΄֝oHSǤ'o&pByQ|-ҕ~}/Oڕd<L81$~}w-[ Js r{e(w0%urs*Jܷ,5H/Z̼u}#G(21nW(,f-k#(0(
- twmղg0w$BH!I!@VT<&y y'vY|(ǻޒ+]_MdJc+R' i:Zh,h͎ZANſcSUD2Ke &mxOn4}B9:]Žb$&?{vgM<C7Sd/H}-"?7n+5'Iʞ/ ;bwcJ'N~Wov՞0v\D*OxUU*bi/ף2MW!zƯgiUH:% u6 {;nd͡~؄xr5o>NnШ|}[CuUE>;OQ][`h].GhJ**:A )&zZ;Y]B vpPi?p䊚i]%[Sp\ݙiT4WWng+iǩ:Wfjf{xj\V 6ziIK_>&,O)?;{ );VR[ݦSft'}`M Pjg&UW#61)Dn
-ȩ#Xe|܎IxIQם:1HJ6tT*{_;ɿ)g<= k\F:rwQF&s*"L?*[,aoV6̶a@\OW6_YeYYX:# 9-A|e2ؘu*[<xBG~D2׋8KcSۗZ2An۵7~T!YwzܖD$De޹sƱ /3Zn<&ÅY}Fٵ %V|[*XK7JoZiw~Prf?cl$]kFmj\h~.4 )":HW2/@nIsU?nJ)"ufҙ% :Sq=;:5TW0zi)m9ίTuCJ*. nxF'F"+ Sy!;lN<7|ޅjGMDqJGڏ[b\:ioA;Ś8Ԯ_˻_XSD).Uf ~,hSl2;N2Tձ9Lcx'@WDZpݏyEUBk{;Rp _yM^iL32Q+E|S82۫|SNapMm/I/Np]J] /`uucQ_&4ql\&5E3H$+ܥ/ o۝#*R6^؅#5tvk5Dm4YRUUoG$A^EG<}gD_V}/\γ?|\f%u%ŖɎSnISK`+]btO;L~ I#Wn`+^xOv ?>>C`@e>+2*6;QZk,[D]D҈<w@5%vX!BmD~
->o꥕o<9EZ#U~BwԢeHҨ hGȢxELIagc'DݱG@"03MK%@\_UY!&7 9JW53FJz7LE)[~iﭹlApXViS"6b(ɒ RXu-ԜrTأp8rB̶H|ܢ]VF5§+S rZŔPd7W$Q_hocť,/ƾ&|(OS?3HtO,GGE6KU'nBũ[>9P
-B|z˗p 2̟4DzLBk+һxhQV8m>H8,)u=PA?lsw?Wqn=SZnOnv
-n\}=U{E3/Yy\ZYP!}7Jf\$w[!寧LSh$j=0+w{ M<ćw:tfzxp 0"` /⽀Dy0 [rQվ( H9a!p1BWCv:ڲo׆>24.gvOpc re3zԗp [|>9aXֹ^Y36P4ϸ ].>l{LҴ+xG
-+o*}ZxvցAB<mZ] nBL|& ޛ;+co]b́9d'np2qfÁٗ}:ͤ(6$|]W3%+@7bҩ0/WO̜Z= ^@4ĄWeom#xue@2LLmS -^V7:]"T,89K(Q
-&?I~Ir(]6=K.ɏ9#_ MD6B7?nBZdxʒM8[I;2U,EkjvOP+H|Crzx)799~w8Vc &qb?h|}0z(YR%u |Fյs;D)~!_.Zr9aF̐޳wY2XG/ V3@ l9Wi/;S?ICeu[uW-E;Y>i
-#e[s6 p
-W%5 *>l :n^zt4o@k0O*z E$?9 g )Z~5UPG&~K8:_*vƼ$m i JX#lq]\UN0e6rs.N-(:K/y`J eB QCӏ)EW;4_a,j|Iĸ/%#[X㔔M*x)۬&U+m90sPΗ]
-^eLhR偳&.)<gppV|`TpyqLo<6\x0ֲޑNETo XO
-z5w]z׷$&bq>K$3<&Ã#誧=OϗxZ]jJ)f384=-ՐdsM&rJVaVtu4,F&P:{.PAf}x!70$47\?ZoZ/!V Eu5 Y!;3+tGywנ\1 ݚ"b3ִ/y):{qB>}v9stVLpaꔻ$htDB$ȍ^.RzKp@<GU'+T#`Gfgnݒ9g|ӓHbߐUѬE|.o5^9XhX.YG<O6p|#Y>!s1ezQb^NIi`Metm֬[ ;/Foݍ? /p "7!TipQڱ-G~]Z]Oհ7`+|)W;Lfe7>tT>u{78.J/&#(]2ACF|PKEEٍ2eNg0Ym;yHqmY~y#!,WK}A7puh Ǔooaq-ӾGw6=$ȥa?c-t n^)"~.lgpױm5͊cO7,|88ܻx DՀSý^qS%'sL\ɑKRl $UFE<Kirl_DiK^gTXT15cuEZWCK.s5DT2Y#vvvk"'ꅴ7$<k/6껔qjNݜ_4%陊`Ȉ,9ZeywHu|[ģz>#;FN&pʋ!L_cdzT' XjxEcVuUj1 7>2,'ꥴw|JD2)kl[㙿1pc9aQDrbI!!ZQ~Z_VOCrփƻ&ΰaro'sP'
-X؃\ f.v
-endstream
+xUX\֦q pw'P@P8ww]kpA[?;s.Zu17ƚsPi;d.,
+:{ qm
+Oցv`
+=Pxs
+}[6@pp-EDu'|iξ;;~ll|+Z:rvn5c.o3w^AwV/I#tC#_ϴz,HyCo
+
+zq'6<~J%5+1PWyšIѣįR_th?ؽvr}c<(&3*:9yNk|\hUP;
+uJ\wv}oA o1tعu卞wUV%ԟiu]\ԍ% +GSfAܞ"o8XlV`)كuWhXϸM}YGѱ\).}s<ׄs۽K%k*=k3=
+(\ү8 }YT%7넒J6[_rET}Pt|gםn=,]G* y>}ɳ0H5o?+u790L^E환=靫<(K1:(4<D1]4rbVn rr\xxiw`f6qr Ys˃k|rl<4=;儑0Ȇ+(i
+Ɋ=ſ z0&ӓ# S帧B=ɷ廅q1Jd94vtq&~Lr$Zȹ((!V,2ŋ:%r<5Ɇak&9ѧ5'<a*# _ŏOIQ͝CD)Bl48\h( ʺbCg!}ZQ!/Dsr9 @:mi)s`p"g_PM[7) rbLs{+3[p%JHu%aOL˝ꩡ& /!$zӝV(qD#qPա AYIZݰl>i潘CdMP7
+Щn:P=RK9csi'P.^ן_-JK~9ܺq(` v FƽO 8&FD"|U^+l? 7xQ/Y.|V<M̒ ,@ίзHW[y_G
+~\RC TcG?W؇$XN1DBZr[Hŭ] vp2*ss{Nkђ{z2:A[a$uCR:W[Zi p^$jx>vx+9g7Ω<'
+,< N)~5(qWN_5X 1L>tbEi=7΄J´HDĈ:RW4
+˖oFk
+uc̢wSn*%9mn9Mݻ 5_l75Q@5oy;Dc"T0z!{Ha& y* 3x'\3r/O]RAgŮ/W.\iT~:w6#Oh `OɒL6w+8ާLFښ()M>Ѐ-
+1yMyxL uT/i9M/~e֋E{we.ew}{+uucYnBƈs'S1yNKCWF9 7㥬Z\+M5Wqu4-cA$#aS2{Mʀxo%-g#N!N=iG(QG8SW΀k
+(Y "}qUMD$_m\@mu]<B"nȢ*Hq)إ%# y(=9`$ʏbu[5d7ZJT*o(|Ŝ>m{L&}?7FFa/lUHQu}Ssr(j< wWjZX<U9p* ~Ԋ67X΍RELOȳʤ<Oq@<3hU箊MBIZOqG]@ڜDG"mԅ]i?3cT L,D0PS_BwTH\jkm^ЇU_"N"hPؠfkYfwIRΒ/ɀOg vA}n;ª~ e}~D ~A8S9kr=0F0{ՠ24e0q[Z*F51W~p2#S \#p:fnhJJDF6]l `'p3FRbWlnkh M}teLx)ekSZOqQ6Ab2g,,!*t꒱HƨC_ǫ:P4`oyAKܚ
+@i
+!o i o tԈni6b40wH'q+"3.t<bit풛s+"C&xuҀ8~bG!^ s9<A?3D߻%ˣ쯻Z(5㿩mt/qԨpk{%N}y­hvee` V7#SN2 ,u ;@ʑW#c6C6өT#'ٻ_Cݟ[cy;i2wFSꚈmCgXrD
+`=пŐדjܞ +OFn!㲄G^5hY@rﳧ~*=4wm$foPG&^֮n%VnqHJK6,G*GYӝY$_L1Ms
+]>C,d3Pmwߐz”HjfjJ)wPlX8J)X`8}8 ڃM
+,u5k_4"'j?J߷p7\
+:KGz60""z28*].Kﴏ˯yKW0}TMoIBd4>o2:vХ<ĀGw$B aWb'ٲO-)1gdD?
+#NFa+8pƢȼHD`ڛFH4:ieZ'mR]vUWRaO`k2& 2kVWias_)NGXڶU~m4| GQp%]1?I\ݴgɼLMbX l%cՈ
+ٯ4!KŽo%NT:Q}7LRL&0dmyeu= 3<.(bw۸Q'v}%ʞ1025o:s.xƨ̤Ld7{ִ#M6ʌNԵU0?{oHͣPYo 'z8yzdiX>slX!JiS
+\?yD× KɴrTT@D%@LuK8[uY x2gN`gu9(XG{DlY:4 w؈HjbR80嵊H TcNOφy ~ԅ^pUysm- VeZ,4ӊF^nۍ^Nb 0hص-`^ΩaHvT(hƩH˦k#yZяt^Cd: _PRx03qv60t!g<+rA7gZV &sJUع H] ^$V =IckZ|y(9 3y+)SMg}H^^
+3cQ趜.m`ԄE<N2(B ٣_ю-.`_j⸲Qf#64%#2 18|PSVD
+K9Я8jiCz5ڰh¡Eƕ7Չx %"@&AÕfsWxb{MR>ViJG 7 8̌]_#d!zDz@6ڻq>/D3;`آ/'endstream
endobj
-562 0 obj <<
+558 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1249 0 R
/FirstChar 12
/LastChar 122
-/Widths 1306 0 R
-/BaseFont /PVBUPH+CMBX10
-/FontDescriptor 560 0 R
+/Widths 1250 0 R
+/BaseFont /XDWFAS+CMBX10
+/FontDescriptor 556 0 R
>> endobj
-560 0 obj <<
+556 0 obj <<
/Ascent 694
/CapHeight 686
/Descent -194
-/FontName /PVBUPH+CMBX10
+/FontName /XDWFAS+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/O/P/R/S/T/a/b/c/d/e/f/g/i/l/m/n/o/p/r/s/t/u/v/x/y/z)
-/FontFile 561 0 R
+/CharSet (/fi/one/two/three/four/five/six/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)
+/FontFile 557 0 R
>> endobj
-1306 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 0 0 864 786 0 862 639 800 0 0 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 ]
+1250 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 0 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 ]
endobj
-552 0 obj <<
-/Length1 1082
+1249 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 12/fi 13/.notdef 49/one/two/three/four/five/six 55/.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 123/.notdef]
+>> endobj
+548 0 obj <<
+/Length1 1060
/Length2 4421
/Length3 532
-/Length 5141
+/Length 5125
/Filter /FlateDecode
>>
stream
xy<TǭY+f Ɩ
)K5f&0 ,}!~vY ٷ"Nu_yy>>GD঑*g \9KJKI+Au !R0Fu<t"%4DAJ2Jr"u wp,:x
E;
-B 1
-&￞JCc x$dHC0h xBqW BpxƟ)+:\
-1(&z2aaGzPB\nrB~~Wf8F*0K+;ޒ:۱|4fAX,SЙ|GDt|1bl#>`n紦zlb|uZʡڼom2bA
-H\2?“EikB$m&04zq[(qt*+r {צZ:I J>c8"8
->;%;Wڡ6";etCm/2_i
-ɸ39y.%Kx̬7pЎ/|))[n^>d|`XVG K* Ě7˭; <ZQo%ܧcs))%/F>XeH9U/Gqw@7Y/}z"+Sy
-SuIU!+bI[/\K}nӆΎe&m$6[;y[Gϴ7wFҮL*Iy<V7ǭ,<06oo8z"_nBv`b  YGcٓߩ_]^ek,I]m\ABpxu[iӢbYJRe? h[,#?ށNWk(˲,1(Ϭ+JBbkP&$emYt'9 S?ba=;هA̗!_XJO)mʘ՗QLtjyϷ{^)}tIڂf-~W`_Or̮QD[/ČQP UHd
-&퐟Ye=׈~,}iق[+nKVL-SSTv&isLyS9pFs=;}˜Yù:X ÊK6kC)0"oj[̽b  T1D۸vI*
-SG~Pٍ_VL/5yTHݪva%/YG:@" -!&h}d|3tFKL;_4[ʼ~u(PxiiNЍ*nnbj[W&jZ.e|/jI{7f76Ct?y eUĘ 8nۋk=X oN8ǟ:e]皞ԧ,*m瘎'^)h\X!i觐
-M 
-#'ojxAs{jT돪<aNwC.eo6)ݒ$0=̣)PVOOf/&)$\mDb2nv*Z-~/\UΎuˁ"@AEmu-\'DpG3X%U\CI}/ r?&zPML|}BP+LS7
-eGem/<=+-G~Vɀ^s)1{7lk,O=jgy}sJCL[VbG(i_a>ug.IFke`9zK2R.U1r3j+Ä+G\>3ͪ)ՠ P]5"H+^hÂ~O}$J-ʑqQvf̋[ 'L#`n'e_;<y9DkB[9{M:53O7kM2(9 C:-D9
-S,GR۩RPFYJ
-R76#XS$BK9y;>9`Bn8,fEثY(RId$фF;O!\$-pށ3JwnP}vYkp WDu+{EN4ydccwoSp~@qNY$ߑ鴒$^ӒH.L%uEZvݍ<גx15|V<p'93OOZ(7#5C1ܪ6* 3?RSs3KѼùueа\KxWfo:$S?遛ٓ(dkFhNQH; 熰*
-G yy [jVS*/扊 v+]YgEz|Yn]A 5?6}L% L"tcWuN h ש"U#+2¨Wq.}Bg̯4{ǵ\v4=jdFت7._)>Jn)b#ҿy!t@pEʷ.֑mԨf^j7[#+f70Ym ][8΃96F'm.Ŀf35!U%,EL攍%.֖CMSPed-OGU4['&)6*ּncj1!,+yy"K\wi/HT \MgD|y{u;vl4Et*I815+Ɍ@|JZ_cƅ)uQxt$4Oj|i{ %y`M rdٯ93m̰b׾,2<XP5ΪwE~B q~c鞪E#Y)@-7͞YvPi[wP}3)Sz%r֜ās6n6.`D=jK(R[_?zs,8&D@+ԋ]ߔ x,o\]je< yf?ʿby팳yo
+B 1
+&￞JCc x$dHC0h xBqW BpxƟ)+:\
+@;qmD^ɨ}`!]{Y/3L0f[CѥIdO*2fEPA5Fד >z>׃pcsKKP=j5/0R_i@^ʭXu,َ 1 e}?%#Ic;ws85c+[,#j]V}kS ,VD⒩y,JC]'}h5/ы݂0=EGSY \pܣ6MҕMPT:/QP٩(߹j)>=n{PJ^}`ދUVKo| ?BpY4y$45(IqהnG;Se#I~h/k]P5gᦛ_&bؐbg*
+ ŵ4DL1^=ݍAPAHzGpha;7⹅Wq1ԹJrCWd hlnIvqԣRS]"I8﷽-pdveE652ɞõr0U\\5M F(=8q-s$Q+3ra(S[;v *gv𳈱`[5]cB('o~3U)Xj>TėwWNN 2UVac4sySx Z&śr|񧠳W/ N4MzD.dS 0Ůxz6Y I*"tii뗔˓
+֧@o(6e"^Wч˾xq-ۢ(u̽v=s L@&z:' `RN6N۷eEE}UNmnNaSu?n. ]gf vKIz0u&S׶:jXRIЏ$YnlxxЊ}+->MSevsPOQO,|YL5(KEJ9B}8zqYѝ3]͎
+G'UG~~G~BTgd7|!`7N!j#"1tSmSj|QlǨuv[
+*jkJ8!z8*)wn:M.{l@$p1jb_ab]v-^Ov^")2z)5|fƫ
+`?HfYtaBmjNk;&ί Όr:jcl CUx_,[0<*k{1_iw-=:sDM̽OKg[cyrQ, $P;˫4-WbrK<BEO
+=L׮<sL2Z+[r)4Tݯ(/ݵԔÌT9U[%&tXY<*ImVM
+!.MX4ȞE!8^3>F@szBڹOx=7UQ8N˓poRRy5OTd'[ʲ?dݥ(Kr0@R iq4d*a`ѰsZw\@=gNqYFs:d~;°aU#3V ܠ wJYVLuSM|$\Y+R5wlF4kZWɍv^1<j[TԮw=\P0¹%vti1:iw$4Wg *a.d&Pd݆7l,9ujRT/( hy>ʮ:1I鶉U uW٨ 9eiX43ؘ!X Z0+OS?~yE_x%5m:$S7۱<e3- )SO‰]aHfO% |S|3.L1sE/ @%ƣ#w/x|b7WK{[](krXG]; ~Iid݄seļLuV.*I ;oNT$Lϵt蝿-12Njlz﷫JۺCRnI/eG,GF&Ypq
+eImJVƒFۋ`K@@Ѝ n b=78a 9}[ݐA*uAGKaJv1"UXx1 @qNH#
endobj
-553 0 obj <<
+549 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1251 0 R
/FirstChar 45
/LastChar 121
-/Widths 1307 0 R
-/BaseFont /TYCMPX+CMR9
-/FontDescriptor 551 0 R
+/Widths 1252 0 R
+/BaseFont /WPJCOS+CMR9
+/FontDescriptor 547 0 R
>> endobj
-551 0 obj <<
+547 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /TYCMPX+CMR9
+/FontName /WPJCOS+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 552 0 R
+/FontFile 548 0 R
>> endobj
-1307 0 obj
+1252 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
-549 0 obj <<
-/Length1 757
+1251 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
+545 0 obj <<
+/Length1 735
/Length2 1052
/Length3 532
-/Length 1611
+/Length 1593
/Filter /FlateDecode
>>
stream
-xR[TW A@_W
-BBBU+Ʉ LfH2XEE D*@PZW!5"+`Q4E耵]WWܳϾ/w
-n cx
-DgjМ]Y*aw#8*U ~`0=8c@!!8964T>ojJ B6G˷FUl<i;L..[xXcvYGC6oCk _Ig7wEviWڬz V>LCycIH]]Ѯ5}{»'ߙ;ܚs94؊_~̜6#[ZU?cNS}}*z)Dʘo515ik &җ8}mNeՐeqx6 f|}VbYN׺IF^~;^UqDۼnƌE? ̮^x=ַeuH/\yONLuYņϯwvgX,lz-|iܩ }Y6bPARk2 5I=Ɍ 36Q\`\(;>b97[ŷ^>tgASobX[V6Ys''륇yskWit%ZJVM ?#/X9Yc̆BuI]G_Q8%:YRλ"bY
-h/.-L.,r(J]v+uVaL{?)GiAdƯf<v?X]ЕjW|b#Pk1b-?gt̷E+s_Wlµ W̝ vtdt
-u]xN]FQyupk{ZǼnip~lcjܪtjyU'2nN*~rLh^MҪmU[
-R<yXzc){=ji^2:{@Sz35z1ǁ]ü+L8GϳW]·M(W2ޤ%6Қ1[3 0mVOoZٿg3;(}WԖUeNz|;,ew_JJ]'!K):ϲKݔoa`R%#1Ԕ'&9ʳ[Ni. 2oZxendstream
+xRmXLiE&Ut5i)ZIӔ|؎3ͩ3̙jd a2MP>")%%_mED#ks^?{z:oX8i!WA 0|D\@C
+~=6~.`^ﵛKE Yruꥐll1lUx^[aNwHIL6T\*.˫LsLnﭘ;WZ&wstt`2eMpVUZ^yhfߝ͢ƣn7VYﲟ`jq./%Hh|0=ƪ
+1<zj"abthYtU'T%[QhMYjX YZmK!{҅]JaA+kZA#O~ѫ֝z7aJ\y{AW6oqB!n@Ushn!U雏mG)U<iPx2s< 97"j}7e[h:0aZ&V.lQչk)[!Jbig.ae%_g - ;xqnsTpd֕Eg>u<u<i51K=bmΖ$tp*9pH&$SB!$İ$;rendstream
endobj
-550 0 obj <<
+546 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1253 0 R
/FirstChar 49
/LastChar 49
-/Widths 1308 0 R
-/BaseFont /LNCTCL+CMR6
-/FontDescriptor 548 0 R
+/Widths 1254 0 R
+/BaseFont /KQMWCU+CMR6
+/FontDescriptor 544 0 R
>> endobj
-548 0 obj <<
+544 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /LNCTCL+CMR6
+/FontName /KQMWCU+CMR6
/ItalicAngle 0
/StemV 83
/XHeight 431
/FontBBox [-20 -250 1193 750]
/Flags 4
/CharSet (/one)
-/FontFile 549 0 R
+/FontFile 545 0 R
>> endobj
-1308 0 obj
+1254 0 obj
[611 ]
endobj
-546 0 obj <<
-/Length1 1047
-/Length2 4287
+1253 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 49/one 50/.notdef]
+>> endobj
+542 0 obj <<
+/Length1 1024
+/Length2 4298
/Length3 532
-/Length 4991
+/Length 4984
/Filter /FlateDecode
>>
stream
-xg\kAH4 HU)IP);H II $*ED" ];HIѻi;e}s95SFlQ8X,j!
--"qX'DKhȵPd'\Ig2v"
-v{UF(cP_!4AMD!uѮD@  u]Cu5]8jHr'O/frwh"`!).) & OEh,y e
-@r]!I
-% `@60iI3¢]P}I"xWEM6BЏ
-wUUF}RevY+J.&KM$s0Sz"zտD'λ'{Vn&kwYj+nHS NvǙe-g\3\Gh^ޘ,3UOv2
- )&INx=<>{' \,DZ>*YpXb s89E^(R]0Uj?R(:Jj,\F3iކt?/M#|8m<Mi<^1 ,Vx/f=p{C8V`WP1Ac g{Ɏ;?1%S1D}[jQjWD˴n%Շ='.<ȄAuseoAKYg,ݱkBE{TZG'|̎?zAbB-xrg:6h6FJao6 wX2YB[q="᝔>UD>Z;ҩ o'/3 }0JdtQXoߗ.R>H;<~ )g݃5nDŦ[!52w)cwO$<%WKيځfh
-r|D-GTPeRS[ʳk:l{u()O f&J7<z(7(/b#tm}!Lo}+,7zVV&+R*[w輲﹭IIP:^yֻU˚"TFTAm-8LμW!2V
-4ENY -xn.@%\Sսٕ<gcRp57k*x6`gZ'̱
-/Ce6=Sd0ޱQ~`폾'" 4K# H- 8.e[#qǨwS4z"؍Qrc쟇͈=fu4 զ ej^IrOq'Xӱۭ6:^ɄeNJ8(N{y eovFOto $ߧZd! ثISNBT\
-myJ[TzYԺ&YKf Ott }S%*fW<)9>B͠=X'4SΧy0͘>EgJ vqL &5Q+&Ti9Ր.)>>qTV
-Q򧞾e𚋚NC:'s= ((\N^KyZ%% Є3ek UMeD0Π nhv1U4b)Mf(Ca#!;%`\3F aE ]"=#GSQTtW<;S䒼TIL5=oͺGo }} F>a4eW<U^ߘՓmbg.qǜ ۳,LY`}bud/2]ꯆ]Ӥmnrx(g?Uք0LC79t^ְGPIסjiO5᜖j5< ,q/Ƒx4:6c=@n;ö9Gn>Q+ly9ܘc-htW } dCV^RBÂW<{'J\Hz(Z4rSx
-D,xwib:O`Ϯ#+eKPTaJ‹Qjt
-SVp`h1^:>
-#|M{8Ĕ%E4!<5& N>́V8:yXbyj^AbfE\r/W'nOBl8׹Dяxx}W o|8[GCy,sﰋ:iQ^ KfPf.HWf_ÕwO>!n3P(H&.%%U*̨[{;{'܅2V+-vwˣ;f/֙>we-[r(GOUvL8mc(sR=.⌖x*i5hcZz) FTj{lRW5o!G1JbZD[Q q,6J/?F9?xkRWsB;diM#WAwm)t O
-=  ⩩\|wxXiȿz?'S4+i\zgL:+=>U_ 毑*-鑰T8 W3Bԏvyc?1iV>ϳw֠P8y;#U3tfV&&P
-;aegu!Tw)GSY ;+S3P.& _7&>+xPَu
-EZU+'w7ƴj r<Y7Sq LUy(n (RΡV>PJLh1K{f&kN+
-J?
-o}! Um&mj=;2|o ƞkӢ&bU/?J%ľ~hc-r9KkM˨| SmVwNe_ */6Ņ>V)mHJ!͊$ ??'endstream
+xW\S۶HtI ^^B !Tŀ A D@"A@DH EP)'zyZ/?7c Y"pHKɁ4
+#|MdR
+sՄ
+57>YPX]U17O
+@d!?zb8
+Ke
+<!&ͪ<EP% Mdo"rɍ~Y{y@rK?PGF0$\H_w , VdA:y7
+MX¯߇<(f/y`$w1Jea*ZiJ=|;F.3%9|`Y]>=z)/5wp9c9/a3<dWx7k[2leJ$ V觅(:6<͏SQuI`!\%L[f:plEf7_pK8t^q>Y03AeN'䷴)~nOŎ-Ȁ6 k(i(GZ(p|
+ܚjߕ;yahMY%IW& iF\>(\v̼.)hK҉ڂ\W;Z H0 ]EӨRqj:B |_+uN ;DVN]b.uxt6Uin2 #U":^=YkB| P.kIk|vOf@^n~Kװۆk}Kvx~6/#)fPn"u*x}㭙zڄO~JY>wzE*x4x|wSG9ÌW n(Vbʕ:ʌ=s\\PL9҉wڟ |PZ[]>E6p-&bvGz;*pWG
+՜` zp K-\^'NJcڿImԔ\:|] _2@lo&\n
+9mor=vvRG=s\U>nJ69\r_~W<]_L}Bw I`y׸B s_hJu
+X!O^0ڱ}hOe z+J}piEtQts3z'sh
+T^=:Km mpFR5o{g+XBBc)(tN=V`Y֬$%&9-MyAuAvwb_W(8 g^@ؚ1 5Nt:S`wֵ)=B?UfsWu">IaX+4,
+h T7䐌(BHf2Dћ(zok'%!J׃2W-ʘl82aW2U!rQs>ܘ3disGq_wm7?gʦjAl|(O;,|jwO gzu ӠOu{t{lKrgG<#ᅉ(u3&CZeɉC&F.Aewi:j!h-bkM &Y5hZ`;H5;>RVtv(x|>Ǭdz;xY5YZ
+?e>'Ǹ;uE'/W:rНTyS/;, k2˓TL@CO<7TZf}զڮ
+vof6;e} ?j{GudUty sI;09ԷiXw7pyםe2Wh˨FbK,`FIGo#/%[$w%9$&K txT .~?42L/(*HjVݾFlxK*)o8OA9qk
+-gM퉌^42nr@8\)?`/ up\S̢f}?pF#釧1b;t'Bs&봼;IK}ѫ5j^jJQv7 Нf hi\j* E_ܳnXNQѪdp 87ͲĄ!)V8Ġ b|qﺗ"XFUkhrj -^T{9hda.q۰N^Y@sd.V{g{O6إڰls'V8?G`>eܡDm.#cs?yVvh(;][͍ӫpwŁӋǚ=V? EKImO*ySn=0wv-b'FWxe\5s?)
+3܂g9GF[i\ro٢$yzS_<$za|a.EL5ͼX'@~jX DaJ'hE bMwcbxB'+u^:V LY8s2BϴqAi,C!0.kwƤa]KLvyՔh sO{|P& \ifrϷE]6pIo{} ڊfNLjv{EG r<s8J8K6o SQBV8]cQX=,#jjZ(S =oyv_p=rssrFo~ípEW7׳$6M!;r(qrEmˁ8,Ҽ}?#oa崢XaFyzAsW~X֑fL c%g=yW
+YĺOȼlxgawװxi&"f<p6vqvO0ufSpvܭK>Bĝ [ 5q&Ô)"nMfSX hA;F@~W}Eꜗ8qX#|t)!^I}}n|sh?Qh-
+fs/XLfJB->>Nk yBA:S_V(iqcs1ZiQVSs\*T/V]=?꣗{:ԏѕ`x<<fRmNr܅;\
+1 QݩSTy1ԃ'O'߼f+ ,;ݸNlp2JFPNjg +/NdH
+a9?xʻR,X<qzGؒcVS1Qa
+͓|(Y^@ݵ{u;ɚR.׋Fk87
+GvflqpVV{e\!J쵩Ӌ%C4u]Ľ(Xxĭn G2걪(Y$_I`icEwڑ0qwԟ05Yro1m;G28h(D4Rs(B7*|d4~
+p]+o+8V)[.to~1}lܡ! XѠB K܏R_cTwj?5}qC6&oM =T6OuϘ 3f%4/v7| j^73d"+1,G~:mYP%kKI?6K4*߿f?n7(8Ҽf_8Nút6zQG8(=.]wNчP*;N罳Nel*u0_|}֩Κ"๻(k_1-S|yۑe0
+HB:endstream
endobj
-547 0 obj <<
+543 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1255 0 R
/FirstChar 44
/LastChar 121
-/Widths 1309 0 R
-/BaseFont /FWPTFR+CMR12
-/FontDescriptor 545 0 R
+/Widths 1256 0 R
+/BaseFont /JFAECK+CMR12
+/FontDescriptor 541 0 R
>> endobj
-545 0 obj <<
+541 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -194
-/FontName /FWPTFR+CMR12
+/FontName /JFAECK+CMR12
/ItalicAngle 0
/StemV 65
/XHeight 431
/FontBBox [-34 -251 988 750]
/Flags 4
-/CharSet (/comma/zero/two/six/eight/J/Q/W/X/Z/a/e/g/h/i/n/o/r/u/y)
-/FontFile 546 0 R
+/CharSet (/comma/zero/two/six/nine/J/Q/W/X/Z/a/e/g/h/i/n/o/r/u/y)
+/FontFile 542 0 R
>> endobj
-1309 0 obj
-[272 0 0 0 490 0 490 0 0 0 490 0 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 503 0 0 0 0 0 0 762 0 0 0 0 0 1006 734 0 598 0 0 0 0 0 0 490 0 0 0 435 0 490 544 272 0 0 0 0 544 490 0 0 381 0 0 544 0 0 0 517 ]
+1256 0 obj
+[272 0 0 0 490 0 490 0 0 0 490 0 0 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 503 0 0 0 0 0 0 762 0 0 0 0 0 1006 734 0 598 0 0 0 0 0 0 490 0 0 0 435 0 490 544 272 0 0 0 0 544 490 0 0 381 0 0 544 0 0 0 517 ]
endobj
-543 0 obj <<
-/Length1 759
+1255 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 44/comma 45/.notdef 48/zero 49/.notdef 50/two 51/.notdef 54/six 55/.notdef 57/nine 58/.notdef 74/J 75/.notdef 81/Q 82/.notdef 87/W/X 89/.notdef 90/Z 91/.notdef 97/a 98/.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
+539 0 obj <<
+/Length1 737
/Length2 1063
/Length3 532
-/Length 1617
+/Length 1602
/Filter /FlateDecode
>>
stream
-xR{8TiN%#"Qm413QnJrɥ3893g0JVG)ʒ$/ғJE+nTB6v՟{ߏFtaa
-IiQ+/ &Ɗ $ 6$E$?4JN8D0?yE\:N@D脊%0`~
-|莚Q>;YyUZUWғ"CqbO
-$i)GͭtXm;n(EMY>+g5:!{(F-
-ThN4ʠC
-`iG]DnS'm鿑<ȥWtBǔ^]Ñ;ZKgX;PZaeG]Awy4cM 5P=v ?>}YD>/hImiYf=2܃׾kq2͎ bh gR[m3[z}^u6ޤHԻͲ)0p5t쏴|]U~(Mj^$CvպK#g fZm֋1]nu}3]j]`,f2NO0_QYpfGHonUW9&|BS4ݚRVbWߞZ785Qb ¾hus$2ͲjhZãae\iu^CDU Y+$oc7u-bmաs2y솈.$Z͆qf~l~ww‡Ĭm5i}>>/H`bo;`|*繐q/?=r{WE% vUOS_?yY^tE~@BeuM/5)3sk󭐲&)R<ioG9r91XSrV|i<]UؖWH{C2Ѩ[57vܣ..-Y<SgZfweM현,M6i*^ =P^syaU`<v%u!UL.=|4K&jT66sHoFT&ߊi~`ͪN׬^}^}Gٍ鲊
+xiTWEElzZn`D IXEVYKAd L&@
+6 Ԉ #**BVPPܢk{?_=3ϼҨ>~| 0d1Xӗ,B90D =`x, Xv\{ (#@w?"
+IDaDDp8 #Ij@.xACRDCIOLX*',BұS7 B>*H,Aa$2xdnV^+.st!(ᯈuD<Ztp$1L&1{BL䅰C
+
+y3ij
+C&˟pr-%ۖ x6cKN(q%F:!s8XHi %GJUs-y@BI\ի\鯕mYZWܣ-+3ңc;<KTŠӤ譹zbB{~<>+y;jFDdU>[-瑩ժg]ܡ;s|~'P' HK9jnMύVۤugoyC.2mr͂A]? ]L1*nPŮ@sJ朗WR L{[/4ץuh.?ymGOG.{/.I9uo8r<cGk|٬qo|TwuZlQ<pPsB}E TECo]|q}Ƹ}{8b^"k@Yf=r܃׾ku2ˎ bh gR[m3[v}nu6ޤHԅf@/c
+3yg 2#&_P
+z|gzs͋d(®Z7qIJq $BYv1T7kDEsqii?"==^7* N޼[`u]o v)Uշr N:. (uP߂~ڞna_:9w^OAd|fY54Lް2c:wyYoٷ0ϛfvP9S\vCPXzXgMs\f8Cj /6ZC_؝!1k[MZ_CO6'3بXaK}[[yoo|*q{LΟjȞ~C⧏K<,/"y?)8.zY]K3EuMJoszR$%TY16(Yn2%cYK.憕|OW<^,q_};5[sc]*wh4zq5\:(7,tS(+@oj$dY!LSyXZX b+3 Jnr(y ǧY2Qr&K&GvGWQ~+6\IwIzRud7v*(t ?`>_yW-!+o0J`'0)$dendstream
endobj
-544 0 obj <<
+540 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1257 0 R
/FirstChar 49
/LastChar 49
-/Widths 1310 0 R
-/BaseFont /TRYIHT+CMR17
-/FontDescriptor 542 0 R
+/Widths 1258 0 R
+/BaseFont /NVBADF+CMR17
+/FontDescriptor 538 0 R
>> endobj
-542 0 obj <<
+538 0 obj <<
/Ascent 694
/CapHeight 683
/Descent -195
-/FontName /TRYIHT+CMR17
+/FontName /NVBADF+CMR17
/ItalicAngle 0
/StemV 53
/XHeight 430
/FontBBox [-33 -250 945 749]
/Flags 4
/CharSet (/one)
-/FontFile 543 0 R
+/FontFile 539 0 R
>> endobj
-1310 0 obj
+1258 0 obj
[459 ]
endobj
-540 0 obj <<
-/Length1 1717
+1257 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 49/one 50/.notdef]
+>> endobj
+536 0 obj <<
+/Length1 1695
/Length2 10490
/Length3 532
-/Length 11456
+/Length 11438
/Filter /FlateDecode
>>
stream
xU\]];Ž)R][hqRXs>:\\o<kZ$J" I{;FV&V^&+R dbio'n~
q5
HMl< 3Df{p-O.jc`dOh7. ')w
-i
-#H?
-*` E[f@ڔ:m4hD݇'q"tQ<pOw3j'Լʐs :AlRqfc<Ih0b$_F\
-o_rSb
-nȎ"RuZ*. Cm DR^|[M4drV*ZLZWvِ帅&Vŵf}
- VLXe;k96R9gyj#E&YG\[Z@N;s~ƌW
-"/GVk&|gz.j@NjA`E*S#&g{rvZ=}&k
-NpFPpxm O
-BMgh $o+)b%Y^<QWU }P( D[pҗ]xш_FR,6#~1iǏ@Ϡ̖OO{խ&f}PYZ9%6B7;YT}}tP~=@'0859jYh?x+LܬTw͐tgN*H"CPV^sd2 ئbrWT馤ҨU˷W 0u7dTGSK{Ft<y# يES|)vgƢ #q1'@NF?N;[x c{2$G"0>~ Wo7f \Pp/\yr+\n#
-$m(NϗrGFҘ݂F^HH i8+=m|FUoFBFn*:A+u-}>)u
-~T|U586k{l}p/Bl-(!!V󹾆f[vPIe]oa ~-^8Rg8#:_>(@WEe΢}hv8V)
-k?w%<xq|X8Vww+Qrn )C#C,R?(KK1<q Ⱇ=%.<sjo_z#j74-:jJ/k/vF#U>>l"̌5pb\{f6͗Ą)=)J)Bq,~#f<sLr<Q;/_U|Jzf]rj;^XU@Y(ғ
-f[ ?{p3 *jAϓG '/ FB^*ImA j#Iw3($E)ܖ Yas̘1Hi%Cc8,+&#7qN>
-SWV%3W/E= 4mJLѶPtF:^Lr^kgE]#'DZ6; 1fƦ|k@Y٩ 1#.ӛJC,1p10x 9M/<pTgTmxG=`r<*OoP'bop+eY:$,u'w%[9 ?bk)P$m<KO$?UBd1nV͟vG3Gg\8+^!yCgS8xv
-R[4:p`FnoO[܁iީm}[C*'*0g'wĈOKQgD;@%HSeVȌVJEG /We<bDR31mXP ,cx6ÌPx^ee,+qЦlĻxE:hA%&qdZ9 9TGW g(5<IVi*!b1I+W|QRu} UZ U9GYݟHU0ʚOnU (Li[iŠ}#aq)F"aUKb/L"|Mw> o ҩFV;wVB0=Xk۹[X3 0;z,:<Qau!6ϊ۵4Džw{a>J]YX Tnh%2A:mv_H*m. C uVxL)&(
-`R'^<I`q~m9sʞlSYK?I&Nk*l7
-s_a]6=T(_qZ8lTh60ijKC4"ҚCnb"Z"(J{.@WPzDgii,e];xkC<d}_l#
-Ph(}_م3>wW&D84389E-u_olVW).j:p΋ZȜ;E;6B!]~dFCD\_ǠqЦ+ALr,RNg1"[z
-’ͳ) ⨙_C}j-,`465m5E/`dROs^Yd[ʫL7]HUKRY>8*;]yɅf|"xo\O&`L>{>pQK2&/O]6,AOȖgwgqR.ځwAÚͳXIsh$oC7'
-t%dpbFM. ga-IՈZ~QE`#TE)OG?,PV|۩o(<xg(BX+J2jټKZ^ɬE'F(Td&}єNx-)댉y9vP&< #`{S7x=:Kfm_"Hn7LF>͍ht$hZ*{̍pzu)-!uew12a G}L$Z5 >؇%Kmr߭cQzFnr 0E5(JQOpeV(:጗r_!SjXgss vjw^;EХ ne8~۬B7|o<7o݂DUrpamFvq#ِ%0)'
-Nvha"mIa"Fޜc2ddB6 E-ʹYp!#j32H{S4>wdn}?N5=6c_?bl$*aJtكGOKrHb[e"-_0%:8䭝fHMW}F`D_+σPDe/uD~IZߴ;BUՅT'+Ruw5x5A2i>1\p<lFhu$M5)3G$E0O)t}xfM6,q֢C;i
-VM0ƫX+kdOMH*vc}>BriW@,8nek]ed9R5[ZA*WU9[HBuߺj Є[ԗ!Puyq1:\Ĺ8w'؜(M'rꁀ[H`y(!H}f"2
- {1cfEIfL/T09p6=%7;H\ȵП1iZ9SЪ﹆PzbUa7\~b奇hFlp=n!jև:Xĕ.G<Umv]| z{IFGgۜ^R/x3껿ksAdgm`]-4 w۝=꺖Rջb4?11Zl'_.x'\~.>DN(G3@%ȂI3.+i Bq Z/}O&A*FAL"G<ǭ镋!I%hk|av{m:}c)C|¼7;[3/K-}$)n'mu <jo.̡k094N KХVၪz)3nV(9}Ÿ׵`
-דowѝQXȪ.Qw/p;k+>Քdž_j8 :FǠTMG^:" '4#Rtf)*6 %2<~;V/Q Q:&GmC1!JB6ar8gHcu6<\e"nPٶTAG+ߗ:zm}9;#r@_62J-IHh ,X(AaM{*vy7=FF!
-LXq[Amī@W- y?퇻{Ka{ɟɅ_6CkW/Tߴ9EM}yDԻNMt ~HSo P 3z17.*:5atބ6ukUwNj^QLCޙ!s:ru
-nKN&KjPLLW#BøwKN1
-Լ4eϽB
--!d"c8=XbpƸ.9 d– ٶ&Bu,ڞG=.> uy7м_]O7l WT4X'@F3P$ˍ@PM) G?kIBdK6+߁E6s0#1SDnþtETP8Kf5e{̂xXcrǾWe<6C
-5
-sLJK9 z4 : Z1D1" gnehÓec[ lMwV<_8 CW[e+<
-.͞"'K]S"+bt|".;mTOil2*VVތ
-=Iw <=zCq΃H?aϪD kKWa8]+S-$9<^ 1>#pNK>EV0,a\rz Xn.WZdNDrc}a՘dX.<A
-B]jDbX~$ {Z!4ws?Ơ^c8%Pdb\fTB$)qeTSsJqs [Asͱ*xmIYe,Ɨ2 OIYSR7HMdGȪOak<Ef#*a6큘 ɻr+'hB p~^E/BH+0'_A$n.xǿ,&G&C !c>}͂?Eg`0{DmWita(",#$ԒTkgHhR56DzAAΜ<Qñ³aAZ [H6$o@KBv_Vk ōEۼr{GՏ7]qva7ҝ!'6Jߊ5TԥE~4*e!!͖z^~n+=kYmA";#[%?\|m(TUR^5:Mf=P3jN2/c 2!9Bvz[O$P?!C >8WU,<ouoQvؘ6l0m@K5܎4?:]l%s6EOyiC4'ǾjJrM>Iȫ
-\M<kn@wQ Q,)eA~:'3FqN>/# *d-K7^55m xd g'z/ҋzEbHĤm^p$jX/
-g tM@EsZbYeMx}WP΃r֓{߉Z \eh' 3`ؼcvAA\]!#1 q{nk( ?Ym3dx9iLWu,c݋8+:{h܇ y_ueP{+v?\&"GQH tw; yʲVXU,FD'#l>C^ND勎R
-fN9W_E9á1"yzdk< muT|Z22C8=?TG1LeXnŹ2>6ZAm$5 !EJQ"I >,KP|u '3'M7
-4ΰRž9w-i4C쌌[H.ܯxnB_MaAݬw
-Kqq*{D+O[|&0N֟J> XN8ʀIyP 5=Ƀ[.OoMb wd?Jx!d1Sw߮Bdpdϼ# 20 X׼zƪ[Dd% w<q@..kKH6tA_Qg# FNJ'ZB@s!
- FӃϑ'Œ,ob
-*jz(Ցj rBւ60z4)ya' l6LAlpaWϤݩIęѽDZ=TDoTM /;jq53ڔD<+#HFmW]n:/ oK.,+sFaYܝDuVto:l˗XFmsyxigc FUjHEaS;ckddvR$8A'Bp{inQۊٍC3y-Yk1"mRlq"/0M
- ht\y긮xV;{ܾ:_l$v\cLUQ tzZ:&m_ZF#1#;Ӭu2 ,T-"Oېnt?
-&&r"49]us@L2am0XEd/ lATphX3s|i 9#茸H%Aots}#0|5Iu©
-ddzӵ&5!8GHZ
-G)We9
-ЈL^(+ q
+i
+rEW9P7qG-F1Kx,!Fzro'Fz
+ooSz#p=7Sy#p=7ϬǮF`Oov7:͌lfobe`7_`;g,B_ o
+ְ !X/gg` /[`+lk/[y`+DE=G |ܜ,[GW'v,2A\^7 Jm -(5oWhF
+ZiS2*HѠ2uf9GyB<1>mep?ëP*Csρ.e/NHř$싡|%q5R~`.nM *vR@cy8Gغ; )z}2* ~ҾO!|^';ٳO?w"w\ӵbuHXul3稯\tkzVjr9*"dQ,#;H!k'[ , nߏ.YJ6{n5͢vӐYNPki2i)^eeCB$;ףZI׆Ȕ(B7~%/ "r X;\"HGZ5VH$P=¢ܕ7WmutI:θ'
+K  Fd#Ypce=(2F@*e)K"B,ڤ? {B`Kxwh1f({HeN]9f
+>;'(,X1e8>r`=HeLgqmiŲK;'ϝj3R\)Yb鹨9EclLN-!}\h' +$;BxuK NCu2%b<)i7nؗu V.X <d{e[E]U2A@bx.en}tRK_v G#V~qIr4ؿC[t$?Z+>3[>=r)VzAQgQkM[ 9fQiA>LP0 TzgF DFî,2CrGS5C2vU9٫h#af ` 5BYy͑U0`FKޖ%i^ SÃKWy,j/ߊj_%HSO-a>6>UUP.d+B
+O|۝փŜp
+|'go[rBũ,/2xB)pJF:Ih˸ K-t|@峿^=O?zʛS8͍?=49肼/PD:vo$3b NR{aXKg4 s5b;y'
+r26ڹQwUX!D&ہ,Y,f.`8fedoP擉&2^cK_ŝe˧( % #Ӌ.o~iu%v9;v FSD1&Ӳ[-HBȔ;
+t7+9\]Ia=0X-R߹Dr#6@iJF&/-Bǃ^$]~XZH*ٶ/IU>T923:s4_Nh^+ rC Ʋ|y 0\FmLhdU-** BvɩxcWeHO+mA;<­DT3E^=>O1D$w yU$U'y'WWq̄gW"ns[2dEu3c~,/#5?yJFOÛ|X9
+?ErIV%K80"n6ŝ^f޶XSl rVq.2L<5qt7HYY at`]zm2nzc'3ÄoqDՁv>+bslfYAn\p*ueUrbS2dPqixH}~"l̃b7MYZeeo0
+6b̏,"J'ƴtI-2¸f/k.a@.3$c;O~Wvm)o ^!9qpOvM4ꬹW4~Sv~xtD5W玷$#͖nM.셊Ѩ-͏5q62&Y6wfqL-7\ڨ)]M*p 5ya;dn6BLgaeG(yRMl͑g"벱^bB,:MP 8QΖDkFd }c*⇴ߜ'Lq|bmE'ҧmqqLս3\9J*7w* H.ymRl$M!Νv+{Me},'>X8ModAP*}ݫv@NjS|Ei-kS/ ҈w
+Kkwhi( |_힓CM)Ave}(oCl}fV4]${D
+ `f&:~} ؋ҬoWVLی&d9KUI/jR<%΍zkfqm)B3pZvU#U/.Iel㴫v-a$b3I^Ig݃s>k1M Dz
+E-[3l<)wڰZ;<![J
+~&kRa{:Dv<qhB []Vo־QX|'}
+a(5΋KȨev:,iy%^Wџ P\ES:z_yܦT3&Al\7MݜATpT&",'<:eubWTc؊#e|0d77IG ~viɪ"gy8Gx27եZc׽Qߥj@Ȅ'8Hf3Lh 4HcNL/e}Mt&Fu/ v kG(AF=I•[$.2wG3^}Lb՟?1|;Si0z@ B.a^jnoN %?ܼfXw aX Vɡf&Y\dC:DlX`xuZF)8١QV4f(Q>XcR0&ysbɼQВ ,(f'+M̢b#=OJzY%>$; n }֚9%i~ں{*wd'%?.!9n(:@~aV,cv}#5ozr\ &a|VX?BrSF%G%i-Ӟ.bVU:PJyIˬ"jhrV
+#b_WTum#r&a~'mszFHO~.Ψm uvЀd66XmwZ&KUp<k9.{R|yl2ݟv4r}qlZxqV;{%ϔgn# &͸xY'
+e7jqCM>nHe3W.$AJLOd~֗_;=z uw Dn<bC/(j:ׁ𨅾2Fܛ:,AZ
+ohꩺ3ĻY9ϗX^ׂ_SC(\OFw¦Ga"|ND/ITVS&:|X(:R5eMzRꈴ7/,
+* S؄r!TrAegR|_tC+@!Uڀ.W*ַ&y(jxT~C#)20`5]啣QKu(0aŝoE&kH]$8\kAj|/'&|
+3u\P}5yR: Fׇ7%7<"#N~/@u,'ܸ&DԄey V1Nr:QExEi0 ygjz^vH_kB!ȘjHc;?/)n/˻q.9e|,NC11]
+k -9d׼>LW
+]<%f|9Ua]G5Ɍ7-Krug{aG\ tiE/|8I]t6^$wKJܰJq~hu!\*kguÍ{TDN]gu`W^Kz{3l }7cK_ֽQphd_P.SQ1,*{
+1gKVk:.9ѝ Oa\L"OAR4>ƾϑM\RJeo*5 p2KCkSpRm~~es]12 }epsnj$D I鬅'|גfhg%u8o M$\YɅ40jY~ɃA"^֨B-Nb
+T1Td 7Rp~'!,=:mN>]K;d .%clNYsACNO<,p:
+<Ċ WXtJ݅.gOpއ_ކL_Oy iՕ )P=
+( |rr5b3|`~(&.O[vXdgۚ׹h{vxǻfCN~u=ݨZv2_Q4xcZ<
+
+x\6e_9lS(>6{ҋ,uO6 ]NPx RQ>-ʨX![Ez3*$-!7y8"c<,D-i_*v!L5|z6D9/BAO[9[Twq+jZa$cQhBس_kq;Uc'
+aaۻd5+=vaA }kwb0{f@C!qgO.P9
+Ϧ;DžuSMU)IRQl5֫(M?B$eq2f:_ʔ6>Qb^&eOLIg #)?4Q0u#>ݮE>fD?ټb&'
+jAX 7,qxyx $~%su<Hc5`M6 \W_W]էuT^ꋰPKR߷!mJzbgWؼ%b;sD 
+VY6;h2l"ڐ,- m5~I
+GZ5Л7>8&SKFnB: @ IgV?
+rt Hw (~+fP]S5Zc8r|x7[ysi>Gdf\zfvClʗZSL ($sqY>PUqKyդL7ߛx@/vݧG:d{Cg-4n,JȄm!>@0 -Ȟ_%W?d!)EjGiccij\a-%ִs;2HvsYی>} 5 f)]ȁr7$!&n(HzթNײI蔞2r9o`啤 ߺ +g>C7C=uUn/b~C$W7
+dV|DF9|"p!zɄ R,~a߾RB0}$@,MS.'ItgͲ,T 
+:Jfi=˞XFR ߥh/T$
+1H8N'~k[Bۧw\ R_kpiNk`>B
+qW{ `9Sn½̼z!RoǍD_k\<<3O'UP`(pE71_
+NdP =.,,b]ZunlP Y
+Ci<k1H_> \TP|s$8-yŠvy@KHT%T OO ByTLljʦzqߏ)題GWGI. Y zH#ĦنxDj2Ux0QtU…]=nt&9oC?g+Z"Gi!\S>1R5N/
+S#{#]Bsk|K$;R n+͓^nS$MךLl!i{,7
+[!$S̏H]Uլ>Wn:*g. ?¾v!Z=7鿆чnk);FV|dJ"2*\^y(@#2P(zMdjlfXl,h,k H4c>\_6 /ʐ3#;O,C8R4Ҟc+::ӲԖ&Cf
+\l t<@[n}[ߩDΈ~J,QNڒlhn3Dz@OD5 $endstream
endobj
-541 0 obj <<
+537 0 obj <<
/Type /Font
/Subtype /Type1
-/Encoding 1304 0 R
+/Encoding 1259 0 R
/FirstChar 12
/LastChar 122
-/Widths 1311 0 R
-/BaseFont /HCVMFZ+CMBX12
-/FontDescriptor 539 0 R
+/Widths 1260 0 R
+/BaseFont /UESVCF+CMBX12
+/FontDescriptor 535 0 R
>> endobj
-539 0 obj <<
+535 0 obj <<
/Ascent 694
/CapHeight 686
/Descent -194
-/FontName /HCVMFZ+CMBX12
+/FontName /UESVCF+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 540 0 R
+/FontFile 536 0 R
>> endobj
-1311 0 obj
+1260 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
-554 0 obj <<
+1259 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
+550 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [534 0 R 556 0 R 580 0 R 607 0 R 634 0 R 664 0 R]
+/Parent 1261 0 R
+/Kids [530 0 R 552 0 R 576 0 R 603 0 R 630 0 R 660 0 R]
>> endobj
-717 0 obj <<
+713 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [691 0 R 719 0 R 726 0 R 730 0 R 734 0 R 738 0 R]
+/Parent 1261 0 R
+/Kids [687 0 R 715 0 R 721 0 R 725 0 R 729 0 R 733 0 R]
>> endobj
-750 0 obj <<
+745 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [745 0 R 752 0 R 768 0 R 774 0 R 779 0 R 783 0 R]
+/Parent 1261 0 R
+/Kids [740 0 R 747 0 R 764 0 R 770 0 R 775 0 R 779 0 R]
>> endobj
-793 0 obj <<
+789 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [786 0 R 797 0 R 804 0 R 808 0 R 814 0 R 828 0 R]
+/Parent 1261 0 R
+/Kids [782 0 R 793 0 R 800 0 R 804 0 R 810 0 R 824 0 R]
>> endobj
-841 0 obj <<
+837 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [835 0 R 845 0 R 861 0 R 868 0 R 875 0 R 880 0 R]
+/Parent 1261 0 R
+/Kids [831 0 R 841 0 R 853 0 R 863 0 R 870 0 R 875 0 R]
>> endobj
-888 0 obj <<
+883 0 obj <<
/Type /Pages
/Count 6
-/Parent 1312 0 R
-/Kids [885 0 R 891 0 R 896 0 R 914 0 R 918 0 R 923 0 R]
+/Parent 1261 0 R
+/Kids [880 0 R 886 0 R 891 0 R 909 0 R 913 0 R 918 0 R]
>> endobj
-948 0 obj <<
+943 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [942 0 R 950 0 R 957 0 R 972 0 R 979 0 R 984 0 R]
+/Parent 1262 0 R
+/Kids [937 0 R 945 0 R 952 0 R 967 0 R 974 0 R 979 0 R]
>> endobj
-996 0 obj <<
+986 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [993 0 R 998 0 R 1002 0 R 1010 0 R 1017 0 R 1024 0 R]
+/Parent 1262 0 R
+/Kids [983 0 R 988 0 R 992 0 R 1000 0 R 1007 0 R 1014 0 R]
>> endobj
-1045 0 obj <<
+1026 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [1033 0 R 1047 0 R 1054 0 R 1065 0 R 1078 0 R 1087 0 R]
+/Parent 1262 0 R
+/Kids [1023 0 R 1028 0 R 1034 0 R 1040 0 R 1046 0 R 1053 0 R]
>> endobj
-1098 0 obj <<
+1067 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [1091 0 R 1100 0 R 1106 0 R 1118 0 R 1126 0 R 1132 0 R]
+/Parent 1262 0 R
+/Kids [1058 0 R 1069 0 R 1074 0 R 1082 0 R 1088 0 R 1092 0 R]
>> endobj
-1140 0 obj <<
+1105 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [1136 0 R 1142 0 R 1150 0 R 1155 0 R 1161 0 R 1168 0 R]
+/Parent 1262 0 R
+/Kids [1100 0 R 1107 0 R 1111 0 R 1116 0 R 1121 0 R 1126 0 R]
>> endobj
-1177 0 obj <<
+1136 0 obj <<
/Type /Pages
/Count 6
-/Parent 1313 0 R
-/Kids [1173 0 R 1179 0 R 1184 0 R 1189 0 R 1197 0 R 1202 0 R]
+/Parent 1262 0 R
+/Kids [1132 0 R 1140 0 R 1145 0 R 1150 0 R 1155 0 R 1160 0 R]
>> endobj
-1222 0 obj <<
+1169 0 obj <<
/Type /Pages
/Count 6
-/Parent 1314 0 R
-/Kids [1218 0 R 1224 0 R 1229 0 R 1237 0 R 1243 0 R 1247 0 R]
+/Parent 1263 0 R
+/Kids [1165 0 R 1171 0 R 1175 0 R 1180 0 R 1185 0 R 1193 0 R]
>> endobj
-1263 0 obj <<
+1202 0 obj <<
/Type /Pages
/Count 6
-/Parent 1314 0 R
-/Kids [1254 0 R 1266 0 R 1278 0 R 1284 0 R 1288 0 R 1292 0 R]
+/Parent 1263 0 R
+/Kids [1199 0 R 1204 0 R 1208 0 R 1214 0 R 1219 0 R 1225 0 R]
>> endobj
-1312 0 obj <<
+1232 0 obj <<
+/Type /Pages
+/Count 2
+/Parent 1263 0 R
+/Kids [1229 0 R 1234 0 R]
+>> endobj
+1261 0 obj <<
/Type /Pages
/Count 36
-/Parent 1315 0 R
-/Kids [554 0 R 717 0 R 750 0 R 793 0 R 841 0 R 888 0 R]
+/Parent 1264 0 R
+/Kids [550 0 R 713 0 R 745 0 R 789 0 R 837 0 R 883 0 R]
>> endobj
-1313 0 obj <<
+1262 0 obj <<
/Type /Pages
/Count 36
-/Parent 1315 0 R
-/Kids [948 0 R 996 0 R 1045 0 R 1098 0 R 1140 0 R 1177 0 R]
+/Parent 1264 0 R
+/Kids [943 0 R 986 0 R 1026 0 R 1067 0 R 1105 0 R 1136 0 R]
>> endobj
-1314 0 obj <<
+1263 0 obj <<
/Type /Pages
-/Count 12
-/Parent 1315 0 R
-/Kids [1222 0 R 1263 0 R]
+/Count 14
+/Parent 1264 0 R
+/Kids [1169 0 R 1202 0 R 1232 0 R]
>> endobj
-1315 0 obj <<
+1264 0 obj <<
/Type /Pages
-/Count 84
-/Kids [1312 0 R 1313 0 R 1314 0 R]
+/Count 86
+/Kids [1261 0 R 1262 0 R 1263 0 R]
>> endobj
-1316 0 obj <<
+1265 0 obj <<
/Type /Outlines
/First 7 0 R
-/Last 347 0 R
+/Last 343 0 R
/Count 9
>> endobj
-531 0 obj <<
-/Title 532 0 R
-/A 529 0 R
-/Parent 511 0 R
-/Prev 527 0 R
->> endobj
527 0 obj <<
/Title 528 0 R
/A 525 0 R
-/Parent 511 0 R
+/Parent 507 0 R
/Prev 523 0 R
-/Next 531 0 R
>> endobj
523 0 obj <<
/Title 524 0 R
/A 521 0 R
-/Parent 511 0 R
+/Parent 507 0 R
/Prev 519 0 R
/Next 527 0 R
>> endobj
519 0 obj <<
/Title 520 0 R
/A 517 0 R
-/Parent 511 0 R
+/Parent 507 0 R
/Prev 515 0 R
/Next 523 0 R
>> endobj
515 0 obj <<
/Title 516 0 R
/A 513 0 R
-/Parent 511 0 R
+/Parent 507 0 R
+/Prev 511 0 R
/Next 519 0 R
>> endobj
511 0 obj <<
/Title 512 0 R
/A 509 0 R
-/Parent 347 0 R
-/Prev 491 0 R
-/First 515 0 R
-/Last 531 0 R
-/Count -5
+/Parent 507 0 R
+/Next 515 0 R
>> endobj
507 0 obj <<
/Title 508 0 R
/A 505 0 R
-/Parent 491 0 R
-/Prev 503 0 R
+/Parent 343 0 R
+/Prev 487 0 R
+/First 511 0 R
+/Last 527 0 R
+/Count -5
>> endobj
503 0 obj <<
/Title 504 0 R
/A 501 0 R
-/Parent 491 0 R
+/Parent 487 0 R
/Prev 499 0 R
-/Next 507 0 R
>> endobj
499 0 obj <<
/Title 500 0 R
/A 497 0 R
-/Parent 491 0 R
+/Parent 487 0 R
/Prev 495 0 R
/Next 503 0 R
>> endobj
495 0 obj <<
/Title 496 0 R
/A 493 0 R
-/Parent 491 0 R
+/Parent 487 0 R
+/Prev 491 0 R
/Next 499 0 R
>> endobj
491 0 obj <<
/Title 492 0 R
/A 489 0 R
-/Parent 347 0 R
-/Prev 467 0 R
-/Next 511 0 R
-/First 495 0 R
-/Last 507 0 R
-/Count -4
+/Parent 487 0 R
+/Next 495 0 R
>> endobj
487 0 obj <<
/Title 488 0 R
/A 485 0 R
-/Parent 467 0 R
-/Prev 483 0 R
+/Parent 343 0 R
+/Prev 463 0 R
+/Next 507 0 R
+/First 491 0 R
+/Last 503 0 R
+/Count -4
>> endobj
483 0 obj <<
/Title 484 0 R
/A 481 0 R
-/Parent 467 0 R
+/Parent 463 0 R
/Prev 479 0 R
-/Next 487 0 R
>> endobj
479 0 obj <<
/Title 480 0 R
/A 477 0 R
-/Parent 467 0 R
+/Parent 463 0 R
/Prev 475 0 R
/Next 483 0 R
>> endobj
475 0 obj <<
/Title 476 0 R
/A 473 0 R
-/Parent 467 0 R
+/Parent 463 0 R
/Prev 471 0 R
/Next 479 0 R
>> endobj
471 0 obj <<
/Title 472 0 R
/A 469 0 R
-/Parent 467 0 R
+/Parent 463 0 R
+/Prev 467 0 R
/Next 475 0 R
>> endobj
467 0 obj <<
/Title 468 0 R
/A 465 0 R
-/Parent 347 0 R
-/Prev 435 0 R
-/Next 491 0 R
-/First 471 0 R
-/Last 487 0 R
-/Count -5
+/Parent 463 0 R
+/Next 471 0 R
>> endobj
463 0 obj <<
/Title 464 0 R
/A 461 0 R
-/Parent 435 0 R
-/Prev 459 0 R
+/Parent 343 0 R
+/Prev 431 0 R
+/Next 487 0 R
+/First 467 0 R
+/Last 483 0 R
+/Count -5
>> endobj
459 0 obj <<
/Title 460 0 R
/A 457 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 455 0 R
-/Next 463 0 R
>> endobj
455 0 obj <<
/Title 456 0 R
/A 453 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 451 0 R
/Next 459 0 R
>> endobj
451 0 obj <<
/Title 452 0 R
/A 449 0 R
-/Parent 435 0 R
+/Parent 431 0 R
/Prev 447 0 R
/Next 455 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 347 0 R
-/Prev 419 0 R
-/Next 467 0 R
-/First 439 0 R
-/Last 463 0 R
-/Count -7
+/Parent 431 0 R
+/Next 439 0 R
>> endobj
431 0 obj <<
/Title 432 0 R
/A 429 0 R
-/Parent 419 0 R
-/Prev 427 0 R
+/Parent 343 0 R
+/Prev 415 0 R
+/Next 463 0 R
+/First 435 0 R
+/Last 459 0 R
+/Count -7
>> endobj
427 0 obj <<
/Title 428 0 R
/A 425 0 R
-/Parent 419 0 R
+/Parent 415 0 R
/Prev 423 0 R
-/Next 431 0 R
>> endobj
423 0 obj <<
/Title 424 0 R
/A 421 0 R
-/Parent 419 0 R
+/Parent 415 0 R
+/Prev 419 0 R
/Next 427 0 R
>> endobj
419 0 obj <<
/Title 420 0 R
/A 417 0 R
-/Parent 347 0 R
-/Prev 399 0 R
-/Next 435 0 R
-/First 423 0 R
-/Last 431 0 R
-/Count -3
+/Parent 415 0 R
+/Next 423 0 R
>> endobj
415 0 obj <<
/Title 416 0 R
/A 413 0 R
-/Parent 399 0 R
-/Prev 411 0 R
+/Parent 343 0 R
+/Prev 395 0 R
+/Next 431 0 R
+/First 419 0 R
+/Last 427 0 R
+/Count -3
>> endobj
411 0 obj <<
/Title 412 0 R
/A 409 0 R
-/Parent 399 0 R
+/Parent 395 0 R
/Prev 407 0 R
-/Next 415 0 R
>> endobj
407 0 obj <<
/Title 408 0 R
/A 405 0 R
-/Parent 399 0 R
+/Parent 395 0 R
/Prev 403 0 R
/Next 411 0 R
>> endobj
403 0 obj <<
/Title 404 0 R
/A 401 0 R
-/Parent 399 0 R
+/Parent 395 0 R
+/Prev 399 0 R
/Next 407 0 R
>> endobj
399 0 obj <<
/Title 400 0 R
/A 397 0 R
-/Parent 347 0 R
-/Prev 375 0 R
-/Next 419 0 R
-/First 403 0 R
-/Last 415 0 R
-/Count -4
+/Parent 395 0 R
+/Next 403 0 R
>> endobj
395 0 obj <<
/Title 396 0 R
/A 393 0 R
-/Parent 375 0 R
-/Prev 391 0 R
+/Parent 343 0 R
+/Prev 371 0 R
+/Next 415 0 R
+/First 399 0 R
+/Last 411 0 R
+/Count -4
>> endobj
391 0 obj <<
/Title 392 0 R
/A 389 0 R
-/Parent 375 0 R
+/Parent 371 0 R
/Prev 387 0 R
-/Next 395 0 R
>> endobj
387 0 obj <<
/Title 388 0 R
/A 385 0 R
-/Parent 375 0 R
+/Parent 371 0 R
/Prev 383 0 R
/Next 391 0 R
>> endobj
383 0 obj <<
/Title 384 0 R
/A 381 0 R
-/Parent 375 0 R
+/Parent 371 0 R
/Prev 379 0 R
/Next 387 0 R
>> endobj
379 0 obj <<
/Title 380 0 R
/A 377 0 R
-/Parent 375 0 R
+/Parent 371 0 R
+/Prev 375 0 R
/Next 383 0 R
>> endobj
375 0 obj <<
/Title 376 0 R
/A 373 0 R
-/Parent 347 0 R
-/Prev 371 0 R
-/Next 399 0 R
-/First 379 0 R
-/Last 395 0 R
-/Count -5
+/Parent 371 0 R
+/Next 379 0 R
>> endobj
371 0 obj <<
/Title 372 0 R
/A 369 0 R
-/Parent 347 0 R
-/Prev 351 0 R
-/Next 375 0 R
+/Parent 343 0 R
+/Prev 367 0 R
+/Next 395 0 R
+/First 375 0 R
+/Last 391 0 R
+/Count -5
>> endobj
367 0 obj <<
/Title 368 0 R
/A 365 0 R
-/Parent 351 0 R
-/Prev 363 0 R
+/Parent 343 0 R
+/Prev 347 0 R
+/Next 371 0 R
>> endobj
363 0 obj <<
/Title 364 0 R
/A 361 0 R
-/Parent 351 0 R
+/Parent 347 0 R
/Prev 359 0 R
-/Next 367 0 R
>> endobj
359 0 obj <<
/Title 360 0 R
/A 357 0 R
-/Parent 351 0 R
+/Parent 347 0 R
/Prev 355 0 R
/Next 363 0 R
>> endobj
355 0 obj <<
/Title 356 0 R
/A 353 0 R
-/Parent 351 0 R
+/Parent 347 0 R
+/Prev 351 0 R
/Next 359 0 R
>> endobj
351 0 obj <<
/Title 352 0 R
/A 349 0 R
/Parent 347 0 R
-/Next 371 0 R
-/First 355 0 R
-/Last 367 0 R
-/Count -4
+/Next 355 0 R
>> endobj
347 0 obj <<
/Title 348 0 R
/A 345 0 R
-/Parent 1316 0 R
-/Prev 319 0 R
+/Parent 343 0 R
+/Next 367 0 R
/First 351 0 R
-/Last 511 0 R
-/Count -9
+/Last 363 0 R
+/Count -4
>> endobj
343 0 obj <<
/Title 344 0 R
/A 341 0 R
-/Parent 319 0 R
-/Prev 339 0 R
+/Parent 1265 0 R
+/Prev 315 0 R
+/First 347 0 R
+/Last 507 0 R
+/Count -9
>> endobj
339 0 obj <<
/Title 340 0 R
/A 337 0 R
-/Parent 319 0 R
-/Prev 323 0 R
-/Next 343 0 R
+/Parent 315 0 R
+/Prev 335 0 R
>> endobj
335 0 obj <<
/Title 336 0 R
/A 333 0 R
-/Parent 323 0 R
-/Prev 331 0 R
+/Parent 315 0 R
+/Prev 319 0 R
+/Next 339 0 R
>> endobj
331 0 obj <<
/Title 332 0 R
/A 329 0 R
-/Parent 323 0 R
+/Parent 319 0 R
/Prev 327 0 R
-/Next 335 0 R
>> endobj
327 0 obj <<
/Title 328 0 R
/A 325 0 R
-/Parent 323 0 R
+/Parent 319 0 R
+/Prev 323 0 R
/Next 331 0 R
>> endobj
323 0 obj <<
/Title 324 0 R
/A 321 0 R
/Parent 319 0 R
-/Next 339 0 R
-/First 327 0 R
-/Last 335 0 R
-/Count -3
+/Next 327 0 R
>> endobj
319 0 obj <<
/Title 320 0 R
/A 317 0 R
-/Parent 1316 0 R
-/Prev 199 0 R
-/Next 347 0 R
+/Parent 315 0 R
+/Next 335 0 R
/First 323 0 R
-/Last 343 0 R
+/Last 331 0 R
/Count -3
>> endobj
315 0 obj <<
/Title 316 0 R
/A 313 0 R
-/Parent 199 0 R
-/Prev 311 0 R
+/Parent 1265 0 R
+/Prev 199 0 R
+/Next 343 0 R
+/First 319 0 R
+/Last 339 0 R
+/Count -3
>> endobj
311 0 obj <<
/Title 312 0 R
/A 309 0 R
/Parent 199 0 R
-/Prev 279 0 R
-/Next 315 0 R
+/Prev 307 0 R
>> endobj
307 0 obj <<
/Title 308 0 R
/A 305 0 R
-/Parent 279 0 R
-/Prev 303 0 R
+/Parent 199 0 R
+/Prev 279 0 R
+/Next 311 0 R
>> endobj
303 0 obj <<
/Title 304 0 R
/A 301 0 R
/Parent 279 0 R
/Prev 299 0 R
-/Next 307 0 R
>> endobj
299 0 obj <<
/Title 300 0 R
@@ -7505,10 +7413,10 @@ endobj
/A 277 0 R
/Parent 199 0 R
/Prev 255 0 R
-/Next 311 0 R
+/Next 307 0 R
/First 283 0 R
-/Last 307 0 R
-/Count -7
+/Last 303 0 R
+/Count -6
>> endobj
275 0 obj <<
/Title 276 0 R
@@ -7647,11 +7555,11 @@ endobj
199 0 obj <<
/Title 200 0 R
/A 197 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 151 0 R
-/Next 319 0 R
+/Next 315 0 R
/First 203 0 R
-/Last 315 0 R
+/Last 311 0 R
/Count -6
>> endobj
195 0 obj <<
@@ -7735,7 +7643,7 @@ endobj
151 0 obj <<
/Title 152 0 R
/A 149 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 35 0 R
/Next 199 0 R
/First 155 0 R
@@ -7945,7 +7853,7 @@ endobj
35 0 obj <<
/Title 36 0 R
/A 33 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 19 0 R
/Next 151 0 R
/First 39 0 R
@@ -7974,7 +7882,7 @@ endobj
19 0 obj <<
/Title 20 0 R
/A 17 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 15 0 R
/Next 35 0 R
/First 23 0 R
@@ -7984,1376 +7892,1326 @@ endobj
15 0 obj <<
/Title 16 0 R
/A 13 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 11 0 R
/Next 19 0 R
>> endobj
11 0 obj <<
/Title 12 0 R
/A 9 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Prev 7 0 R
/Next 15 0 R
>> endobj
7 0 obj <<
/Title 8 0 R
/A 5 0 R
-/Parent 1316 0 R
+/Parent 1265 0 R
/Next 11 0 R
>> endobj
-1317 0 obj <<
-/Names [(Advanced.Assets) 858 0 R (Advanced.Error) 1258 0 R (Advanced.I18N) 1200 0 R (Advanced.Logging) 1187 0 R (Advanced.MasterContent) 1153 0 R (Advanced.Performance) 1281 0 R (Advanced.State) 1176 0 R (Advanced.Themes) 1164 0 R (AdvancedTopics) 1139 0 R (Configurations) 899 0 R (Configurations.AppConfig) 794 0 R (Configurations.Overview) 795 0 R (Configurations.PageConfig) 842 0 R (Configurations.Templates1) 802 0 R (Configurations.Templates2) 926 0 R (Configurations.Templates3) 955 0 R (Controls) 1005 0 R (Controls.DataGrid) 1084 0 R (Controls.DataList) 1082 0 R (Controls.List) 1031 0 R (Controls.Overview) 1006 0 R (Controls.Simple) 1007 0 R (Controls.Validation) 1070 0 R (Doc-Start) 538 0 R (Fundamentals) 770 0 R (Fundamentals.Applications) 840 0 R (Fundamentals.Architecture) 771 0 R (Fundamentals.Components) 772 0 R (Fundamentals.Controls) 800 0 R (Fundamentals.Hangman) 872 0 R (Fundamentals.HelloWorld) 865 0 R (Fundamentals.Modules) 812 0 R (Fundamentals.Pages) 810 0 R (Fundamentals.Services) 832 0 R (GettingStarted) 747 0 R (GettingStarted.AboutPrado) 749 0 R (GettingStarted.Installation) 757 0 R (GettingStarted.Introduction) 748 0 R (Item.1) 741 0 R (Item.10) 857 0 R (Item.11) 987 0 R (Item.12) 988 0 R (Item.13) 989 0 R (Item.14) 990 0 R (Item.15) 991 0 R (Item.16) 1036 0 R (Item.17) 1037 0 R (Item.18) 1038 0 R (Item.19) 1039 0 R (Item.2) 742 0 R (Item.20) 1040 0 R (Item.21) 1041 0 R (Item.22) 1042 0 R (Item.23) 1043 0 R (Item.24) 1044 0 R (Item.25) 1050 0 R (Item.26) 1057 0 R (Item.27) 1058 0 R (Item.28) 1059 0 R (Item.29) 1062 0 R (Item.3) 743 0 R (Item.30) 1063 0 R (Item.31) 1068 0 R (Item.32) 1109 0 R (Item.33) 1110 0 R (Item.34) 1111 0 R (Item.35) 1112 0 R (Item.36) 1113 0 R (Item.37) 1114 0 R (Item.38) 1115 0 R (Item.39) 1116 0 R (Item.4) 849 0 R (Item.40) 1145 0 R (Item.41) 1147 0 R (Item.42) 1148 0 R (Item.43) 1192 0 R (Item.44) 1193 0 R (Item.45) 1194 0 R (Item.46) 1205 0 R (Item.47) 1206 0 R (Item.48) 1207 0 R (Item.49) 1208 0 R (Item.5) 850 0 R (Item.50) 1209 0 R (Item.51) 1210 0 R (Item.52) 1211 0 R (Item.53) 1212 0 R (Item.54) 1213 0 R (Item.55) 1214 0 R (Item.56) 1215 0 R (Item.57) 1216 0 R (Item.58) 1250 0 R (Item.59) 1251 0 R (Item.6) 851 0 R (Item.60) 1252 0 R (Item.61) 1257 0 R (Item.62) 1259 0 R (Item.63) 1260 0 R (Item.64) 1261 0 R (Item.65) 1262 0 R (Item.66) 1269 0 R (Item.67) 1270 0 R (Item.68) 1271 0 R (Item.69) 1272 0 R (Item.7) 853 0 R (Item.70) 1273 0 R (Item.71) 1274 0 R (Item.72) 1275 0 R (Item.8) 854 0 R (Item.9) 855 0 R (Security) 1094 0 R (Security.Auth) 1095 0 R (Security.ViewState) 1124 0 R (Security.XSS) 1129 0 R (advanced/i18n.page/choice-format) 1241 0 R (advanced/i18n.page/ttranslate) 1235 0 R (chapter*.2) 558 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) 318 0 R (chapter.6) 346 0 R (configurations/templates1.page/cot) 910 0 R (configurations/templates1.page/ct) 908 0 R (configurations/templates1.page/tct) 909 0 R (configurations/templates2.page/at) 939 0 R (configurations/templates2.page/dct) 911 0 R (configurations/templates2.page/dt) 937 0 R (configurations/templates2.page/et) 934 0 R (configurations/templates2.page/lot) 940 0 R (configurations/templates2.page/pt) 938 0 R (configurations/templates2.page/st) 936 0 R (configurations/templates3.page/at) 969 0 R (configurations/templates3.page/dpt) 912 0 R (configurations/templates3.page/dt) 967 0 R (configurations/templates3.page/et) 965 0 R (configurations/templates3.page/lot) 970 0 R (configurations/templates3.page/pt) 968 0 R (fundamentals/modules.page/custom) 826 0 R (fundamentals/modules.page/error) 825 0 R (fundamentals/modules.page/request) 822 0 R (fundamentals/modules.page/response) 823 0 R (fundamentals/modules.page/session) 824 0 R (page.1) 537 0 R (page.10) 736 0 R (page.11) 740 0 R (page.12) 830 0 R (page.13) 837 0 R (page.14) 847 0 R (page.15) 863 0 R (page.16) 870 0 R (page.17) 877 0 R (page.18) 882 0 R (page.19) 887 0 R (page.2) 582 0 R (page.20) 893 0 R (page.21) 898 0 R (page.22) 916 0 R (page.23) 920 0 R (page.24) 925 0 R (page.25) 944 0 R (page.26) 952 0 R (page.27) 959 0 R (page.28) 974 0 R (page.29) 981 0 R (page.3) 609 0 R (page.30) 986 0 R (page.31) 995 0 R (page.32) 1000 0 R (page.33) 1004 0 R (page.34) 1012 0 R (page.35) 1019 0 R (page.36) 1026 0 R (page.37) 1035 0 R (page.38) 1049 0 R (page.39) 1056 0 R (page.4) 636 0 R (page.40) 1067 0 R (page.41) 1080 0 R (page.42) 1089 0 R (page.43) 1093 0 R (page.44) 1102 0 R (page.45) 1108 0 R (page.46) 1120 0 R (page.47) 1128 0 R (page.48) 1134 0 R (page.49) 1138 0 R (page.5) 666 0 R (page.50) 1144 0 R (page.51) 1152 0 R (page.52) 1157 0 R (page.53) 1163 0 R (page.54) 1170 0 R (page.55) 1175 0 R (page.56) 1181 0 R (page.57) 1186 0 R (page.58) 1191 0 R (page.59) 1199 0 R (page.6) 693 0 R (page.60) 1204 0 R (page.61) 1220 0 R (page.62) 1226 0 R (page.63) 1231 0 R (page.64) 1239 0 R (page.65) 1245 0 R (page.66) 1249 0 R (page.67) 1256 0 R (page.68) 1268 0 R (page.69) 1280 0 R (page.7) 721 0 R (page.70) 1286 0 R (page.71) 1290 0 R (page.72) 1294 0 R (page.8) 728 0 R (page.9) 732 0 R (section*.1) 6 0 R (section*.10) 945 0 R (section*.11) 946 0 R (section*.12) 947 0 R (section*.13) 953 0 R (section*.14) 954 0 R (section*.15) 966 0 R (section*.16) 975 0 R (section*.17) 976 0 R (section*.18) 977 0 R (section*.19) 982 0 R (section*.5) 781 0 R (section*.6) 789 0 R (section*.7) 790 0 R (section*.8) 921 0 R (section*.9) 935 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) 310 0 R (section.4.6) 314 0 R (section.5.1) 322 0 R (section.5.2) 338 0 R (section.5.3) 342 0 R (section.6.1) 350 0 R (section.6.2) 370 0 R (section.6.3) 374 0 R (section.6.4) 398 0 R (section.6.5) 418 0 R (section.6.6) 434 0 R (section.6.7) 466 0 R (section.6.8) 490 0 R (section.6.9) 510 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.4.7) 306 0 R (subsection.5.1.1) 326 0 R (subsection.5.1.2) 330 0 R (subsection.5.1.3) 334 0 R (subsection.6.1.1) 354 0 R (subsection.6.1.2) 358 0 R (subsection.6.1.3) 362 0 R (subsection.6.1.4) 366 0 R (subsection.6.3.1) 378 0 R (subsection.6.3.2) 382 0 R (subsection.6.3.3) 386 0 R (subsection.6.3.4) 390 0 R (subsection.6.3.5) 394 0 R (subsection.6.4.1) 402 0 R (subsection.6.4.2) 406 0 R (subsection.6.4.3) 410 0 R (subsection.6.4.4) 414 0 R (subsection.6.5.1) 422 0 R (subsection.6.5.2) 426 0 R (subsection.6.5.3) 430 0 R (subsection.6.6.1) 438 0 R (subsection.6.6.2) 442 0 R (subsection.6.6.3) 446 0 R (subsection.6.6.4) 450 0 R (subsection.6.6.5) 454 0 R (subsection.6.6.6) 458 0 R (subsection.6.6.7) 462 0 R (subsection.6.7.1) 470 0 R (subsection.6.7.2) 474 0 R (subsection.6.7.3) 478 0 R (subsection.6.7.4) 482 0 R (subsection.6.7.5) 486 0 R (subsection.6.8.1) 494 0 R (subsection.6.8.2) 498 0 R (subsection.6.8.3) 502 0 R (subsection.6.8.4) 506 0 R (subsection.6.9.1) 514 0 R (subsection.6.9.2) 518 0 R (subsection.6.9.3) 522 0 R (subsection.6.9.4) 526 0 R (subsection.6.9.5) 530 0 R]
+1266 0 obj <<
+/Names [(Advanced.Assets) 850 0 R (Advanced.Error) 1211 0 R (Advanced.I18N) 1168 0 R (Advanced.Logging) 1158 0 R (Advanced.MasterContent) 1124 0 R (Advanced.Performance) 1222 0 R (Advanced.State) 1148 0 R (Advanced.Themes) 1135 0 R (AdvancedTopics) 1114 0 R (Configurations) 894 0 R (Configurations.AppConfig) 790 0 R (Configurations.Overview) 791 0 R (Configurations.PageConfig) 838 0 R (Configurations.Templates1) 798 0 R (Configurations.Templates2) 921 0 R (Configurations.Templates3) 950 0 R (Controls) 995 0 R (Controls.DataGrid) 1066 0 R (Controls.DataList) 1064 0 R (Controls.List) 1021 0 R (Controls.Overview) 996 0 R (Controls.Simple) 997 0 R (Controls.Validation) 1044 0 R (Doc-Start) 534 0 R (Fundamentals) 766 0 R (Fundamentals.Applications) 836 0 R (Fundamentals.Architecture) 767 0 R (Fundamentals.Components) 768 0 R (Fundamentals.Controls) 796 0 R (Fundamentals.Hangman) 867 0 R (Fundamentals.HelloWorld) 860 0 R (Fundamentals.Modules) 808 0 R (Fundamentals.Pages) 806 0 R (Fundamentals.Services) 828 0 R (GettingStarted) 742 0 R (GettingStarted.AboutPrado) 744 0 R (GettingStarted.Installation) 752 0 R (GettingStarted.Introduction) 743 0 R (Item.1) 736 0 R (Item.10) 859 0 R (Item.2) 737 0 R (Item.3) 738 0 R (Item.4) 753 0 R (Item.5) 755 0 R (Item.6) 759 0 R (Item.7) 760 0 R (Item.8) 857 0 R (Item.9) 858 0 R (Security) 1077 0 R (Security.Auth) 1078 0 R (Security.ViewState) 1098 0 R (Security.XSS) 1103 0 R (advanced/i18n.page/choice-format) 1197 0 R (advanced/i18n.page/ttranslate) 1191 0 R (chapter*.2) 554 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) 314 0 R (chapter.6) 342 0 R (configurations/templates1.page/cot) 905 0 R (configurations/templates1.page/ct) 903 0 R (configurations/templates1.page/tct) 904 0 R (configurations/templates2.page/at) 934 0 R (configurations/templates2.page/dct) 906 0 R (configurations/templates2.page/dt) 932 0 R (configurations/templates2.page/et) 929 0 R (configurations/templates2.page/lot) 935 0 R (configurations/templates2.page/pt) 933 0 R (configurations/templates2.page/st) 931 0 R (configurations/templates3.page/at) 964 0 R (configurations/templates3.page/dpt) 907 0 R (configurations/templates3.page/dt) 962 0 R (configurations/templates3.page/et) 960 0 R (configurations/templates3.page/lot) 965 0 R (configurations/templates3.page/pt) 963 0 R (fundamentals/modules.page/custom) 822 0 R (fundamentals/modules.page/error) 821 0 R (fundamentals/modules.page/request) 818 0 R (fundamentals/modules.page/response) 819 0 R (fundamentals/modules.page/session) 820 0 R (page.1) 533 0 R (page.10) 731 0 R (page.11) 735 0 R (page.12) 826 0 R (page.13) 833 0 R (page.14) 843 0 R (page.15) 855 0 R (page.16) 865 0 R (page.17) 872 0 R (page.18) 877 0 R (page.19) 882 0 R (page.2) 578 0 R (page.20) 888 0 R (page.21) 893 0 R (page.22) 911 0 R (page.23) 915 0 R (page.24) 920 0 R (page.25) 939 0 R (page.26) 947 0 R (page.27) 954 0 R (page.28) 969 0 R (page.29) 976 0 R (page.3) 605 0 R (page.30) 981 0 R (page.31) 985 0 R (page.32) 990 0 R (page.33) 994 0 R (page.34) 1002 0 R (page.35) 1009 0 R (page.36) 1016 0 R (page.37) 1025 0 R (page.38) 1030 0 R (page.39) 1036 0 R (page.4) 632 0 R (page.40) 1042 0 R (page.41) 1048 0 R (page.42) 1055 0 R (page.43) 1060 0 R (page.44) 1071 0 R (page.45) 1076 0 R (page.46) 1084 0 R (page.47) 1090 0 R (page.48) 1094 0 R (page.49) 1102 0 R (page.5) 662 0 R (page.50) 1109 0 R (page.51) 1113 0 R (page.52) 1118 0 R (page.53) 1123 0 R (page.54) 1128 0 R (page.55) 1134 0 R (page.56) 1142 0 R (page.57) 1147 0 R (page.58) 1152 0 R (page.59) 1157 0 R (page.6) 689 0 R (page.60) 1162 0 R (page.61) 1167 0 R (page.62) 1173 0 R (page.63) 1177 0 R (page.64) 1182 0 R (page.65) 1187 0 R (page.66) 1195 0 R (page.67) 1201 0 R (page.68) 1206 0 R (page.69) 1210 0 R (page.7) 717 0 R (page.70) 1216 0 R (page.71) 1221 0 R (page.72) 1227 0 R (page.73) 1231 0 R (page.74) 1236 0 R (page.8) 723 0 R (page.9) 727 0 R (section*.1) 6 0 R (section*.10) 940 0 R (section*.11) 941 0 R (section*.12) 942 0 R (section*.13) 948 0 R (section*.14) 949 0 R (section*.15) 961 0 R (section*.16) 970 0 R (section*.17) 971 0 R (section*.18) 972 0 R (section*.19) 977 0 R (section*.5) 777 0 R (section*.6) 785 0 R (section*.7) 786 0 R (section*.8) 916 0 R (section*.9) 930 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.5.1) 318 0 R (section.5.2) 334 0 R (section.5.3) 338 0 R (section.6.1) 346 0 R (section.6.2) 366 0 R (section.6.3) 370 0 R (section.6.4) 394 0 R (section.6.5) 414 0 R (section.6.6) 430 0 R (section.6.7) 462 0 R (section.6.8) 486 0 R (section.6.9) 506 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.5.1.1) 322 0 R (subsection.5.1.2) 326 0 R (subsection.5.1.3) 330 0 R (subsection.6.1.1) 350 0 R (subsection.6.1.2) 354 0 R (subsection.6.1.3) 358 0 R (subsection.6.1.4) 362 0 R (subsection.6.3.1) 374 0 R (subsection.6.3.2) 378 0 R (subsection.6.3.3) 382 0 R (subsection.6.3.4) 386 0 R (subsection.6.3.5) 390 0 R (subsection.6.4.1) 398 0 R (subsection.6.4.2) 402 0 R (subsection.6.4.3) 406 0 R (subsection.6.4.4) 410 0 R (subsection.6.5.1) 418 0 R (subsection.6.5.2) 422 0 R (subsection.6.5.3) 426 0 R (subsection.6.6.1) 434 0 R (subsection.6.6.2) 438 0 R (subsection.6.6.3) 442 0 R (subsection.6.6.4) 446 0 R (subsection.6.6.5) 450 0 R (subsection.6.6.6) 454 0 R (subsection.6.6.7) 458 0 R (subsection.6.7.1) 466 0 R (subsection.6.7.2) 470 0 R (subsection.6.7.3) 474 0 R (subsection.6.7.4) 478 0 R (subsection.6.7.5) 482 0 R (subsection.6.8.1) 490 0 R (subsection.6.8.2) 494 0 R (subsection.6.8.3) 498 0 R (subsection.6.8.4) 502 0 R (subsection.6.9.1) 510 0 R (subsection.6.9.2) 514 0 R (subsection.6.9.3) 518 0 R (subsection.6.9.4) 522 0 R (subsection.6.9.5) 526 0 R]
/Limits [(Advanced.Assets) (subsection.6.9.5)]
>> endobj
-1318 0 obj <<
-/Kids [1317 0 R]
+1267 0 obj <<
+/Kids [1266 0 R]
>> endobj
-1319 0 obj <<
-/Dests 1318 0 R
+1268 0 obj <<
+/Dests 1267 0 R
>> endobj
-1320 0 obj <<
+1269 0 obj <<
/Type /Catalog
-/Pages 1315 0 R
-/Outlines 1316 0 R
-/Names 1319 0 R
-/PageMode /UseOutlines /URI<</Base()>> /ViewerPreferences<<>>
-/OpenAction 533 0 R
-/PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b)
+/Pages 1264 0 R
+/Outlines 1265 0 R
+/Names 1268 0 R
+/PageMode /UseOutlines
+/OpenAction 529 0 R
>> endobj
-1321 0 obj <<
-/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords()
-/CreationDate (D:20060128215100)
+1270 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
+/CreationDate (D:20060129154144+11'00')
+/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.20b (MiKTeX 2.4.1986))
>> endobj
xref
-0 1322
+0 1271
0000000001 65535 f
0000000002 00000 f
0000000003 00000 f
0000000004 00000 f
0000000000 00000 f
0000000009 00000 n
-0000016227 00000 n
-0000483829 00000 n
+0000016131 00000 n
+0000486933 00000 n
0000000055 00000 n
0000000081 00000 n
-0000048693 00000 n
-0000483742 00000 n
+0000048378 00000 n
+0000486846 00000 n
0000000127 00000 n
0000000153 00000 n
-0000051215 00000 n
-0000483653 00000 n
+0000050896 00000 n
+0000486757 00000 n
0000000200 00000 n
0000000226 00000 n
-0000053192 00000 n
-0000483527 00000 n
+0000052874 00000 n
+0000486631 00000 n
0000000272 00000 n
0000000306 00000 n
-0000053374 00000 n
-0000483453 00000 n
+0000053056 00000 n
+0000486557 00000 n
0000000354 00000 n
0000000413 00000 n
-0000053495 00000 n
-0000483366 00000 n
+0000053177 00000 n
+0000486470 00000 n
0000000461 00000 n
0000000494 00000 n
-0000056799 00000 n
-0000483292 00000 n
+0000056473 00000 n
+0000486396 00000 n
0000000542 00000 n
0000000577 00000 n
-0000058375 00000 n
-0000483164 00000 n
+0000058282 00000 n
+0000486268 00000 n
0000000623 00000 n
0000000654 00000 n
-0000058557 00000 n
-0000483090 00000 n
+0000058464 00000 n
+0000486194 00000 n
0000000702 00000 n
0000000733 00000 n
-0000058678 00000 n
-0000482966 00000 n
+0000058585 00000 n
+0000486070 00000 n
0000000781 00000 n
0000000810 00000 n
-0000058738 00000 n
-0000482892 00000 n
+0000058645 00000 n
+0000485996 00000 n
0000000863 00000 n
0000000902 00000 n
-0000078274 00000 n
-0000482805 00000 n
+0000078172 00000 n
+0000485909 00000 n
0000000955 00000 n
0000000990 00000 n
-0000080779 00000 n
-0000482718 00000 n
+0000080676 00000 n
+0000485822 00000 n
0000001043 00000 n
0000001072 00000 n
-0000083625 00000 n
-0000482644 00000 n
+0000083522 00000 n
+0000485748 00000 n
0000001125 00000 n
0000001167 00000 n
-0000086739 00000 n
-0000482520 00000 n
+0000086642 00000 n
+0000485624 00000 n
0000001215 00000 n
0000001242 00000 n
-0000086799 00000 n
-0000482446 00000 n
+0000086702 00000 n
+0000485550 00000 n
0000001295 00000 n
0000001326 00000 n
-0000086857 00000 n
-0000482359 00000 n
+0000086760 00000 n
+0000485463 00000 n
0000001379 00000 n
0000001420 00000 n
-0000089715 00000 n
-0000482272 00000 n
+0000089619 00000 n
+0000485376 00000 n
0000001473 00000 n
0000001509 00000 n
-0000089775 00000 n
-0000482198 00000 n
+0000089679 00000 n
+0000485302 00000 n
0000001562 00000 n
0000001607 00000 n
-0000092487 00000 n
-0000482074 00000 n
+0000092387 00000 n
+0000485178 00000 n
0000001655 00000 n
0000001679 00000 n
-0000092546 00000 n
-0000482000 00000 n
+0000092446 00000 n
+0000485104 00000 n
0000001732 00000 n
0000001759 00000 n
-0000092606 00000 n
-0000481926 00000 n
+0000092506 00000 n
+0000485030 00000 n
0000001812 00000 n
0000001846 00000 n
-0000096496 00000 n
-0000481800 00000 n
+0000096396 00000 n
+0000484904 00000 n
0000001894 00000 n
0000001920 00000 n
-0000096617 00000 n
-0000481724 00000 n
+0000096517 00000 n
+0000484828 00000 n
0000001973 00000 n
0000002007 00000 n
-0000096738 00000 n
-0000481633 00000 n
+0000096638 00000 n
+0000484737 00000 n
0000002061 00000 n
0000002096 00000 n
-0000099978 00000 n
-0000481541 00000 n
+0000099878 00000 n
+0000484645 00000 n
0000002150 00000 n
0000002184 00000 n
-0000100100 00000 n
-0000481449 00000 n
+0000100000 00000 n
+0000484553 00000 n
0000002238 00000 n
0000002278 00000 n
-0000100221 00000 n
-0000481371 00000 n
+0000100121 00000 n
+0000484475 00000 n
0000002332 00000 n
0000002366 00000 n
-0000100343 00000 n
-0000481241 00000 n
+0000100243 00000 n
+0000484345 00000 n
0000002415 00000 n
0000002443 00000 n
-0000103170 00000 n
-0000481176 00000 n
+0000103076 00000 n
+0000484280 00000 n
0000002497 00000 n
0000002529 00000 n
-0000106584 00000 n
-0000481045 00000 n
+0000106488 00000 n
+0000484149 00000 n
0000002578 00000 n
0000002610 00000 n
-0000106645 00000 n
-0000480966 00000 n
+0000106549 00000 n
+0000484070 00000 n
0000002664 00000 n
0000002706 00000 n
-0000110105 00000 n
-0000480873 00000 n
+0000109589 00000 n
+0000483977 00000 n
0000002760 00000 n
0000002802 00000 n
-0000110166 00000 n
-0000480794 00000 n
+0000109833 00000 n
+0000483898 00000 n
0000002856 00000 n
0000002898 00000 n
-0000110288 00000 n
-0000480702 00000 n
+0000109955 00000 n
+0000483806 00000 n
0000002947 00000 n
0000002986 00000 n
-0000113231 00000 n
-0000480624 00000 n
+0000112885 00000 n
+0000483728 00000 n
0000003035 00000 n
0000003075 00000 n
-0000202115 00000 n
-0000480492 00000 n
+0000201753 00000 n
+0000483596 00000 n
0000003122 00000 n
0000003156 00000 n
-0000202298 00000 n
-0000480413 00000 n
+0000201936 00000 n
+0000483517 00000 n
0000003205 00000 n
0000003247 00000 n
-0000202416 00000 n
-0000480281 00000 n
+0000202054 00000 n
+0000483385 00000 n
0000003296 00000 n
0000003333 00000 n
-0000204965 00000 n
-0000480202 00000 n
+0000204607 00000 n
+0000483306 00000 n
0000003387 00000 n
0000003421 00000 n
-0000207590 00000 n
-0000480109 00000 n
+0000207236 00000 n
+0000483213 00000 n
0000003475 00000 n
0000003516 00000 n
-0000207712 00000 n
-0000480030 00000 n
+0000207358 00000 n
+0000483134 00000 n
0000003570 00000 n
0000003602 00000 n
-0000211099 00000 n
-0000479898 00000 n
+0000210747 00000 n
+0000483002 00000 n
0000003651 00000 n
0000003689 00000 n
-0000211221 00000 n
-0000479833 00000 n
+0000210869 00000 n
+0000482937 00000 n
0000003743 00000 n
0000003783 00000 n
-0000219427 00000 n
-0000479701 00000 n
+0000219073 00000 n
+0000482805 00000 n
0000003832 00000 n
0000003871 00000 n
-0000219549 00000 n
-0000479636 00000 n
+0000219195 00000 n
+0000482740 00000 n
0000003925 00000 n
0000003966 00000 n
-0000224140 00000 n
-0000479543 00000 n
+0000223783 00000 n
+0000482647 00000 n
0000004015 00000 n
0000004061 00000 n
-0000229830 00000 n
-0000479464 00000 n
+0000229178 00000 n
+0000482568 00000 n
0000004110 00000 n
0000004149 00000 n
-0000232678 00000 n
-0000479331 00000 n
+0000232017 00000 n
+0000482435 00000 n
0000004196 00000 n
0000004224 00000 n
-0000232866 00000 n
-0000479252 00000 n
+0000232200 00000 n
+0000482356 00000 n
0000004273 00000 n
0000004310 00000 n
-0000232991 00000 n
-0000479119 00000 n
+0000232322 00000 n
+0000482223 00000 n
0000004359 00000 n
0000004399 00000 n
-0000233052 00000 n
-0000479040 00000 n
+0000232382 00000 n
+0000482144 00000 n
0000004453 00000 n
0000004479 00000 n
-0000236655 00000 n
-0000478947 00000 n
+0000235991 00000 n
+0000482051 00000 n
0000004533 00000 n
0000004563 00000 n
-0000236717 00000 n
-0000478854 00000 n
+0000236053 00000 n
+0000481958 00000 n
0000004617 00000 n
0000004643 00000 n
-0000236779 00000 n
-0000478761 00000 n
+0000236115 00000 n
+0000481865 00000 n
0000004697 00000 n
0000004723 00000 n
-0000236840 00000 n
-0000478668 00000 n
+0000236176 00000 n
+0000481772 00000 n
0000004777 00000 n
0000004803 00000 n
-0000240510 00000 n
-0000478575 00000 n
+0000239845 00000 n
+0000481679 00000 n
0000004857 00000 n
0000004885 00000 n
-0000240572 00000 n
-0000478482 00000 n
+0000239907 00000 n
+0000481586 00000 n
0000004939 00000 n
0000004966 00000 n
-0000240634 00000 n
-0000478389 00000 n
+0000239969 00000 n
+0000481493 00000 n
0000005020 00000 n
0000005051 00000 n
-0000244233 00000 n
-0000478296 00000 n
+0000243573 00000 n
+0000481400 00000 n
0000005105 00000 n
0000005137 00000 n
-0000244295 00000 n
-0000478203 00000 n
+0000243635 00000 n
+0000481307 00000 n
0000005192 00000 n
0000005221 00000 n
-0000244357 00000 n
-0000478124 00000 n
+0000243697 00000 n
+0000481228 00000 n
0000005276 00000 n
0000005308 00000 n
-0000247054 00000 n
-0000477992 00000 n
+0000246378 00000 n
+0000481096 00000 n
0000005357 00000 n
0000005390 00000 n
-0000250110 00000 n
-0000477913 00000 n
+0000248819 00000 n
+0000481017 00000 n
0000005444 00000 n
0000005472 00000 n
-0000250172 00000 n
-0000477820 00000 n
+0000248881 00000 n
+0000480924 00000 n
0000005526 00000 n
0000005559 00000 n
-0000253317 00000 n
-0000477727 00000 n
+0000252038 00000 n
+0000480831 00000 n
0000005613 00000 n
0000005646 00000 n
-0000253568 00000 n
-0000477634 00000 n
+0000252100 00000 n
+0000480738 00000 n
0000005700 00000 n
0000005736 00000 n
-0000253629 00000 n
-0000477555 00000 n
+0000252161 00000 n
+0000480659 00000 n
0000005790 00000 n
0000005821 00000 n
-0000257258 00000 n
-0000477423 00000 n
+0000255909 00000 n
+0000480527 00000 n
0000005870 00000 n
0000005909 00000 n
-0000257319 00000 n
-0000477344 00000 n
+0000259234 00000 n
+0000480448 00000 n
0000005963 00000 n
0000006006 00000 n
-0000257381 00000 n
-0000477251 00000 n
+0000259296 00000 n
+0000480355 00000 n
0000006060 00000 n
0000006107 00000 n
-0000257443 00000 n
-0000477158 00000 n
+0000262365 00000 n
+0000480262 00000 n
0000006161 00000 n
0000006203 00000 n
-0000257505 00000 n
-0000477065 00000 n
+0000262427 00000 n
+0000480169 00000 n
0000006257 00000 n
-0000006299 00000 n
-0000257567 00000 n
-0000476972 00000 n
-0000006353 00000 n
-0000006390 00000 n
-0000257629 00000 n
-0000476879 00000 n
-0000006444 00000 n
-0000006480 00000 n
-0000259358 00000 n
-0000476800 00000 n
-0000006534 00000 n
-0000006572 00000 n
-0000259483 00000 n
-0000476707 00000 n
-0000006621 00000 n
-0000006650 00000 n
-0000259608 00000 n
-0000476628 00000 n
-0000006699 00000 n
-0000006728 00000 n
-0000262611 00000 n
-0000476495 00000 n
-0000006775 00000 n
-0000006803 00000 n
-0000262799 00000 n
-0000476377 00000 n
-0000006852 00000 n
-0000006904 00000 n
-0000262861 00000 n
-0000476298 00000 n
-0000006958 00000 n
-0000007008 00000 n
+0000006294 00000 n
+0000265512 00000 n
+0000480076 00000 n
+0000006348 00000 n
+0000006384 00000 n
+0000265574 00000 n
+0000479997 00000 n
+0000006438 00000 n
+0000006476 00000 n
0000265699 00000 n
-0000476205 00000 n
-0000007062 00000 n
-0000007108 00000 n
-0000271470 00000 n
-0000476126 00000 n
-0000007162 00000 n
-0000007200 00000 n
-0000271595 00000 n
-0000476033 00000 n
-0000007249 00000 n
-0000007289 00000 n
-0000274385 00000 n
-0000475954 00000 n
-0000007338 00000 n
-0000007389 00000 n
-0000277072 00000 n
-0000475835 00000 n
-0000007436 00000 n
-0000007471 00000 n
-0000277259 00000 n
-0000475717 00000 n
-0000007520 00000 n
-0000007546 00000 n
-0000277321 00000 n
-0000475638 00000 n
-0000007600 00000 n
-0000007636 00000 n
-0000280306 00000 n
-0000475545 00000 n
-0000007690 00000 n
-0000007723 00000 n
-0000280368 00000 n
-0000475452 00000 n
-0000007777 00000 n
-0000007808 00000 n
-0000282792 00000 n
-0000475373 00000 n
-0000007862 00000 n
-0000007905 00000 n
-0000284874 00000 n
-0000475280 00000 n
-0000007954 00000 n
-0000007992 00000 n
-0000299568 00000 n
-0000475148 00000 n
-0000008041 00000 n
-0000008077 00000 n
-0000299630 00000 n
-0000475069 00000 n
-0000008131 00000 n
-0000008163 00000 n
-0000303036 00000 n
-0000474976 00000 n
-0000008217 00000 n
-0000008257 00000 n
-0000303098 00000 n
-0000474883 00000 n
-0000008311 00000 n
-0000008343 00000 n
-0000305339 00000 n
-0000474790 00000 n
-0000008397 00000 n
-0000008430 00000 n
-0000305401 00000 n
-0000474711 00000 n
-0000008484 00000 n
-0000008519 00000 n
-0000308026 00000 n
-0000474579 00000 n
-0000008568 00000 n
-0000008604 00000 n
-0000308088 00000 n
-0000474500 00000 n
-0000008658 00000 n
-0000008688 00000 n
-0000308150 00000 n
-0000474407 00000 n
-0000008742 00000 n
-0000008775 00000 n
-0000310232 00000 n
-0000474314 00000 n
-0000008829 00000 n
-0000008866 00000 n
-0000310294 00000 n
-0000474235 00000 n
-0000008920 00000 n
-0000008953 00000 n
-0000310419 00000 n
-0000474103 00000 n
-0000009002 00000 n
-0000009029 00000 n
-0000310480 00000 n
-0000474024 00000 n
-0000009083 00000 n
-0000009126 00000 n
-0000319432 00000 n
-0000473931 00000 n
-0000009180 00000 n
-0000009215 00000 n
-0000322410 00000 n
-0000473852 00000 n
-0000009269 00000 n
-0000009306 00000 n
-0000322535 00000 n
-0000473720 00000 n
-0000009355 00000 n
-0000009430 00000 n
-0000324663 00000 n
-0000473641 00000 n
-0000009484 00000 n
-0000009542 00000 n
-0000327996 00000 n
-0000473548 00000 n
-0000009596 00000 n
-0000009629 00000 n
-0000328058 00000 n
-0000473455 00000 n
-0000009683 00000 n
-0000009732 00000 n
-0000330154 00000 n
-0000473362 00000 n
-0000009786 00000 n
-0000009834 00000 n
-0000333115 00000 n
-0000473269 00000 n
-0000009888 00000 n
-0000009941 00000 n
-0000333177 00000 n
-0000473176 00000 n
-0000009995 00000 n
-0000010067 00000 n
-0000333239 00000 n
-0000473097 00000 n
-0000010121 00000 n
-0000010158 00000 n
-0000335727 00000 n
-0000472965 00000 n
-0000010207 00000 n
-0000010242 00000 n
-0000335851 00000 n
-0000472886 00000 n
-0000010296 00000 n
-0000010326 00000 n
-0000337860 00000 n
-0000472793 00000 n
-0000010380 00000 n
-0000010411 00000 n
-0000337922 00000 n
-0000472700 00000 n
-0000010465 00000 n
-0000010498 00000 n
-0000340600 00000 n
-0000472607 00000 n
-0000010552 00000 n
-0000010591 00000 n
-0000340724 00000 n
-0000472528 00000 n
-0000010645 00000 n
-0000010678 00000 n
-0000343781 00000 n
-0000472396 00000 n
-0000010727 00000 n
-0000010775 00000 n
-0000343842 00000 n
-0000472317 00000 n
-0000010829 00000 n
-0000010866 00000 n
-0000347275 00000 n
-0000472224 00000 n
-0000010920 00000 n
-0000010958 00000 n
-0000347337 00000 n
-0000472131 00000 n
-0000011012 00000 n
-0000011061 00000 n
-0000347399 00000 n
-0000472052 00000 n
-0000011115 00000 n
-0000011160 00000 n
-0000357109 00000 n
-0000471934 00000 n
-0000011209 00000 n
-0000011247 00000 n
-0000357171 00000 n
-0000471855 00000 n
-0000011301 00000 n
-0000011328 00000 n
-0000359925 00000 n
-0000471762 00000 n
-0000011382 00000 n
-0000011421 00000 n
-0000359987 00000 n
-0000471669 00000 n
-0000011475 00000 n
-0000011520 00000 n
-0000360049 00000 n
-0000471576 00000 n
-0000011574 00000 n
-0000011612 00000 n
-0000362136 00000 n
-0000471497 00000 n
-0000011666 00000 n
-0000011702 00000 n
-0000012231 00000 n
-0000012465 00000 n
-0000011755 00000 n
-0000012343 00000 n
-0000012404 00000 n
-0000468545 00000 n
-0000456803 00000 n
-0000468381 00000 n
-0000456580 00000 n
-0000454681 00000 n
-0000456418 00000 n
-0000454214 00000 n
-0000448939 00000 n
-0000454051 00000 n
-0000448716 00000 n
-0000446824 00000 n
-0000448555 00000 n
-0000446347 00000 n
-0000440923 00000 n
-0000446185 00000 n
-0000469307 00000 n
-0000016345 00000 n
-0000013838 00000 n
-0000012589 00000 n
-0000016286 00000 n
-0000014074 00000 n
-0000440294 00000 n
-0000430573 00000 n
-0000440130 00000 n
-0000014226 00000 n
-0000014377 00000 n
-0000014528 00000 n
-0000014679 00000 n
-0000429642 00000 n
-0000412791 00000 n
-0000429479 00000 n
-0000014832 00000 n
-0000014984 00000 n
-0000015137 00000 n
-0000015287 00000 n
-0000015440 00000 n
-0000015593 00000 n
-0000015751 00000 n
-0000015909 00000 n
-0000016068 00000 n
-0000022312 00000 n
-0000018345 00000 n
-0000016442 00000 n
-0000022251 00000 n
-0000018653 00000 n
-0000018806 00000 n
-0000018965 00000 n
-0000019122 00000 n
-0000019280 00000 n
-0000019439 00000 n
-0000019592 00000 n
-0000019751 00000 n
-0000019910 00000 n
-0000020063 00000 n
-0000020221 00000 n
-0000020378 00000 n
-0000020537 00000 n
-0000020695 00000 n
-0000020854 00000 n
-0000021007 00000 n
-0000021166 00000 n
-0000021318 00000 n
-0000021477 00000 n
-0000021636 00000 n
-0000021795 00000 n
-0000021948 00000 n
-0000022100 00000 n
-0000028191 00000 n
-0000024228 00000 n
-0000022396 00000 n
-0000028130 00000 n
-0000024536 00000 n
-0000024687 00000 n
-0000024840 00000 n
-0000024998 00000 n
-0000025157 00000 n
-0000025316 00000 n
-0000025468 00000 n
-0000025627 00000 n
-0000025780 00000 n
-0000025938 00000 n
-0000026091 00000 n
-0000026244 00000 n
-0000026395 00000 n
-0000026548 00000 n
-0000026701 00000 n
-0000026860 00000 n
-0000027019 00000 n
-0000027178 00000 n
-0000027337 00000 n
-0000027495 00000 n
-0000027654 00000 n
-0000027813 00000 n
-0000027972 00000 n
-0000034183 00000 n
-0000030202 00000 n
-0000028275 00000 n
-0000034122 00000 n
-0000030510 00000 n
-0000030670 00000 n
-0000030830 00000 n
-0000030982 00000 n
-0000031140 00000 n
-0000031299 00000 n
-0000031457 00000 n
-0000031616 00000 n
-0000031774 00000 n
-0000031927 00000 n
-0000032086 00000 n
-0000032245 00000 n
-0000032404 00000 n
-0000032562 00000 n
-0000032721 00000 n
-0000032880 00000 n
-0000033036 00000 n
-0000033189 00000 n
-0000033342 00000 n
-0000033492 00000 n
-0000033645 00000 n
-0000033804 00000 n
-0000033963 00000 n
-0000410894 00000 n
-0000395218 00000 n
-0000410730 00000 n
-0000040173 00000 n
-0000036206 00000 n
-0000034280 00000 n
-0000040112 00000 n
-0000036514 00000 n
-0000036667 00000 n
-0000036820 00000 n
-0000036971 00000 n
-0000037123 00000 n
-0000037282 00000 n
-0000037438 00000 n
-0000037597 00000 n
-0000037756 00000 n
-0000037909 00000 n
-0000038062 00000 n
-0000038221 00000 n
-0000038379 00000 n
-0000038538 00000 n
-0000038697 00000 n
-0000038855 00000 n
-0000039006 00000 n
-0000039165 00000 n
-0000039324 00000 n
-0000039482 00000 n
-0000039641 00000 n
-0000039794 00000 n
-0000039953 00000 n
-0000046413 00000 n
-0000042417 00000 n
-0000040257 00000 n
-0000046352 00000 n
-0000042725 00000 n
-0000042884 00000 n
-0000043037 00000 n
-0000043195 00000 n
-0000043354 00000 n
-0000043513 00000 n
-0000043672 00000 n
-0000043831 00000 n
-0000043989 00000 n
-0000044148 00000 n
-0000044300 00000 n
-0000044459 00000 n
-0000044618 00000 n
-0000044777 00000 n
-0000044936 00000 n
-0000045095 00000 n
-0000045247 00000 n
-0000045406 00000 n
-0000045563 00000 n
-0000045722 00000 n
-0000045881 00000 n
-0000046034 00000 n
-0000046193 00000 n
-0000469425 00000 n
-0000047716 00000 n
-0000047030 00000 n
-0000046497 00000 n
-0000047655 00000 n
-0000047178 00000 n
-0000047337 00000 n
-0000047496 00000 n
-0000048167 00000 n
-0000047994 00000 n
-0000047787 00000 n
-0000048106 00000 n
-0000048751 00000 n
+0000479904 00000 n
+0000006525 00000 n
+0000006554 00000 n
+0000265823 00000 n
+0000479825 00000 n
+0000006603 00000 n
+0000006632 00000 n
+0000269216 00000 n
+0000479692 00000 n
+0000006679 00000 n
+0000006707 00000 n
+0000269404 00000 n
+0000479574 00000 n
+0000006756 00000 n
+0000006808 00000 n
+0000269466 00000 n
+0000479495 00000 n
+0000006862 00000 n
+0000006912 00000 n
+0000272307 00000 n
+0000479402 00000 n
+0000006966 00000 n
+0000007012 00000 n
+0000277583 00000 n
+0000479323 00000 n
+0000007066 00000 n
+0000007104 00000 n
+0000277708 00000 n
+0000479230 00000 n
+0000007153 00000 n
+0000007193 00000 n
+0000280499 00000 n
+0000479151 00000 n
+0000007242 00000 n
+0000007293 00000 n
+0000283182 00000 n
+0000479032 00000 n
+0000007340 00000 n
+0000007375 00000 n
+0000283369 00000 n
+0000478914 00000 n
+0000007424 00000 n
+0000007450 00000 n
+0000283431 00000 n
+0000478835 00000 n
+0000007504 00000 n
+0000007540 00000 n
+0000286223 00000 n
+0000478742 00000 n
+0000007594 00000 n
+0000007627 00000 n
+0000286285 00000 n
+0000478649 00000 n
+0000007681 00000 n
+0000007712 00000 n
+0000288721 00000 n
+0000478570 00000 n
+0000007766 00000 n
+0000007809 00000 n
+0000290801 00000 n
+0000478477 00000 n
+0000007858 00000 n
+0000007896 00000 n
+0000305483 00000 n
+0000478345 00000 n
+0000007945 00000 n
+0000007981 00000 n
+0000305545 00000 n
+0000478266 00000 n
+0000008035 00000 n
+0000008067 00000 n
+0000308947 00000 n
+0000478173 00000 n
+0000008121 00000 n
+0000008161 00000 n
+0000309009 00000 n
+0000478080 00000 n
+0000008215 00000 n
+0000008247 00000 n
+0000311257 00000 n
+0000477987 00000 n
+0000008301 00000 n
+0000008334 00000 n
+0000311319 00000 n
+0000477908 00000 n
+0000008388 00000 n
+0000008423 00000 n
+0000313946 00000 n
+0000477776 00000 n
+0000008472 00000 n
+0000008508 00000 n
+0000314008 00000 n
+0000477697 00000 n
+0000008562 00000 n
+0000008592 00000 n
+0000314070 00000 n
+0000477604 00000 n
+0000008646 00000 n
+0000008679 00000 n
+0000316155 00000 n
+0000477511 00000 n
+0000008733 00000 n
+0000008770 00000 n
+0000316217 00000 n
+0000477432 00000 n
+0000008824 00000 n
+0000008857 00000 n
+0000316342 00000 n
+0000477300 00000 n
+0000008906 00000 n
+0000008933 00000 n
+0000316403 00000 n
+0000477221 00000 n
+0000008987 00000 n
+0000009030 00000 n
+0000325353 00000 n
+0000477128 00000 n
+0000009084 00000 n
+0000009119 00000 n
+0000328151 00000 n
+0000477049 00000 n
+0000009173 00000 n
+0000009210 00000 n
+0000328276 00000 n
+0000476917 00000 n
+0000009259 00000 n
+0000009334 00000 n
+0000330387 00000 n
+0000476838 00000 n
+0000009388 00000 n
+0000009446 00000 n
+0000332979 00000 n
+0000476745 00000 n
+0000009500 00000 n
+0000009533 00000 n
+0000333041 00000 n
+0000476652 00000 n
+0000009587 00000 n
+0000009636 00000 n
+0000335137 00000 n
+0000476559 00000 n
+0000009690 00000 n
+0000009738 00000 n
+0000338101 00000 n
+0000476466 00000 n
+0000009792 00000 n
+0000009845 00000 n
+0000338163 00000 n
+0000476373 00000 n
+0000009899 00000 n
+0000009971 00000 n
+0000338225 00000 n
+0000476294 00000 n
+0000010025 00000 n
+0000010062 00000 n
+0000340711 00000 n
+0000476162 00000 n
+0000010111 00000 n
+0000010146 00000 n
+0000340835 00000 n
+0000476083 00000 n
+0000010200 00000 n
+0000010230 00000 n
+0000342844 00000 n
+0000475990 00000 n
+0000010284 00000 n
+0000010315 00000 n
+0000342906 00000 n
+0000475897 00000 n
+0000010369 00000 n
+0000010402 00000 n
+0000345586 00000 n
+0000475804 00000 n
+0000010456 00000 n
+0000010495 00000 n
+0000345710 00000 n
+0000475725 00000 n
+0000010549 00000 n
+0000010582 00000 n
+0000348514 00000 n
+0000475593 00000 n
+0000010631 00000 n
+0000010679 00000 n
+0000348575 00000 n
+0000475514 00000 n
+0000010733 00000 n
+0000010770 00000 n
+0000351315 00000 n
+0000475421 00000 n
+0000010824 00000 n
+0000010862 00000 n
+0000351376 00000 n
+0000475328 00000 n
+0000010916 00000 n
+0000010965 00000 n
+0000351438 00000 n
+0000475249 00000 n
+0000011019 00000 n
+0000011064 00000 n
+0000361154 00000 n
+0000475131 00000 n
+0000011113 00000 n
+0000011151 00000 n
+0000361216 00000 n
+0000475052 00000 n
+0000011205 00000 n
+0000011232 00000 n
+0000363967 00000 n
+0000474959 00000 n
+0000011286 00000 n
+0000011325 00000 n
+0000364029 00000 n
+0000474866 00000 n
+0000011379 00000 n
+0000011424 00000 n
+0000364091 00000 n
+0000474773 00000 n
+0000011478 00000 n
+0000011516 00000 n
+0000366178 00000 n
+0000474694 00000 n
+0000011570 00000 n
+0000011606 00000 n
+0000012135 00000 n
+0000012369 00000 n
+0000011659 00000 n
+0000012247 00000 n
+0000012308 00000 n
+0000471269 00000 n
+0000459545 00000 n
+0000471105 00000 n
+0000459237 00000 n
+0000457353 00000 n
+0000459075 00000 n
+0000456530 00000 n
+0000451262 00000 n
+0000456367 00000 n
+0000450954 00000 n
+0000449080 00000 n
+0000450793 00000 n
+0000448262 00000 n
+0000442854 00000 n
+0000448100 00000 n
+0000472407 00000 n
+0000016249 00000 n
+0000013742 00000 n
+0000012493 00000 n
+0000016190 00000 n
+0000013978 00000 n
+0000441848 00000 n
+0000432005 00000 n
+0000441684 00000 n
+0000014130 00000 n
+0000014281 00000 n
+0000014432 00000 n
+0000014583 00000 n
+0000430590 00000 n
+0000413757 00000 n
+0000430427 00000 n
+0000014736 00000 n
+0000014888 00000 n
+0000015041 00000 n
+0000015191 00000 n
+0000015344 00000 n
+0000015497 00000 n
+0000015655 00000 n
+0000015813 00000 n
+0000015972 00000 n
+0000022216 00000 n
+0000018249 00000 n
+0000016346 00000 n
+0000022155 00000 n
+0000018557 00000 n
+0000018710 00000 n
+0000018869 00000 n
+0000019026 00000 n
+0000019184 00000 n
+0000019343 00000 n
+0000019496 00000 n
+0000019655 00000 n
+0000019814 00000 n
+0000019967 00000 n
+0000020125 00000 n
+0000020282 00000 n
+0000020441 00000 n
+0000020599 00000 n
+0000020758 00000 n
+0000020911 00000 n
+0000021070 00000 n
+0000021222 00000 n
+0000021381 00000 n
+0000021540 00000 n
+0000021699 00000 n
+0000021852 00000 n
+0000022004 00000 n
+0000028095 00000 n
+0000024132 00000 n
+0000022300 00000 n
+0000028034 00000 n
+0000024440 00000 n
+0000024591 00000 n
+0000024744 00000 n
+0000024902 00000 n
+0000025061 00000 n
+0000025220 00000 n
+0000025372 00000 n
+0000025531 00000 n
+0000025684 00000 n
+0000025842 00000 n
+0000025995 00000 n
+0000026148 00000 n
+0000026299 00000 n
+0000026452 00000 n
+0000026605 00000 n
+0000026764 00000 n
+0000026923 00000 n
+0000027082 00000 n
+0000027241 00000 n
+0000027399 00000 n
+0000027558 00000 n
+0000027717 00000 n
+0000027876 00000 n
+0000034128 00000 n
+0000030150 00000 n
+0000028179 00000 n
+0000034067 00000 n
+0000030458 00000 n
+0000030618 00000 n
+0000030778 00000 n
+0000030930 00000 n
+0000031088 00000 n
+0000031247 00000 n
+0000031405 00000 n
+0000031564 00000 n
+0000031722 00000 n
+0000031875 00000 n
+0000032034 00000 n
+0000032193 00000 n
+0000032352 00000 n
+0000032511 00000 n
+0000032670 00000 n
+0000032828 00000 n
+0000032981 00000 n
+0000033134 00000 n
+0000033285 00000 n
+0000033437 00000 n
+0000033596 00000 n
+0000033755 00000 n
+0000412244 00000 n
+0000395896 00000 n
+0000412080 00000 n
+0000033914 00000 n
+0000040104 00000 n
+0000036134 00000 n
+0000034225 00000 n
+0000040043 00000 n
+0000036442 00000 n
+0000036595 00000 n
+0000036744 00000 n
+0000036895 00000 n
+0000037054 00000 n
+0000037211 00000 n
+0000037368 00000 n
+0000037527 00000 n
+0000037680 00000 n
+0000037833 00000 n
+0000037992 00000 n
+0000038151 00000 n
+0000038309 00000 n
+0000038468 00000 n
+0000038626 00000 n
+0000038779 00000 n
+0000038936 00000 n
+0000039095 00000 n
+0000039254 00000 n
+0000039413 00000 n
+0000039566 00000 n
+0000039725 00000 n
+0000039884 00000 n
+0000046354 00000 n
+0000042356 00000 n
+0000040188 00000 n
+0000046293 00000 n
+0000042664 00000 n
+0000042817 00000 n
+0000042976 00000 n
+0000043135 00000 n
+0000043294 00000 n
+0000043453 00000 n
+0000043612 00000 n
+0000043771 00000 n
+0000043929 00000 n
+0000044082 00000 n
+0000044240 00000 n
+0000044399 00000 n
+0000044558 00000 n
+0000044717 00000 n
+0000044876 00000 n
+0000045029 00000 n
+0000045187 00000 n
+0000045345 00000 n
+0000045504 00000 n
+0000045663 00000 n
+0000045816 00000 n
+0000045975 00000 n
+0000046134 00000 n
+0000472525 00000 n
+0000047401 00000 n
+0000046882 00000 n
+0000046438 00000 n
+0000047340 00000 n
+0000047022 00000 n
+0000047181 00000 n
+0000047852 00000 n
+0000047679 00000 n
+0000047472 00000 n
+0000047791 00000 n
+0000048436 00000 n
+0000048205 00000 n
+0000047923 00000 n
+0000048317 00000 n
+0000048895 00000 n
+0000048722 00000 n
0000048520 00000 n
-0000048238 00000 n
-0000048632 00000 n
-0000049210 00000 n
-0000049037 00000 n
-0000048835 00000 n
-0000049149 00000 n
-0000051456 00000 n
-0000051042 00000 n
-0000049281 00000 n
-0000051154 00000 n
-0000051273 00000 n
-0000051334 00000 n
-0000051395 00000 n
-0000053555 00000 n
-0000053080 00000 n
-0000051553 00000 n
-0000053252 00000 n
-0000053313 00000 n
-0000053434 00000 n
-0000469543 00000 n
-0000056859 00000 n
-0000056434 00000 n
-0000053652 00000 n
-0000394577 00000 n
-0000384360 00000 n
-0000394412 00000 n
-0000056738 00000 n
-0000382919 00000 n
-0000381101 00000 n
-0000382755 00000 n
-0000056566 00000 n
-0000378852 00000 n
-0000369762 00000 n
-0000378688 00000 n
-0000059790 00000 n
-0000071417 00000 n
-0000058798 00000 n
-0000058263 00000 n
-0000056982 00000 n
-0000058435 00000 n
-0000058496 00000 n
-0000058617 00000 n
-0000076304 00000 n
-0000059678 00000 n
-0000058895 00000 n
-0000070919 00000 n
-0000076054 00000 n
-0000078334 00000 n
-0000078101 00000 n
-0000076458 00000 n
-0000078213 00000 n
-0000080839 00000 n
-0000080667 00000 n
-0000078457 00000 n
-0000083807 00000 n
-0000082978 00000 n
-0000080949 00000 n
-0000083126 00000 n
-0000083685 00000 n
-0000083746 00000 n
-0000083292 00000 n
-0000083458 00000 n
-0000469661 00000 n
-0000224079 00000 n
-0000202237 00000 n
-0000086917 00000 n
-0000086203 00000 n
-0000083930 00000 n
-0000086343 00000 n
-0000086678 00000 n
-0000086510 00000 n
-0000202359 00000 n
-0000089835 00000 n
-0000089603 00000 n
-0000087027 00000 n
-0000113883 00000 n
-0000092726 00000 n
-0000092127 00000 n
-0000089945 00000 n
-0000092427 00000 n
-0000092259 00000 n
-0000092666 00000 n
-0000096860 00000 n
-0000095282 00000 n
-0000092849 00000 n
-0000095454 00000 n
-0000095620 00000 n
-0000095795 00000 n
-0000095972 00000 n
-0000096146 00000 n
-0000096322 00000 n
-0000096556 00000 n
-0000096677 00000 n
-0000096799 00000 n
-0000100039 00000 n
-0000100160 00000 n
-0000100404 00000 n
-0000099436 00000 n
-0000096970 00000 n
-0000099917 00000 n
-0000099576 00000 n
-0000100282 00000 n
-0000099742 00000 n
-0000103291 00000 n
-0000102635 00000 n
-0000100514 00000 n
-0000103109 00000 n
-0000102775 00000 n
-0000102941 00000 n
-0000103231 00000 n
-0000469779 00000 n
-0000227670 00000 n
-0000163609 00000 n
-0000107132 00000 n
-0000105887 00000 n
-0000103401 00000 n
-0000106523 00000 n
-0000106035 00000 n
-0000106706 00000 n
-0000106766 00000 n
-0000106827 00000 n
-0000106201 00000 n
-0000106888 00000 n
-0000106949 00000 n
-0000107010 00000 n
-0000106359 00000 n
-0000107071 00000 n
-0000277197 00000 n
-0000166832 00000 n
-0000110349 00000 n
-0000109746 00000 n
-0000107242 00000 n
-0000110044 00000 n
-0000109878 00000 n
-0000110227 00000 n
-0000195018 00000 n
-0000113292 00000 n
-0000112484 00000 n
-0000110485 00000 n
-0000113109 00000 n
-0000112624 00000 n
-0000113170 00000 n
-0000112868 00000 n
-0000163005 00000 n
-0000113771 00000 n
-0000113415 00000 n
-0000162944 00000 n
-0000162226 00000 n
-0000166235 00000 n
-0000163497 00000 n
-0000163133 00000 n
-0000166174 00000 n
-0000165564 00000 n
-0000194410 00000 n
-0000166720 00000 n
+0000048834 00000 n
+0000051137 00000 n
+0000050723 00000 n
+0000048966 00000 n
+0000050835 00000 n
+0000050954 00000 n
+0000051015 00000 n
+0000051076 00000 n
+0000053237 00000 n
+0000052762 00000 n
+0000051234 00000 n
+0000052934 00000 n
+0000052995 00000 n
+0000053116 00000 n
+0000472643 00000 n
+0000056776 00000 n
+0000056108 00000 n
+0000053334 00000 n
+0000394821 00000 n
+0000384464 00000 n
+0000394656 00000 n
+0000056412 00000 n
+0000056533 00000 n
+0000056240 00000 n
+0000056594 00000 n
+0000383517 00000 n
+0000374444 00000 n
+0000383353 00000 n
+0000056655 00000 n
+0000056716 00000 n
+0000059688 00000 n
+0000071315 00000 n
+0000058705 00000 n
+0000058170 00000 n
+0000056886 00000 n
+0000058342 00000 n
+0000058403 00000 n
+0000058524 00000 n
+0000076202 00000 n
+0000059576 00000 n
+0000058802 00000 n
+0000070817 00000 n
+0000075952 00000 n
+0000078232 00000 n
+0000077999 00000 n
+0000076356 00000 n
+0000078111 00000 n
+0000080736 00000 n
+0000080564 00000 n
+0000078355 00000 n
+0000083704 00000 n
+0000082875 00000 n
+0000080846 00000 n
+0000083023 00000 n
+0000083582 00000 n
+0000083643 00000 n
+0000083189 00000 n
+0000083355 00000 n
+0000472761 00000 n
+0000223722 00000 n
+0000201875 00000 n
+0000086820 00000 n
+0000086106 00000 n
+0000083827 00000 n
+0000086246 00000 n
+0000086581 00000 n
+0000086413 00000 n
+0000201997 00000 n
+0000089739 00000 n
+0000089507 00000 n
+0000086930 00000 n
+0000113534 00000 n
+0000092626 00000 n
+0000092027 00000 n
+0000089849 00000 n
+0000092327 00000 n
+0000092159 00000 n
+0000092566 00000 n
+0000096760 00000 n
+0000095182 00000 n
+0000092749 00000 n
+0000095354 00000 n
+0000095520 00000 n
+0000095695 00000 n
+0000095872 00000 n
+0000096046 00000 n
+0000096222 00000 n
+0000096456 00000 n
+0000096577 00000 n
+0000096699 00000 n
+0000099939 00000 n
+0000100060 00000 n
+0000100304 00000 n
+0000099336 00000 n
+0000096870 00000 n
+0000099817 00000 n
+0000099476 00000 n
+0000100182 00000 n
+0000099642 00000 n
+0000103197 00000 n
+0000102541 00000 n
+0000100414 00000 n
+0000103015 00000 n
+0000102681 00000 n
+0000102847 00000 n
+0000103137 00000 n
+0000472879 00000 n
+0000227002 00000 n
+0000163257 00000 n
+0000106610 00000 n
+0000105791 00000 n
+0000103307 00000 n
+0000106427 00000 n
+0000105939 00000 n
+0000373884 00000 n
+0000372081 00000 n
+0000373720 00000 n
+0000106105 00000 n
+0000106263 00000 n
+0000283307 00000 n
+0000166475 00000 n
+0000110016 00000 n
+0000109230 00000 n
+0000106733 00000 n
+0000109528 00000 n
+0000109362 00000 n
+0000109650 00000 n
+0000109711 00000 n
+0000109772 00000 n
+0000109894 00000 n
+0000194656 00000 n
+0000112946 00000 n
+0000112138 00000 n
+0000110139 00000 n
+0000112763 00000 n
+0000112278 00000 n
+0000112824 00000 n
+0000112522 00000 n
+0000162656 00000 n
+0000113422 00000 n
+0000113069 00000 n
+0000162595 00000 n
+0000161877 00000 n
+0000165883 00000 n
+0000163145 00000 n
+0000162784 00000 n
+0000165822 00000 n
+0000165212 00000 n
+0000194053 00000 n
0000166363 00000 n
-0000194349 00000 n
-0000469897 00000 n
-0000194087 00000 n
-0000198734 00000 n
-0000194906 00000 n
-0000194538 00000 n
-0000198673 00000 n
-0000198411 00000 n
-0000202537 00000 n
-0000200486 00000 n
-0000198862 00000 n
-0000202054 00000 n
-0000202176 00000 n
-0000200674 00000 n
-0000200840 00000 n
-0000201008 00000 n
-0000201176 00000 n
-0000201352 00000 n
-0000201524 00000 n
-0000201700 00000 n
-0000201877 00000 n
-0000202477 00000 n
-0000207529 00000 n
-0000207651 00000 n
-0000211160 00000 n
-0000219488 00000 n
-0000205026 00000 n
-0000204792 00000 n
-0000202634 00000 n
-0000204904 00000 n
-0000207773 00000 n
-0000207295 00000 n
-0000205136 00000 n
-0000207407 00000 n
-0000207468 00000 n
-0000211465 00000 n
-0000209564 00000 n
-0000207896 00000 n
-0000210977 00000 n
-0000211038 00000 n
+0000166011 00000 n
+0000193992 00000 n
+0000472997 00000 n
+0000193730 00000 n
+0000198372 00000 n
+0000194544 00000 n
+0000194181 00000 n
+0000198311 00000 n
+0000198049 00000 n
+0000202175 00000 n
+0000200124 00000 n
+0000198500 00000 n
+0000201692 00000 n
+0000201814 00000 n
+0000200312 00000 n
+0000200478 00000 n
+0000200646 00000 n
+0000200814 00000 n
+0000200990 00000 n
+0000201162 00000 n
+0000201338 00000 n
+0000201515 00000 n
+0000202115 00000 n
+0000207175 00000 n
+0000207297 00000 n
+0000210808 00000 n
+0000219134 00000 n
+0000204668 00000 n
+0000204434 00000 n
+0000202272 00000 n
+0000204546 00000 n
+0000207419 00000 n
+0000206941 00000 n
+0000204778 00000 n
+0000207053 00000 n
+0000207114 00000 n
+0000211113 00000 n
+0000209212 00000 n
+0000207542 00000 n
+0000210625 00000 n
+0000210686 00000 n
+0000209392 00000 n
+0000209568 00000 n
0000209744 00000 n
0000209920 00000 n
0000210096 00000 n
0000210272 00000 n
0000210448 00000 n
-0000210624 00000 n
-0000210800 00000 n
-0000211282 00000 n
-0000211343 00000 n
-0000211404 00000 n
-0000213484 00000 n
-0000213606 00000 n
-0000215621 00000 n
-0000215743 00000 n
-0000213728 00000 n
-0000213250 00000 n
-0000211588 00000 n
-0000213362 00000 n
-0000213423 00000 n
-0000213545 00000 n
-0000213667 00000 n
-0000470015 00000 n
-0000215926 00000 n
-0000215448 00000 n
-0000213838 00000 n
-0000215560 00000 n
+0000210930 00000 n
+0000210991 00000 n
+0000211052 00000 n
+0000213132 00000 n
+0000213254 00000 n
+0000215267 00000 n
+0000215389 00000 n
+0000213376 00000 n
+0000212898 00000 n
+0000211236 00000 n
+0000213010 00000 n
+0000213071 00000 n
+0000213193 00000 n
+0000213315 00000 n
+0000473115 00000 n
+0000215572 00000 n
+0000215094 00000 n
+0000213486 00000 n
+0000215206 00000 n
+0000215328 00000 n
+0000215450 00000 n
+0000215511 00000 n
+0000219438 00000 n
+0000217968 00000 n
0000215682 00000 n
-0000215804 00000 n
-0000215865 00000 n
-0000219792 00000 n
-0000218322 00000 n
-0000216036 00000 n
-0000219366 00000 n
-0000218486 00000 n
-0000218662 00000 n
-0000218838 00000 n
-0000219014 00000 n
-0000219190 00000 n
-0000219610 00000 n
-0000219671 00000 n
-0000219732 00000 n
-0000221965 00000 n
-0000222087 00000 n
-0000223957 00000 n
-0000222209 00000 n
-0000221731 00000 n
-0000219915 00000 n
-0000221843 00000 n
-0000221904 00000 n
-0000222026 00000 n
-0000222148 00000 n
-0000224201 00000 n
-0000223784 00000 n
-0000222319 00000 n
-0000223896 00000 n
-0000224018 00000 n
-0000227730 00000 n
-0000227192 00000 n
-0000224324 00000 n
-0000227304 00000 n
-0000227365 00000 n
-0000227426 00000 n
-0000227487 00000 n
-0000227548 00000 n
-0000227609 00000 n
-0000229891 00000 n
-0000229657 00000 n
-0000227827 00000 n
-0000229769 00000 n
-0000470133 00000 n
-0000230759 00000 n
-0000230585 00000 n
-0000230001 00000 n
-0000230697 00000 n
-0000233114 00000 n
-0000232242 00000 n
-0000230856 00000 n
-0000232615 00000 n
-0000232740 00000 n
-0000232803 00000 n
-0000232928 00000 n
-0000232378 00000 n
-0000236902 00000 n
-0000235723 00000 n
-0000233212 00000 n
-0000236592 00000 n
-0000235877 00000 n
-0000236118 00000 n
-0000236355 00000 n
-0000240696 00000 n
-0000239579 00000 n
-0000237013 00000 n
-0000240447 00000 n
-0000239733 00000 n
-0000239970 00000 n
-0000240209 00000 n
-0000244481 00000 n
-0000243040 00000 n
-0000240807 00000 n
-0000244170 00000 n
-0000243203 00000 n
-0000243445 00000 n
-0000243687 00000 n
-0000243927 00000 n
-0000244419 00000 n
-0000247681 00000 n
-0000246875 00000 n
-0000244592 00000 n
-0000246991 00000 n
-0000247116 00000 n
-0000247178 00000 n
-0000247241 00000 n
-0000247304 00000 n
-0000247366 00000 n
-0000247429 00000 n
-0000247492 00000 n
-0000247555 00000 n
-0000247618 00000 n
-0000470255 00000 n
-0000250234 00000 n
-0000249355 00000 n
-0000247792 00000 n
-0000249984 00000 n
-0000250047 00000 n
-0000249501 00000 n
-0000249740 00000 n
-0000253817 00000 n
-0000252618 00000 n
-0000250345 00000 n
-0000253254 00000 n
-0000253379 00000 n
-0000253442 00000 n
-0000253505 00000 n
-0000252764 00000 n
-0000253008 00000 n
-0000253691 00000 n
-0000253754 00000 n
-0000257691 00000 n
-0000255126 00000 n
-0000253928 00000 n
-0000257070 00000 n
-0000257133 00000 n
-0000255317 00000 n
-0000257196 00000 n
-0000255560 00000 n
-0000255813 00000 n
-0000256070 00000 n
-0000256323 00000 n
-0000256576 00000 n
-0000256824 00000 n
-0000259670 00000 n
-0000258407 00000 n
-0000257802 00000 n
-0000259295 00000 n
-0000258562 00000 n
-0000259420 00000 n
-0000258810 00000 n
-0000259545 00000 n
-0000259052 00000 n
-0000260254 00000 n
-0000260075 00000 n
-0000259768 00000 n
-0000260191 00000 n
-0000262923 00000 n
-0000262065 00000 n
-0000260339 00000 n
-0000262548 00000 n
-0000262673 00000 n
-0000262736 00000 n
-0000262211 00000 n
-0000262380 00000 n
-0000470380 00000 n
-0000265761 00000 n
-0000265144 00000 n
-0000263021 00000 n
+0000219012 00000 n
+0000218132 00000 n
+0000218308 00000 n
+0000218484 00000 n
+0000218660 00000 n
+0000218836 00000 n
+0000219256 00000 n
+0000219317 00000 n
+0000219378 00000 n
+0000221608 00000 n
+0000221730 00000 n
+0000223600 00000 n
+0000221852 00000 n
+0000221374 00000 n
+0000219561 00000 n
+0000221486 00000 n
+0000221547 00000 n
+0000221669 00000 n
+0000221791 00000 n
+0000223844 00000 n
+0000223427 00000 n
+0000221962 00000 n
+0000223539 00000 n
+0000223661 00000 n
+0000227062 00000 n
+0000226829 00000 n
+0000223967 00000 n
+0000226941 00000 n
+0000229239 00000 n
+0000229005 00000 n
+0000227172 00000 n
+0000229117 00000 n
+0000473233 00000 n
+0000230106 00000 n
+0000229933 00000 n
+0000229349 00000 n
+0000230045 00000 n
+0000232443 00000 n
+0000231588 00000 n
+0000230203 00000 n
+0000231956 00000 n
+0000232078 00000 n
+0000232139 00000 n
+0000232261 00000 n
+0000231720 00000 n
+0000236238 00000 n
+0000235060 00000 n
+0000232540 00000 n
+0000235928 00000 n
+0000235213 00000 n
+0000235454 00000 n
+0000235691 00000 n
+0000240031 00000 n
+0000238914 00000 n
+0000236348 00000 n
+0000239782 00000 n
+0000239068 00000 n
+0000239305 00000 n
+0000239544 00000 n
+0000243821 00000 n
+0000242380 00000 n
+0000240142 00000 n
+0000243510 00000 n
+0000242543 00000 n
+0000242785 00000 n
+0000243027 00000 n
+0000243267 00000 n
+0000243759 00000 n
+0000246440 00000 n
+0000246199 00000 n
+0000243932 00000 n
+0000246315 00000 n
+0000473354 00000 n
+0000248943 00000 n
+0000248127 00000 n
+0000246564 00000 n
+0000248756 00000 n
+0000248273 00000 n
+0000248512 00000 n
+0000252223 00000 n
+0000251339 00000 n
+0000249067 00000 n
+0000251975 00000 n
+0000251485 00000 n
+0000251729 00000 n
+0000255971 00000 n
+0000255404 00000 n
+0000252347 00000 n
+0000255783 00000 n
+0000255541 00000 n
+0000255846 00000 n
+0000259358 00000 n
+0000258337 00000 n
+0000256108 00000 n
+0000259171 00000 n
+0000258492 00000 n
+0000258744 00000 n
+0000258913 00000 n
+0000262489 00000 n
+0000261912 00000 n
+0000259495 00000 n
+0000262302 00000 n
+0000262049 00000 n
+0000265885 00000 n
+0000264301 00000 n
+0000262613 00000 n
+0000265449 00000 n
+0000264465 00000 n
+0000264713 00000 n
+0000264959 00000 n
0000265636 00000 n
-0000265290 00000 n
-0000265467 00000 n
-0000268960 00000 n
-0000268278 00000 n
-0000265872 00000 n
-0000268394 00000 n
-0000268457 00000 n
-0000268519 00000 n
-0000268582 00000 n
-0000268645 00000 n
-0000268708 00000 n
-0000268771 00000 n
-0000268834 00000 n
-0000268897 00000 n
-0000271656 00000 n
-0000271291 00000 n
-0000269071 00000 n
-0000271407 00000 n
-0000368353 00000 n
-0000363328 00000 n
-0000368187 00000 n
-0000271532 00000 n
-0000274447 00000 n
-0000273942 00000 n
-0000271781 00000 n
-0000274259 00000 n
-0000274322 00000 n
-0000274079 00000 n
-0000275040 00000 n
-0000274861 00000 n
-0000274558 00000 n
-0000274977 00000 n
-0000277383 00000 n
-0000276893 00000 n
-0000275125 00000 n
-0000277009 00000 n
-0000277134 00000 n
-0000470505 00000 n
-0000280429 00000 n
-0000279741 00000 n
-0000277481 00000 n
-0000280055 00000 n
-0000280118 00000 n
-0000279878 00000 n
-0000280181 00000 n
-0000280244 00000 n
-0000282916 00000 n
-0000282613 00000 n
-0000280540 00000 n
-0000282729 00000 n
-0000282854 00000 n
-0000284936 00000 n
-0000284695 00000 n
-0000283027 00000 n
-0000284811 00000 n
-0000286440 00000 n
-0000294057 00000 n
-0000299692 00000 n
-0000286324 00000 n
-0000285047 00000 n
-0000299442 00000 n
-0000299505 00000 n
-0000293343 00000 n
-0000299015 00000 n
-0000303160 00000 n
-0000302667 00000 n
-0000299849 00000 n
-0000302973 00000 n
-0000302804 00000 n
-0000305525 00000 n
-0000305160 00000 n
-0000303271 00000 n
-0000305276 00000 n
-0000305463 00000 n
-0000470630 00000 n
-0000308212 00000 n
-0000307847 00000 n
-0000305636 00000 n
-0000307963 00000 n
-0000312694 00000 n
-0000310542 00000 n
-0000310053 00000 n
-0000308323 00000 n
-0000310169 00000 n
-0000310356 00000 n
-0000319683 00000 n
-0000312578 00000 n
-0000310653 00000 n
-0000319369 00000 n
-0000319494 00000 n
-0000319557 00000 n
-0000319620 00000 n
-0000318668 00000 n
-0000322597 00000 n
-0000322231 00000 n
-0000319839 00000 n
-0000322347 00000 n
-0000322472 00000 n
-0000325479 00000 n
-0000324484 00000 n
-0000322708 00000 n
-0000324600 00000 n
-0000324725 00000 n
-0000324788 00000 n
-0000324851 00000 n
-0000324914 00000 n
-0000324976 00000 n
-0000325038 00000 n
-0000325101 00000 n
-0000325164 00000 n
-0000325227 00000 n
+0000265207 00000 n
+0000265760 00000 n
+0000473479 00000 n
+0000266858 00000 n
+0000266415 00000 n
+0000266009 00000 n
+0000266795 00000 n
+0000266552 00000 n
+0000269528 00000 n
+0000268670 00000 n
+0000266943 00000 n
+0000269153 00000 n
+0000269278 00000 n
+0000269341 00000 n
+0000268816 00000 n
+0000268985 00000 n
+0000272369 00000 n
+0000271752 00000 n
+0000269626 00000 n
+0000272244 00000 n
+0000271898 00000 n
+0000272075 00000 n
+0000275060 00000 n
+0000274881 00000 n
+0000272480 00000 n
+0000274997 00000 n
+0000277769 00000 n
+0000277404 00000 n
+0000275184 00000 n
+0000277520 00000 n
+0000371356 00000 n
+0000366351 00000 n
+0000371190 00000 n
+0000277645 00000 n
+0000280561 00000 n
+0000280056 00000 n
+0000277894 00000 n
+0000280373 00000 n
+0000280436 00000 n
+0000280193 00000 n
+0000473604 00000 n
+0000281154 00000 n
+0000280975 00000 n
+0000280672 00000 n
+0000281091 00000 n
+0000283493 00000 n
+0000283003 00000 n
+0000281239 00000 n
+0000283119 00000 n
+0000283244 00000 n
+0000286346 00000 n
+0000285846 00000 n
+0000283591 00000 n
+0000286160 00000 n
+0000285983 00000 n
+0000288845 00000 n
+0000288542 00000 n
+0000286470 00000 n
+0000288658 00000 n
+0000288783 00000 n
+0000290863 00000 n
+0000290622 00000 n
+0000288956 00000 n
+0000290738 00000 n
+0000292355 00000 n
+0000299972 00000 n
+0000305607 00000 n
+0000292239 00000 n
+0000290974 00000 n
+0000305357 00000 n
+0000305420 00000 n
+0000473729 00000 n
+0000299258 00000 n
+0000304930 00000 n
+0000309071 00000 n
+0000308578 00000 n
+0000305764 00000 n
+0000308884 00000 n
+0000308715 00000 n
+0000311443 00000 n
+0000311078 00000 n
+0000309182 00000 n
+0000311194 00000 n
+0000311381 00000 n
+0000314132 00000 n
+0000313767 00000 n
+0000311554 00000 n
+0000313883 00000 n
+0000318615 00000 n
+0000316465 00000 n
+0000315976 00000 n
+0000314243 00000 n
+0000316092 00000 n
+0000316279 00000 n
+0000325415 00000 n
+0000318499 00000 n
+0000316576 00000 n
0000325290 00000 n
-0000325353 00000 n
-0000325416 00000 n
-0000328120 00000 n
-0000327629 00000 n
-0000325577 00000 n
-0000327933 00000 n
-0000327766 00000 n
-0000470755 00000 n
-0000330216 00000 n
-0000329765 00000 n
-0000328245 00000 n
-0000330091 00000 n
-0000329902 00000 n
-0000333301 00000 n
-0000332370 00000 n
-0000330327 00000 n
-0000333052 00000 n
-0000332525 00000 n
-0000332702 00000 n
-0000332879 00000 n
-0000335789 00000 n
-0000335912 00000 n
-0000335351 00000 n
-0000333426 00000 n
-0000335664 00000 n
-0000335488 00000 n
-0000340662 00000 n
-0000337984 00000 n
-0000337681 00000 n
-0000336036 00000 n
-0000337797 00000 n
-0000340975 00000 n
-0000340421 00000 n
-0000338095 00000 n
-0000340537 00000 n
-0000340786 00000 n
-0000340849 00000 n
-0000340912 00000 n
-0000344156 00000 n
-0000343476 00000 n
-0000341099 00000 n
-0000343592 00000 n
-0000343655 00000 n
-0000343718 00000 n
-0000343904 00000 n
-0000343967 00000 n
-0000344030 00000 n
-0000344093 00000 n
-0000470880 00000 n
-0000349682 00000 n
-0000347460 00000 n
-0000346461 00000 n
-0000344267 00000 n
-0000346771 00000 n
-0000346834 00000 n
-0000346897 00000 n
-0000346960 00000 n
-0000347023 00000 n
-0000347086 00000 n
-0000347149 00000 n
-0000347212 00000 n
-0000346598 00000 n
-0000354997 00000 n
-0000349566 00000 n
-0000347571 00000 n
-0000354871 00000 n
-0000354934 00000 n
-0000354476 00000 n
-0000357232 00000 n
-0000356930 00000 n
-0000355141 00000 n
-0000357046 00000 n
-0000360111 00000 n
-0000359746 00000 n
-0000357343 00000 n
-0000359862 00000 n
-0000362198 00000 n
-0000361957 00000 n
-0000360236 00000 n
-0000362073 00000 n
-0000362309 00000 n
-0000368596 00000 n
-0000368813 00000 n
-0000379132 00000 n
-0000379443 00000 n
-0000383145 00000 n
-0000383350 00000 n
-0000394928 00000 n
-0000411461 00000 n
-0000411844 00000 n
-0000430156 00000 n
-0000440596 00000 n
-0000446605 00000 n
-0000448914 00000 n
-0000454463 00000 n
+0000324589 00000 n
+0000328338 00000 n
+0000327972 00000 n
+0000325584 00000 n
+0000328088 00000 n
+0000328213 00000 n
+0000473854 00000 n
+0000330449 00000 n
+0000330208 00000 n
+0000328449 00000 n
+0000330324 00000 n
+0000333103 00000 n
+0000332612 00000 n
+0000330560 00000 n
+0000332916 00000 n
+0000332749 00000 n
+0000335199 00000 n
+0000334748 00000 n
+0000333228 00000 n
+0000335074 00000 n
+0000334885 00000 n
+0000338287 00000 n
+0000337356 00000 n
+0000335310 00000 n
+0000338038 00000 n
+0000337511 00000 n
+0000337688 00000 n
+0000337865 00000 n
+0000340773 00000 n
+0000340896 00000 n
+0000340335 00000 n
+0000338412 00000 n
+0000340648 00000 n
+0000340472 00000 n
+0000345648 00000 n
+0000342968 00000 n
+0000342665 00000 n
+0000341020 00000 n
+0000342781 00000 n
+0000473979 00000 n
+0000345772 00000 n
+0000345407 00000 n
+0000343079 00000 n
+0000345523 00000 n
+0000348637 00000 n
+0000348272 00000 n
+0000345896 00000 n
+0000348388 00000 n
+0000348451 00000 n
+0000353721 00000 n
+0000351500 00000 n
+0000350942 00000 n
+0000348761 00000 n
+0000351252 00000 n
+0000351079 00000 n
+0000359036 00000 n
+0000353605 00000 n
+0000351624 00000 n
+0000358910 00000 n
+0000358973 00000 n
+0000358515 00000 n
+0000361277 00000 n
+0000360975 00000 n
+0000359180 00000 n
+0000361091 00000 n
+0000364153 00000 n
+0000363788 00000 n
+0000361388 00000 n
+0000363904 00000 n
+0000474104 00000 n
+0000366240 00000 n
+0000365999 00000 n
+0000364278 00000 n
+0000366115 00000 n
+0000371816 00000 n
+0000371599 00000 n
+0000374319 00000 n
+0000374114 00000 n
+0000384111 00000 n
+0000383800 00000 n
+0000395466 00000 n
+0000395174 00000 n
+0000413231 00000 n
+0000412840 00000 n
+0000431521 00000 n
+0000431104 00000 n
+0000442479 00000 n
+0000442149 00000 n
+0000448739 00000 n
+0000448520 00000 n
+0000451177 00000 n
+0000451152 00000 n
+0000456996 00000 n
0000456778 00000 n
-0000468936 00000 n
-0000471005 00000 n
-0000471125 00000 n
-0000471249 00000 n
-0000471339 00000 n
-0000471421 00000 n
-0000483902 00000 n
-0000492566 00000 n
-0000492607 00000 n
-0000492647 00000 n
-0000492878 00000 n
+0000459460 00000 n
+0000459435 00000 n
+0000472031 00000 n
+0000471660 00000 n
+0000474193 00000 n
+0000474313 00000 n
+0000474437 00000 n
+0000474536 00000 n
+0000474618 00000 n
+0000487006 00000 n
+0000494503 00000 n
+0000494544 00000 n
+0000494584 00000 n
+0000494718 00000 n
trailer
<<
-/Size 1322
-/Root 1320 0 R
-/Info 1321 0 R
+/Size 1271
+/Root 1269 0 R
+/Info 1270 0 R
+/ID [<09F6364358F11F3E70029F9F60B41E36> <09F6364358F11F3E70029F9F60B41E36>]
>>
startxref
-493034
+494958
%%EOF
diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page
index f37df4d6..74925447 100644
--- a/demos/quickstart/protected/pages/Controls/Validation.page
+++ b/demos/quickstart/protected/pages/Controls/Validation.page
@@ -2,29 +2,127 @@
<h1>Validation Controls</h1>
+<p>Validation is performed when a postback control, such as a <tt>TButton</tt>, a <tt>TLinkButton</tt> or a <tt>TTextBox</tt> (under AutoPostBack mode) is submitting the page and its <tt><b>CausesValidation</b></tt> property is true.</p>
+
+<p>Validator controls always validate the associated input control on the serve side.
+In addition, if <tt>EnableClientScript</tt> is true, validation will also be performed on the client-side using javascript. Client-side validation will validate user input before it is sent to the server. The form data will not be submitted if any error is detected. This avoids the round-trip of information necessary for server-side validation. </p>
+
+<p>Every validator component has the following properties, defined in the <tt>TBaseValidator</tt> class.
+
+<dl>
+ <dt>ControlToValidate</dt>
+ <dd>The <tt>ID</tt> of the component for this validator. This property must be set to the <tt>ID</tt> path of an input component. The <tt>ID</tt> path is the dot-connected IDs of the components reaching from the validator's parent component to the target component. </dd>
+
+ <dt>ErrorMessage</dt>
+ <dd>The text for the error message when the input component failed to validate.</dd>
+
+ <dt>ValidationGroup</dt>
+ <dd>If the control causing the validation also sets its ValidationGroup property, only those validators having the same ValidationGroup value will do input validation.
+ </dd>
+
+ <dt>Display</dt>
+ <dd>The display behavior of the error message in a validation component. The allowed values are: <tt>None</tt>, <tt>Static</tt> and <tt>Dynamic</tt>. The default is <tt>Static</tt>.
+ <ul>
+ <li><tt>None</tt> -- the validator component and the error message will not be displayed. </li>
+ <li><tt>Dynamic</tt> -- CSS for the error is constructed in such a way that space for the error message on the page is NOT reserved. When the user hits the "submit" button, applicable error messages will show up shifting the layout of your page around (usually down). </li>
+ <li><tt>Static</tt> -- CSS for the error is constructed in such a way that space for the error message on the page is always reserved. When the user hits the "submit" button, applicable error messages will just show up, not altering the layout of your page. </li>
+ </ul>
+ </dd>
+
+ <dt>EnableClientScript</dt>
+ <dd>Indicating whether client-side validation is enabled. Default is true.</dd>
+</dl>
+
+
<h2>TRequiredFieldValidator</h2>
<p>
+This is the simplest validator, ensuring that the input field has some sort of value. To ensure that all of our input fields are required, add a <tt>TRequiredFieldValidator</tt> component for each of the input fields. The <tt>TRequiredFieldValidator</tt> also has the following property.
</p>
+<dl>
+ <dt>InitialValue</dt>
+ <dd>The associated input component fails validation if its value does not change from the <tt>InitialValue</tt> upon losing focus. </dd>
+</dl>
+
<com:RunBar PagePath="Controls.Samples.TRequiredFieldValidator.Home" />
<h2>TRegularExpressionValidator</h2>
-<p>
+<p>The TRegularExpressionValidator has the following property in addition to the parent <tt>TBaseValidator</tt> properties.
</p>
+<dl>
+ <dt>RegularExpression</dt>
+ <dd>The regular expression that determines the pattern used to validate a field. Some commonly used regular expressions include:
+ <ul>
+ <li>At least 6 characters: <code>[\w]{6,}</code></li>
+ <li>Internal URL: <code>http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)? </code></li>
+ <li>Japanese Phone Number: <code>(0\d{1,4}-|\(0\d{1,4}\) ?)?\d{1,4}-\d{4}</code></li>
+ <li>Japanese Postal Code: <code>\d{3}(-(\d{4}|\d{2}))?</code></li>
+ <li>P.R.C. Phone Number: <code>(\(\d{3}\)|\d{3}-)?\d{8} </code></li>
+ <li>P.R.C. Postal Code: <code>\d{6}</code></li>
+ <li>P.R.C. Social Security Number: <code>\d{18}|\d{15}</code></li>
+ <li>U.S. Phone Number: <code>((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4}</code></li>
+ <li>U.S. ZIP Code: <code>\d{5}(-\d{4})?</code></li>
+ <li>U.S. Social Security Number: <code>\d{3}-\d{2}-\d{4}</code></li>
+ </ul>
+ More regular expression patterns can be found on the Internet, e.g.
+ <a href="http://regexlib.com/">http://regexlib.com/</a>.
+ </dd>
+</dl>
+
<com:RunBar PagePath="Controls.Samples.TRegularExpressionValidator.Home" />
<h2>TEmailAddressValidator</h2>
-<p>
-</p>
-<com:RunBar PagePath="Controls.Samples.TEmailAddressValidator.Home" />
-
-<h2>TEmailAddressValidator</h2>
-<p>
+<p><tt>TEmailAddressValidator</tt> validates whether the value of an associated input component is a valid email address. It will check MX record if <tt>checkdnsrr()</tt> is available in the installed PHP.
</p>
<com:RunBar PagePath="Controls.Samples.TEmailAddressValidator.Home" />
<h2>TCompareValidator</h2>
-<p>
+<p>The validator <tt>TCompareValidator</tt> is used to compare two input fields, the comparison can be made in many ways. The following are the properties of the <tt>TCompareValidator</tt> in addition to the parent <tt>TBaseValidator</tt>.
</p>
+<dl>
+ <dt>ControlToCompare</dt>
+ <dd>The input component to compare with the input control being validated. </dd>
+
+ <dt>ValueToCompare</dt>
+ <dd>A constant value to compare with the value entered by the user into the input component being validated. </dd>
+
+ <dt>ValueType</dt>
+ <dd>The data type (<tt>Integer</tt>, <tt>Double</tt>, <tt>Currency</tt>, <tt>Date</tt>, <tt>String</tt>) that the values being compared are converted to before the comparison is made. </dd>
+
+ <dt>Operator</dt>
+ <dd>The comparison operation to perform (<tt>Equal</tt>, <tt>NotEqual</tt>, <tt>GreaterThan</tt>, <tt>GreaterThanEqual</tt>, <tt>LessThan</tt>, <tt>LessThanEqual</tt>, <tt>DataTypeCheck</tt>). </dd>
+
+ <dt>DateFormat</dt>
+ <dd>The date format to use during comparision.</dd>
+</dl>
+
+<p>To specify the input component to validate, set the <tt>ControlToValidate</tt> property to the <tt>ID</tt> of the input component. To compare the associated input component with another input component, set the <tt>ControlToCompare</tt> property to the <tt>ID</tt> of the component to compare with. </p>
+
+<p>To compare the associated input component with a constant value, specify the constant value to compare with by setting the <tt>ValueToCompare</tt> property. </p>
+
+<p>The <tt>ValueType</tt> property is used to specify the data type of both comparison values. Both values are automatically converted to this data type before the comparison operation is performed. The following value types are supported. </p>
+<dl>
+ <dt>Integer</dt>
+ <dd>A 32-bit signed integer data type. </dd>
+
+ <dt>Double</dt>
+ <dd>A double-precision floating point number data type. </dd>
+
+ <dt>Currency</dt>
+ <dd>A decimal data type that can contain currency symbols. </dd>
+
+ <dt>Date</dt>
+ <dd>A date data type, the date format depends on the <tt>DateFormat</tt> property.</dd>
+
+ <dt>String</dt>
+ <dd>A string data type.</dd>
+</dl>
+
+<p>Use the <tt>Operator</tt> property to specify the type of comparison to perform. If you set the <tt>Operator</tt> property to <tt>DataTypeCheck</tt>, the <tt>TCompareValidator</tt> component will ignore the <tt>ControlToCompare</tt> and <tt>ValueToCompare</tt> properties and simply indicates whether the value entered into the input component can be converted to the data type specified by the <tt>ValueType</tt> property. </p>
+
+<p>Note that if the input control is empty, no validation functions are called and validation succeeds. Use a <tt>RequiredFieldValidator</tt> control to require the user to enter data into the input control. </p>
+
+
+
<com:RunBar PagePath="Controls.Samples.TCompareValidator.Home" />
<h2>TCustomValidator</h2>
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css
index 1d084548..09611c35 100644
--- a/demos/quickstart/themes/PradoSoft/style.css
+++ b/demos/quickstart/themes/PradoSoft/style.css
@@ -10,12 +10,24 @@ body {
background-position: top right;
}
+h1, h2, h3, h4
+{
+ color: #333;
+}
+
+h1, h2
+{
+ padding-bottom: 3px;
+ border-bottom: 1px solid #ccc;
+}
+
h1 {
font-size:13pt;
}
h2 {
font-size:12pt;
+ margin-top: 2.5em;
}
h3 {
@@ -85,7 +97,8 @@ a
#content {
background:#fff;
- padding:10px;
+ padding: 1em 3em 5em 3em;
+ line-height: 135%;
}
#footer {
@@ -160,6 +173,11 @@ a
margin: 0;
}
+.runbar
+{
+ margin: 2em 0 3em 0;
+}
+
.runbar a:link, .runbar a:visited {
background-color:#E2E2E2;
font-size: 12px;
@@ -298,3 +316,22 @@ td.sampleaction {
padding: 5px;
vertical-align: top;
}
+
+
+dl
+{
+ margin: 0 2em;
+}
+
+dt
+{
+ font-weight: bold;
+ margin-bottom: 0.15em;
+}
+
+dd
+{
+ margin-left: 2em;
+ margin-bottom: 0.75em;
+}
+
diff --git a/framework/I18N/TGlobalization.php b/framework/I18N/TGlobalization.php
index 0900943e..1f568a27 100644
--- a/framework/I18N/TGlobalization.php
+++ b/framework/I18N/TGlobalization.php
@@ -140,6 +140,22 @@ class TGlobalization extends TModule
}
/**
+ * @return string current translation catalogue.
+ */
+ public function getTranslationCatalogue()
+ {
+ return $this->_translation['catalogue'];
+ }
+
+ /**
+ * @param string update the translation catalogue.
+ */
+ public function setTranslationCatalogue($value)
+ {
+ return $this->_translation['catalogue'] = $value;
+ }
+
+ /**
* @return string default charset set in application.xml
*/
public function getDefaultCharset()
diff --git a/framework/I18N/TTranslateParameter.php b/framework/I18N/TTranslateParameter.php
index d00e33bb..ad87b8e6 100644
--- a/framework/I18N/TTranslateParameter.php
+++ b/framework/I18N/TTranslateParameter.php
@@ -59,6 +59,7 @@ class TTranslateParameter extends TControl
* @var boolean
*/
protected $trim = true;
+
/**
* Get the parameter substitution key.
@@ -98,11 +99,24 @@ class TTranslateParameter extends TControl
return $this->trim;
}
+ public function getValue()
+ {
+ return $this->getViewState('Value', '');
+ }
+
+ public function setValue($value)
+ {
+ $this->setViewState('Value', $value, '');
+ }
+
/**
* @return string parameter contents.
*/
public function getParameter()
{
+ $value = $this->getValue();
+ if(strlen($value) > 0)
+ return $value;
$textWriter = new TTextWriter;
$this->renderControl(new THtmlWriter($textWriter));
return $this->getTrim() ?