[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4817] branches/1.3



Revision: 4817
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4817&view=rev
Author:   einhverfr
Date:     2012-06-01 09:24:09 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
Fixing errors in date formatting in some reports with month/year dropdowns
Also updating manual pdf to include info on custom roles

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/Form.pm
    branches/1.3/LedgerSMB/Locale.pm
    branches/1.3/LedgerSMB/RP.pm
    branches/1.3/doc/LedgerSMB-manual.pdf

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-05-31 12:55:23 UTC (rev 4816)
+++ branches/1.3/Changelog	2012-06-01 09:24:09 UTC (rev 4817)
@@ -14,6 +14,7 @@
 * Fixed ODS output broken due to missing export (Chris T)
 * Fixed button disable inverted (Chris T)
 * Fixed internal server error on requirements report (Chris T, h/t Nigel T)
+* Fixed formatting issues with long dates and ISO db dates (Chris T 3525843)
 
 David M is David Mora
 Nigel T is Nigel Titley

Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm	2012-05-31 12:55:23 UTC (rev 4816)
+++ branches/1.3/LedgerSMB/Form.pm	2012-06-01 09:24:09 UTC (rev 4817)
@@ -3762,8 +3762,9 @@
     $t[4] = substr( "0$t[4]", -2 );
     $t[3] = substr( "0$t[3]", -2 );
     $t[5] += 1900;
-    
-    return ( $self->format_date($fromdate), $self->format_date("$t[5]-$t[4]-$t[3]") );
+
+        
+    return ( $fromdate, "$t[5]-$t[4]-$t[3]" );
 }
 
 =item $form->audittrail($dbh, $myconfig, $audittrail);

Modified: branches/1.3/LedgerSMB/Locale.pm
===================================================================
--- branches/1.3/LedgerSMB/Locale.pm	2012-05-31 12:55:23 UTC (rev 4816)
+++ branches/1.3/LedgerSMB/Locale.pm	2012-06-01 09:24:09 UTC (rev 4817)
@@ -98,7 +98,6 @@
 ##}
 sub date {
     my ( $self, $myconfig, $date, $longformat ) = @_;
-
     my @longmonth = (qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec));
     @longmonth = (
         "January",   "February", "March",    "April",
@@ -124,10 +123,12 @@
         return $date;
     }
     if ( $date =~ /\D/ ) {
-
-        if ( $myconfig->{dateformat} =~ /^yy/ ) {
+        if ($date  =~ /\d{4}/){ # db date in
             ( $yy, $mm, $dd ) = split /\D/, $date;
         }
+        elsif ( $myconfig->{dateformat} =~ /^yy/ ) {
+            ( $yy, $mm, $dd ) = split /\D/, $date;
+        }
         elsif ( $myconfig->{dateformat} =~ /^mm/ ) {
             ( $mm, $dd, $yy ) = split /\D/, $date;
         }

Modified: branches/1.3/LedgerSMB/RP.pm
===================================================================
--- branches/1.3/LedgerSMB/RP.pm	2012-05-31 12:55:23 UTC (rev 4816)
+++ branches/1.3/LedgerSMB/RP.pm	2012-06-01 09:24:09 UTC (rev 4817)
@@ -1306,6 +1306,10 @@
     my ( $self, $myconfig, $form ) = @_;
     my $p;
     my $year_end = $form->{ignore_yearend};
+    ( $form->{fromdate}, $form->{todate} ) =
+      $form->from_to( $form->{fromyear}, $form->{frommonth}, $form->{interval} )
+      if $form->{fromyear} && $form->{frommonth};
+
     my $dbh = $form->{dbh};
     my $approved = 'FALSE';
 

Modified: branches/1.3/doc/LedgerSMB-manual.pdf
===================================================================
--- branches/1.3/doc/LedgerSMB-manual.pdf	2012-05-31 12:55:23 UTC (rev 4816)
+++ branches/1.3/doc/LedgerSMB-manual.pdf	2012-06-01 09:24:09 UTC (rev 4817)
@@ -79,2791 +79,2831 @@
 (List of Roles)
 endobj
 57 0 obj
-<< /S /GoTo /D (section.3) >>
+<< /S /GoTo /D (subsection.2.4) >>
 endobj
 60 0 obj
-(Contact Management)
+(Creating Custom Groups)
 endobj
 61 0 obj
-<< /S /GoTo /D (subsection.3.1) >>
+<< /S /GoTo /D (subsubsection.2.4.1) >>
 endobj
 64 0 obj
-(Addresses)
+(Naming Conventions)
 endobj
 65 0 obj
-<< /S /GoTo /D (subsection.3.2) >>
+<< /S /GoTo /D (subsubsection.2.4.2) >>
 endobj
 68 0 obj
-(Contact Info)
+(Example)
 endobj
 69 0 obj
-<< /S /GoTo /D (subsection.3.3) >>
+<< /S /GoTo /D (section.3) >>
 endobj
 72 0 obj
-(Bank Accounts)
+(Contact Management)
 endobj
 73 0 obj
-<< /S /GoTo /D (subsection.3.4) >>
+<< /S /GoTo /D (subsection.3.1) >>
 endobj
 76 0 obj
-(Notes)
+(Addresses)
 endobj
 77 0 obj
-<< /S /GoTo /D (section.4) >>
+<< /S /GoTo /D (subsection.3.2) >>
 endobj
 80 0 obj
-(Chart of Accounts)
+(Contact Info)
 endobj
 81 0 obj
-<< /S /GoTo /D (subsection.4.1) >>
+<< /S /GoTo /D (subsection.3.3) >>
 endobj
 84 0 obj
-(Introduction to Double Entry Bookkeeping)
+(Bank Accounts)
 endobj
 85 0 obj
-<< /S /GoTo /D (subsubsection.4.1.1) >>
+<< /S /GoTo /D (subsection.3.4) >>
 endobj
 88 0 obj
-(Business Entity)
+(Notes)
 endobj
 89 0 obj
-<< /S /GoTo /D (subsubsection.4.1.2) >>
+<< /S /GoTo /D (section.4) >>
 endobj
 92 0 obj
-(Double Entry)
+(Chart of Accounts)
 endobj
 93 0 obj
-<< /S /GoTo /D (subsubsection.4.1.3) >>
+<< /S /GoTo /D (subsection.4.1) >>
 endobj
 96 0 obj
-(Accounts)
+(Introduction to Double Entry Bookkeeping)
 endobj
 97 0 obj
-<< /S /GoTo /D (subsubsection.4.1.4) >>
+<< /S /GoTo /D (subsubsection.4.1.1) >>
 endobj
 100 0 obj
-(Debits and Credits)
+(Business Entity)
 endobj
 101 0 obj
-<< /S /GoTo /D (subsubsection.4.1.5) >>
+<< /S /GoTo /D (subsubsection.4.1.2) >>
 endobj
 104 0 obj
-(Accrual)
+(Double Entry)
 endobj
 105 0 obj
-<< /S /GoTo /D (subsubsection.4.1.6) >>
+<< /S /GoTo /D (subsubsection.4.1.3) >>
 endobj
 108 0 obj
-(Separation of Duties)
+(Accounts)
 endobj
 109 0 obj
-<< /S /GoTo /D (subsubsection.4.1.7) >>
+<< /S /GoTo /D (subsubsection.4.1.4) >>
 endobj
 112 0 obj
-(References)
+(Debits and Credits)
 endobj
 113 0 obj
-<< /S /GoTo /D (subsection.4.2) >>
+<< /S /GoTo /D (subsubsection.4.1.5) >>
 endobj
 116 0 obj
-(General Guidelines on Numbering Accounts)
+(Accrual)
 endobj
 117 0 obj
-<< /S /GoTo /D (subsection.4.3) >>
+<< /S /GoTo /D (subsubsection.4.1.6) >>
 endobj
 120 0 obj
-(Adding/Modifying Accounts)
+(Separation of Duties)
 endobj
 121 0 obj
-<< /S /GoTo /D (subsection.4.4) >>
+<< /S /GoTo /D (subsubsection.4.1.7) >>
 endobj
 124 0 obj
-(Listing Account Balances and Transactions)
+(References)
 endobj
 125 0 obj
-<< /S /GoTo /D (section.5) >>
+<< /S /GoTo /D (subsection.4.2) >>
 endobj
 128 0 obj
-(Administration)
+(General Guidelines on Numbering Accounts)
 endobj
 129 0 obj
-<< /S /GoTo /D (subsection.5.1) >>
+<< /S /GoTo /D (subsection.4.3) >>
 endobj
 132 0 obj
-(Taxes, Defaults, and Preferences)
+(Adding/Modifying Accounts)
 endobj
 133 0 obj
-<< /S /GoTo /D (subsubsection.5.1.1) >>
+<< /S /GoTo /D (subsection.4.4) >>
 endobj
 136 0 obj
-(Adding A Sales Tax Account)
+(Listing Account Balances and Transactions)
 endobj
 137 0 obj
-<< /S /GoTo /D (subsubsection.5.1.2) >>
+<< /S /GoTo /D (section.5) >>
 endobj
 140 0 obj
-(Setting a Sales Tax Amount)
+(Administration)
 endobj
 141 0 obj
-<< /S /GoTo /D (subsubsection.5.1.3) >>
+<< /S /GoTo /D (subsection.5.1) >>
 endobj
 144 0 obj
-(Default Account Setup)
+(Taxes, Defaults, and Preferences)
 endobj
 145 0 obj
-<< /S /GoTo /D (subsubsection.5.1.4) >>
+<< /S /GoTo /D (subsubsection.5.1.1) >>
 endobj
 148 0 obj
-(Currency Setup)
+(Adding A Sales Tax Account)
 endobj
 149 0 obj
-<< /S /GoTo /D (subsubsection.5.1.5) >>
+<< /S /GoTo /D (subsubsection.5.1.2) >>
 endobj
 152 0 obj
-(Sequence Settings)
+(Setting a Sales Tax Amount)
 endobj
 153 0 obj
-<< /S /GoTo /D (subsection.5.2) >>
+<< /S /GoTo /D (subsubsection.5.1.3) >>
 endobj
 156 0 obj
-(Audit Control)
+(Default Account Setup)
 endobj
 157 0 obj
-<< /S /GoTo /D (subsubsection.5.2.1) >>
+<< /S /GoTo /D (subsubsection.5.1.4) >>
 endobj
 160 0 obj
-(Explaining transaction reversal)
+(Currency Setup)
 endobj
 161 0 obj
-<< /S /GoTo /D (subsubsection.5.2.2) >>
+<< /S /GoTo /D (subsubsection.5.1.5) >>
 endobj
 164 0 obj
-(Close books option)
+(Sequence Settings)
 endobj
 165 0 obj
-<< /S /GoTo /D (subsubsection.5.2.3) >>
+<< /S /GoTo /D (subsection.5.2) >>
 endobj
 168 0 obj
-(Audit Trails)
+(Audit Control)
 endobj
 169 0 obj
-<< /S /GoTo /D (subsection.5.3) >>
+<< /S /GoTo /D (subsubsection.5.2.1) >>
 endobj
 172 0 obj
-(Departments)
+(Explaining transaction reversal)
 endobj
 173 0 obj
-<< /S /GoTo /D (subsubsection.5.3.1) >>
+<< /S /GoTo /D (subsubsection.5.2.2) >>
 endobj
 176 0 obj
-(Cost v Profit Centers.)
+(Close books option)
 endobj
 177 0 obj
-<< /S /GoTo /D (subsection.5.4) >>
+<< /S /GoTo /D (subsubsection.5.2.3) >>
 endobj
 180 0 obj
-(Warehouses)
+(Audit Trails)
 endobj
 181 0 obj
-<< /S /GoTo /D (subsection.5.5) >>
+<< /S /GoTo /D (subsection.5.3) >>
 endobj
 184 0 obj
-(Languages)
+(Departments)
 endobj
 185 0 obj
-<< /S /GoTo /D (subsection.5.6) >>
+<< /S /GoTo /D (subsubsection.5.3.1) >>
 endobj
 188 0 obj
-(Types of Businesses)
+(Cost v Profit Centers.)
 endobj
 189 0 obj
-<< /S /GoTo /D (subsection.5.7) >>
+<< /S /GoTo /D (subsection.5.4) >>
 endobj
 192 0 obj
-(Misc.)
+(Warehouses)
 endobj
 193 0 obj
-<< /S /GoTo /D (subsubsection.5.7.1) >>
+<< /S /GoTo /D (subsection.5.5) >>
 endobj
 196 0 obj
-(GIFI)
+(Languages)
 endobj
 197 0 obj
-<< /S /GoTo /D (subsubsection.5.7.2) >>
+<< /S /GoTo /D (subsection.5.6) >>
 endobj
 200 0 obj
-(SIC)
+(Types of Businesses)
 endobj
 201 0 obj
-<< /S /GoTo /D (subsubsection.5.7.3) >>
+<< /S /GoTo /D (subsection.5.7) >>
 endobj
 204 0 obj
-(Overview of Template Editing)
+(Misc.)
 endobj
 205 0 obj
-<< /S /GoTo /D (subsubsection.5.7.4) >>
+<< /S /GoTo /D (subsubsection.5.7.1) >>
 endobj
 208 0 obj
-(Year-end)
+(GIFI)
 endobj
 209 0 obj
-<< /S /GoTo /D (subsection.5.8) >>
+<< /S /GoTo /D (subsubsection.5.7.2) >>
 endobj
 212 0 obj
-(Options in the ledger-smb.conf)
+(SIC)
 endobj
 213 0 obj
-<< /S /GoTo /D (section.6) >>
+<< /S /GoTo /D (subsubsection.5.7.3) >>
 endobj
 216 0 obj
-(Goods and Services)
+(Overview of Template Editing)
 endobj
 217 0 obj
-<< /S /GoTo /D (subsection.6.1) >>
+<< /S /GoTo /D (subsubsection.5.7.4) >>
 endobj
 220 0 obj
-(Basic Terms)
+(Year-end)
 endobj
 221 0 obj
-<< /S /GoTo /D (subsection.6.2) >>
+<< /S /GoTo /D (subsection.5.8) >>
 endobj
 224 0 obj
-(The Price Matrix)
+(Options in the ledger-smb.conf)
 endobj
 225 0 obj
-<< /S /GoTo /D (subsection.6.3) >>
+<< /S /GoTo /D (section.6) >>
 endobj
 228 0 obj
-(Pricegroups)
+(Goods and Services)
 endobj
 229 0 obj
-<< /S /GoTo /D (subsection.6.4) >>
+<< /S /GoTo /D (subsection.6.1) >>
 endobj
 232 0 obj
-(Groups)
+(Basic Terms)
 endobj
 233 0 obj
-<< /S /GoTo /D (subsection.6.5) >>
+<< /S /GoTo /D (subsection.6.2) >>
 endobj
 236 0 obj
-(Labor/Overhead)
+(The Price Matrix)
 endobj
 237 0 obj
-<< /S /GoTo /D (subsection.6.6) >>
+<< /S /GoTo /D (subsection.6.3) >>
 endobj
 240 0 obj
-(Services)
+(Pricegroups)
 endobj
 241 0 obj
-<< /S /GoTo /D (subsubsection.6.6.1) >>
+<< /S /GoTo /D (subsection.6.4) >>
 endobj
 244 0 obj
-(Shipping and Handling as a Service)
+(Groups)
 endobj
 245 0 obj
-<< /S /GoTo /D (subsection.6.7) >>
+<< /S /GoTo /D (subsection.6.5) >>
 endobj
 248 0 obj
-(Parts)
+(Labor/Overhead)
 endobj
 249 0 obj
-<< /S /GoTo /D (subsection.6.8) >>
+<< /S /GoTo /D (subsection.6.6) >>
 endobj
 252 0 obj
-(Assemblies and Manufacturing)
+(Services)
 endobj
 253 0 obj
-<< /S /GoTo /D (subsubsection.6.8.1) >>
+<< /S /GoTo /D (subsubsection.6.6.1) >>
 endobj
 256 0 obj
-(Stocking Assemblies)
+(Shipping and Handling as a Service)
 endobj
 257 0 obj
-<< /S /GoTo /D (subsection.6.9) >>
+<< /S /GoTo /D (subsection.6.7) >>
 endobj
 260 0 obj
-(Reporting)
+(Parts)
 endobj
 261 0 obj
-<< /S /GoTo /D (subsubsection.6.9.1) >>
+<< /S /GoTo /D (subsection.6.8) >>
 endobj
 264 0 obj
-(All Items and Parts Reports)
+(Assemblies and Manufacturing)
 endobj
 265 0 obj
-<< /S /GoTo /D (subsubsection.6.9.2) >>
+<< /S /GoTo /D (subsubsection.6.8.1) >>
 endobj
 268 0 obj
-(Requirements)
+(Stocking Assemblies)
 endobj
 269 0 obj
-<< /S /GoTo /D (subsubsection.6.9.3) >>
+<< /S /GoTo /D (subsection.6.9) >>
 endobj
 272 0 obj
-(Services and Labor)
+(Reporting)
 endobj
 273 0 obj
-<< /S /GoTo /D (subsubsection.6.9.4) >>
+<< /S /GoTo /D (subsubsection.6.9.1) >>
 endobj
 276 0 obj
-(Assemblies)
+(All Items and Parts Reports)
 endobj
 277 0 obj
-<< /S /GoTo /D (subsubsection.6.9.5) >>
+<< /S /GoTo /D (subsubsection.6.9.2) >>
 endobj
 280 0 obj
-(Groups and Pricegroups)
+(Requirements)
 endobj
 281 0 obj
-<< /S /GoTo /D (subsection.6.10) >>
+<< /S /GoTo /D (subsubsection.6.9.3) >>
 endobj
 284 0 obj
-(Translations)
+(Services and Labor)
 endobj
 285 0 obj
-<< /S /GoTo /D (subsection.6.11) >>
+<< /S /GoTo /D (subsubsection.6.9.4) >>
 endobj
 288 0 obj
-(How Cost of Goods Sold is tracked)
+(Assemblies)
 endobj
 289 0 obj
-<< /S /GoTo /D (section.7) >>
+<< /S /GoTo /D (subsubsection.6.9.5) >>
 endobj
 292 0 obj
-(Transaction Approval)
+(Groups and Pricegroups)
 endobj
 293 0 obj
-<< /S /GoTo /D (subsection.7.1) >>
+<< /S /GoTo /D (subsection.6.10) >>
 endobj
 296 0 obj
-(Batches and Vouchers)
+(Translations)
 endobj
 297 0 obj
-<< /S /GoTo /D (subsection.7.2) >>
+<< /S /GoTo /D (subsection.6.11) >>
 endobj
 300 0 obj
-(Drafts)
+(How Cost of Goods Sold is tracked)
 endobj
 301 0 obj
-<< /S /GoTo /D (section.8) >>
+<< /S /GoTo /D (section.7) >>
 endobj
 304 0 obj
-(AP)
+(Transaction Approval)
 endobj
 305 0 obj
-<< /S /GoTo /D (subsection.8.1) >>
+<< /S /GoTo /D (subsection.7.1) >>
 endobj
 308 0 obj
-(Basic AP Concepts)
+(Batches and Vouchers)
 endobj
 309 0 obj
-<< /S /GoTo /D (subsection.8.2) >>
+<< /S /GoTo /D (subsection.7.2) >>
 endobj
 312 0 obj
-(Vendors)
+(Drafts)
 endobj
 313 0 obj
-<< /S /GoTo /D (subsection.8.3) >>
+<< /S /GoTo /D (section.8) >>
 endobj
 316 0 obj
-(AP Transactions)
+(AP)
 endobj
 317 0 obj
-<< /S /GoTo /D (subsection.8.4) >>
+<< /S /GoTo /D (subsection.8.1) >>
 endobj
 320 0 obj
-(AP Invoices)
+(Basic AP Concepts)
 endobj
 321 0 obj
-<< /S /GoTo /D (subsubsection.8.4.1) >>
+<< /S /GoTo /D (subsection.8.2) >>
 endobj
 324 0 obj
-(Correcting an AP Invoice)
+(Vendors)
 endobj
 325 0 obj
-<< /S /GoTo /D (subsection.8.5) >>
+<< /S /GoTo /D (subsection.8.3) >>
 endobj
 328 0 obj
-(Cash payment And Check Printing)
+(AP Transactions)
 endobj
 329 0 obj
-<< /S /GoTo /D (subsubsection.8.5.1) >>
+<< /S /GoTo /D (subsection.8.4) >>
 endobj
 332 0 obj
-(Batch Payment Entry Screen)
+(AP Invoices)
 endobj
 333 0 obj
-<< /S /GoTo /D (subsection.8.6) >>
+<< /S /GoTo /D (subsubsection.8.4.1) >>
 endobj
 336 0 obj
-(Transaction/Invoice Reporting)
+(Correcting an AP Invoice)
 endobj
 337 0 obj
-<< /S /GoTo /D (subsubsection.8.6.1) >>
+<< /S /GoTo /D (subsection.8.5) >>
 endobj
 340 0 obj
-(Transactions Report)
+(Cash payment And Check Printing)
 endobj
 341 0 obj
-<< /S /GoTo /D (subsubsection.8.6.2) >>
+<< /S /GoTo /D (subsubsection.8.5.1) >>
 endobj
 344 0 obj
-(Outstanding Report)
+(Batch Payment Entry Screen)
 endobj
 345 0 obj
-<< /S /GoTo /D (subsubsection.8.6.3) >>
+<< /S /GoTo /D (subsection.8.6) >>
 endobj
 348 0 obj
-(AP Aging Report)
+(Transaction/Invoice Reporting)
 endobj
 349 0 obj
-<< /S /GoTo /D (subsubsection.8.6.4) >>
+<< /S /GoTo /D (subsubsection.8.6.1) >>
 endobj
 352 0 obj
-(Tax Paid and Non-taxable Report)
+(Transactions Report)
 endobj
 353 0 obj
-<< /S /GoTo /D (subsection.8.7) >>
+<< /S /GoTo /D (subsubsection.8.6.2) >>
 endobj
 356 0 obj
-(Vendor Reporting)
+(Outstanding Report)
 endobj
 357 0 obj
-<< /S /GoTo /D (subsubsection.8.7.1) >>
+<< /S /GoTo /D (subsubsection.8.6.3) >>
 endobj
 360 0 obj
-(Vendor Search)
+(AP Aging Report)
 endobj
 361 0 obj
-<< /S /GoTo /D (subsubsection.8.7.2) >>
+<< /S /GoTo /D (subsubsection.8.6.4) >>
 endobj
 364 0 obj
-(Vendor History)
+(Tax Paid and Non-taxable Report)
 endobj
 365 0 obj
-<< /S /GoTo /D (section.9) >>
+<< /S /GoTo /D (subsection.8.7) >>
 endobj
 368 0 obj
-(AR)
+(Vendor Reporting)
 endobj
 369 0 obj
-<< /S /GoTo /D (subsection.9.1) >>
+<< /S /GoTo /D (subsubsection.8.7.1) >>
 endobj
 372 0 obj
-(Customers)
+(Vendor Search)
 endobj
 373 0 obj
-<< /S /GoTo /D (subsubsection.9.1.1) >>
+<< /S /GoTo /D (subsubsection.8.7.2) >>
 endobj
 376 0 obj
-(Customer Price Matrix)
+(Vendor History)
 endobj
 377 0 obj
-<< /S /GoTo /D (subsection.9.2) >>
+<< /S /GoTo /D (section.9) >>
 endobj
 380 0 obj
-(AR Transactions)
+(AR)
 endobj
 381 0 obj
-<< /S /GoTo /D (subsection.9.3) >>
+<< /S /GoTo /D (subsection.9.1) >>
 endobj
 384 0 obj
-(AR Invoices)
+(Customers)
 endobj
 385 0 obj
-<< /S /GoTo /D (subsection.9.4) >>
+<< /S /GoTo /D (subsubsection.9.1.1) >>
 endobj
 388 0 obj
-(Cash Receipt)
+(Customer Price Matrix)
 endobj
 389 0 obj
-<< /S /GoTo /D (subsubsection.9.4.1) >>
+<< /S /GoTo /D (subsection.9.2) >>
 endobj
 392 0 obj
-(Cash Receipts for multiple customers)
+(AR Transactions)
 endobj
 393 0 obj
-<< /S /GoTo /D (subsection.9.5) >>
+<< /S /GoTo /D (subsection.9.3) >>
 endobj
 396 0 obj
-(AR Transaction Reporting)
+(AR Invoices)
 endobj
 397 0 obj
-<< /S /GoTo /D (subsubsection.9.5.1) >>
+<< /S /GoTo /D (subsection.9.4) >>
 endobj
 400 0 obj
-(AR Transactions Report)
+(Cash Receipt)
 endobj
 401 0 obj
-<< /S /GoTo /D (subsubsection.9.5.2) >>
+<< /S /GoTo /D (subsubsection.9.4.1) >>
 endobj
 404 0 obj
-(AR Aging Report)
+(Cash Receipts for multiple customers)
 endobj
 405 0 obj
-<< /S /GoTo /D (subsection.9.6) >>
+<< /S /GoTo /D (subsection.9.5) >>
 endobj
 408 0 obj
-(Customer Reporting)
+(AR Transaction Reporting)
 endobj
 409 0 obj
-<< /S /GoTo /D (section.10) >>
+<< /S /GoTo /D (subsubsection.9.5.1) >>
 endobj
 412 0 obj
-(Projects)
+(AR Transactions Report)
 endobj
 413 0 obj
-<< /S /GoTo /D (subsection.10.1) >>
+<< /S /GoTo /D (subsubsection.9.5.2) >>
 endobj
 416 0 obj
-(Project Basics)
+(AR Aging Report)
 endobj
 417 0 obj
-<< /S /GoTo /D (subsection.10.2) >>
+<< /S /GoTo /D (subsection.9.6) >>
 endobj
 420 0 obj
-(Timecards)
+(Customer Reporting)
 endobj
 421 0 obj
-<< /S /GoTo /D (subsection.10.3) >>
+<< /S /GoTo /D (section.10) >>
 endobj
 424 0 obj
-(Projects and Invoices)
+(Projects)
 endobj
 425 0 obj
-<< /S /GoTo /D (subsection.10.4) >>
+<< /S /GoTo /D (subsection.10.1) >>
 endobj
 428 0 obj
-(Reporting)
+(Project Basics)
 endobj
 429 0 obj
-<< /S /GoTo /D (subsubsection.10.4.1) >>
+<< /S /GoTo /D (subsection.10.2) >>
 endobj
 432 0 obj
-(Timecard Reporting)
+(Timecards)
 endobj
 433 0 obj
-<< /S /GoTo /D (subsubsection.10.4.2) >>
+<< /S /GoTo /D (subsection.10.3) >>
 endobj
 436 0 obj
-(Project Transaction Reporting)
+(Projects and Invoices)
 endobj
 437 0 obj
-<< /S /GoTo /D (subsubsection.10.4.3) >>
+<< /S /GoTo /D (subsection.10.4) >>
 endobj
 440 0 obj
-(List of Projects)
+(Reporting)
 endobj
 441 0 obj
-<< /S /GoTo /D (subsection.10.5) >>
+<< /S /GoTo /D (subsubsection.10.4.1) >>
 endobj
 444 0 obj
-(Possibilities for Using Projects)
+(Timecard Reporting)
 endobj
 445 0 obj
-<< /S /GoTo /D (section.11) >>
+<< /S /GoTo /D (subsubsection.10.4.2) >>
 endobj
 448 0 obj
-(Quotations and Order Management)
+(Project Transaction Reporting)
 endobj
 449 0 obj
-<< /S /GoTo /D (subsection.11.1) >>
+<< /S /GoTo /D (subsubsection.10.4.3) >>
 endobj
 452 0 obj
-(Sales Orders)
+(List of Projects)
 endobj
 453 0 obj
-<< /S /GoTo /D (subsection.11.2) >>
+<< /S /GoTo /D (subsection.10.5) >>
 endobj
 456 0 obj
-(Quotations)
+(Possibilities for Using Projects)
 endobj
 457 0 obj
-<< /S /GoTo /D (subsection.11.3) >>
+<< /S /GoTo /D (section.11) >>
 endobj
 460 0 obj
-(Shipping)
+(Quotations and Order Management)
 endobj
 461 0 obj
-<< /S /GoTo /D (subsection.11.4) >>
+<< /S /GoTo /D (subsection.11.1) >>
 endobj
 464 0 obj
-(AR Work Flow)
+(Sales Orders)
 endobj
 465 0 obj
-<< /S /GoTo /D (subsubsection.11.4.1) >>
+<< /S /GoTo /D (subsection.11.2) >>
 endobj
 468 0 obj
-(Service Example)
+(Quotations)
 endobj
 469 0 obj
-<< /S /GoTo /D (subsubsection.11.4.2) >>
+<< /S /GoTo /D (subsection.11.3) >>
 endobj
 472 0 obj
-(Single Warehouse Example)
+(Shipping)
 endobj
 473 0 obj
-<< /S /GoTo /D (subsubsection.11.4.3) >>
+<< /S /GoTo /D (subsection.11.4) >>
 endobj
 476 0 obj
-(Multiple Warehouse Example)
+(AR Work Flow)
 endobj
 477 0 obj
-<< /S /GoTo /D (subsection.11.5) >>
+<< /S /GoTo /D (subsubsection.11.4.1) >>
 endobj
 480 0 obj
-(Requests for Quotation \(RFQ\))
+(Service Example)
 endobj
 481 0 obj
-<< /S /GoTo /D (subsection.11.6) >>
+<< /S /GoTo /D (subsubsection.11.4.2) >>
 endobj
 484 0 obj
-(Purchase Orders)
+(Single Warehouse Example)
 endobj
 485 0 obj
-<< /S /GoTo /D (subsection.11.7) >>
+<< /S /GoTo /D (subsubsection.11.4.3) >>
 endobj
 488 0 obj
-(Receiving)
+(Multiple Warehouse Example)
 endobj
 489 0 obj
-<< /S /GoTo /D (subsection.11.8) >>
+<< /S /GoTo /D (subsection.11.5) >>
 endobj
 492 0 obj
-(AP Work Flow)
+(Requests for Quotation \(RFQ\))
 endobj
 493 0 obj
-<< /S /GoTo /D (subsubsection.11.8.1) >>
+<< /S /GoTo /D (subsection.11.6) >>
 endobj
 496 0 obj
-(Bookkeeper entering the received items, order completed in full)
+(Purchase Orders)
 endobj
 497 0 obj
-<< /S /GoTo /D (subsubsection.11.8.2) >>
+<< /S /GoTo /D (subsection.11.7) >>
 endobj
 500 0 obj
-(Bookkeeper entering received items, order completed in part)
+(Receiving)
 endobj
 501 0 obj
-<< /S /GoTo /D (subsubsection.11.8.3) >>
+<< /S /GoTo /D (subsection.11.8) >>
 endobj
 504 0 obj
-(Receiving staff entering items)
+(AP Work Flow)
 endobj
 505 0 obj
-<< /S /GoTo /D (subsection.11.9) >>
+<< /S /GoTo /D (subsubsection.11.8.1) >>
 endobj
 508 0 obj
-(Generation and Consolidation)
+(Bookkeeper entering the received items, order completed in full)
 endobj
 509 0 obj
-<< /S /GoTo /D (subsubsection.11.9.1) >>
+<< /S /GoTo /D (subsubsection.11.8.2) >>
 endobj
 512 0 obj
-(Generation)
+(Bookkeeper entering received items, order completed in part)
 endobj
 513 0 obj
-<< /S /GoTo /D (subsubsection.11.9.2) >>
+<< /S /GoTo /D (subsubsection.11.8.3) >>
 endobj
 516 0 obj
-(Consolidation)
+(Receiving staff entering items)
 endobj
 517 0 obj
-<< /S /GoTo /D (subsection.11.10) >>
+<< /S /GoTo /D (subsection.11.9) >>
 endobj
 520 0 obj
-(Reporting)
+(Generation and Consolidation)
 endobj
 521 0 obj
-<< /S /GoTo /D (subsection.11.11) >>
+<< /S /GoTo /D (subsubsection.11.9.1) >>
 endobj
 524 0 obj
-(Shipping Module: Transferring Inventory between Warehouses)
+(Generation)
 endobj
 525 0 obj
-<< /S /GoTo /D (section.12) >>
+<< /S /GoTo /D (subsubsection.11.9.2) >>
 endobj
 528 0 obj
-(Fixed Assets)
+(Consolidation)
 endobj
 529 0 obj
-<< /S /GoTo /D (subsection.12.1) >>
+<< /S /GoTo /D (subsection.11.10) >>
 endobj
 532 0 obj
-(Concepts and Workflows)
+(Reporting)
 endobj
 533 0 obj
-<< /S /GoTo /D (subsubsection.12.1.1) >>
+<< /S /GoTo /D (subsection.11.11) >>
 endobj
 536 0 obj
-(Fixed Assets and Capital Expenses)
+(Shipping Module: Transferring Inventory between Warehouses)
 endobj
 537 0 obj
-<< /S /GoTo /D (subsubsection.12.1.2) >>
+<< /S /GoTo /D (section.12) >>
 endobj
 540 0 obj
-(Asset Classes)
+(Fixed Assets)
 endobj
 541 0 obj
-<< /S /GoTo /D (subsubsection.12.1.3) >>
+<< /S /GoTo /D (subsection.12.1) >>
 endobj
 544 0 obj
-(Depreciation)
+(Concepts and Workflows)
 endobj
 545 0 obj
-<< /S /GoTo /D (subsubsection.12.1.4) >>
+<< /S /GoTo /D (subsubsection.12.1.1) >>
 endobj
 548 0 obj
-(Disposal)
+(Fixed Assets and Capital Expenses)
 endobj
 549 0 obj
-<< /S /GoTo /D (subsubsection.12.1.5) >>
+<< /S /GoTo /D (subsubsection.12.1.2) >>
 endobj
 552 0 obj
-(Net Book Value)
+(Asset Classes)
 endobj
 553 0 obj
-<< /S /GoTo /D (subsubsection.12.1.6) >>
+<< /S /GoTo /D (subsubsection.12.1.3) >>
 endobj
 556 0 obj
-(Supported Depreciation Methods)
+(Depreciation)
 endobj
 557 0 obj
-<< /S /GoTo /D (section.13) >>
+<< /S /GoTo /D (subsubsection.12.1.4) >>
 endobj
 560 0 obj
-(HR)
+(Disposal)
 endobj
 561 0 obj
-<< /S /GoTo /D (section.14) >>
+<< /S /GoTo /D (subsubsection.12.1.5) >>
 endobj
 564 0 obj
-(POS)
+(Net Book Value)
 endobj
 565 0 obj
-<< /S /GoTo /D (subsection.14.1) >>
+<< /S /GoTo /D (subsubsection.12.1.6) >>
 endobj
 568 0 obj
-(Sales Screen)
+(Supported Depreciation Methods)
 endobj
 569 0 obj
-<< /S /GoTo /D (subsection.14.2) >>
+<< /S /GoTo /D (section.13) >>
 endobj
 572 0 obj
-(Possibilities for Data Entry)
+(HR)
 endobj
 573 0 obj
-<< /S /GoTo /D (subsection.14.3) >>
+<< /S /GoTo /D (section.14) >>
 endobj
 576 0 obj
-(Hardware Support)
+(POS)
 endobj
 577 0 obj
-<< /S /GoTo /D (subsection.14.4) >>
+<< /S /GoTo /D (subsection.14.1) >>
 endobj
 580 0 obj
-(Reports)
+(Sales Screen)
 endobj
 581 0 obj
-<< /S /GoTo /D (subsubsection.14.4.1) >>
+<< /S /GoTo /D (subsection.14.2) >>
 endobj
 584 0 obj
-(Open Invoices)
+(Possibilities for Data Entry)
 endobj
 585 0 obj
-<< /S /GoTo /D (subsubsection.14.4.2) >>
+<< /S /GoTo /D (subsection.14.3) >>
 endobj
 588 0 obj
-(Receipts)
+(Hardware Support)
 endobj
 589 0 obj
-<< /S /GoTo /D (section.15) >>
+<< /S /GoTo /D (subsection.14.4) >>
 endobj
 592 0 obj
-(General Ledger)
+(Reports)
 endobj
 593 0 obj
-<< /S /GoTo /D (subsection.15.1) >>
+<< /S /GoTo /D (subsubsection.14.4.1) >>
 endobj
 596 0 obj
-(GL Basics)
+(Open Invoices)
 endobj
 597 0 obj
-<< /S /GoTo /D (subsubsection.15.1.1) >>
+<< /S /GoTo /D (subsubsection.14.4.2) >>
 endobj
 600 0 obj
-(Paper-based accounting systems and the GL)
+(Receipts)
 endobj
 601 0 obj
-<< /S /GoTo /D (subsubsection.15.1.2) >>
+<< /S /GoTo /D (section.15) >>
 endobj
 604 0 obj
-(Double Entry Examples on Paper)
+(General Ledger)
 endobj
 605 0 obj
-<< /S /GoTo /D (subsubsection.15.1.3) >>
+<< /S /GoTo /D (subsection.15.1) >>
 endobj
 608 0 obj
-(The GL in LedgerSMB)
+(GL Basics)
 endobj
 609 0 obj
-<< /S /GoTo /D (subsection.15.2) >>
+<< /S /GoTo /D (subsubsection.15.1.1) >>
 endobj
 612 0 obj
-(Cash Transfer)
+(Paper-based accounting systems and the GL)
 endobj
 613 0 obj
-<< /S /GoTo /D (subsection.15.3) >>
+<< /S /GoTo /D (subsubsection.15.1.2) >>
 endobj
 616 0 obj
-(GL Transactions)
+(Double Entry Examples on Paper)
 endobj
 617 0 obj
-<< /S /GoTo /D (subsection.15.4) >>
+<< /S /GoTo /D (subsubsection.15.1.3) >>
 endobj
 620 0 obj
-(Payroll as a GL transaction)
+(The GL in LedgerSMB)
 endobj
 621 0 obj
-<< /S /GoTo /D (subsection.15.5) >>
+<< /S /GoTo /D (subsection.15.2) >>
 endobj
 624 0 obj
-(Reconciliation)
+(Cash Transfer)
 endobj
 625 0 obj
-<< /S /GoTo /D (subsubsection.15.5.1) >>
+<< /S /GoTo /D (subsection.15.3) >>
 endobj
 628 0 obj
-(File Import Feature)
+(GL Transactions)
 endobj
 629 0 obj
-<< /S /GoTo /D (subsection.15.6) >>
+<< /S /GoTo /D (subsection.15.4) >>
 endobj
 632 0 obj
-(Reports)
+(Payroll as a GL transaction)
 endobj
 633 0 obj
-<< /S /GoTo /D (subsubsection.15.6.1) >>
+<< /S /GoTo /D (subsection.15.5) >>
 endobj
 636 0 obj
-(GL as access to almost everything else)
+(Reconciliation)
 endobj
 637 0 obj
-<< /S /GoTo /D (section.16) >>
+<< /S /GoTo /D (subsubsection.15.5.1) >>
 endobj
 640 0 obj
-(Recurring Transactions)
+(File Import Feature)
 endobj
 641 0 obj
-<< /S /GoTo /D (section.17) >>
+<< /S /GoTo /D (subsection.15.6) >>
 endobj
 644 0 obj
-(Financial Statements and Reports)
+(Reports)
 endobj
 645 0 obj
-<< /S /GoTo /D (subsection.17.1) >>
+<< /S /GoTo /D (subsubsection.15.6.1) >>
 endobj
 648 0 obj
-(Cash v. Accrual Basis)
+(GL as access to almost everything else)
 endobj
 649 0 obj
-<< /S /GoTo /D (subsection.17.2) >>
+<< /S /GoTo /D (section.16) >>
 endobj
 652 0 obj
-(Viewing the Chart of Accounts and Transactions)
+(Recurring Transactions)
 endobj
 653 0 obj
-<< /S /GoTo /D (subsection.17.3) >>
+<< /S /GoTo /D (section.17) >>
 endobj
 656 0 obj
-(Trial Balance)
+(Financial Statements and Reports)
 endobj
 657 0 obj
-<< /S /GoTo /D (subsubsection.17.3.1) >>
+<< /S /GoTo /D (subsection.17.1) >>
 endobj
 660 0 obj
-(The Paper-based function of a Trial Balance)
+(Cash v. Accrual Basis)
 endobj
 661 0 obj
-<< /S /GoTo /D (subsubsection.17.3.2) >>
+<< /S /GoTo /D (subsection.17.2) >>
 endobj
 664 0 obj
-(Running the Trial Balance Report)
+(Viewing the Chart of Accounts and Transactions)
 endobj
 665 0 obj
-<< /S /GoTo /D (subsubsection.17.3.3) >>
+<< /S /GoTo /D (subsection.17.3) >>
 endobj
 668 0 obj
-(What if the Trial Balance doesn't Balance?)
+(Trial Balance)
 endobj
 669 0 obj
-<< /S /GoTo /D (subsubsection.17.3.4) >>
+<< /S /GoTo /D (subsubsection.17.3.1) >>
 endobj
 672 0 obj
-(Trial Balance as a Summary of Account Activity)
+(The Paper-based function of a Trial Balance)
 endobj
 673 0 obj
-<< /S /GoTo /D (subsubsection.17.3.5) >>
+<< /S /GoTo /D (subsubsection.17.3.2) >>
 endobj
 676 0 obj
-(Trial Balance as a Budget Planning Tool)
+(Running the Trial Balance Report)
 endobj
 677 0 obj
-<< /S /GoTo /D (subsection.17.4) >>
+<< /S /GoTo /D (subsubsection.17.3.3) >>
 endobj
 680 0 obj
-(Income Statement)
+(What if the Trial Balance doesn't Balance?)
 endobj
 681 0 obj
-<< /S /GoTo /D (subsubsection.17.4.1) >>
+<< /S /GoTo /D (subsubsection.17.3.4) >>
 endobj
 684 0 obj
-(Uses of an Income Statement)
+(Trial Balance as a Summary of Account Activity)
 endobj
 685 0 obj
-<< /S /GoTo /D (subsection.17.5) >>
+<< /S /GoTo /D (subsubsection.17.3.5) >>
 endobj
 688 0 obj
-(Balance Sheet)
+(Trial Balance as a Budget Planning Tool)
 endobj
 689 0 obj
-<< /S /GoTo /D (subsection.17.6) >>
+<< /S /GoTo /D (subsection.17.4) >>
 endobj
 692 0 obj
-(What if the Balance Sheet doesn't balance?)
+(Income Statement)
 endobj
 693 0 obj
-<< /S /GoTo /D (subsection.17.7) >>
+<< /S /GoTo /D (subsubsection.17.4.1) >>
 endobj
 696 0 obj
-(No Statement of Owner Equity?)
+(Uses of an Income Statement)
 endobj
 697 0 obj
-<< /S /GoTo /D (section.18) >>
+<< /S /GoTo /D (subsection.17.5) >>
 endobj
 700 0 obj
-(The Template System)
+(Balance Sheet)
 endobj
 701 0 obj
-<< /S /GoTo /D (subsubsection.18.0.1) >>
+<< /S /GoTo /D (subsection.17.6) >>
 endobj
 704 0 obj
-(What is LaTeX ?)
+(What if the Balance Sheet doesn't balance?)
 endobj
 705 0 obj
-<< /S /GoTo /D (subsubsection.18.0.2) >>
+<< /S /GoTo /D (subsection.17.7) >>
 endobj
 708 0 obj
-(Using L.25emYX to Edit LaTeX Templates)
+(No Statement of Owner Equity?)
 endobj
 709 0 obj
-<< /S /GoTo /D (subsection.18.1) >>
+<< /S /GoTo /D (section.18) >>
 endobj
 712 0 obj
-(Customizing Logos)
+(The Template System)
 endobj
 713 0 obj
-<< /S /GoTo /D (subsection.18.2) >>
+<< /S /GoTo /D (subsubsection.18.0.1) >>
 endobj
 716 0 obj
-(How are They Stored in the Filesystem?)
+(What is LaTeX ?)
 endobj
 717 0 obj
-<< /S /GoTo /D (subsection.18.3) >>
+<< /S /GoTo /D (subsubsection.18.0.2) >>
 endobj
 720 0 obj
-(Upgrade Issues)
+(Using L.25emYX to Edit LaTeX Templates)
 endobj
 721 0 obj
-<< /S /GoTo /D (section.19) >>
+<< /S /GoTo /D (subsection.18.1) >>
 endobj
 724 0 obj
-(An Introduction to the CLI for Old Code)
+(Customizing Logos)
 endobj
 725 0 obj
-<< /S /GoTo /D (subsection.19.1) >>
+<< /S /GoTo /D (subsection.18.2) >>
 endobj
 728 0 obj
-(Conventions)
+(How are They Stored in the Filesystem?)
 endobj
 729 0 obj
-<< /S /GoTo /D (subsection.19.2) >>
+<< /S /GoTo /D (subsection.18.3) >>
 endobj
 732 0 obj
-(Preliminaries)
+(Upgrade Issues)
 endobj
 733 0 obj
-<< /S /GoTo /D (subsection.19.3) >>
+<< /S /GoTo /D (section.19) >>
 endobj
 736 0 obj
-(First Script: lsmb01-cli-example.sh)
+(An Introduction to the CLI for Old Code)
 endobj
 737 0 obj
-<< /S /GoTo /D (subsubsection.19.3.1) >>
+<< /S /GoTo /D (subsection.19.1) >>
 endobj
 740 0 obj
-(Script 1 \(Bash\))
+(Conventions)
 endobj
 741 0 obj
-<< /S /GoTo /D (subsection.19.4) >>
+<< /S /GoTo /D (subsection.19.2) >>
 endobj
 744 0 obj
-(Second Script: lsmb02-cli-example.pl)
+(Preliminaries)
 endobj
 745 0 obj
-<< /S /GoTo /D (subsubsection.19.4.1) >>
+<< /S /GoTo /D (subsection.19.3) >>
 endobj
 748 0 obj
-(Script 2 \(Perl\))
+(First Script: lsmb01-cli-example.sh)
 endobj
 749 0 obj
-<< /S /GoTo /D (part.2) >>
+<< /S /GoTo /D (subsubsection.19.3.1) >>
 endobj
 752 0 obj
-(II Technical Overview)
+(Script 1 \(Bash\))
 endobj
 753 0 obj
-<< /S /GoTo /D (section.20) >>
+<< /S /GoTo /D (subsection.19.4) >>
 endobj
 756 0 obj
-(Basic Architecture)
+(Second Script: lsmb02-cli-example.pl)
 endobj
 757 0 obj
-<< /S /GoTo /D (subsection.20.1) >>
+<< /S /GoTo /D (subsubsection.19.4.1) >>
 endobj
 760 0 obj
-(The Software Stack)
+(Script 2 \(Perl\))
 endobj
 761 0 obj
-<< /S /GoTo /D (subsection.20.2) >>
+<< /S /GoTo /D (part.2) >>
 endobj
 764 0 obj
-(Capacity Planning)
+(II Technical Overview)
 endobj
 765 0 obj
-<< /S /GoTo /D (subsubsection.20.2.1) >>
+<< /S /GoTo /D (section.20) >>
 endobj
 768 0 obj
-(Scalability Strategies)
+(Basic Architecture)
 endobj
 769 0 obj
-<< /S /GoTo /D (subsubsection.20.2.2) >>
+<< /S /GoTo /D (subsection.20.1) >>
 endobj
 772 0 obj
-(Database Maintenance)
+(The Software Stack)
 endobj
 773 0 obj
-<< /S /GoTo /D (subsubsection.20.2.3) >>
+<< /S /GoTo /D (subsection.20.2) >>
 endobj
 776 0 obj
-(Known issues)
+(Capacity Planning)
 endobj
 777 0 obj
-<< /S /GoTo /D (section.21) >>
+<< /S /GoTo /D (subsubsection.20.2.1) >>
 endobj
 780 0 obj
-(Customization Possibilities)
+(Scalability Strategies)
 endobj
 781 0 obj
-<< /S /GoTo /D (subsection.21.1) >>
+<< /S /GoTo /D (subsubsection.20.2.2) >>
 endobj
 784 0 obj
-(Brief Guide to the Source Code)
+(Database Maintenance)
 endobj
 785 0 obj
-<< /S /GoTo /D (subsection.21.2) >>
+<< /S /GoTo /D (subsubsection.20.2.3) >>
 endobj
 788 0 obj
-(Data Entry Screens)
+(Known issues)
 endobj
 789 0 obj
-<< /S /GoTo /D (subsubsection.21.2.1) >>
+<< /S /GoTo /D (section.21) >>
 endobj
 792 0 obj
-(Examples)
+(Customization Possibilities)
 endobj
 793 0 obj
-<< /S /GoTo /D (subsection.21.3) >>
+<< /S /GoTo /D (subsection.21.1) >>
 endobj
 796 0 obj
-(Extensions)
+(Brief Guide to the Source Code)
 endobj
 797 0 obj
-<< /S /GoTo /D (subsubsection.21.3.1) >>
+<< /S /GoTo /D (subsection.21.2) >>
 endobj
 800 0 obj
-(Examples)
+(Data Entry Screens)
 endobj
 801 0 obj
-<< /S /GoTo /D (subsection.21.4) >>
+<< /S /GoTo /D (subsubsection.21.2.1) >>
 endobj
 804 0 obj
-(Templates)
+(Examples)
 endobj
 805 0 obj
-<< /S /GoTo /D (subsubsection.21.4.1) >>
+<< /S /GoTo /D (subsection.21.3) >>
 endobj
 808 0 obj
-(Examples)
+(Extensions)
 endobj
 809 0 obj
-<< /S /GoTo /D (subsection.21.5) >>
+<< /S /GoTo /D (subsubsection.21.3.1) >>
 endobj
 812 0 obj
-(Reports)
+(Examples)
 endobj
 813 0 obj
-<< /S /GoTo /D (subsubsection.21.5.1) >>
+<< /S /GoTo /D (subsection.21.4) >>
 endobj
 816 0 obj
-(Examples)
+(Templates)
 endobj
 817 0 obj
-<< /S /GoTo /D (section.22) >>
+<< /S /GoTo /D (subsubsection.21.4.1) >>
 endobj
 820 0 obj
-(Integration Possibilities)
+(Examples)
 endobj
 821 0 obj
-<< /S /GoTo /D (subsection.22.1) >>
+<< /S /GoTo /D (subsection.21.5) >>
 endobj
 824 0 obj
-(Reporting Tools)
+(Reports)
 endobj
 825 0 obj
-<< /S /GoTo /D (subsubsection.22.1.1) >>
+<< /S /GoTo /D (subsubsection.21.5.1) >>
 endobj
 828 0 obj
 (Examples)
 endobj
 829 0 obj
-<< /S /GoTo /D (subsection.22.2) >>
+<< /S /GoTo /D (section.22) >>
 endobj
 832 0 obj
-(Line of Business Tools on PostgreSQL)
+(Integration Possibilities)
 endobj
 833 0 obj
-<< /S /GoTo /D (subsubsection.22.2.1) >>
+<< /S /GoTo /D (subsection.22.1) >>
 endobj
 836 0 obj
-(Strategies)
+(Reporting Tools)
 endobj
 837 0 obj
-<< /S /GoTo /D (subsubsection.22.2.2) >>
+<< /S /GoTo /D (subsubsection.22.1.1) >>
 endobj
 840 0 obj
 (Examples)
 endobj
 841 0 obj
-<< /S /GoTo /D (subsection.22.3) >>
+<< /S /GoTo /D (subsection.22.2) >>
 endobj
 844 0 obj
-(Line of Business Tools on other RDBMS's)
+(Line of Business Tools on PostgreSQL)
 endobj
 845 0 obj
-<< /S /GoTo /D (subsubsection.22.3.1) >>
+<< /S /GoTo /D (subsubsection.22.2.1) >>
 endobj
 848 0 obj
 (Strategies)
 endobj
 849 0 obj
-<< /S /GoTo /D (subsubsection.22.3.2) >>
+<< /S /GoTo /D (subsubsection.22.2.2) >>
 endobj
 852 0 obj
-(Integration Products and Open Source Projects)
+(Examples)
 endobj
 853 0 obj
-<< /S /GoTo /D (section.23) >>
+<< /S /GoTo /D (subsection.22.3) >>
 endobj
 856 0 obj
-(Customization Guide)
+(Line of Business Tools on other RDBMS's)
 endobj
 857 0 obj
-<< /S /GoTo /D (subsection.23.1) >>
+<< /S /GoTo /D (subsubsection.22.3.1) >>
 endobj
 860 0 obj
-(General Information)
+(Strategies)
 endobj
 861 0 obj
-<< /S /GoTo /D (subsection.23.2) >>
+<< /S /GoTo /D (subsubsection.22.3.2) >>
 endobj
 864 0 obj
-(Customizing Templates)
+(Integration Products and Open Source Projects)
 endobj
 865 0 obj
-<< /S /GoTo /D (subsubsection.23.2.1) >>
+<< /S /GoTo /D (section.23) >>
 endobj
 868 0 obj
-(Template Control Structures)
+(Customization Guide)
 endobj
 869 0 obj
-<< /S /GoTo /D (subsection.23.3) >>
+<< /S /GoTo /D (subsection.23.1) >>
 endobj
 872 0 obj
-(Customizing Forms)
+(General Information)
 endobj
 873 0 obj
-<< /S /GoTo /D (subsection.23.4) >>
+<< /S /GoTo /D (subsection.23.2) >>
 endobj
 876 0 obj
-(Customizing Modules)
+(Customizing Templates)
 endobj
 877 0 obj
-<< /S /GoTo /D (subsubsection.23.4.1) >>
+<< /S /GoTo /D (subsubsection.23.2.1) >>
 endobj
 880 0 obj
-(Database Access)
+(Template Control Structures)
 endobj
 881 0 obj
-<< /S /GoTo /D (part.3) >>
+<< /S /GoTo /D (subsection.23.3) >>
 endobj
 884 0 obj
-(III Appendix)
+(Customizing Forms)
 endobj
 885 0 obj
-<< /S /GoTo /D (appendix.A) >>
+<< /S /GoTo /D (subsection.23.4) >>
 endobj
 888 0 obj
-(Where to Go for More Information)
+(Customizing Modules)
 endobj
 889 0 obj
-<< /S /GoTo /D (appendix.B) >>
+<< /S /GoTo /D (subsubsection.23.4.1) >>
 endobj
 892 0 obj
-(Quick Tips)
+(Database Access)
 endobj
 893 0 obj
-<< /S /GoTo /D (subsection.B.1) >>
+<< /S /GoTo /D (part.3) >>
 endobj
 896 0 obj
-(Understanding Shipping Addresses and Carriers)
+(III Appendix)
 endobj
 897 0 obj
-<< /S /GoTo /D (subsection.B.2) >>
+<< /S /GoTo /D (appendix.A) >>
 endobj
 900 0 obj
-(Handling bad debts)
+(Where to Go for More Information)
 endobj
 901 0 obj
-<< /S /GoTo /D (appendix.C) >>
+<< /S /GoTo /D (appendix.B) >>
 endobj
 904 0 obj
-(Step by Steps for Vertical Markets)
+(Quick Tips)
 endobj
 905 0 obj
-<< /S /GoTo /D (subsection.C.1) >>
+<< /S /GoTo /D (subsection.B.1) >>
 endobj
 908 0 obj
-(Common Installation Errors)
+(Understanding Shipping Addresses and Carriers)
 endobj
 909 0 obj
-<< /S /GoTo /D (subsection.C.2) >>
+<< /S /GoTo /D (subsection.B.2) >>
 endobj
 912 0 obj
-(Retail With Light Manufacturing)
+(Handling bad debts)
 endobj
 913 0 obj
-<< /S /GoTo /D (appendix.D) >>
+<< /S /GoTo /D (appendix.C) >>
 endobj
 916 0 obj
-(Glossary)
+(Step by Steps for Vertical Markets)
 endobj
 917 0 obj
-<< /S /GoTo /D [918 0 R  /Fit ] >>
+<< /S /GoTo /D (subsection.C.1) >>
 endobj
-933 0 obj <<
-/Length 1911      
+920 0 obj
+(Common Installation Errors)
+endobj
+921 0 obj
+<< /S /GoTo /D (subsection.C.2) >>
+endobj
+924 0 obj
+(Retail With Light Manufacturing)
+endobj
+925 0 obj
+<< /S /GoTo /D (appendix.D) >>
+endobj
+928 0 obj
+(Glossary)
+endobj
+929 0 obj
+<< /S /GoTo /D [930 0 R  /Fit ] >>
+endobj
+945 0 obj <<
+/Length 1897      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xEDXK\x93\xDAF\xBE\xFBWP\xBEDT-\xCA<..hidden..;\xE4]%\x806H\xAC\xE3\x9F\xEE\xE9\xCCV6I\xE5'f\xA6\xA7\xA7\xA7\xA7\xBF\xAF[3\xB0\xCE]\x87u\xC6/\xD8\xED }\xF1\x{DD54}î\xDBV'\xFD\xD8\xCC5\xFB}\xDEql\xDB\xE4\xB6\xDDIW\x9DwF\x94\xAF\xEE\xF2]2t{\xC2f\xC6$\xDB\xEE\xB35\xF5\xBB\x9Cs\xC3\xEC\xF6$g7e\xF7\xA7\xF4\xD9\xE4\xA6g\xDBBÙM\x87Ù\x9E\xB4M\xDC-\xA6\xF79\xAD?3=,w]\xDE7\xF4d\xDA\xF5\x84\x91g4Ú\x8E\xC98X\xD2t=Af\xFC\x87]\xA1\x91\xEC\x8A:\x82qq\xF0\xC23=G8\xE8D\x8F;\x9Ei\xF3>\xB8\xE1\x98}G~[\xE65,t\x99\xF1\xF6\xEE	\xC73j\xE5H\x8A\xEDr\xBD_\xE5+W\xCB]\xF1PW4\xF5\x9E\xD9\xEC\xD3}\xB1\xBC\xA7\xB9\xEC\xE06Ì\x8Be\xBE\xAD\xD42\x{DDEB}\xFC\xDC\xF0x\x91\xE4Q\x90\xA0\xD9z\x9D\xD5\xF9ls<\x8CkW|,\xD7\xEB.7\xCAO\xC5\xF6\x8E$\xB9Ú\xA7\x82\xD3\xE3\x96\xE9Y\xB4*\xECt\xB8MQUÅ\x8E\xA5v\x8Aw\xE5c\xBE\xDBV4\xA8\xEF\xDD\xFBT\xEE~1\x95\xBDK\xE6\x86\xE5\xC3\xE7]qw_7qfvO\x9B\xB0zÑ\xF2\xB2\xFC9_\xD6d\x9Ai\xABY\x8D\xF3UQÕ\xE2Ã.\xCA-\xF0È\x8Dl\xBBÂe\xEC\xD1a\x94z\xA6*\xF7\xCA\xDE2'\x84!:\xA0í+\xFB\x886PX\xE2u\x84\xC9Ü+H!MOr\xA0\xD4Q+U>Z\xA6e\xB9(\x97R\xBBhy\xDFâ\xF8
-bu\xE6\xF47\xCBr\xF3P\xAC\xF3\xD574\xBC\xDAT\xD4Ew\x93\xF1$\xBA"ÍTwmc>\xBAF\xB27\xA3\xB2\xAAE\xB7+
-o_\xA2Ó\x80\xC4]\xE9\xE95\xC4Y\xE8\xED\x85p D$\x80m\xEB{rÅ\x8A\xFA\x9E&×\xA4\xDC\xD7$Ü\xAB\xE2=cb\x99!\xC8>..hidden..>\x94\xA0P\xDFg\xDA\xB1D\xC8Ú\xB2 _\x96\xDBU\x81\xF6\xAB&\xE8\xE3d\xED\xD4\xDF\xE4\xF5w\xA8t\xA8U.L\xCAGO\xC0Hc\xB5\x84\x9B\xA7:\xEFz6cg\x94R\xDC\xF6\x8C\xF2#\xB5m\xE1xY\xAEt\xEFi.Y\xA6-\x89K\xFCY\\xE2\xE7\r\x9E\xE0\x92\xB8\xC0%te\xB3\xAFj\xEAQL\xEA\xC7Z\xE8d\xCA\xC7\xC3Z\x89\xE9Û\x86\G~Hn(-Ec\xB3	\x85\x82\xA3\xA9\x900\x8Bt\x91C\x{6265EA}\xA16\xB60\x84\x90/\xD7Y\xB1Q\xB5Tg\xFAÈ]U7\xD5h\x9Bk\xF2\xA6]\x86Ps\xADW\xED\xB7
-3\xF3\xD5\xD8=\xC5	-\x80 \xB4\xCB\xE2y\x8C\x90\x8CQMa\xDChÒF\x98\xAD4\x8F|\x80A\xA5\xAC\x9BÉ\xA4\xA9V\xB6\x82\xB4\x9D\xAD\xF0\x94\xC7\xC4D]\xAA\xA0VB(..hidden..	\xB7\xDA+\xE6ZRG:H\xF86\xE8Q\x9B
-0<\xB2
-\x8E\x8E1\x885\xA0\xA7\xE2o\x89vr\x92U\x85x{\x9F6\xE20Ô\xC3\xCE:\x88K\xF5\x92\xB5~U.\xF7\x9B|[gT\xEA5\xAF\xBE-5et\x80T\xFA\xE3w\xB0\xC8Ög\xC5?UT\xCE\xDAkCL\x9F\xF0\xC5\xF4\x98\xABk\x86\xAB\xB3\xF2&L0\xE8\x9E1\x9A
-\x93`\x9Av]2~\xD2p6\xA5\x9BL\xA32\x8Fg\xAF\xC3Q0"\xE9\xE0-IÓ\x80:Q0\xB1\xFA\xD6\xE1<h\xBF
-\x86)Í\xF4\x93\xC6\xD6K\x92\xF8SmÇjC\xC1\x9BÞ8\xCD\xE3 Q\x8B=cSN\xE6QH~x\xC6-\x92Ïc\x9A\x86Ar\xA55\xA6\xC3h1
-\xA7c=,\xD0\xDBt\x96\x92$
-'a\xDA\xD8H1\xA23\xADKzb\x9BÞb\xAD\xF7\xEEB\xF21cvM\xED$\x88\x877\xBE\xE8 \x8C\xC2\xF4-M\xA8\x93c\xE7:L\xA7\xEAlj\x80\x87S\xD3\xD4\xCCi\xBF\xAE\xEC\xC3E\xE4\xEB\xE9\xF9"..hidden..
-\x93aä`d^r0$w\xE1\xF4\xD8:F\xF0\x91V\xA2\xE4Æ"\x92\xAA\x83\xA3\xAC\x85$H\xA2Ò\xD1	..hidden..",\x8E\xD1.\xE2`B\xB5\x88\xD8&\x8BA\x92\x86\xE9"
-Hq<\x9B\x8D\xADk\x95 \xEEÚ\xF1:\xC9\xF7\xA4Í\xE4\xD4\xCE"	..hidden..)\x99Ci\xED`\x91\x84D8\xC90\xFCiÇ9\xE6yS{\xE3fv\xE4\xD0\x86>\xEC=\xA2>\xE5+Z\x9B6\x82\xB7dh3\xD3`\x90\xC25\xB5Qx1\x9F\x9B\h\x80s\xE3\xF6&#1\xDD\xF2WA(\xA6\xB1dL%i*\xBA\x8E\xE2ß!\x9B\xE2
-\x93}yH\xD2\xC6\x8A\xF4\x98\xA4\xD3`\x85\xE3`:.E\x91\xF8$\x8D\x99rlÝI\xD0\xDCK$$_\xF1DK\xB6E^\xA3Pet\xA8^(\xE7\xB4dF\xB3XP\xBEAg\x91\xE8\xCDX\xBA,\xA3\xE4bY\xBE\xA29\xCC\xE2\x8B\xD9~M\x9C\xF6G\xAFC\x85\x9FJ-ÔB!\xA2\x85M]jk$\x8B\xE1
-\xF5(kL}\xBFs\xF1!$-G=caKi\x99\xA2\xEF4Ïm
-ß\xEA\xE4\xBEAk\x8EO_Z#\x9Ba\xA5\x8B\xB1/..hidden..,\xFC/\xAFl_scyÞZp\xBF\x84\xCB\xFB) \x87Yv\x8E\x828\xA0\xF0\xF9\x82ß\xBC\xFFB\xF0\xFFy..hidden..,Q\xB1)\xE8E\xF7\:\xDB\xFF.:\xFF\x83\x8C\xEFC\xD49{&\xE3-\xF0\xE4sU\xE7\x8Aq\x9C\xFF\xBA/\x88\xF2uy&\xDC\xFA\xBA\xC2\xFB'\xE2*\x984m\xB8\xB7\xF4\ËY\xDD\xDD }\xF1;J\x84\xCB\xFC
+x\xDA\xEDX\xCDw\xE3D\xBF\xEF_\x91\xC7\xE7\xBD\xC6Ì?b89\x89\x9B\x9C8\xD8\xCEv\xF7\x93x[C\x97\xD8\xE9\xB2\xFF=\xD2h\x9C\xB8i
+<,\\xEAI#i\xA4\x9FMY\xEF\xAE\xC7z\xD3W\xEC\x85\xEF({\xF5Å\x94=î\xDBV/{\xD7\xCC5\x87C\xDEsl\xDB\xE4\xB6\xDD\xCBÖïX\xDF\xFBt6\xEA\x84ÍY\xBE;\xE4Z?\xF69\xE7\x86\xD9H\xCEn\xCA\xFE\xD9×\x93\x9B\x9Em\xA5\xD36f\xF7\xD26\xD1j\xCC\xEE:\xA6z\\xED\xFB|hhf\xD6\xF7\x84Q\xE4[TÚC\x93K\xDEiZbHjf\xF9\x92\x94\xFC\x8A\x82qq\xF4\xC13=G8\xE8Â\xBB\xDCt\xA4N8\xE6\xD0t<\xF8uU<4p\xD0e\xC6;\xB0<\x8Eg4\xCA5\xA0\x94\xBB\xD5\xE6\xB0.\xD6D\xAEW\xFBò\xF5=\xB3\xD9\xFB\xFBruO\xBC\xFC\xE84\xF06\xE5\xAA\xD8\xD5\xEA\xEC\xBBuq\xAEx\xBA\x88\x88\xF2(\x88Ð\xDE\xE4M\xB1\xDD\xEA2\xAE}:\xF1\xAE\xDAl\xFAÜÞ\xBB;\xA2<..hidden..;E\x9B\xBB\xEA\xB1\xD8\xEFj\xDA4\xF7\xA5^\xBD\xAF\xF6?\x9BJ\xDF%u\xE3\xEA\xE1Ã\xBC\xBBo\xDA83{\xA0\x82M\x99z!\x9F\xE5e\xF5S\xB1jH5{\xAA5)\xD6e\xDD\xEC\xCBMY\xEDE\x96m\xE4\xBB5.,\xE3\x80#\xA5Ô\xBA:(}\xAB\x820
+\xD11Û\xE9\xB9r\x88\xD9\xE0\x9A\xAE\xE7\xF5\x84\xC9\N\x86\xFC\xA0\x90\xA6\xA7u\x92Ê\x8F\x96iY.Òt4P4}h\xF1^\x87\xFCsu\xE6\xF4\xE7\xABj\xFBPn\x8A\xF5\xE7\xC4\mkZ\xA2\xBB\xE9t]\x91\xE4M\xA6\x97\xB6\xB1\x98\#\xD4\xDB]U7\xA9\x82ÛN\xEFP\xA2\xD3g\xA1\xEBK\xD7È!\xCEB\x9BÂ\xCC6\xF7\xE4\x92ß\xCD=1\xD64\xA5:4D\xDCV\xEB\xF2{\xC6\xC4*\xC74 \xFA$\xEB\xA0\xC4oÛi\xAC\xE1\xC0\xE5\xF5\xB1\xA4\xFA\x81\xE6>..hidden..|\x89B\xC7N\xD5\xE3Â\xA0y\xE1\xBA\xFA\xB9\xF9Tæ\xCD\xD8\xA4\xB6=\xA3zG\xDF.\x82p\xBF\xAA\xD6z\xF52\x96,ÓK\xCEX\xB0\x84\xAEluC+\x8AI\x93c\xE0\x9EB\x8B\xFC\xC7\xEA\xF1x\x85NazÆj\xA0\xD61\x85?7\xB4\x96\xB2\xD5ÙB\xA5\xA3\xEDP0[t7#\xC7\xF01
+/\xD5-t\x86\xBA\xB9\x85-\x84|\xB5\xC9Ë\xEAux\xA0>\x93Gt\xED\xEB\xA6\xEDF\xBBB\x907\xDD6\x84\x92}\xEA\xB0k\x91Y\xACÏ=P\x88\x90\xF0\x85$D\xF1q\x88\x90\x8CQOa\xDChËvX\xAD\xC4G<@\x88\xA0S6-\xB3\xA9\x88ÕV\xA0v\xAB~\xE5\xA90Q\x96\xFA\x88U\x8A=\xD1\xD0H\xDEÔyO%\5\xDE\xF6N\x9D4t\xC1\xAD
+\xB9\x96Ô\x85B~\xF4\xAE\x8BØ\xD0
+G\xC7\xC8
+\xB0R\xF1\xB7D\xB78I\xAB\xCAx\xD7N7\xE3\xB0\xD5Ët )\x94\xEA#*|]\xAD\xDBb\xD7\xE4\xD4\xEA5\xAE\xBE\xA84dt\x80T\xF9\xE3\xEF`\x99o4"Î
+\xFETQ;\xEB\xAC\x9Bb\xFA\xA9_L\x8F\xB9O{Fv\xA6tÏ\xC4\xE3\xE5,\x98g}×\x8A\x86?Y\xCFi\x8EiEI\xFC:\x9C\xA2\x8E\xDE5\xBB	h\x93i\x90\xA8\xDF:\xE4\x83\xF4\xD7\xC18#\xDEg~\xDA\xEA\xFA\x8C(\xFE\\xEB\xF1\xE7ZQ\xF0fp)N\x8B$H\xD5aÏ\xFA\x86\xB3E\x92\x9Eq\x8B\xE0\xF3\x93Äga\x90^i\x89\xF98ZN\xC2\xF9T\xEFGKt\xC26\x8F3\xA2D\xE1,\xCCZF4Öt\xA1\xCC\tQ\xDB\xEEC\xF11#\xBE\xA6\xEF,H\xC67\xBE\xE8(\x8C\xC2\xEC-1\xD4\xCDqqfsu7\xB5\xC1\xCB)6}d\xAF/\x87\x90\x89\xF12\xF25{\xB1Lqh\xD9D/&a:\x8E\xFCpL.\xCE!dRpn\x8F_\xC7^c\xA6)\xBDñ\xEA\xE2H\xEBd\xB7\xC7L\xA2Ð\x95	\xFDQ\xA4\xD7\xCAwd\xAA\"e&x\xAE~E\x9Cp~Fr\x81t1\x98c\x80\x98\x8EZ\xA4\xA6Xn\xA4\x8B`w\xC1\x9Bã\xF2V\xCD\xDBz\xD8U^\x80\xC08\x9E\xA7\xC1\xB7K\xD0\x87\x884\xF1g\xFE3\x84\xECe]\x80\xE0Yd"@\xBA^\xE9Vz\x84\x8B\xB0\xD8	.\xC2\xE2\x9D\xF12	fQ\x8B\x80\xDFt9J\xB30[f	N\xE3x\x92j\x91D\x8BIß\x8D\xD7\xE18H\xBF"\xA9(NÓz\x96i\xA0MM\xA80Ul\xAE\x8E\x9A.\xD6L\xE0B\x95\x929T6\xF0-Ó'\x86?\x92d\xB9\xC0:o{\xAFc\xDCÄ}`\xEC\x83\xED	\xAD\xA9^QÛ%\xBC%E\x9BX'\x83\xAE\xE9\x85\xF3\xDB\xD6B\x9B8\xD71noP\x92Ð\xAF\xB0
+D\xC8b\x96\xF8'\xC4+ÍP\xE1\xD0u\xFE\xCE\xD9W`R\x82è(ÝC\x93\x9EuL\xA3p\xCC\xC7\xC1%O	OÒ\x95s\xA0\xEB6L\x83v.\x91P|!\xC45\xD9y\x8DDU\xB0\xA0~\xA1\x9CÓ\x98 ..hidden..|E<\xAC\xE2\x8B\xD5~M\x98\xF6'\xAFC\x95?U\x9A\xA8\x8DB#\xA0\x85m_\xEAJ\xA4\xCB\xF1
+\xAD\xA8jL=ß\xF8\x92\x96\xA3\xB1`RZ\xA6\xBA\xEDsh\xD7\xC0oY\xFDdÞ3\xA7\x87/\x9D\x91\xEDDB\xEBb\xEC\xD9\xE98\\x8D5Fu\xFBt\xAAV\xB0)\xEA\xF3\x91\x86]W\xC3\xE7\x96O\xD3(;\x94\xB5\xE1p\xD7\xECq\x848\xFD\xE3H\xF3\xF4\xD9vfLx\xAE\xE5>7\xD6}/\xBD\xB9\xA9l\x82\xE6[z\xC0\xAA\xF0^\xB4%\xFF\x93\x80#Û\xFC\xB1<\xEFO8O\xBF\x84\xE1\xFDiB\x8E\v\x9Eq\xCCÂ?\xFE\xD0\xF2\xFE\xC1\xFF\xE7s Þr\xAA (\xF3×9\xC1w\xE7/\xA0\x973\x8D\xF8S\xED\xDFÂB6\x86\xF3\x9BB#\xFB\xBA\xC8z\xDC?o\x99\x9Eg\xFF\x8F\xEA\xBF\xFA\xC1e<K\xDDX\xA2r[Ò\xEEc\xE1l\xFF\xBB\xE0\xFC\x86}Q\xE7\xEC\xF7\xEF\xB4\xB7t\xC0\xD3uSl)\xC6I\xF1Ë$\xC8o\xD50\xF2\x91\xE0Ö\xDE?W\xC1\xA4i\xC3\xDC2p-s\xE8x\xED|Ô
+\xB2W\xBF\xD7\xCB,
 endstream
 endobj
-918 0 obj <<
+930 0 obj <<
 /Type /Page
-/Contents 933 0 R
-/Resources 932 0 R
+/Contents 945 0 R
+/Resources 944 0 R
 /MediaBox [0 0 612 792]
-/Parent 941 0 R
-/Annots [ 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R ]
+/Parent 953 0 R
+/Annots [ 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R ]
 >> endobj
-919 0 obj <<
+931 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.043 219.248 297.545 232.939]
+/Rect [84.043 219.613 297.545 233.303]
 /Subtype /Link
 /A << /S /GoTo /D (part.1) >>
 >> endobj
-920 0 obj <<
+932 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.043 197.84 226.617 209.581]
+/Rect [84.043 198.205 226.617 209.946]
 /Subtype /Link
 /A << /S /GoTo /D (section.1) >>
 >> endobj
-921 0 obj <<
+933 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 185.626 211.923 197.636]
+/Rect [98.987 185.991 211.923 198.001]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.1) >>
 >> endobj
-922 0 obj <<
+934 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 173.671 199.619 185.681]
+/Rect [98.987 174.036 199.619 186.045]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.2) >>
 >> endobj
-923 0 obj <<
+935 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 161.716 274.458 173.726]
+/Rect [121.901 162.08 274.458 174.09]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.2.1) >>
 >> endobj
-924 0 obj <<
+936 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 149.761 213.108 161.467]
+/Rect [121.901 150.125 213.108 161.831]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.2.2) >>
 >> endobj
-925 0 obj <<
+937 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 137.805 240.087 149.815]
+/Rect [98.987 138.17 240.087 150.18]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.3) >>
 >> endobj
-926 0 obj <<
+938 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 125.85 285.147 137.86]
+/Rect [98.987 126.215 285.147 138.225]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4) >>
 >> endobj
-934 0 obj <<
-/D [918 0 R /XYZ 85.039 731.867 null]
+946 0 obj <<
+/D [930 0 R /XYZ 85.039 731.867 null]
 >> endobj
-935 0 obj <<
-/D [918 0 R /XYZ 85.039 706.961 null]
+947 0 obj <<
+/D [930 0 R /XYZ 85.039 706.961 null]
 >> endobj
-937 0 obj <<
-/D [918 0 R /XYZ 85.039 492.993 null]
+949 0 obj <<
+/D [930 0 R /XYZ 85.039 493.358 null]
 >> endobj
-938 0 obj <<
-/D [918 0 R /XYZ 85.039 458.518 null]
+950 0 obj <<
+/D [930 0 R /XYZ 85.039 458.882 null]
 >> endobj
-940 0 obj <<
-/D [918 0 R /XYZ 85.039 246.764 null]
+952 0 obj <<
+/D [930 0 R /XYZ 85.039 247.129 null]
 >> endobj
-932 0 obj <<
-/Font << /F33 936 0 R /F37 939 0 R >>
+944 0 obj <<
+/Font << /F33 948 0 R /F37 951 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-988 0 obj <<
-/Length 1342      
+1000 0 obj <<
+/Length 1408      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xED[]s\xA2H}Ï\xE0Q\xAB\x86\xFE\xFA11\x99l\xB663S\xB7\xB6\xB6f\xF7\xA1\x95\xD6PAp\xF9È\xFF~\xBAQi4\xCDfc\xFA\x89\xF8\xC0s\xEE\xBD\xE7\xDEÓmL
-Û>\xB3Ç\xE1Ù\x8F\xC85\xA8E\xE8Ã\xE1\xCBF\xD4p\xA8cQ\xEAC\xDF\xF8Ö}Ø\xDD\xFB#\xE5Iß\xC4î\xC7qe\xD5\xF9\xD5\x97,c#\x96r\xF1DA\x9A%,\xE2\xA8zï\xC18\xED\xFF3\xFC\xAD\xBE\xE3\x9B	<\x8F\x82\xEF\xF7\x85\xD6\xEE`\x8Bbl\x98X\x94q_X\xDEYq\xDEA<\x9B\xB3(\xE0i\xCB\xA5<S\xAE\x88=Ú\xFA&)~\xD4i0\xED\xF8\xC3\x80x\x846	\xA8?\xB5\x9B\xA8C\x81\xFA\xAF\xF1\xF7
-\xE6,\xAE\x8E\x83\xA4\xBCg\x99VÊi2\xED\xD3d\xE0\x88|\xC0\xDD|8\x92$\xF8\xF8ÂY\x90\xA6E\xB6\xA5\xEA\xF9\xDC\xF7\xF7+1\xA1E\x81R\x9CPY\x9E`q\xB2ß2X\xA5B<\xA9\x8E_\xE3\x90+$h"!\xA2\xA1e&r-\x8Fx\x86	^\x803$\xC4lGZnYÄ|\xC6Ik\
-A`\xD7\xF3\xF6\xD5&TkÓ\xEFWe1MU\xCA=\x8Ct^\xEE;\xA2\x82v0T\xD8F\xDCD\x93\xB8yVP\xCD\xCBÇ\xB2=l4\x9AJ\xDE kb\xE8\xCB3\x82#\x9F\xE2\xACE\xAF(..hidden..>^\x8DrN\xB8\x8C\xF3Q(f\x84\xAB\xE2\x9B1\xC6\xF1\xC3\xE7\xF3 \x9A*\x85yo\x8F\xE5=\xAF\xAD\x83,Ð;È<
-\xA2\xA2\x83\xA81\xB2\x85\x82\xD4\xF9\xF4Ü\xE7\xAC \x87r5H\x9Bx{X\xE3}\x9DYÂ\xEC[\x9F -!ÏÚ)\xC02\xF2\xF9(..hidden..,T\xFB\\xA4\xFB\xA7\x82t\xE6\xC2\\xDC\xF19[\xB7\xACe\xD3t\x99g\x81\xDA\xBB\x90\xEA\x98\xDFgW\xE0\xFC\x95OxUR\xA2q\xCBha;:\xD2\xF7b`\x8B5int\x96u\x9B#\x90k\xF1\xA4(;e\x88_\xE7\x81\xCF\xC3e\x9F)B_\xA4\xC0\xA7|6\xE2É+\xDF9\x93;\x94\xBE\xED\xE6ÂQ\x8CV\xD6^\x81Ê\xDB\xD8&\x8B'\xF1!\xC4y?\xDB/\xEA\xAF4\x96\xB6yU\xB9\x8E\xB2\xB2ll\xF6(\xC3>\xB5{	\x8BRV\x9D\xAAÛ\xC8IL\x91[\x90\xECba4Vgw9\x8D\xABurH\xED\x9C\xC0\xFB\xC1\xD3_\x84\x8E\xF2	\xCB\xC3L\xBE\xAC\xB9\xFBR\x89\xC1.Q\x80\x9EÎ']\xB2\xE6T\xF5I\xE4Ou\xB8c\xA1L\xC1\xCCfz5\xAF\xF0\xE97/\xDD\xEAY\xF3\xEEx\xB6\xAAL\xEC	dgm\xC0:è\xE0\x8B\xEA	\xB4,-\x95\xBF@>\x9F+\x9B	\x90\xFB\xBE\xDBo\xDC\xC9\xDD"k3\xFE ..hidden..@\xB7\xDC\xCFD}-\xAEI]7\xFEÍ\xD2V#\xBE\xAC"\xAAÕ\xB5\x83\xDBm\xB3]\xE5\x80s\x9E\xFB\x81(\xCB\xD5\xDEjQ"T\xD7y\xB1\xB6Y\x8E\x9F	[\xA8\xA9\xFB\x93\xAB\xF3\x90m\xA8T\xD2lÕWoT%\xEA\x91'\xA9j\x8D\x917b\x8D=O3\xBB\xD6X\xF7$\x830\x96[/Gq\xFC g\xF8\xB9\xDA\xDF\xD8!\xACK\xCB
-l\xD2Q>..hidden../\xC6\xCBZ\xEA\xC2>\x88\xE5\x86\xC7\xC7\xF5\xE9>\xFEÛ\xA1Tã\xA2\xAE[\xEA\x86;O×\xBD3BZf\x96\x93g%\x9B\xF7qÞ\xE3\xD0\xF5tF\xD8/\x95\x8A>\xE9e\xB2h\x9A\xB3\xA9Ê\x83\xF4\xC3\xE3\xD1\xE2t\xA4\xC5Y\xB9\x93vo1\xAFW<\xC4b\x9F\xDCn\xA3Ò\xA9\xD6\xF4\xE3pQwU\xAE\xE0\xE26H\xC7\xEA\x990\xD1\xDB	_%gÚÆ5\xFE\xFA\xE6\xE3\x8D\xE2\xD0\xEB\xC7L^\xA1\x98\xB9+_\xFAf\xA0è\xF5\xE55(\x91\x93\xE2\xE7G\x9E<\xFC\xFB\xA6\xC0\x94+|6\xEBgå\x81\xB2e\xE3\xAB\xF7\xA7\xEF\xA0&\xB7;\x9CÒ\xFE\xAB\xAE\xEApM\xF9\xEA3TXG\xF6\xA9\xD82oxB\xB3?Ï\x85\xF62\x84\xB9\xCD\xFB^\xC4t\xC8\xFDi\xB5\x9Ek\xA6\xB3\x915\x8E\xA3\xC9I\xED<(..hidden..'Enh
+x\xDA\xED\]s\xA36}Ï\xE0Ñ)..hidden..;w:\x9Dmd#'L0\xB8|d\x93_0\x92#\x92Å\xBD\xDD\xC4z\xC2_\x83\xF19\xF7\x9E{tu1\xB0n,`\x9D\x81\xD6\xF1d|\xF4\xE1#\xF2-\xEAP\xCF\xF5\xAC\xF1\xCC
+\x88\xB5<\xEA9\x94\xD68\xB4\xBEÜ
+\x83?r\x9E
+m\x97\x80\xC1\xF1t\x9A\x96I\xD1<aI\xD8<8e\x9B\xB0\x9C\x8BÏ\xF3(\x89\xF2"cE\x94&\xCDk',\x8F\xA6\xF9\xF0\x9F\xF1o\xEA\xAC\xAF6
+\xAE\xBD^]zr];cËÐ\x84\x88\xEBr`}e\xD5yG\xE9|..hidden..
+\xD4M\xBF50iseC8+D\xB0æ\x9B6.x\x9F\xEC\x90\xF7e><\xC9||\xE6\xD9<\xCA\xF3*\xDBr\xFD|\xFE!\xC0\xFD?1\xE2\xBA\x85\x9A8\xA1\xA5<\xB9\xD5\xC9~\xAFd\xB0I\x85t\xD6\xBF\xA41\xD7H"4DlE\x84\xDD\xCD\x96eB\xEAS\x94\xDC\xC5*\xF3"\x9D7\x8FÏ\xEF\xA6\xE5B#\xB9\xE4\xC0\xA9\xE8\xE2 \xD8$\xB0J\x86+6_\xC1\x9F&\xF7<)\xBA\x8B\xFA\xE4\xB0C<\xE8Y\x8D\xF1\xB2\xD7È=\xB0\xF9"\xE6\xED\xB3y\x90\x99
+\xB4\x93\x81\x96a\xB6\x91\xEF$\xA8\xA4\xA7b
+Ç\x84c\xAE\xE2\xBB`S\xA1\xFD\x97,a7|^Å\xAE/h\xDF\xD7\xC3#e\x80\x8FÃÑ<\xD7\xEBJ\x80\x91)\xFE{\x8E\x8Av^"\xE5\x92\xD7b\xE0"\x99\xA5\xED\xB3\xFA\x87\x98\x9F?\x9CO\xF2"\xDD\xF2	K\xEE\xD6V\xB3z\xD9\xD8C\xF7\x9F)Ò]\xA5E\x87)\xA6Ø\xD7^3\xC7\xBD\xEA\x9C,@O\xEB\x96u\xEE\x96e\xADNwRaT3O\xAB'\x8D{/\x95<C\xDF\x90\xAC\xC7VE\xEF")\xCB\x96\xD3U\x8FI6#N\xD3r\x8BF\xC4Y\xF5\xC9GÑJÓ;\xCE\xB5m1
+\xDE\xCB\xFD	\xEDt\xE6\x9AÊ\x9F\x94y\x94TBa\x8FF\xAEÉMq:\xE4Ò\xEBA\xDA\xC6;\xC0\xEF\x9D\xC1\x8E\xEC\xCFV|\x82L	\xD9/XF>\x9FDE\xBB_/4a\xA4SãE\xCCVR{\xB9\xDDp\xB2\x8A\xF9lJ\xEB>\xFF\xB4Eð\xDF\\\xF3{\xBA/&M\xD3iYD\xBA\xF6]jb~#\x9C}\x81\xF3>ã$Ó\xA5\xF0L\xA4\xEF\x82\xBB\xDBY\xCA\xC89OxV\xC9N\xD3e/\xA3\x90Ç\xCF\xA1/RàOx\xA6:\xC3\xCFUh\x8F\xD27n\xCEQ\xCF(F\xAB\xD6^\x85Ê\xCB4\x8Cf\x8F\xDFÅ\xEF\xB0E\xA2/\xBC\xB2\xE9P\xEFÍQ\x95\xC3
+1[\xCAÆG)d,\xC9Ùs\xE3"@\xE4}\xAC"\xF1\xAB\xDBD\xB4Z# /v\xF0\xE6\x9D\xA2:'\xEE\x80=\xF0\xFCQG\xF9\x8C\x95q!\x9F*\xEE>7\xC5à\xE0\x87\x9A9\xB8G\xD7\xC0SÈ\xAEA\xA3O"\x9A\xC35\x8Be\xDAf\xD6Ó\xFD\xED,..hidden../R+ÐHt(\x85|\xB9\xD0&\x96\x90Ø\xB5?\xC2r\x8D?*3)\xB4\x8F/ K|h,\xF7\xF6\xA8\xA5\xFF\x96uiS\x88\xD7*\xA2\xB7\xBA\xB0\xE9\xE0\xF6F\xBBs\x81C\xD4\xE7\xB8\xA3BM\xB4\x88M\x89X\xDF\xE7ÅÍE&\x90M\xFC\x89\xAB\xFC\xC9\xD9\xC3"f\x95
+\x95\x95\xB4Xy\xF7\xE6\x85F\xA2\xEEy\x96\xEB\xAD1\xF2FZc\xAF\x9A\xE0zQM[\\xE5IFq*\xE7\xBB'iz'\xD7\xF0\xDD\xDFW\xD8!l\xA4\xE55`\xAB]\x8A\x95\xAC\x88Eg\xEB\xCDA\xE8\xE9Ç\xB7\x91\xB8\xCB\xFE\xCBiÝ-\xEA\xB1-\xFD6\x8D\xA2\x83}\xF1\xF2-J\xD8G\xA9\x9C\xAA\xBE\xBA\xBAO\xFF\xC0\x95Õb\xAD\xD2uG\xB8\x8C&\xF5\xCDUSe\xCB\xEC\xCF\xE5Ê)\x9B\xB7i\xD95q\xE8&1\xF6\x96Z\xC9 \xB2\x97É\x9B\x92\xDD\xE8|xÈ\xFExZ\xBCUwj\xC7Cl\xF6\xC9q\x9D.LMM\xDF1\xBE\xE0\xE22Ê\xFA\x9901\xE3\x84?Q\x8D\xF7U\x8D?\xBF\xF8x\xA1u\xE8\xF8^6\xBC\xD5\xF6\xE7V	\xB4\xEAK_\x8C\xB4\xFA\xE2\x9B\xFA\xB2\xBB\\xF1{\xCD\xF6ÔÈ\xE2\xA7{\x9E\xDDG\xFC\xDBz\x81Y\xEE\xF0\xF9"V7\xE4\x9EUÊ\xC1\xD7\xE0g\xA7o+\x93\xEB\xF7\x8EpÙ\xFEk	\\xE3pm\x9E\x84\xFA\x8D\x9A\xD8D\xF6\xA9xf\x88\x9A\xFDi\xD1l\xB4/C8\x92cÞ"\xA6c\xDE4\xFB\xB9v>\x9F8\xD34\x99\xBD\xAB\xD9\xC1}Ä\x90C\Ï=\xD7.\x94\xF3\xF0\xF4\xB3g\xE3\xA3\xFF\xBC9\xEB\xF4
 endstream
 endobj
-987 0 obj <<
+999 0 obj <<
 /Type /Page
-/Contents 988 0 R
-/Resources 986 0 R
+/Contents 1000 0 R
+/Resources 998 0 R
 /MediaBox [0 0 612 792]
-/Parent 941 0 R
-/Annots [ 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R ]
+/Parent 953 0 R
+/Annots [ 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R 990 0 R 991 0 R 992 0 R 993 0 R 994 0 R 995 0 R ]
 >> endobj
-927 0 obj <<
+939 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 695.887 329.79 705.192]
 /Subtype /Link
 /A << /S /GoTo /D (section.2) >>
 >> endobj
-928 0 obj <<
+940 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 681.237 233.093 693.247]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.2.1) >>
 >> endobj
-929 0 obj <<
+941 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 671.877 218.837 680.988]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.2.2) >>
 >> endobj
-930 0 obj <<
+942 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 659.922 177.123 669.033]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.2.3) >>
 >> endobj
-931 0 obj <<
+943 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 647.967 209.96 657.381]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.2.3.1) >>
 >> endobj
-942 0 obj <<
+954 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.043 623.713 198.105 635.23]
+/Rect [98.987 633.416 234.727 645.122]
 /Subtype /Link
+/A << /S /GoTo /D (subsection.2.4) >>
+>> endobj
+955 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.901 621.461 250.667 633.167]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.4.1) >>
+>> endobj
+956 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.901 609.506 194.439 621.516]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.4.2) >>
+>> endobj
+957 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [84.043 587.847 198.105 599.364]
+/Subtype /Link
 /A << /S /GoTo /D (section.3) >>
 >> endobj
-943 0 obj <<
+958 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 614.094 169.791 623.508]
+/Rect [98.987 578.228 169.791 587.643]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.1) >>
 >> endobj
-944 0 obj <<
+959 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 602.139 178.498 611.553]
+/Rect [98.987 566.273 178.498 575.688]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.2) >>
 >> endobj
-945 0 obj <<
+960 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 590.184 190.105 599.598]
+/Rect [98.987 554.318 190.105 563.733]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.3) >>
 >> endobj
-946 0 obj <<
+961 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 578.228 149.856 587.339]
+/Rect [98.987 542.363 149.856 551.474]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.4) >>
 >> endobj
-947 0 obj <<
+962 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.043 556.41 182.882 565.715]
+/Rect [84.043 520.545 182.882 529.85]
 /Subtype /Link
 /A << /S /GoTo /D (section.4) >>
 >> endobj
-948 0 obj <<
+963 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 541.76 312.803 553.77]
+/Rect [98.987 505.895 312.803 517.905]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.1) >>
 >> endobj
-949 0 obj <<
+964 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 529.805 223.32 541.511]
+/Rect [121.901 493.94 223.32 505.645]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.1) >>
 >> endobj
-950 0 obj <<
+965 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 517.85 215.21 529.86]
+/Rect [121.901 481.984 215.21 493.994]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.2) >>
 >> endobj
-951 0 obj <<
+966 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 508.49 197.089 517.601]
+/Rect [121.901 472.624 197.089 481.735]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.3) >>
 >> endobj
-952 0 obj <<
+967 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 496.535 238.035 505.949]
+/Rect [121.901 460.669 238.035 470.084]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.4) >>
 >> endobj
-953 0 obj <<
+968 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 484.58 190.115 493.994]
+/Rect [121.901 448.714 190.115 458.129]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.5) >>
 >> endobj
-954 0 obj <<
+969 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 470.029 245.646 482.039]
+/Rect [121.901 434.164 245.646 446.173]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.6) >>
 >> endobj
-955 0 obj <<
+970 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 460.669 203.036 470.084]
+/Rect [121.901 424.804 203.036 434.218]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.1.7) >>
 >> endobj
-956 0 obj <<
+971 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 446.119 320.663 458.129]
+/Rect [98.987 410.253 320.663 422.263]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.2) >>
 >> endobj
-957 0 obj <<
+972 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 434.164 254.841 446.173]
+/Rect [98.987 398.298 254.841 410.308]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.3) >>
 >> endobj
-958 0 obj <<
+973 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 422.208 311.837 434.218]
+/Rect [98.987 386.343 311.837 398.353]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.4) >>
 >> endobj
-959 0 obj <<
+974 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.043 402.986 171.255 412.291]
+/Rect [84.043 367.12 171.255 376.425]
 /Subtype /Link
 /A << /S /GoTo /D (section.5) >>
 >> endobj
-960 0 obj <<
+975 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 389.511 265.063 400.345]
+/Rect [98.987 353.646 265.063 364.48]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.1) >>
 >> endobj
-961 0 obj <<
+976 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 376.38 282.159 388.39]
+/Rect [121.901 340.515 282.159 352.525]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.1.1) >>
 >> endobj
-962 0 obj <<
+977 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 364.425 275.912 376.435]
+/Rect [121.901 328.56 275.912 340.57]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.1.2) >>
 >> endobj
-963 0 obj <<
+978 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 352.47 256.027 364.48]
+/Rect [121.901 316.605 256.027 328.614]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.1.3) >>
 >> endobj
-964 0 obj <<
+979 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 340.515 224.804 352.221]
+/Rect [121.901 304.649 224.804 316.355]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.1.4) >>
 >> endobj
-965 0 obj <<
+980 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 328.56 234.578 340.266]
+/Rect [121.901 292.694 234.578 304.4]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.1.5) >>
 >> endobj
-966 0 obj <<
+981 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 319.2 186.02 328.614]
+/Rect [98.987 283.334 186.02 292.749]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.2) >>
 >> endobj
-967 0 obj <<
+982 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 304.649 292.729 316.659]
+/Rect [121.901 268.784 292.729 280.794]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.2.1) >>
 >> endobj
-968 0 obj <<
+983 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 292.694 240.117 304.704]
+/Rect [121.901 256.829 240.117 268.839]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.2.2) >>
 >> endobj
-969 0 obj <<
+984 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 283.334 208.406 292.749]
+/Rect [121.901 247.469 208.406 256.883]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.2.3) >>
 >> endobj
-970 0 obj <<
+985 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 268.784 181.367 280.49]
+/Rect [98.987 232.918 181.367 244.624]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.3) >>
 >> endobj
-971 0 obj <<
+986 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 259.424 249.641 268.839]
+/Rect [121.901 223.558 249.641 232.973]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.3.1) >>
 >> endobj
-972 0 obj <<
+987 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 247.469 176.914 256.883]
+/Rect [98.987 211.603 176.914 221.018]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.4) >>
 >> endobj
-973 0 obj <<
+988 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 232.918 171.824 244.624]
+/Rect [98.987 197.053 171.824 208.759]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.5) >>
 >> endobj
-974 0 obj <<
+989 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 220.963 210.598 232.973]
+/Rect [98.987 185.098 210.598 197.107]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.6) >>
 >> endobj
-975 0 obj <<
+990 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 211.603 147.355 220.714]
+/Rect [98.987 175.738 147.355 184.848]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.7) >>
 >> endobj
-976 0 obj <<
+991 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 199.648 175.629 208.759]
+/Rect [121.901 163.783 175.629 172.893]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.7.1) >>
 >> endobj
-977 0 obj <<
+992 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 187.693 171.425 196.804]
+/Rect [121.901 151.827 171.425 160.938]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.7.2) >>
 >> endobj
-978 0 obj <<
+993 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 173.142 288.983 185.152]
+/Rect [121.901 137.277 288.983 149.287]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.7.3) >>
 >> endobj
-979 0 obj <<
+994 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.901 163.783 194.987 173.197]
+/Rect [121.901 127.917 194.987 137.332]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.5.7.4) >>
 >> endobj
-980 0 obj <<
+995 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.987 149.232 260.45 161.242]
+/Rect [98.987 113.367 260.45 125.376]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.5.8) >>
 >> endobj
-989 0 obj <<
-/D [987 0 R /XYZ 85.039 731.867 null]
+1001 0 obj <<
+/D [999 0 R /XYZ 85.039 731.867 null]
 >> endobj
-986 0 obj <<
-/Font << /F37 939 0 R /F33 936 0 R >>
+998 0 obj <<
+/Font << /F37 951 0 R /F33 948 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1037 0 obj <<
-/Length 1295      
+1052 0 obj <<
+/Length 1297      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xED[Ms\xDAH\xBD\xFBW\xE8dÍ\xE6\xEB\xE88\x89\x9D\xAD\xCD&eS{I\xEDAc\xA32H\xAC^\xE7\xDF\xEFX
-0#\xB0\xA7l\xE6\x84FC\xF5\xEB\xD7\xFD\xFA5Þx'\x81\xF1\xF8a|..hidden.. \xC3\x82`p\x91e\x93\xE5pq0\x88\xD2Iuq-\xF2\x87$\xCB\xE1?\xE3?\xF4m\xBD\x9Fc.\xFF(o\xE9\xD6\xCB\xF2H\xB4q\xE4(\xD4\xF6F\xE0\xE9]Xêc\xE5\xA2eW\xA7\x8D\x87D>7\x8E\xFB1\xE2\x94
-\xFC\xE1\xCBOy\xAC!\xE7\x9D\xDE`D\x90an\xE2\xA4_
-Lh\xA0\x82f<0\xDFs\x99\xD5\xE5×ÈG\xF3\xF6q\x87\xCC !5$HAR"q\x97d\xAB\x85EÆc'J\xA8\xB0\x96D	*;..hidden..(\x9A\x85l ..hidden..@\x95\xC2Ê]O\x93\xC5"I\xEFIx)\xAFf\xEB\xA7kÅ\xA5\xAD*\xC8\xC0Ûo\x87P\x8E\x9AcI\xEB\xA6åi1p9\xFE[\x84WL\xE1t\xB6\\x8A\xF9\xCD,\xE6\xF45JW\xB7Q\\xAC\xF2\xA7\xC47\x8E\xC2\xF4\xA2\xFD\xE2\xC2\xC2Ö\xA5\xC8\xE2{]A6\x82nV\x8Dw\xD7z
-\xF3\x8E\xA2\xC3U2_\x89E\x96
-\xF9
-\xB1\x93\xA4\xBD\x97Þ
-\S\xE1l6\xABX\xF0\xA5s\xB3\xEATm\xA3\xBC\xAC\xC0\xB4\x82\xC9ñT\x9A\xBC\xB4/\x9E\x82{%\xFE]%\xA5\xD6s\x916D\x8Fs\x97ÞE\xD5ÕV\xF8\xDB\xC9\_V\x85w\xC1\xEEl\xB2vX×\x9DÍ\xD3Ð\xF0\xBEs\xAB\xB0o\xF8=F\xC9\xDEoÏ\xB9\xB7\xD00 \x90\xF7\xAA\xC1 \x8F\xD2\xE5,*\x92,..hidden..@\xCBe\xF6_\x95\xEE\xE7Ù\xA8\xAE\xB2\xDB\xEAqc\x89t\x9D\xCD+\xF5L\x91G\xF1\xBD\xB0\\xB7\x90\xE0#W1ÆnB\x9F\x87\x92P\x86\xA85Uk\xBA\xF1P\x92B\xA4\x92j\x8AZ,\xF2\xEC!\x9AY\xBE\xE0\x9CP\xB0oCW\x9F\xB6	6\xDD\xD8\xCF\xF1\xD4j\xE7\x97\x9F"[Ér\xDB\xCC\xA8\xA3\xDE\xFED0\xD9\xC59\xAAwq\xF3\xE8Ö\xB0\xA1\xB3M{\xA9\x8A\x9D\x81j\xC3X\xA6{\xF6}\xEF\xFA|..hidden..@\xC0\xE1rH\xE2\x84 _Ò\xACi/\xC8]\xFA\x80\xB4\xB7'%6Ú<\xCF\xF2\xCA?\x8B\x8B\x8DE\xE0v\xB7Q\xC8YÇ\xC9f\xF3\xA2\xA6:ÌL+\xE1<ZN\xABH.\xA2\x9FO>\xA5
-o\xAD\xB4Ï"\xBE\xD7\xEEB\xDA\xE4\xE8\x87\xE1\xD1\xD8\xC0\xDD2\xEBL.\xA7\x98\xDAV\xDF\xF3\xA7\xB4\xC8\xAAy5\xAEr]\xA4\xF6\xC6\xB8$np\xFD\xB5\xA3\x9F\x9E\xD6EacyÑ\xB7\x94\xA3\xE3\\xE9!\xD8"\x8B\xB5xY%Ã-\xF1\xB5:\xE7\xFB
-_\x94Ð\xA5"!zo\xF4mU,\x8B(\x9D\xE8\x96\xD7`Æ\xD3\x9D\\xAF\x88j\xE9pv\xF7L\x881wb\xEE%\xD7u\xA2Ç\xFF%\xC3\xCD\xFB+KGE\xF4\xDD\xCC\xC4>8 \x87GT!v\xB4<j\x8F\xFCÏ9\x8C\xA0W\xD7\xA9n\x8F$\xD7"*5\x9D\x94~\xA6)C\xB8Ou\x86\xEA\xCEip\x99,\x8BL
-ls\xEF\xFF^\xBF\x82t\xB8\xE47
-gD}\x86Ù\xE1\xCCk\xC3\xF9j\xBFá\xCE\\xCE\xE7+	\xE9\xBCa\xEBCpVMo\xE4C\xED\xE7\\x89\xCDÚQ\xE8\xB4\xFC\xDD\xD6{\xD8\xBD\xA8\xF7\xA3\xBD\x9Fk\xBB_\xAC\x95\x8D\xB7q\xE9\x96\xC0\x80ì\xD9\xFF\xEB7\xC0Z\xDEæE\xB2(\xEC\xFAC.\xAF\xD3,\x88g\xDD,Lx\x94\xA1t[Ë\xF9jV$\x8Bz(\x8Cwu~JÞ×
-\xE0\xFDm\xE0\x99q\x90p\xEA\xE4\xEE/
-\x9D\xB5\xA1\xBF\xB3\xEF\xF1/(\x86G\xE4\xB0e\xE1\xC6z\x94\xAB\xE3\xFB\xBCG\x89\xAB\xC8m\xBE\xA3\xA0c\xB6z\xA6\x820\g\xFC5`\x80|\x99\xB1r~f>@
-\xC4[\xFF\xFBi|\xF2?\x8E_~2
+x\xDA\xED[Kw\xA2H\xDD\xE7W\xB0Ô\x84\xEA\xB5L;=IÏ\x9E\xEEc<..hidden..'Z+I\x8CTÎ\xDF\xE3~\xF7C\xC7z\xB2\xEB\xF6\xCAQ^?\x8D\xAF\xAE\xF7\xB0Em\x8A\d\x8D-mÇ\xA2È\x94X\xE3\x89\xF5\xB3\x87\xFA\xE08N\xEF6I&y\xE0B\xA7Ä\xEA\xE2\x9Ee/Q\xC8\xF2\xFE\xDF\xE3?\xE4m-\xDF6\x85\x94\xFFP\xDE\xC0%+o\xF3#\xBDÆ`\xDB\xD0\x80\xB7OAq\xA8
+Þ\xE5G|
+\xF2(\xACN\xF7\xA9\xDBc\xD9\9\xEE\xE7\x80bÒ\xFB\xC8\xFF\xCBK}\xF1)\xDD\xEB
+\x82R\x95'\xF9\xAE\xA3R\xE3
+j\xC6SV\xF3=\xE3AP]~
+\x8A,zUo\xEFy\xD40\xD3%\xA8\xA6\xC4\x94\x94L<..hidden.."\xD5\x85\xE7\xD2\xE5\xAC\xC8D\xF1+\xB7k	A2\x84\xFC\xCF\xE5
+\x96\xFE\x92\xEC\xFA\xDB+Ù\xB2`\xA2\xDD*\xBA\xE1	\xDAo >1\x99q\xDA<q]\x9B_#\xAAf.\xBF\xD9\xFD4J\xD3(~R$\xE1\xBF\x9A-]+\xC6\xBD\xA8UA>\xBEmP\xD2v(\xEDX\xE2\xBAiY\xA1kZL\x8Cw\xF8tGqEO7y\xCE\xE6\xB3\x88\xA9c\xD0\xD7 ^<a\xB1\xC8\xDE_9
..hidden..|Û\x81,..hidden..&Y\xD1\xAF.4\x92\xF4T\xA5f
..hidden..&\xBC\x8F\x86\xBAWW\xF7Z\xE1\xAFs9|iÞ\xDD\xDBsv\xD4+\xB44\xCA\xFA\xB1\xB6yR\xEC\x9B~\xD81\xEC
+\xBFG)Ù\xED9\xDF\xF5\xC6;h\xE0\xF0{U\xA7\x97q>\x8A(\x89u\xBB #^/;'-wÉU\xB8\x93\xBC\xA8\xAE\x92\xC7êD\xBAOf"+"\xF1\x9B"\xC2g\xA6\xB9n>..hidden..)O
+1E\xA5i\x96\xBC3\xCDW\x94b\xF5XeCW\x9F\xD6$7\xF6sE8\xD5\xDA\xF9\x8F\xF2\xBFH\xFC\xADL7\xF3lR\xEF(9\x87\xE5.\xEE\xB7,x\xD4%\xAColÓT\xC5
+D\x81wg,{\xF3}\xE3\xFA\9a\xA7\xF59i[\x9F\xF3sDU\x8EC\x96\xB68\x8E6!p\xE9jv\x99\x9DU9d\xF1$i\xAB\x86\xAE\xC9Ê&\xA7:1\xB9>\xAFSD
+Ë\x87\xEAÖ/]&\x8E\xAF\xF2%~I\xDA\xF6\x82ÔK\x87\xB4\xB4M_\x9CiO\x93\xAC\xF2\xCFÂ\xB1\\xED6\x829\xED\xD8\xD9lj\xEE3.\x91O%\x83|Z!\x99\xBF\xDE|Jo\xAD\xB4\x87S>Kw!ns\xF4}\xFFbl\xE0u \xAF\xC1XFr9\xC5Ôz\xE6\xCFq\x91\xFD\xF3jX\xC5:\x8B\xF5\x8D	0A\xDC
+p\xFDX\x87\xD2O\xAF\xEB\xA2\xD0X^\xB4\xC4-\xA6\xDEe\xAE\xF4v\x8Ab)^\x96\x8Fdh\xB2\xA5\x81\xAF\xD69\xCFg4\xEC"\xA05E\x82\xE4\xDE\xE8ÛÈ \x9EÈ\xD70\xA1\xC4h\x8B\xBD\xAEWD\xB5t\xB8y\xDA1\xA4F\xCC\xB8\xBF\xACn/x\xAD\xFB_4QÜ\xBF\x92xP\xAF\xC1Ãm\xA2Ã\xEE9Vo\xAF\x96\x87\xF5\x91K\x9B\x83\x9EkÆc0\xD2\xDE\xB1l\x8F%\xF7,(5\x97~\xAA)\x83\xA8\x81\xFF},hu\xCBÎp\xE5E\xC2\xB6\xBA\xF7?\xD7G\x90\xBA~\xD5p\xF6\xB0M Y5\x9Cim8\x8F6\xCE\xDE\xFE\x863\x95\x86\xF3p\xC1)\x9D\xB7l}Æ\xE9:\xF9\xDAz\xE7f\xE9\xD8vv\xFC\xDE\xD69\xEC\x8FN\xD6\xFB\xA9\xB4\xFBy\x82\xEDd#\xFB\xC8l\:l=t\xE9\xEB\x8F6\xDB\xC8ä\x86uDZ\xFCi\xF15os\xC4B\xA5\x85^\xB0\xE1\xA53^\xDA\xF42m\xDA\xFB*=\xC2Pz\xAC\xE5\xDB|1+\xA2\xB4
+\xC3u\x9D\xA3\x8F\xEE\xC7\xF9{\xB5\xB8\xB9
+l\xC5F\xEE\xEE\xBBK\xE4\x97OÎk\xC1\xFC]\xF2\xC6\xC2
+\xE5(W\xE3\xBBÝs\x91\xA9\xC8\xA4\xCCV[*\xA1\xC0t\xC6w\x96Çy\xC4\xF2\xF9\x99\xD81\xAF\xFC\xED\xE7\xF1\xD5\xA7\xE3~!
 endstream
 endobj
-1036 0 obj <<
+1051 0 obj <<
 /Type /Page
-/Contents 1037 0 R
-/Resources 1035 0 R
+/Contents 1052 0 R
+/Resources 1050 0 R
 /MediaBox [0 0 612 792]
-/Parent 941 0 R
-/Annots [ 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 990 0 R 991 0 R 992 0 R 993 0 R 994 0 R 995 0 R 996 0 R 997 0 R 998 0 R 999 0 R 1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R ]
+/Parent 953 0 R
+/Annots [ 996 0 R 997 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R ]
 >> endobj
-981 0 obj <<
+996 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 695.887 190.633 705.192]
 /Subtype /Link
 /A << /S /GoTo /D (section.6) >>
 >> endobj
-982 0 obj <<
+997 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 683.832 175.918 692.943]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.1) >>
 >> endobj
-983 0 obj <<
+1002 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 671.877 197.228 681.292]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2) >>
 >> endobj
-984 0 obj <<
+1003 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 657.327 176.894 669.033]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3) >>
 >> endobj
-985 0 obj <<
+1004 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 645.372 156.909 657.078]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.4) >>
 >> endobj
-990 0 obj <<
+1005 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 635.025 199.509 645.426]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.5) >>
 >> endobj
-991 0 obj <<
+1006 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 624.057 159.779 633.167]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.6) >>
 >> endobj
-992 0 obj <<
+1007 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 609.506 313.371 621.516]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.6.1) >>
 >> endobj
-993 0 obj <<
+1008 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 600.146 146.299 609.257]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.7) >>
 >> endobj
-994 0 obj <<
+1009 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 585.596 262.174 597.606]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.8) >>
 >> endobj
-995 0 obj <<
+1010 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 573.641 246.453 585.65]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.8.1) >>
 >> endobj
-996 0 obj <<
+1011 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 561.685 168.167 573.391]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.9) >>
 >> endobj
-997 0 obj <<
+1012 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 549.73 277.217 561.74]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.9.1) >>
 >> endobj
-998 0 obj <<
+1013 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 537.775 217.054 549.481]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.9.2) >>
 >> endobj
-999 0 obj <<
+1014 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 528.415 239.459 537.83]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.9.3) >>
 >> endobj
-1000 0 obj <<
+1015 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 516.46 205.846 525.875]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.9.4) >>
 >> endobj
-1001 0 obj <<
+1016 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 501.91 263.638 513.919]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.9.5) >>
 >> endobj
-1002 0 obj <<
+1017 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 492.55 177.532 501.964]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.10) >>
 >> endobj
-1003 0 obj <<
+1018 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 480.595 278.164 490.009]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.11) >>
 >> endobj
-1004 0 obj <<
+1019 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 456.341 199.22 468.081]
 /Subtype /Link
 /A << /S /GoTo /D (section.7) >>
 >> endobj
-1005 0 obj <<
+1020 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 446.722 219.963 456.136]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.7.1) >>
 >> endobj
-1006 0 obj <<
+1021 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 434.766 151.311 444.181]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.7.2) >>
 >> endobj
-1007 0 obj <<
+1022 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 412.948 114.818 422.029]
 /Subtype /Link
 /A << /S /GoTo /D (section.8) >>
 >> endobj
-1008 0 obj <<
+1023 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 398.298 206.214 410.004]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.1) >>
 >> endobj
-1009 0 obj <<
+1024 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 388.938 160.237 398.353]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.2) >>
 >> endobj
-1010 0 obj <<
+1025 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 376.983 195.315 386.094]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.3) >>
 >> endobj
-1011 0 obj <<
+1026 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 365.028 176.695 374.139]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.4) >>
 >> endobj
-1012 0 obj <<
+1027 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 350.477 266.986 362.183]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.4.1) >>
 >> endobj
-1013 0 obj <<
+1028 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 338.522 278.413 350.532]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.5) >>
 >> endobj
-1014 0 obj <<
+1029 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 326.567 280.296 338.577]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.5.1) >>
 >> endobj
-1015 0 obj <<
+1030 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 314.612 259.952 326.622]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.6) >>
 >> endobj
-1016 0 obj <<
+1031 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 302.657 243.464 314.363]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.6.1) >>
 >> endobj
-1017 0 obj <<
+1032 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 290.702 243.962 302.711]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.6.2) >>
 >> endobj
-1018 0 obj <<
+1033 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 278.746 232.087 290.452]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.6.3) >>
 >> endobj
-1019 0 obj <<
+1034 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 266.791 302.303 278.801]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.6.4) >>
 >> endobj
-1020 0 obj <<
+1035 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 254.836 202.777 266.846]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.8.7) >>
 >> endobj
-1021 0 obj <<
+1036 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 245.476 219.345 254.891]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.7.1) >>
 >> endobj
-1022 0 obj <<
+1037 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 230.926 223.958 242.936]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.8.7.2) >>
 >> endobj
-1023 0 obj <<
+1038 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 211.703 115.923 220.784]
 /Subtype /Link
 /A << /S /GoTo /D (section.9) >>
 >> endobj
-1024 0 obj <<
+1039 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 199.648 171.604 208.759]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.1) >>
 >> endobj
-1025 0 obj <<
+1040 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 187.693 255.917 196.804]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.9.1.1) >>
 >> endobj
-1026 0 obj <<
+1041 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 175.738 195.953 184.848]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.2) >>
 >> endobj
-1027 0 obj <<
+1042 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 163.783 177.333 172.893]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.3) >>
 >> endobj
-1028 0 obj <<
+1043 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 149.232 181.208 161.242]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.4) >>
 >> endobj
-1029 0 obj <<
+1044 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 137.277 320.056 149.287]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.9.4.1) >>
 >> endobj
-1030 0 obj <<
+1045 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 125.322 238.492 137.028]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.5) >>
 >> endobj
-1031 0 obj <<
+1046 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 113.367 260.361 125.073]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.9.5.1) >>
 >> endobj
-1032 0 obj <<
+1047 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 101.411 232.724 113.117]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.9.5.2) >>
 >> endobj
-1033 0 obj <<
+1048 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 89.456 214.144 101.162]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.9.6) >>
 >> endobj
-1038 0 obj <<
-/D [1036 0 R /XYZ 85.039 731.867 null]
+1053 0 obj <<
+/D [1051 0 R /XYZ 85.039 731.867 null]
 >> endobj
-1035 0 obj <<
-/Font << /F37 939 0 R /F33 936 0 R >>
+1050 0 obj <<
+/Font << /F37 951 0 R /F33 948 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1089 0 obj <<
-/Length 1292      
+1104 0 obj <<
+/Length 1291      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xED[]{\x9B6\xBEÏ\xE0\xD2~\x9E\x99I\xE8\xB4\xBBfm\xDA\xEEY\x9B6\xF6\xB6\x8Bv\xCB1Ap\xD2\xFD\xFB\x81%\xF9a\xA4\xED\xEB
-0D"\xEF\xABs\xCE{\x8E\xC0\xB9u\x80\xF3\xFA4\x8E\x97\xA3\x8B\x9F\xAF\x90\xEF0\x97Q\x8F:\xA3\x89 \xE6PF]\xC6g4v>\xF5 \xE8\xBD\xB9\xF8\x87Ge\xD1\xFF{\xF4\xDBb#\xE82Â\x8B\xF9\xC3\xAFÝ\x86G+\xC30\xF4]\x893\x80\xF5_=\x81\xAB)H=E\xBD\xF94\xFD\x81W\xFDpqÔ\xF1Ó1\xDAs\xE5K\x9D\xEB3\xD6\xED\xC9taM\x8Ew\x81A\x8B'i\xF5	\xE9\xC5\xF7<
-\xE7\xFC\x8C
-B\x82\x9D;!\xFB\xF2r8=tA2\xAC\xA6\x90f\xA6cy\xF26}q\xC4
-\xC2hE\xA8e\xE3DV\x82%
-7<y\xA7\xB7\xCD\xD1<B\xADu|##\xF1<\x97AlRTG\x98\xAEL\x9A\xC9F\xEAD\xD6\xF6\xB2\x85:f\xF8\xA0%\x94\x8F\xFA\xF4\xF20-Â\x8CE\xBAx\x8C\xD0\xF3\xF7HT\x91D\xF5\xF7\xB8Pp\x8A\x89<\xAE9\xFF\xA6\xE3	\xAC\x97\xDF\xC5i\xE7`\xB0\xC1\x91rEQ\xC4_\xE2$.c\xAEb\xEED\xE4\xF2ä^\xCF;\xC9A>=\xBA#\xDFHH\xBBW<xPg$P\x8E\xFBq&Êv&M\xD9s\x9D\x8F\xB9b\xE3]\x98\x86\xB7\xFC\x9E\xA7\xA5\x96	\xC1\xCD\xD7h$,z\xF6\xB5Uu\xBA2\xCD\xFE\xB5'<o\x91Z\xCC\xC6\xFB\xE3\xE3=\xE9&\x8A\xA1\xCEYV\xD6Fc8\xE2Y\xF6\xCDxYÚJV\x86\xD38\xCBZ>\xF5\xA1eå\xA3R\x987Ò\xFD\xD5g^O\xE4w\xF2\xEA*\x8Ff\xF4\xF2,3\xA7g\xA6Uu\xC0e\xFA2\xE4\xF9C\x95\xCFK^^}
-ï9\x86V\xE7a
-:\x83V^*\xE1+!SF>\xB3b;>\xF6\xCFW\xDAW\x95Ã\x9B%e\x9C\x86,bg\x90\xD2.)\xC9R\xF0]~\xFAwÆ\xB2\x99\x8D,t\x90\xBC\xFC\xB8\xB9\xFAX\xA0\xA1\x8B<Oq\xD4R\xA6*	\x9CÍm4
-\xF5\xAAÝ Jl\xA0<Ä\xB0\xAE\xA4\xF8\xDA"?\xB4L\x84\x89U\x96ß\x9D@	\xCC]&..hidden..
-\xCA\xCBHÔ\xBC\<\xA9B\xD1d\x96$\x86\x91\xA2\xE0xÄ[\xA8Z\xFEmG\xE2dan\xA5\x98O\xB6r\xC0\x81\xAE\xE0\xA0\xE4\xDAÒ\xCE_\xBA(\xC3I\xFD\xCFM\xDAP\x99c`X2\xC0\xCF^;`\xB8O\xB9:\x97\xEE\xF05Oy\xBE\xA2\xCE\xCC_EZ\x88$\xCB{M#\x81ì\xDA&\xB07a\xAD}\xDB
-\xDAMD\x81o\xC3\xCB)(-\xE8+\xBAuI@,\xE4; \xF7\xF6s1\xB2m\xCBv%\xFC\x99\xE1Una-\xAB\xE1r\xAFJ\x8Cg	\xFF\xA5_y\xF8\x95\xFD\xF2	Ï\xF6m\xFAP\x85\\x91\xFF'/\xBF\xF0\xF2\x91\xF3tC)\xC5\xC5>	\x9E\xB6\xEE\x98l\xDD\xE7\xF3N\x9E\xF7*\xFE\xAA\xB5Ó\xA2\xE0;ZvkA\xF4\xF4\x9E^\xE5\xA6"\x9E\x8DT:a\xF9\x8Ffz\xEF1[s\xEDj
-\xADu\xAC\x8A\xA7M\xBA\xE2(\xCC\xE22Lt\xA10\xE3i\xCBRÇ<+\xCD\xE3u\xB85\x8C*\xE0ÎS\x88%aÑQ\xEB\xD1w\xE0\x8E\xBA\xE3\xAE\xA6\x97<..hidden..(..hidden..'U[\x96\xB3\xACV\xFB:z\x9EH\xAAL^N\x85\xD9\xC3\xCF~\xD8>\xA5\xC3&\xEA$;\x91\xEF$h\xC8N$\xC7}s\xB3]g\xAE\xB7oV\xCAR\xDD_\xEFU\xC3\xEA\xEB\x99\xEB\xE1>\xA3uS\xAD\xB8\xA5mIÎx\x823\xDE9\xA1G\xECØ\x8Bu'..hidden..'iZ\xB2\x86pbX\xFB2\xC6lÄ\xB6\xE5ï\xD4>\xFDex\xD9_v\x9D\xE9bÒ/\xC7P\x80-\x87\x81\xDFb:W\x9Fo\xB2e\xA6\x89\xF8A`\xD7\xFF	)\x80p)\xF4\x9C\x81O*mÅ\xF4Z{\xF6\xD5\xE8\xE2\xB1\x96
-+
+x\xDA\xED[Mw\x9B8\xDD\xE7W\xB0\xB4\xCFS	I Í\x996m\xE7L\x9B6vg\xED,(\x96&1\x80\x93Î\xB0$ p\xF0GÚZ+\xC0\x89Ü\xF7\xDE}O\xE0\;\xC0yu\xC7\xF3\xC9Ù8\xCCe\xBE\xE7;\x93\x99C\x89s|æQg2u>
+ \x8E\x83\xF7\xB9\xF8\x87Ge1\xFC{\xF2\xFBr#\xE82Â\x8B\xC5\xC3oÜ\x86GkÃ0\\x893\x82\xF5_=\x81\xAB)H=\xC5\xD2\xC1b\x9A\xE1È~8\x8B8j\xCC\xF8iÄ?p\xE5K\x9D\xEA3\xD6\xEF\xC9t\x94\xB0&GË\xC0\xA0Å\xB4L\x86\x84\xE2;\x85~\xA6!\x94\xA2S'dW^\xB6\xD0C\xB6\xD3\xE3/\xE9A\x86\xD5\xD2l\xC2t*OÞ\xF7"\x8E\xB8A\x98_j\xD98\x88\x86\x95\x95`I\xC3\xCFD^\xC6\xE9us4\x8F\xF8\xD6:\xBE\x91\x91x\x9E\xCB 6)\xAA#LLW&Í\x93:\x91\xB5\x85\x9Dl\xA1\x8Eh	\xE5\x93!\x83<L\x8B0*c\x91><..hidden..<n8\xFF\xA6\xE3\xA1\xD6\xCB\xEF\xC9\xC1\xA8ÃrEQ\xC4_\xE2$.c\xAEb\xEEL\xE4\xF2\xE4cQ\xAF\xE7G\xC9A\x81:<\xF4G\xBE\x91\x90\x8C v\xAEx\xF0*\xA0\xCEH\xA0\xF7\xC3\\x94a\xEDL\x9A\xB2\xE72\x9Fr\xC5\xC6\xDB0
+\xAF\xF9OK3,\x82\x9B\xAF\xD1HX\xF4\xEC\xAB\xEAte&\x9A\xFDKNx\xDE"\xB5\x98\x8D\xF7\xDFLC\x9D\xB3\xAC\xAD\x8D\xC6pÄ:\xECx\xBC\xF8\xFDb\xD4\xC9\xCA\xF8&Î\x96\x80\xEFÐ\xF2\xDD\xC8Q)\xCC\xF3+\xE9\xCD\xFE2o \xF2[yu\x91\x883zy\x96\x99\xE33Ó:\xE0*}\xF3\xFC\xBE\xCA\xE7%//\xBF\x86wYÂ\x9CC\xAB\xF30\x9D\xC1\x8C+/\x95\xF05\x83\x90)#\xBF\xF3b;N×?\xAE*\x87y;O\xCA8\xDBY\xC4N -\xFA\xA4$+\xC1Ct\xF9\xE9\xDF9/\xCAf6\xB2\xD4A\xF2\xF23 \xE0\xEA\xE2Cu\x80\x86.B\xF0t<E\xEE\xAC\xEFR\xF6U8_,\xDB\xE8&Ô\xB6;@>\xB1\x81<%)\x816\x83\x88\xC7\xF7-ab\x95\xE5wc\x87*\x81\xF9\xBE\xAF\xC0\xC4È\xCC\x9F\x99\x81I\xB5\xC0<\xE2\xF6\x96\xF3L\x97OxZ\xF2|Y\xCF*o\x94\xA3\x93\xF1\xBA\xB64\xAEJ.q\xC9\xEF\x8A_TmR\xBBAy\x89:\x94\x97\xCB'U(..hidden..\xFA\x96Q\xA8\x96k+\x87\xBAx\xE9\xA2g\xF5?7kCe\x81\x81a\xC9\xFF\xF4Ú\xD7Q\x87\xBD1\xE9_\xF1\x94\xE7k\xEAlY\xC0\xFCM\xA4\x85Hâ\xD74\xC8NZ\xA8ao'\xDFÆo[C\xBB\x89(lx9\xA0}\xE5O\xB7.i\x88\x85|?È\\x8ClÛ]	?\x92Y\xACÂ\xDC\xC2ZU\xC3\xE5^\x95\x98\xCE\xFE\xEB\xB0\xF2\xF0k\xFB\xE53\x9E\xAF"\xEC\x9B\xF4\xBE
+\xB9"\xFFO^~\xE1\xE5\xE7iG)\xC5\xC5\xA1O[L\xB6\xEE\xF3
+'O\x8E{\xD5\xDA\xE9yQ\xF0GZ\xF6kA\xF4\xF4\x9E^\xE5\xA6"\x9E\x8DT:a\xF9fz\xEF1[s\xDD+N\xFB+t\x9C6\xE9n\x88\xA30\x8B\xCB0ÑÂ\xA7-KCr
+\x9A\x98\xEBX\xDCv
+\xB1$,Z0\xA2\x90Z\x8F\xFE\xEE\xA8?\xEE*az\xC13\x95\xC6\xF2Ý\xD3ã\xF8q\x91\x89"4
+>fV\xCA<1DR\xF0N{\x9D\xBA\x82"\xCF\xFE\(\x93dn\xEC\xE7\xF8\xC0\xB3\xEC	\xFDz\xE4\xF4Õ\xE5<\xABÕ\x8E\x9E\x86'\x92*\x93\x977\xC2\xEC\xE1g?l\x9F\xD2~\xF5\x92\x9D(p)\xA1
+Ùä\xAF\xB6\xEB\xCC\xCD\xCF(*e\xA9\xEEo\xF6\xAAa\xF5\xF5\xCC\xE5x\x97\xD1\xFA\xA9V\xDCÒ6\x8E$\xE7\xDC<..hidden..'..hidden.."\xAFz\xCD^\xAB&\xFF\x95+\x91NÒd
+\xE1\xC8\xB0\xF1e\x8CÙ	m\xCB\xDFS9\xA9]>\x8F\xC1\xAB\xFE\xB2\xCBL\x93\xBA\xBEC[\xF6\xBF\xC5>t\xAE\xBE\xD8d\xCBL	(\xB5\xEB\xFF\x88@
+\z\xCE( \x95\xB6bJzm<\xFBrr\xF6?R\x9E
+2
 endstream
 endobj
-1088 0 obj <<
+1103 0 obj <<
 /Type /Page
-/Contents 1089 0 R
-/Resources 1087 0 R
+/Contents 1104 0 R
+/Resources 1102 0 R
 /MediaBox [0 0 612 792]
-/Parent 941 0 R
-/Annots [ 1034 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R ]
+/Parent 953 0 R
+/Annots [ 1049 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R 1087 0 R 1088 0 R 1089 0 R 1090 0 R 1091 0 R 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R ]
 >> endobj
-1034 0 obj <<
+1049 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 693.451 136.944 704.968]
 /Subtype /Link
 /A << /S /GoTo /D (section.10) >>
 >> endobj
-1039 0 obj <<
+1054 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 681.237 183.211 692.943]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.10.1) >>
 >> endobj
-1040 0 obj <<
+1055 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 671.877 169.393 681.292]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.10.2) >>
 >> endobj
-1041 0 obj <<
+1056 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 657.327 216.495 669.337]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.10.3) >>
 >> endobj
-1042 0 obj <<
+1057 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 645.372 168.167 657.078]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.10.4) >>
 >> endobj
-1043 0 obj <<
+1058 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 633.416 243.813 645.426]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.10.4.1) >>
 >> endobj
-1044 0 obj <<
+1059 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 621.461 285.954 633.167]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.10.4.2) >>
 >> endobj
-1045 0 obj <<
+1060 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 609.506 220.182 621.516]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.10.4.3) >>
 >> endobj
-1046 0 obj <<
+1061 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 597.551 256.634 609.561]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.10.5) >>
 >> endobj
-1047 0 obj <<
+1062 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 575.892 263.41 587.633]
 /Subtype /Link
 /A << /S /GoTo /D (section.11) >>
 >> endobj
-1048 0 obj <<
+1063 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 566.273 179.096 575.688]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.1) >>
 >> endobj
-1049 0 obj <<
+1064 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 552.689 173.009 563.429]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.2) >>
 >> endobj
-1050 0 obj <<
+1065 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 539.768 164.033 551.777]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.3) >>
 >> endobj
-1051 0 obj <<
+1066 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 530.408 189.427 539.822]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.4) >>
 >> endobj
-1052 0 obj <<
+1067 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 515.857 228.59 527.867]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.4.1) >>
 >> endobj
-1053 0 obj <<
+1068 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 503.902 275.354 515.912]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.4.2) >>
 >> endobj
-1054 0 obj <<
+1069 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 491.947 286.353 503.957]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.4.3) >>
 >> endobj
-1055 0 obj <<
+1070 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 479.992 255.09 492.002]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.5) >>
 >> endobj
-1056 0 obj <<
+1071 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 470.632 196.969 480.046]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.6) >>
 >> endobj
-1057 0 obj <<
+1072 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 456.081 167.28 467.787]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.7) >>
 >> endobj
-1058 0 obj <<
+1073 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 446.722 188.79 456.136]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.8) >>
 >> endobj
-1059 0 obj <<
+1074 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 432.171 436.338 444.181]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.8.1) >>
 >> endobj
-1060 0 obj <<
+1075 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 420.216 423.058 432.226]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.8.2) >>
 >> endobj
-1061 0 obj <<
+1076 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 408.261 286.243 420.271]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.8.3) >>
 >> endobj
-1062 0 obj <<
+1077 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 398.901 257.202 408.315]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.9) >>
 >> endobj
-1063 0 obj <<
+1078 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 386.946 205.019 396.056]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.9.1) >>
 >> endobj
-1064 0 obj <<
+1079 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 374.991 217.99 384.405]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.11.9.2) >>
 >> endobj
-1065 0 obj <<
+1080 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 360.44 168.167 372.146]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.10) >>
 >> endobj
-1066 0 obj <<
+1081 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 348.485 402.267 360.495]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.11.11) >>
 >> endobj
-1067 0 obj <<
+1082 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 329.262 157.696 338.567]
 /Subtype /Link
 /A << /S /GoTo /D (section.12) >>
 >> endobj
-1068 0 obj <<
+1083 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 314.612 234.687 326.622]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.12.1) >>
 >> endobj
-1069 0 obj <<
+1084 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 302.657 308.549 314.667]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.1) >>
 >> endobj
-1070 0 obj <<
+1085 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 293.297 214.872 302.711]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.2) >>
 >> endobj
-1071 0 obj <<
+1086 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 278.746 212.461 290.452]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.3) >>
 >> endobj
-1072 0 obj <<
+1087 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 266.791 194.14 278.801]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.4) >>
 >> endobj
-1073 0 obj <<
+1088 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 257.431 224.496 266.846]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.5) >>
 >> endobj
-1074 0 obj <<
+1089 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 242.881 303.13 254.891]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.12.1.6) >>
 >> endobj
-1075 0 obj <<
+1090 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 223.658 116.471 232.445]
 /Subtype /Link
 /A << /S /GoTo /D (section.13) >>
 >> endobj
-1076 0 obj <<
+1091 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.043 201.74 121.453 210.821]
 /Subtype /Link
 /A << /S /GoTo /D (section.14) >>
 >> endobj
-1077 0 obj <<
+1092 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 189.685 177.243 199.1]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.14.1) >>
 >> endobj
-1078 0 obj <<
+1093 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 175.135 241.74 187.145]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.14.2) >>
 >> endobj
-1079 0 obj <<
+1094 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 163.18 207.151 175.19]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.14.3) >>
 >> endobj
-1080 0 obj <<
+1095 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [98.987 151.225 158.155 162.931]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.14.4) >>
 >> endobj
-1081 0 obj <<
+1096 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 139.27 219.196 150.975]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.14.4.1) >>
 >> endobj
-1082 0 obj <<
+1097 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [121.901 127.314 192.755 139.02]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.14.4.2) >>
 >> endobj
-1090 0 obj <<
-/D [1088 0 R /XYZ 85.039 731.867 null]
+1105 0 obj <<
+/D [1103 0 R /XYZ 85.039 731.867 null]
 >> endobj
-1087 0 obj <<
-/Font << /F37 939 0 R /F33 936 0 R >>
+1102 0 obj <<
+/Font << /F37 951 0 R /F33 948 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1136 0 obj <<
-/Length 1535      
+1151 0 obj <<
+/Length 1534      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xED[Kw\xA36\xDDÏ`W\xBC0\xD5\xD4MO2M\xA6\xE9\x99\xE9\xE4L<\xED\xF4L\xBB X\x899\x83\xCB#i\xFA\xEB+,	\xB2;\x8FN\xACpK\xF8\xDE\xEFquE\x80s\xE9\xE7\xDD\xD0;N\xDE|\x8C}\x87{\x9C!\xE6L.\x9C\x80zs\x87q\xE6q8\x93\xA9\xF3Õt4\xA6\xB8\xEFD*\xF20\x8D\xEE{1\xBD\xF9\xE8\xAF\xC9/\xCDh\xC1\xD0\xE3\x94\xCB?\x96\xDF#\xB4sYÎ[3\x8D	\xF4=\xA93\x86\x{177A19}Ër69\xC1\xBB\xF7j\xA2Ã\x88\xA3\xA2;\xD1\xD71\x90\xEB\xA9\xC7\xF5\x81p\xBE\xD7zx\x94\xF7\xF9j\xAE"\xE4qHl\x9Ej\xA6|9\xD8i\xB8\x90\x91w|b\xAAh\xA3(\xAB\xD22N/\xD5\xDF\xC5MQ\x8Ay\xA1/\xA6\xFA\xAEr&\xD4\xC9v\xEF\x89\xA7O\xCE= -\xD6B)\xB4~Ê\xF3D\xFFê\xCCo\xF4\xC7\xC2\xF9"\xA0,UGmob\xE4\xA3\xE7\x8Bw\x80\xB2xXA9iE\xCF\xF2\xA7\xED\xE2t\xF6\xE1\xD0
-*\xC8^O\xA6\xAF\x99\xADy\xBC!Ç\xAA\xC5o\xC3b\xA6\x90\x9D\x8C8p\xF30-.\xEC\xB8(\xAA\xF0\xC3sc'\xEEvÈ\x930*\xE3,\xB5z%\xC5| \xE4.\x84\xF8\xBBB!\xA7\xE1Íf\x89I\xA1\xE9w\xDD2U\xAEÈt
-\x82w`\x80*>\x89(K\xA38\x89\xC3u\xE02Æ\xF5\xF0ltz\xC7J\xF1P\xA3\x8Fc\xA3wN\xE6\x8B,/\xD5\xE7c\x96\xD52]D2\xE2\xD3\xF6\xEC\xC1~=\x9B\x99T\xA8\xB1\xB6\x9B\x84Ã\xE9\x91\xD6O\xC1^\xEB'f\xF2Ã\x85\xA6[D\x91(\xF4\xE72\xD3\xE7\x92yV\xE8\xCCW"\xBF)g\xCD\xD2J$\x85\x9DBO\x8F\xE6-\xEFfÏc\xDFh sAb\x8D_\xC1Ô\xB2Ty\xDE\xC04A	\xCA\x9D\x84!Æ?q\xDDk:\x83\xFBj\xF0\xE38
-e\xA71v\xC8Y\xCA\xE5\xADH\xCB\xFE
-wC"F)s	..hidden..\x81{E\xF9(p+\xF3`\xB5}bD\x86\x9C\xBE%\xFE\xF8n\xD2\xC37k\xA4\xDFF\x94\xBA\xB1\xB8n\xE2\xAD\xF16\xDE\xCEB\xD3\xF4\xB2u<P\xEEH?XnU\xF2\x9C>ipï^\xD5(\xE2U\xFC&2Ï\xFAF	:\xD6\xFD;ßcI\x86L\xC7j\x8C\x97\xB5\xD6\xDFE\x95\xAA\xB5M'\xE4\xC3v\x88\xDFF/\xFE\xA6×\x9Dj\xF77\xE0\xA7*M\xED:\xB1\x9AV\xB1W\x8B\xFEKt\xF9n\xA6j
-\xA8v\x9F\x85\xBA\xC2\xC6{\xA0:..hidden..|\xEB^G3\x94\xF1U\\xDEXpB\x9FbS\xB0;\to\xB8\xAB\xE9\xA5\xD0\xC0\x9C\xCA\xDBÒ"\xE5\xC8Í\xC4n\xF3\xF0\x99\xA6\xEE&$\xC7:\x8A6\xCEN\xD2(\x9B\x8B\x9E\x92\xB6Px\xE8\xEEA\xC6&.Lw\xFF\4\xDBP\xA6w\xEB^\xBEO>\xF6_\xFC\xEA`\xDF8\xD7\xF6d\xA7L\x9CÍ\xB0\xC0\xE3
-\x82\xF6!w\x95\xDA%\xDB"Öe\x8B\x86\xF3
-\xA2A.Ü\xCAwt\xE2\xBE\xF4×_:\x95\xE4\xE3u*j\xC7\xFB\xEFJJ[n\xF8
-"yw\xA8\xFB\x8E\x97q\x85:\xA6T\xA0Æ\xACDom	\x89\xF9"\x91,hB\x96/`\xD8\xE2 Ú\xBA\xE7C\x8F\xADCx\xE0\xD3/Z9\xA4\xFB\xC6\xF2e\x8E\xE5(\xCC\xE3>\xEAQ|\xE0\x9F9\xC8>Tc4w\xB5\xE6\xF28\x86\xF2Ç\xEE\x9A\xD4w9\xC4#\x84\xD5\xE71\xD69|\xA4\xCF9\xAD\xD3_\xD4\xD8	\x89\x83\xC1\xE9^y\x81KÑn`\x8Fq\xBA\x86yd\x94B\xA3e\x97\x94;\x8Cz\xF0\x9A'\xC25,/P\x8F8\xAD\x93_\xBA\xEE\xF6\xD14.7G\x91O\x81\xFE\xB7\xC8Y\x8Ar\x9D9\x96\xE7S\xF6H\xCD\xEC\xCF7\xA9\xCCnf\xE7\xBCñ\xCC\xE6\xF1\xBF+\xF6\xB3\xCB\xCCv+)dËx\xDAl\xFE9\xBB\xD6\xCA\ïÐ\x89\xD3}3ua\xDA}1\xAA7\xF5\x9E\xACz%Ï\x94Ñ\xD8]\xD1n\xCA00>\xF4\xE7\xC5eN\xCD\xC6uQTv5^\xE3\x8B5\xEEx\xA5\xE3k~\xB8\xF7\xA0Y\x91\x96y6\xADZ~\xB3\xE9)\xAB\xED\x97\xF7'ÚÎ\xF2\xFC\x98\xE8\xB4x\x9BM-\xEBa\xF8\xFDGÜ3g"\x877\xD51K\xAF\xA4\xF0]\xBB\x81Ãa\xDB\xE2\xB1\xE2\xC7*\x97Ü\xCBSU\x93x\xA7a\x8Bu[\xBF!\xF7\x97dW^t\x8D=\x8Es\xF3R\xC3Y\x94Ç\xF2\xB5\x89\x9D\xF3s\xC7Q\x8F\x85z/\xDA+f\x96\x83\xC1kÙ\xDE\xECZ\xB7\x89\xAF\xF6\xE9\xA8
-`\xA8
-\xC3b&\x8F\xD0\xFE\xA7
-:D\xFA-L\xD0}\x8C?n\xEE\xB3\xFA\xBD\xC4\xE9\xA6HG\x9DH_$6/\xAF\xC0Qe{\x858Y\xE2h\xE2\xA7"OÖ\xB8\x8F\xF1\xE2wbb\xA9\xCE\xA8\xF3\xEA&6K\xEE)\xB5 \x8D\xCD\xD282\x9Bd\xAFD~\x8BkKqQ\xA8\xCB\xC06Å\xA40'\xBE\xE5lD\xCD\xD6\xCDÅÉ\xFF)t\xFF\x9A
+x\xDA\xED[KW\xE36\xDDÏ\xF0\xAE\xC9"\xAEÞ\xBA\xE9
+Sz\xA6\x853d\xDA\xE9\x99vaA|..hidden..)		030x\xE5`;\x92s\xEF\xF7\xB8\xBA2\xC0\xB9v\x80\xF3\xF6
+\xE8\xA7o\xBE?\xC1\x9E\xC3]\xCEs\xA6W\x8EO]\x80\xB9\xC38s9\xF7\x9D\xE9\xCC\xF94\x82t<\xA1\x8CÞDdA<\x9E 
+F\xEF\xC4\xECZdã\xBFÔ9C\x97S.\xFFX}\x8F\xD0\xCEe9n\xCD4!\xD0s\xA4\xCEVßf.\xCA\xD9\xE4oß\x89\x83<
+\xF3\xEED\x9F&\xD8G#W=\xD6p\xA8\x84\xF3\xBD\xBE\xD0\xC3Ó\xBC\xCFW}!\x97Cb\xF3T1\xE5\xC9\xC1Î\xA5\x8C\xE8\x8F&\x97A.f\x8A\xB6 \xD32)\xA2\xE4Z\xFD\x9D\xDF\xE5\x85X\xE4\xFAb\xA2\xEF*\xE6B}\x90l\xF7\x9E\x88q\xFA\xCC\xE0\xDC2\xA0\xD1b-\xB4\x90Bë\xBC\x8C\xF5\xAF>N\x8A\xECN\xFC7X,c\xA1JuT\xD0\xF6&Fz\xE9\xB1\xF8(Û\x87\x94\xD3V\xF4\xAC\x8EQ\xD2.N\xBFZA\xD9\xEB\xC9\xF4u \xB3\xF5 O6\xE48R\xB5\xF8(\xC8\xE7
+\xD9éQ$\xF9\x95\x97>%C~zn\xEC\xC0\xDDYs\x84E\x94&V\xAF\xA4\x98\x84<\x84oWB\x88"\xE4<\xB8[\xF5\xC14\xD6")0\xFD\xAE[\xA6\x8A\x86,K\xD7 80\xF0\xA8b\xE0\xBD\xD3$\x8C\xE2(X.c|(PO\xCFF\xA7w4\x8A\x87}x\xBDs\xBAX\xA6Y\xA1>\x9F\x88\xA0(W\xE9"\xFA\x93\x8F\xB07\xB0\xFB\xFB\xF5lfR\xA1\xC2\xDAn+\xA6Ï~\xF2\xF7Z?1\x93\xA6-\xD4\xDD"E\xAE?\xA9>/\xD2\g\x8E\xB8\xD9]1\xAF\x97V"\xCE\xEDz~4oAxw0{v\xC5{\xAEO}\x99[h\xFC

@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.